@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600&family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap";:root{--font-display:"Instrument Serif", Georgia, serif;--font-hero:"Figtree", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--background:#fff;--foreground:#000;--muted:#6f6f6f}@keyframes fade-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-rise{animation:.8s ease-out both fade-rise}.animate-fade-rise-delay{animation:.8s ease-out .2s both fade-rise}.animate-fade-rise-delay-2{animation:.8s ease-out .4s both fade-rise}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{margin:0}#root{width:100%}:root{--serif:"Instrument Serif", Georgia, serif;--sans:"Inter", system-ui, sans-serif;--bg:#fff;--fg:#000;--muted:#6f6f6f;--dim:#00000047;--border:#00000014;--border-h:#0000002e;--spring:cubic-bezier(.32, .72, 0, 1);--out:cubic-bezier(.22, 1, .36, 1)}.app{background:var(--bg);width:100%;min-height:100vh;color:var(--fg);font-family:var(--sans);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6;position:relative;overflow:hidden}.reveal{opacity:0;transition:opacity .95s var(--out), transform .95s var(--out);transform:translateY(28px)}.reveal.in-view{opacity:1;transform:translateY(0)}.hero-img{object-fit:cover;object-position:center bottom;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.nav{z-index:10;transition:padding .5s var(--out);position:fixed;inset:0 0 auto}.nav-inner{max-width:80rem;transition:background .5s var(--out), backdrop-filter .5s var(--out);justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 2rem;display:flex}.nav--scrolled .nav-inner{-webkit-backdrop-filter:blur(20px)saturate(1.4);border-bottom:1px solid var(--border);background:#ffffffb8}.nav--hero:not(.nav--scrolled) .nav-logo,.nav--hero:not(.nav--scrolled) .nav-logo-mark{color:#fff}.nav--hero:not(.nav--scrolled) .nav-link{color:#ffffffb8}.nav--hero:not(.nav--scrolled) .nav-link--active,.nav--hero:not(.nav--scrolled) .nav-link:hover{color:#fff}.nav--hero:not(.nav--scrolled) .nav-cta{color:#000;background:#fff}.nav-logo{font-family:var(--serif);letter-spacing:-.02em;color:#000;-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;font-size:1.875rem;line-height:1;display:inline-flex}.nav-logo-mark{color:#000;align-items:center;display:inline-flex}.nav-logo sup{vertical-align:super;font-size:.4em}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{font-family:var(--sans);color:#6f6f6f;transition:color .3s var(--out);font-size:.875rem;font-weight:400;text-decoration:none}.nav-link--active,.nav-link:hover{color:#000}.nav-cta{color:#fff;font-family:var(--sans);transition:transform .35s var(--spring);background:#000;border-radius:9999px;align-items:center;padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.nav-cta:hover{transform:scale(1.03)}.hero{z-index:1;text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:8rem 1.5rem 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#1478d247 0%,#1478d21a 45%,#0000 100%);height:70%;position:absolute;inset:0 0 auto}.hero-content{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.hero-badge{font-family:var(--font-hero);letter-spacing:.22em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(6px);background:#ffffff29;border:1px solid #ffffff59;border-radius:9999px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.5rem 1.125rem;font-size:.625rem;font-weight:600;display:inline-flex}.badge-dot{background:#fff;border-radius:50%;width:5px;height:5px;animation:2.2s infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero-headline{font-family:var(--font-hero);letter-spacing:-.03em;color:#fff;text-shadow:0 2px 24px #0000002e;max-width:60rem;font-size:3rem;font-weight:600;line-height:1.02}.circled{white-space:nowrap;font-style:italic;display:inline-block;position:relative}.circle-doodle{color:#fff;pointer-events:none;stroke-dasharray:760;stroke-dashoffset:760px;width:118%;height:150%;animation:drawCircle .9s var(--out) .9s forwards;position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)}@keyframes drawCircle{to{stroke-dashoffset:0}}.hero-sub{font-family:var(--font-hero);color:#ffffffeb;text-shadow:0 1px 16px #0000002e;max-width:34rem;margin-top:1.75rem;font-size:1rem;font-weight:400;line-height:1.65}.cta-btn{color:#fff;font-family:var(--font-hero);transition:transform .4s var(--spring);background:#000;border-radius:9999px;justify-content:center;align-items:center;margin-top:2.5rem;padding:1.15rem 3rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 12px 32px -8px #00000059}.cta-btn:hover{transform:scale(1.03)}.hero-tags{font-family:var(--font-hero);letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9;text-shadow:0 1px 12px #0003;margin-top:2rem;font-size:.625rem;font-weight:600}.section-steps,.section-features,.section-waitlist{z-index:10;background:var(--bg);position:relative}.container{max-width:75rem;margin:0 auto;padding:0 2rem}.container--center{text-align:center}.eyebrow{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:1.375rem;font-size:.625rem;font-weight:500}.sec-title{font-family:var(--serif);letter-spacing:-.03em;color:#000;margin-bottom:4.5rem;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:400;line-height:1}.sec-title em{color:#6f6f6f;font-style:italic}.section-steps{border-top:1px solid var(--border)}.step-moment{align-items:center;gap:5rem;max-width:80rem;min-height:88vh;margin:0 auto;padding:6.25rem 5rem;display:flex}.step-moment--flip{flex-direction:row-reverse}.step-text{flex:0 0 42%}.step-kicker{font-family:var(--serif);color:var(--dim);letter-spacing:-.04em;margin-bottom:.875rem;font-size:6rem;font-weight:400;line-height:.88;display:block}.step-headline{font-family:var(--serif);letter-spacing:-.03em;color:#000;text-transform:lowercase;margin-bottom:1.75rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.05}.step-headline em{color:#6f6f6f;font-style:italic}.step-body{font-family:var(--sans);color:#6f6f6f;max-width:24rem;font-size:clamp(.9rem,1.2vw,1rem);font-weight:400;line-height:1.85}.step-visual{flex:1;justify-content:center;align-items:center;display:flex}.wa-mockup{border:1px solid var(--border);background:#fff;border-radius:24px;width:360px;overflow:hidden;box-shadow:0 32px 64px -24px #0000002e,0 2px 8px #0000000a}.wa-header{border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:12px;padding:18px 20px;display:flex}.wa-avatar{color:#fff;background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;line-height:1;display:flex}.wa-info{flex-direction:column;gap:3px;display:flex}.wa-name{color:#000;font-size:14px;font-weight:600;font-family:var(--sans);letter-spacing:-.01em}.wa-online{color:var(--muted);font-size:12px;font-family:var(--sans);align-items:center;gap:6px;display:flex}.wa-online-dot{background:#22c55e;border-radius:50%;width:6px;height:6px}.wa-chat{background:#fafafa;flex-direction:column;gap:10px;min-height:200px;padding:22px 18px 26px;display:flex}.wa-bubble{max-width:86%;font-size:13px;line-height:1.5;font-family:var(--sans);border-radius:16px;padding:11px 14px 24px;position:relative}.wa-bubble--recv{color:#000;border:1px solid var(--border);background:#fff;border-bottom-left-radius:5px;align-self:flex-start}.wa-bubble--sent{color:#fff;background:#000;border-bottom-right-radius:5px;align-self:flex-end}.wa-time{opacity:.5;font-size:10px;position:absolute;bottom:7px;right:12px}.wa-typing{border:1px solid var(--border);background:#fff;border-radius:16px 16px 16px 5px;align-self:flex-start;align-items:center;gap:4px;width:fit-content;padding:12px 16px;display:flex}.wa-typing span{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.4s infinite waType}.wa-typing span:nth-child(2){animation-delay:.2s}.wa-typing span:nth-child(3){animation-delay:.4s}@keyframes waType{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.wa-file-card{border:1px solid var(--border);width:92%;font-family:var(--sans);background:#fff;border-radius:14px;align-self:flex-start;align-items:center;gap:12px;padding:12px 14px;display:flex}.wa-file-ico{background:#f4f4f4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;line-height:1;display:flex}.wa-file-name{color:#000;letter-spacing:-.01em;font-size:13px;font-weight:600}.wa-file-meta{color:var(--muted);letter-spacing:.02em;margin-top:3px;font-size:11px}.gen-mockup{border:1px solid var(--border);background:#fff;border-radius:20px;width:360px;padding:28px;box-shadow:0 40px 80px #0000001a,0 0 0 1px #0000000a}.gen-top{align-items:center;gap:10px;margin-bottom:22px;display:flex}.gen-pulse{background:#000;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.8s infinite dotPulse}.gen-label{color:var(--muted);font-size:13px;font-family:var(--sans)}.gen-thumbs{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:22px;display:grid}.gen-thumb{background:#f4f4f4;border-radius:8px;flex-direction:column;gap:5px;padding:10px 9px;animation:2.2s ease-in-out infinite genShimmer;display:flex}.gen-thumb--cover{grid-column:1/-1}@keyframes genShimmer{0%,to{opacity:.55}50%{opacity:1}}.gen-thumb-bar{background:#00000024;border-radius:3px;width:75%;height:5px}.gen-thumb-bar--title{background:#00000047;width:55%;height:8px}.gen-thumb-bar--sm{width:45%}.gen-footer{align-items:center;gap:12px;display:flex}.gen-bar-wrap{background:var(--border);border-radius:2px;flex:1;height:3px;overflow:hidden}.gen-bar-fill{background:#000;border-radius:2px;height:100%;animation:4s ease-in-out infinite genFill}@keyframes genFill{0%{width:38%}50%{width:82%}to{width:38%}}.gen-pct{color:var(--muted);font-size:12px;font-family:var(--sans);text-align:right;min-width:28px}.section-features{border-top:1px solid var(--border);padding:9.25rem 0}.bento{background:var(--border);border:1px solid var(--border);border-radius:20px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.bento-shell{background:var(--bg);transition:background .4s var(--out)}.bento-core{height:100%;transition:background .4s var(--out);background:#fff;padding:3.25rem 3.5rem}.bento-shell:hover .bento-core{background:#fafafa}.bento-icon{margin-bottom:1.375rem;font-size:30px;line-height:1;display:block}.bento-title{font-family:var(--serif);letter-spacing:-.01em;color:#000;margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.bento-desc{font-family:var(--sans);color:#6f6f6f;max-width:21rem;font-size:.875rem;line-height:1.8}.section-waitlist{border-top:1px solid var(--border);padding:11.25rem 2rem}.waitlist-sub{font-family:var(--sans);color:#6f6f6f;margin-top:-2.75rem;margin-bottom:3.25rem;font-size:1rem;font-weight:400;line-height:1.78}.waitlist-form{justify-content:center;display:flex}.input-shell{border:1px solid var(--border);width:100%;max-width:540px;transition:border-color .4s var(--out);background:#fafafa;border-radius:9999px;align-items:center;gap:6px;padding:6px 6px 6px 26px;display:flex}.input-shell:focus-within{border-color:var(--border-h)}.waitlist-input{color:#000;min-width:0;font-size:15px;font-weight:400;font-family:var(--sans);background:0 0;border:none;outline:none;flex:1}.waitlist-input::placeholder{color:var(--dim)}.waitlist-btn{color:#fff;font-size:.875rem;font-weight:500;font-family:var(--sans);cursor:pointer;white-space:nowrap;transition:transform .35s var(--spring);background:#000;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.875rem 1.75rem;display:inline-flex}.waitlist-btn:hover{transform:scale(1.03)}.waitlist-success{font-family:var(--serif);color:#000;letter-spacing:-.01em;font-size:1.875rem;font-weight:400}.waitlist-success em{color:#6f6f6f;font-style:italic}.footer{z-index:10;background:var(--bg);border-top:1px solid var(--border);padding:2.25rem 2rem 0;position:relative;overflow:hidden}.footer-top{justify-content:space-between;align-items:center;gap:1.25rem;max-width:80rem;margin:0 auto;display:flex}.footer-watermark{font-family:var(--serif);text-align:center;letter-spacing:-.03em;color:#000;opacity:.05;-webkit-user-select:none;user-select:none;white-space:nowrap;margin-top:1.5rem;margin-bottom:-.16em;font-size:22vw;font-weight:400;line-height:.78}.footer-logo{font-family:var(--serif);color:#000;align-items:center;gap:.5rem;font-size:1.375rem;font-weight:400;display:inline-flex}.footer-logo-mark{color:#000;align-items:center;display:inline-flex}.footer-logo sup{vertical-align:super;font-size:.4em}.footer-link{font-family:var(--sans);color:#6f6f6f;letter-spacing:.04em;transition:color .35s var(--out);font-size:.75rem;text-decoration:none}.footer-link:hover{color:#000}.footer-copy{font-family:var(--sans);color:var(--dim);font-size:.75rem}@media (width>=640px){.hero-headline{font-size:4.5rem}.hero-sub{font-size:1.125rem}}@media (width>=768px){.hero-headline{font-size:6rem}}@media (width<=900px){.bento{border-radius:14px;grid-template-columns:1fr}.bento-core{padding:2.5rem 2.25rem}.sec-title{margin-bottom:3rem}}@media (width<=768px){.nav-inner{padding:1rem}.nav-logo{font-size:1.5rem}.nav-links,.hero-sub{display:none}.container{padding:0 1.5rem}.section-features{padding:6rem 0}.section-waitlist{padding:7.5rem 1.5rem}.input-shell{border-radius:20px;flex-direction:column;gap:10px;max-width:100%;padding:16px}.waitlist-input{width:100%;padding:4px 0}.waitlist-btn{justify-content:center;width:100%;padding:16px 24px}.footer{padding:1.75rem 1.5rem 0}.footer-top{text-align:center;flex-direction:column;gap:.75rem}.step-moment{gap:3rem;min-height:auto;padding:4.5rem 1.5rem;flex-direction:column!important}.step-text{flex:none}.step-kicker{font-size:4rem}.wa-mockup{width:100%;max-width:340px}.gen-mockup{width:100%;max-width:360px}}
