:root{--landing-bg:#0a0f1e;--landing-primary:#c9a84c;--landing-secondary:#00d4aa;--landing-text:#e8e0d0;--landing-card:#0f1525;--landing-border:#1e2a3a}[data-theme=light]{--landing-bg:#faf8f3;--landing-primary:#c9a84c;--landing-secondary:#0a0f1e;--landing-text:#0a0f1e;--landing-card:#fff;--landing-border:#e8e0d0}.landing-body{background-color:var(--landing-bg);color:var(--landing-text);font-family:DM Sans,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}.landing-h1{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1}.landing-h2{text-align:center;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600}.landing-p{opacity:.8;max-width:600px;font-size:1.125rem;line-height:1.6}.landing-nav{z-index:50;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:0 0;justify-content:space-between;align-items:center;padding:1rem 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb, var(--landing-bg) 80%, transparent);border-bottom:1px solid var(--landing-border)}.landing-mobile-menu-btn{color:var(--landing-text);cursor:pointer;background:0 0;border:none;display:none}.landing-logo{color:var(--landing-primary);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;text-decoration:none}.landing-nav-links{align-items:center;gap:2rem;display:flex}.landing-nav-link{color:var(--landing-text);font-weight:500;text-decoration:none;transition:color .2s}.landing-nav-link:hover{color:var(--landing-primary)}.landing-btn-gold{background-color:var(--landing-primary);color:#0a0f1e;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.landing-btn-gold:hover{box-shadow:0 4px 15px color-mix(in srgb, var(--landing-primary) 40%, transparent);transform:translateY(-2px)}.landing-btn-ghost{color:var(--landing-text);border:1px solid var(--landing-border);background:0 0;border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s}.landing-btn-ghost:hover{background-color:var(--landing-card)}.landing-hero{align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.landing-hero-content{z-index:10;flex:1;max-width:600px;animation:1s ease-out fadeUp}.landing-badge{background:color-mix(in srgb, var(--landing-secondary) 15%, transparent);color:var(--landing-secondary);border:1px solid color-mix(in srgb, var(--landing-secondary) 30%, transparent);border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}[data-theme=light] .landing-badge{background:color-mix(in srgb, var(--landing-primary) 15%, transparent);color:var(--landing-primary);border-color:color-mix(in srgb, var(--landing-primary) 30%, transparent)}.landing-hero-btns{gap:1rem;margin-top:2rem;display:flex}.landing-hero-visual{flex:1;justify-content:center;align-items:center;height:600px;display:flex;position:relative}.torus-container{perspective:1000px;width:400px;height:400px;position:absolute}.torus{width:100%;height:100%;transform-style:preserve-3d;animation:20s linear infinite rotateTorus;position:absolute}.torus-ring{border:20px solid #0000;border-top-color:var(--landing-secondary);border-bottom-color:var(--landing-primary);width:300px;height:300px;box-shadow:inset 0 0 40px color-mix(in srgb, var(--landing-secondary) 50%, transparent), 0 0 40px color-mix(in srgb, var(--landing-primary) 50%, transparent);border-radius:50%;margin-top:-150px;margin-left:-150px;position:absolute;top:50%;left:50%}.torus-ring:first-child{transform:rotateX(0)rotateY(0)}.torus-ring:nth-child(2){transform:rotateX(45deg)rotateY(45deg)}.torus-ring:nth-child(3){transform:rotateX(90deg)rotateY(90deg)}.torus-ring:nth-child(4){transform:rotateX(135deg)rotateY(135deg)}@keyframes rotateTorus{0%{transform:rotateX(0)rotateY(0)rotate(0)}to{transform:rotateX(360deg)rotateY(360deg)rotate(360deg)}}.landing-stats{border-top:1px solid var(--landing-border);gap:2rem;margin-top:4rem;padding-top:2rem;display:flex}.landing-stat{flex-col:column;display:flex}.landing-stat-num{color:var(--landing-text);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.landing-stat-label{opacity:.6;font-size:.875rem}.landing-demo-section{padding:0 5% 6rem}.landing-demo-card{background:linear-gradient(135deg, color-mix(in srgb, var(--landing-card) 92%, transparent), color-mix(in srgb, var(--landing-card) 82%, var(--landing-primary) 8%));border:1px solid var(--landing-border);box-shadow:0 20px 60px color-mix(in srgb, var(--landing-bg) 45%, transparent);border-radius:1.5rem;padding:2rem}.landing-demo-copy{text-align:center;margin-bottom:2rem}.landing-demo-title{margin-bottom:1rem}.landing-demo-subtitle{margin:0 auto}.landing-demo-player{background:#000;border-radius:1rem;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.landing-demo-player iframe,.landing-demo-modal-player iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.landing-demo-modal-overlay{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#020617b3;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.landing-demo-modal{background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:1.5rem;width:min(960px,100%);animation:.25s ease-out scaleIn;position:relative;overflow:hidden;box-shadow:0 25px 65px #00000059}.landing-demo-modal-close{z-index:2;color:#fff;cursor:pointer;background:#0a0f1ebf;border:none;border-radius:9999px;width:2.5rem;height:2.5rem;font-size:1.5rem;position:absolute;top:.75rem;right:.75rem}.landing-demo-modal-player{background:#000;width:100%;padding-top:56.25%;position:relative}.landing-section{padding:6rem 5%}.landing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.landing-card{background:var(--landing-card);border:1px solid var(--landing-border);border-radius:1rem;padding:2rem;transition:transform .3s}.landing-card:hover{transform:translateY(-5px)}.landing-card-icon{margin-bottom:1rem;font-size:2.5rem;display:inline-block}.landing-card-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.landing-card-p{opacity:.7;line-height:1.5}.landing-testimonials-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.landing-testimonials-grid::-webkit-scrollbar{display:none}.landing-testimonials-grid>.landing-testimonial{scroll-snap-align:center;flex:0 0 85%}@media (min-width:768px){.landing-testimonials-grid{grid-template-columns:repeat(3,1fr);padding-bottom:0;display:grid;overflow-x:visible}.landing-testimonials-grid>.landing-testimonial{flex:none}}.landing-testimonial{background:var(--landing-card);border:1px solid var(--landing-border);border-radius:1rem;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.landing-testimonial:hover{box-shadow:0 10px 30px color-mix(in srgb, var(--landing-bg) 40%, transparent);transform:translateY(-5px)}.landing-stars{color:#fbbf24;letter-spacing:.1em;z-index:2;margin-bottom:1rem;font-size:1.25rem;position:relative}.landing-testimonial:before{content:"\"";color:var(--landing-primary);opacity:.2;font-family:Playfair Display,serif;font-size:4rem;line-height:1;position:absolute;top:1rem;left:1.5rem}.landing-testimonial-quote{opacity:.9;z-index:1;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;position:relative}.landing-testimonial-author{align-items:center;gap:1rem;display:flex}.landing-avatar{background:color-mix(in srgb, var(--landing-primary) 20%, var(--landing-bg));width:48px;height:48px;color:var(--landing-primary);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.landing-cta{text-align:center;background:linear-gradient(to bottom, var(--landing-bg), var(--landing-card));border-top:1px solid var(--landing-border);padding:6rem 5%}.landing-footer{border-top:1px solid var(--landing-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:3rem 5%;display:flex}.landing-footer-links{gap:1.5rem;display:flex}.landing-footer-link{color:var(--landing-text);opacity:.6;font-size:.875rem;text-decoration:none;transition:opacity .2s}.landing-footer-link:hover{opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.fade-in-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){body{overflow-x:hidden}.landing-hero{text-align:center;flex-direction:column;padding-top:8rem;overflow-x:hidden}.landing-hero-content{margin-bottom:2rem}.landing-hero-btns{justify-content:center}.landing-nav-links{display:none}.landing-nav-links.mobile-open{background:var(--landing-bg);border-bottom:1px solid var(--landing-border);flex-direction:column;align-items:center;padding:2rem;display:flex;position:absolute;top:100%;left:0;right:0}.landing-mobile-menu-btn{display:block}.landing-stats{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.landing-hero-visual{justify-content:center;align-items:center;width:100%;height:300px;margin-top:2rem;display:flex;overflow:hidden}.torus-container{width:250px;height:250px;margin:0 auto;position:relative}.torus-ring{border-width:15px;width:180px;height:180px;margin-top:-90px;margin-left:-90px}.landing-demo-section{padding:0 1.25rem 4rem}.landing-demo-card{padding:1.5rem}.landing-demo-modal-overlay{padding:1rem}.landing-demo-modal-close{top:.5rem;right:.5rem}}
