.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);--nav-glass-bg:rgba(253,251,247,0.85);--glass-vibrancy-bg:rgba(253,251,247,0.55);--glass-vibrancy-border:rgba(255,255,255,0.55);--glass-vibrancy-demo-bg:rgba(253,251,247,0.58);--serif:var(--font-playfair),"Noto Serif SC","Songti SC","SimSun","Times New Roman",serif;--sans:var(--font-inter),system-ui,sans-serif;--landing-section-headline-size:clamp(32px,5.5vw,50px);--landing-display-label-size:clamp(32px,5.5vw,70px);--landing-centered-copy-max:900px;--cta-outer-spacing:150px;--page-gutter:clamp(20px,12.8vw,210px);--hero-gutter:clamp(20px,6vw,150px)}.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:clip}.landing-page .container{max-width:1640px;margin:0 auto;padding:0 var(--page-gutter)}.landing-page a{color:inherit;text-decoration:none}.landing-page .hero{position:relative;overflow:hidden;padding:180px 0 100px;aspect-ratio:3/2}.landing-page .hero:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(https://jxqdoonzlkmwglvmkbyh.supabase.co/storage/v1/object/public/public-assets/hero.webp);background-size:cover;background-position:center 80px;background-repeat:no-repeat;animation:hero-bg-reveal 1.4s cubic-bezier(.22,1,.36,1) 1.2s both}@media (max-width:700px){.landing-page .hero:before{background-image:url(https://jxqdoonzlkmwglvmkbyh.supabase.co/storage/v1/object/public/public-assets/hero-portrait.jpg);background-position:center 18%}}.landing-page .hero>.container{position:relative;z-index:1}.landing-page .hero .container{max-width:1640px;padding:0 var(--hero-gutter)}.landing-page .hero-stack{text-align:center}.landing-page .hero-copy,.landing-page .hero-stack{display:flex;flex-direction:column;align-items:center}.landing-page .hero-media{width:100%;max-width:800px;margin-top:64px}.landing-page .demo-section{padding:160px 0 0}.landing-page .demo-section .hero-media{margin:0 auto}.landing-page .process-sticky{padding:140px 0;background-image:url(https://jxqdoonzlkmwglvmkbyh.supabase.co/storage/v1/object/public/public-assets/bg2.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.landing-page .process-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.94fr);align-items:center;gap:56px}.landing-page .process-text{position:relative}.landing-page .process-demo-col{position:relative;z-index:1}.landing-page .process-demo{position:relative;height:540px;overflow:visible;transform:scale(1.2);transform-origin:right center}.landing-page .process-demo-placeholder{height:540px}.landing-page .process-demo-scene{position:absolute;inset:0}.landing-page .process-list{position:relative;z-index:1;display:flex;flex-direction:column;gap:45px}.landing-page .process-item{display:flex;flex-direction:column;opacity:.3;cursor:pointer;transition:opacity .4s}.landing-page .process-item:not(.active):hover{opacity:.55}.landing-page .process-item.active{opacity:1}.landing-page .process-item-label{font-family:var(--serif);font-size:var(--landing-display-label-size);line-height:.85;font-weight:600;letter-spacing:-.005em;color:var(--text-primary)}.landing-page .process-item-desc{font-family:var(--sans);font-size:20px;line-height:1.3334133333;letter-spacing:.009em;font-weight:400;color:#78766F;max-width:480px;max-height:0;margin-top:0;opacity:0;overflow:hidden;transition:max-height .45s ease,opacity .4s ease,margin-top .45s ease}.landing-page .process-item.active .process-item-desc{max-height:160px;margin-top:20px;opacity:1}.landing-page .process-current-desc{font-family:var(--sans);font-size:18px;line-height:1.5;color:var(--text-secondary);margin-top:24px;max-width:460px}@media (max-width:768px){.landing-page .process-layout{grid-template-columns:1fr;gap:28px}.landing-page .process-demo{height:380px;transform:none}}.landing-page .process-mobile,.landing-page .process-mobile-slide{display:flex;flex-direction:column}.landing-page .process-mobile-slide .process-item-label{opacity:1;font-size:30px}.landing-page .process-mobile-desc{font-family:var(--sans);font-size:17px;line-height:1.4;letter-spacing:.009em;font-weight:400;color:#78766f;margin-top:16px;min-height:72px}.landing-page .process-mobile-demo-col{position:relative;margin-top:20px;width:100%;height:calc(var(--proc-stage-h, 540px) * var(--proc-scale, .6));overflow:hidden}.landing-page .process-mobile .process-demo{position:absolute;top:0;left:50%;width:492px;height:var(--proc-stage-h,540px);transform:translateX(-50%) scale(var(--proc-scale,.6));transform-origin:top center}.landing-page .process-dots{display:flex;justify-content:center;gap:8px;margin-top:28px}.landing-page .process-dot{width:8px;height:8px;padding:0;border:none;border-radius:9999px;background:rgba(120,118,111,.28);cursor:pointer;transition:width .3s ease,background .3s ease}.landing-page .process-dot:hover{background:rgba(120,118,111,.45)}.landing-page .process-dot.active{width:26px;background:rgba(120,118,111,.6)}@keyframes hero-text-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-bg-reveal{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.landing-page .hero-eyebrow,.landing-page .hero-headline,.landing-page .hero-input-group,.landing-page .hero-sub{animation:hero-text-fade-up .6s cubic-bezier(.22,1,.36,1) both}.landing-page .hero-eyebrow{animation-delay:.1s}.landing-page .hero-headline{animation-delay:.25s}.landing-page .hero-sub{animation-delay:.55s}.landing-page .hero-input-group{animation-delay:.8s}@media (prefers-reduced-motion:reduce){.landing-page .hero-eyebrow,.landing-page .hero-headline,.landing-page .hero-input-group,.landing-page .hero-sub,.landing-page .hero:before{animation:none}}.landing-brain-card{cursor:inherit}.landing-brain-card>article{transition:box-shadow .22s ease-out}.landing-brain-card:hover>article{box-shadow:0 18px 36px rgba(26,23,21,.14),0 4px 10px rgba(26,23,21,.06)!important}.landing-page .hero-eyebrow{font-size:clamp(14px,3.4vw,26px);line-height:1;font-weight:700;letter-spacing:.007em;margin:0 0 44px}.landing-page .hero-eyebrow,.landing-page .hero-headline{color:var(--text-primary);text-box-trim:trim-both;text-box-edge:cap alphabetic}.landing-page .hero-headline{font-family:var(--serif);font-weight:500;font-size:clamp(40px,6.75vw,109px);line-height:.8;letter-spacing:-.015em;word-spacing:-.05em;margin:0 0 72px}.landing-page .hero-headline em{font-style:normal;color:var(--text-primary)}.landing-page .hero-sub{font-size:22px;line-height:1.45;letter-spacing:.009em;color:var(--text-secondary);max-width:890px;font-weight:400;margin:0 auto 50px}.landing-page .hero-input-group{display:flex;justify-content:center;gap:10px;margin:0 auto}.landing-page .hero-input{flex:1;padding:14px 18px;border:1.5px solid var(--border);border-radius:10px;font-size:16px;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:8px 20px;background:var(--coral);color:white;border:1.5px solid var(--coral);border-radius:9999px;font-size:16px;font-weight:600;font-family:var(--sans);cursor:pointer;white-space:nowrap;transform:scale(1);transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.landing-page .hero-btn:hover{transform:scale(1.02)}.landing-page .hero-hint{margin-top:12px;font-size:13px;color:var(--text-muted)}.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(--sans);font-size:16px;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:16px;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-editorial{background:var(--warm-white)}.landing-page .testimonials-editorial .section-label{margin-bottom:0;text-align:right}.landing-page .testimonials-editorial-layout{margin-top:32px}.landing-page .testimonials-editorial-list{width:100%}.landing-page .testimonials-editorial-item{display:grid;grid-template-columns:max-content minmax(0,620px);grid-template-rows:auto auto;justify-content:space-between;column-gap:48px;row-gap:20px;align-items:center;margin:0;padding:40px 0}.landing-page .testimonials-editorial-item:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--coral) 14%,transparent)}.landing-page .testimonials-editorial-tag{grid-column:1;grid-row:1;justify-self:start;align-self:center;margin:0;font-family:var(--serif);font-size:var(--landing-display-label-size);line-height:.85;font-weight:600;letter-spacing:-.005em;color:var(--text-primary)}.landing-page .testimonials-editorial-tag-line{display:block;white-space:nowrap}.landing-page .testimonials-editorial-quote{grid-column:2;grid-row:1;justify-self:end;align-self:center;margin:0;max-width:100%;text-align:right;font-family:var(--serif);font-size:clamp(20px,2.35vw,30px);font-weight:600;line-height:1.22;letter-spacing:-.015em;color:var(--text-primary)}.landing-page .testimonials-editorial-caption{grid-column:2;grid-row:2;display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-family:var(--sans)}.landing-page .testimonials-editorial-name{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary)}.landing-page .testimonials-editorial-role{font-size:13px;font-weight:400;letter-spacing:.009em;color:var(--text-muted)}@media (max-width:900px){.landing-page .testimonials-editorial-item{grid-template-columns:1fr;row-gap:16px}.landing-page .testimonials-editorial-tag{grid-column:1;grid-row:1}.landing-page .testimonials-editorial-quote{grid-column:1;grid-row:2;justify-self:stretch;text-align:left}.landing-page .testimonials-editorial-caption{grid-column:1;grid-row:3}}@media (max-width:768px){.landing-page .testimonials-editorial .section-label,.landing-page .testimonials-editorial-quote{text-align:left}.landing-page .testimonials-editorial-caption{align-items:flex-start}.landing-page .testimonials-editorial-item{padding:32px 0}}.landing-page .problem{padding:200px 0;background:var(--warm-cream)}.landing-page .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;text-align:left}.landing-page .problem .section-desc,.landing-page .problem .section-title{max-width:none}.landing-page .problem-body .section-desc:last-child{margin-bottom:0}@media (max-width:900px){.landing-page .problem-grid{grid-template-columns:1fr;gap:40px}}.landing-page .idea{padding:180px 0;text-align:center}.landing-page .idea-eyebrow{font-family:var(--sans);font-size:16px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:40px}.landing-page .idea-lead{font-family:var(--serif);font-size:clamp(40px,5.5vw,50px);line-height:.85;font-weight:600;letter-spacing:-.005em;color:var(--text-primary);max-width:1100px;margin:0 auto 56px}.landing-page .idea-body{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.landing-page .idea-body p{font-family:var(--serif);font-size:clamp(40px,5.5vw,50px);line-height:.85;font-weight:600;letter-spacing:-.005em;color:var(--text-primary)}.landing-page .solution{padding:120px 0}.landing-page .solution .section-desc{margin-bottom:20px}.landing-page .solution-centered{text-align:center;max-width:700px;margin:0 auto}.landing-page .solution-icon{display:block;width:80px;height:auto;margin:0 auto 48px}.landing-page .solution-statement{font-family:var(--serif);font-size:clamp(28px,3.5vw,60px);line-height:1;font-weight:700;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:40px}.landing-page .solution-statement:last-child{margin-bottom:0}.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:13px;font-weight:600;letter-spacing:.04em;line-height:1.3;white-space:nowrap}.landing-page .solution-node-desc{font-size:13px;font-weight:400;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-desc,.landing-page .solution-node-layer{font-size:13px}}.landing-page .compare{padding:120px 0;background:var(--warm-cream)}.landing-page .section-label{display:none;font-size:13px;font-weight:600;color:var(--coral);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.landing-page .section-title{margin-bottom:40px}.landing-page .comparison-table-wrap .section-title,.landing-page .problem .section-title,.landing-page .section-title{font-family:var(--serif);font-weight:600;font-size:var(--landing-section-headline-size);line-height:.85;letter-spacing:-.005em}.landing-page .section-desc{font-size:20px;line-height:1.3334133333;letter-spacing:.009em;color:#78766F;max-width:600px;margin-bottom:48px;font-weight:400}.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:13px;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:white;border-radius:18px;padding:32px;box-shadow:0 1px 2px rgba(26,23,21,.04),0 10px 30px rgba(26,23,21,.06);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:16px;font-weight:600;margin-bottom:20px}.landing-page .step-title{font-family:var(--serif);font-size:24px;margin-bottom:12px;line-height:1.25}.landing-page .step-desc{font-size:16px;line-height:1.5;color:var(--text-secondary);font-weight:400}.landing-page .step-visual{margin-top:20px;background:var(--warm-cream);border-radius:14px;padding:20px;min-height:120px}.landing-page .step-visual-label{font-size:13px;color:var(--coral);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:16px;font-weight:600;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:24px;line-height:1.25;color:var(--text-primary)}.landing-page .dna-card-diagram{margin-bottom:20px;height:340px}.landing-page .dna-card-diagram,.landing-page .dna-diagram-frame{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.landing-page .dna-diagram-frame{height:100%;min-height:0}.landing-page .dna-diagram-svg-slot{flex:1;width:100%;min-height:0;display:grid;place-items:center}.landing-page .dna-diagram-svg{width:100%;height:100%;display:block}.landing-page .dna-diagram-legend{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:8px;flex-shrink:0}.landing-page .dna-diagram-legend--funnel{gap:20px}.landing-page .dna-diagram-placeholder{width:100%;height:340px;background:rgba(255,255,255,.4);border-radius:10px;border:1px solid var(--border)}.landing-page .dna-placeholder-icon{color:var(--text-muted);opacity:.35}.landing-page .dna-card-text{font-size:16px;line-height:1.5;color:var(--text-secondary);font-weight:400}@media (max-width:768px){.landing-page .dna-grid{grid-template-columns:1fr}.landing-page .dna-card{padding:28px 20px}.landing-page .dna-diagram-legend{gap:10px 14px}.landing-page .dna-diagram-legend--funnel{gap:10px 18px}.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)}.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:13px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.3)}.landing-page .marquee-name{font-size:16px;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:18px;background:white;box-shadow:0 1px 2px rgba(26,23,21,.04),0 10px 30px rgba(26,23,21,.06)}.landing-page .founder-quote{font-family:var(--sans);font-size:16px;line-height:1.6;color:var(--text-primary);margin-bottom:20px}.landing-page .founder-name{font-size:16px;font-weight:500}.landing-page .founder-role{font-size:13px;color:var(--text-muted);margin-top:2px}.landing-page .product-video{padding:100px 0;background:var(--warm-cream)}.landing-page .product-video-frame{display:block;width:100%;margin:0 auto;border-radius:16px;background:var(--text-primary);box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),0 16px 48px rgba(26,23,21,.1)}.landing-page .comparison{padding:100px 0}.landing-page .comparison-table-wrap{position:relative;width:100%;margin:0;padding:56px 36px;border-radius:16px;overflow:hidden;isolation:isolate;background:rgba(255,255,255,.22);border:.5px solid rgba(255,255,255,.58);box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),0 16px 48px rgba(26,23,21,.1),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -.5px 0 rgba(255,255,255,.12)}.landing-page .comparison-table-wrap:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.45),rgba(255,255,255,.1) 42%,transparent 58%);z-index:0}.landing-page .comparison-table-wrap>*{position:relative;z-index:1}.landing-page .glass-vibrancy{background:var(--glass-vibrancy-bg);border:1px solid var(--glass-vibrancy-border);box-shadow:0 0 0 .5px rgba(26,23,21,.05),0 2px 6px rgba(26,23,21,.03),0 12px 40px rgba(26,23,21,.07)}.landing-page .glass-vibrancy:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);z-index:0}.landing-page .glass-vibrancy{position:relative;overflow:hidden;border-radius:12px}.landing-page .glass-vibrancy>*{position:relative;z-index:1}.landing-page .glass-vibrancy-nested{background:rgba(253,251,247,.42);border:1px solid rgba(255,255,255,.45);border-radius:12px}.landing-page .cal-chip--done{background:rgba(231,240,228,.5)}.landing-page .glass-vibrancy-pill{border-radius:9999px}.landing-page .glass-vision-pill-field{position:relative;display:flex;align-items:center;gap:10px;padding:10px 10px 10px 18px;border-radius:9999px;background:rgba(255,255,255,.22);border:.5px solid rgba(255,255,255,.58);box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -.5px 0 rgba(255,255,255,.12);isolation:isolate}.landing-page .glass-vision-pill-field:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.45),rgba(255,255,255,.1) 42%,transparent 58%);z-index:0}.landing-page .glass-vision-pill-field>*{position:relative;z-index:1}.landing-page .encode-url-text{font-family:var(--font-mono,monospace);font-size:13px;color:var(--text-secondary);flex:1;white-space:nowrap;overflow:hidden}.landing-page .glass-vision-circle{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:9999px;background:rgba(255,255,255,.2);border:.5px solid rgba(255,255,255,.58);box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -.5px 0 rgba(255,255,255,.12);isolation:isolate}.landing-page .glass-vision-circle:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.5),rgba(255,255,255,.1) 42%,transparent 58%);z-index:0}.landing-page .glass-vision-circle>img{position:relative;z-index:1;display:block}.landing-page .glass-vision-card,.landing-page .glass-vision-chip{position:relative;border:.5px solid rgba(255,255,255,.58);isolation:isolate}.landing-page .glass-vision-card{overflow:hidden;border-radius:8px;background:rgba(255,255,255,.22);box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -.5px 0 rgba(255,255,255,.12)}.landing-page .glass-vision-card--md{border-radius:10px}.landing-page .glass-vision-card--lg{border-radius:12px}.landing-page .glass-vision-card--elevated{box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),0 16px 40px rgba(26,23,21,.12),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -.5px 0 rgba(255,255,255,.12)}.landing-page .glass-vision-chip{border-radius:6px;background:rgba(255,255,255,.32);box-shadow:0 1px 3px rgba(26,23,21,.04),inset 0 1px 0 rgba(255,255,255,.65),inset 0 -.5px 0 rgba(255,255,255,.1)}.landing-page .glass-vision-chip--done{background:rgba(231,240,228,.55)}.landing-page .glass-vision-card:before,.landing-page .glass-vision-chip:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.45),rgba(255,255,255,.1) 42%,transparent 58%);z-index:0}.landing-page .glass-vision-card>*,.landing-page .glass-vision-chip>*{position:relative;z-index:1}.landing-page .create-content-card{display:flex;flex-direction:column;height:100px;overflow:hidden}.landing-page .create-content-card-image{display:block;width:100%;flex:1;min-height:0;object-fit:cover}.landing-page .create-content-card-footer{flex-shrink:0;padding:3px 6px;background:rgba(255,255,255,.32);border-top:.5px solid rgba(255,255,255,.42)}.landing-page .glass-vision-chip--md{border-radius:12px}.landing-page .create-brain-panel{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;border-radius:12px}.landing-page .create-brain-panel-footer,.landing-page .create-brain-panel-header{flex-shrink:0;border-color:rgba(255,255,255,.42)}.landing-page .create-brain-panel-header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:.5px solid rgba(255,255,255,.42)}.landing-page .create-brain-panel-body{flex:1;min-height:0;overflow:hidden;padding:14px 16px}.landing-page .create-brain-panel-footer{padding:10px 14px 14px;border-top:.5px solid rgba(255,255,255,.42)}.landing-page .create-brain-composer{overflow:hidden}.landing-page .create-brain-send-btn{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;color:var(--color-studio-bg);flex-shrink:0}.landing-page .glass-vision-badge{display:inline-block;padding:1px 6px;border-radius:9999px;font-size:8.5px;font-weight:600;letter-spacing:.05em;color:var(--text-secondary);background:rgba(255,255,255,.38);border:.5px solid rgba(255,255,255,.52);box-shadow:0 1px 2px rgba(26,23,21,.04),inset 0 1px 0 rgba(255,255,255,.6)}.landing-page .glass-vision-pill{position:relative;display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:9999px;color:var(--color-studio-bg);font-size:11px;font-weight:500;border:.5px solid rgba(255,255,255,.42);box-shadow:0 2px 10px rgba(26,23,21,.14),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -.5px 0 rgba(255,255,255,.1);isolation:isolate;transition:background .3s}.landing-page .glass-vision-pill:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.38),rgba(255,255,255,.08) 45%,transparent 62%);z-index:0}.landing-page .glass-vision-pill>*{position:relative;z-index:1}.landing-page .glass-vision-pill--olive{background:rgba(38,45,1,.8)}.landing-page .glass-vision-pill--green{background:rgba(74,122,61,.8)}.landing-page .glass-vibrancy--sm{border-radius:8px}.landing-page .glass-vibrancy--xs{border-radius:6px}.landing-page .glass-vibrancy--md{border-radius:10px}.landing-page .glass-vibrancy--elevated{box-shadow:0 0 0 .5px rgba(26,23,21,.05),0 2px 6px rgba(26,23,21,.03),0 16px 40px rgba(26,23,21,.12)}.landing-page .process-demo .glass-vibrancy{background:var(--glass-vibrancy-demo-bg);border:1px solid var(--glass-vibrancy-border)}.landing-page .process-demo .glass-vibrancy-nested{background:rgba(253,251,247,.58);border:1px solid rgba(255,255,255,.45)}.landing-page .encode-card{position:relative;overflow:hidden;border:none;box-shadow:0 0 0 1px rgba(255,255,255,.28),inset 0 1px 0 rgba(255,255,255,.32)}.landing-page .encode-card>.encode-card-body,.landing-page .encode-card>header{position:relative;z-index:1}.landing-page .encode-card-header--olive{background:rgba(38,45,1,.97)}.landing-page .encode-card-header--pale{background:rgba(195,196,156,.97)}.landing-page .encode-card-header--fog{background:rgba(169,188,195,.97)}.landing-page .evolve-image-frame{flex:1;width:100%;height:100%;min-height:220px}.landing-page .evolve-image-frame>.evolve-image-media{position:absolute;inset:-1px;z-index:0}.landing-page .evolve-image-frame>.evolve-image-shimmer{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent,rgba(255,255,255,0) 35%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 65%,transparent)}.landing-page .evolve-image-frame>.evolve-image-label{position:absolute;left:10px;bottom:10px;z-index:2}.landing-page .evolve-metric-card{padding:10px 12px}.landing-page .encode-card-body{background:rgba(253,251,247,.92)}.landing-page .create-detail-card{box-shadow:0 1px 2px rgba(26,23,21,.05),0 4px 14px rgba(26,23,21,.07),0 24px 60px rgba(26,23,21,.12),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -.5px 0 rgba(255,255,255,.12)}.landing-page .create-detail-card-image{position:absolute;top:0;left:0;z-index:1;width:100%;height:80%;object-fit:cover;display:block}.landing-page .create-detail-card-caption{position:absolute;left:0;right:0;bottom:0;z-index:1;height:20%;display:flex;align-items:center;padding:0 12px;background:rgba(255,255,255,.32);border-top:.5px solid rgba(255,255,255,.42)}.landing-page .create-panel-a,.landing-page .create-panel-b{overflow:hidden}.landing-page .create-panel-b{--create-inset-top:48px}.landing-page .create-calendar-scale-wrap{transform:scale(.92);transform-origin:top center;margin-top:var(--create-inset-top)}.landing-page .create-calendar-panel{padding:16px 14px 14px}.landing-page .create-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.landing-page .create-calendar-day{position:relative;height:100%;padding:20px 8px 8px}.landing-page .create-calendar-day-date{position:absolute;top:8px;left:10px;font-size:10.5px;color:var(--text-muted)}.landing-page .create-glass-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border-radius:12px;overflow:hidden;background:rgba(253,251,247,.62);border:.5px solid rgba(255,255,255,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -.5px 0 rgba(255,255,255,.1);isolation:isolate}.landing-page .create-glass-overlay:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.22),rgba(255,255,255,.06) 42%,transparent 58%);z-index:0}.landing-page .create-glass-overlay>*{position:relative;z-index:1}.landing-page .create-detail-card-caption p{margin:0;color:var(--text-primary);font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-page .comparison-table-wrap .section-title{text-align:center;margin-bottom:72px}.landing-page .comparison-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.6fr) minmax(0,1.25fr) minmax(0,1.25fr);column-gap:clamp(24px,4vw,56px);width:100%}.landing-page .comparison--home .comparison-grid{grid-template-columns:max-content minmax(0,1fr) max-content;column-gap:80px}@media (min-width:769px){.landing-page .comparison--home .comparison-cell{white-space:nowrap;overflow-wrap:normal;min-width:max-content}}.landing-page .comparison-row{display:contents}.landing-page .comparison-cell{padding:0;text-align:left;background:transparent;min-width:0;overflow-wrap:break-word}.landing-page .comparison-cell--head{padding:0}.landing-page .comparison-cell:not(.comparison-cell--head){padding-top:20px}.landing-page .comparison-divider{grid-column:1/-1;height:1px;margin-top:20px;background:color-mix(in srgb,var(--coral) 16%,transparent);border:none}.landing-page .comparison-divider--head{margin-top:24px}.landing-page .comparison-cell--daybrew,.landing-page .comparison-cell--label{font-family:var(--sans);font-size:16px;font-weight:600;line-height:1.3334133333;color:var(--text-primary)}.landing-page .comparison-cell--daybrew{letter-spacing:.009em}.landing-page .comparison-cell--other{font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.3334133333;letter-spacing:.009em;color:#78766F}.landing-page .comparison-cell--head.comparison-cell--daybrew,.landing-page .comparison-cell--head.comparison-cell--other{display:flex;align-items:center;justify-content:center}.landing-page .comparison-cell--head.comparison-cell--other{font-family:var(--serif);font-size:22px;font-weight:800;line-height:1.2;letter-spacing:-.005em}.landing-page .comparison-daybrew-logo{display:block;width:auto;height:auto;max-width:100%;max-height:30px;margin:0;transform:translateY(-1px)}.landing-page .comparison-cta{display:flex;justify-content:center;margin-top:72px}@media (max-width:768px){.landing-page .comparison-table-wrap{padding:32px 14px}.landing-page .comparison-table-wrap .section-title{font-size:clamp(26px,6.5vw,32px);margin-bottom:32px}.landing-page .comparison--home .comparison-grid{grid-template-columns:minmax(0,.55fr) minmax(0,1fr) minmax(0,1fr);column-gap:clamp(8px,3vw,24px)}.landing-page .comparison-cell--daybrew,.landing-page .comparison-cell--label,.landing-page .comparison-cell--other{font-size:13px;line-height:1.4}.landing-page .comparison-cell--head.comparison-cell--other{font-size:17px;line-height:1.2}.landing-page .comparison-daybrew-logo{max-height:24px}.landing-page .comparison-cell:not(.comparison-cell--head){padding-top:14px}.landing-page .comparison-divider{margin-top:14px}.landing-page .comparison-divider--head{margin-top:18px}}.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:24px;margin-bottom:12px}.landing-page .built-by-desc{font-size:16px;color:var(--text-secondary);line-height:1.5;max-width:600px;margin:0 auto;font-weight:400}.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(48px,6vw,80px);font-weight:400;line-height:1.1;letter-spacing:-.015em;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:9999px;font-size:13px;font-weight:500}.landing-page .price-name{font-size:16px;font-weight:500;color:var(--text-muted);margin-bottom:8px}.landing-page .price-amount{font-family:var(--serif);font-size:clamp(34px,4.2vw,52px);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:13px;font-weight:600;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:9999px;font-size:16px;font-weight:600;cursor:pointer;font-family:var(--sans);border:none;transform:scale(1);transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.landing-page .price-btn.primary{background:var(--coral);color:white}.landing-page .price-btn.primary:hover{transform:scale(1.02)}.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);transform:scale(1.02)}.landing-page .price-card-tag{font-size:13px;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:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:14px}.landing-page .price-card-note{font-size:13px;color:var(--text-muted);text-align:center;margin-top:8px}.landing-page .price-strikethrough{font-size:13px;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:9999px;background:var(--warm-cream);padding:3px}.landing-page .billing-pill-btn{position:relative;z-index:1;padding:8px 20px;border:none;border-radius:9999px;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:13px;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:24px;color:var(--text-muted);text-decoration:line-through;opacity:.45}.landing-page .billing-display-amount{font-family:var(--serif);font-size:clamp(34px,4.2vw,52px);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:13px;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:13px;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:13px;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 var(--color-studio-dark);box-shadow:0 8px 32px rgba(26,23,21,.08)}.landing-page .tier-os{background:var(--color-studio-dark);color:var(--color-studio-bg)}.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:clamp(34px,4.2vw,52px);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:13px;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:16px;font-weight:500;color:var(--color-studio-bg);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:13px;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:var(--color-studio-bg)}.landing-page .founding-inner{max-width:480px;margin:0 auto}.landing-page .founding-label{font-size:13px;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:24px;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.5;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:var(--color-studio-bg)}.landing-page .founding-block .price-btn{max-width:320px;background:var(--color-studio-bg);color:var(--burgundy)}.landing-page .founding-block .price-btn:hover{background:#fff;transform:scale(1.02)}.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:13px;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:16px;font-weight:500}.landing-page .pricing-faq-toggle{font-size:16px;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.5;padding-bottom:8px}.landing-page .dna-card-subtitle{font-size:13px;color:var(--text-muted);font-weight:400;margin-top:2px}.landing-page .cta-linear-btn{border-radius:9999px;padding:12px 22px;font-family:var(--sans);font-size:16px;font-weight:600;cursor:pointer;white-space:nowrap;transform:scale(1);transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.landing-page .cta-linear-btn--primary{background:var(--color-studio-bg);color:var(--color-studio-dark);border:1.5px solid var(--color-studio-bg)}.landing-page .cta-linear-btn--primary:hover{transform:scale(1.02);background:#fff}.landing-page .final-cta--minimal{position:relative;display:flex;flex-direction:column;align-items:center;padding:var(--cta-outer-spacing) 24px 0;background:var(--coral);color:#fff}.landing-page .final-cta--minimal footer{width:100%;margin-top:72px;margin-bottom:50px;padding:0;background:transparent}.landing-page .cta-minimal-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;width:100%;max-width:var(--landing-centered-copy-max)}.landing-page .cta-minimal-logo-mark{display:flex;justify-content:center;opacity:.92;margin-bottom:36px}.landing-page .cta-minimal-title{font-family:var(--serif);font-weight:600;color:#fff;margin:0 0 72px;font-size:var(--landing-display-label-size);line-height:.85;letter-spacing:-.005em}@media (max-width:768px){.landing-page .final-cta--minimal .cta-minimal-inner{padding-left:20px;padding-right:20px}}.landing-page .final-cta:not(.final-cta--minimal){padding:100px 0;background:var(--coral)}.landing-page .cta-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:56px;background:var(--warm-white);border-radius:16px;padding:56px 72px}.landing-page .cta-card:after,.landing-page .cta-card:before{content:"";position:absolute;top:50%;width:44px;height:44px;border-radius:50%;background:var(--coral);transform:translateY(-50%)}.landing-page .cta-card:before{left:-22px}.landing-page .cta-card:after{right:-22px}.landing-page .cta-card>a{align-self:stretch;display:flex;align-items:center;padding-left:56px;border-left:2px dashed rgba(57,16,11,.25)}.landing-page .cta-card-title{font-family:var(--serif);font-weight:700;font-size:clamp(32px,4vw,56px);line-height:1.05;letter-spacing:-.015em;color:var(--text-primary)}.landing-page .cta-card-title em{font-style:italic;color:var(--coral)}.landing-page .cta-card-note{font-family:var(--font-jetbrains-mono),ui-monospace,monospace;font-size:13px;letter-spacing:.04em;color:var(--text-muted);margin-top:24px}.landing-page .cta-card-btn{background:var(--coral);color:white;border:none;border-radius:9999px;padding:16px 28px;font-family:var(--sans);font-size:16px;font-weight:600;white-space:nowrap;cursor:pointer;transform:scale(1);transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.landing-page .cta-card-btn:hover{transform:scale(1.02)}@media (max-width:768px){.landing-page .cta-card{flex-direction:column;align-items:flex-start;gap:32px;padding:40px 32px}}.landing-page footer{padding:0 0 56px;background:var(--coral);text-align:center}.landing-page .footer-shell{display:flex;flex-direction:column;align-items:center}.landing-page .footer-sep{color:rgba(255,255,255,.3)!important}.landing-page .footer-copy,.landing-page footer p{font-size:13px;line-height:1.5;color:rgba(255,255,255,.55)!important}.landing-page footer a{color:rgba(255,255,255,.85)!important}.landing-page footer a:hover{color:#fff!important}.landing-page footer span{color:rgba(255,255,255,.3)!important}.landing-page .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:16px;font-size:13px}@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}@media (max-width:900px){.landing-page{--cta-outer-spacing:56px}.landing-page .final-cta--minimal{align-items:stretch;padding-top:var(--cta-outer-spacing);padding-bottom:0}.landing-page .final-cta--minimal .cta-minimal-inner{padding-left:20px;padding-right:20px}.landing-page .final-cta--minimal footer{margin-top:48px;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}.landing-page .cta-minimal-logo-mark{margin-bottom:24px;transform:scale(.78);transform-origin:center top}.landing-page .cta-minimal-title{margin-bottom:36px;font-size:clamp(24px,7vw,32px)}.landing-page .hero-media{margin-top:48px}.landing-page .compare-grid,.landing-page .pricing-grid,.landing-page .steps-grid{grid-template-columns:1fr}.landing-page .pricing-tiers{grid-template-columns:1fr;margin-top:40px}.landing-page .tier-card{padding:28px 24px}.landing-page .founders-grid{grid-template-columns:1fr}.landing-page .hero{min-height:80svh;min-height:80dvh;padding:120px 0 56px;display:flex;flex-direction:column;aspect-ratio:auto}.landing-page .hero>.container{flex:1;display:flex;flex-direction:column;width:100%}.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}.landing-page footer{padding-bottom:0}.landing-page .footer-links{padding-top:32px;border-top:1px solid rgba(255,255,255,.12);row-gap:14px;column-gap:18px;margin-bottom:20px}.landing-page .footer-copy{font-size:12px;line-height:1.5;max-width:100%;padding:0 12px;overflow-wrap:anywhere}.landing-page .footer-copy-sep{display:none}.landing-page .footer-copy-tagline{display:block;margin-top:6px;font-size:11px;line-height:1.45;opacity:.9}}.landing-page .hero-demo-panel{background:transparent;border:none}