/* ================= PAID MARKETING PAGE ================= */
    .service-hero {
      position: relative;
      overflow: hidden;
      min-height: 820px;
      padding: 226px 0 84px;
      background:
        radial-gradient(circle at 88% 12%, rgba(5,88,234,.20), transparent 27%),
        radial-gradient(circle at 72% 78%, rgba(249,30,101,.18), transparent 33%),
        linear-gradient(135deg, #fff 0%, #f6f0ff 58%, #fff1f7 100%);
    }
    .service-hero::before {
      content:"";
      position:absolute;
      inset:0;
      opacity:.30;
      pointer-events:none;
      background-image:radial-gradient(rgba(99,5,244,.36) 1px, transparent 1px);
      background-size:26px 26px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.75), transparent 82%);
    }
    .service-hero-grid {
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
      align-items:center;
      gap:62px;
    }
    .service-hero-title {
      max-width:850px;
      margin-top:24px;
      font-size:clamp(58px,7.3vw,112px);
      letter-spacing:-.065em;
    }
    .service-hero-lead {
      max-width:720px;
      margin-top:26px;
      color:#514d60;
      font-size:clamp(17px,1.55vw,21px);
      line-height:1.65;
    }
    .service-hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
    .guarantee-chip {
      display:inline-flex;
      align-items:center;
      gap:9px;
      margin-top:22px;
      padding:10px 14px;
      border-radius:999px;
      color:#4b267f;
      background:rgba(255,255,255,.74);
      border:1px solid rgba(99,5,244,.18);
      box-shadow:0 12px 34px rgba(55,27,115,.08);
      font-size:13px;
      font-weight:800;
    }
    .guarantee-chip svg { width:18px; height:18px; color:var(--purple); }
    .hero-proof-grid {
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:30px;
    }
    .hero-proof-pill {
      display:flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:0 13px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      font-size:12px;
      font-weight:800;
      color:#464052;
      backdrop-filter:blur(10px);
    }
    .hero-proof-pill svg { width:17px; height:17px; color:var(--purple); }

    .growth-visual { position:relative; min-height:540px; }
    .growth-orb {
      position:absolute;
      width:470px;
      height:470px;
      right:-10px;
      top:20px;
      border-radius:50%;
      background:linear-gradient(145deg,var(--pink),var(--purple) 58%,var(--blue));
      box-shadow:0 48px 100px rgba(99,5,244,.28);
      animation:orbFloat 7s ease-in-out infinite;
    }
    .growth-orb::before { content:"";position:absolute;inset:36px;border-radius:inherit;border:1px solid rgba(255,255,255,.36); }
    .growth-orb::after { content:"";position:absolute;inset:98px;border-radius:inherit;background:rgba(18,12,48,.92);box-shadow:inset 0 0 70px rgba(99,5,244,.46); }
    .growth-dashboard {
      position:absolute;
      z-index:3;
      width:min(430px,88%);
      right:22px;
      top:112px;
      padding:24px;
      border-radius:27px;
      color:white;
      background:rgba(17,24,39,.91);
      border:1px solid rgba(255,255,255,.14);
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(18px);
      transform:rotate(-2.5deg);
    }
    .growth-dash-top { display:flex;align-items:center;justify-content:space-between;gap:16px; }
    .growth-dash-label { font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#d7caff; }
    .live-pill { display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#9ff0c0; }
    .live-pill::before { content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(10,176,81,.12); }
    .growth-chart { height:150px;margin-top:24px;border-radius:18px;background:linear-gradient(180deg,rgba(99,5,244,.18),rgba(99,5,244,.02));overflow:hidden;position:relative; }
    .growth-chart svg { width:100%;height:100%; }
    .growth-metrics { display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px; }
    .growth-metric { padding:12px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10); }
    .growth-metric small { display:block;color:rgba(255,255,255,.5);font-size:9px;letter-spacing:.08em;text-transform:uppercase; }
    .growth-metric strong { display:block;margin-top:5px;font-family:"Plus Jakarta Sans",sans-serif;font-size:17px; }
    .float-note {
      position:absolute;
      z-index:4;
      padding:13px 15px;
      border-radius:15px;
      background:white;
      box-shadow:0 20px 48px rgba(27,16,58,.18);
      border:1px solid rgba(17,24,39,.10);
    }
    .float-note strong { display:block;font-family:"Plus Jakarta Sans",sans-serif;font-size:16px; }
    .float-note span { display:block;margin-top:2px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }
    .float-note.one { left:0;top:40px; }
    .float-note.two { right:-15px;bottom:62px; }

    .proof-strip { padding:28px 0;background:var(--ink-2);color:white;overflow:hidden; }
    .proof-strip-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden; }
    .proof-stat { padding:24px;background:var(--ink-2); }
    .proof-stat strong { display:block;font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(22px,2.8vw,34px); }
    .proof-stat span { display:block;margin-top:5px;color:rgba(255,255,255,.56);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }

    .section-head-row { display:flex;align-items:flex-end;justify-content:space-between;gap:34px; }
    .section-head-row .section-intro { max-width:560px; }

    .leak-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px; }
    .leak-card {
      position:relative;
      min-height:250px;
      padding:26px;
      border-radius:24px;
      background:white;
      border:1px solid var(--line);
      box-shadow:0 16px 46px rgba(42,22,92,.08);
      overflow:hidden;
    }
    .leak-number { font-family:"Bebas Neue",sans-serif;font-size:68px;line-height:.9;color:rgba(99,5,244,.12); }
    .leak-card h3 { margin-top:22px;font-size:21px;letter-spacing:-.03em; }
    .leak-card p { margin-top:11px;color:var(--muted);font-size:14px;line-height:1.62; }
    .leak-card::after { content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-58px;bottom:-58px;background:linear-gradient(135deg,rgba(249,30,101,.18),rgba(99,5,244,.16)); }

    .fit-grid { display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:42px; }
    .fit-card { padding:32px;border-radius:28px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05); }
    .fit-card.is-fit { background:linear-gradient(145deg,rgba(99,5,244,.26),rgba(255,255,255,.04)); }
    .fit-card h3 { font-size:28px; }
    .fit-list { display:grid;gap:14px;margin-top:24px; }
    .fit-list li { display:flex;gap:12px;align-items:flex-start;color:rgba(255,255,255,.74);font-size:15px; }
    .fit-check { flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.10);color:#d9cbff; }
    .fit-card.is-fit .fit-check { background:rgba(10,176,81,.18);color:#81e8ae; }
    .fit-check svg { width:13px;height:13px; }
    .fit-note { margin-top:22px;color:rgba(255,255,255,.52);font-size:12px; }

    .system-grid { display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:44px; }
    .system-card {
      min-height:300px;
      padding:24px;
      border-radius:24px;
      background:white;
      border:1px solid var(--line);
      box-shadow:0 15px 44px rgba(42,22,92,.08);
    }
    .system-icon,.process-icon-service {
      width:66px;height:66px;border-radius:18px;display:grid;place-items:center;color:white;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      box-shadow:0 14px 30px rgba(99,5,244,.22);
    }
    .system-card:nth-child(2) .system-icon { background:linear-gradient(135deg,var(--blue),var(--purple)); }
    .system-card:nth-child(3) .system-icon { background:linear-gradient(135deg,var(--pink),var(--gold)); }
    .system-card:nth-child(4) .system-icon { background:linear-gradient(135deg,var(--purple),var(--blue)); }
    .system-card:nth-child(5) .system-icon { background:linear-gradient(135deg,var(--blue),var(--green)); }
    .system-icon svg,.process-icon-service svg { width:33px;height:33px; }
    .system-step { display:block;margin-top:28px;color:var(--purple);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase; }
    .system-card h3 { margin-top:8px;font-size:20px; }
    .system-card p { margin-top:11px;color:var(--muted);font-size:14px;line-height:1.62; }

    .deliverable-grid { display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:42px; }
    .deliverable-card { padding:34px;border-radius:28px;background:white;border:1px solid var(--line);box-shadow:0 16px 48px rgba(42,22,92,.08); }
    .deliverable-label { display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(99,5,244,.08);color:var(--purple);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase; }
    .deliverable-card h3 { margin-top:18px;font-size:30px; }
    .deliverable-list { display:grid;gap:16px;margin-top:24px; }
    .deliverable-list li { display:grid;grid-template-columns:28px 1fr;gap:12px; }
    .deliverable-list .list-icon { width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(99,5,244,.10);color:var(--purple); }
    .deliverable-list svg { width:14px;height:14px; }
    .deliverable-list strong { display:block;font-size:15px; }
    .deliverable-list p { margin-top:3px;color:var(--muted);font-size:13px;line-height:1.5; }
    .scope-note { margin-top:22px;padding:18px 20px;border-radius:18px;background:rgba(249,30,101,.06);border:1px solid rgba(249,30,101,.15);color:#5d5369;font-size:13px; }

    .channel-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px; }
    .channel-card { position:relative;padding:30px;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);overflow:hidden; }
    .channel-kicker { color:#d8c9ff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase; }
    .channel-card h3 { margin-top:14px;font-size:28px; }
    .channel-card p { margin-top:12px;color:rgba(255,255,255,.66);font-size:14px; }
    .channel-card::after { content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-70px;bottom:-70px;background:linear-gradient(135deg,rgba(249,30,101,.35),rgba(99,5,244,.12)); }

    .service-process-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px; }
    .service-process-card { padding:28px;border-radius:26px;background:white;border:1px solid var(--line);box-shadow:0 15px 44px rgba(42,22,92,.08); }
    .service-process-card:nth-child(2) .process-icon-service { background:linear-gradient(135deg,var(--purple),var(--blue)); }
    .service-process-card:nth-child(3) .process-icon-service { background:linear-gradient(135deg,var(--pink),var(--gold)); }
    .service-process-card:nth-child(4) .process-icon-service { background:linear-gradient(135deg,var(--blue),var(--green)); }
    .service-process-card h3 { margin-top:28px;font-size:22px; }
    .service-process-card p { margin-top:10px;color:var(--muted);font-size:14px; }
    .timeline-label { display:inline-flex;margin-top:18px;padding:6px 10px;border-radius:999px;background:rgba(99,5,244,.08);color:var(--purple);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase; }

    .pricing-grid-service { display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;align-items:stretch; }
    .pricing-card-service { position:relative;display:flex;flex-direction:column;padding:30px;border-radius:28px;background:white;border:1px solid var(--line);box-shadow:0 18px 52px rgba(42,22,92,.09); }
    .pricing-card-service.featured { border:2px solid var(--purple);background:linear-gradient(180deg,rgba(99,5,244,.09),white 30%);transform:translateY(-8px); }
    .popular-label { position:absolute;top:-14px;left:28px;padding:7px 12px;border-radius:999px;color:white;background:linear-gradient(135deg,var(--pink),var(--purple));font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase; }
    .price-name-service { color:var(--purple);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase; }
    .price-service { margin-top:14px;font-family:"Plus Jakarta Sans",sans-serif;font-size:35px;font-weight:800;letter-spacing:-.05em; }
    .price-service small { color:var(--muted);font-size:13px;font-weight:600;letter-spacing:0; }
    .price-audience { margin-top:8px;color:var(--muted);font-size:13px;min-height:44px; }
    .price-feature-list { display:grid;gap:13px;margin:24px 0 26px;padding-top:22px;border-top:1px solid var(--line);flex:1; }
    .price-feature-list li { display:flex;gap:10px;color:#514d60;font-size:13px; }
    .price-feature-list svg { flex:0 0 17px;width:17px;height:17px;color:var(--green);margin-top:2px; }
    .pricing-disclaimer { max-width:850px;margin:24px auto 0;text-align:center;color:var(--muted);font-size:12px; }

    .guarantee-panel { display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:center;padding:44px;border-radius:34px;background:linear-gradient(145deg,#17112b,#21113c);color:white;box-shadow:var(--shadow-dark); }
    .guarantee-seal { width:210px;height:210px;margin:auto;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,var(--pink),var(--purple));box-shadow:0 30px 70px rgba(99,5,244,.42);position:relative; }
    .guarantee-seal::before { content:"";position:absolute;inset:13px;border-radius:inherit;border:1px solid rgba(255,255,255,.45); }
    .guarantee-seal strong { position:relative;font-family:"Bebas Neue",sans-serif;font-size:58px;line-height:.8;letter-spacing:.02em; }
    .guarantee-seal span { position:relative;display:block;margin-top:10px;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase; }
    .guarantee-copy h2 { font-size:clamp(38px,5vw,68px); }
    .guarantee-copy > p { margin-top:18px;color:rgba(255,255,255,.7);font-size:16px; }
    .guarantee-conditions { display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px; }
    .condition-card { padding:17px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10); }
    .condition-card strong { display:block;font-size:13px; }
    .condition-card p { margin-top:6px;color:rgba(255,255,255,.56);font-size:11px;line-height:1.5; }

    .testimonial-head { display:flex;align-items:flex-end;justify-content:space-between;gap:24px; }
    .testimonial-controls { display:flex;gap:10px; }
    .carousel-btn { width:48px;height:48px;border-radius:14px;border:1px solid var(--line);background:white;display:grid;place-items:center;cursor:pointer;transition:.25s; }
    .carousel-btn:hover { transform:translateY(-2px);border-color:var(--purple);color:var(--purple); }
    .testimonial-viewport { overflow:hidden;margin-top:40px;touch-action:pan-y; }
    .testimonial-track-service { display:flex;transition:transform .65s var(--ease); }
    .testimonial-slide { flex:0 0 100%; }
    .testimonial-card-service { min-height:320px;padding:38px;border-radius:30px;background:white;border:1px solid var(--line);box-shadow:0 18px 55px rgba(42,22,92,.09);display:grid;grid-template-columns:1fr auto;gap:36px; }
    .quote-mark { font-family:"Bebas Neue",sans-serif;font-size:90px;line-height:.55;color:rgba(99,5,244,.15); }
    .testimonial-quote { max-width:850px;font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(21px,3vw,36px);line-height:1.25;letter-spacing:-.035em; }
    .testimonial-author { margin-top:26px;display:flex;align-items:center;gap:13px; }
    .testimonial-avatar { width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--pink),var(--purple));font-weight:900; }
    .testimonial-author strong { display:block;font-size:14px; }
    .testimonial-author span { display:block;color:var(--muted);font-size:12px; }
    .testimonial-note { margin-top:18px;color:var(--muted);font-size:11px;text-align:center; }

    .faq-service { max-width:900px;margin:42px auto 0; }
    .faq-service .faq-item { border-bottom:1px solid var(--line); }
    .faq-service .faq-question { width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;border:0;background:none;text-align:left;cursor:pointer; }
    .faq-service .faq-question span:first-child { font-family:"Plus Jakarta Sans",sans-serif;font-size:18px;font-weight:750;letter-spacing:-.025em; }
    .faq-service .faq-icon { width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);font-size:21px;transition:.3s; }
    .faq-service .faq-item.open .faq-icon { transform:rotate(45deg);background:rgba(99,5,244,.08);color:var(--purple); }
    .faq-service .faq-answer { max-height:0;overflow:hidden;transition:max-height .35s ease; }
    .faq-service .faq-answer p { max-width:760px;padding:0 0 22px;color:var(--muted);font-size:15px; }

    .audit-cta {
      position:relative;
      overflow:hidden;
      padding:58px;
      border-radius:34px;
      color:white;
      background:linear-gradient(135deg,var(--purple),var(--pink) 65%,var(--blue));
      box-shadow:0 32px 85px rgba(99,5,244,.28);
    }
    .audit-cta::after { content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;top:-130px;border:1px solid rgba(255,255,255,.34);box-shadow:0 0 0 45px rgba(255,255,255,.05),0 0 0 90px rgba(255,255,255,.04); }
    .audit-cta-grid { position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:38px;align-items:end; }
    .audit-cta h2 { max-width:780px;font-size:clamp(42px,6vw,80px); }
    .audit-cta p { max-width:680px;margin-top:18px;color:rgba(255,255,255,.82);font-size:17px; }
    .audit-points { display:flex;flex-wrap:wrap;gap:10px;margin-top:24px; }
    .audit-point { padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:11px;font-weight:800; }
    .audit-cta .btn-light { min-width:220px; }
    .cta-trust { margin-top:13px;color:rgba(255,255,255,.65);font-size:11px;text-align:center; }

    .result-disclaimer { max-width:820px;margin:16px auto 0;text-align:center;color:var(--muted);font-size:11px; }

    @media (max-width:1100px) {
      .service-hero-grid { grid-template-columns:1fr; }
      .growth-visual { min-height:480px;max-width:660px;width:100%;margin:0 auto;order:-1; }
      .growth-orb { right:50%;transform:translateX(50%); }
      .growth-dashboard { right:50%;transform:translateX(50%) rotate(-2deg); }
      .float-note.one { left:7%; }
      .float-note.two { right:5%; }
      .leak-grid { grid-template-columns:repeat(2,1fr); }
      .system-grid { grid-template-columns:repeat(3,1fr); }
      .service-process-grid { grid-template-columns:repeat(2,1fr); }
      .pricing-grid-service { grid-template-columns:1fr;max-width:620px;margin-inline:auto; }
      .pricing-card-service.featured { transform:none; }
      .guarantee-panel { grid-template-columns:1fr; }
      .audit-cta-grid { grid-template-columns:1fr;align-items:start; }
      .audit-cta .btn-light { width:max-content; }
    }
    @media (max-width:820px) {
      .service-hero { padding-top:214px;min-height:auto; }
      .service-hero-title { font-size:clamp(50px,13vw,78px); }
      .proof-strip-grid { grid-template-columns:repeat(2,1fr); }
      .section-head-row { display:block; }
      .fit-grid,.deliverable-grid,.channel-grid { grid-template-columns:1fr; }
      .system-grid { grid-template-columns:repeat(2,1fr); }
      .guarantee-conditions { grid-template-columns:1fr; }
      .testimonial-card-service { grid-template-columns:1fr;gap:10px;padding:28px; }
      .quote-mark { display:none; }
      .audit-cta { padding:40px 28px; }
    }
    @media (max-width:620px) {
      .service-hero { padding-top:202px;padding-bottom:54px; }
      .service-hero-grid { gap:20px; }
      .growth-visual { min-height:330px; }
      .growth-orb { width:300px;height:300px;top:8px; }
      .growth-orb::after { inset:62px; }
      .growth-dashboard { width:92%;right:50%;top:72px;padding:16px;border-radius:21px; }
      .growth-chart { height:95px;margin-top:16px; }
      .growth-metrics { gap:5px; }
      .growth-metric { padding:8px 6px; }
      .growth-metric small { font-size:7px; }
      .growth-metric strong { font-size:13px; }
      .float-note { display:none; }
      .service-hero-actions { display:grid;grid-template-columns:1fr; }
      .service-hero-actions .btn { width:100%; }
      .hero-proof-grid { gap:8px; }
      .hero-proof-pill { width:100%;justify-content:center; }
      .proof-stat { padding:18px 14px; }
      .leak-grid,.system-grid,.service-process-grid { grid-template-columns:1fr; }
      .leak-card,.system-card { min-height:auto; }
      .fit-card,.deliverable-card { padding:24px; }
      .pricing-card-service { padding:24px; }
      .guarantee-panel { padding:30px 22px; }
      .guarantee-seal { width:170px;height:170px; }
      .guarantee-seal strong { font-size:48px; }
      .testimonial-head { align-items:flex-start; }
      .testimonial-quote { font-size:21px; }
      .faq-service .faq-question span:first-child { font-size:16px; }
      .audit-cta { padding:32px 22px; }
      .audit-cta .btn-light { width:100%; }
    }


    /* ===== Requested layout refinements ===== */
    .proof-stat {
      min-height: 118px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .section-head-row {
      display: block;
    }
    .section-head-row > div,
    .section-head-row .section-title {
      width: 100%;
      max-width: 100%;
    }
    .section-head-row .section-intro {
      width: 100%;
      max-width: 860px;
      margin-top: 20px;
    }

    .fit-card,
    .fit-card h3,
    .fit-card p,
    .fit-list,
    .fit-list li {
      text-align: left;
    }
    .fit-list {
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
    }
    .fit-list li {
      margin: 0;
      padding: 0;
      justify-content: flex-start;
    }

    .testimonial-viewport {
      overflow-x: auto;
      overflow-y: hidden;
      margin-top: 34px;
      padding: 4px 2px 18px;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      cursor: grab;
      touch-action: pan-x pan-y;
      -webkit-overflow-scrolling: touch;
    }
    .testimonial-viewport::-webkit-scrollbar { display: none; }
    .testimonial-viewport.is-dragging {
      cursor: grabbing;
      scroll-behavior: auto;
      user-select: none;
    }
    .testimonial-track-service {
      display: flex;
      gap: 20px;
      width: max-content;
      transform: none !important;
      transition: none;
    }
    .testimonial-slide {
      flex: 0 0 clamp(310px, 31vw, 390px);
      scroll-snap-align: start;
    }
    .testimonial-card-service {
      position: relative;
      min-height: 300px;
      height: 100%;
      padding: 28px;
      border-radius: 26px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
    }
    .testimonial-card-service > div {
      min-height: 100%;
      display: flex;
      flex-direction: column;
    }
    .testimonial-quote {
      max-width: none;
      font-size: clamp(16px, 1.45vw, 19px);
      line-height: 1.58;
      letter-spacing: -.018em;
    }
    .testimonial-author {
      margin-top: auto;
      padding-top: 24px;
    }
    .quote-mark {
      position: absolute;
      right: 22px;
      top: 24px;
      font-size: 58px;
      line-height: .65;
      opacity: .72;
      pointer-events: none;
    }

    @media (max-width: 820px) {
      .proof-stat { min-height: 104px; }
      .testimonial-slide { flex-basis: min(82vw, 350px); }
      .testimonial-card-service { min-height: 285px; padding: 25px; }
    }

    @media (max-width: 620px) {
      .proof-stat { min-height: 96px; }
      .section-head-row .section-intro { margin-top: 16px; }
      .testimonial-head { gap: 18px; }
      .testimonial-slide { flex-basis: calc(100vw - 58px); max-width: 340px; }
      .testimonial-card-service { min-height: 270px; padding: 22px; }
      .testimonial-quote { font-size: 16px; line-height: 1.55; }
      .quote-mark { display: none; }
    }



    /* ===== Refined heading scale: reduced for cleaner desktop and mobile hierarchy ===== */
    .service-hero-title {
      font-size: clamp(50px, 6.2vw, 88px);
      line-height: .96;
    }
    .section-title {
      font-size: clamp(36px, 5vw, 68px);
      line-height: 1.04;
    }
    .guarantee-copy h2 {
      font-size: clamp(34px, 4.2vw, 56px);
      line-height: 1.05;
    }
    .audit-cta h2 {
      font-size: clamp(36px, 4.8vw, 64px);
      line-height: 1.04;
    }

    @media (max-width: 1050px) {
      .service-hero-title { font-size: clamp(46px, 8vw, 70px); }
      .section-title { font-size: clamp(34px, 6.2vw, 56px); }
    }

    @media (max-width: 820px) {
      .service-hero-title {
        font-size: clamp(40px, 10.5vw, 58px);
        line-height: 1;
      }
      .section-title {
        font-size: clamp(29px, 8.4vw, 38px);
        line-height: 1.08;
      }
      .guarantee-copy h2,
      .audit-cta h2 {
        font-size: clamp(30px, 8.6vw, 42px);
        line-height: 1.08;
      }
    }

    @media (max-width: 620px) {
      .service-hero-title { font-size: clamp(36px, 10vw, 48px); }
      .section-title { font-size: clamp(27px, 8vw, 35px); }
      .guarantee-copy h2,
      .audit-cta h2 { font-size: clamp(28px, 8.2vw, 38px); }
    }

    @media (max-width: 430px) {
      .service-hero-title { font-size: clamp(34px, 9.7vw, 44px); }
      .section-title { font-size: clamp(26px, 7.8vw, 33px); }
    }

/* ===== FINAL COMPACT NON-HERO HEADING SYSTEM =====
   Paid Marketing hero scale intentionally remains unchanged. */
.section-title {
  max-width: 860px;
  font-size: clamp(34px, 3.45vw, 50px);
  line-height: 1.08;
  letter-spacing: -.042em;
}
.guarantee-copy h2 {
  font-size: clamp(32px, 3.35vw, 46px);
  line-height: 1.08;
}
.audit-cta h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.07;
}
.fit-card h3 { font-size:24px; }
.deliverable-card h3 { font-size:25px; }
.channel-card h3 { font-size:24px; }
@media (max-width:1050px) {
  .section-title { font-size:clamp(32px,5vw,44px); }
}
@media (max-width:820px) {
  .section-title { font-size:clamp(28px,6.8vw,34px);line-height:1.12; }
  .guarantee-copy h2,
  .audit-cta h2 { font-size:clamp(29px,6.9vw,36px);line-height:1.11; }
  .fit-card h3,
  .deliverable-card h3,
  .channel-card h3 { font-size:22px; }
}
@media (max-width:620px) {
  .section-title { font-size:clamp(26px,7.2vw,32px); }
  .guarantee-copy h2,
  .audit-cta h2 { font-size:clamp(27px,7.3vw,33px); }
}
@media (max-width:430px) {
  .section-title { font-size:clamp(25px,7vw,30px); }
}
