:root {
  color-scheme: light;
  --ink:#10110e;
  --muted:#666b60;
  --canvas:#f3f1e9;
  --surface:rgba(255,255,255,.72);
  --surface-strong:#fbfaf6;
  --line:rgba(16,17,14,.10);
  --lime:#b8f34a;
  --lime-2:#9fe42e;
  --shadow:0 28px 80px rgba(24,28,17,.10);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 6% 4%,rgba(184,243,74,.24),transparent 30rem),
    radial-gradient(circle at 94% 18%,rgba(255,255,255,.95),transparent 34rem),
    var(--canvas);
  overflow-x:hidden;
}
a{color:inherit}
.site-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}
.topbar{
  position:sticky;top:14px;z-index:20;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  width:min(1180px,calc(100% - 36px));margin:14px auto 0;padding:11px 12px 11px 14px;
  border:1px solid rgba(16,17,14,.08);border-radius:20px;
  background:rgba(250,248,241,.80);
  backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);
  box-shadow:0 12px 40px rgba(25,30,18,.06)
}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:950;letter-spacing:.12em;font-size:14px}
.mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--ink);color:var(--lime);font-weight:950;letter-spacing:0}
.nav{display:flex;align-items:center;gap:24px;color:#565950;font-size:14px;font-weight:650}
.nav a{text-decoration:none}.nav a:hover{color:var(--ink)}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:14px;text-decoration:none;font-weight:800}
.nav-cta,.button.primary{background:var(--ink);color:#fff}
.button.primary{box-shadow:0 10px 28px rgba(16,17,14,.16)}
.button.secondary{border:1px solid var(--line);background:rgba(255,255,255,.64)}
.hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:clamp(34px,6vw,90px);align-items:center;min-height:720px;padding:clamp(78px,10vw,126px) 0 88px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 22px;color:#555a4e;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.eyebrow:before{content:"";width:9px;height:9px;border-radius:999px;background:var(--lime-2);box-shadow:0 0 0 6px rgba(184,243,74,.22)}
.hero h1{max-width:760px;margin:0;font-size:clamp(58px,7.4vw,104px);line-height:.91;letter-spacing:-.068em;font-weight:920}
.hero h1 span{display:inline-block;position:relative}
.hero h1 span:after{content:"";position:absolute;left:0;right:0;bottom:.04em;height:.17em;z-index:-1;border-radius:999px;background:var(--lime);transform:rotate(-1.2deg)}
.hero-copy{max-width:650px;margin:28px 0 0;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.55;letter-spacing:-.01em}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-note{margin-top:17px;color:#7b7e75;font-size:13px}
.phone-stage{position:relative;min-height:610px;display:grid;place-items:center}
.glow{position:absolute;width:390px;height:390px;border-radius:50%;background:var(--lime);filter:blur(74px);opacity:.24}
.phone{position:relative;width:min(360px,92%);padding:11px;border-radius:50px;background:#0e0f0c;box-shadow:0 40px 100px rgba(16,17,14,.26),inset 0 0 0 1px rgba(255,255,255,.14);transform:rotate(2.3deg)}
.phone-screen{overflow:hidden;min-height:650px;padding:17px;border-radius:40px;background:radial-gradient(circle at 82% 5%,rgba(184,243,74,.32),transparent 190px),#f7f5ef}
.island{width:102px;height:28px;margin:0 auto 28px;border-radius:999px;background:#11120f}
.phone-label{color:#74786e;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.phone-title{margin:8px 0 20px;font-size:34px;line-height:1;letter-spacing:-.05em}
.prompt-card{padding:16px;border-radius:22px;background:#fff;border:1px solid rgba(16,17,14,.07);box-shadow:0 16px 35px rgba(25,30,18,.07)}
.prompt-card p{margin:0 0 14px;font-size:15px;line-height:1.45}
.morph-line{position:relative;height:6px;overflow:hidden;border-radius:999px;background:#ecece4}
.morph-line:after{content:"";position:absolute;inset:0;width:48%;border-radius:inherit;background:var(--lime-2);animation:morph-progress 3s ease-in-out infinite}
.mini-app{margin-top:14px;padding:18px;border-radius:25px;background:#11120f;color:#fff}
.mini-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.mini-top strong{font-size:17px}
.badge{padding:7px 9px;border-radius:999px;color:#11120f;background:var(--lime);font-size:10px;font-weight:900}
.task{display:flex;align-items:center;gap:11px;margin-top:12px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.055);color:#efefe9;font-size:13px}
.check{width:20px;height:20px;flex:0 0 auto;border-radius:7px;border:1px solid rgba(255,255,255,.28)}
.check.done{display:grid;place-items:center;border:0;background:var(--lime);color:#11120f;font-weight:950}
.timer-card{display:flex;justify-content:space-between;align-items:end;margin-top:13px;padding:14px;border-radius:18px;background:#e8ffc0;color:#11120f}
.timer-card span{color:#626856;font-size:11px;font-weight:750}.timer-card strong{font-size:27px;letter-spacing:-.04em}
.float-card{position:absolute;padding:12px 14px;border:1px solid rgba(16,17,14,.08);border-radius:16px;background:rgba(255,255,255,.90);box-shadow:0 18px 45px rgba(22,25,16,.10);backdrop-filter:blur(14px);font-size:12px;font-weight:800}
.float-one{left:-8px;top:122px;transform:rotate(-5deg)}.float-two{right:-15px;bottom:116px;transform:rotate(4deg)}
.float-dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:99px;background:var(--lime-2)}
.section{padding:clamp(70px,9vw,120px) 0}.section-head{max-width:800px;margin-bottom:42px}
.kicker{margin:0 0 12px;color:#6f7368;font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.section h2,.final-cta h2{margin:0;font-size:clamp(40px,6vw,72px);line-height:.98;letter-spacing:-.055em}
.section-intro{max-width:690px;margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.6}
.examples{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.example{min-height:260px;padding:24px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.64);box-shadow:0 18px 55px rgba(30,35,20,.05)}
.example:nth-child(2){transform:translateY(28px)}
.number{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--ink);color:var(--lime);font-size:12px;font-weight:900}
.example h3{margin:46px 0 10px;font-size:24px;letter-spacing:-.03em}.example p{margin:0;color:var(--muted);line-height:1.55}
.flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:stretch}
.flow-step{min-height:210px;padding:24px;border-radius:26px;background:var(--ink);color:#fff}
.flow-step.light{background:var(--lime);color:var(--ink)}
.flow-step .tiny{color:#a9ada2;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.flow-step.light .tiny{color:#53613d}
.flow-step h3{margin:54px 0 10px;font-size:25px;letter-spacing:-.035em}.flow-step p{margin:0;color:#c7c9c2;line-height:1.5}.flow-step.light p{color:#38402d}
.arrow{display:grid;place-items:center;color:#888c81;font-size:25px}
.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:15px}
.feature{position:relative;overflow:hidden;min-height:230px;padding:24px;border:1px solid var(--line);border-radius:28px;background:var(--surface)}
.feature.large{grid-column:span 7;min-height:310px}.feature.medium{grid-column:span 5;min-height:310px}.feature.third{grid-column:span 4}
.feature h3{max-width:420px;margin:8px 0 10px;font-size:26px;letter-spacing:-.035em}.feature p{max-width:460px;margin:0;color:var(--muted);line-height:1.55}
.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--ink);color:var(--lime);font-size:18px;font-weight:900}
.feature-visual{position:absolute;right:20px;bottom:18px;display:flex;gap:8px;align-items:end;opacity:.9}
.bar{width:24px;border-radius:9px 9px 5px 5px;background:var(--lime-2)}.bar:nth-child(1){height:48px}.bar:nth-child(2){height:84px}.bar:nth-child(3){height:62px}.bar:nth-child(4){height:110px}
.component-cloud{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.component-cloud span{padding:9px 11px;border-radius:12px;background:#efeee7;color:#55594f;font-size:12px;font-weight:750}
.dark-section{position:relative;overflow:hidden;margin:50px 0;padding:clamp(48px,7vw,80px);border-radius:40px;background:#11120f;color:#fff}
.dark-section:after{content:"";position:absolute;right:-130px;top:-160px;width:420px;height:420px;border-radius:50%;background:var(--lime);filter:blur(90px);opacity:.18}
.dark-section h2{position:relative;z-index:1;max-width:780px}
.dark-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}
.dark-card{min-height:170px;padding:21px;border:1px solid rgba(255,255,255,.09);border-radius:23px;background:rgba(255,255,255,.055)}
.dark-card strong{display:block;margin-bottom:8px;font-size:18px}.dark-card p{margin:0;color:#b9bcb4;line-height:1.55}
.final-cta{padding:clamp(70px,10vw,120px) 0 90px;text-align:center}.final-cta h2{max-width:850px;margin:0 auto}
.final-cta p{max-width:620px;margin:20px auto 26px;color:var(--muted);font-size:18px;line-height:1.55}
.status-pill{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:8px 12px;border-radius:999px;background:rgba(16,17,14,.06);color:#60645a;font-size:12px;font-weight:760}
.status-pill:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--lime-2)}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 0 42px;border-top:1px solid var(--line);color:#6d7167;font-size:13px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a{text-decoration:none}
@keyframes morph-progress{0%,100%{transform:translateX(-72%);width:40%}48%{transform:translateX(80%);width:58%}}
@media(max-width:900px){
  .nav a:not(.nav-cta){display:none}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:84px}.hero-copy{max-width:760px}.phone-stage{min-height:650px}
  .examples{grid-template-columns:1fr}.example:nth-child(2){transform:none}
  .flow{grid-template-columns:1fr}.arrow{transform:rotate(90deg);min-height:30px}
  .feature.large,.feature.medium,.feature.third{grid-column:span 12}.dark-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .site-shell,.topbar{width:min(100% - 22px,1180px)}.topbar{top:9px;margin-top:9px}
  .brand{letter-spacing:.08em}.nav-cta{min-height:40px;padding:0 13px}.hero{padding-top:62px}.hero h1{font-size:clamp(52px,17vw,78px)}
  .hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}
  .phone-stage{min-height:600px}.phone{width:min(335px,96%)}.phone-screen{min-height:610px}
  .float-one{left:0;top:105px}.float-two{right:0;bottom:82px}
  .section{padding:66px 0}.dark-section{border-radius:28px;padding:34px 22px;margin:22px 0}
  .site-footer{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.morph-line:after{animation:none;transform:none;width:72%}}