
    :root {
      --ink: #0b0d12;
      --ink-2: #171a22;
      --paper: #ffffff;
      --cream: #f8f6eb;
      --cream-2: #efecdc;
      --brand: #f4d426;
      --brand-dark: #d3b707;
      --text: #20242d;
      --muted: #626a78;
      --line: #d9d9d2;
      --success: #15764a;
      --danger: #b42318;
      --radius-sm: 12px;
      --radius: 22px;
      --radius-lg: 32px;
      --shadow: 0 24px 70px rgba(11, 13, 18, .12);
      --container: 1180px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 90px; }
    body {
      margin: 0;
      color: var(--text);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.58;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    img, svg { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }
    ::selection { background: var(--brand); color: var(--ink); }

    .skip-link {
      position: fixed;
      top: 10px;
      left: 10px;
      z-index: 9999;
      transform: translateY(-160%);
      padding: 10px 14px;
      border-radius: 9px;
      background: #fff;
      color: var(--ink);
      font-weight: 900;
    }
    .skip-link:focus { transform: none; }

    .container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
    .section { padding: 96px 0; }
    .section-cream { background: var(--cream); }
    .section-dark { background: var(--ink); color: #fff; }
    .visually-hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    .topbar {
      background: var(--brand);
      color: var(--ink);
      border-bottom: 1px solid rgba(11,13,18,.14);
      font-size: .8rem;
      font-weight: 900;
      letter-spacing: .02em;
    }
    .topbar-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      text-align: center;
    }
    .topbar-item { display: inline-flex; align-items: center; gap: 7px; }
    .topbar-item svg { width: 15px; height: 15px; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 200;
      color: #fff;
      background: rgba(11, 13, 18, .97);
      border-bottom: 1px solid rgba(255,255,255,.08);
      backdrop-filter: blur(12px);
    }
    .header-inner {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .brand-lockup { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
    .brand-mark {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 8px;
      background: var(--brand);
      color: var(--ink);
    }
    .brand-mark svg { width: 28px; height: 28px; }
    .brand-name { display: grid; line-height: 1.05; text-transform: uppercase; letter-spacing: .05em; }
    .brand-name strong { font-size: 1rem; }
    .brand-name small { margin-top: 5px; color: #c4c7cf; font-size: .61rem; font-weight: 750; letter-spacing: .08em; }
    .header-actions { display: flex; align-items: center; gap: 12px; }
    .header-disclosure { flex: 1; min-width: 0; margin: 0; text-align: right; color: #9aa1ad; font-size: .72rem; line-height: 1.4; }
    .phone-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; font-weight: 850; white-space: nowrap; }
    .phone-link svg { width: 18px; height: 18px; color: var(--brand); }

    .btn {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid transparent;
      border-radius: 12px;
      padding: 14px 21px;
      text-decoration: none;
      font-weight: 950;
      line-height: 1.12;
      text-align: center;
      letter-spacing: -.01em;
      transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
      outline: 3px solid rgba(244,212,38,.52);
      outline-offset: 3px;
    }
    .btn-primary { background: var(--brand); color: var(--ink); box-shadow: 0 14px 32px rgba(244,212,38,.22); }
    .btn-primary:hover { background: var(--brand-dark); }
    .btn-dark { background: var(--ink); color: #fff; }
    .btn-dark:hover { background: #20242d; }
    .btn-outline-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
    .btn-outline-light { border-color: rgba(255,255,255,.38); color: #fff; background: transparent; }
    .btn-block { width: 100%; }
    .btn svg { width: 18px; height: 18px; flex: 0 0 auto; }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 72px 0 78px;
      background:
        linear-gradient(90deg, transparent 0 58%, rgba(244,212,38,.94) 58% 100%),
        var(--cream);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .38;
      background-image:
        linear-gradient(rgba(11,13,18,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11,13,18,.06) 1px, transparent 1px);
      background-size: 40px 40px;
      mask-image: linear-gradient(90deg, #000, transparent 62%);
    }
    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
      gap: 64px;
      align-items: center;
    }
    .hero-copy { position: relative; z-index: 2; padding: 18px 0; }
    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 20px;
      padding: 9px 13px;
      border: 1px solid var(--ink);
      border-radius: 999px;
      color: var(--ink);
      background: #fff;
      font-size: .75rem;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .hero-kicker::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 3px rgba(244,212,38,.3); }
    h1, h2, h3, p { margin-top: 0; }
    h1 {
      max-width: 780px;
      margin-bottom: 22px;
      color: var(--ink);
      font-size: clamp(2.75rem, 5.6vw, 5.45rem);
      line-height: .98;
      letter-spacing: -.062em;
    }
    .headline-color {
      color: #8a5c00;
      font-weight: 950;
      white-space: nowrap;
    }
    .hero-subhead { max-width: 740px; margin-bottom: 27px; color: #404652; font-size: clamp(1.06rem, 1.7vw, 1.25rem); }
    .hero-bullets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 18px; margin: 0 0 30px; padding: 0; list-style: none; }
    .hero-bullets li { display: flex; align-items: flex-start; gap: 10px; font-weight: 780; color: var(--ink); }
    .check {
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      margin-top: 1px;
      border-radius: 5px;
      background: var(--ink);
      color: var(--brand);
    }
    .check svg { width: 14px; height: 14px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
    .hero-proof { margin: 16px 0 0; color: var(--muted); font-size: .83rem; font-weight: 800; }
    .hero-disclosure { margin: 12px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; max-width: 660px; }
    .disclosure-band { background: #f6f4ec; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; }
    .disclosure-band p { margin: 0; color: #4c535e; font-size: .82rem; line-height: 1.6; }
    .disclosure-band strong { color: var(--ink); }

    .assessment-card {
      position: relative;
      z-index: 3;
      overflow: hidden;
      border: 2px solid var(--ink);
      border-radius: 26px;
      background: #fff;
      box-shadow: 16px 16px 0 rgba(11,13,18,.16);
    }
    .assessment-card::before {
      content: "TAX PROFILE";
      position: absolute;
      top: 17px;
      right: -43px;
      transform: rotate(45deg);
      width: 166px;
      padding: 7px 0;
      background: var(--ink);
      color: #fff;
      text-align: center;
      font-size: .62rem;
      font-weight: 950;
      letter-spacing: .14em;
    }
    .assessment-head { padding: 28px 30px 18px; border-bottom: 1px solid var(--line); }
    .assessment-head small { display: block; margin-bottom: 8px; color: var(--muted); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .assessment-head h2 { margin-bottom: 8px; color: var(--ink); font-size: 1.7rem; line-height: 1.1; letter-spacing: -.035em; }
    .assessment-head p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
    .assessment-form { padding: 22px 30px 30px; }
    .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
    .field { display: grid; gap: 7px; }
    .field-full { grid-column: 1 / -1; }
    label { color: var(--ink); font-size: .78rem; font-weight: 900; }
    input, select, textarea {
      width: 100%;
      min-height: 48px;
      border: 1px solid #cfd1d5;
      border-radius: 10px;
      padding: 11px 12px;
      background: #fff;
      color: var(--text);
      transition: border-color .15s ease, box-shadow .15s ease;
    }
    textarea { min-height: 86px; resize: vertical; }
    input:focus, select:focus, textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(244,212,38,.28); outline: none; }
    [aria-invalid="true"] { border-color: var(--danger); }
    .field-error { min-height: 15px; color: var(--danger); font-size: .72rem; font-weight: 750; }
    .consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; color: #565d69; font-size: .76rem; }
    .consent-row input { width: 18px; min-height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--ink); }
    .consent-row a { font-weight: 850; }
    .form-status { display: none; margin: 14px 0 0; padding: 11px 12px; border-radius: 9px; font-size: .82rem; font-weight: 760; }
    .form-status.is-visible { display: block; }
    .form-status.success { background: #e8f7ef; color: #0b603b; }
    .form-status.error { background: #fff0ee; color: #8e241a; }
    .form-note { margin: 11px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

    .proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
    .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .proof-item { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 25px; border-right: 1px solid var(--line); }
    .proof-item:last-child { border-right: 0; }
    .proof-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--brand); }
    .proof-icon svg { width: 21px; height: 21px; }
    .proof-item strong { display: block; color: var(--ink); font-size: .94rem; }
    .proof-item span { display: block; margin-top: 3px; color: var(--muted); font-size: .78rem; }

    .section-head { max-width: 780px; margin-bottom: 46px; }
    .section-head.center { margin-inline: auto; text-align: center; }
    .kicker { margin-bottom: 12px; color: #8b7500; font-size: .77rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
    .section-dark .kicker { color: var(--brand); }
    .section-head h2 {
      margin-bottom: 17px;
      color: var(--ink);
      font-size: clamp(2.15rem, 4.2vw, 4rem);
      line-height: 1.02;
      letter-spacing: -.052em;
    }
    .section-dark .section-head h2 { color: #fff; }
    .section-head p { margin-bottom: 0; color: var(--muted); font-size: 1.07rem; }
    .section-dark .section-head p { color: #c9ccd2; }

    .specificity-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: stretch; }
    .profile-card {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      padding: 36px;
      border-radius: var(--radius-lg);
      background: var(--ink);
      color: #fff;
    }
    .profile-card::after {
      content: "";
      position: absolute;
      right: -120px;
      bottom: -120px;
      width: 320px;
      height: 320px;
      border: 1px solid rgba(244,212,38,.34);
      border-radius: 50%;
      box-shadow: 0 0 0 55px rgba(244,212,38,.03), 0 0 0 110px rgba(244,212,38,.02);
    }
    .profile-card > * { position: relative; z-index: 1; }
    .profile-card small { display: block; margin-bottom: 14px; color: var(--brand); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
    .profile-card h3 { margin-bottom: 16px; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.05; letter-spacing: -.045em; }
    .profile-card p { color: #cfd2d8; }
    .profile-list { display: grid; gap: 12px; margin: 25px 0 30px; padding: 0; list-style: none; }
    .profile-list li { display: flex; gap: 11px; align-items: flex-start; font-weight: 780; }
    .profile-list svg { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 3px; color: var(--brand); }

    .matrix {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: 0 18px 50px rgba(11,13,18,.07);
    }
    .matrix-head { display: grid; grid-template-columns: 1.3fr .75fr .75fr; background: var(--brand); color: var(--ink); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
    .matrix-head span, .matrix-row > * { padding: 16px 18px; border-right: 1px solid rgba(11,13,18,.14); }
    .matrix-head span:last-child, .matrix-row > *:last-child { border-right: 0; }
    .matrix-row { display: grid; grid-template-columns: 1.3fr .75fr .75fr; border-top: 1px solid var(--line); align-items: center; }
    .matrix-row:first-of-type { border-top: 0; }
    .matrix-service { display: flex; align-items: center; gap: 12px; }
    .matrix-service span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--cream); color: var(--ink); font-size: .75rem; font-weight: 950; }
    .matrix-service strong { display: block; color: var(--ink); font-size: .93rem; }
    .matrix-service small { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; }
    .matrix-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 850; color: #414753; }
    .matrix-tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); border: 1px solid var(--ink); }

    .services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
    .service-card {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .service-card:hover { transform: translateY(-4px); border-color: #bdbeb9; box-shadow: 0 20px 55px rgba(11,13,18,.08); }
    .service-number { position: absolute; top: 22px; right: 27px; color: rgba(11,13,18,.12); font-size: 3.4rem; font-weight: 950; line-height: 1; letter-spacing: -.07em; }
    .service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; background: var(--brand); color: var(--ink); }
    .service-icon svg { width: 25px; height: 25px; }
    .service-card h3 { max-width: 78%; margin-bottom: 10px; color: var(--ink); font-size: 1.45rem; line-height: 1.15; letter-spacing: -.03em; }
    .service-card > p { color: var(--muted); }
    .service-list { display: grid; gap: 10px; margin: 9px 0 25px; padding: 0; list-style: none; }
    .service-list li { display: flex; gap: 9px; color: #3f4550; font-size: .91rem; }
    .service-list svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 4px; color: #907900; }
    .service-card .btn { margin-top: auto; align-self: flex-start; }

    .cta-band {
      position: relative;
      overflow: hidden;
      padding: 70px 0;
      background: var(--brand);
      color: var(--ink);
    }
    .cta-band::before, .cta-band::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(11,13,18,.17);
      border-radius: 50%;
    }
    .cta-band::before { width: 360px; height: 360px; right: -120px; top: -185px; box-shadow: 0 0 0 70px rgba(11,13,18,.025); }
    .cta-band::after { width: 230px; height: 230px; left: -95px; bottom: -155px; }
    .cta-band-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 48px; align-items: center; }
    .cta-band h2 { margin-bottom: 13px; font-size: clamp(2.15rem, 4.2vw, 4rem); line-height: 1.02; letter-spacing: -.052em; }
    .cta-band p { max-width: 700px; margin-bottom: 0; color: #39351d; font-size: 1.04rem; }
    .cta-band-actions { display: grid; gap: 11px; }
    .cta-band-actions .btn { width: 100%; }
    .cta-micro { margin: 3px 0 0; text-align: center; color: #514a21; font-size: .76rem; font-weight: 800; }

    .process-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 60px; align-items: start; }
    .process-copy { position: sticky; top: 118px; }
    .process-copy h2 { margin-bottom: 18px; color: #fff; font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: 1.02; letter-spacing: -.052em; }
    .process-copy p { color: #c8cbd1; }
    .process-steps { display: grid; gap: 14px; }
    .process-step { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 22px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.04); }
    .step-number { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(244,212,38,.55); border-radius: 50%; color: var(--brand); font-weight: 950; }
    .process-step h3 { margin-bottom: 7px; color: #fff; font-size: 1.15rem; }
    .process-step p { margin-bottom: 0; color: #bfc3cb; font-size: .93rem; }

    .deliverables-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 34px; align-items: stretch; }
    .deliverables-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .deliverable { display: flex; gap: 13px; padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
    .deliverable span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--brand); color: var(--ink); font-weight: 950; }
    .deliverable strong { display: block; color: var(--ink); font-size: .92rem; }
    .deliverable p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
    .quote-card { padding: 35px; border-radius: var(--radius); background: var(--ink); color: #fff; }
    .quote-card small { display: block; margin-bottom: 13px; color: var(--brand); font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
    .quote-card h3 { margin-bottom: 14px; font-size: 2rem; line-height: 1.08; letter-spacing: -.04em; }
    .quote-card p { color: #c9ccd2; }
    .quote-card .btn { margin-top: 7px; }

    .reasons-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    .reason { padding: 27px; border-top: 4px solid var(--brand); background: #fff; box-shadow: 0 16px 45px rgba(11,13,18,.07); }
    .reason h3 { margin-bottom: 9px; color: var(--ink); font-size: 1.12rem; }
    .reason p { margin-bottom: 0; color: var(--muted); font-size: .89rem; }

    .audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
    .audience-item { min-height: 114px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; color: var(--ink); font-weight: 850; }
    .audience-item span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: var(--ink); }
    .audience-item svg { width: 18px; height: 18px; }

    .faq-list { max-width: 920px; margin-inline: auto; border-top: 1px solid var(--line); }
    details { border-bottom: 1px solid var(--line); }
    summary { position: relative; padding: 23px 50px 23px 0; color: var(--ink); font-weight: 900; cursor: pointer; list-style: none; }
    summary::-webkit-details-marker { display: none; }
    summary::before, summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 17px; height: 2px; background: var(--ink); transition: transform .2s ease; }
    summary::after { transform: rotate(90deg); }
    details[open] summary::after { transform: rotate(0); }
    .faq-answer { padding: 0 48px 22px 0; color: var(--muted); }
    .faq-answer p { margin-bottom: 0; }

    .final-cta {
      position: relative;
      overflow: hidden;
      padding: 86px 0;
      background: var(--cream);
      border-top: 1px solid var(--line);
    }
    .final-cta::after {
      content: "";
      position: absolute;
      inset: auto -170px -240px auto;
      width: 520px;
      height: 520px;
      border: 90px solid var(--brand);
      border-radius: 50%;
      opacity: .85;
    }
    .final-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: 54px; align-items: center; }
    .final-grid h2 { margin-bottom: 16px; color: var(--ink); font-size: clamp(2.4rem, 4.8vw, 4.6rem); line-height: .99; letter-spacing: -.06em; }
    .final-grid p { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 1.07rem; }
    .final-actions { display: grid; gap: 11px; }

    .site-footer { background: var(--ink); color: #fff; }
    .footer-main { display: grid; grid-template-columns: 1.15fr .75fr .85fr; gap: 48px; padding: 58px 0 42px; }
    .footer-main p { max-width: 460px; margin: 19px 0 0; color: #aeb3bd; font-size: .88rem; }
    .footer-col h3 { margin-bottom: 16px; color: var(--brand); font-size: .83rem; letter-spacing: .1em; text-transform: uppercase; }
    .footer-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #c5c9d0; font-size: .88rem; }
    .footer-list a { text-decoration: none; }
    .footer-list a:hover { color: var(--brand); }
    .footer-bottom { display: grid; gap: 8px; padding: 18px 0 26px; border-top: 1px solid rgba(255,255,255,.1); color: #969ca7; font-size: .72rem; }
    .disclaimer { max-width: 1060px; }

    .mobile-sticky {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 300;
      gap: 8px;
      padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
      background: rgba(11,13,18,.97);
      border-top: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(12px);
    }
    .mobile-sticky .btn { min-height: 48px; padding: 12px 14px; font-size: .8rem; }
    .mobile-sticky .btn:first-child { flex: 1.35; }
    .mobile-sticky .btn:last-child { flex: .65; }

    @media (max-width: 1050px) {
      .hero { background: var(--cream); }
      .hero-grid { grid-template-columns: 1fr; gap: 40px; }
      .assessment-card { max-width: 760px; }
      .proof-grid { grid-template-columns: repeat(2, 1fr); }
      .proof-item:nth-child(2) { border-right: 0; }
      .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .specificity-grid, .process-layout, .deliverables-grid, .cta-band-grid, .final-grid { grid-template-columns: 1fr; }
      .process-copy { position: static; }
      .reasons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .cta-band-actions, .final-actions { max-width: 560px; }
    }

    @media (max-width: 760px) {
      .container { width: min(calc(100% - 28px), var(--container)); }
      .section { padding: 72px 0; }
      .topbar-inner { min-height: 34px; gap: 9px; font-size: .7rem; }
      .topbar-item:nth-child(n+3) { display: none; }
      .header-inner { min-height: 68px; }
      .brand-mark { width: 39px; height: 39px; }
      .brand-name strong { font-size: .9rem; }
      .brand-name small { font-size: .52rem; }
      .header-actions .phone-link, .header-actions .btn { display: none; }
      .header-disclosure { display: none; }
      .hero { padding: 54px 0 64px; }
      .hero-grid { gap: 32px; }
      h1 { font-size: clamp(2.55rem, 13vw, 4.4rem); }
      .hero-bullets { grid-template-columns: 1fr; }
      .hero-actions { display: grid; }
      .hero-actions .btn { width: 100%; }
      .assessment-card { border-radius: 20px; box-shadow: 8px 8px 0 rgba(11,13,18,.13); }
      .assessment-head { padding: 25px 21px 17px; }
      .assessment-form { padding: 19px 21px 25px; }
      .form-grid { grid-template-columns: 1fr; }
      .field-full { grid-column: auto; }
      .proof-grid, .services-grid, .reasons-grid, .audience-grid, .deliverables-list { grid-template-columns: 1fr; }
      .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
      .proof-item:nth-child(2) { border-right: 0; }
      .proof-item:last-child { border-bottom: 0; }
      .matrix { overflow-x: auto; }
      .matrix-head, .matrix-row { min-width: 690px; }
      .profile-card { padding: 29px 24px; }
      .service-card { padding: 28px 23px; }
      .service-card h3 { max-width: 82%; }
      .cta-band { padding: 62px 0; }
      .cta-band-grid { gap: 30px; }
      .process-step { grid-template-columns: 48px 1fr; gap: 15px; padding: 21px 17px; }
      .step-number { width: 43px; height: 43px; font-size: .8rem; }
      .quote-card { padding: 29px 24px; }
      .final-cta { padding: 72px 0 100px; }
      .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 35px; }
      .mobile-sticky { display: flex; }
      body { padding-bottom: 75px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    }
  