:root {
      --navy: #002847;
      --navy-deep: #001a30;
      --navy-soft: #0a3a5c;
      --teal: #2a96a1;
      --teal-light: #3eb4c0;
      --teal-tint: #eef6f8;
      --teal-glow: rgba(42, 150, 161, 0.35);
      --orange: #fb952d;
      --orange-soft: rgba(251, 149, 45, 0.18);
      --green: #27c840;
      --white: #ffffff;
      --fog: #f4f7fb;
      --ink: #0b1c2c;
      --muted: #5b6b7c;
      --line: rgba(0, 40, 71, 0.1);
      --shadow: 0 24px 80px rgba(0, 24, 48, 0.18);
      --radius: 22px;
      --max: 1160px;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
      color: var(--ink);
      background: var(--fog);
      line-height: 1.55;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, .btn { font: inherit; cursor: pointer; border: none; }
    :focus-visible {
      outline: 3px solid var(--teal-light);
      outline-offset: 3px;
      border-radius: 6px;
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
      }
    }

    .wrap {
      width: min(var(--max), calc(100% - 2.5rem));
      margin-inline: auto;
    }
    .skip-link {
      position: absolute;
      left: -9999px;
      top: 0;
      z-index: 100;
      background: var(--white);
      color: var(--navy);
      padding: 0.75rem 1.25rem;
      border-radius: 0 0 12px 0;
      font-weight: 700;
    }
    .skip-link:focus { left: 0; }

    /* ---------- Nav ---------- */
    .nav {
      position: fixed;
      inset: 0 0 auto 0;
      z-index: 50;
      transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), backdrop-filter 0.35s;
    }
    .nav.scrolled {
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(16px) saturate(1.4);
      box-shadow: 0 1px 0 var(--line), 0 10px 40px rgba(0, 40, 71, 0.06);
    }
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 72px;
      gap: 1rem;
    }
    /* Over the dark hero the brand and links must be light; they flip to navy
       once the white nav background fades in on scroll. */
    .brand {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--white);
      font-size: 1.15rem;
      transition: color 0.35s var(--ease);
    }
    .nav.scrolled .brand { color: var(--navy); }
    .brand img {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 8px 20px rgba(0, 40, 71, 0.2);
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.75rem;
      color: rgba(255, 255, 255, 0.82);
      font-weight: 600;
      font-size: 0.92rem;
      transition: color 0.35s var(--ease);
    }
    .nav.scrolled .nav-links { color: var(--muted); }
    .nav-links a:hover { color: var(--white); }
    .nav.scrolled .nav-links a:hover { color: var(--navy); }
    .nav-cta { display: flex; gap: 0.6rem; align-items: center; }
    .menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.12);
      color: var(--white);
      font-size: 1.25rem;
    }
    .nav.scrolled .menu-btn {
      background: rgba(0, 40, 71, 0.06);
      color: var(--navy);
    }

    /* ---------- Buttons ---------- */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.85rem 1.35rem;
      border-radius: 999px;
      font-weight: 700;
      font-size: 0.95rem;
      transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s, border-color 0.25s;
      white-space: nowrap;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      background: linear-gradient(135deg, var(--teal) 0%, #1f7f89 100%);
      color: white;
      box-shadow: 0 12px 30px var(--teal-glow);
    }
    .btn-primary:hover { box-shadow: 0 16px 36px var(--teal-glow); }
    .btn-orange {
      background: linear-gradient(135deg, var(--orange) 0%, #e07d14 100%);
      color: white;
      box-shadow: 0 12px 30px rgba(251, 149, 45, 0.35);
    }
    .btn-ghost {
      background: rgba(255, 255, 255, 0.1);
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(8px);
    }
    .btn-ghost:hover {
      border-color: rgba(255, 255, 255, 0.55);
      background: rgba(255, 255, 255, 0.16);
    }
    /* Official Google Play badge (brand asset from play.google.com/intl/en_us/badges) */
    a.play-badge {
      display: inline-block;
      line-height: 0;
      transition: transform 0.2s var(--ease), opacity 0.2s;
      filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
    }
    a.play-badge:hover { transform: translateY(-3px) scale(1.03); }
    a.play-badge img { height: 60px; width: auto; display: block; }
    a.play-badge.play-badge-sm img { height: 44px; }
    a.play-badge.play-badge-lg img { height: 64px; }

    /* ---------- Hero ---------- */
    .hero {
      position: relative;
      display: flex;
      align-items: center;
      padding: 9rem 0 5rem;
      color: white;
      overflow: hidden;
      background:
        radial-gradient(ellipse 70% 55% at 78% 40%, rgba(42, 150, 161, 0.42), transparent 58%),
        radial-gradient(ellipse 45% 40% at 12% 75%, rgba(251, 149, 45, 0.2), transparent 50%),
        linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 45%, #013a5f 100%);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent);
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 3rem 3.5rem;
      align-items: center;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.4rem 0.85rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 1.35rem;
      letter-spacing: 0.02em;
    }
    .eyebrow .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(39, 200, 64, 0.2);
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      50% { box-shadow: 0 0 0 8px rgba(39, 200, 64, 0); }
    }
    .hero h1 {
      font-size: clamp(2.4rem, 4.8vw, 3.6rem);
      line-height: 1.07;
      letter-spacing: -0.04em;
      font-weight: 800;
      max-width: 17ch;
      margin-bottom: 1.15rem;
      /* Stops a single word being left stranded on the last line. */
      text-wrap: balance;
    }
    .hero h1 em {
      font-style: normal;
      color: var(--teal-light);
    }
    .hero-lead {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.8);
      max-width: 36rem;
      margin-bottom: 2rem;
      line-height: 1.65;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2.25rem;
    }
    /* Evergreen promises, shown in place of visitor counts. */
    .hero-points {
      display: grid;
      gap: 0.7rem;
      margin-bottom: 1.75rem;
    }
    .hero-points li {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
      list-style: none;
      font-size: 0.95rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.82);
    }
    .hero-points svg {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      margin-top: 0.15rem;
      stroke: var(--teal-light);
    }
    /* Traction numbers stay hidden until they are worth showing. */
    .hero-stats {
      display: none;
      flex-wrap: wrap;
      gap: 1.25rem 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
    .hero-stats.is-shown { display: flex; }
    .hero-stats .stat { min-width: 6.5rem; }
    .hero-stats .stat .stat-value {
      display: block;
      font-size: 1.45rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      font-variant-numeric: tabular-nums;
      color: #fff;
      line-height: 1.15;
    }
    .hero-stats .stat span {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.55);
      font-weight: 500;
    }

    /* ---------- Phone mockup ---------- */
    .hero-visual {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero-phone-glow {
      position: absolute;
      width: 76%;
      height: 76%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(42,150,161,0.4), transparent 68%);
      filter: blur(10px);
      z-index: 0;
    }
    .phone {
      position: relative;
      z-index: 2;
      width: min(290px, 80vw);
      border-radius: 38px;
      background: linear-gradient(165deg, #0e2a42 0%, #001525 100%);
      border: 3px solid rgba(255,255,255,0.18);
      box-shadow:
        0 40px 90px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,255,255,0.06) inset,
        0 0 80px rgba(42,150,161,0.22);
      padding: 1.1rem 0.95rem 1.25rem;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
      color: #fff;
      transform: perspective(1400px) rotateY(-8deg) rotateX(4deg);
      transition: transform 0.5s var(--ease);
    }
    .phone:hover {
      transform: perspective(1400px) rotateY(-3deg) rotateX(1deg) translateY(-8px) scale(1.02);
    }
    .phone-notch {
      width: 38%;
      height: 9px;
      background: rgba(0,0,0,0.4);
      border-radius: 999px;
      margin: 0.15rem auto 0.45rem;
    }
    .phone-head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 0.5rem;
      margin-bottom: 0.15rem;
    }
    .phone-head strong {
      font-size: 1.02rem;
      font-weight: 800;
      letter-spacing: -0.03em;
    }
    .phone-head span {
      font-size: 0.68rem;
      color: rgba(255,255,255,0.5);
      font-weight: 600;
    }
    .phone-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 15px;
      padding: 0.8rem 0.85rem;
      font-size: 0.72rem;
    }
    .phone-card.accent {
      background: linear-gradient(135deg, rgba(42,150,161,0.38), rgba(42,150,161,0.12));
      border-color: rgba(62,180,192,0.35);
    }
    .phone-card .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
    }
    .phone-card .title {
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: -0.01em;
    }
    .phone-card .price {
      font-size: 0.85rem;
      font-weight: 800;
      color: var(--teal-light);
      font-variant-numeric: tabular-nums;
    }
    .phone-card .meta {
      color: rgba(255,255,255,0.55);
      margin-top: 0.2rem;
    }
    .phone-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      margin-top: 0.5rem;
      padding: 0.18rem 0.5rem;
      border-radius: 999px;
      font-size: 0.62rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .phone-pill.open { background: rgba(62,180,192,0.18); color: var(--teal-light); }
    .phone-pill.proof { background: rgba(251,149,45,0.18); color: var(--orange); }
    .phone-pill.paid { background: rgba(39,200,64,0.16); color: #5fe07a; }
    .phone-bar {
      margin-top: 0.35rem;
      background: linear-gradient(135deg, var(--teal), #1f7d86);
      color: white;
      text-align: center;
      padding: 0.8rem;
      border-radius: 14px;
      font-weight: 800;
      font-size: 0.8rem;
      box-shadow: 0 10px 24px rgba(42,150,161,0.3);
    }

    /* ---------- Sections ---------- */
    section { padding: 5.5rem 0; }
    .section-label {
      display: inline-block;
      color: var(--teal);
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 0.85rem;
    }
    .section-title {
      font-size: clamp(1.85rem, 3.5vw, 2.5rem);
      letter-spacing: -0.035em;
      line-height: 1.14;
      font-weight: 800;
      color: var(--navy);
      max-width: 22ch;
      margin-bottom: 1rem;
      text-wrap: balance;
    }
    .section-lead {
      color: var(--muted);
      font-size: 1.05rem;
      max-width: 40rem;
      margin-bottom: 2.75rem;
      text-wrap: pretty;
    }

    /* ---------- Narrative strip ---------- */
    .narrative {
      background: var(--navy);
      color: white;
      text-align: center;
      padding: 3.25rem 0;
      position: relative;
      overflow: hidden;
    }
    .narrative::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 20% 50%, rgba(42,150,161,0.25), transparent 40%),
                  radial-gradient(circle at 80% 50%, rgba(251,149,45,0.15), transparent 40%);
    }
    .narrative-inner { position: relative; z-index: 1; }
    .narrative p {
      font-size: 0.8rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
      font-weight: 700;
      margin-bottom: 1.1rem;
    }
    .narrative-flow {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5rem 0.35rem;
      font-size: clamp(0.95rem, 2.2vw, 1.25rem);
      font-weight: 800;
      letter-spacing: -0.02em;
    }
    .narrative-flow span {
      padding: 0.45rem 0.95rem;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.1);
    }
    .narrative-flow .arrow {
      background: none;
      border: none;
      color: var(--teal-light);
      padding: 0.45rem 0.15rem;
    }

    /* ---------- How it works ---------- */
    .flow {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .flow-step {
      background: white;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 1.6rem 1.5rem;
      transition: transform 0.3s var(--ease), box-shadow 0.3s;
    }
    .flow-step:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(0, 40, 71, 0.08);
    }
    .flow-num {
      width: 36px;
      height: 36px;
      border-radius: 11px;
      background: linear-gradient(135deg, var(--navy), var(--teal));
      color: white;
      font-weight: 800;
      font-size: 0.9rem;
      display: grid;
      place-items: center;
      margin-bottom: 1rem;
    }
    .flow-step h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 0.4rem;
      letter-spacing: -0.02em;
    }
    .flow-step p {
      font-size: 0.92rem;
      color: var(--muted);
      line-height: 1.55;
    }

    /* ---------- Roles ---------- */
    .roles {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }
    .role-card {
      border-radius: var(--radius);
      padding: 2.25rem;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .role-biz {
      background: linear-gradient(160deg, var(--navy) 0%, #014066 100%);
      color: white;
    }
    .role-spot {
      background: white;
      border: 1px solid var(--line);
      color: var(--ink);
      box-shadow: 0 20px 50px rgba(0, 40, 71, 0.06);
    }
    .role-card h3 {
      font-size: 1.6rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      margin: 0.85rem 0 0.6rem;
    }
    .role-card > p {
      margin-bottom: 1.5rem;
      max-width: 34ch;
    }
    .role-biz > p { color: rgba(255,255,255,0.78); }
    .role-spot > p { color: var(--muted); }
    .role-list {
      list-style: none;
      display: grid;
      gap: 0.8rem;
      margin-bottom: 2rem;
      flex: 1;
    }
    .role-list li {
      display: flex;
      gap: 0.7rem;
      align-items: flex-start;
      font-size: 0.95rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .role-list li::before {
      content: "";
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      margin-top: 0.15rem;
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
    }
    .role-biz .role-list li::before {
      background-color: rgba(62, 180, 192, 0.22);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233eb4c0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    }
    .role-spot .role-list li::before {
      background-color: rgba(42, 150, 161, 0.12);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a96a1' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    }
    .badge {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.35rem 0.7rem;
      border-radius: 999px;
      align-self: flex-start;
    }
    .role-biz .badge {
      background: rgba(251, 149, 45, 0.2);
      color: var(--orange);
    }
    .role-spot .badge {
      background: rgba(42, 150, 161, 0.12);
      color: var(--teal);
    }

    /* ---------- Trust ---------- */
    .trust-band {
      background: white;
      border-block: 1px solid var(--line);
    }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
    }
    .trust-item {
      text-align: center;
      padding: 1.5rem 1rem;
    }
    .trust-icon {
      width: 56px;
      height: 56px;
      margin: 0 auto 1.1rem;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, rgba(42, 150, 161, 0.14), rgba(0, 40, 71, 0.06));
    }
    .trust-icon svg {
      width: 26px;
      height: 26px;
      stroke: var(--teal);
    }
    .trust-item h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 0.4rem;
      letter-spacing: -0.02em;
    }
    .trust-item p {
      font-size: 0.9rem;
      color: var(--muted);
      max-width: 26ch;
      margin-inline: auto;
      line-height: 1.55;
    }

    /* ---------- Coverage (map graphic) ---------- */
    .coverage-grid {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 3rem;
      align-items: center;
    }
    .coverage-figure {
      margin: 0;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
    }
    .coverage-figure img { width: 100%; height: auto; }
    .coverage-list {
      list-style: none;
      display: grid;
      gap: 1.35rem;
      margin-top: 0.5rem;
    }
    .coverage-list h3 {
      font-size: 1.02rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 0.25rem;
      letter-spacing: -0.02em;
    }
    .coverage-list p {
      font-size: 0.93rem;
      color: var(--muted);
      line-height: 1.55;
    }

    /* ---------- FAQ ---------- */
    .faq-list { max-width: 760px; }
    details {
      background: white;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 1.15rem 1.35rem;
      margin-bottom: 0.75rem;
      transition: border-color 0.2s;
    }
    details[open] { border-color: rgba(42, 150, 161, 0.4); }
    summary {
      font-weight: 700;
      color: var(--navy);
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after {
      content: "+";
      font-size: 1.35rem;
      font-weight: 500;
      color: var(--teal);
    }
    details[open] summary::after { content: "−"; }
    details p {
      margin-top: 0.85rem;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.6;
    }

    /* ---------- CTA ---------- */
    .cta { padding: 2rem 0 5.5rem; }
    .cta-box {
      background: linear-gradient(135deg, var(--navy-deep), var(--navy-soft) 50%, #0d4d66);
      border-radius: 32px;
      padding: clamp(2.5rem, 5vw, 4rem);
      color: white;
      text-align: center;
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
    }
    .cta-box::after {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(42,150,161,0.35), transparent 70%);
      right: -120px;
      bottom: -160px;
    }
    .cta-inner { position: relative; z-index: 1; }
    .cta-box h2 {
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      line-height: 1.15;
      margin-bottom: 0.85rem;
      text-wrap: balance;
    }
    .cta-box > .cta-inner > p {
      color: rgba(255,255,255,0.75);
      margin: 0 auto 1.75rem;
      max-width: 46ch;
    }
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      align-items: center;
    }
    .cta-legal {
      margin-top: 1.5rem;
      font-size: 0.85rem;
      color: rgba(255,255,255,0.55);
    }
    .cta-legal a { color: rgba(255,255,255,0.75); text-decoration: underline; }

    /* ---------- Footer ---------- */
    footer {
      background: var(--navy-deep);
      color: rgba(255,255,255,0.65);
      padding: 3rem 0 2rem;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
      gap: 2rem;
      margin-bottom: 2.5rem;
    }
    .footer-brand {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      color: white;
      font-weight: 800;
      margin-bottom: 0.85rem;
    }
    .footer-brand img { width: 36px; height: 36px; border-radius: 10px; }
    footer h4 {
      color: white;
      font-size: 0.85rem;
      font-weight: 700;
      margin-bottom: 0.85rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    footer ul { list-style: none; display: grid; gap: 0.5rem; }
    footer a:hover { color: var(--teal-light); }
    .footer-social {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      margin-top: 1.15rem;
    }
    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: rgba(255,255,255,0.08);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.12);
      transition: background 0.2s var(--ease), transform 0.2s var(--ease);
    }
    .footer-social a:hover { background: var(--teal); transform: translateY(-2px); }
    .footer-social svg { width: 18px; height: 18px; display: block; fill: currentColor; }
    .footer-legal-entity {
      margin-top: 1.1rem;
      font-size: 0.78rem;
      line-height: 1.45;
      color: rgba(255,255,255,0.55);
      max-width: 28ch;
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 1.25rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0.75rem;
      font-size: 0.85rem;
    }

    /* ---------- Reveal ---------- */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
    }
    .reveal.visible,
    .reveal.in { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; }
    }

    /* ---------- Responsive ---------- */
    @media (max-width: 1000px) {
      .flow { grid-template-columns: repeat(2, 1fr); }
      .coverage-grid { grid-template-columns: 1fr; gap: 2rem; }
    }
    @media (max-width: 960px) {
      .hero { padding: 7.5rem 0 4rem; }
      .hero-grid, .roles, .footer-grid { grid-template-columns: 1fr; }
      .trust-grid { grid-template-columns: 1fr 1fr; }
      /* Read the pitch first, then see the app. */
      .hero-visual { order: 2; margin-top: 1rem; }
      .phone { transform: none; width: min(270px, 72vw); }
      .phone:hover { transform: translateY(-6px); }
      .hero h1 { max-width: none; }
      .hero-points { max-width: 32rem; }
      .nav-links { display: none; }
      .menu-btn { display: grid; place-items: center; }
      .nav.open { background: rgba(255,255,255,0.96); backdrop-filter: blur(16px); }
      .nav.open .brand { color: var(--navy); }
      .nav.open .menu-btn { background: rgba(0, 40, 71, 0.06); color: var(--navy); }
      .nav.open .nav-links {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: white;
        color: var(--muted);
        padding: 1.25rem 1.5rem 1.5rem;
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        align-items: flex-start;
        gap: 1rem;
      }
      .nav.open .nav-links a:hover { color: var(--navy); }
      .nav.open .nav-cta { display: none; }
    }
    @media (max-width: 620px) {
      .flow { grid-template-columns: 1fr; }
      .trust-grid { grid-template-columns: 1fr; }
      .wrap { width: min(var(--max), calc(100% - 1.5rem)); }
      section { padding: 4rem 0; }
      .role-card { padding: 1.75rem; }
      a.play-badge img { height: 54px; }
    }

    /* Active nav item on multi-page site */
    .nav-links a[aria-current="page"] {
      color: var(--teal-light);
    }
    .nav.scrolled .nav-links a[aria-current="page"] {
      color: var(--teal);
    }

    /* Interior pages: solid navy nav from the start (no transparent-over-hero dance) */
    body.interior .nav {
      background: var(--navy-deep);
      box-shadow: none;
    }
    body.interior .brand,
    body.interior .nav-links { color: rgba(255,255,255,0.9); }
    body.interior .nav-links { color: rgba(255,255,255,0.82); }
    body.interior .nav-links a:hover { color: #fff; }
    body.interior .menu-btn {
      background: rgba(255,255,255,0.12);
      color: var(--white);
    }
    body.interior .nav.scrolled {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(16px) saturate(1.4);
      box-shadow: 0 1px 0 var(--line), 0 10px 40px rgba(0, 40, 71, 0.06);
    }
    body.interior .nav.scrolled .brand { color: var(--navy); }
    body.interior .nav.scrolled .nav-links { color: var(--muted); }
    body.interior .nav.scrolled .nav-links a:hover { color: var(--navy); }
    body.interior .nav.scrolled .menu-btn {
      background: rgba(0, 40, 71, 0.06);
      color: var(--navy);
    }

    /* Page hero for interior pages */
    .page-hero {
      background:
        radial-gradient(ellipse 70% 55% at 78% 40%, rgba(42, 150, 161, 0.42), transparent 58%),
        linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, #013a5f 100%);
      color: #fff;
      padding: 7.5rem 0 3.5rem;
    }
    .page-hero h1 {
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.1;
      letter-spacing: -0.04em;
      font-weight: 800;
      max-width: 18ch;
      margin: 0.75rem 0 1rem;
    }
    .page-hero .lead {
      color: rgba(255,255,255,0.82);
      font-size: 1.1rem;
      max-width: 54ch;
    }
    .crumbs {
      font-size: 0.85rem;
      font-weight: 600;
      color: rgba(255,255,255,0.65);
      margin-bottom: 0.5rem;
    }
    .crumbs a { color: rgba(255,255,255,0.85); }
    .crumbs a:hover { color: #fff; }

    /* Movement chapters (from movement.html) */
    .chapter {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: 2.2rem;
      align-items: center;
      padding: 2.6rem 0;
      border-bottom: 1px solid var(--line);
    }
    .chapter:last-child { border-bottom: 0; }
    .chapter:nth-child(even) .chapter-media { order: 2; }
    .chapter-media img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      background: var(--navy);
    }
    .chapter-media .no-photo {
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: var(--radius);
      background:
        radial-gradient(ellipse 70% 60% at 70% 35%, rgba(42,150,161,0.5), transparent 60%),
        linear-gradient(160deg, var(--navy-deep), var(--navy));
      display: grid;
      place-items: center;
    }
    .chapter-media .no-photo img { width: 64px; height: 64px; box-shadow: none; aspect-ratio: auto; }
    .chapter-kind {
      display: inline-block;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: 0.6rem;
    }
    .chapter h2 { margin-top: 0; margin-bottom: 0.5rem; color: var(--navy); }
    .chapter-where {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--muted);
      margin-bottom: 0.9rem;
    }
    .chapter p { color: var(--muted); font-size: 1rem; white-space: pre-line; }
    .themes {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
      margin: 1.4rem 0 0;
    }
    .themes span {
      background: #fff;
      border: 1px solid var(--line);
      color: var(--navy);
      font-weight: 700;
      font-size: 0.9rem;
      padding: 0.45rem 0.9rem;
      border-radius: 999px;
    }
    .empty-state {
      background: #fff;
      border: 1px dashed var(--line);
      border-radius: var(--radius);
      padding: 3rem 1.5rem;
      text-align: center;
      color: var(--muted);
    }
    .pay-announce {
      background: var(--teal-tint, #EEF6F8);
      border-top: 1px solid var(--line);
      padding: 3.5rem 0;
    }
    .pay-announce-lead {
      color: var(--muted);
      max-width: 54ch;
      margin: 0 0 1.6rem;
      font-size: 1.05rem;
    }
    .pay-announce-figure {
      margin: 0;
      max-width: 36rem;
    }
    .pay-announce-figure img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      background: var(--navy);
    }
    .closing {
      background:
        radial-gradient(ellipse 60% 60% at 20% 30%, rgba(42,150,161,0.35), transparent 60%),
        linear-gradient(160deg, var(--navy-deep), var(--navy));
      color: #fff;
      padding: 4rem 0;
    }
    .closing h2 { color: #fff; margin-top: 0.5rem; }
    .closing p { color: rgba(255,255,255,0.82); max-width: 56ch; }
    @media (max-width: 860px) {
      .chapter { grid-template-columns: 1fr; gap: 1.3rem; padding: 2rem 0; }
      .chapter:nth-child(even) .chapter-media { order: 0; }
    }

    /* Home cards linking to interior pages */
    .page-links {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
      margin-top: 2rem;
    }
    @media (max-width: 900px) {
      .page-links { grid-template-columns: 1fr; }
    }
    .page-link-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 1.5rem;
      box-shadow: 0 10px 30px rgba(0, 40, 71, 0.04);
      transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
    }
    .page-link-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 40px rgba(0, 40, 71, 0.1);
    }
    .page-link-card h3 {
      color: var(--navy);
      font-size: 1.1rem;
      margin-bottom: 0.4rem;
    }
    .page-link-card p { color: var(--muted); font-size: 0.95rem; }
    .page-link-card .go {
      display: inline-block;
      margin-top: 0.9rem;
      color: var(--teal);
      font-weight: 700;
      font-size: 0.9rem;
    }

    .cities {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }
    .cities span {
      display: inline-block;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
      background: var(--teal-tint, #eef6f8);
      color: var(--navy);
      font-size: 0.85rem;
      font-weight: 600;
      border: 1px solid var(--line);
    }

    /* ---------- Audience redesign 2026-08-14 ---------- */
    .inline-link {
      color: var(--teal);
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 0.15em;
    }
    .inline-link:hover { color: var(--navy); }

    .page-hero {
      position: relative;
      overflow: hidden;
      min-height: clamp(22rem, 52vh, 34rem);
      display: flex;
      align-items: flex-end;
      padding: 8rem 0 3.75rem;
    }
    .page-hero-ambient {
      position: absolute;
      inset: -20% -10%;
      background:
        radial-gradient(ellipse 45% 50% at 85% 30%, rgba(62, 180, 192, 0.45), transparent 55%),
        radial-gradient(ellipse 40% 45% at 10% 80%, rgba(251, 149, 45, 0.18), transparent 50%);
      animation: heroDrift 18s ease-in-out infinite alternate;
      pointer-events: none;
    }
    @keyframes heroDrift {
      from { transform: translate3d(0, 0, 0) scale(1); }
      to { transform: translate3d(-2.5%, 1.5%, 0) scale(1.06); }
    }
    .page-hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
      gap: 2rem;
      align-items: end;
      width: min(var(--max), calc(100% - 2.5rem));
    }
    .page-hero-mark {
      justify-self: end;
      opacity: 0.92;
      filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
      animation: markFloat 7s ease-in-out infinite;
    }
    .page-hero-mark img {
      width: clamp(88px, 14vw, 140px);
      height: auto;
      display: block;
    }
    @keyframes markFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    .page-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem;
      margin-top: 1.5rem;
    }
    .page-hero--business {
      background:
        radial-gradient(ellipse 60% 50% at 90% 20%, rgba(251, 149, 45, 0.28), transparent 55%),
        linear-gradient(155deg, var(--navy-deep) 0%, var(--navy) 50%, #014066 100%);
    }
    .page-hero--flyer {
      background:
        radial-gradient(ellipse 55% 55% at 80% 45%, rgba(42, 150, 161, 0.5), transparent 58%),
        linear-gradient(165deg, #001422 0%, var(--navy-deep) 45%, var(--navy) 100%);
    }
    .page-hero--why {
      background:
        radial-gradient(ellipse 50% 45% at 70% 25%, rgba(62, 180, 192, 0.4), transparent 55%),
        linear-gradient(160deg, var(--navy-deep), #01304f 60%, var(--navy));
    }
    .page-hero--movement {
      background:
        radial-gradient(ellipse 48% 50% at 15% 70%, rgba(42, 150, 161, 0.35), transparent 50%),
        linear-gradient(150deg, #001018, var(--navy-deep) 40%, #0a3a5c);
    }
    .page-hero--faq {
      background:
        linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 70%);
      min-height: 18rem;
    }
    @media (max-width: 800px) {
      .page-hero-inner { grid-template-columns: 1fr; }
      .page-hero-mark { justify-self: start; margin-top: 0.5rem; }
    }

    /* Home path fork */
    .path-fork {
      background: var(--fog);
      border-block: 1px solid var(--line);
    }
    .path-lanes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
      margin-top: 0.5rem;
    }
    .path-lane {
      display: flex;
      flex-direction: column;
      min-height: 16rem;
      padding: 2rem 2rem 1.75rem;
      border-radius: var(--radius);
      text-decoration: none;
      color: inherit;
      position: relative;
      overflow: hidden;
      transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
    }
    .path-lane:hover {
      transform: translateY(-6px);
      box-shadow: 0 28px 60px rgba(0, 24, 48, 0.18);
    }
    .path-lane-biz {
      background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(251, 149, 45, 0.35), transparent 55%),
        linear-gradient(150deg, var(--navy-deep), var(--navy));
      color: #fff;
    }
    .path-lane-spot {
      background:
        radial-gradient(ellipse 70% 55% at 0% 100%, rgba(42, 150, 161, 0.35), transparent 50%),
        linear-gradient(160deg, #fff 0%, var(--teal-tint) 100%);
      color: var(--navy);
      border: 1px solid var(--line);
    }
    .path-kicker {
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      opacity: 0.75;
      margin-bottom: 0.85rem;
    }
    .path-lane h3 {
      font-size: clamp(1.45rem, 2.5vw, 1.85rem);
      letter-spacing: -0.03em;
      line-height: 1.15;
      margin-bottom: 0.75rem;
      max-width: 14ch;
    }
    .path-lane p {
      font-size: 1rem;
      line-height: 1.55;
      opacity: 0.88;
      max-width: 34ch;
      flex: 1;
    }
    .path-go {
      margin-top: 1.5rem;
      font-weight: 800;
      font-size: 0.95rem;
    }
    .path-lane-biz .path-go { color: var(--orange); }
    .path-lane-spot .path-go { color: var(--teal); }
    @media (max-width: 800px) {
      .path-lanes { grid-template-columns: 1fr; }
    }

    /* Business story */
    .story-band { background: #fff; }
    .story-band-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 2.5rem;
      align-items: start;
    }
    .story-pull {
      font-size: 1.15rem;
      color: var(--muted);
      max-width: 40ch;
      line-height: 1.65;
    }
    .story-beats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 1.1rem;
      border-left: 2px solid var(--teal);
      padding-left: 1.35rem;
      margin-top: 0.5rem;
    }
    .story-beats li {
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.5;
    }
    .story-beats strong { color: var(--navy); }
    .trust-strip {
      background: var(--navy-deep);
      color: #fff;
      padding: 3.5rem 0;
    }
    .trust-strip-list {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }
    .trust-strip-label {
      display: block;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--teal-light);
      margin-bottom: 0.55rem;
    }
    .trust-strip-list p {
      color: rgba(255,255,255,0.8);
      font-size: 0.98rem;
      line-height: 1.55;
      max-width: 28ch;
    }
    .editorial-cta { background: var(--fog); }
    .editorial-cta-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: center;
    }
    .editorial-visual img {
      width: 100%;
      height: auto;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      display: block;
      object-fit: cover;
      aspect-ratio: 16 / 10;
    }
    @media (max-width: 860px) {
      .story-band-grid,
      .editorial-cta-inner,
      .trust-strip-list { grid-template-columns: 1fr; }
    }

    /* Flyer dual lanes */
    .dual-lanes { background: #fff; }
    .dual-lanes-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0, 40, 71, 0.06);
    }
    .lane {
      padding: 2.4rem 2.2rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .lane-hire {
      background: linear-gradient(165deg, var(--navy-deep), var(--navy));
      color: #fff;
    }
    .lane-hire .section-label { color: var(--orange); }
    .lane-hire .section-title { color: #fff; max-width: 14ch; }
    .lane-hire p { color: rgba(255,255,255,0.82); }
    .lane-earn {
      background: var(--teal-tint);
      border-left: 1px solid var(--line);
    }
    .lane-list {
      list-style: none;
      margin: 0.4rem 0 0.8rem;
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
    }
    .lane-list li {
      position: relative;
      padding-left: 1.1rem;
      color: var(--muted);
      font-size: 0.98rem;
    }
    .lane-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.55em;
      width: 0.45rem;
      height: 0.45rem;
      border-radius: 50%;
      background: var(--teal);
    }
    .lane .btn { align-self: flex-start; margin-top: 0.5rem; }
    @media (max-width: 860px) {
      .dual-lanes-grid { grid-template-columns: 1fr; }
      .lane-earn { border-left: 0; border-top: 1px solid var(--line); }
    }

    .proof-band {
      background:
        radial-gradient(ellipse 50% 60% at 80% 40%, rgba(42, 150, 161, 0.12), transparent 55%),
        var(--fog);
    }
    .proof-band-inner { max-width: 48rem; }
    .proof-band blockquote {
      margin: 0 0 1.25rem;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      color: var(--navy);
      line-height: 1.2;
      max-width: 18ch;
    }
    .proof-band p { color: var(--muted); font-size: 1.05rem; max-width: 52ch; }
    .proof-band-links {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
      margin-top: 1.5rem;
    }

    /* Why: sticky step story */
    .how-story { background: #fff; }
    .how-story-layout {
      display: grid;
      grid-template-columns: 11rem 1fr;
      gap: 2rem;
      align-items: start;
      margin-top: 0.5rem;
    }
    .how-rail {
      list-style: none;
      position: sticky;
      top: 6.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
    }
    .how-rail-item button {
      width: 100%;
      text-align: left;
      border: 0;
      background: transparent;
      font: inherit;
      font-weight: 700;
      font-size: 0.92rem;
      color: var(--muted);
      padding: 0.55rem 0.7rem;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
    }
    .how-rail-item.is-active button,
    .how-rail-item button:hover {
      background: var(--teal-tint);
      color: var(--navy);
    }
    .how-panels { display: grid; gap: 1rem; }
    .how-panel {
      background: linear-gradient(135deg, var(--fog), #fff);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 2rem 2rem 2rem 2.2rem;
      opacity: 0.45;
      transform: translateX(8px);
      transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.3s;
    }
    .how-panel.is-active {
      opacity: 1;
      transform: none;
      border-color: rgba(42, 150, 161, 0.45);
      box-shadow: 0 18px 40px rgba(0, 40, 71, 0.07);
    }
    .how-num {
      display: block;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      color: var(--teal);
      margin-bottom: 0.6rem;
    }
    .how-panel h3 {
      color: var(--navy);
      font-size: 1.35rem;
      letter-spacing: -0.03em;
      margin-bottom: 0.55rem;
    }
    .how-panel p { color: var(--muted); max-width: 42ch; }
    @media (max-width: 800px) {
      .how-story-layout { grid-template-columns: 1fr; }
      .how-rail {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.35rem;
      }
      .how-rail-item button { font-size: 0.82rem; padding: 0.45rem 0.65rem; }
    }

    .trust-band { background: var(--fog); }
    .trust-band-intro { max-width: 40rem; margin-bottom: 2rem; }
    .trust-editorial {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border-top: 1px solid var(--line);
    }
    .trust-editorial-item {
      padding: 1.75rem 1.5rem 1.75rem 0;
      border-bottom: 1px solid var(--line);
    }
    .trust-editorial-item:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--line); }
    .trust-editorial-item:nth-child(even) { padding-left: 2rem; }
    .trust-editorial-item h3 {
      color: var(--navy);
      font-size: 1.1rem;
      margin-bottom: 0.45rem;
      letter-spacing: -0.02em;
    }
    .trust-editorial-item p { color: var(--muted); font-size: 0.98rem; max-width: 32ch; }
    @media (max-width: 700px) {
      .trust-editorial { grid-template-columns: 1fr; }
      .trust-editorial-item:nth-child(odd),
      .trust-editorial-item:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
      }
    }

    /* Movement about */
    .about-band {
      background: #fff;
      border-bottom: 1px solid var(--line);
    }
    .about-band-grid {
      display: grid;
      grid-template-columns: 1.4fr 0.6fr;
      gap: 2.5rem;
      align-items: center;
    }
    .about-band p {
      color: var(--muted);
      font-size: 1.05rem;
      max-width: 52ch;
      margin-bottom: 1rem;
    }
    .about-facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem 1.5rem;
      margin-top: 1.75rem;
    }
    .about-facts dt {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: 0.2rem;
    }
    .about-facts dd {
      color: var(--navy);
      font-weight: 600;
      font-size: 0.95rem;
    }
    .about-facts a { color: var(--navy); }
    .about-visual {
      margin: 0;
      display: grid;
      place-items: center;
      aspect-ratio: 1;
      border-radius: var(--radius);
      background:
        radial-gradient(ellipse 70% 60% at 50% 40%, rgba(42,150,161,0.35), transparent 60%),
        linear-gradient(160deg, var(--navy-deep), var(--navy));
    }
    .about-visual img {
      width: 42%;
      height: auto;
      filter: drop-shadow(0 12px 30px rgba(0,0,0,0.35));
    }
    .chapters-section { background: var(--fog); }
    .chapters-head { margin-bottom: 0.5rem; }
    .pay-announce-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: center;
    }
    @media (max-width: 800px) {
      .about-band-grid,
      .about-facts,
      .pay-announce-grid { grid-template-columns: 1fr; }
    }

    /* FAQ editorial */
    .faq-page { background: #fff; }
    .faq-page-grid {
      display: grid;
      grid-template-columns: 0.75fr 1.25fr;
      gap: 2.5rem;
      align-items: start;
    }
    .faq-aside {
      position: sticky;
      top: 6.5rem;
      padding: 1.75rem;
      border-radius: var(--radius);
      background: var(--teal-tint);
      border: 1px solid var(--line);
    }
    .faq-aside p {
      color: var(--muted);
      margin: 0.75rem 0 1.25rem;
      font-size: 0.98rem;
    }
    .faq-list details {
      border-bottom: 1px solid var(--line);
      padding: 1.1rem 0;
    }
    .faq-list summary {
      cursor: pointer;
      font-weight: 700;
      color: var(--navy);
      font-size: 1.05rem;
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      align-items: center;
    }
    .faq-list summary::-webkit-details-marker { display: none; }
    .faq-list summary::after {
      content: "+";
      font-weight: 800;
      color: var(--teal);
      font-size: 1.25rem;
      transition: transform 0.25s var(--ease);
    }
    .faq-list details[open] summary::after {
      content: "–";
    }
    .faq-list details p {
      color: var(--muted);
      margin-top: 0.75rem;
      max-width: 54ch;
      line-height: 1.6;
      animation: faqOpen 0.35s var(--ease);
    }
    @keyframes faqOpen {
      from { opacity: 0; transform: translateY(-6px); }
      to { opacity: 1; transform: none; }
    }
    @media (max-width: 860px) {
      .faq-page-grid { grid-template-columns: 1fr; }
      .faq-aside { position: static; }
    }

    @media (prefers-reduced-motion: reduce) {
      .page-hero-ambient,
      .page-hero-mark,
      .how-panel,
      .faq-list details p { animation: none !important; transition: none !important; }
    }
