      :root {
        --bg: #f4f5f1;
        --bg-soft: #fbfbf7;
        --ink: #13211c;
        --muted: #5a6661;
        --line: rgba(19, 33, 28, 0.12);
        --line-strong: rgba(19, 33, 28, 0.22);
        --surface: rgba(255, 255, 255, 0.82);
        --surface-strong: #ffffff;
        --brand: #153f36;
        --brand-strong: #0d2c25;
        --brand-soft: #dbe8e2;
        --accent: #b69452;
        --accent-soft: #f4ecdc;
        --glow: rgba(182, 148, 82, 0.18);
        --shadow: 0 24px 80px rgba(16, 28, 24, 0.12);
        --radius-xl: 32px;
        --radius-lg: 24px;
        --radius-md: 18px;
        --radius-sm: 14px;
        --max-width: 1320px;
        --font-sans: "Aptos", "Avenir Next", "Segoe UI", sans-serif;
        --font-serif: "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        min-height: 100vh;
        color: var(--ink);
        font-family: var(--font-sans);
        background:
          radial-gradient(circle at top left, rgba(18, 63, 56, 0.14), transparent 30%),
          radial-gradient(circle at top right, rgba(181, 139, 66, 0.14), transparent 26%),
          linear-gradient(180deg, #f2f4ef 0%, #fbfbf7 45%, #f1f5f0 100%);
      }

      a,
      button {
        color: inherit;
        font: inherit;
      }

      button {
        cursor: pointer;
        border: 0;
      }

      img {
        max-width: 100%;
        display: block;
      }

      h1,
      h2,
      h3,
      p {
        margin-top: 0;
      }

      .page-shell {
        width: min(var(--max-width), calc(100% - 32px));
        margin: 0 auto;
        padding: 24px 0 88px;
      }

      .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 20px;
        padding: 14px 18px;
        border: 1px solid rgba(19, 33, 28, 0.08);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(14px);
        box-shadow: 0 12px 40px rgba(16, 28, 24, 0.06);
      }

      .topbar-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 18px;
        margin-left: auto;
      }

      .brand {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
      }

      .brand-mark {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #f8fbfa;
        background:
          linear-gradient(135deg, rgba(181, 139, 66, 0.95), rgba(18, 63, 56, 1));
        box-shadow: 0 16px 32px rgba(18, 63, 56, 0.18);
        font-weight: 800;
        letter-spacing: 0.08em;
      }

      .brand-copy span,
      .eyebrow,
      .section-tag,
      .metric-label {
        text-transform: uppercase;
        letter-spacing: 0.16em;
        font-size: 0.76rem;
        font-weight: 800;
      }

      .brand-copy span,
      .eyebrow,
      .section-tag,
      .nav-links a {
        color: var(--muted);
      }

      .brand-copy strong {
        display: block;
        font-size: 1rem;
        letter-spacing: -0.02em;
      }

      .nav-links {
        display: flex;
        align-items: center;
        gap: 18px;
      }

      .nav-links a {
        text-decoration: none;
        font-size: 0.94rem;
        font-weight: 700;
      }

      .nav-links a:hover,
      .nav-links a:focus-visible {
        color: var(--brand);
      }

      .topbar-login {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 46px;
        padding: 0 20px;
        border: 1px solid rgba(19, 33, 28, 0.12);
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(21, 63, 54, 0.1), rgba(182, 148, 82, 0.08));
        color: var(--brand-strong);
        font-size: 0.92rem;
        font-weight: 800;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 10px 22px rgba(16, 28, 24, 0.08);
        transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      .topbar-login:hover,
      .topbar-login:focus-visible {
        transform: translateY(-1px);
        background: linear-gradient(135deg, rgba(21, 63, 54, 0.14), rgba(182, 148, 82, 0.12));
        border-color: rgba(19, 33, 28, 0.18);
        box-shadow: 0 14px 28px rgba(16, 28, 24, 0.12);
      }

      .hero {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
        gap: 34px;
        padding: 42px;
        border: 1px solid rgba(18, 63, 56, 0.12);
        border-radius: var(--radius-xl);
        background:
          radial-gradient(circle at 82% 16%, rgba(181, 139, 66, 0.22), transparent 16%),
          radial-gradient(circle at 14% 88%, rgba(215, 231, 225, 0.18), transparent 22%),
          linear-gradient(145deg, rgba(8, 36, 32, 0.99), rgba(18, 63, 56, 0.97));
        box-shadow: 0 36px 90px rgba(10, 28, 24, 0.22);
      }

      .hero::after {
        content: "";
        position: absolute;
        inset: auto -80px -110px auto;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(181, 139, 66, 0.24), transparent 68%);
        pointer-events: none;
      }

      .hero-copy {
        position: relative;
        z-index: 1;
        color: #f2f7f5;
        padding-right: 0;
      }

      .hero-kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 9px 14px;
        margin-bottom: 18px;
        border: 1px solid rgba(242, 247, 245, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        color: rgba(242, 247, 245, 0.9);
        font-size: 0.88rem;
        font-weight: 700;
        letter-spacing: 0.02em;
      }

      .hero-kicker::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e4bc75, #b69452);
        box-shadow: 0 0 0 8px rgba(182, 148, 82, 0.14);
      }

      .eyebrow {
        margin-bottom: 18px;
        color: rgba(242, 247, 245, 0.64);
      }

      h1 {
        margin-bottom: 18px;
        font-family: var(--font-serif);
        font-size: clamp(2.55rem, 3.65vw, 4.1rem);
        line-height: 1.02;
        letter-spacing: -0.05em;
        max-width: none;
        text-wrap: balance;
      }

      h1 .hero-line {
        display: block;
        white-space: nowrap;
      }

      .hero-lead {
        max-width: none;
        margin-bottom: 30px;
        color: rgba(242, 247, 245, 0.8);
        font-size: 1.04rem;
        line-height: 1.72;
      }

      .hero-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        margin-bottom: 28px;
      }

      .hero-actions .btn {
        flex: 1 1 0;
      }

      .hero-access-link,
      .cta-access-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
        color: rgba(242, 247, 245, 0.8);
        font-size: 0.95rem;
        font-weight: 700;
        text-decoration: none;
      }

      .purchase-notice {
        display: block;
        width: 100%;
        margin: 18px 0 40px;
        max-width: none;
        color: rgba(242, 247, 245, 0.72);
        font-size: 0.84rem;
        line-height: 1.6;
      }

      .hero-access-link::after,
      .cta-access-link::after {
        content: "\2192";
        font-size: 0.92em;
        line-height: 1;
      }

      .hero-access-link:hover,
      .hero-access-link:focus-visible {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 0.18em;
      }

      .hero-proof {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 24px;
      }

      .hero-proof div {
        padding: 16px 18px;
        border-radius: 16px;
        border: 1px solid rgba(242, 247, 245, 0.1);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
      }

      .hero-proof strong {
        display: block;
        margin-bottom: 4px;
        font-size: 0.9rem;
        color: #ffffff;
      }

      .hero-proof span {
        color: rgba(242, 247, 245, 0.68);
        font-size: 0.84rem;
        line-height: 1.5;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 56px;
        padding: 0 24px;
        border-radius: 999px;
        text-decoration: none;
        text-align: center;
        font-weight: 800;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      .btn:hover,
      .btn:focus-visible {
        transform: translateY(-2px);
      }

      .btn-primary {
        background: linear-gradient(135deg, #d0a459, #b78635);
        color: #1d160b;
        box-shadow: 0 20px 40px rgba(181, 139, 66, 0.28);
      }

      .btn-secondary {
        color: #f2f7f5;
        border: 1px solid rgba(242, 247, 245, 0.18);
        background: rgba(255, 255, 255, 0.09);
      }

      .btn-ghost {
        color: #f6faf8;
        border: 1px solid rgba(242, 247, 245, 0.22);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(182, 148, 82, 0.12));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      }

      .btn-ghost:hover,
      .btn-ghost:focus-visible {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(182, 148, 82, 0.18));
      }

      .hero-metrics {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
      }

      .hero-metrics article {
        padding: 18px 20px 20px;
        border-radius: 18px;
        border: 1px solid rgba(242, 247, 245, 0.1);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
        backdrop-filter: blur(10px);
      }

      .metric-label {
        display: block;
        margin-bottom: 10px;
        color: rgba(242, 247, 245, 0.52);
      }

      .metric-value {
        display: block;
        font-size: 1.28rem;
        font-weight: 800;
        letter-spacing: -0.03em;
      }

      .metric-copy {
        margin: 8px 0 0;
        color: rgba(242, 247, 245, 0.72);
        line-height: 1.55;
        font-size: 0.9rem;
      }

      .hero-panel {
        position: relative;
        z-index: 1;
        align-self: stretch;
        padding: 28px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background:
          linear-gradient(180deg, rgba(251, 253, 252, 0.96), rgba(232, 239, 236, 0.94));
        color: var(--ink);
        box-shadow: 0 28px 60px rgba(7, 23, 20, 0.18);
      }

      .panel-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        margin: 18px 0 18px;
        padding: 9px 12px;
        border-radius: 999px;
        background: rgba(21, 63, 54, 0.08);
        color: var(--brand);
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        justify-content: center;
      }

      .panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 20px;
      }

      .panel-head h2 {
        margin-bottom: 4px;
        font-size: 1.2rem;
      }

      .panel-head p {
        margin-bottom: 0;
        color: var(--muted);
        font-size: 0.98rem;
        line-height: 1.5;
      }

      .status-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        white-space: nowrap;
        border-radius: 999px;
        background: var(--accent-soft);
        color: #654912;
        font-size: 0.84rem;
        font-weight: 700;
      }

      .status-pill::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #b78635;
        box-shadow: 0 0 0 8px rgba(181, 139, 66, 0.16);
      }

      .network-card,
      .insight-card,
      .feature-card,
      .proof-card,
      .timeline-card,
      .faq-item,
      .cta-band {
        border: 1px solid var(--line);
        box-shadow: 0 18px 48px rgba(16, 28, 24, 0.08);
      }

      .network-card,
      .insight-card {
        background: var(--surface-strong);
      }

      .network-card {
        padding: 22px;
        border-radius: 22px;
      }

      .network-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin-top: 20px;
      }

      .node-result {
        grid-column: 1 / 2;
        padding-right: 16px;
      }

      .node-result-copy {
        display: contents;
      }

      .node-result-meta {
        display: block;
        margin: 16px 0 0;
        color: var(--muted);
        font-size: 0.76rem;
        line-height: 1.45;
      }

      .node-spread {
        grid-column: 2 / 4;
        padding: 16px 18px;
        min-height: 112px;
      }

      .node-spread strong {
        display: block;
        margin-bottom: 8px;
        font-size: 0.9rem;
        line-height: 1.2;
        color: var(--ink);
      }

      .node-spread-value {
        display: block;
        margin-bottom: 4px;
        color: var(--ink);
        font-size: 2rem;
        font-weight: 800;
        line-height: 0.95;
        letter-spacing: -0.05em;
      }

      .node-spread-unit {
        display: block;
        margin-bottom: 16px;
        color: var(--muted);
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .node-spread p {
        margin: 0;
        color: var(--muted);
        font-size: 0.76rem;
        line-height: 1.45;
      }

      .node {
        position: relative;
        padding: 16px;
        min-height: 112px;
        border-radius: 18px;
        background: linear-gradient(180deg, #fefefe, #f4f7f5);
        border: 1px solid rgba(18, 63, 56, 0.1);
      }

      .node strong {
        display: block;
        margin-bottom: 8px;
        font-size: 0.9rem;
        line-height: 1.2;
      }

      .node span,
      .node small,
      .insight-card p,
      .feature-card p,
      .proof-card p,
      .timeline-card p,
      .faq-item p {
        color: var(--muted);
      }

      .node-value {
        display: block;
        margin-bottom: 4px;
        color: var(--ink);
        font-size: 2rem;
        font-weight: 800;
        line-height: 0.95;
        letter-spacing: -0.05em;
      }

      .node-unit {
        display: block;
        color: var(--muted);
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .node small {
        display: block;
        margin-top: 16px;
        font-size: 0.76rem;
        line-height: 1.45;
      }

      .node.active {
        background:
          radial-gradient(circle at top right, var(--glow), transparent 42%),
          linear-gradient(180deg, #fffdf8, #f7f1e4);
        border-color: rgba(181, 139, 66, 0.22);
      }

      .insight-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 16px;
      }

      .insight-card {
        padding: 16px 18px;
        border-radius: 18px;
      }

      .insight-card strong {
        display: block;
        margin-bottom: 6px;
        font-size: 1rem;
      }

      .panel-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(19, 33, 28, 0.08);
        color: var(--muted);
        font-size: 0.88rem;
      }

      .section {
        padding-top: 86px;
      }

      .section-head {
        display: grid;
        gap: 16px;
        margin-bottom: 30px;
      }

      .section-head h2 {
        margin: 12px 0 0;
        font-family: var(--font-serif);
        font-size: clamp(1.85rem, 3.1vw, 3rem);
        line-height: 1.02;
        letter-spacing: -0.035em;
        max-width: 11ch;
        text-wrap: pretty;
      }

      h2.manual-breaks {
        max-width: none;
      }

      h2.manual-breaks .line {
        display: block;
        white-space: nowrap;
      }

      h2.manual-breaks .line + .line {
        margin-top: 0.18em;
      }

      .section-head p {
        max-width: none;
        margin-bottom: 0;
        line-height: 1.7;
      }

      .feature-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
      }

      .feature-card {
        padding: 28px;
        border-radius: var(--radius-lg);
        background: var(--surface);
        backdrop-filter: blur(18px);
        position: relative;
        overflow: hidden;
      }

      .feature-card::before {
        content: "";
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--brand), rgba(182, 148, 82, 0.85));
      }

      .feature-card strong,
      .proof-card strong,
      .timeline-card strong,
      .faq-item strong {
        display: block;
        margin-bottom: 10px;
        font-size: 1.12rem;
        letter-spacing: -0.02em;
      }

      .feature-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
        border-radius: 14px;
        background: var(--brand-soft);
        color: var(--brand);
        font-weight: 800;
      }

      .proof-grid {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 18px;
      }

      .proof-card,
      .timeline-card,
      .faq-item,
      .cta-band {
        background: var(--surface-strong);
        border-radius: var(--radius-lg);
      }

      .proof-card,
      .timeline-card {
        padding: 28px;
      }

      .proof-list,
      .timeline-list {
        display: grid;
        gap: 12px;
        margin: 18px 0 0;
      }

      .proof-list div,
      .timeline-list div {
        padding: 14px 16px;
        border-radius: 16px;
        border: 1px solid rgba(18, 63, 56, 0.08);
        background: #f8fbf9;
      }

      .proof-list strong,
      .timeline-list strong {
        margin-bottom: 4px;
        font-size: 0.98rem;
      }

      .timeline-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
      }

      .faq-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
      }

      .faq-item {
        padding: 24px 26px;
      }

      .pricing-card {
        padding: 34px;
        border-radius: var(--radius-lg);
        border: 1px solid rgba(182, 148, 82, 0.22);
        background:
          radial-gradient(circle at top right, rgba(182, 148, 82, 0.28), transparent 22%),
          linear-gradient(145deg, #fffdfa, #f6f2e8);
        box-shadow: 0 32px 80px rgba(120, 92, 28, 0.14);
      }

      .pricing-topline {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        margin-bottom: 18px;
        border-radius: 999px;
        background: rgba(182, 148, 82, 0.22);
        color: #6b4e1c;
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.04em;
      }

      .pricing-card h3 {
        margin-bottom: 10px;
        font-family: var(--font-serif);
        font-size: clamp(2rem, 3vw, 2.8rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
      }

      .pricing-lead {
        max-width: none;
        margin-bottom: 22px;
        color: var(--muted);
        line-height: 1.8;
      }

      .pricing-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-bottom: 20px;
      }

      .price-block {
        padding: 22px;
        border-radius: 20px;
        border: 1px solid rgba(182, 148, 82, 0.14);
        background: linear-gradient(180deg, #fffefb, #f7f2e7);
      }

      .price-block.featured {
        background: linear-gradient(145deg, rgba(21, 63, 54, 0.98), rgba(13, 44, 37, 0.96));
        color: #f6faf8;
        border-color: rgba(21, 63, 54, 0.3);
        box-shadow: 0 18px 40px rgba(18, 63, 56, 0.18);
      }

      .price-label {
        display: block;
        margin-bottom: 10px;
        color: var(--muted);
        font-size: 0.84rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .price-block.featured .price-label {
        color: rgba(246, 250, 248, 0.68);
      }

      .price-value {
        display: block;
        margin-bottom: 8px;
        font-size: clamp(2rem, 3vw, 2.9rem);
        font-weight: 800;
        letter-spacing: -0.04em;
      }

      .price-copy {
        margin: 0;
        color: var(--muted);
        line-height: 1.65;
      }

      .price-block.featured .price-copy {
        color: rgba(246, 250, 248, 0.78);
      }

      .pricing-note {
        margin-bottom: 18px;
        color: var(--brand);
        font-size: 0.98rem;
        line-height: 1.75;
        padding: 16px 18px;
        border-radius: 16px;
        background: rgba(21, 63, 54, 0.06);
      }

      .pricing-note strong {
        color: var(--brand);
      }

      .pricing-list {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .pricing-list li {
        padding: 14px 16px;
        border-radius: 16px;
        border: 1px solid rgba(182, 148, 82, 0.1);
        background: linear-gradient(180deg, #fffefa, #faf5ea);
        line-height: 1.65;
      }

      .cta-band {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 38px;
        margin-top: 74px;
        background:
          radial-gradient(circle at top right, rgba(181, 139, 66, 0.24), transparent 24%),
          radial-gradient(circle at bottom left, rgba(21, 63, 54, 0.12), transparent 28%),
          linear-gradient(145deg, #fefcf7, #eef4f1);
        border: 1px solid rgba(182, 148, 82, 0.18);
        box-shadow: 0 30px 80px rgba(120, 92, 28, 0.12);
      }

      .cta-band h2 {
        margin-bottom: 16px;
        font-family: var(--font-serif);
        font-size: clamp(1.9rem, 3.3vw, 3rem);
        line-height: 1.02;
        letter-spacing: -0.035em;
        max-width: none;
        text-wrap: pretty;
      }

      .cta-band p {
        max-width: none;
        line-height: 1.8;
      }

      .cta-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        margin-top: 22px;
      }

      .cta-actions .btn {
        flex: 1 1 0;
      }

      .cta-legal {
        margin-top: 16px;
        max-width: none;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.7;
      }

      .cta-purchase-notice {
        margin-top: 14px;
        max-width: 74ch;
        color: var(--muted);
        font-size: 0.84rem;
        line-height: 1.6;
      }

      .cta-access-link {
        margin-top: 18px;
        color: var(--brand);
      }

      .cta-access-link:hover,
      .cta-access-link:focus-visible {
        color: var(--brand-strong);
        text-decoration: underline;
        text-underline-offset: 0.18em;
      }

      .btn-dark {
        background: linear-gradient(135deg, var(--brand), var(--brand-strong));
        color: #f5faf8;
        box-shadow: 0 18px 34px rgba(18, 63, 56, 0.16);
      }

      .btn-light {
        background: var(--accent-soft);
        color: #523a12;
      }

      .footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding-top: 34px;
        color: var(--muted);
        font-size: 0.92rem;
      }

      .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 18px;
      }

      .footer-links a {
        color: var(--muted);
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 500;
      }

      .footer-links a:hover,
      .footer-links a:focus-visible {
        color: var(--brand);
      }

      .footer-links a + a {
        position: relative;
        padding-left: 18px;
      }

      .footer-links a + a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 0.9rem;
        transform: translateY(-50%);
        background: rgba(19, 33, 28, 0.18);
      }

      .reveal {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 650ms ease, transform 650ms ease;
      }

      .reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 1080px) {
        .hero,
        .proof-grid,
        .pricing-grid {
          grid-template-columns: 1fr;
        }

        .feature-grid,
        .timeline-grid,
        .faq-grid,
        .hero-proof {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media (max-width: 760px) {
        .page-shell {
          width: min(var(--max-width), calc(100% - 20px));
          padding-top: 16px;
        }

        .topbar,
        .footer {
          flex-direction: column;
          align-items: flex-start;
        }

        .topbar-actions {
          width: 100%;
          flex-wrap: wrap;
          justify-content: flex-start;
          margin-left: 0;
        }

        .nav-links {
          flex-wrap: wrap;
          gap: 12px;
        }

        .hero {
          padding: 28px 24px;
        }

        .hero-actions {
          flex-wrap: wrap;
        }

        .hero-actions .btn {
          flex: 1 1 220px;
        }

        h1 {
          max-width: none;
        }

        .hero-metrics,
        .hero-proof,
        .feature-grid,
        .timeline-grid,
        .faq-grid,
        .network-grid,
        .insight-stack {
          grid-template-columns: 1fr;
        }

        .node-result {
          grid-column: auto;
          padding-right: 16px;
        }

        .node-spread {
          grid-column: auto;
        }

        .cta-band {
          padding: 28px 24px;
        }
      }
