@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #101714;
  --ink-soft: #1a2420;
  --paper: #f4f1e8;
  --cream: #ebe7dc;
  --white: #fffdf7;
  --mint: #b7e8c1;
  --green: #58bf83;
  --green-dark: #173f2a;
  --coral: #ff7448;
  --muted: #5d6761;
  --line: rgba(16, 23, 20, 0.13);
  --shadow: 0 32px 80px rgba(18, 36, 28, 0.17);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 830; letter-spacing: -0.04em; }
.brand img { border-radius: 10px; box-shadow: 0 8px 22px rgba(16, 23, 20, 0.14); }
.brand > span > span, .mini-brand span span { color: var(--green); }
.site-header nav, footer nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.site-header nav > a:not(.nav-cta) { color: #3e4943; }
.site-header nav > a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { padding: 12px 19px; border-radius: 999px; background: var(--ink); color: white; }
.nav-cta:hover { background: var(--green-dark); }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 730px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: 54px 0 100px;
}
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 2px; background: var(--green); }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(63px, 7.2vw, 112px); line-height: 0.87; letter-spacing: -0.075em; font-weight: 850; }
.hero h1 em { color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.06em; }
.hero-intro { max-width: 610px; margin: 35px 0 0; color: #435048; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 26px; border-radius: 999px; font-weight: 780; }
.button span { font-size: 21px; transition: transform 180ms ease; }
.button:hover span { transform: translateX(4px); }
.button.primary { color: var(--ink); background: var(--mint); box-shadow: 0 12px 28px rgba(63, 138, 91, 0.19); }
.button.primary:hover { background: #c8f3d0; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 730; }
.microcopy { margin: 18px 0 0 5px; color: var(--muted); font-size: 12px; }

.hero-product { min-height: 610px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(23, 63, 42, 0.14); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 670px; height: 670px; }
.phone-shell {
  width: min(390px, 82vw);
  min-height: 660px;
  padding: 24px 23px 20px;
  border: 8px solid #080c0a;
  border-radius: 54px;
  background: #111816;
  color: #f5f3ec;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.08);
  position: relative;
  z-index: 2;
  transform: rotate(2.5deg);
}
.phone-shell::before { content: ""; position: absolute; top: 10px; left: 50%; width: 84px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #050706; }
.phone-top { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -0.04em; }
.mini-brand img { border-radius: 8px; }
.settings-dot { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #18211d; color: #a9b6ae; font-size: 22px; }
.daily-number { padding: 52px 0 30px; text-align: center; }
.number-label { display: flex; align-items: center; justify-content: center; gap: 9px; color: #a8b3ac; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.number-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.daily-number strong { display: block; margin: 10px 0 0; font-size: 60px; line-height: 1; letter-spacing: -.055em; }
.daily-number small { display: block; margin-top: 11px; color: #9ca69f; font-size: 16px; }
.daily-meter { padding: 20px; border: 1px solid rgba(183,232,193,.25); border-radius: 22px; background: #18221e; }
.meter-labels { display: flex; justify-content: space-between; color: #a6b0aa; font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.meter-track { height: 8px; margin: 14px 0 12px; overflow: hidden; border-radius: 9px; background: #2b3731; }
.meter-track span { display: block; width: 8.5%; height: 100%; border-radius: inherit; background: var(--green); }
.daily-meter p { margin: 0; color: #dfe4df; font-size: 12px; }
.activity-preview { margin-top: 24px; }
.activity-preview > div:first-child { display: flex; justify-content: space-between; color: #aab4ae; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.activity-row { margin-top: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.08); display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; }
.activity-row .tick { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #1c2822; color: var(--green); }
.activity-row b, .activity-row small { display: block; }
.activity-row b { font-size: 14px; }
.activity-row small { margin-top: 2px; color: #87948c; font-size: 10px; }
.activity-row > strong { font-size: 13px; }
.phone-nav { position: absolute; left: 18px; right: 18px; bottom: 16px; height: 64px; padding: 0 38px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.07); border-radius: 28px; background: #171f1c; color: #89948d; font-size: 10px; }
.phone-nav b { width: 52px; height: 52px; display: grid; place-items: center; margin-top: -23px; border: 5px solid #111816; border-radius: 50%; background: var(--mint); color: var(--ink); font-size: 29px; font-weight: 400; }
.voice-bubble { position: absolute; z-index: 3; right: -20px; bottom: 52px; width: 285px; padding: 18px 20px; border-radius: 22px 22px 4px 22px; background: var(--white); box-shadow: 0 24px 55px rgba(16,23,20,.2); }
.voice-bubble p { margin: 9px 0 5px; font-size: 14px; font-weight: 760; }
.voice-bubble > span { color: var(--muted); font-size: 11px; }
.wave { height: 17px; display: flex; align-items: center; gap: 4px; }
.wave i { width: 3px; height: 8px; border-radius: 4px; background: var(--green); animation: wave 1s ease-in-out infinite alternate; }
.wave i:nth-child(2) { height: 16px; animation-delay: -.5s; }
.wave i:nth-child(3) { height: 11px; animation-delay: -.2s; }
.wave i:nth-child(4) { height: 15px; animation-delay: -.7s; }
.wave i:nth-child(5) { animation-delay: -.35s; }
@keyframes wave { to { transform: scaleY(.45); } }

.anti-budget { padding: 128px 24px; background: var(--ink); color: white; }
.anti-inner { width: min(1100px, 100%); margin: 0 auto; }
.eyebrow.light { color: var(--mint); }
.anti-budget h2 { margin: 0; font-size: clamp(46px, 7vw, 94px); line-height: .95; letter-spacing: -.065em; }
.big-copy { max-width: 950px; margin: 38px 0 70px; color: #c8d0ca; font-size: clamp(23px, 3vw, 40px); line-height: 1.25; letter-spacing: -.025em; }
.big-copy em { color: var(--mint); font-family: Georgia, serif; }
.comparison { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: stretch; }
.comparison-card { min-height: 220px; padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 25px; }
.comparison-card > span { color: #87948c; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.comparison-card strong { display: block; margin: 36px 0 12px; font-size: clamp(23px, 2.5vw, 34px); letter-spacing: -.035em; }
.comparison-card p { max-width: 380px; margin: 0; color: #98a49d; line-height: 1.55; }
.comparison-card.old { opacity: .66; }
.comparison-card.new { border-color: rgba(183,232,193,.55); background: #17251e; box-shadow: inset 0 0 0 1px rgba(183,232,193,.1); }
.comparison-card.new strong { color: var(--mint); }
.comparison-arrow { display: grid; place-items: center; color: var(--mint); font-size: 28px; }

.demo-section, .how { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 790px; }
.section-heading h2, .permission h2, .truth h2, .closing h2 { margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.section-heading > p:last-child { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.demo-stage { margin-top: 68px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.demo-prompts { display: grid; gap: 10px; }
.demo-tab { width: 100%; padding: 23px 25px; border: 1px solid transparent; border-radius: 18px; background: transparent; color: var(--muted); text-align: left; cursor: pointer; transition: 180ms ease; }
.demo-tab span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.demo-tab:hover { background: rgba(255,255,255,.4); color: var(--ink); }
.demo-tab.active { border-color: var(--line); background: var(--white); color: var(--ink); box-shadow: 0 16px 38px rgba(24,42,33,.08); }
.demo-tab.active span { color: var(--green-dark); }
.answer-card { min-height: 450px; padding: clamp(28px, 5vw, 55px); border-radius: 38px; background: var(--green-dark); color: white; box-shadow: var(--shadow); transition: opacity 120ms ease, transform 120ms ease; }
.answer-card.changing { opacity: .35; transform: translateY(4px); }
.answer-top { display: flex; align-items: center; justify-content: space-between; }
.answer-top span { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.answer-top i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-dark); font-style: normal; }
.answer-card > p[id="demo-kicker"] { margin: 70px 0 9px; color: #8eaa99; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.answer-card h3 { margin: 0; font-size: clamp(40px, 5vw, 67px); line-height: 1; letter-spacing: -.055em; }
.answer-detail { margin: 14px 0 0; color: #aec1b5; }
.answer-result { margin-top: 50px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.answer-result span, .answer-result small { display: block; color: #9eb0a5; font-size: 12px; }
.answer-result strong { display: block; margin: 8px 0 10px; color: var(--mint); font-size: clamp(23px, 3vw, 37px); letter-spacing: -.035em; }

.permission { padding: 130px max(24px, calc((100vw - 1100px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--cream); }
.permission-copy > p:last-child { max-width: 530px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.equation { padding: 22px 30px; border-radius: 32px; background: var(--white); box-shadow: 0 25px 70px rgba(30,50,40,.1); }
.equation > div { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.equation > div span { color: var(--muted); font-size: 14px; }
.equation > div strong { font-size: 24px; letter-spacing: -.03em; }
.equation > b, .equation > i { display: grid; place-items: center; width: 30px; height: 30px; margin: -15px auto; position: relative; z-index: 1; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--muted); font-style: normal; }
.equation .equation-answer { min-height: 115px; margin: 20px -12px -5px; padding: 0 20px; border: 0; border-radius: 21px; background: var(--mint); }
.equation .equation-answer span { color: var(--green-dark); font-weight: 700; }
.equation .equation-answer strong { font-size: 35px; }

.steps { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { min-height: 370px; padding: 30px 34px 36px; position: relative; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-number { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.step-icon { width: 78px; height: 78px; margin: 55px 0 38px; display: grid; place-items: center; border-radius: 24px; background: var(--mint); color: var(--green-dark); font-family: Georgia, serif; font-size: 30px; }
.step:nth-child(2) .step-icon { background: var(--ink); color: var(--mint); font-family: inherit; font-size: 24px; font-weight: 800; }
.step:nth-child(3) .step-icon { background: var(--coral); color: var(--ink); font-family: inherit; }
.step h3 { margin: 0 0 13px; font-size: 25px; letter-spacing: -.035em; }
.step p { margin: 0; color: var(--muted); line-height: 1.6; }

.truth { padding: 40px 24px 130px; }
.truth-card { width: min(1100px, 100%); margin: 0 auto; padding: clamp(40px, 7vw, 85px); border-radius: 45px; background: var(--ink); color: white; }
.truth-card h2 { max-width: 900px; }
.truth-grid { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 55px; }
.truth-grid p { margin: 0; display: flex; align-items: flex-start; gap: 15px; color: #aeb9b2; line-height: 1.55; }
.truth-grid i { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-dark); font-style: normal; font-size: 13px; }
.truth-grid strong { display: block; margin-bottom: 4px; color: white; }

.audiences { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.audience-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.audience-card { min-height: 300px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 18px 55px rgba(24,42,33,.055); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.audience-card:hover { transform: translateY(-4px); border-color: rgba(88,191,131,.65); box-shadow: 0 25px 60px rgba(24,42,33,.1); }
.audience-card > span { color: var(--green-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.audience-card strong { max-width: 470px; margin-top: 45px; font-size: clamp(24px, 3vw, 36px); line-height: 1.05; letter-spacing: -.045em; }
.audience-card p { max-width: 470px; margin: 15px 0 0; color: var(--muted); line-height: 1.55; }
.audience-card i { margin-top: auto; padding-top: 25px; color: var(--green-dark); font-size: 25px; font-style: normal; }
.resource-rail { margin-top: 16px; padding: 28px 32px; display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 30px; align-items: center; border-radius: 24px; background: var(--ink); color: white; }
.resource-rail div span { display: block; margin-bottom: 6px; color: var(--mint); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.resource-rail div strong { font-size: 20px; letter-spacing: -.025em; }
.resource-rail p { margin: 0; color: #aab5ae; font-size: 14px; line-height: 1.55; }
.resource-rail a { padding: 13px 18px; border-radius: 999px; background: var(--mint); color: var(--ink); font-size: 13px; font-weight: 780; white-space: nowrap; }

.closing { width: min(950px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 140px; text-align: center; }
.closing > img { border-radius: 19px; box-shadow: 0 16px 36px rgba(16,23,20,.15); }
.eyebrow.centered { margin: 28px auto; justify-content: center; }
.closing > p:not(.eyebrow) { margin: 26px auto 34px; color: var(--muted); font-size: 20px; }
.button.large { min-height: 66px; padding: 0 34px; font-size: 17px; }

footer { min-height: 210px; padding: 48px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px 45px; border-top: 1px solid var(--line); background: var(--cream); }
.footer-brand { font-size: 19px; }
footer > p { color: var(--muted); font-size: 13px; }
footer nav { gap: 22px; font-size: 12px; }
footer nav a:hover { text-decoration: underline; }
footer small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal:not(.visible) { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-intro { margin-left: auto; margin-right: auto; }
  .hero h1 { margin: 0 auto; }
  .hero-product { margin-top: 40px; }
  .demo-stage, .permission { grid-template-columns: 1fr; }
  .comparison { grid-template-columns: 1fr; gap: 12px; }
  .comparison-arrow { transform: rotate(90deg); }
  .demo-prompts { grid-template-columns: repeat(3, 1fr); }
  .demo-tab { padding: 18px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step-icon { margin: 35px 0 25px; }
  .resource-rail { grid-template-columns: 1fr; }
  .resource-rail a { justify-self: start; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, footer nav { justify-content: center; }
  footer small { grid-column: auto; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 32px); height: 76px; }
  .site-header .brand { font-size: 20px; }
  .nav-cta { padding: 10px 15px; font-size: 12px; }
  .hero { width: calc(100% - 32px); min-height: auto; padding: 45px 0 80px; }
  .hero h1 { font-size: clamp(57px, 18vw, 82px); }
  .hero-intro { margin-top: 27px; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-product { min-height: 585px; }
  .hero-product { overflow: hidden; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
  .phone-shell { min-height: 600px; padding-left: 18px; padding-right: 18px; border-width: 6px; border-radius: 44px; transform: none; }
  .daily-number strong { font-size: 53px; }
  .orbit-one { width: calc(100% - 48px); height: auto; aspect-ratio: 1; }
  .orbit-two { width: calc(100% - 8px); height: auto; aspect-ratio: 1; }
  .voice-bubble { right: 1px; bottom: 10px; width: 255px; }
  .anti-budget, .demo-section, .how, .permission, .audiences { padding-top: 90px; padding-bottom: 90px; }
  .big-copy { margin-bottom: 48px; }
  .comparison-card { min-height: 195px; padding: 24px; }
  .demo-section, .how { width: calc(100% - 32px); }
  .demo-stage { margin-top: 45px; gap: 30px; }
  .demo-prompts { grid-template-columns: 1fr; }
  .answer-card { min-height: 410px; border-radius: 28px; }
  .permission { padding-left: 16px; padding-right: 16px; }
  .permission-copy { padding: 0 6px; }
  .equation { padding: 18px; border-radius: 25px; }
  .truth { padding: 16px 16px 90px; }
  .truth-card { border-radius: 30px; }
  .truth-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .audiences { width: calc(100% - 32px); }
  .audience-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .audience-card { min-height: 265px; padding: 27px; }
  .resource-rail { padding: 25px; }
  .closing { width: calc(100% - 32px); padding-bottom: 100px; }
  footer nav { flex-wrap: wrap; }
}

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