:root{--landing-bg:#060606;--landing-bg-elevated:#0e0e0e;--landing-bg-card:#111111;--landing-bg-card-hover:#161616;--landing-border:#1a1a1a;--landing-border-hover:#2a2a2a;--landing-text-primary:#fafaf9;--landing-text-secondary:#8a8a8a;--landing-text-tertiary:#555555;--landing-accent-warm:#d4c5b0;--landing-accent-glow:rgba(212,197,176,0.08);--landing-gradient-start:rgba(212,197,176,0.06);--landing-gradient-end:rgba(212,197,176,0)}.landing-grain:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;mix-blend-mode:overlay}.landing-page{background-color:var(--landing-bg);color:var(--landing-text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 1.5rem;transition:background-color .4s ease,border-color .4s ease}.landing-nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px;border-bottom:1px solid transparent}.landing-nav.scrolled{background-color:rgba(6,6,6,.85);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4)}.landing-nav.scrolled .landing-nav-inner{border-bottom-color:var(--landing-border)}.landing-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--landing-text-primary)}.landing-logo-icon{width:32px;height:32px;background:var(--landing-text-primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.landing-logo-icon svg{width:18px;height:18px;color:var(--landing-bg)}.landing-logo-text{font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.landing-nav-actions{display:flex;align-items:center;gap:.5rem}.landing-nav-link{color:var(--landing-text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:color .2s ease,background-color .2s ease}.landing-nav-link:hover{color:var(--landing-text-primary);background-color:rgba(255,255,255,.05)}.landing-nav-cta{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.125rem;background:var(--landing-text-primary);color:var(--landing-bg);font-size:.875rem;font-weight:600;border-radius:100px;text-decoration:none;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.landing-nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 24px rgba(250,250,249,.15);opacity:.95}.landing-nav-cta svg{width:14px;height:14px;transition:transform .2s ease}.landing-nav-cta:hover svg{transform:translateX(2px)}.landing-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 1.5rem 6rem;text-align:center;overflow:hidden}.landing-hero-glow{position:absolute;top:15%;left:50%;transform:translateX(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,rgba(212,197,176,.07) 0,rgba(212,197,176,.03) 30%,transparent 70%);pointer-events:none;z-index:0}.landing-hero-orb-1{top:10%;right:8%;width:300px;height:300px;background:radial-gradient(circle at 30% 30%,rgba(212,197,176,.06),transparent 70%);filter:blur(40px);animation:landing-float 14s ease-in-out infinite}.landing-hero-orb-1,.landing-hero-orb-2{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.landing-hero-orb-2{bottom:15%;left:5%;width:250px;height:250px;background:radial-gradient(circle at 60% 60%,rgba(200,200,220,.05),transparent 70%);filter:blur(50px);animation:landing-float 18s ease-in-out infinite reverse}.landing-hero-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border:1px solid var(--landing-border);border-radius:100px;font-size:.8125rem;color:var(--landing-text-secondary);background:rgba(255,255,255,.02);margin-bottom:2.5rem;letter-spacing:.02em}.landing-hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--landing-accent-warm);animation:landing-pulse-dot 2.5s ease-in-out infinite}.landing-hero-heading{position:relative;z-index:1;font-size:clamp(3rem,8vw,7rem);font-weight:400;line-height:1.05;letter-spacing:-.03em;margin:0 0 2rem;max-width:900px}.landing-hero-heading em{font-style:italic;color:var(--landing-accent-warm)}.landing-hero-heading br{display:block}.landing-hero-sub{position:relative;z-index:1;font-size:clamp(1rem,2vw,1.25rem);color:var(--landing-text-secondary);max-width:520px;line-height:1.65;margin:0 auto 3rem;letter-spacing:.005em}.landing-hero-actions{position:relative;z-index:1;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.landing-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--landing-text-primary);color:var(--landing-bg);font-size:.9375rem;font-weight:600;border-radius:12px;text-decoration:none;letter-spacing:-.01em;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(250,250,249,.12)}.landing-btn-primary svg{width:16px;height:16px;transition:transform .2s ease}.landing-btn-primary:hover svg{transform:translateX(3px)}.landing-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:var(--landing-text-secondary);font-size:.9375rem;font-weight:500;border-radius:12px;text-decoration:none;letter-spacing:-.01em;border:1px solid var(--landing-border);cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.landing-btn-secondary:hover{color:var(--landing-text-primary);border-color:var(--landing-border-hover);background:rgba(255,255,255,.03)}.landing-hero-proof{position:relative;z-index:1;display:flex;align-items:center;gap:1.5rem;margin-top:3.5rem;font-size:.8125rem;color:var(--landing-text-tertiary)}.landing-hero-proof-item{display:flex;align-items:center;gap:.375rem}.landing-hero-proof-item svg{width:14px;height:14px;color:var(--landing-accent-warm);opacity:.7}.landing-hero-cards{position:absolute;inset:0;pointer-events:none;z-index:0}.landing-float-card{position:absolute;background:var(--landing-bg-card);border:1px solid var(--landing-border);border-radius:12px;padding:1rem 1.25rem;font-size:.75rem;color:var(--landing-text-secondary);box-shadow:0 8px 32px rgba(0,0,0,.4);opacity:0}.landing-float-card-1{top:22%;left:5%;animation:landing-float-card-in 1s ease .8s forwards,landing-float 12s ease-in-out 1.8s infinite}.landing-float-card-2{top:18%;right:4%;animation:landing-float-card-in 1s ease 1.2s forwards,landing-float 15s ease-in-out 2.2s infinite}.landing-float-card-3{bottom:22%;left:8%;animation:landing-float-card-in 1s ease 1.6s forwards,landing-float 10s ease-in-out 2.6s infinite reverse}.landing-float-card-4{bottom:18%;right:6%;animation:landing-float-card-in 1s ease 2s forwards,landing-float 13s ease-in-out 3s infinite}.landing-float-card-title{font-weight:600;color:var(--landing-text-primary);margin-bottom:.25rem;font-size:.8125rem}.landing-float-card-bar{width:100%;height:4px;background:var(--landing-border);border-radius:2px;margin-top:.5rem;overflow:hidden}.landing-float-card-bar-fill{height:100%;background:var(--landing-accent-warm);border-radius:2px;opacity:.6}.landing-float-card-dots{display:flex;gap:4px;margin-top:.5rem}.landing-float-card-dot{width:6px;height:6px;border-radius:50%;background:var(--landing-text-tertiary)}.landing-float-card-dot.active{background:var(--landing-accent-warm);opacity:.7}.landing-marquee-section{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);padding:1.25rem 0;overflow:hidden;background:var(--landing-bg-elevated)}.landing-marquee-track{display:flex;width:-moz-max-content;width:max-content;animation:landing-marquee 30s linear infinite}.landing-marquee-section:hover .landing-marquee-track{animation-play-state:paused}.landing-marquee-content{display:flex;align-items:center;gap:3rem;padding:0 1.5rem;flex-shrink:0}.landing-marquee-item{font-size:.8125rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--landing-text-tertiary);white-space:nowrap;transition:color .3s ease}.landing-marquee-section:hover .landing-marquee-item{color:var(--landing-text-secondary)}.landing-marquee-separator{width:4px;height:4px;border-radius:50%;background:var(--landing-text-tertiary);flex-shrink:0;opacity:.5}.landing-features{padding:8rem 1.5rem;max-width:1280px;margin:0 auto}.landing-section-label{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--landing-accent-warm);margin-bottom:1rem;opacity:.8}.landing-section-heading{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;line-height:1.15;letter-spacing:-.025em;margin-bottom:1rem;max-width:650px}.landing-section-heading em{font-style:italic;color:var(--landing-accent-warm)}.landing-section-sub{font-size:1.0625rem;color:var(--landing-text-secondary);max-width:480px;line-height:1.6;margin-bottom:4rem}.landing-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1px;background:var(--landing-border);border:1px solid var(--landing-border);border-radius:20px;overflow:hidden}.landing-bento-card{background:var(--landing-bg-card);padding:2.5rem;position:relative;overflow:hidden;transition:background-color .3s ease}.landing-bento-card:hover{background:var(--landing-bg-card-hover)}.landing-bento-card.featured{grid-column:span 2}.landing-bento-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--landing-accent-warm),transparent);opacity:0;transition:opacity .4s ease}.landing-bento-card:hover:after{opacity:.3}.landing-bento-icon{width:44px;height:44px;border-radius:10px;background:rgba(212,197,176,.08);border:1px solid rgba(212,197,176,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease,background-color .3s ease}.landing-bento-card:hover .landing-bento-icon{transform:scale(1.08);background:rgba(212,197,176,.12)}.landing-bento-icon svg{width:20px;height:20px;color:var(--landing-accent-warm);opacity:.85}.landing-bento-title{font-size:1.25rem;font-weight:600;margin-bottom:.625rem;letter-spacing:-.015em;color:var(--landing-text-primary)}.landing-bento-desc{font-size:.875rem;color:var(--landing-text-secondary);line-height:1.65}.landing-bento-preview{margin-top:1.75rem;background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:10px;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.7}.landing-bento-preview-line{color:var(--landing-text-secondary)}.landing-bento-preview-line.heading{font-size:1rem;font-weight:600;color:var(--landing-text-primary);margin-bottom:.25rem}.landing-bento-preview-line.slash{color:var(--landing-accent-warm);opacity:.7}.landing-bento-preview-cursor{display:inline-block;width:2px;height:1em;background:var(--landing-accent-warm);animation:landing-blink 1.2s step-end infinite;vertical-align:text-bottom;margin-left:2px}.landing-how{padding:8rem 1.5rem;max-width:1280px;margin:0 auto}.landing-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;margin-top:4rem}.landing-steps:before{content:"";position:absolute;top:32px;left:calc(16.67% + 20px);right:calc(16.67% + 20px);height:1px;background:linear-gradient(90deg,var(--landing-border),var(--landing-accent-warm),var(--landing-border));opacity:.4}.landing-step{text-align:center;padding:0 2rem;position:relative}.landing-step-number{width:64px;height:64px;border-radius:50%;background:var(--landing-bg-card);border:1px solid var(--landing-border);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:700;color:var(--landing-accent-warm);position:relative;z-index:2;transition:border-color .3s ease,box-shadow .3s ease}.landing-step:hover .landing-step-number{border-color:rgba(212,197,176,.3);box-shadow:0 0 30px rgba(212,197,176,.08)}.landing-step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.015em}.landing-step-desc{font-size:.875rem;color:var(--landing-text-secondary);line-height:1.6;max-width:280px;margin:0 auto}.landing-stats{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);padding:5rem 1.5rem;background:var(--landing-bg-elevated)}.landing-stats-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.landing-stat{text-align:center;padding:1rem 2rem;position:relative}.landing-stat:not(:last-child):after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:var(--landing-border)}.landing-stat-value{font-size:clamp(2rem,4vw,3.5rem);font-weight:300;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}.landing-stat-value .accent{color:var(--landing-accent-warm)}.landing-stat-label{font-size:.8125rem;color:var(--landing-text-secondary);letter-spacing:.01em}.landing-cta{padding:10rem 1.5rem;text-align:center;position:relative;overflow:hidden}.landing-cta-glow{position:absolute;bottom:-20%;left:50%;transform:translateX(-50%);width:800px;height:400px;background:radial-gradient(ellipse at center,rgba(212,197,176,.06) 0,transparent 70%);pointer-events:none}.landing-cta-heading{font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:400;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;position:relative;z-index:1}.landing-cta-heading em{font-style:italic;color:var(--landing-accent-warm)}.landing-cta-sub{font-size:1.0625rem;color:var(--landing-text-secondary);max-width:440px;margin:0 auto 2.5rem;line-height:1.6}.landing-cta .landing-btn-primary,.landing-cta-disclaimer,.landing-cta-sub{position:relative;z-index:1}.landing-cta-disclaimer{font-size:.75rem;color:var(--landing-text-tertiary);margin-top:1.25rem;letter-spacing:.01em}.landing-footer{border-top:1px solid var(--landing-border);padding:3rem 1.5rem;background:var(--landing-bg)}.landing-footer-inner{max-width:1280px;margin:0 auto;justify-content:space-between;flex-wrap:wrap}.landing-footer-inner,.landing-footer-left{display:flex;align-items:center;gap:1.5rem}.landing-footer-copy{font-size:.8125rem;color:var(--landing-text-tertiary)}.landing-footer-links{display:flex;align-items:center;gap:1.5rem}.landing-footer-link{font-size:.8125rem;color:var(--landing-text-tertiary);text-decoration:none;transition:color .2s ease}.landing-footer-link:hover{color:var(--landing-text-secondary)}.landing-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-reveal.visible{opacity:1;transform:translateY(0)}.landing-reveal-delay-1{transition-delay:.1s}.landing-reveal-delay-2{transition-delay:.2s}.landing-reveal-delay-3{transition-delay:.3s}.landing-reveal-delay-4{transition-delay:.4s}.landing-reveal-delay-5{transition-delay:.5s}.landing-reveal-delay-6{transition-delay:.6s}.landing-hero-reveal{opacity:0;transform:translateY(24px);animation:landing-hero-entrance 1s cubic-bezier(.16,1,.3,1) forwards}.landing-hero-reveal-1{animation-delay:.15s}.landing-hero-reveal-2{animation-delay:.3s}.landing-hero-reveal-3{animation-delay:.45s}.landing-hero-reveal-4{animation-delay:.6s}.landing-hero-reveal-5{animation-delay:.75s}@keyframes landing-hero-entrance{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes landing-float-card-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:.65;transform:translateY(0) scale(1)}}@keyframes landing-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes landing-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes landing-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@media (max-width:1024px){.landing-bento-grid{grid-template-columns:repeat(2,1fr)}.landing-bento-card.featured{grid-column:span 2}.landing-steps{grid-template-columns:repeat(3,1fr)}.landing-stats-grid{grid-template-columns:repeat(2,1fr)}.landing-stat:nth-child(2):after,.landing-stat:nth-child(3):after,.landing-stat:nth-child(4):after{display:none}.landing-stat{padding:1.5rem 1rem}.landing-float-card-1,.landing-float-card-2,.landing-float-card-3,.landing-float-card-4{display:none}}@media (max-width:768px){.landing-hero{padding:7rem 1.25rem 4rem;min-height:auto;min-height:90vh}.landing-hero-heading{font-size:clamp(2.5rem,10vw,3.75rem)}.landing-hero-sub{font-size:1rem}.landing-hero-actions{flex-direction:column;width:100%;max-width:320px}.landing-btn-primary,.landing-btn-secondary{width:100%;justify-content:center}.landing-hero-proof{flex-wrap:wrap;justify-content:center;gap:1rem}.landing-features{padding:5rem 1.25rem}.landing-bento-grid{grid-template-columns:1fr}.landing-bento-card.featured{grid-column:span 1}.landing-bento-card{padding:2rem}.landing-how{padding:5rem 1.25rem}.landing-steps{grid-template-columns:1fr;gap:3rem}.landing-steps:before{display:none}.landing-stats-grid{grid-template-columns:repeat(2,1fr)}.landing-stat:after{display:none!important}.landing-cta{padding:6rem 1.25rem}.landing-nav-link.desktop-only{display:none}.landing-footer-inner{flex-direction:column;text-align:center}.landing-footer-left{flex-direction:column}}@media (max-width:480px){.landing-hero{padding:6rem 1rem 3rem}.landing-stats{padding:3rem 1rem}.landing-stats-grid{grid-template-columns:1fr;gap:2rem}.landing-stat{padding:0}}@media (prefers-reduced-motion:reduce){.landing-hero-reveal,.landing-reveal{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.landing-hero-orb-1,.landing-hero-orb-2,.landing-marquee-track{animation:none!important}.landing-float-card-1,.landing-float-card-2,.landing-float-card-3,.landing-float-card-4{animation:none!important;opacity:.5!important}.landing-bento-preview-cursor{animation:none!important;opacity:1!important}}