:root{color-scheme:light;--ink:#17211e;--muted:#61706b;--paper:#f4f6f3;--panel:#ffffff;--line:#d6ded9;--green:#087765;--green-dark:#0b302b;--cyan:#12c7d3;--yellow:#f2c94c;--red:#a94040}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:24px;padding:10px clamp(18px,5vw,64px);background:rgba(244,246,243,.94);border-bottom:1px solid rgba(214,222,217,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.site-footer div{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand img{border-radius:8px}.nav,.site-footer nav{display:flex;gap:22px;color:var(--muted);font-size:14px}.nav a:hover,.site-footer a:hover{color:var(--green)}.header-action,.primary-button,.secondary-button,.waitlist-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;padding:0 18px;font-weight:800}.header-action,.primary-button{background:var(--green-dark);color:#fff}.secondary-button{border:1px solid rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.08)}.hero{position:relative;min-height:min(760px,calc(100dvh - 68px));overflow:hidden;display:grid;grid-template-columns:minmax(430px,42%) 1fr;background:#071916;color:#fff}.hero-copy{display:flex;flex-direction:column;justify-content:center;max-width:none;padding:72px clamp(28px,5vw,88px) 42px max(24px,calc((100vw - 1440px) / 2 + 24px))}.hero-visuals{display:grid;grid-template-columns:1fr 1fr;min-width:0}.hero-portrait{position:relative;min-width:0;height:100%;margin:0;overflow:hidden;background:#c9d0cb}.hero-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.hero-portrait figcaption{position:absolute;right:18px;bottom:22px;padding:7px 10px;border-radius:5px;background:rgba(7,25,22,.78);color:#fff;font-size:13px;font-weight:800}.status-line{margin:0 0 18px;color:#9fd7cd;font-size:14px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:18px;font-size:clamp(48px,6vw,72px);line-height:1.02}h1 span{display:block}.hero h1{font-size:clamp(48px,4.4vw,64px)}.hero h1 span{white-space:nowrap}main[lang=en] .hero h1{font-size:clamp(44px,3.8vw,58px)}main[lang=en] .hero h1 span{white-space:normal}h2{margin-bottom:14px;font-size:clamp(30px,4vw,50px);line-height:1.1}h3{margin-bottom:8px}.hero-text{max-width:520px;color:#d6e1dd;font-size:clamp(20px,2.3vw,28px);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-next{margin-top:auto;padding-top:34px;color:#b6c9c3;font-size:13px}.section-band{max-width:1180px;margin:0 auto;padding:88px clamp(20px,5vw,32px)}.section-heading{max-width:720px;margin-bottom:34px}.section-kicker{margin-bottom:12px;color:var(--green);font-size:13px;font-weight:800}.faq p,.legal-content li,.legal-content p,.product-copy>p,.section-heading p,.support-card p,.truth-band p,.waitlist p{color:var(--muted);line-height:1.75}.product-proof{display:grid;grid-template-columns:1fr minmax(280px,430px);grid-gap:clamp(48px,9vw,120px);gap:clamp(48px,9vw,120px);align-items:center}.workflow{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid var(--line)}.workflow li{display:grid;grid-template-columns:44px 1fr;align-items:center;min-height:64px;border-bottom:1px solid var(--line)}.workflow span{color:var(--green);font-size:13px;font-weight:800}.product-screen{overflow:hidden;max-height:650px;border:1px solid #263c36;border-radius:8px;background:#071916;box-shadow:0 30px 80px rgba(14,50,43,.2)}.product-screen img{display:block;width:100%;height:auto}.templates{max-width:none;padding-inline:max(20px,calc((100vw - 1180px) / 2 + 32px));background:#e8eeea}.template-list{border-top:1px solid #bdcac4}.template-list article{display:grid;grid-template-columns:72px minmax(180px,.8fr) 1.2fr;align-items:center;min-height:92px;border-bottom:1px solid #bdcac4}.template-list article>span{color:var(--green);font-weight:800}.template-list h3,.template-list p{margin-bottom:0}.template-list p{color:var(--muted)}.truth-band{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:64px;gap:64px;align-items:end;padding:90px max(20px,calc((100vw - 1180px) / 2 + 32px));background:#153e36;color:#fff}.truth-band p{color:#c9d9d4;max-width:700px}.truth-band dl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin:0;background:rgba(255,255,255,.22)}.truth-band dl div{min-height:112px;padding:18px;background:#153e36}.truth-band dt{color:#7fbbb0;font-size:13px;font-weight:800}.truth-band dd{margin:20px 0 0;font-weight:800;line-height:1.45}.progress-track{display:grid;grid-template-columns:repeat(4,1fr);border-top:3px solid var(--line)}.progress-track div{position:relative;padding:25px 16px 0 0}.progress-track div:before{content:"";position:absolute;top:-8px;left:0;width:13px;height:13px;border-radius:50%;background:#9ba9a3}.progress-track .done:before{background:var(--green)}.progress-track span,.progress-track strong{display:block}.progress-track span{margin-bottom:8px;color:var(--muted);font-size:12px}.faq-list{max-width:900px}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:18px;font-weight:800}.faq p{max-width:760px;margin:12px 0 0}.waitlist{display:grid;grid-template-columns:72px 1fr auto;grid-gap:24px;gap:24px;align-items:center;max-width:1180px;margin:0 auto 56px;padding:28px 32px;background:#f1c84b;border-radius:8px}.waitlist img{border-radius:14px}.waitlist h2{margin-bottom:5px;font-size:28px}.waitlist p{margin-bottom:0;color:#4d4d3d}.waitlist-button{background:#17211e;color:#fff}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px clamp(18px,5vw,64px);border-top:1px solid var(--line)}.site-footer div{flex-direction:column;align-items:flex-start;gap:4px}.site-footer span{color:var(--muted);font-size:13px}.legal-page{padding:54px clamp(18px,5vw,32px) 78px}.legal-shell{max-width:900px;margin:0 auto;padding:clamp(24px,5vw,54px);border:1px solid var(--line);border-radius:8px;background:var(--panel)}.legal-shell>h1{color:var(--ink);font-size:clamp(38px,6vw,64px)}.legal-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:10px}.legal-label{margin-bottom:0;font-size:13px}.language-link,.legal-label{color:var(--green);font-weight:800}.language-link{font-size:14px;text-decoration:underline;text-underline-offset:4px}.legal-content h2{margin-top:32px;font-size:24px}.legal-content a,.support-card a{color:var(--green);font-weight:800}.updated{color:var(--muted)}.support-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:24px}.support-card{padding:20px;border:1px solid var(--line);border-radius:8px;background:#f7f9f7}.outcome-proof{max-width:1180px}.comparison-figure{margin:0;overflow:hidden;border-radius:8px;background:#dbe1dd}.comparison-figure img{display:block;width:100%;height:auto}.comparison-figure figcaption{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--line)}.comparison-figure figcaption span{padding:18px 22px;background:#fff;color:var(--muted)}.comparison-figure figcaption span:last-child{text-align:right}.comparison-figure figcaption strong{display:block;margin-bottom:5px;color:var(--ink)}.demo-disclosure{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.6}@media (min-width:1800px){.site-header{min-height:84px;padding:14px max(48px,calc((100vw - 1560px) / 2))}.brand{font-size:18px}.brand img{width:38px;height:38px}.nav,.site-footer nav{gap:28px;font-size:16px}.header-action,.primary-button,.secondary-button,.waitlist-button{min-height:50px;padding-inline:22px;font-size:16px}.hero{min-height:clamp(840px,68vh,980px);grid-template-columns:minmax(620px,40%) 1fr}.hero-copy{max-width:760px;padding:92px 72px 52px max(64px,calc((100vw - 2200px) / 2))}.status-line{margin-bottom:22px;font-size:16px}h1{max-width:900px;margin-bottom:24px}.hero h1,h1{font-size:clamp(72px,3.3vw,84px)}h2{font-size:clamp(42px,2.6vw,60px)}.hero-text{max-width:650px;font-size:clamp(26px,1.35vw,32px)}.hero-actions{margin-top:36px}.hero-next,.hero-portrait figcaption{font-size:15px}.section-band{max-width:1440px;padding-block:112px}.section-heading{max-width:880px;margin-bottom:44px}.demo-disclosure,.section-kicker{font-size:15px}.faq p,.product-copy>p,.section-heading p,.truth-band p,.waitlist p{font-size:18px}.outcome-proof,.product-proof,.waitlist{max-width:1440px}}@media (max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr}.hero-visuals{min-height:440px}.product-proof,.truth-band{grid-template-columns:1fr}.product-screen{max-width:430px}.waitlist{margin-inline:18px}}@media (max-width:640px){.site-header{min-height:62px}.header-action{display:none}.hero{min-height:720px}.hero-copy{padding:68px 24px 34px}.hero-visuals{min-height:300px}.hero-portrait figcaption{right:8px;bottom:8px;padding:5px 7px;font-size:11px}h1{font-size:42px}.hero h1 span{white-space:normal}.hero-text{max-width:290px;font-size:20px}.hero-next{padding-top:28px}.comparison-figure figcaption span{padding:14px;font-size:13px}.section-band{padding-block:64px}.template-list article{grid-template-columns:42px 1fr;gap:4px;padding:18px 0}.template-list p{grid-column:2}.progress-track,.truth-band dl{grid-template-columns:1fr}.progress-track{gap:22px;border-top:0;border-left:3px solid var(--line);padding-left:22px}.progress-track div{padding:0}.progress-track div:before{top:5px;left:-30px}.waitlist{grid-template-columns:56px 1fr;padding:22px}.waitlist img{width:56px;height:56px}.waitlist-button{grid-column:1/-1}.site-footer{align-items:flex-start;flex-direction:column}.site-footer nav{flex-wrap:wrap}.support-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.discovery-page{width:min(760px,calc(100% - 40px));margin:0 auto;padding:132px 0 72px;color:var(--ink)}.discovery-page nav{display:flex;gap:8px;margin-bottom:40px;color:var(--muted);font-size:14px}.discovery-page nav a,.discovery-page section:last-child a{color:var(--forest);font-weight:700}.discovery-page header{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--line)}.discovery-page header>p{margin:0 0 12px;color:var(--coral);font-weight:700}.discovery-page h1{margin:0 0 20px;font-size:46px;line-height:1.08;letter-spacing:0}.discovery-page h2{margin:0 0 14px;font-size:27px;letter-spacing:0}.discovery-page section{margin:0 0 42px}.discovery-page li,.discovery-page p,.discovery-page strong{font-size:18px;line-height:1.65}.discovery-page ul{padding-left:22px}.discovery-page details{padding:15px 0;border-top:1px solid var(--line)}.discovery-page details:last-child{border-bottom:1px solid var(--line)}.discovery-page summary{cursor:pointer;font-weight:700}.discovery-page details p{margin:10px 0 0;font-size:16px}.discovery-page section:last-child{padding:22px;border-left:3px solid var(--coral);background:var(--soft-coral)}@media (max-width:640px){.discovery-page{padding-top:112px}.discovery-page h1{font-size:36px}.discovery-page li,.discovery-page p,.discovery-page strong{font-size:17px}}