/**
 * WarnIQ Landing Page V2 — Tech-Forward Dark Design
 * ONLY loaded on index.php — does not affect other pages
 * Created: 2026-04-29
 */

/* ===== LANDING PAGE — Global overrides removed (now in base CSS) ===== */
/* Only landing-specific structural styles remain */

body.landing-page {
  overflow-x: clip;
}

html:has(body.landing-page) {
  overflow-x: clip;
}

/* Landing-specific nav tweaks (smaller font for anchor nav) */
body.landing-page .nav-link {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
}

/* Landing container max-width */
body.landing-page .container {
  max-width: 1100px;
}

/* Tighten margins on section heading utilities */
body.landing-page .mb-12 {
  margin-bottom: 2rem !important;
}

body.landing-page .mb-16 {
  margin-bottom: 2.5rem !important;
}

/* ===== SECTION DIVIDER ===== */
.landing-divider {
  border: none;
  border-top: 0.5px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 1100px;
}

/* ===== SECTION HEADERS ===== */
.landing-section-tag {
  font-size: 0.75rem;
  color: #22d3ee;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.landing-section-heading {
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 2rem;
}
/* ===== HERO SECTION ===== */
.landing-hero {
  padding: 5rem 2rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.landing-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.landing-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
.landing-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22d3ee;
  flex-shrink: 0;
}

.landing-hero-headline {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  color: #f0f0f0;
}

.landing-hero-headline .accent-gradient {
  background: linear-gradient(135deg, #22d3ee, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-hero-subtitle {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 460px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.landing-hero-ctas {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.landing-btn-primary {
  padding: 0.7rem 1.75rem;
  background: #22d3ee;
  color: #000;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.landing-btn-primary:hover {
  background: #06b6d4;
  color: #000;
  text-decoration: none;
}

.landing-btn-secondary {
  padding: 0.7rem 1.75rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.landing-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
  text-decoration: none;
}

.landing-hero-free {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
}

.landing-hero-trust {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.75rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
}

.landing-hero-trust div {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
/* ===== PRODUCT PREVIEW ===== */
.landing-preview {
  margin: 0 auto 3rem;
  max-width: 1100px;
  padding: 0 2rem;
}

.landing-preview-card {
  background: rgba(255, 255, 255, 0.025);
  border: 0.5px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.landing-preview-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.landing-preview-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.landing-preview-label {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 0.5rem;
}
.landing-preview-inner {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.5rem;
  padding: 1.25rem;
}

.landing-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.landing-preview-name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #f0f0f0;
}

.landing-preview-phone {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 0.15rem;
}

.landing-preview-score-value {
  font-size: 2rem;
  font-weight: 500;
  color: #22c55e;
  text-align: right;
}

.landing-preview-score-label {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
}
.landing-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}

.landing-preview-chip {
  background: rgba(255, 255, 255, 0.035);
  border: 0.5px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.375rem;
  padding: 0.7rem;
}

.landing-preview-chip-label {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem;
}

.landing-preview-chip-value {
  font-size: 0.8125rem;
  color: #f0f0f0;
  font-weight: 500;
}

.landing-preview-chip-status {
  font-size: 0.625rem;
  margin-top: 0.15rem;
}

.landing-preview-chip-status.green {
  color: #22c55e;
}

.landing-preview-chip-status.muted {
  color: rgba(255, 255, 255, 0.3);
}
/* ===== HOW IT WORKS ===== */
.landing-how {
  padding: 3.5rem 2rem;
}

.landing-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

.landing-step-card {
  background: rgba(255, 255, 255, 0.025);
  border: 0.5px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  padding: 1.5rem;
  text-align: center;
  transition: border-color 0.2s;
}

.landing-step-card:hover {
  border-color: rgba(34, 211, 238, 0.2);
}

.landing-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.1);
  color: #22d3ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.landing-step-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f0f0f0;
  margin-bottom: 0.4rem;
}

.landing-step-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55;
}

/* ===== PRICING ===== */
.landing-pricing {
  padding: 3.5rem 2rem;
}

.landing-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

.landing-price-card {
  background: rgba(255, 255, 255, 0.025);
  border: 0.5px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  padding: 1.5rem;
  position: relative;
  transition: border-color 0.2s;
}
.landing-price-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.landing-price-card.featured {
  border-color: rgba(34, 211, 238, 0.3);
}

.landing-price-card.featured:hover {
  border-color: rgba(34, 211, 238, 0.5);
}

.landing-price-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5625rem;
  background: #22d3ee;
  color: #000;
  padding: 0.15rem 0.7rem;
  border-radius: 0 0 0.375rem 0.375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.landing-price-name {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}
.landing-price-amount {
  font-size: 2rem;
  font-weight: 500;
  color: #f0f0f0;
  margin-bottom: 0.15rem;
}

.landing-price-amount .per {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.landing-price-desc {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}

.landing-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.landing-price-features li {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.landing-price-features li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22d3ee;
  flex-shrink: 0;
}

.landing-price-btn {
  width: 100%;
  padding: 0.55rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}

.landing-price-btn.outline {
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
}

.landing-price-btn.outline:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
  text-decoration: none;
}

.landing-price-btn.filled {
  background: #22d3ee;
  border: none;
  color: #000;
  font-weight: 500;
}

.landing-price-btn.filled:hover {
  background: #06b6d4;
  text-decoration: none;
}
/* ===== TESTIMONIALS ===== */
.landing-testimonials {
  padding: 3.5rem 2rem;
}

.landing-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

.landing-testimonial-card {
  background: rgba(255, 255, 255, 0.025);
  border: 0.5px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  padding: 1.25rem;
}

.landing-testimonial-stars {
  color: #fbbf24;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

.landing-testimonial-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin-bottom: 0.875rem;
  font-style: italic;
}
.landing-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.landing-testimonial-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 500;
  flex-shrink: 0;
}

.landing-testimonial-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: #f0f0f0;
}

.landing-testimonial-loc {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.3);
}
/* ===== USE-CASE GRID BASE (was inline in old index.php) ===== */
.use-case-grid-enhanced {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.use-case-card-enhanced {
  padding: 1.5rem;
  border: 0.5px solid;
  border-radius: 0.625rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.use-case-card-enhanced:hover {
  transform: translateY(-2px);
}

.use-case-card-enhanced .use-case-icon {
  display: block;
  margin-bottom: 1rem;
}

.use-case-card-enhanced .use-case-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.use-case-card-enhanced .use-case-description {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.use-case-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.use-case-benefits li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
}

.use-case-benefits li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* ===== USE CASES (dark override) ===== */
body.landing-page .use-case-grid-enhanced {
  max-width: 1100px;
}

body.landing-page .use-case-card-enhanced {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.06);
}

body.landing-page .use-case-card-enhanced:hover {
  border-color: rgba(34, 211, 238, 0.25);
}

body.landing-page .use-case-card-enhanced .use-case-title {
  color: #f0f0f0;
}

body.landing-page .use-case-card-enhanced .use-case-description {
  color: rgba(255, 255, 255, 0.45);
}

body.landing-page .use-case-card-enhanced .use-case-description strong {
  color: rgba(255, 255, 255, 0.7);
}

body.landing-page .use-case-benefits li {
  color: rgba(255, 255, 255, 0.45);
}

body.landing-page .use-case-benefits li:before {
  color: #22d3ee;
}
/* ===== FAQ BASE STYLES (was inline in old index.php) ===== */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.03);
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer > div {
  padding: 0 1.5rem 1.5rem;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }
  .faq-answer > div {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.9rem;
  }
}

/* ===== FAQ DARK OVERRIDE ===== */
body.landing-page .faq-item {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.06);
}

body.landing-page .faq-item:hover {
  border-color: rgba(34, 211, 238, 0.2);
}

body.landing-page .faq-question {
  color: #f0f0f0;
}

body.landing-page .faq-icon {
  color: #22d3ee;
}

body.landing-page .faq-answer > div {
  color: rgba(255, 255, 255, 0.45);
}

/* ===== ALERT BANNER BASE ===== */
.alert-banner {
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
}

.alert-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.alert-icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.alert-text h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.alert-text p {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0;
}

/* ===== COMPLIANCE BANNER DARK ===== */
body.landing-page .alert-banner {
  background: rgba(251, 191, 36, 0.05);
  border: 0.5px solid rgba(251, 191, 36, 0.15);
}

body.landing-page .alert-banner h4 {
  color: #fbbf24;
}

body.landing-page .alert-banner p {
  color: rgba(255, 255, 255, 0.5);
}

body.landing-page .alert-banner strong {
  color: rgba(255, 255, 255, 0.7);
}
/* ===== DISCLAIMER MODAL BASE (was inline in old index.php) ===== */
.disclaimer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.disclaimer-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  border-radius: 12px;
  max-width: 700px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.modal-header {
  padding: 2rem 2rem 1rem;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.modal-body {
  padding: 2rem;
  line-height: 1.6;
}

.modal-body p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.modal-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.modal-list li {
  padding: 0.75rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
}

.modal-list li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.modal-footer {
  padding: 1.5rem 2rem 2rem;
  display: flex;
  justify-content: center;
}

.modal-footer .btn {
  min-width: 200px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-height: 90vh;
  }
  .modal-header { padding: 1.5rem 1.5rem 1rem; }
  .modal-header h2 { font-size: 1.5rem; }
  .modal-body { padding: 1.5rem; }
  .modal-body p, .modal-list li { font-size: 0.9rem; }
  .modal-footer { padding: 1rem 1.5rem 1.5rem; }
}

/* ===== DISCLAIMER MODAL DARK ===== */
body.landing-page .modal-content {
  background-color: #12131a;
  border-color: rgba(255, 255, 255, 0.08);
}

body.landing-page .modal-header {
  border-color: rgba(255, 255, 255, 0.06);
}

body.landing-page .modal-header h2 {
  color: #f0f0f0;
}

body.landing-page .modal-body {
  color: rgba(255, 255, 255, 0.5);
}

body.landing-page .modal-list li:before {
  color: #22d3ee;
}

body.landing-page .modal-footer {
  border-color: rgba(255, 255, 255, 0.06);
}

body.landing-page .modal-footer .btn {
  background: #22d3ee;
  color: #000;
  border: none;
}
/* ===== FOOTER DARK OVERRIDE ===== */
body.landing-page .footer,
body.landing-page footer {
  background: #06070a;
  border-top: 0.5px solid rgba(255, 255, 255, 0.06);
}

body.landing-page .footer a,
body.landing-page footer a {
  color: rgba(255, 255, 255, 0.4);
}

body.landing-page .footer a:hover,
body.landing-page footer a:hover {
  color: #22d3ee;
}

body.landing-page .footer-logo {
  color: #f0f0f0;
}

body.landing-page .footer-tagline strong {
  color: #22d3ee;
}

body.landing-page .footer-description {
  color: rgba(255, 255, 255, 0.45);
}

body.landing-page .footer-nav-heading {
  color: rgba(255, 255, 255, 0.7);
}

body.landing-page .footer-link {
  color: rgba(255, 255, 255, 0.4);
}

body.landing-page .footer-link:hover,
body.landing-page .footer-link.active {
  color: #22d3ee;
}

body.landing-page .footer-divider {
  border-color: rgba(255, 255, 255, 0.06);
}

body.landing-page .footer-copyright {
  color: rgba(255, 255, 255, 0.3);
}

body.landing-page .footer-secondary-nav a {
  color: rgba(255, 255, 255, 0.35);
}

body.landing-page .footer-secondary-nav a:hover {
  color: #22d3ee;
}

body.landing-page .footer-separator {
  color: rgba(255, 255, 255, 0.15);
}

body.landing-page .footer-compliance {
  border-color: rgba(255, 255, 255, 0.06);
}

body.landing-page .footer-compliance-text {
  color: rgba(255, 255, 255, 0.35);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .landing-hero {
    padding: 3.5rem 1.25rem 2rem;
  }

  .landing-hero-headline {
    font-size: 2rem;
  }

  .landing-hero-subtitle {
    font-size: 0.9375rem;
  }

  .landing-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .landing-btn-primary,
  .landing-btn-secondary {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    text-align: center;
  }

  .landing-hero-trust {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .landing-preview {
    padding: 0 1.25rem;
  }

  .landing-preview-grid {
    grid-template-columns: 1fr;
  }

  .landing-preview-top {
    flex-direction: column;
    gap: 0.5rem;
  }

  .landing-preview-score-value,
  .landing-preview-score-label {
    text-align: left;
  }
  .landing-steps-row,
  .landing-pricing-grid,
  .landing-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .landing-how,
  .landing-pricing,
  .landing-testimonials {
    padding: 2.5rem 1.25rem;
  }

  .landing-section-heading {
    font-size: 1.375rem;
  }

  body.landing-page .use-case-grid-enhanced {
    grid-template-columns: 1fr;
  }

  /* Mobile nav: hide drawer when not active to prevent overflow */
  body.landing-page .nav:not(.active) {
    visibility: hidden;
  }

  /* Mobile nav dark override */
  body.landing-page .nav.active {
    visibility: visible;
    background: #12131a;
  }

  body.landing-page .nav.active .nav-link {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.06);
  }

  body.landing-page .mobile-menu-toggle .hamburger-line {
    background-color: #f0f0f0;
  }
}

@media (max-width: 480px) {
  .landing-hero-headline {
    font-size: 1.75rem;
  }

  .landing-price-amount {
    font-size: 1.625rem;
  }
}