  :root {
    --navy-950: #05070c;
    --navy-900: #0a0f1a;
    --navy-850: #0d1320;
    --navy-800: #121a2b;
    --navy-700: #1a2338;
    --navy-600: #263252;
    --border: rgba(255,255,255,0.08);
    --border-strong: rgba(255,255,255,0.14);
    --fg-1: #f6f8fb;
    --fg-2: #c4ccdb;
    --fg-3: #8b93a7;
    --accent-300: #6ee7b7;
    --accent-400: #34d399;
    --accent-500: #10b981;
    --accent-600: #059669;
    --gold-400: #f4c95d;
    --gold-500: #e8ac2e;
    --red-400: #f87171;
    --radius-lg: 22px;
    --radius-md: 14px;
    --maxw: 1120px;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--navy-950);
    color: var(--fg-1);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    overflow-x: hidden;
  }
  h1, h2, h3 { font-family: "Inter Tight", "Inter", sans-serif; letter-spacing: -0.02em; margin: 0; }
  p { margin: 0; }
  a { color: inherit; }
  img, svg { display: block; }
  .icon { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  /* film-grain overlay so flat gradients don't read as a generic AI template */
  .grain {
    position: fixed; inset: 0; z-index: 2000; pointer-events: none;
    opacity: 0.035; mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

  /* ---------- nav ---------- */
  header.site {
    position: sticky; top: 0; z-index: 100;
    background: rgba(5,7,12,0.72);
    backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid var(--border);
  }
  .nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px; max-width: var(--maxw); margin: 0 auto;
  }
  .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .brand span { font-weight: 800; font-size: 1.15rem; color: var(--fg-1); }
  .nav-links { display: none; gap: 28px; font-size: 0.9rem; font-weight: 500; color: var(--fg-2); }
  .nav-links a { text-decoration: none; transition: color .15s; }
  .nav-links a:hover { color: var(--fg-1); }
  .nav-cta { display: none; align-items: center; gap: 10px; }
  .nav-toggle {
    display: inline-flex; background: none; border: 1px solid var(--border-strong); border-radius: 10px;
    padding: 8px; color: var(--fg-1); cursor: pointer;
  }
  @media (min-width: 880px) {
    .nav-links { display: flex; }
    .nav-cta { display: flex; }
    .nav-toggle { display: none; }
  }
  .mobile-menu {
    display: none; flex-direction: column; gap: 2px; padding: 10px 20px 18px;
    border-top: 1px solid var(--border);
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    padding: 12px 4px; text-decoration: none; color: var(--fg-2); font-size: 0.95rem; font-weight: 500;
    border-bottom: 1px solid var(--border);
  }
  .mobile-menu .btn { margin-top: 12px; }

  /* ---------- buttons ---------- */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border-radius: 12px; padding: 12px 20px; font-weight: 600; font-size: 0.92rem;
    text-decoration: none; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
    transition: transform .12s ease, background .15s, border-color .15s;
  }
  .btn:active { transform: scale(0.97); }
  .btn-primary {
    background: linear-gradient(180deg, var(--accent-400), var(--accent-600));
    color: #04140d; box-shadow: 0 8px 24px -8px rgba(16,185,129,0.55), inset 0 1px 0 rgba(255,255,255,0.25);
  }
  .btn-primary:hover { filter: brightness(1.06); }
  .btn-ghost {
    background: transparent; color: var(--fg-1); border-color: var(--border-strong);
  }
  .btn-ghost:hover { background: rgba(255,255,255,0.05); }
  .btn-lg { padding: 15px 28px; font-size: 1rem; border-radius: 14px; }

  /* ---------- hero ---------- */
  .hero { position: relative; padding: 64px 0 40px; overflow: hidden; }
  .hero::before {
    content: ""; position: absolute; top: -220px; left: 50%; width: 900px; height: 620px;
    transform: translateX(-50%);
    background: radial-gradient(closest-side, rgba(16,185,129,0.16), rgba(16,185,129,0) 72%);
    pointer-events: none;
  }
  .hero-grid {
    position: relative; display: grid; gap: 44px; align-items: center;
  }
  @media (min-width: 960px) {
    .hero-grid { grid-template-columns: 1.02fr 0.98fr; gap: 30px; }
  }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(52,211,153,0.1); border: 1px solid rgba(52,211,153,0.28);
    color: var(--accent-300); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.02em;
    padding: 6px 12px; border-radius: 100px; margin-bottom: 20px;
  }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-400); box-shadow: 0 0 0 3px rgba(52,211,153,0.2); }
  h1.hero-title { font-size: clamp(2.1rem, 5.2vw, 3.4rem); font-weight: 800; color: var(--fg-1); line-height: 1.08; }
  h1.hero-title em { font-style: normal; color: var(--accent-400); }
  .hero-sub { margin-top: 20px; font-size: 1.05rem; color: var(--fg-2); max-width: 52ch; line-height: 1.6; }
  .hero-ctas { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
  .hero-trust {
    margin-top: 26px; display: flex; align-items: flex-start; gap: 10px;
    color: var(--fg-3); font-size: 0.86rem; max-width: 46ch;
  }
  .hero-trust svg { margin-top: 2px; color: var(--accent-400); }

  /* ---------- device mock ---------- */
  .device {
    position: relative; border-radius: 26px; background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
    border: 1px solid var(--border-strong); box-shadow: 0 40px 80px -30px rgba(0,0,0,0.65), 0 0 0 1px rgba(0,0,0,0.2);
    padding: 6px; max-width: 420px; margin: 30px auto;
    transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
  }
  .device-screen { background: var(--navy-950); border-radius: 20px; padding: 20px 16px 22px; overflow: hidden; }
  .device-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
  .device-bar .app-title { font-size: 1.05rem; font-weight: 800; color: var(--fg-1); }
  .device-bar .app-sub { font-size: 0.72rem; color: var(--fg-3); margin-top: 2px; }
  .device-bell {
    width: 30px; height: 30px; border-radius: 9px; border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center; color: var(--fg-3);
    background: rgba(255,255,255,0.03);
  }
  .alert-bar {
    display: flex; gap: 9px; align-items: flex-start; background: rgba(244,201,93,0.1);
    border: 1px solid rgba(244,201,93,0.25); color: var(--gold-400); border-radius: 14px;
    padding: 10px 12px; font-size: 0.72rem; line-height: 1.4; margin-bottom: 14px;
  }
  .alert-bar svg { flex-shrink: 0; margin-top: 1px; }
  .alert-bar b { color: #fde6ab; }

  .cardgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .mini-card {
    position: relative; aspect-ratio: 1.66 / 1; border-radius: 13px; padding: 10px;
    color: #fff; overflow: hidden; box-shadow: 0 10px 22px -10px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .mini-card::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(120% 100% at 0% 0%, rgba(255,255,255,0.22), transparent 45%),
                radial-gradient(120% 100% at 100% 100%, rgba(0,0,0,0.2), transparent 55%);
  }
  .mini-card .row1 { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 1; }
  .mini-card .bank { font-size: 0.5rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.72; font-weight: 600; }
  .mini-card .nick { font-size: 0.66rem; font-weight: 800; margin-top: 1px; }
  .mini-card .net { font-size: 0.56rem; font-weight: 800; font-style: italic; opacity: 0.9; }
  .mini-card .net.mc { display: flex; }
  .mini-card .net.mc i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.7); }
  .mini-card .net.mc i + i { background: rgba(255,255,255,0.4); margin-left: -5px; }
  .mini-card .chip { width: 18px; height: 13px; border-radius: 3px; background: linear-gradient(160deg, var(--gold-400), var(--gold-500)); position: relative; z-index: 1; }
  .mini-card .row2 { display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 1; }
  .mini-card .due-label { font-size: 0.45rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.6; }
  .mini-card .due-val { font-size: 0.62rem; font-weight: 800; }
  .mini-card .due-val.warn { color: var(--gold-400); }

  .c1 { background: linear-gradient(135deg, #1f2937, #4232b3); }
  .c2 { background: linear-gradient(135deg, #0f766e, #134e4a); }
  .c3 { background: linear-gradient(135deg, #ea580c, #c2410c); }
  .c4 { background: linear-gradient(135deg, #7c2d12, #1c1917); }

  .device-floaty {
    position: absolute; z-index: 3; background: var(--navy-800); border: 1px solid var(--border-strong);
    border-radius: 14px; padding: 10px 12px; box-shadow: 0 20px 40px -16px rgba(0,0,0,0.6);
    display: flex; align-items: center; gap: 9px; font-size: 0.74rem; font-weight: 600;
  }
  .device-floaty.f1 { top: -22px; left: -22px; color: var(--fg-1); }
  .device-floaty.f2 { bottom: -22px; right: -22px; color: var(--fg-1); }
  .device-floaty svg { color: var(--accent-400); }
  .device-floaty.f2 svg { color: var(--gold-400); }
  @media (max-width: 500px) {
    .device-floaty { display: none; }
  }

  /* ---------- section shell ---------- */
  section { padding: 88px 0; position: relative; }
  .section-head { max-width: 640px; margin: 0 0 46px; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .kicker { color: var(--accent-400); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; display: block; }
  h2.section-title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; color: var(--fg-1); line-height: 1.18; }
  .section-sub { margin-top: 14px; color: var(--fg-2); font-size: 1rem; line-height: 1.65; }
  hr.rule { border: none; border-top: 1px solid var(--border); margin: 0; }

  /* ---------- problem ---------- */
  .problem-grid { display: grid; gap: 16px; }
  @media (min-width: 760px) { .problem-grid { grid-template-columns: repeat(3, 1fr); } }
  .problem-card {
    background: var(--navy-900); border: 1px solid var(--border); border-radius: var(--radius-md);
    padding: 24px 22px;
  }
  .problem-card .ico {
    width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
    background: rgba(248,113,113,0.1); color: var(--red-400); margin-bottom: 16px;
  }
  .problem-card h3 { font-size: 1.02rem; font-weight: 700; color: var(--fg-1); margin-bottom: 8px; }
  .problem-card p { color: var(--fg-3); font-size: 0.9rem; line-height: 1.6; }

  /* ---------- how it works ---------- */
  .steps { display: grid; gap: 0; }
  .step {
    display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 26px 0;
  }
  .step + .step { border-top: 1px solid var(--border); }
  .step-num {
    width: 44px; height: 44px; border-radius: 12px; background: var(--navy-800); border: 1px solid var(--border-strong);
    display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--accent-400); font-size: 1rem;
  }
  .step h3 { font-size: 1.08rem; font-weight: 700; color: var(--fg-1); margin-bottom: 6px; }
  .step p { color: var(--fg-3); font-size: 0.92rem; line-height: 1.65; max-width: 60ch; }
  .step .tags { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
  .tag {
    font-size: 0.72rem; font-weight: 600; color: var(--fg-2); background: var(--navy-800);
    border: 1px solid var(--border); padding: 4px 10px; border-radius: 100px;
  }

  /* ---------- features ---------- */
  .feat-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
  @media (min-width: 700px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1000px) { .feat-grid { grid-template-columns: repeat(4, 1fr); } }
  .feat {
    background: var(--navy-900); border: 1px solid var(--border); border-radius: var(--radius-md);
    padding: 22px; position: relative;
  }
  .feat .ico {
    width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
    background: rgba(52,211,153,0.1); color: var(--accent-400); margin-bottom: 14px;
  }
  .feat h3 { font-size: 0.95rem; font-weight: 700; color: var(--fg-1); margin-bottom: 6px; }
  .feat p { font-size: 0.84rem; color: var(--fg-3); line-height: 1.55; }
  .feat .soon {
    position: absolute; top: 16px; right: 16px; font-size: 0.62rem; font-weight: 700; color: var(--gold-400);
    background: rgba(244,201,93,0.1); border: 1px solid rgba(244,201,93,0.25); padding: 3px 8px; border-radius: 100px;
  }

  /* ---------- security ---------- */
  .security-wrap { display: grid; gap: 40px; }
  @media (min-width: 900px) { .security-wrap { grid-template-columns: 1fr 1fr; align-items: start; } }
  .security-text p { color: var(--fg-2); font-size: 0.98rem; line-height: 1.7; }
  .security-text p + p { margin-top: 14px; }
  .lockrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .lockrow .lockicon {
    width: 46px; height: 46px; border-radius: 13px; background: rgba(52,211,153,0.12); color: var(--accent-400);
    display: flex; align-items: center; justify-content: center; border: 1px solid rgba(52,211,153,0.25);
  }
  .datacard { background: var(--navy-900); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
  .datacard .half { padding: 20px 22px; }
  .datacard .half + .half { border-top: 1px solid var(--border); }
  .datacard h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
  .datacard h4.ok { color: var(--accent-400); }
  .datacard h4.no { color: var(--red-400); }
  .datacard ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
  .datacard li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.88rem; color: var(--fg-2); }
  .datacard li svg { margin-top: 2px; flex-shrink: 0; }
  .datacard .ok svg, .datacard li.okitem svg { color: var(--accent-400); }
  .datacard li.noitem svg { color: var(--red-400); }

  /* ---------- showcase ---------- */
  .showcase-wrap { display: grid; gap: 40px; align-items: center; }
  @media (min-width: 960px) { .showcase-wrap { grid-template-columns: 0.95fr 1.05fr; } }
  .rec-mock {
    background: var(--navy-900); border: 1px solid var(--border-strong); border-radius: var(--radius-lg);
    padding: 22px; box-shadow: 0 30px 60px -28px rgba(0,0,0,0.6);
  }
  .rec-mock h4 { font-size: 1.05rem; font-weight: 800; color: var(--fg-1); }
  .rec-mock .rsub { font-size: 0.78rem; color: var(--fg-3); margin-top: 3px; }
  .pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 18px; }
  .pill {
    font-size: 0.74rem; font-weight: 600; padding: 7px 13px; border-radius: 100px; border: 1px solid var(--border-strong);
    color: var(--fg-3); background: var(--navy-800);
  }
  .pill.active { background: var(--accent-500); color: #04140d; border-color: var(--accent-500); }
  .rank { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border-radius: 13px; background: var(--navy-800); border: 1px solid var(--border); }
  .rank + .rank { margin-top: 8px; }
  .rank .left { display: flex; align-items: center; gap: 11px; }
  .rank .medal { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 800; background: var(--navy-700); color: var(--fg-2); }
  .rank:first-child .medal { background: var(--gold-500); color: #2c1c00; }
  .rank .name { font-size: 0.86rem; font-weight: 700; color: var(--fg-1); }
  .rank .bank { font-size: 0.72rem; color: var(--fg-3); }
  .rank .level { font-size: 0.76rem; font-weight: 600; color: var(--fg-3); }
  .rank:first-child .level { color: var(--accent-400); }

  .showcase-text .checklist { margin-top: 22px; display: grid; gap: 12px; }
  .checklist .item { display: flex; gap: 10px; align-items: flex-start; font-size: 0.92rem; color: var(--fg-2); }
  .checklist .item svg { color: var(--accent-400); margin-top: 3px; }

  /* ---------- faq ---------- */
  .faq-list { display: grid; gap: 10px; max-width: 760px; }
  details.faq-item {
    background: var(--navy-900); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 4px 20px;
  }
  details.faq-item[open] { border-color: var(--border-strong); }
  details.faq-item summary {
    list-style: none; cursor: pointer; padding: 18px 0; display: flex; align-items: center; justify-content: space-between;
    font-weight: 650; color: var(--fg-1); font-size: 0.97rem; gap: 16px;
  }
  details.faq-item summary::-webkit-details-marker { display: none; }
  .faq-plus { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
  .faq-plus::before, .faq-plus::after {
    content: ""; position: absolute; background: var(--fg-3); border-radius: 2px; transition: transform .2s;
  }
  .faq-plus::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
  .faq-plus::after { left: 50%; top: 0; height: 100%; width: 2px; transform: translateX(-50%); }
  details.faq-item[open] .faq-plus::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
  details.faq-item p.faq-a { color: var(--fg-3); font-size: 0.9rem; line-height: 1.65; padding: 0 0 20px; max-width: 62ch; }

  /* ---------- final cta ---------- */
  .final-cta {
    background: linear-gradient(160deg, var(--navy-900), var(--navy-950));
    border: 1px solid var(--border-strong); border-radius: 28px; padding: 56px 32px; text-align: center;
    position: relative; overflow: hidden;
  }
  .final-cta::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(500px 260px at 50% 0%, rgba(16,185,129,0.16), transparent 70%);
  }
  .final-cta h2 { position: relative; font-size: clamp(1.6rem, 3.6vw, 2.3rem); font-weight: 800; color: var(--fg-1); max-width: 24ch; margin: 0 auto; }
  .final-cta p { position: relative; margin-top: 14px; color: var(--fg-3); font-size: 0.95rem; }
  .final-cta .btn { position: relative; margin-top: 26px; }

  /* ---------- footer ---------- */
  footer { border-top: 1px solid var(--border); padding: 48px 0 32px; }
  .footer-top { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; }
  .footer-brand p { color: var(--fg-3); font-size: 0.88rem; margin-top: 10px; max-width: 34ch; line-height: 1.6; }
  .footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
  .footer-col h5 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--fg-3); margin-bottom: 12px; }
  .footer-col a { display: block; color: var(--fg-2); text-decoration: none; font-size: 0.88rem; padding: 5px 0; }
  .footer-col a:hover { color: var(--fg-1); }
  .footer-bottom {
    margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border);
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center;
    color: var(--fg-3); font-size: 0.8rem; line-height: 1.6;
  }
  .footer-bottom .legal { max-width: 62ch; }

  /* ---------- legal / policy pages ---------- */
  .legal-hero { padding: 48px 0 8px; }
  .legal-hero .back-link {
    display: inline-flex; align-items: center; gap: 6px; color: var(--fg-3); text-decoration: none;
    font-size: 0.86rem; font-weight: 600; margin-bottom: 22px;
  }
  .legal-hero .back-link:hover { color: var(--fg-1); }
  .legal-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: var(--fg-1); }
  .legal-hero .updated { margin-top: 12px; color: var(--fg-3); font-size: 0.88rem; }
  .legal-layout { display: grid; gap: 40px; padding: 24px 0 40px; }
  @media (min-width: 900px) { .legal-layout { grid-template-columns: 220px 1fr; align-items: start; } }
  .legal-toc {
    position: sticky; top: 84px; display: none; flex-direction: column; gap: 2px;
    border-left: 2px solid var(--border); padding-left: 16px;
  }
  @media (min-width: 900px) { .legal-toc { display: flex; } }
  .legal-toc a {
    color: var(--fg-3); text-decoration: none; font-size: 0.84rem; padding: 6px 0; line-height: 1.4;
  }
  .legal-toc a:hover { color: var(--fg-1); }
  .legal-summary {
    background: var(--navy-900); border: 1px solid var(--border-strong); border-radius: var(--radius-md);
    padding: 22px 24px; margin-bottom: 40px;
  }
  .legal-summary h2 { font-size: 0.95rem; font-weight: 700; color: var(--accent-400); margin-bottom: 12px; }
  .legal-summary ul { margin: 0; padding: 0 0 0 18px; display: grid; gap: 8px; }
  .legal-summary li { color: var(--fg-2); font-size: 0.9rem; line-height: 1.55; }
  .legal-body h2 {
    font-size: 1.3rem; font-weight: 800; color: var(--fg-1); margin: 40px 0 14px; scroll-margin-top: 90px;
  }
  .legal-body h2:first-child { margin-top: 0; }
  .legal-body h3 { font-size: 1rem; font-weight: 700; color: var(--fg-1); margin: 22px 0 8px; }
  .legal-body p { color: var(--fg-2); font-size: 0.95rem; line-height: 1.7; margin-bottom: 14px; max-width: 72ch; }
  .legal-body ul, .legal-body ol { margin: 0 0 14px; padding-left: 20px; display: grid; gap: 8px; max-width: 72ch; }
  .legal-body li { color: var(--fg-2); font-size: 0.95rem; line-height: 1.65; }
  .legal-body strong { color: var(--fg-1); }
  .legal-body a { color: var(--accent-400); text-decoration: underline; }
  .legal-table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: 0.88rem; }
  .legal-table th, .legal-table td {
    text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--border); color: var(--fg-2); vertical-align: top;
  }
  .legal-table th { color: var(--fg-1); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; }
  .legal-note {
    display: flex; gap: 10px; background: rgba(52,211,153,0.08); border: 1px solid rgba(52,211,153,0.22);
    border-radius: var(--radius-md); padding: 16px 18px; margin: 20px 0; max-width: 72ch;
  }
  .legal-note svg { color: var(--accent-400); flex-shrink: 0; margin-top: 2px; }
  .legal-note p { margin: 0; color: var(--fg-2); font-size: 0.9rem; }
