:root {
  --ink: #0d1f17;
  --green-950: #0b2d20;
  --green-900: #123d2b;
  --green-800: #17573a;
  --green-700: #1b6945;
  --gold: #e0a82e;
  --gold-soft: #f3cc72;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --focus-light: #fffdf8;
  --focus-dark: #0b2d20;
  --line: rgba(13, 31, 23, 0.13);
  --muted: #5e6c65;
  --shadow: 0 24px 70px rgba(11, 45, 32, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; background: var(--gold); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(11,45,32,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(0,0,0,.12); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 1.25rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .93rem; font-weight: 600; }
.site-nav a { opacity: .86; transition: opacity .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.site-nav .nav-cta { opacity: 1; border: 1px solid rgba(255,255,255,.48); padding: 10px 17px; border-radius: 999px; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; background: transparent; color: white; padding: 12px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--green-950); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url('/assets/chama-meeting.webp') center/cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(7,31,22,.98) 0%, rgba(7,31,22,.91) 34%, rgba(7,31,22,.48) 62%, rgba(7,31,22,.12) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(8,30,21,.35)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: 70px; align-items: end; padding-top: 112px; padding-bottom: 92px; }
.hero-grid > *, .trust-row > div { min-width: 0; }
.hero-copy { max-width: 700px; align-self: center; }
.hero-product { position: relative; min-height: 620px; display: grid; place-items: center; align-self: end; }
.hero-screen { margin: 0 0 72px; transform: rotate(2.5deg); }
.hero-screen img { width: min(285px, 24vw); border: 6px solid #092519; border-radius: 34px; background: white; box-shadow: 0 38px 95px rgba(0,0,0,.42); }
.hero-screen figcaption { margin-top: 10px; color: rgba(255,255,255,.68); font-size: .72rem; text-align: center; transform: rotate(-2.5deg); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold-soft); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green-700); }
.eyebrow.light { color: var(--gold-soft); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.6rem, 7vw, 6.8rem); font-weight: 700; }
h1 em { color: var(--gold-soft); font-style: normal; }
.hero-lede { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-note { max-width: 520px; margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #172018; box-shadow: 0 12px 34px rgba(224,168,46,.23); }
.button-light { background: white; color: var(--green-900); }
.text-link { display: inline-flex; min-height: 48px; align-items: center; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.38); }
.trust-card { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(7,31,22,.76); backdrop-filter: blur(16px); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.hero-product .trust-card { position: absolute; inset: auto 0 0; z-index: 2; }
.trust-label { margin: 0 0 16px; color: var(--gold-soft); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trust-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; align-items: start; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { margin-bottom: 3px; font-size: .95rem; }
.trust-row div > span { color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.45; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(224,168,46,.14); color: var(--gold-soft); }
.trust-icon svg, .feature-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(243,204,114,.42); border-radius: 50%; color: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }

.audience-strip { background: var(--green-950); color: white; border-top: 1px solid rgba(255,255,255,.12); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.audience-grid article { min-height: 190px; padding: 42px 40px; border-left: 1px solid rgba(255,255,255,.12); }
.audience-grid article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.audience-grid span { color: var(--gold-soft); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.audience-grid h2 { max-width: 290px; margin: 25px 0 0; font-size: 1.25rem; line-height: 1.35; letter-spacing: -.025em; }

.principles { background: var(--green-950); color: white; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle { padding: 42px 40px 46px; border-left: 1px solid rgba(255,255,255,.12); }
.principle:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.principle > span { color: var(--gold-soft); font-size: .76rem; font-weight: 700; letter-spacing: .12em; }
.principle h2 { margin: 20px 0 8px; font-size: 1.35rem; letter-spacing: -.025em; }
.principle p { margin: 0; color: rgba(255,255,255,.64); font-size: .91rem; }

.tools-section { padding: 124px 0; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 90px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.section-heading > p:last-child { margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; max-width: 500px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 315px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.7); }
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 58px 1fr; gap: 12px 20px; background: var(--green-900); color: white; }
.feature-wide .mini-ledger { grid-column: 2; }
.feature-gold { background: #e6b444; border-color: transparent; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 16px; background: rgba(23,87,58,.1); color: var(--green-800); }
.feature-wide .feature-icon { margin-bottom: 0; background: rgba(255,255,255,.1); color: var(--gold-soft); }
.feature-gold .feature-icon { background: rgba(255,255,255,.4); }
.feature-index { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--green-700); font-size: .72rem; font-weight: 800; }
.feature-wide .feature-index { margin-bottom: 0; border-color: rgba(255,255,255,.24); color: var(--gold-soft); }
.feature-gold .feature-index { border-color: rgba(13,31,23,.26); color: var(--ink); }
.feature-kicker { margin: 0 0 12px; color: var(--green-700); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.feature-wide .feature-kicker { color: var(--gold-soft); }
.feature h3 { max-width: 390px; margin-bottom: 14px; font-size: clamp(1.42rem, 2.3vw, 2rem); }
.feature > p:last-child, .feature > div > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.feature-wide > div > p:last-child { color: rgba(255,255,255,.68); }
.feature-gold > p:last-child { color: rgba(13,31,23,.7); }
.mini-ledger { align-self: end; margin-top: 20px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
.mini-ledger div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mini-ledger div + div { justify-content: flex-start; margin-top: 12px; color: rgba(255,255,255,.58); font-size: .78rem; }
.mini-ledger span:first-child { color: rgba(255,255,255,.68); font-size: .84rem; }
.status-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--gold); }

.preview-section { position: relative; overflow: hidden; padding: 120px 0 105px; background: var(--green-900); color: white; }
.preview-section::before { content: ""; position: absolute; width: 600px; height: 600px; right: -250px; top: -220px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.preview-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.preview-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.preview-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.66); font-size: 1.06rem; }
.check-list { display: grid; gap: 13px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: rgba(255,255,255,.85); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold-soft); font-weight: 700; }
.app-preview { min-width: 0; margin: 0; }
.app-preview-pair { width: 100%; max-width: 620px; justify-self: center; }
.screen-stack { position: relative; height: clamp(540px, 46vw, 620px); min-height: 0; display: grid; place-items: center; padding-block: clamp(42px, 5vw, 64px); padding-inline: clamp(20px, 3vw, 40px); }
.app-screen { position: absolute; width: clamp(210px, 18vw, 250px); max-width: calc(50% - 10px); height: auto; aspect-ratio: 9 / 16; border: 6px solid #092519; border-radius: 34px; background: white; box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.app-screen-main { z-index: 3; transform: translateY(-5px); }
.app-screen-left { z-index: 1; transform: translate(-48%, 32px) rotate(-7deg); opacity: .92; }
.app-screen-right { z-index: 2; transform: translate(48%, 32px) rotate(7deg); opacity: .92; }
.screen-pair .app-screen-left { transform: translate(-30%, 0) rotate(-5deg); }
.screen-pair .app-screen-right { transform: translate(30%, 0) rotate(5deg); }
.app-preview figcaption { margin-top: 8px; color: rgba(255,255,255,.6); font-size: .78rem; text-align: center; }
.legacy-preview { display: none !important; }
.phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: min(345px, 90vw); padding: 13px 17px 17px; border: 7px solid #092519; border-radius: 43px; background: #f8f8f4; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.phone-top { display: flex; justify-content: space-between; padding: 5px 9px 16px; color: #314139; font-size: .66rem; font-weight: 700; }
.phone-header { display: flex; align-items: center; justify-content: space-between; padding: 8px 5px 17px; }
.phone-header small, .phone-header strong { display: block; }
.phone-header small { color: #7b8781; font-size: .69rem; }
.phone-header strong { margin-top: 2px; font-size: .92rem; }
.phone-header img { width: 42px; height: 42px; object-fit: contain; }
.balance-card { position: relative; overflow: hidden; padding: 22px; border-radius: 22px; background: var(--green-900); color: white; }
.balance-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -42px; top: -45px; border: 22px solid rgba(224,168,46,.16); border-radius: 50%; }
.balance-card small, .balance-card strong, .balance-card span { display: block; }
.balance-card small { color: rgba(255,255,255,.65); font-size: .69rem; }
.balance-card strong { margin: 6px 0; font-family: "Manrope"; font-size: 1.7rem; }
.balance-card span { color: var(--gold-soft); font-size: .64rem; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.quick-grid div { display: grid; place-items: center; gap: 4px; padding: 11px 3px 8px; border-radius: 14px; background: white; border: 1px solid #e8ece9; }
.quick-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; background: #edf5f0; color: var(--green-700); font-weight: 700; }
.quick-grid small { font-size: .62rem; }
.phone-panel { padding: 16px; border: 1px solid #e5e9e6; border-radius: 18px; background: white; }
.panel-title, .metric-row { display: flex; align-items: center; justify-content: space-between; }
.panel-title { margin-bottom: 16px; }
.panel-title strong { font-size: .78rem; }
.panel-title span, .metric-row { color: #77827c; font-size: .64rem; }
.metric-row + .metric-row { margin-top: 13px; }
.metric-row strong { color: var(--ink); }
.bar { height: 5px; margin: 8px 0 15px; overflow: hidden; border-radius: 99px; background: #e7eee9; }
.bar i { display: block; height: 100%; border-radius: inherit; background: var(--gold); }
.gold-text { color: #b17c10 !important; }
.phone-nav { display: flex; justify-content: space-around; margin-top: 15px; padding: 12px 0 1px; border-top: 1px solid #e3e8e4; color: #8a958f; font-size: .6rem; }
.phone-nav .active { color: var(--green-700); font-weight: 700; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(243,204,114,.28); }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 640px; height: 640px; border-color: rgba(255,255,255,.08); }

.outcomes-section { padding: 120px 0; background: var(--paper); }
.outcomes-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.outcomes-heading { position: sticky; top: 120px; }
.outcomes-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.2rem); }
.comparison { border-top: 2px solid var(--green-900); }
.comparison > div { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; padding: 24px 8px; border-bottom: 1px solid var(--line); }
.comparison > div p { margin: 0; color: var(--muted); }
.comparison > div p:last-child { color: var(--green-900); font-weight: 600; }
.comparison .comparison-head { padding-top: 12px; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.setup-section { padding: 120px 0; background: #edf3ec; }
.setup-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.setup-steps li { display: grid; grid-template-columns: 110px 1fr; gap: 25px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.setup-steps li > span { color: var(--green-700); font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.setup-steps h3 { margin-bottom: 9px; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.setup-steps p { max-width: 750px; margin: 0; color: var(--muted); }
.setup-link { margin: 30px 0 0; color: var(--green-800); font-weight: 700; }
.setup-link a, .inline-link { border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.security-section { padding: 120px 0; background: #ebe5d6; }
.security-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.security-lead h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 4.8vw, 4.6rem); }
.security-lead > p:not(.eyebrow) { margin: 0 0 28px; color: var(--muted); font-size: 1.04rem; }
.security-points { border-top: 2px solid var(--green-900); }
.security-points article { display: grid; grid-template-columns: .55fr 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.security-points strong { color: var(--green-950); }
.security-points p { margin: 0; color: var(--muted); }

.faq-preview { padding: 120px 0; background: var(--paper); }
.faq-preview-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-preview h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.faq-preview-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.button-dark { margin-top: 22px; background: var(--green-900); color: white; }
.faq-mini { border-top: 2px solid var(--green-900); }
.faq-mini details { padding: 0; border-bottom: 1px solid var(--line); }
.faq-mini summary { cursor: pointer; padding: 25px 4px; color: var(--green-950); font-family: "Manrope", sans-serif; font-size: 1.08rem; font-weight: 700; }
.faq-mini details p { margin: -8px 0 24px; padding-right: 30px; color: var(--muted); }

.meaning-section { padding: 120px 0; background: var(--paper); }
.meaning-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.meaning-mark { display: grid; place-items: center; min-height: 500px; border-radius: 48% 48% 18% 48%; background: #edf3ec; }
.meaning-mark img { width: min(90%, 460px); mix-blend-mode: multiply; }
.meaning-copy .word { margin: 0 0 12px; color: var(--green-700); font-family: "Manrope"; font-size: 1.3rem; font-weight: 700; letter-spacing: .13em; }
.meaning-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5rem); }
.meaning-copy > p:not(.eyebrow):not(.word) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.name-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.name-notes span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-800); font-size: .78rem; font-weight: 600; }

.closing-section { padding: 0 0 90px; background: var(--paper); }
.closing-card { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 62px; border-radius: 30px; background: var(--green-950); color: white; }
.closing-card h2 { max-width: 720px; margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
.closing-card p:not(.eyebrow) { margin: 18px 0 0; color: rgba(255,255,255,.66); }
footer { padding: 30px 0; background: var(--cream); border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .78rem; }
.footer-brand { color: var(--green-900); font-size: 1rem; }
.footer-brand img { width: 36px; height: 36px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { color: var(--green-800); font-weight: 600; }
.footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.site-footer { padding: 64px 0 24px; background: var(--green-950); border: 0; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.footer-grid > div p { max-width: 260px; color: rgba(255,255,255,.55); }
.footer-grid > div > a:last-child { color: var(--gold-soft); font-size: .86rem; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid nav strong { margin-bottom: 6px; color: var(--gold-soft); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav a { color: rgba(255,255,255,.7); font-size: .85rem; }
.footer-grid nav a:hover, .footer-grid nav a:focus-visible { color: white; }
.site-footer .footer-brand { color: white; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.44); font-size: .72rem; }

.legal-body { background: var(--cream); }
.legal-header { position: static; background: var(--green-950); color: white; }
.legal-header .nav-wrap { min-height: 82px; }
.legal-home-link { color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 600; }
.legal-home-link:hover, .legal-home-link:focus-visible { color: white; }
.legal-main { min-height: calc(100vh - 170px); }
.legal-hero { position: relative; overflow: hidden; padding: 90px 0 76px; background: var(--green-900); color: white; }
.legal-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -230px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.legal-hero .shell { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.8rem); }
.legal-hero-copy { max-width: 690px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 2vw, 1.18rem); }
.legal-updated { margin: 24px 0 0; color: var(--gold-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-content { padding: 72px 0 96px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 64px; align-items: start; }
.legal-article { max-width: 760px; }
.legal-section + .legal-section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 16px; color: var(--green-950); font-size: clamp(1.55rem, 3vw, 2.1rem); letter-spacing: -.03em; }
.legal-section h3 { margin: 26px 0 8px; color: var(--green-900); font-size: 1.02rem; letter-spacing: -.01em; }
.legal-section p { margin: 0 0 15px; color: var(--muted); }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a, .contact-card a { color: var(--green-700); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-list { display: grid; gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.legal-list li { position: relative; padding-left: 23px; color: var(--muted); }
.legal-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.legal-list strong { color: var(--ink); }
.legal-aside { position: sticky; top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 16px 45px rgba(11,45,32,.08); }
.legal-aside p { margin: 0 0 13px; color: var(--green-900); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-aside nav { display: grid; gap: 2px; }
.legal-aside a { min-height: 48px; display: flex; align-items: center; margin-inline: -10px; padding: 8px 10px; border-radius: 10px; color: var(--muted); font-size: .9rem; font-weight: 600; }
.legal-aside a:hover, .legal-aside a:focus-visible { background: #edf3ec; color: var(--green-800); }
.legal-aside a[aria-current="page"] { color: var(--green-700); }
.contact-card { margin-top: 30px; padding: 26px 28px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: #edf3ec; }
.contact-card strong { display: block; margin-bottom: 5px; color: var(--green-950); font-family: "Manrope", sans-serif; }
.contact-card p { margin: 0; }
.steps { counter-reset: steps; display: grid; gap: 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 48px; padding-left: 64px; color: var(--muted); }
.steps li::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: -3px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--green-900); color: var(--gold-soft); font-size: .75rem; font-weight: 800; }
.steps strong { display: block; margin-bottom: 3px; color: var(--ink); }

.guide-hero h1, .faq-hero h1 { max-width: 940px; }
.guide-jump { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 32px 0 0; color: var(--gold-soft); font-size: .82rem; font-weight: 700; }
.guide-jump a { border-bottom: 1px solid rgba(243,204,114,.45); }
.chapter-number { margin: 0 0 12px !important; color: var(--green-700) !important; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.faq-hero .legal-hero-copy a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; }
.faq-group + .faq-group { margin-top: 60px; }
.faq-group > h2 { margin-bottom: 22px; color: var(--green-950); font-size: clamp(1.7rem, 3vw, 2.35rem); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { width: 100%; min-height: 48px; display: flex; justify-content: space-between; gap: 20px; padding: 22px 2px; color: var(--green-950); cursor: pointer; font-family: "Manrope", sans-serif; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { flex: none; color: var(--green-700); font-size: 1.3rem; line-height: 1; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > p { margin: 0; padding: 0 44px 23px 2px; color: var(--muted); }
.faq-item > p a { color: var(--green-700); font-weight: 700; text-decoration: underline; }
.faq-contact { margin-top: 64px; padding: 36px; border-left: 5px solid var(--gold); background: #edf3ec; }
.faq-contact h2 { margin-bottom: 10px; font-size: 1.8rem; }
.faq-contact p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .shell { width: min(100% - 36px, 720px); }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 70px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 18px; background: var(--green-950); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 12px; }
  .site-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: 0; align-items: end; }
  .hero-photo { background-position: 63% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,31,22,.3), rgba(7,31,22,.95) 68%); }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 140px; padding-bottom: 60px; }
  .hero-product { min-height: 570px; width: min(100%, 520px); }
  .hero-screen img { width: min(270px, 48vw); }
  .trust-card { max-width: 500px; }
  .principles-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article:last-child { min-height: 0; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .principle, .principle:last-child { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-wide { grid-column: span 2; }
  .preview-grid, .meaning-grid { grid-template-columns: 1fr; gap: 70px; }
  .outcomes-grid, .security-grid, .faq-preview-grid { grid-template-columns: 1fr; gap: 60px; }
  .outcomes-heading { position: static; }
  .preview-copy { max-width: 610px; }
  .screen-stack { height: clamp(500px, 70vw, 580px); padding-block: clamp(40px, 7vw, 56px); }
  .app-screen { width: clamp(210px, 30vw, 240px); }
  .screen-pair .app-screen-left { transform: translate(-26%, 0) rotate(-4deg); }
  .screen-pair .app-screen-right { transform: translate(26%, 0) rotate(4deg); }
  .meaning-mark { min-height: 420px; }
  .closing-card { align-items: start; flex-direction: column; padding: 46px 36px; }
  .footer-inner { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-aside { position: static; order: -1; }
  .legal-aside nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 520px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: 0; }
  .hero-grid { padding-bottom: 38px; }
  h1 { font-size: clamp(2.75rem, 12.3vw, 3.45rem); letter-spacing: -.055em; }
  .hero-copy, .hero-lede, .trust-card { min-width: 0; max-width: 100%; }
  .hero-product { min-height: 500px; }
  .hero-screen { margin-bottom: 100px; }
  .hero-screen img { width: min(225px, 62vw); border-width: 5px; border-radius: 28px; }
  .hero-lede, .trust-row div > span { overflow-wrap: anywhere; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-card { padding: 19px; }
  .principle { padding: 34px 28px; }
  .tools-section, .preview-section, .meaning-section { padding: 86px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
  .feature-wide .mini-ledger { grid-column: 1; }
  .feature { min-height: auto; }
  .feature-icon { margin-bottom: 32px; }
  .feature-index { margin-bottom: 32px; }
  .screen-stack { height: clamp(430px, 122vw, 500px); padding-block: clamp(32px, 8vw, 42px); padding-inline: 8px; }
  .app-screen { width: clamp(160px, 42vw, 200px); max-width: none; border-width: 5px; border-radius: 28px; }
  .screen-pair .app-screen-left { transform: translate(-32%, 0) rotate(-3deg); }
  .screen-pair .app-screen-right { transform: translate(32%, 0) rotate(3deg); }
  .meaning-mark { min-height: 340px; border-radius: 32px; }
  .closing-section { padding-bottom: 50px; }
  .closing-card { padding: 38px 26px; }
  .comparison > div { gap: 20px; padding: 20px 0; font-size: .88rem; }
  .setup-steps li { grid-template-columns: 54px 1fr; gap: 10px; }
  .security-points article { grid-template-columns: 1fr; gap: 8px; }
  .faq-contact { padding: 28px 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; }
  .footer-inner p { margin: 0; }
  .legal-header .nav-wrap { min-height: 70px; }
  .legal-hero { padding: 68px 0 56px; }
  .legal-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .legal-content { padding: 52px 0 70px; }
  .legal-section + .legal-section { margin-top: 36px; padding-top: 36px; }
  .legal-aside nav { grid-template-columns: 1fr; }
}

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

:focus-visible { outline: 3px solid var(--focus-light); outline-offset: 2px; box-shadow: 0 0 0 8px var(--focus-dark); }
