:root{--ink:#11110f;--paper:#f5f2eb;--orange:#ff5a3d;--muted:#6e6b64;--line:#d9d4ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.nav{position:sticky;z-index:20;top:18px;margin:18px auto -72px;width:min(1080px,calc(100% - 32px));height:56px;padding:8px 10px 8px 16px;border:1px solid rgba(17,17,15,.12);border-radius:18px;background:rgba(250,248,243,.88);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 40px #19130b12}.brand{display:flex;align-items:center;gap:9px;font-weight:800;letter-spacing:-.03em}.brand img{width:30px;height:30px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:24px;font-size:14px}.button,button,.outline{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--ink);color:white;font-weight:750;padding:15px 21px;cursor:pointer}.button.small{padding:11px 16px}.hero{padding:190px 24px 80px;text-align:center;min-height:720px;background:radial-gradient(circle at 50% 48%,#ff5a3d20,transparent 35%)}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.16em}.hero h1{font-size:clamp(68px,10vw,142px);line-height:.82;letter-spacing:-.085em;margin:30px 0}.hero h1 span{color:var(--orange)}.lede{max-width:670px;margin:0 auto;font-size:clamp(19px,2vw,25px);line-height:1.5;color:#514e48}.actions{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:34px}.ghost{font-weight:750}.micro{font-size:13px;color:var(--muted)}.proof{width:min(1160px,calc(100% - 32px));margin:0 auto 130px}.browser{padding:12px;border-radius:26px;background:#191917;box-shadow:0 35px 80px #26180d25}.browser img{display:block;width:100%;max-height:720px;object-fit:cover;object-position:top;border-radius:12px}.dots{height:32px;color:#aaa;font-size:12px;display:flex;gap:7px;align-items:center}.dots i{width:9px;height:9px;background:#ff6657;border-radius:50%}.dots i:nth-child(2){background:#ffc04a}.dots i:nth-child(3){background:#4cc96c}.dots span{margin:auto}.section{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:110px 0}.section>h2,.handoff h2{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.065em;max-width:950px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:70px}.steps article{padding:32px;border:1px solid var(--line);border-radius:22px;background:#faf8f3}.steps b{color:var(--orange)}.steps h3{font-size:25px;margin-top:80px}.steps p,.handoff p,.feature p{line-height:1.65;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature{border-radius:30px;padding:46px;overflow:hidden;min-height:700px}.feature h2{font-size:clamp(40px,4.5vw,66px);line-height:1;letter-spacing:-.06em}.feature img{display:block;width:115%;margin:50px -7% -50px;border-radius:18px;box-shadow:0 24px 50px #0003}.orange{background:var(--orange)}.orange p{color:#28120e}.dark{background:#151513;color:white}.handoff{padding:160px 7%;border-radius:32px;background:#ebe5da}.handoff p{max-width:710px;font-size:20px}.pricing{text-align:center}.pricing>h2{margin-left:auto;margin-right:auto}.founder{text-align:left;margin:55px 0 26px;padding:22px 25px;border:1px solid #f0907d;border-radius:18px;background:#fff4ef}.founder>div:first-child{display:flex;justify-content:space-between}.founder span,.founder small{color:#72554c}.meter{height:9px;margin:16px 0 10px;border-radius:99px;background:#eadbd5;overflow:hidden}.meter i{display:block;height:100%;min-width:3px;background:var(--orange);border-radius:99px;transition:width .5s}.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;text-align:left}.plans article{position:relative;display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:22px;background:#faf8f3}.plans article.popular{border:2px solid var(--orange);box-shadow:0 20px 60px #ff5a3d1f}.plans em{position:absolute;right:18px;top:18px;font-size:11px;font-style:normal;font-weight:850;text-transform:uppercase;color:var(--orange)}.plans h3{font-size:25px;margin:0}.plans>article>p{min-height:42px;color:var(--muted)}.price{margin:20px 0;min-height:62px}.price strong{font-size:45px;letter-spacing:-.06em}.price span{font-size:13px;color:var(--muted)}.price s{margin-left:5px}.plans ul{padding:0;list-style:none;line-height:2;color:#4d4b46;font-size:14px;min-height:170px}.plans li:before{content:"✓";margin-right:8px;color:var(--orange);font-weight:900}.outline{margin-top:auto;border:1px solid var(--line);background:transparent;color:var(--ink)}.link-button{margin-top:8px;background:transparent;color:var(--ink);padding:7px}.pricing-note{font-size:12px;color:var(--muted)}.cta{margin:80px auto 0;width:min(1160px,calc(100% - 32px));padding:90px 24px;text-align:center;border-radius:32px;background:var(--orange)}.cta img{width:78px}.cta h2{font-size:clamp(50px,7vw,94px);letter-spacing:-.07em;line-height:.93;margin:24px}.button.light{background:white;color:var(--ink)}footer{padding:55px max(24px,calc((100% - 1160px)/2));display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}footer div{display:flex;justify-content:flex-end;gap:22px;font-size:13px}footer p{grid-column:1/-1;color:var(--muted);font-size:12px}.legal{width:min(760px,calc(100% - 40px));margin:auto;padding:150px 0 100px}.legal h1{font-size:clamp(52px,8vw,86px);letter-spacing:-.07em}.legal h2{margin-top:44px}.legal p,.legal li{color:#4f4c46;line-height:1.75}.reveal{opacity:0;transform:translateY(16px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.plans{grid-template-columns:1fr 1fr}.feature-grid,.steps{grid-template-columns:1fr}.navlinks>a:not(.button){display:none}}@media(max-width:600px){.hero{padding-top:150px;min-height:600px}.hero h1{font-size:64px}.actions{flex-direction:column}.plans{grid-template-columns:1fr}.feature{padding:28px;min-height:550px}.founder>div:first-child{display:block}.founder span{display:block;margin-top:6px}footer{grid-template-columns:1fr}footer div{justify-content:flex-start;flex-wrap:wrap}}
