*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:       #001a35;
      --navy-mid:   #002d5c;
      --navy-light: #0a4a7d;
      --sage:       #4a8a72;
      --sage-light: #5b9a80;
      --sage-pale:  #edf6f1;
      --white:      #fbfffb;
      --surface:    #f2f5f3;
      --mist:       #e4eeea;
      --text:       #001a35;
      --text-sec:   #3d4d45;
      --text-ter:   #4e7060;
      --neutral:    #6a8a7a;
      --border:     rgba(0,26,53,.08);
      --border-med: rgba(0,26,53,.14);
      --shadow-sm:  0 1px 3px rgba(0,26,53,.06), 0 1px 2px rgba(0,26,53,.04);
      --shadow-md:  0 4px 12px rgba(0,26,53,.08), 0 2px 4px rgba(0,26,53,.05);
      --r-btn: 8px;
      --r-card: 8px;
      --r-sec:  14px;
      
      --t-fast:   150ms ease;
      --t-normal: 250ms ease;
    }

    html { scroll-behavior: smooth; }

    /* Offset for fixed navbar on anchor scroll */
    #proof, #services {
      scroll-margin-top: 72px;
    }

body {
      font-family: 'Cairo', sans-serif;
      background: var(--white);
      color: var(--text);
      direction: rtl;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent;
    }

    
    

    /* ─── HERO ─── */
    .hero {
      min-height: 100vh;
      min-height: 100dvh;
      background: var(--navy);
      display: flex; align-items: center;
      padding: 120px 48px 180px;
      position: relative;
      overflow: visible;
    }

    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(74,138,114,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(74,138,114,.04) 1px, transparent 1px);
      background-size: 48px 48px;
      pointer-events: none;
    }

    .hero::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
      background: linear-gradient(to bottom, transparent, var(--navy));
      pointer-events: none;
    }

    .hero-inner {
      position: relative; z-index: 1;
      max-width: 760px;
      width: 100%;
    }

    .hero-eyebrow {
      display: flex; align-items: center; gap: 10px;
      margin-bottom: 28px;
    }
    .hero-eyebrow-line {
      width: 24px; height: 1.5px; background: var(--sage);
      flex-shrink: 0;
    }
    /* FIX: eyebrow text must be text-ter / muted — NOT sage (brand rule) */
    .hero-eyebrow-text {
      font-size: 11px; font-weight: 700;
      color: rgba(251,255,251,.45); letter-spacing: 0; text-transform: uppercase;
    }

    .hero-h1 {
      font-size: clamp(36px, 6vw, 68px);
      font-weight: 900;
      color: var(--white);
      line-height: 1.3;
      letter-spacing: -0.025em;
      margin-bottom: 24px;
    }
    .hero-h1 .accent { color: var(--sage); }

    .hero-sub {
      font-size: clamp(14px, 2vw, 16px); font-weight: 300;
      color: rgba(251,255,251,.68);
      line-height: 1.75;
      max-width: 560px;
      margin-bottom: 32px;
    }

    .hero-actions {
      display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    }

    .btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--sage); color: var(--white);
      font-family: 'Cairo', sans-serif; font-weight: 600; font-size: 14px;
      padding: 12px 26px; border-radius: var(--r-btn); border: none;
      text-decoration: none; cursor: pointer;
      transition: background var(--t-fast), transform var(--t-fast);
      white-space: nowrap;
    }
    .btn-primary:hover { background: var(--sage-light); transform: translateY(-1px); }

    .btn-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: rgba(251,255,251,.6);
      font-family: 'Cairo', sans-serif; font-weight: 400; font-size: 13px;
      padding: 12px 0; border: none; cursor: pointer;
      text-decoration: none;
      transition: color var(--t-fast);
      white-space: nowrap;
    }
    .btn-ghost:hover { color: var(--white); }
    .btn-ghost .arrow { transition: transform var(--t-fast); }
    .btn-ghost:hover .arrow { transform: translateX(-4px); }

    /* hero proof strip */
    .hero-proof {
      display: flex; align-items: center; gap: 6px;
      flex-wrap: wrap;
      margin-bottom: 32px;
      margin-top: -4px;
    }
    .hero-proof-item {
      display: inline-flex; align-items: center; gap: 5px;
      background: rgba(74,138,114,.1);
      border: 0.5px solid rgba(74,138,114,.2);
      border-radius: 4px;
      padding: 4px 10px;
      font-size: 10px; font-weight: 600;
      color: var(--sage-light); letter-spacing: 0.04em;
    }
    .hero-proof-item svg { opacity: .7; flex-shrink: 0; }

    /* ─── EVIDENCE STRIP (now lives inside hero, fills the bottom gap) ─── */
    .hero-evidence {
      position: absolute;
      right: 0; left: 0; bottom: 24px;
      z-index: 1;
    }

    .evidence-label {
      padding: 0 48px 24px;
      font-size: 10px; font-weight: 700; letter-spacing: 0.02em;
      text-transform: uppercase;
      color: rgba(251,255,251,.2);
    }

    .evidence-track-wrap {
      overflow: hidden;
      position: relative;
      width: 100%;
    }
    .evidence-track-wrap::before,
    .evidence-track-wrap::after {
      content: '';
      position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
      pointer-events: none;
    }
    .evidence-track-wrap::before {
      right: 0;
      background: linear-gradient(to left, var(--navy), transparent);
    }
    .evidence-track-wrap::after {
      left: 0;
      background: linear-gradient(to right, var(--navy), transparent);
    }

    .evidence-track {
      display: flex; gap: 0;
      width: max-content;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      direction: ltr;
      max-width: 100%;
    }

    .evidence-set {
      display: flex; gap: 12px;
      padding-left: 12px;
      flex-shrink: 0;
      animation: scrollEvidence 30s linear infinite;
    }

    /* FIX: pause on hover — works on touch too via JS toggle */
    .evidence-set { animation-play-state: paused; }
    .evidence-track:hover .evidence-set { animation-play-state: paused; }

    @keyframes scrollEvidence {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }

    .evidence-card {
      flex-shrink: 0;
      width: 200px; height: 140px;
      background: rgba(255,255,255,.04);
      border: 0.5px solid rgba(251,255,251,.1);
      border-radius: var(--r-card);
      overflow: hidden;
      position: relative;
    }
    
   

.evidence-card-media {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.evidence-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.evidence-card-media.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  background: rgba(255,255,255,.04);
}
    .evidence-card-tag {
      background: rgba(0,26,53,.7);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      border: 0.5px solid rgba(251,255,251,.12);
      border-radius: 4px;
      padding: 4px 9px;
      font-size: 10px; font-weight: 600;
      color: rgba(251,255,251,.7);
      letter-spacing: 0.05em;
    }
    
/* ── IMAGE CARDS FIX ── */
.evidence-card { position: relative; }

.evidence-card-tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
}

.evidence-card.has-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,26,53,.7) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.evidence-card.has-img .evidence-card-tag { z-index: 2; }
    /* ─── PROOF SECTION ─── */
    .proof {
      background: var(--surface);
      padding: 80px 48px;
    }
    .proof-inner {
      max-width: 1080px; margin: 0 auto;
      display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px;
      align-items: center;
    }

    /* sec-label: line = sage, text = text-ter (muted) — brand rule */
    .sec-label {
      display: flex; align-items: center; gap: 8px; margin-bottom: 20px;
    }
    .sec-label-line { width: 20px; height: 1.5px; background: var(--sage); flex-shrink: 0; }
    .sec-label-text {
      font-size: 10px; font-weight: 700;
      color: var(--text-ter); letter-spacing: 0; text-transform: uppercase;
    }
    .sec-title {
      font-size: clamp(20px, 3vw, 28px); font-weight: 900;
      color: var(--navy); line-height: 1.25; margin-bottom: 16px;
    }
    .sec-desc {
      font-size: 14px; font-weight: 400;
      color: var(--text-ter); line-height: 1.8; margin-bottom: 28px;
    }

    .proof-points { display: flex; flex-direction: column; gap: 12px; }

    .proof-timeline {
      display: flex; align-items: flex-start;
      flex-direction: row-reverse;
      margin-top: 28px;
      padding-top: 24px;
      border-top: 1px solid rgba(0,26,53,.08);
    }
    .proof-tl-step {
      flex: 1;
      display: flex; flex-direction: column; align-items: center;
      position: relative;
      text-align: center;
    }
    .proof-tl-step::before {
      content: '';
      position: absolute;
      top: 5px; left: 50%;
      width: 100%; height: 2px;
      background: rgba(0,26,53,.12);
      z-index: 0;
    }
    .proof-tl-step:last-child::before { display: none; }
    .proof-tl-dot {
      width: 12px; height: 12px; border-radius: 50%;
      background: var(--sage);
      border: 2px solid var(--white);
      box-shadow: 0 0 0 2px rgba(74,138,114,.25);
      position: relative; z-index: 1;
      margin-bottom: 10px;
    }
    .proof-tl-label {
      font-size: 10.5px; font-weight: 600; color: var(--text-sec);
      line-height: 1.35;
    }
    .proof-point {
      display: flex; align-items: flex-start; gap: 10px;
    }
    .proof-point-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--sage); flex-shrink: 0; margin-top: 6px;
    }
    .proof-point-text {
      font-size: 13px; font-weight: 400; color: var(--text-sec); line-height: 1.6;
    }

    /* WhatsApp Mockup */
    .wa-mockup {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 18px 44px rgba(0,0,0,.12);
      overflow: hidden;
      border: 1px solid rgba(0,0,0,.06);
      max-width: 430px;
      margin: 0 auto;
      position: relative;
    }
    .wa-mockup::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 24px;
      background: linear-gradient(to top, #ece5dd, transparent);
      pointer-events: none;
      z-index: 1;
    }
    .wa-header {
      background: #075e54;
      padding: 6px 12px;
      display: flex; align-items: center; gap: 7px;
    }
    .wa-avatar {
      width: 28px; height: 28px; min-width: 28px;
      border-radius: 999px; overflow: hidden;
      background-color: #001a35;
      display: flex; align-items: center; justify-content: center;
      font-size: 0;
      color: transparent;
      flex-shrink: 0;
      border: none;
    }
    .wa-avatar img {
      width: 70%; height: 70%; object-fit: contain; object-position: center top; display: block;
    }
    .wa-header-name {
      font-size: 12px; font-weight: 700; color: #fff;
    }
    .wa-header-info { display: flex; flex-direction: column; }
    .wa-header-status {
      font-size: 9px; font-weight: 400; color: rgba(255,255,255,.75);
    }
.wa-day-label {
text-align: center;
font-size: 9.5px;
color: #999;
margin: 2px 0 1px;
opacity: 0;
transform: translateY(8px);
transition: opacity 0.4s ease, transform 0.4s ease;
}
.wa-day-label.visible {
opacity: 1;
transform: translateY(0);
}
    .wa-body {
      padding: 4px 9px;
      background: #ece5dd;
      display: flex; flex-direction: column; gap: 1px;
      min-height: 180px;
    }
.wa-body::-webkit-scrollbar {
  width: 4px;
}
.wa-body::-webkit-scrollbar-track {
  background: transparent;
}
.wa-body::-webkit-scrollbar-thumb {
  background: rgba(74,138,114,.35);
  border-radius: 10px;
}
.wa-body::-webkit-scrollbar-thumb:hover {
  background: rgba(74,138,114,.55);
}
.wa-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(74,138,114,.35) transparent;
}
    .wa-msg {
      max-width: 90%;
      padding: 7px 11px;
      border-radius: 14px;
      font-size: 11px; line-height: 1.32;
      direction: rtl;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
      opacity: 0;
      transform: translateY(12px);
      transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .wa-msg.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .wa-msg.out {
      background: #dcf8c6;
      align-self: flex-end;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 18px;
      color: #050505;
    }
    .wa-msg.in {
      background: #fff;
      align-self: flex-start;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 18px;
      color: #050505;
    }
    .wa-msg .meta {
      display: flex; justify-content: flex-end;
      align-items: center;
      font-size: 9px; color: rgba(0,0,0,.38);
      margin-top: 2px; gap: 3px;
    }
    .wa-msg.out .meta .tick {
      color: #34b7f1;
    }
    .wa-msg .sender {
      font-size: 10px; font-weight: 700; color: var(--sage);
      margin-bottom: 1px;
    }

    
.wa-file {
      display: flex; align-items: center; gap: 6px;
      background: rgba(0,26,53,.04);
      border: 0.5px solid rgba(0,26,53,.1);
      border-radius: 5px; padding: 4px 7px; margin-top: 0;
    }
    .wa-file-icon {
      width: 20px; height: 24px; background: #e74c3c;
      border-radius: 3px; display: flex; align-items: center;
      justify-content: center; font-size: 7px; font-weight: 700;
      color: white; flex-shrink: 0; letter-spacing: 0.01em;
    }
    .wa-file-name { font-size: 9.5px; font-weight: 600; color: var(--navy); }
    .wa-file-size { font-size: 8.5px; color: rgba(0,0,0,.4); }
   
.qr-popover[hidden] {
  display: none !important;
}
    .qr-popover-card {
      background: var(--white);
      border-radius: var(--r-card);
      padding: 28px 24px 22px;
      max-width: 280px; width: 100%;
      text-align: center;
      position: relative;
      box-shadow: var(--shadow-md);
    }
    .qr-popover-close {
      position: absolute; top: 10px; left: 10px;
      width: 26px; height: 26px; border-radius: 50%;
      background: var(--surface); border: none; cursor: pointer;
      font-size: 13px; color: var(--text-ter);
      display: flex; align-items: center; justify-content: center;
    }
    .qr-popover-img {
      width: 180px; height: 180px; object-fit: contain;
      margin: 0 auto 14px; display: block;
      border: 0.5px solid var(--border); border-radius: 6px;
    }
    .qr-popover-text { font-size: 12.5px; color: var(--text-ter); }

    /* ─── FAQ TEASER ─── */
    .faq-teaser {
      background: var(--surface);
      padding: 56px 48px 72px;
    }
    .faq-teaser-inner {
      max-width: 1080px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
      gap: 32px;
      align-items: start;
      background: var(--white);
      border: 0.5px solid var(--border);
      border-radius: var(--r-card);
      padding: 30px 32px;
      box-shadow: var(--shadow-sm);
    }

    /* ─── FAQ ACCORDION (teaser) ─── */
.faq-accordion-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) !important;
  gap: 40px !important;
  align-items: start !important;
}
.faq-accordion-head h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 8px;
}
.faq-accordion-head p {
  font-size: 13px;
  color: var(--text-ter);
  line-height: 1.8;
}
.faq-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.faq-eyebrow-line {
  width: 18px;
  height: 1.5px;
  background: var(--sage);
  flex-shrink: 0;
}
.faq-eyebrow-text {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-ter);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

    /* ─── CTA SECTION ─── */
    .cta-sec {
      background: var(--navy);
      padding: 80px 48px;
      text-align: center;
      border-top: 0.5px solid rgba(251,255,251,.06);
    }
    .cta-sec-inner { max-width: 640px; margin: 0 auto; }
    .cta-sec h2 {
      font-size: clamp(24px, 4vw, 38px); font-weight: 900;
      color: var(--white); line-height: 1.2; margin-bottom: 16px;
    }
    .cta-sec h2 .accent { color: var(--sage); font-weight: 300; }
    .cta-sec p {
      font-size: 14px; font-weight: 300;
      color: rgba(251,255,251,.5); line-height: 1.8; margin-bottom: 36px;
    }
    .cta-wa {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--sage); color: var(--white);
      font-family: 'Cairo', sans-serif; font-weight: 600; font-size: 15px;
      padding: 14px 32px; border-radius: var(--r-btn);
      text-decoration: none;
      transition: background var(--t-fast), transform var(--t-fast);
    }
    .cta-wa:hover { background: var(--sage-light); transform: translateY(-1px); }
    .cta-sub {
      margin-top: 14px;
      font-size: 11px; color: rgba(251,255,251,.22);
      direction: ltr;
    }

    

    /* ─── REVEAL ANIMATION ─── */
    .reveal {
      opacity: 1;
      transform: none;
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* ─── RESPONSIVE — TABLET ─── */
    @media (max-width: 900px) {
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }

      /* mobile nav open */
      .nav-links.open {
        display: flex; flex-direction: column;
        position: fixed; top: 64px; right: 0; left: 0;
        background: rgba(0,26,53,.98);
        padding: 20px 24px 32px;
        gap: 4px;
        border-bottom: 0.5px solid rgba(251,255,251,.08);
        z-index: 99;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
      }
      .nav-links.open li { width: 100%; }
      .nav-links.open a {
        display: block; padding: 12px 0;
        font-size: 15px;
        border-bottom: 0.5px solid rgba(251,255,251,.06);
        color: rgba(251,255,251,.65);
      }
      .nav-links.open .nav-cta {
        margin-top: 8px;
        display: block;
        text-align: center;
        padding: 12px 18px !important;
      }

      .hero { padding: 90px 24px 230px; }
      .hero-evidence { bottom: 20px; }

      .why-grid { grid-template-columns: 1fr 1fr; }
      .how-step { grid-template-columns: 44px 1fr; gap: 16px; }
      .faq-accordion-wrap { grid-template-columns: 1fr !important; gap: 24px !important; }

      .proof-inner { grid-template-columns: 1fr; gap: 36px; }
      .services-grid { grid-template-columns: 1fr; gap: 12px; }

      .why, .how, .proof, .services, .cta-sec { padding-left: 24px; padding-right: 24px; }
      .evidence-label { padding: 0 24px 24px; }

      .faq-teaser { padding: 40px 24px 56px; }
      .faq-teaser-inner {
        grid-template-columns: 1fr;
        align-items: start;
      }
    }

    /* ─── RESPONSIVE — MOBILE ─── */
    @media (max-width: 560px) {
      .why-grid { grid-template-columns: 1fr; gap: 10px; }
      .why { padding: 56px 16px 8px; }
      .how { padding: 48px 16px; }
      .proof, .services, .cta-sec { padding-left: 16px; padding-right: 16px; }
      .evidence-label { padding: 0 16px 24px; }

      .hero { padding: 80px 16px 280px; }
      .hero-evidence { bottom: 16px; }
      .hero-h1 { font-size: 30px; letter-spacing: -0.02em; }
      .hero-sub { font-size: 14px; }
      .hero-proof { gap: 5px; }
      .hero-proof-item { font-size: 9.5px; padding: 3px 8px; }

      .btn-primary { font-size: 13px; padding: 11px 20px; }

      .services-grid { grid-template-columns: 1fr; gap: 10px; }
      .svc-card {
        padding: 18px 16px;
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-areas:
          "icon title"
          "icon desc"
          "link link";
        column-gap: 14px;
        align-items: center;
      }
      .svc-card .svc-icon {
        grid-area: icon;
        width: 60px; height: 60px;
        margin-bottom: 0;
        border-radius: 14px;
      }
      .svc-card .svc-icon svg {
        width: 26px; height: 26px;
      }
      .svc-card .svc-title { grid-area: title; margin-bottom: 6px; }
      .svc-card .svc-desc { grid-area: desc; }
      .svc-card .svc-link {
        grid-area: link;
        margin-top: 10px;
        justify-self: end;
      }
      .why-card { padding: 16px 14px; }

      .faq-teaser { padding: 32px 16px 48px; }
      .faq-teaser-inner { padding: 22px 18px; }
      .faq-teaser-link { width: 100%; justify-content: center; }

      .proof-inner { gap: 32px; align-items: start; }
      .cta-wa { font-size: 13px; padding: 12px 20px; }
      .cta-sec h2 { font-size: 24px; }

      .wa-msg { max-width: 92%; font-size: 12px; }
      .wa-body { height: auto; overflow-y: visible; min-height: unset; }

      /* mobile safety: force reveal + evidence marquee visible */
      .reveal {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
      }
      .evidence-track-wrap { overflow: hidden !important; }
      .evidence-track { width: max-content !important; }
      .evidence-set {
        animation: scrollEvidence 35s linear infinite !important;
        animation-play-state: running !important;
      }
    }

        /* ─── WHY YANOOF ─── */
    .why { background: var(--white); padding: 80px 48px 16px; }
    .why-inner { max-width: 1080px; margin: 0 auto; }
    .why-head { max-width: 640px; margin-bottom: 44px; }
    .why-philosophy {
      font-size: clamp(15px, 2vw, 17px);
      font-weight: 600;
      color: var(--navy);
      line-height: 1.6;
      margin-bottom: 10px;
    }
    .why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
    .why-card {
      background: var(--surface); border: 0.5px solid var(--border);
      border-radius: var(--r-card); padding: 24px 20px;
    }
    .why-num { font-size: 11px; font-weight: 700; color: var(--sage); letter-spacing: 0.01em; margin-bottom: 14px; }
    .why-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.35; }
    .why-card p { font-size: 12.5px; color: var(--text-ter); line-height: 1.75; }
    
    
.faq-accordion-list {
  display: flex;
  flex-direction: column;
}
.faq-acc-item {
  border-bottom: 0.5px solid var(--border-med);
}
.faq-acc-btn {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 14px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: right;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
  transition: color var(--t-fast);
}
.faq-acc-btn:hover { color: var(--sage); }
.faq-acc-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0,26,53,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--t-fast);
}
.faq-acc-icon svg {
  width: 10px;
  height: 10px;
  transition: transform var(--t-normal);
}
.faq-acc-item.open .faq-acc-icon {
  background: var(--sage);
  color: var(--white);
}
.faq-acc-item.open .faq-acc-icon svg {
  stroke: var(--white);
  transform: rotate(45deg);
}
.faq-acc-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 300ms ease, opacity 200ms ease;
}
.faq-acc-item.open .faq-acc-answer {
  max-height: 160px;
  opacity: 1;
}
.faq-acc-answer-inner {
  font-size: 12px;
  color: var(--text-sec);
  line-height: 1.8;
  padding: 0 16px 16px;
}
.faq-accordion-footer {
  padding-top: 8px;
}
.faq-acc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sage);
  text-decoration: none;
  border: 0.5px solid rgba(74,138,114,.3);
  border-radius: var(--r-btn);
  padding: 8px 16px;
  background: var(--white);
  transition: background var(--t-fast), border-color var(--t-fast);
}
.faq-acc-link:hover {
  background: var(--sage-pale);
  border-color: var(--sage);
}

    /* ─── HOW WE WORK (detailed) ─── */
    .how { background: var(--white); padding: 72px 48px; }
    .how-inner { max-width: 1080px; margin: 0 auto; }
    .how-head { max-width: 680px; margin-bottom: 44px; }
    .how-steps { display: flex; flex-direction: column; max-width: 680px; }
    .how-step {
      display: grid; grid-template-columns: 64px 1fr; gap: 24px;
      padding: 26px 0; border-bottom: 0.5px solid var(--border);
    }
    .how-step:first-child { padding-top: 0; }
    .how-step:last-child { border-bottom: none; padding-bottom: 0; }
    .how-step-num {
      font-size: 28px; font-weight: 900; color: var(--mist);
      line-height: 1; font-variant-numeric: tabular-nums;
      transition: color var(--t-normal);
    }
    .how-step.active .how-step-num { color: var(--sage); }
    .how-step.active h3 { color: var(--sage); }
    .how-step h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
    .how-step p { font-size: 13.5px; color: var(--text-ter); line-height: 1.85; max-width: 620px; }

    /* ─── SERVICES ─── */
    .services { padding: 72px 48px; background: var(--surface); }
    .services-inner { max-width: 1080px; margin: 0 auto; }
    .section-head { max-width: 680px; margin-bottom: 40px; }
    .services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
    .svc-card {
      background: var(--white); border: 0.5px solid var(--border);
      border-radius: var(--r-card); padding: 26px 24px;
      transition: box-shadow var(--t-normal), border-color var(--t-normal);
    }
    .svc-card:hover { box-shadow: 0 4px 20px rgba(0,26,53,.08); border-color: rgba(74,138,114,.22); }
    .svc-icon {
      width: 38px; height: 38px; background: var(--navy); border-radius: 8px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    }
    .svc-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
    .svc-desc { font-size: 13px; color: var(--text-ter); line-height: 1.8; }
    .svc-link {
      display: inline-flex; align-items: center; gap: 4px;
      font-size: 11.5px; font-weight: 700; color: var(--sage);
      text-decoration: none; margin-top: 16px; transition: gap var(--t-fast);
    }
    .svc-link:hover { gap: 7px; }

        

    


    .logo-img {
    height: 28px;
    width: auto;
    display: block;
}

    /* ─── HARD MOBILE ORDER FIX ───
       Forces single-column stacking on mobile for every grid section,
       regardless of any earlier/conflicting rule, to prevent the
       "two columns overlapping" bug seen on footer / why / services. */
    @media (max-width: 900px) {
      .why-grid         { grid-template-columns: 1fr 1fr !important; }
      .services-grid    { grid-template-columns: 1fr !important; }
      .proof-inner      { grid-template-columns: 1fr !important; }
      .how-step         { grid-template-columns: 44px 1fr !important; }
      .faq-accordion-wrap { grid-template-columns: 1fr !important; }
      .faq-teaser-inner { grid-template-columns: 1fr !important; }
    }

    @media (max-width: 560px) {
      .why-grid      { grid-template-columns: 1fr !important; }
      .services-grid { grid-template-columns: 1fr !important; }
      .why      { padding: 56px 16px 8px !important; }
      .services { padding: 48px 16px !important; }
    }