.landing-page{--coral:var(--color-studio-burgundy);--coral-light:var(--color-studio-yellow);--coral-bg:var(--color-studio-bg);--warm-white:var(--color-studio-bg);--warm-cream:var(--color-studio-bg-dark);--text-primary:var(--color-studio-dark);--text-secondary:var(--color-brand-muted);--text-muted:var(--color-brand-border);--olive:var(--color-studio-olive);--green:var(--color-studio-olive-hover);--yellow:var(--color-studio-yellow);--blue:var(--color-studio-blue);--burgundy:var(--color-studio-burgundy);--border:rgba(26,23,21,0.08);--serif:var(--font-serif);--sans:var(--font-sans)}.landing-page *{margin:0;padding:0;box-sizing:border-box}.landing-page{scroll-behavior:smooth;font-size:16px;font-family:var(--sans);background:var(--warm-white);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 32px}.landing-page a{color:inherit;text-decoration:none}.landing-page nav{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(253,251,247,.85);border-bottom:1px solid var(--border);transition:all .3s}.landing-page .nav-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:64px}.landing-page .nav-logo{font-family:var(--sans);font-weight:600;font-size:18px;letter-spacing:-.02em;color:var(--text-primary)}.landing-page .nav-logo span{color:var(--coral)}.landing-page .nav-links{display:flex;gap:32px;align-items:center}.landing-page .nav-links a{font-size:14px;color:var(--text-secondary);font-weight:400;transition:color .2s}.landing-page .nav-links a:hover,.landing-page .nav-login{color:var(--text-primary)}.landing-page .nav-login{font-size:13px;font-weight:500;transition:color .2s}.landing-page .nav-login:hover{color:var(--coral)}.landing-page .nav-cta{background:var(--coral);color:white;padding:8px 20px;border-radius:8px;font-size:13px;font-weight:500;transition:all .2s;border:none;cursor:pointer}.landing-page .nav-cta:hover{background:#C04E28;transform:translateY(-1px);box-shadow:0 4px 16px rgba(216,90,48,.25)}.landing-page .hero{padding:140px 0 100px;min-height:100vh;display:flex;align-items:center}.landing-page .hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}.landing-page .hero-eyebrow{font-size:14px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--coral);margin-bottom:16px}.landing-page .hero-headline{font-family:var(--serif);font:700;font-size:clamp(42px,5.5vw,68px);line-height:1.08;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:24px}.landing-page .hero-headline em{font-style:italic;color:var(--coral)}.landing-page .hero-sub{font-size:17px;line-height:1.7;color:var(--text-secondary);max-width:480px;margin-bottom:40px;font-weight:300}.landing-page .hero-input-group{display:flex;gap:10px;max-width:460px}.landing-page .hero-input{flex:1;padding:14px 18px;border:1.5px solid var(--border);border-radius:10px;font-size:14px;font-family:var(--sans);background:white;color:var(--text-primary);transition:border-color .2s;outline:none}.landing-page .hero-input::placeholder{color:var(--text-muted)}.landing-page .hero-input:focus{border-color:var(--coral)}.landing-page .hero-btn{padding:14px 24px;background:var(--coral);color:white;border:none;border-radius:10px;font-size:14px;font-weight:500;font-family:var(--sans);cursor:pointer;white-space:nowrap;transition:all .25s}.landing-page .hero-btn:hover{background:#C04E28;transform:translateY(-1px);box-shadow:0 4px 16px rgba(216,90,48,.25)}.landing-page .hero-hint{margin-top:12px;font-size:13px;color:var(--text-muted)}.landing-page .hero-product{position:relative;border-radius:16px;overflow:hidden;background:var(--warm-cream);border:1px solid var(--border);box-shadow:0 20px 60px rgba(26,23,21,.08),0 1px 3px rgba(26,23,21,.04)}.landing-page .product-tabs{display:flex;border-bottom:1px solid var(--border);padding:0 20px}.landing-page .product-tab{padding:14px 16px;font-size:13px;color:var(--text-muted);cursor:pointer;transition:all .2s;font-weight:400;background:none;border:none;border-bottom:2px solid transparent;font-family:var(--sans)}.landing-page .product-tab.active{color:var(--coral);border-bottom-color:var(--coral);font-weight:500}.landing-page .product-panel{padding:24px;min-height:360px;transform:scale(1);opacity:1;transition:opacity .35s ease,transform .4s cubic-bezier(.22,1,.36,1)}.landing-page .product-panel.hidden{display:none}.landing-page .product-panel.entering{transform:scale(.96);opacity:0}.landing-page .product-panel .content-card,.landing-page .product-panel .dna-dim{opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.landing-page .product-panel.items-visible .content-card,.landing-page .product-panel.items-visible .dna-dim{opacity:1;transform:translateY(0)}.landing-page .product-panel .content-card:first-child,.landing-page .product-panel .dna-dim:first-child{transition-delay:.06s}.landing-page .product-panel .content-card:nth-child(2),.landing-page .product-panel .dna-dim:nth-child(2){transition-delay:.12s}.landing-page .product-panel .content-card:nth-child(3),.landing-page .product-panel .dna-dim:nth-child(3){transition-delay:.18s}.landing-page .product-panel .content-card:nth-child(4),.landing-page .product-panel .dna-dim:nth-child(4){transition-delay:.24s}.landing-page .product-panel .content-card:nth-child(5){transition-delay:.3s}.landing-page .product-panel .content-card:nth-child(6){transition-delay:.36s}.landing-page .dna-grid{grid-template-columns:1fr 1fr;gap:12px}.landing-page .dna-dim{background:white;border-radius:10px;padding:14px 16px;border:1px solid var(--border)}.landing-page .dna-dim-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.landing-page .dna-dim-value{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:8px}.landing-page .dna-bar{height:4px;background:var(--warm-cream);border-radius:2px;overflow:hidden}.landing-page .dna-bar-fill{height:100%;border-radius:2px;transition:width 1.5s ease}.landing-page .content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.landing-page .content-card{background:white;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.landing-page .content-card-img{width:100%;aspect-ratio:1;object-fit:cover;background:linear-gradient(135deg,var(--coral-bg),var(--warm-cream));display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--coral-light)}.landing-page .content-card-meta{padding:10px 12px}.landing-page .content-card-channel{font-size:10px;color:var(--coral);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.landing-page .content-card-title{font-size:12px;color:var(--text-secondary);margin-top:4px;line-height:1.4}.landing-page .trust-strip{padding:32px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--warm-white);overflow:hidden}.landing-page .trust-strip-inner{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;text-align:center}.landing-page .trust-strip-quote{font-family:var(--serif);font-size:18px;font-style:italic;color:var(--text-primary);line-height:1.5}.landing-page .trust-strip-source{font-size:13px;color:var(--text-muted);font-weight:400;white-space:nowrap}.landing-page .trust-strip-divider{width:4px;height:4px;border-radius:50%;background:var(--coral-light);flex-shrink:0}.landing-page .integrations-strip{padding:20px 0;background:var(--burgundy);text-align:center}.landing-page .integrations-strip p{font-size:14px;color:rgba(255,255,255,.7);margin:0}.landing-page .integrations-strip a{color:var(--coral-light);text-decoration:none;font-weight:500;transition:opacity .2s}.landing-page .integrations-strip a:hover{opacity:.8}.landing-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}@media (max-width:900px){.landing-page .testimonials-grid{grid-template-columns:1fr}}.landing-page .testimonial-card{background:white;border-radius:16px;padding:28px 24px;border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;transition:all .3s}.landing-page .testimonial-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(26,23,21,.06)}.landing-page .testimonial-tag{display:inline-block;padding:3px 10px;border-radius:6px;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;align-self:flex-start}.landing-page .testimonial-tag.roi{background:var(--olive);color:var(--green)}.landing-page .testimonial-tag.quality{background:var(--burgundy);color:#F5C4B3}.landing-page .testimonial-tag.intelligence{background:#15254f;color:var(--blue)}@media (prefers-color-scheme:dark){.landing-page .testimonial-tag.roi{background:var(--olive);color:var(--green)}.landing-page .testimonial-tag.quality{background:var(--burgundy);color:#F5C4B3}.landing-page .testimonial-tag.intelligence{background:#15254f;color:var(--blue)}}.landing-page .testimonial-text{font-family:var(--sans);font-size:15px;line-height:1.6;font-style:italic;color:var(--text-primary);margin-bottom:20px;flex:1}.landing-page .testimonial-source{display:flex;align-items:center;gap:12px}.landing-page .testimonial-avatar{width:36px;height:36px;border-radius:10px;background:var(--warm-cream);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text-muted)}.landing-page .testimonial-name{font-size:13px;font-weight:500;color:var(--text-primary)}.landing-page .testimonial-role{font-size:12px;color:var(--text-muted);margin-top:1px}.landing-page .problem{padding:120px 0;background:var(--warm-cream)}.landing-page .problem .section-desc,.landing-page .problem .section-title{max-width:none}.landing-page .solution{padding:120px 0}.landing-page .solution .section-desc{margin-bottom:20px}.landing-page .solution-centered{text-align:center;max-width:900px;margin:0 auto}.landing-page .solution-centered .section-title{text-align:center}.landing-page .solution-centered .section-desc{text-align:center;margin-left:auto;margin-right:auto}.landing-page .solution-nodes{display:flex;justify-content:center;gap:24px;margin-top:48px}.landing-page .solution-node{flex-shrink:0}.landing-page .solution-node-inner{width:148px;height:148px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.landing-page .solution-node.l1 .solution-node-inner{background:var(--olive);color:#fff}.landing-page .solution-node.l2 .solution-node-inner{background:var(--green);color:var(--olive)}.landing-page .solution-node.l3 .solution-node-inner{background:var(--yellow);color:#5C5434}.landing-page .solution-node.l4 .solution-node-inner{background:var(--blue);color:#15254f}.landing-page .solution-node-layer{font-size:11px;font-weight:600;letter-spacing:.04em;line-height:1.3;white-space:nowrap}.landing-page .solution-node-desc{font-size:10px;font-weight:300;line-height:1.4;margin-top:4px;opacity:.85}@media (max-width:768px){.landing-page .solution-nodes{flex-wrap:wrap;gap:16px}.landing-page .solution-node-inner{width:120px;height:120px}.landing-page .solution-node-layer{font-size:10px}.landing-page .solution-node-desc{font-size:9px}}.landing-page .compare{padding:120px 0;background:var(--warm-cream)}.landing-page .section-label{font-size:12px;font-weight:500;color:var(--coral);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.landing-page .section-title{font-family:var(--serif);font-size:clamp(32px,4vw,48px);line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}.landing-page .section-desc{font-size:16px;line-height:1.7;color:var(--text-secondary);max-width:560px;margin-bottom:56px;font-weight:300}.landing-page .problem .section-desc{margin-bottom:20px}.landing-page .problem .section-desc:last-child{margin-bottom:0}.landing-page .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.landing-page .compare-col{border-radius:16px;overflow:hidden;border:1px solid var(--border)}.landing-page .compare-col-header{padding:16px 24px;font-size:13px;font-weight:500;border-bottom:1px solid var(--border)}.landing-page .compare-col.generic .compare-col-header{background:#f0eeea;color:var(--text-muted)}.landing-page .compare-col.daybrew .compare-col-header{background:var(--coral-bg);color:var(--coral)}.landing-page .compare-col-body{padding:20px;background:white}.landing-page .compare-item{background:var(--warm-cream);border-radius:10px;padding:16px;margin-bottom:12px;min-height:80px}.landing-page .compare-item:last-child{margin-bottom:0}.landing-page .compare-item-channel{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.landing-page .compare-col.generic .compare-item-channel{color:var(--text-muted)}.landing-page .compare-col.daybrew .compare-item-channel{color:var(--coral)}.landing-page .compare-item-text{font-size:13px;line-height:1.5;color:var(--text-secondary)}.landing-page .compare-item-text-grey{font-size:13px;line-height:1.5;color:var(--text-muted)}.landing-page .compare-col.generic .compare-item{background:#f7f5f2;border:1px dashed rgba(0,0,0,.06)}.landing-page .compare-col.daybrew .compare-item{background:var(--coral-bg);border:1px solid rgba(216,90,48,.1)}.landing-page .compare-color-strip{display:flex;gap:4px;margin-top:8px}.landing-page .compare-color-dot{width:16px;height:16px;border-radius:4px}.landing-page .how{padding:120px 0}.landing-page .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.landing-page .step-card{background:var(--warm-white);border-radius:16px;padding:32px 28px;border:1px solid var(--border);transition:all .3s}.landing-page .step-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(26,23,21,.06)}.landing-page .step-num{width:36px;height:36px;border-radius:50%;color:var(--coral);background:#88573c26;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin-bottom:20px}.landing-page .step-title{font-family:var(--serif);font-size:22px;margin-bottom:12px;line-height:1.25}.landing-page .step-desc{font-size:14px;line-height:1.7;color:var(--text-secondary);font-weight:300}.landing-page .step-visual{margin-top:20px;background:white;border-radius:10px;border:1px solid var(--border);padding:16px;min-height:120px}.landing-page .step-visual-label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.landing-page .mini-bars{display:flex;gap:6px;align-items:flex-end;height:50px}.landing-page .mini-bar{flex:1;border-radius:3px 3px 0 0;transition:height 1s ease}.landing-page .dna-arch{padding:120px 0;background:var(--warm-cream)}.landing-page .dna-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:56px}.landing-page .dna-card{background:var(--warm-cream);border-radius:16px;padding:32px 28px;border:1px solid var(--border);transition:all .3s}.landing-page .dna-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(26,23,21,.06)}.landing-page .dna-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.landing-page .dna-card-header-text{display:flex;flex-direction:column}.landing-page .dna-layer-badge{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.landing-page .dna-l1{background:var(--olive);color:white}.landing-page .dna-l2{background:var(--green);color:var(--olive)}.landing-page .dna-l3{background:var(--yellow);color:#6b5a10}.landing-page .dna-l4{background:var(--blue);color:white}.landing-page .dna-card-title{font-family:var(--serif);font-size:22px;line-height:1.25;color:var(--text-primary)}.landing-page .dna-card-diagram{margin-bottom:20px;height:340px;display:flex;flex-direction:column;justify-content:center}.landing-page .dna-diagram-placeholder{background:white;border-radius:10px;border:1px solid var(--border);min-height:180px;display:flex;align-items:center;justify-content:center}.landing-page .dna-card:first-child .dna-card-diagram{margin-left:-12px;margin-right:-12px}.landing-page .dna-placeholder-icon{color:var(--text-muted);opacity:.35}.landing-page .dna-card-text{font-size:14px;line-height:1.7;color:var(--text-secondary);font-weight:300}@media (max-width:768px){.landing-page .dna-grid{grid-template-columns:1fr}.landing-page .dna-arch{padding:80px 0}}.landing-page .infra{padding:120px 0;background:var(--burgundy);color:var(--warm-white);position:relative;overflow:hidden}.landing-page .infra .section-label{color:var(--coral-light)}.landing-page .infra .section-title{color:var(--warm-white)}.landing-page .infra .section-desc{color:rgba(255,255,255,.55)}.landing-page .hub-visual{position:relative;max-width:700px;margin:0 auto;padding:20px 0}.landing-page .hub-center{width:140px;height:140px;border-radius:24px;background:var(--warm-cream);color:var(--burgundy);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;position:relative;z-index:2;font-size:13px;font-weight:500;text-align:center;line-height:1.3;box-shadow:0 0 60px rgba(216,90,48,.3)}.landing-page .hub-center-icon{font-size:24px;margin-bottom:6px;font-family:var(--serif);font-style:italic}.landing-page .hub-nodes{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:40px}.landing-page .hub-node{padding:10px 18px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-size:13px;color:rgba(255,255,255,.6);transition:all .25s}.landing-page .hub-node:hover{background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.2)}.landing-page .marquee-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);margin:12px 0}.landing-page .marquee-track{display:flex;width:max-content;gap:20px;will-change:transform}.landing-page .marquee-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 24px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);flex-shrink:0;min-width:120px;transition:background .25s,border-color .25s}.landing-page .marquee-item:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}.landing-page .marquee-cat{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.3)}.landing-page .marquee-name{font-size:14px;font-weight:500;color:rgba(255,255,255,.7)}.landing-page .marquee-logo{max-height:22px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.7}.landing-page .hub-lines{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.landing-page .proof{padding:120px 0}.landing-page .proof.testimonials{background:var(--warm-cream)}.landing-page .founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:56px}.landing-page .founder-card{padding:32px;border-radius:16px;background:var(--warm-cream);border:1px solid var(--border)}.landing-page .founder-quote{font-family:var(--serif);font-size:18px;line-height:1.6;font-style:italic;color:var(--text-primary);margin-bottom:20px}.landing-page .founder-name{font-size:14px;font-weight:500}.landing-page .founder-role{font-size:13px;color:var(--text-muted);margin-top:2px}.landing-page .built-by{margin-top:64px;text-align:center;padding:40px;border-radius:16px;background:var(--coral-bg);border:1px solid rgba(216,90,48,.1)}.landing-page .built-by-title{font-family:var(--serif);font-size:22px;margin-bottom:12px}.landing-page .built-by-desc{font-size:14px;color:var(--text-secondary);line-height:1.7;max-width:600px;margin:0 auto;font-weight:300}.landing-page .pricing{padding:0 0 120px;background:var(--warm-cream)}.landing-page .pricing-hero{padding:180px 0 80px;text-align:center}.landing-page .pricing-hero-title{font-family:var(--serif);font-size:clamp(40px,5.5vw,64px);font-weight:400;font-style:italic;line-height:1.15;letter-spacing:-.02em;color:var(--text-primary);max-width:700px;margin:0 auto}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:56px}.landing-page .price-card{background:white;border-radius:16px;padding:32px 28px;border:1px solid var(--border);transition:all .3s;position:relative}.landing-page .price-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(26,23,21,.06)}.landing-page .price-card.featured{border-color:var(--coral);position:relative;box-shadow:0 8px 32px rgba(216,90,48,.1)}.landing-page .price-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--coral);color:white;padding:4px 14px;border-radius:20px;font-size:11px;font-weight:500}.landing-page .price-name{font-size:14px;font-weight:500;color:var(--text-muted);margin-bottom:8px}.landing-page .price-amount{font-family:var(--serif);font-size:42px;line-height:1;margin-bottom:4px}.landing-page .price-amount span{font-size:16px;color:var(--text-muted);font-family:var(--sans)}.landing-page .price-period{font-size:13px;color:var(--text-muted);margin-bottom:24px}.landing-page .price-features-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:8px;margin-top:4px}.landing-page .price-features-label.bonus{color:var(--coral);margin-top:12px}.landing-page .price-features{list-style:none;margin-bottom:0}.landing-page .price-features:last-of-type{margin-bottom:28px}.landing-page .price-features li{font-size:13px;color:var(--text-secondary);padding:4px 0;border-bottom:1px solid var(--border);line-height:1.4}.landing-page .price-features li:last-child{border-bottom:none}.landing-page .price-features li:before{content:"\2713";color:var(--coral);margin-right:8px;font-weight:600}.landing-page .price-btn{width:100%;padding:12px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s;font-family:var(--sans);border:none}.landing-page .price-btn.primary{background:var(--coral);color:white}.landing-page .price-btn.primary:hover{background:#C04E28}.landing-page .price-btn.secondary{background:var(--warm-cream);color:var(--text-primary);border:1px solid var(--border)}.landing-page .price-btn.secondary:hover{background:var(--border)}.landing-page .price-card-tag{font-size:10px;font-weight:500;padding:2px 10px;border-radius:12px;display:inline-block;background:var(--warm-white);color:var(--text-muted);margin-bottom:6px}.landing-page .price-card-desc{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-bottom:14px}.landing-page .price-card-note{font-size:11px;color:var(--text-muted);text-align:center;margin-top:8px}.landing-page .price-strikethrough{font-size:12px;color:var(--text-muted);text-decoration:line-through;margin:2px 0 14px}.landing-page .price-amount .price-original{font-family:var(--serif);font-size:24px;color:var(--text-muted);text-decoration:line-through}.landing-page .billing-toggle{margin:20px 0 16px;display:flex;justify-content:center}.landing-page .billing-pill{display:inline-flex;border-radius:10px;background:var(--warm-cream);padding:3px}.landing-page .billing-pill-btn{position:relative;z-index:1;padding:8px 20px;border:none;border-radius:8px;background:transparent;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .2s;white-space:nowrap;outline:none;-webkit-tap-highlight-color:transparent}.landing-page .billing-pill-btn:focus-visible{box-shadow:0 0 0 2px var(--coral)}.landing-page .billing-pill-btn.active{color:var(--text-primary);background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08)}.landing-page .billing-save-tag{display:inline-block;font-size:10px;font-weight:600;color:var(--coral);background:rgba(216,90,48,.1);padding:2px 6px;border-radius:6px;margin-left:6px;vertical-align:middle}.landing-page .billing-price-display{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:4px}.landing-page .billing-display-strikethrough{font-family:var(--serif);font-size:32px;color:var(--text-muted);text-decoration:line-through;opacity:.45}.landing-page .billing-display-amount{font-family:var(--serif);font-size:48px;line-height:1;font-weight:400}.landing-page .billing-display-period{font-size:16px;color:var(--text-muted)}.landing-page .billing-display-billed{font-size:13px;color:var(--text-muted);text-align:center;margin-bottom:4px}.landing-page .billing-lock-note{font-size:12px;color:var(--coral);margin-bottom:16px;line-height:1.4}.landing-page .spots-bar{margin-bottom:14px}.landing-page .spots-bar-header{display:flex;justify-content:space-between;font-size:11px;color:var(--text-secondary);margin-bottom:3px}.landing-page .spots-bar-track{height:4px;background:var(--warm-white);border-radius:2px;overflow:hidden}.landing-page .spots-bar-fill{height:100%;border-radius:2px;background:var(--yellow)}.landing-page .spots-bar-note{font-size:11px;color:var(--text-muted);margin-top:3px}.landing-page .pricing-tiers{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:56px}.landing-page .tier-card{border-radius:16px;padding:36px 32px;display:flex;flex-direction:column}.landing-page .tier-brain{background:white;border:1.5px solid #1a1715;box-shadow:0 8px 32px rgba(26,23,21,.08)}.landing-page .tier-os{background:#1a1715;color:#f5f0eb}.landing-page .tier-header{margin-bottom:24px}.landing-page .tier-name{font-family:var(--serif);font-size:24px;line-height:1.2;margin-bottom:6px}.landing-page .tier-tagline{font-size:13px;color:var(--text-muted);margin:0}.landing-page .tier-os .tier-tagline{color:#a09890}.landing-page .tier-price{display:flex;align-items:baseline;gap:4px;margin-bottom:28px}.landing-page .tier-price-amount{font-family:var(--serif);font-size:48px;line-height:1;color:var(--yellow)}.landing-page .tier-price-period{font-size:16px;color:var(--text-muted)}.landing-page .tier-features{list-style:none;margin:0;padding:0}.landing-page .tier-features li{font-size:13px;color:var(--text-secondary);padding:8px 0;border-bottom:1px solid var(--border);line-height:1.5}.landing-page .tier-features li:last-child{border-bottom:none}.landing-page .tier-features li:before{content:"\2713";color:var(--coral);margin-right:8px;font-weight:600}.landing-page .tier-os-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#a09890;margin-bottom:16px}.landing-page .tier-os-features{display:flex;flex-direction:column;gap:20px;flex:1}.landing-page .tier-os-feature-title{font-size:14px;font-weight:500;color:#f5f0eb;margin-bottom:4px}.landing-page .tier-os-feature p{font-size:13px;color:#a09890;line-height:1.5;margin:0}.landing-page .tier-os-note{font-size:12px;color:#706860;margin-top:auto;padding-top:24px}.landing-page .founding-block{margin-top:16px;padding:48px 40px;border-radius:16px;background:var(--burgundy);border:none;text-align:center;color:#f5f0eb}.landing-page .founding-inner{max-width:480px;margin:0 auto}.landing-page .founding-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(245,240,235,.5);margin-bottom:16px}.landing-page .founding-headline{font-family:var(--serif);font-size:22px;line-height:1.4;margin-bottom:16px;font-weight:400;max-width:480px;margin-left:auto;margin-right:auto}.landing-page .founding-body p{font-size:13px;color:rgba(245,240,235,.65);line-height:1.7;margin:0 0 8px}.landing-page .founding-block .spots-bar{margin:24px 0}.landing-page .founding-block .spots-bar-header{color:rgba(245,240,235,.5)}.landing-page .founding-block .spots-bar-track{background:rgba(245,240,235,.15)}.landing-page .founding-block .spots-bar-fill{background:#f5f0eb}.landing-page .founding-block .price-btn{max-width:320px;background:#f5f0eb;color:var(--burgundy)}.landing-page .founding-block .price-btn:hover{background:#fff}.landing-page .guarantee{text-align:center;margin:28px 0 0;padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-page .guarantee h2{font-family:var(--serif);font-size:24px;margin-bottom:8px}.landing-page .guarantee p{font-size:12px;color:var(--text-secondary);line-height:1.5;margin:0}.landing-page .pricing-faq{max-width:680px;margin:64px auto 0}.landing-page .pricing-faq h3{font-family:var(--serif);font-size:24px;margin-bottom:24px}.landing-page .pricing-faq-q{font-size:14px;font-weight:500}.landing-page .pricing-faq-toggle{font-size:18px;color:var(--text-muted);min-width:20px;text-align:right}.landing-page .pricing-faq-a{font-size:13px;color:var(--text-secondary);line-height:1.7;padding-bottom:8px}.landing-page .dna-card-subtitle{font-size:13px;color:var(--text-muted);font-weight:400;margin-top:2px}.landing-page .final-cta{padding:100px 0;text-align:center}.landing-page .final-headline{font-family:var(--serif);font-size:clamp(36px,4.5vw,56px);line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.landing-page .final-sub{font-size:16px;color:var(--text-secondary);margin-bottom:40px;font-weight:300}.landing-page .final-input-group{display:flex;gap:10px;max-width:480px;margin:0 auto}.landing-page footer{padding:40px 0;border-top:1px solid var(--border);text-align:center}.landing-page footer p{font-size:13px;color:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-page .animate{opacity:0;transform:translateY(24px);transition:all .7s cubic-bezier(.22,1,.36,1)}.landing-page .animate.visible{opacity:1;transform:translateY(0)}.landing-page .hero-headline{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .1s both}.landing-page .hero-sub{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .25s both}.landing-page .hero-input-group{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .4s both}.landing-page .hero-hint{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .5s both}.landing-page .hero-product{animation:fadeUp .9s cubic-bezier(.22,1,.36,1) .5s both}@media (max-width:900px){.landing-page .hero-grid{gap:40px}.landing-page .compare-grid,.landing-page .founders-grid,.landing-page .hero-grid,.landing-page .pricing-grid,.landing-page .steps-grid{grid-template-columns:1fr}.landing-page .nav-links{display:none}.landing-page .hero{padding:120px 0 60px;min-height:auto}.landing-page .hero-input-group{flex-direction:column}.landing-page .final-input-group{flex-direction:column;padding:0 20px}.landing-page .infra .animate[style*="grid-template-columns:repeat(3"]{grid-template-columns:1fr!important}}