:root {
  color-scheme: dark;
  --bg: #000000;
  --bg-soft: #0f0f10;
  --surface: #18181b;
  --surface-raised: #202024;
  --surface-warm: #202024;
  --text: #f5f5f2;
  --text-soft: #a1a1a6;
  --text-dim: #8a8a90;
  --line: #1f1f22;
  --line-bright: #29292c;
  --acid: #c8f000;
  --acid-deep: #5a6e10;
  --coral: #5aa9ff;
  --cream: #f5f5f2;
  --max: 1180px;
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.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;
}

.site-header { position: relative; z-index: 10; }
.nav-wrap, .footer-inner, .proof-inner, .section-pad { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }

.nav-wrap {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
}
.tally-mark { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.tally-mark-line, .tally-mark-slash { position: absolute; display: block; }
.tally-mark-line { bottom: 20%; width: 10%; height: 60%; border-radius: 999px; background: var(--text); transform: scaleY(0); transform-origin: top center; animation: tally-line-draw .42s cubic-bezier(.22, .8, .3, 1) both; }
.tally-mark-line:nth-child(1) { left: 20%; animation-delay: .05s; }.tally-mark-line:nth-child(2) { left: 40%; animation-delay: .24s; }.tally-mark-line:nth-child(3) { left: 60%; animation-delay: .43s; }.tally-mark-line:nth-child(4) { left: 80%; animation-delay: .62s; }
.tally-mark-slash { top: 18%; right: 8%; width: 87%; height: 14%; border-radius: 999px; background: var(--acid); transform: rotate(-38deg) scaleX(0); transform-origin: right center; animation: tally-slash-draw .52s cubic-bezier(.22, .8, .3, 1) .86s both; }
@keyframes tally-line-draw { from { opacity: .25; transform: scaleY(0); } to { opacity: 1; transform: scaleY(1); } }
@keyframes tally-slash-draw { from { opacity: .25; transform: rotate(-38deg) scaleX(0); } to { opacity: 1; transform: rotate(-38deg) scaleX(1); } }

.site-nav { display: flex; align-items: center; gap: 30px; color: var(--text-soft); font-size: .86rem; }
.site-nav a, .footer-inner a { transition: color .2s ease; }
.site-nav a:hover, .footer-inner a:hover, .text-link:hover { color: var(--acid); }
.site-nav .nav-cta { color: var(--text); }
.site-nav .nav-cta span { color: var(--acid); padding-left: 4px; }
.nav-toggle { display: none; }

.section-pad { padding-top: 150px; padding-bottom: 150px; }
.hero { position: relative; display: grid; min-height: 750px; grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr); align-items: center; gap: 60px; padding-top: 95px; }
.hero-glow { position: absolute; z-index: -1; top: 18%; right: 9%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(200, 240, 0, .08), transparent 68%); filter: blur(14px); pointer-events: none; }
.hero-copy { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--acid); font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.06em; line-height: .98; }
h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(3.7rem, 7.2vw, 6.8rem); font-weight: 550; }
h2 { margin-bottom: 25px; font-size: clamp(3rem, 5.2vw, 5rem); font-weight: 550; }
h2 em, h1 em { color: var(--acid); font-style: normal; }
.hero-lede { max-width: 530px; margin-bottom: 37px; color: var(--text-soft); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button { display: inline-flex; min-height: 52px; align-items: center; gap: 19px; padding: 0 22px; border: 1px solid transparent; border-radius: 100px; font-size: .88rem; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: #000000; box-shadow: 0 0 0 0 rgba(200, 240, 0, .18); }
.button-primary:hover { background: #d8ff26; box-shadow: 0 8px 28px rgba(200, 240, 0, .12); }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line-bright); padding-bottom: 5px; color: var(--text-soft); font-size: .86rem; transition: color .2s ease, border-color .2s ease; }
.text-link span { color: var(--acid); font-size: 1rem; }
.app-store-badge { display: inline-flex; min-height: 52px; align-items: center; gap: 10px; padding: 7px 13px 7px 11px; border: 1px solid var(--line-bright); border-radius: 12px; background: rgba(32, 32, 36, .72); color: var(--text); }
.app-store-icon { color: var(--text); font-size: 1.5rem; line-height: 1; }
.app-store-copy { display: grid; gap: 1px; line-height: 1; }
.app-store-copy small { color: var(--text-dim); font-size: .43rem; font-weight: 700; letter-spacing: .12em; }
.app-store-copy strong { font-size: .76rem; letter-spacing: -.02em; }
.app-store-badge em { align-self: flex-start; margin-top: 1px; color: var(--acid); font-size: .5rem; font-style: normal; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 45px; color: var(--text-dim); font-size: .75rem; }
.hero-note span { color: var(--acid); font-size: 1.1rem; }

.hero-product { position: relative; display: grid; min-height: 625px; place-items: center; }
.phone { position: relative; z-index: 2; width: min(310px, 76vw); padding: 9px; border: 1px solid var(--line-bright); border-radius: 46px; background: var(--surface); box-shadow: 25px 32px 80px rgba(0, 0, 0, .6), inset 1px 1px 2px rgba(255,255,255,.08); transform: rotate(5deg); }
.phone::before { position: absolute; z-index: -1; inset: 6px; border-radius: 40px; background: linear-gradient(145deg, var(--surface-raised), var(--bg-soft)); content: ""; }
.phone-screen { position: relative; overflow: hidden; min-height: 600px; padding: 21px 18px 15px; border-radius: 37px; background: linear-gradient(165deg, var(--surface), var(--bg) 80%); }
.phone-screen::after { position: absolute; right: -30%; bottom: -12%; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(200,240,0,.08), transparent 68%); content: ""; }
.phone-island { position: absolute; top: 10px; left: 50%; width: 81px; height: 23px; border-radius: 99px; background: var(--bg); transform: translateX(-50%); }
.phone-status { display: flex; justify-content: space-between; padding: 0 9px; color: var(--text); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; font-weight: 700; }
.phone-appbar { display: flex; align-items: center; gap: 7px; margin-top: 35px; color: var(--text); font-size: .7rem; font-weight: 700; letter-spacing: -.01em; }
.mini-mark { display: grid; width: 19px; height: 19px; place-items: center; }
.phone-menu { margin-left: auto; color: var(--text-dim); letter-spacing: 3px; }
.phone-date, .phone-list-label { margin-top: 34px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .48rem; font-weight: 700; letter-spacing: .14em; }
.phone-heading { margin-top: 9px; color: var(--text); font-size: 2.18rem; font-weight: 540; letter-spacing: -.08em; line-height: .92; }
.phone-heading em { color: var(--acid); font-style: normal; }
.phone-lock-card { position: relative; z-index: 1; margin-top: 23px; padding: 16px; border: 1px solid var(--acid-deep); border-radius: 17px; background: linear-gradient(145deg, rgba(200,240,0,.10), rgba(15,15,16,.88)); }
.lock-card-top { display: flex; align-items: center; gap: 6px; color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .47rem; font-weight: 700; letter-spacing: .12em; }
.lock-icon { font-size: .82rem; }.lock-pulse { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px var(--acid); }
.phone-lock-card p { margin: 14px 0 18px; color: var(--text); font-size: .82rem; line-height: 1.32; }
.progress-line, .break-bar { overflow: hidden; height: 5px; border-radius: 9px; background: rgba(200,240,0,.15); }.progress-line span { display: block; width: 91%; height: 100%; border-radius: inherit; background: var(--acid); box-shadow: 0 0 11px rgba(200,240,0,.45); }
.progress-caption { display: flex; justify-content: space-between; margin-top: 10px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .47rem; }.progress-caption strong { color: var(--acid); }
.phone-list-label { margin-top: 25px; }.phone-row { display: flex; align-items: center; gap: 9px; min-height: 51px; border-bottom: 1px solid var(--line); color: var(--text); font-size: .65rem; }.row-symbol { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; background: #131804; color: var(--acid); font-size: .83rem; }.phone-row b, .phone-row small { display: block; }.phone-row small { margin-top: 2px; color: var(--text-dim); font-size: .52rem; }.row-check { margin-left: auto; color: var(--acid); font-size: .82rem; }.muted-row { color: var(--text-soft); }.muted-row .row-symbol { background: var(--surface-raised); color: var(--text-soft); }.row-arrow { margin-left: auto; color: var(--text-dim); font-size: 1.1rem; }.phone-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 23px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .47rem; text-transform: uppercase; }.phone-footer b { color: var(--text); }.phone-button { position: absolute; z-index: -1; width: 4px; border-radius: 4px 0 0 4px; background: var(--line-bright); }.phone-button-top { top: 112px; left: -4px; height: 38px; }.phone-button-bottom { top: 163px; left: -4px; height: 60px; }
.phone-shadow { position: absolute; z-index: 1; bottom: 24px; width: 250px; height: 35px; border-radius: 50%; background: rgba(0,0,0,.7); filter: blur(22px); transform: rotate(-4deg); }
.product-orbit { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(200,240,0,.12); border-radius: 50%; }.product-orbit::after { position: absolute; top: 16%; left: 6%; width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px rgba(200,240,0,.45); content: ""; }.product-orbit-one { transform: rotate(-32deg) scaleY(.46); }.product-orbit-two { width: 500px; height: 500px; opacity: .55; transform: rotate(30deg) scaleY(.4); }.product-orbit-two::after { top: 74%; left: 88%; width: 5px; height: 5px; opacity: .7; }
.float-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line-bright); border-radius: 99px; background: rgba(32,32,36,.86); box-shadow: 0 12px 30px rgba(0,0,0,.25); color: var(--text); font-size: .62rem; backdrop-filter: blur(14px); }.float-tag-top { top: 17%; right: 1%; }.float-tag-bottom { right: 4%; bottom: 12%; color: var(--text-soft); }.float-tag-bottom span { color: var(--acid); }.tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 7px rgba(200,240,0,.45); }

.proof-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(15,15,16,.82); }.proof-inner { display: flex; min-height: 95px; align-items: center; justify-content: space-between; gap: 30px; }.proof-inner p { margin: 0; color: var(--text); font-size: .82rem; font-weight: 700; }.proof-items { display: flex; align-items: center; gap: clamp(22px, 4vw, 60px); color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; }.proof-items span { display: flex; align-items: center; gap: 8px; }.proof-items i { color: var(--acid); font-style: normal; }

.how-section { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); align-items: start; gap: 90px; }.section-intro { max-width: 340px; }.section-intro > p:last-child, .privacy-copy > p:not(.eyebrow), .final-cta-inner > p:not(.eyebrow) { color: var(--text-soft); font-size: 1rem; line-height: 1.65; }.steps { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: stretch; }.step-card { position: relative; display: flex; flex-direction: column; min-height: 315px; padding: 24px 20px; border-top: 1px solid var(--line); }.step-card-active { border-top-color: var(--acid); }.step-number, .feature-label { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .61rem; font-weight: 700; letter-spacing: .11em; }.step-icon { display: grid; width: 54px; height: 54px; margin: 31px 0 23px; place-items: center; border: 1px solid var(--line-bright); border-radius: 18px; color: var(--text); font-size: 1.45rem; }.step-icon-moon { position: relative; overflow: hidden; }.step-icon-moon::before { width: 22px; height: 22px; border-radius: 50%; background: var(--acid); content: ""; transform: translate(4px, -2px); }.step-icon-moon::after { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: var(--bg-soft); content: ""; transform: translate(11px, -8px); }.step-icon-run { color: var(--acid); }.step-icon-open { color: var(--acid); }.step-card h3 { margin-bottom: 10px; font-size: 1.04rem; letter-spacing: -.03em; }.step-card p { margin-bottom: 18px; color: var(--text-soft); font-size: .83rem; line-height: 1.55; }.step-meta { margin-top: auto; color: var(--text-dim); font-size: .62rem; }.step-connector { display: flex; align-items: center; justify-content: center; }.step-connector span { display: block; width: 100%; border-top: 1px dashed var(--line-bright); }

.how-section { display: block; }
.how-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.how-heading h2 { margin-bottom: 0; }
.how-heading > p { max-width: 700px; margin: 30px auto 0; color: var(--text-soft); font-size: 1rem; line-height: 1.65; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.how-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.how-card-visual { position: relative; min-height: 255px; overflow: hidden; padding: 25px; border-bottom: 1px solid var(--line); }
.how-plan-visual { background: radial-gradient(circle at 80% 20%, rgba(200,240,0,.08), transparent 36%), linear-gradient(145deg, var(--surface), var(--bg-soft)); }
.how-block-visual { background: radial-gradient(circle at 20% 80%, rgba(200,240,0,.07), transparent 38%), linear-gradient(145deg, var(--surface-raised), var(--surface)); }
.how-workout-visual { display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 50% 48%, rgba(200,240,0,.08), transparent 42%), var(--bg-soft); }
.how-visual-label { color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.how-week { display: flex; justify-content: space-between; margin: 52px 0 24px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; }
.how-week i { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid transparent; border-radius: 50%; font-style: normal; }
.how-week .is-done { background: var(--acid); color: #000; }.how-week .is-active { border-color: var(--acid); color: var(--acid); }
.how-plan-row { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--acid-deep); border-radius: 14px; background: #131804; }.how-plan-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: var(--acid); color: #000; }.how-plan-row b, .how-plan-row small { display: block; }.how-plan-row b { font-size: .8rem; }.how-plan-row small { margin-top: 2px; color: var(--text-dim); font-size: .62rem; }.how-plan-row strong { margin-left: auto; color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; text-transform: uppercase; }
.how-block-heading { display: flex; justify-content: space-between; margin-top: 52px; padding-bottom: 14px; border-bottom: 1px solid var(--line-bright); }.how-block-heading b { font-size: .86rem; }.how-block-heading strong { color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; font-weight: 500; }.how-app-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }.how-app-pills i { padding: 7px 10px; border: 1px solid var(--line-bright); border-radius: 99px; color: var(--text-soft); font-size: .63rem; font-style: normal; }.how-app-pills i:first-child { border-color: var(--acid-deep); color: var(--acid); }.how-shield-status { display: flex; align-items: center; gap: 8px; margin-top: 27px; color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; letter-spacing: .1em; }.how-shield-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 7px rgba(200,240,0,.45); }
.how-workout-value { margin-top: 17px; color: var(--text); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.08em; line-height: 1; }.how-workout-caption { margin-top: 8px; color: var(--text-soft); font-size: .75rem; }.how-workout-progress { overflow: hidden; width: 100%; height: 5px; margin-top: 28px; border-radius: 99px; background: var(--groove, #202024); }.how-workout-progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--acid); }.how-verified { align-self: flex-end; margin-top: 12px; color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; letter-spacing: .1em; }
.how-card-copy { padding: 24px 25px 28px; }.how-card-copy h3 { max-width: 300px; margin: 11px 0 10px; font-size: clamp(1.25rem, 1.8vw, 1.55rem); letter-spacing: -.045em; line-height: 1.08; }.how-card-copy p { max-width: 340px; margin: 0; color: var(--text-soft); font-size: .84rem; line-height: 1.6; }

.features-section { padding-top: 0; }.feature-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }.feature-heading h2 { margin-bottom: 0; }.feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }.feature-card { overflow: hidden; min-height: 470px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }.feature-card-large { grid-row: span 2; display: grid; grid-template-rows: 1.12fr .88fr; }.feature-visual { position: relative; overflow: hidden; background: var(--surface-raised); }.feature-copy { padding: 28px 30px 30px; }.feature-copy h3 { max-width: 350px; margin: 11px 0 10px; font-size: clamp(1.35rem, 2vw, 1.85rem); letter-spacing: -.05em; line-height: 1.05; }.feature-copy p:last-child { max-width: 410px; margin-bottom: 0; color: var(--text-soft); font-size: .86rem; line-height: 1.6; }
.plan-visual { padding: 28px 32px; background: radial-gradient(circle at 80% 30%, rgba(200,240,0,.08), transparent 33%), linear-gradient(145deg, var(--surface), var(--bg-soft)); }.visual-kicker { color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6rem; letter-spacing: .12em; }.plan-days { display: flex; justify-content: space-between; max-width: 460px; margin: 50px auto 28px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; }.plan-days span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid transparent; border-radius: 50%; }.plan-days .day-done { color: #000000; background: var(--acid); }.plan-days .day-active { border-color: var(--acid); color: var(--acid); }.plan-main { display: flex; max-width: 460px; align-items: center; gap: 14px; margin: 0 auto; padding: 17px; border: 1px solid var(--acid-deep); border-radius: 15px; background: #131804; }.plan-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--acid); color: #000000; font-size: 1.1rem; }.plan-main b, .plan-main small { display: block; }.plan-main b { font-size: .86rem; }.plan-main small { margin-top: 3px; color: var(--text-dim); font-size: .66rem; }.plan-main strong { margin-left: auto; color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; font-weight: 500; }.plan-bottom { display: flex; align-items: end; gap: 8px; max-width: 460px; height: 65px; margin: 20px auto 0; }.tiny-bar { display: block; width: 25%; height: 100%; border-radius: 5px 5px 0 0; background: rgba(200,240,0,.20); }.tiny-bar-short { height: 50%; }.tiny-bar-mid { height: 72%; background: rgba(200,240,0,.45); }
.shield-visual { display: grid; min-height: 205px; place-items: center; background: radial-gradient(circle at 50% 45%, rgba(200,240,0,.08), transparent 45%), var(--bg-soft); }.shield-shape { position: relative; z-index: 1; display: grid; width: 122px; height: 122px; place-items: center; }.shield-word { position: absolute; bottom: 19px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .48rem; letter-spacing: .12em; line-height: 1.5; text-align: center; }.break-visual { display: flex; min-height: 205px; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 52% 50%, rgba(90,169,255,.12), transparent 40%), var(--bg-soft); }.break-time { color: var(--text); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 2.4rem; letter-spacing: -.08em; }.break-bar { width: 58%; margin-top: 18px; background: rgba(90,169,255,.16); }.break-bar i { display: block; width: 62%; height: 100%; border-radius: inherit; background: var(--coral); box-shadow: 0 0 12px rgba(90,169,255,.45); }.break-caption { margin-top: 10px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .5rem; letter-spacing: .13em; }

.manifesto-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); color: var(--text); }.manifesto-inner { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: 70px; }.manifesto-inner .eyebrow { color: var(--acid); }.manifesto-inner blockquote { max-width: 800px; margin: -10px 0 22px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 540; letter-spacing: -.06em; line-height: 1.03; }.manifesto-inner blockquote em { color: var(--acid); font-style: normal; }.manifesto-foot { grid-column: 2; max-width: 470px; margin: -10px 0 0; color: var(--text-soft); font-size: .78rem; line-height: 1.55; }

.privacy-section { padding-bottom: 170px; }.privacy-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }.privacy-copy { max-width: 430px; }.privacy-copy .text-link { margin-top: 20px; }.privacy-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--surface), var(--bg-soft)); }.privacy-card-header { display: flex; align-items: center; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .61rem; letter-spacing: .1em; }.privacy-lock { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--acid); border-radius: 9px 9px 9px 3px; transform: rotate(-7deg); }.privacy-list { display: grid; gap: 0; padding: 9px 0; }.privacy-list > div { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }.privacy-list > div:last-child { border-bottom: 0; }.privacy-check { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: rgba(200,240,0,.12); color: var(--acid); font-size: .8rem; }.privacy-list b, .privacy-list small { display: block; }.privacy-list b { font-size: .85rem; }.privacy-list small { margin-top: 3px; color: var(--text-dim); font-size: .7rem; }.privacy-card-footer { padding-top: 20px; color: var(--text-dim); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; }.privacy-card-footer span { padding: 0 8px; color: var(--acid); }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-top: 0; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 600; letter-spacing: -.025em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { color: var(--acid); content: "+"; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.25rem; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 580px; margin: -7px 40px 23px 0; color: var(--text-soft); font-size: .88rem; line-height: 1.6; }.faq-list a { color: var(--acid); text-decoration: underline; text-underline-offset: 4px; }

.final-cta { padding-top: 0; padding-bottom: 150px; }.final-cta-inner { position: relative; overflow: hidden; padding: 88px 9%; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--surface), var(--bg-soft) 60%, var(--surface-raised)); }.final-cta-inner::after { position: absolute; right: -110px; bottom: -160px; width: 420px; height: 420px; border: 1px solid rgba(200,240,0,.16); border-radius: 50%; box-shadow: 0 0 0 40px rgba(200,240,0,.035), 0 0 0 80px rgba(200,240,0,.02); content: ""; }.final-cta-inner h2 { position: relative; z-index: 1; max-width: 650px; }.final-cta-inner > p:not(.eyebrow) { position: relative; z-index: 1; margin-bottom: 28px; }.final-cta-inner .button { position: relative; z-index: 1; }

.site-footer { border-top: 1px solid var(--line); }.footer-inner { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 30px; min-height: 180px; color: var(--text-dim); }.footer-inner > p { margin: 0; font-size: .75rem; }.footer-inner nav { display: flex; justify-content: flex-end; gap: 19px; font-size: .72rem; }.footer-inner small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); font-size: .65rem; }.footer-inner .brand { color: var(--text); }

html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }html.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Shared content pages */
.content-shell { width: min(790px, calc(100% - 64px)); margin: 0 auto; padding: 80px 0 120px; }.content-shell .page-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 100px; }.content-shell .page-nav nav { display: flex; gap: 22px; color: var(--text-soft); font-size: .8rem; }.content-shell h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(3.2rem, 7vw, 5.8rem); }.content-shell .lede { max-width: 600px; margin-bottom: 70px; color: var(--text-soft); font-size: 1.15rem; }.content-shell .muted { color: var(--text-dim); font-size: .78rem; }.content-shell h2 { margin-top: 64px; margin-bottom: 15px; font-size: 1.6rem; letter-spacing: -.04em; }.content-shell h3 { margin-top: 32px; margin-bottom: 10px; font-size: 1rem; }.content-shell p, .content-shell li { color: var(--text-soft); font-size: .96rem; line-height: 1.75; }.content-shell strong { color: var(--text); }.content-shell ul { padding-left: 1.2rem; }.content-shell a:not(.button) { color: var(--acid); text-decoration: underline; text-decoration-color: rgba(200,240,0,.35); text-underline-offset: 4px; }.content-shell .button { margin: 12px 0 5px; color: #000000; text-decoration: none; }.content-shell .callout { margin: 30px 0; padding: 20px 22px; border: 1px solid var(--line); border-left: 2px solid var(--acid); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--surface); }.content-shell .callout p { margin: 0; font-size: .85rem; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr .75fr; gap: 20px; }.hero-product { transform: scale(.9); }.steps { grid-template-columns: 1fr; gap: 0; }.step-card { min-height: auto; padding: 25px 0; }.step-connector { display: none; }.step-icon { margin-top: 22px; }.step-meta { margin-top: 5px; }.how-section { gap: 50px; }.manifesto-inner { gap: 35px; }.privacy-layout { gap: 60px; }.faq-section { gap: 50px; }
}

@media (max-width: 720px) {
  .nav-wrap, .footer-inner, .proof-inner, .section-pad { width: min(100% - 40px, var(--max)); }.nav-wrap { min-height: 76px; }.nav-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; border: 1px solid var(--line-bright); border-radius: 50%; background: transparent; color: var(--text); cursor: pointer; }.nav-toggle-line { display: block; width: 15px; height: 1px; background: currentColor; transition: transform .2s ease; }.nav-toggle[aria-expanded=true] .nav-toggle-line:first-of-type { transform: translateY(3px) rotate(45deg); }.nav-toggle[aria-expanded=true] .nav-toggle-line:last-of-type { transform: translateY(-3px) rotate(-45deg); }.site-nav { position: absolute; top: 68px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line-bright); border-radius: 18px; background: rgba(24,24,27,.96); box-shadow: 0 20px 50px rgba(0,0,0,.35); backdrop-filter: blur(16px); }.site-nav.is-open { display: flex; }.site-nav a { padding: 14px; }.site-nav .nav-cta { margin-top: 5px; border-radius: 12px; background: var(--acid); color: #000000; text-align: center; }.section-pad { padding-top: 100px; padding-bottom: 100px; }.hero { display: block; min-height: auto; padding-top: 85px; }.hero-glow { top: 1%; right: -50%; width: 400px; height: 400px; }.hero-lede { font-size: 1.05rem; }.hero-note { margin-top: 32px; }.hero-product { min-height: 580px; margin-top: 45px; transform: scale(.9); }.float-tag-top { right: -2%; }.float-tag-bottom { right: 0; bottom: 5%; }.proof-inner { display: block; padding: 26px 0; }.proof-inner p { margin-bottom: 21px; }.proof-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; font-size: .52rem; }.proof-items span { display: block; line-height: 1.5; }.proof-items i { display: block; margin-bottom: 4px; }.how-section, .feature-heading, .privacy-layout, .faq-section { display: block; }.section-intro { max-width: none; margin-bottom: 55px; }.feature-heading { margin-bottom: 35px; }.feature-grid { display: block; }.feature-card, .feature-card-large { display: block; min-height: 0; margin-bottom: 16px; }.feature-visual { min-height: 230px; }.feature-card-large .feature-visual { min-height: 285px; }.feature-copy { padding: 25px; }.manifesto-inner { display: block; }.manifesto-inner blockquote { margin-top: 0; }.manifesto-foot { margin-top: 30px; }.privacy-copy { max-width: none; margin-bottom: 48px; }.faq-intro { margin-bottom: 45px; }.final-cta { padding-top: 0; }.final-cta-inner { padding: 58px 25px; }.final-cta-inner h2 { font-size: 3rem; }.footer-inner { display: block; padding: 45px 0; }.footer-inner > p { margin: 20px 0; }.footer-inner nav { justify-content: flex-start; margin-bottom: 40px; }.footer-inner small { display: block; }.content-shell { width: min(100% - 40px, 790px); padding-top: 40px; }.content-shell .page-nav { display: block; margin-bottom: 75px; }.content-shell .page-nav nav { margin-top: 25px; flex-wrap: wrap; }.content-shell .lede { margin-bottom: 50px; }
}

@media (max-width: 720px) {
  .how-heading { display: block; }
  .how-heading > p { margin-top: 28px; }
  .how-grid { display: block; margin-top: 40px; }
  .how-card { margin-bottom: 16px; }
  .how-card-visual { min-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.button, .site-nav a, .footer-inner a, .text-link, [data-reveal] { transition: none; }.phone { transform: none; }.tally-mark-line { animation: none; opacity: 1; transform: scaleY(1); }.tally-mark-slash { animation: none; opacity: 1; transform: rotate(-38deg) scaleX(1); }.is-visible { opacity: 1; transform: none; }
}
