@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
    

:root {
      --navy: #030e12;
      --navy-mid: #162848;
      --navy-light: #1e3560;
      --gold: #f5c518;
      --gold-dark: #d4a900;
      --teal: #0ea5a0;
      --text-muted-light: #94a3b8;
      --white: #ffffff;
    }

    * { box-sizing: border-box; }



   

    /* ─── NAVBAR ─── */
    .navbar {
      background: var(--navy);
      padding: 0.85rem 0;
    }
    .navbar-brand {
      font-family: 'Sora', sans-serif;
      font-weight: 800;
      font-size: 1.25rem;
      color: #fff !important;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .brand-icon {
      width: 32px; height: 32px;
      background: var(--gold);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px;
    }
    
    
    .nav-phone {
      color: var(--gold);
      font-weight: 600;
      font-size: .9rem;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .btn-nav-login {
      border: 1.5px solid rgba(255,255,255,.35);
      color: #fff;
      border-radius: 8px;
      font-size: .85rem;
      font-weight: 600;
      padding: .38rem .9rem;
      background: transparent;
      transition: background .2s;
    }
    .btn-nav-login:hover { background: rgba(255,255,255,.1); color:#fff; }
    .btn-nav-signup {
      background: var(--gold);
      color: var(--navy);
      border: none;
      border-radius: 8px;
      font-size: .85rem;
      font-weight: 700;
      padding: .38rem .95rem;
      transition: background .2s;
    }
    .btn-nav-signup:hover { background: var(--gold-dark); color: var(--navy); }

    /* ─── HERO ─── */
    .hero {
      text-align: left;
  /*    background: linear-gradient(135deg, #0c1a36 0%, #162848 60%, #1a3060 100%);*/
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
      border-radius: 0 !important;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 70% 40%, rgba(14,165,160,.12) 0%, transparent 60%);
      pointer-events: none;
    }
    .hero-badge {
  display: inline-block;
    background: rgba(245, 197, 24, .15);
    border: 1px solid rgba(245, 197, 24, .35);
    color: #6e590b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    padding: .3rem .75rem;
    border-radius: 50px;
    margin-bottom: 1.3rem;
    }
    .hero h1 {
      font-size: clamp(2.4rem, 5vw, 3.4rem);
      font-weight: 800;
      color: #020d11;
      line-height: 1.12;
      margin-bottom: 1.2rem;
    }
    .hero h1 span { color: var(--gold); }
    .hero-sub {
      color: rgb(2 13 17);
      font-size: 1.05rem;
      max-width: 440px;
      margin-bottom: 2rem;
      line-height: 1.65;
    }
    .btn-gold {
      background: var(--gold);
      color: var(--navy);
      font-weight: 700;
      font-family: 'Sora', sans-serif;
      border: none;
      border-radius: 10px;
      padding: .72rem 1.6rem;
      font-size: .97rem;
      transition: background .2s, transform .15s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-gold:hover { background: var(--gold-dark); color: var(--navy); transform: translateY(-1px); }
    .btn-outline-white {
          border: 1.5px solid rgb(2 13 17);
    color: #020d11;
    font-weight: 600;
    border-radius: 10px;
    padding: .72rem 1.5rem;
    font-size: .97rem;
    background: transparent;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background .2s;
    }
    /* .btn-outline-white:hover { background: rgba(255,255,255,.1); color:#fff; } */
    .hero-rating {
      color: #020d11;
      font-size: .87rem;
      margin-top: 1.3rem;
    }
    .hero-rating .stars { color: var(--gold); }

    /* Audit Card */
    .audit-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 24px 60px rgba(0,0,0,.3);
      padding: 1.4rem 1.6rem;
      max-width: 360px;
      margin-left: auto;
    }
    .audit-card .company-name {
      font-family: 'Sora', sans-serif;
      font-size: .92rem;
      font-weight: 700;
      color: var(--navy);
    }
    .audit-card .report-label {
      font-size: .74rem;
      color: #64748b;
    }
    .badge-ready {
      background: #d1fae5;
      color: #065f46;
      font-size: .7rem;
      font-weight: 700;
      padding: .25rem .6rem;
      border-radius: 6px;
    }
    .stat-num {
      font-family: 'Sora', sans-serif;
      font-size: 1.55rem;
      font-weight: 800;
      color: var(--navy);
    }
    .stat-lbl {
      font-size: .7rem;
      color: #94a3b8;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .stat-num.gold { color: var(--gold); }
    .platform-row {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: .45rem 0;
      border-bottom: 1px solid #f1f5f9;
      font-size: .82rem;
    }
    .platform-row span:first-child {
      width: 110px;
      flex-shrink: 0;
    }
    .platform-row div:nth-child(2) {
      width: 75px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
    }
    .platform-row .badge-reviews, 
    .platform-row .badge-missing {
      margin-left: auto;
    }
    .platform-row:last-child { border-bottom: none; }
    .stars-sm { color: var(--gold); font-size: .78rem; }
    .badge-missing {
      background: #fee2e2;
      color: #b91c1c;
      font-size: .66rem;
      font-weight: 700;
      padding: .2rem .5rem;
      border-radius: 5px;
    }
    .badge-reviews {
      color: var(--teal);
      font-size: .74rem;
      font-weight: 600;
    }
    .urgency-box {
      background: #fffbeb;
      border: 1px solid #fde68a;
      border-radius: 8px;
      padding: .6rem .85rem;
      margin-top: .85rem;
    }
    .urgency-title { font-size: .75rem; font-weight: 700; color: #b45309; }
    .urgency-text { font-size: .72rem; color: #92400e; }
    .progress { height: 7px; border-radius: 10px; }

    /* ─── AUDIT FEATURES STRIP ─── */
    .features-strip {
      background: #020d11;
      padding: 2.5rem 0;
    }
    .features-strip .section-label {
          font-size: 26px;
    letter-spacing: .12em;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 400;
    }
    .feature-tile {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 12px;
      padding: 1.1rem .9rem;
      text-align: center;
      height: 100%;
    }
    .feature-tile .icon { font-size: 1.5rem; margin-bottom: .5rem; }
    .feature-tile h6 {
      font-family: 'Sora', sans-serif;
      font-size: .82rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: .25rem;
    }
    .feature-tile p { font-size: .74rem; color: var(--text-muted-light); margin: 0; }

    /* ─── WHY IT MATTERS ─── */
    .why-section { padding: 90px 0; background: #fff; }
    .section-eyebrow {
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: .6rem;
    }
    .section-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 800;
      color: var(--navy);
      line-height: 1.2;
      margin-bottom: 1.1rem;
    }
    .why-body { color: #475569; font-size: .97rem; line-height: 1.7; margin-bottom: 1.8rem; }
    .accordion-button {
      font-family: 'Sora', sans-serif;
      font-size: .9rem;
      font-weight: 600;
      color: var(--navy);
    }
    .accordion-button:not(.collapsed) { color: var(--teal); background: #f0fdfa; box-shadow: none; }
    .accordion-button:focus { box-shadow: none; }
    .accordion-body { font-size: .88rem; color: #475569; line-height: 1.65; }

    /* Booking Rate Card */
    .booking-card {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      padding: 1.6rem 1.8rem;
      box-shadow: 0 4px 24px rgba(0,0,0,.07);
    }
    .booking-card h5 {
      font-family: 'Sora', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 1.4rem;
    }
    .booking-row { margin-bottom: .9rem; }
    .booking-label { font-size: .82rem; font-weight: 600; color: #334155; margin-bottom: .3rem; }
    .booking-pct { font-size: .82rem; font-weight: 700; color: var(--navy); float: right; }
    .booking-highlight {
      background: #f0fdf4;
      border: 1px solid #bbf7d0;
      border-radius: 8px;
      padding: .7rem .9rem;
      font-size: .8rem;
      color: #166534;
      margin-top: 1rem;
    }
    .booking-highlight strong { color: #15803d; }

    /* ─── SERVICES ─── */
    .services-section { padding: 90px 0; background: #f8fafc; }
    .services-intro { text-align: center; max-width: 520px; margin: 0 auto 3rem; }
    .services-intro p { color: #64748b; font-size: .97rem; }
    .service-card {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 16px;
      padding: 2rem 1.8rem;
      height: 100%;
      transition: border-color .25s, box-shadow .25s;
    }
    .service-card:hover { border-color: var(--teal); box-shadow: 0 8px 32px rgba(14,165,160,.12); }
    .service-card.featured {
      border-color: var(--teal);
      box-shadow: 0 8px 32px rgba(14,165,160,.14);
      position: relative;
    }
    .badge-popular {
      position: absolute;
      top: -12px; right: 20px;
      background: var(--teal);
      color: #fff;
      font-size: .7rem;
      font-weight: 700;
      padding: .25rem .65rem;
      border-radius: 50px;
    }
    .service-icon { font-size: 2rem; margin-bottom: 1rem; }
    .service-card h4 {
      font-family: 'Sora', sans-serif;
      font-size: 1.1rem;
      font-weight: 800;
      color: var(--navy);
      margin-bottom: .75rem;
    }
    .service-card p { font-size: .87rem; color: #64748b; line-height: 1.65; margin-bottom: 1.1rem; }
    .service-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
    .service-list li {
      font-size: .84rem;
      color: #475569;
      padding: .3rem 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .service-list li::before { content: '✓'; color: var(--teal); font-weight: 700; }
    .btn-teal {
      background: var(--navy);
      color: #fff;
      font-weight: 700;
      border: none;
      border-radius: 10px;
      padding: .65rem 1.5rem;
      font-size: .9rem;
      width: 100%;
      text-decoration: none;
      display: block;
      text-align: center;
      transition: background .2s;
    }
    .btn-teal:hover { background: var(--navy-light); color:#fff; }
    .btn-teal.active { background: var(--teal); }
    .btn-teal.active:hover { background: #0d9490; }

    /* ─── HOW IT WORKS ─── */
    .how-section {
      background: #020d11;
      padding: 60px 0;
    }
    .how-section .section-eyebrow { color: var(--gold); }
    .how-section .section-title { color: #fff; }
    .how-section .lead { color: rgba(255,255,255,.65); font-size: .97rem; }
    .step-card {
      text-align: center;
      padding: 0 1rem;
      position: relative;
    }
    .step-num {
      width: 44px; height: 44px;
      background: var(--gold);
      color: var(--navy);
      font-family: 'Sora', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto .5rem;
    }
    .step-icon-wrap {
      width: 90px; height: 90px;
      background: rgba(255,255,255,.08);
      border: 1.5px solid rgba(255,255,255,.15);
      border-radius: 20px;
      display: flex; align-items: center; justify-content: center;
      font-size: 2.2rem;
      margin: 0 auto 1rem;
      position: relative;
    }
    .step-time {
      font-size: .72rem;
      color: var(--gold);
      font-weight: 600;
      margin-bottom: .5rem;
    }
    .step-card h5 {
      font-family: 'Sora', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: .5rem;
    }
    .step-card p { font-size: .84rem; color: rgba(255,255,255,.6); line-height: 1.6; }
    .step-connector {
      position: absolute;
      top: 45px; right: -50%;
      width: 100%;
      height: 2px;
      background: rgba(245,197,24,.25);
      z-index: 0;
    }

    /* ─── FREE AUDIT FORM ─── */
    .form-section { padding: 90px 0; background: #fff; }
    .form-card {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 18px;
      padding: 2.2rem 2rem;
      box-shadow: 0 8px 40px rgba(0,0,0,.08);
    }
    .form-card h4 {
      font-family: 'Sora', sans-serif;
      font-size: 1.3rem;
      font-weight: 800;
      color: var(--navy);
      margin-bottom: 1.5rem;
    }
    .form-label { font-size: .85rem; font-weight: 600; color: #374151; margin-bottom: .35rem; }
    .form-control {
      border: 1.5px solid #e2e8f0;
      border-radius: 9px;
      font-size: .88rem;
      padding: .6rem .85rem;
      color: var(--navy);
      transition: border-color .2s;
    }
    .form-control:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,165,160,.12); }
    .form-control::placeholder { color: #94a3b8; }
    .btn-submit {
      background: var(--gold);
      color: var(--navy);
      font-family: 'Sora', sans-serif;
      font-weight: 700;
      border: none;
      border-radius: 10px;
      padding: .78rem 1.5rem;
      font-size: .97rem;
      width: 100%;
      transition: background .2s, transform .15s;
    }
    .btn-submit:hover { background: var(--gold-dark); color: var(--navy); transform: translateY(-1px); }
    .form-note { font-size: .75rem; color: #94a3b8; text-align: center; margin-top: .6rem; }
    .form-left-check li {
      font-size: .88rem;
      color: #475569;
      margin-bottom: .5rem;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }
    .form-left-check li .check-icon {
      color: var(--teal);
      font-size: 1.05rem;
      margin-top: 1px;
      flex-shrink: 0;
    }
    .testimonial-mini {
      background: #f8fafc;
      border-left: 3px solid var(--teal);
      border-radius: 0 10px 10px 0;
      padding: 1rem 1.1rem;
      margin-top: 2rem;
    }
    .testimonial-mini p { font-size: .84rem; color: #334155; font-style: italic; line-height: 1.55; margin-bottom: .4rem; }
    .testimonial-mini .attr { font-size: .76rem; color: #64748b; font-weight: 600; }

    /* ─── STATS ─── */
    .stats-section { background: #f8fafc; padding: 60px 0; border-top: 1px solid #e2e8f0; }
    .stat-box { text-align: center; }
    .stat-box .big-num {
      font-family: 'Sora', sans-serif;
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--navy);
    }
    .stat-box .big-label { font-size: .82rem; color: #64748b; margin-top: .2rem; }

    /* ─── WHAT TO EXPECT ─── */
    .expect-section { padding: 90px 0; background: #fff; }
    .expect-card {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      padding: 1.1rem;
      border: 1px solid #f1f5f9;
      border-radius: 12px;
      height: 100%;
      transition: border-color .2s, box-shadow .2s;
    }
    .expect-card:hover { border-color: #cbd5e1; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
    .expect-icon {
      width: 42px; height: 42px;
      background: #f0fdfa;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }
    .expect-card h6 {
      font-family: 'Sora', sans-serif;
      font-size: .88rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: .3rem;
    }
    .expect-card p { font-size: .8rem; color: #64748b; margin: 0; line-height: 1.5; }

    /* ─── FAQ ─── */
    .faq-section { padding: 80px 0; background: #f8fafc; }

    /* ─── CTA FINAL ─── */
    .cta-section {
      background: linear-gradient(135deg, #0c1a36 0%, #1a3060 100%);
      padding: 90px 0;
      text-align: center;
    }
    .cta-section .badge-cta {
      background: rgba(245,197,24,.15);
      border: 1px solid rgba(245,197,24,.35);
      color: var(--gold);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: .3rem .8rem;
      border-radius: 50px;
      display: inline-block;
      margin-bottom: 1.3rem;
    }
    .cta-section h2 {
      font-family: 'Sora', sans-serif;
      font-size: clamp(1.9rem, 4vw, 2.9rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
      margin-bottom: .9rem;
    }
    .cta-section p { color: rgba(255,255,255,.65); font-size: 1rem; margin-bottom: 2rem; }
    .cta-checks { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }
    .cta-checks span { font-size: .82rem; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 5px; }
    .cta-checks span::before { content: '✓'; color: var(--gold); }


