@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;600;800&display=swap";.hero-section{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:5rem}.hero-glow-1{width:600px;height:600px;background-color:#e6b98126;top:-100px;right:-100px}.hero-glow-2{width:500px;height:500px;background-color:#3fc1c91a;bottom:0;left:-200px}.hero-container{position:relative;z-index:10;width:100%}.hero-content{max-width:800px}.hero-eyebrow{display:block;font-family:var(--font-body);font-size:.85rem;letter-spacing:3px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1.5rem}.hero-title{margin-bottom:2rem;line-height:1.05}.hero-subtitle{font-size:1.25rem;max-width:600px;margin-bottom:3rem;color:#c0c0c8}.hero-cta{display:flex;gap:1.5rem;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px}.mouse{width:24px;height:36px;border:2px solid var(--text-secondary);border-radius:12px;display:flex;justify-content:center;padding-top:6px}.wheel{width:4px;height:8px;background-color:var(--accent-gold);border-radius:2px;animation:scrollWheel 2s infinite ease-in-out}@keyframes scrollWheel{0%{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:0}}@media(max-width:768px){.hero-section{padding-top:8rem;align-items:flex-start}.hero-title{font-size:3.5rem}}.about-section{background-color:var(--bg-primary);position:relative}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:900px){.about-grid{grid-template-columns:1.2fr 1fr}}.large-text{font-size:1.5rem;color:var(--text-primary);line-height:1.8;margin-bottom:2rem}.lab-panel{position:relative;overflow:hidden;padding:0;height:400px;display:flex;flex-direction:column;justify-content:flex-end}.wireframe-grid{position:absolute;top:-50%;left:-50%;width:200%;height:200%;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(10,1fr);opacity:.1;transform:perspective(500px) rotateX(60deg) translateY(-100px);animation:gridMove 20s linear infinite}.grid-cell{border:1px solid var(--accent-cyan)}.panel-text{padding:2.5rem;position:relative;z-index:2;background:linear-gradient(to top,#0a0a0ce6,#0a0a0c00)}.panel-text h3{margin-bottom:.5rem;color:var(--accent-cyan)}.panel-text span{font-size:.9rem;color:var(--text-secondary);letter-spacing:2px;text-transform:uppercase}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0)}to{transform:perspective(500px) rotateX(60deg) translateY(50px)}}.flagship-section{position:relative;background-color:var(--bg-secondary)}.flagship-glow{width:800px;height:800px;background-color:#e6b98114;top:50%;left:50%;transform:translate(-50%,-50%)}.flagship-header{margin-bottom:4rem}.eyebrow{display:block;font-family:var(--font-body);font-size:.85rem;letter-spacing:3px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1rem}.subtitle{font-size:1.25rem;color:#c0c0c8}.text-center{text-align:center}.flagship-showcase{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;padding:0;overflow:hidden}@media(min-width:900px){.flagship-showcase{grid-template-columns:1fr 1fr}}.showcase-content{padding:3rem}.feature-list{list-style:none;margin:2rem 0;padding:0}.feature-list li{margin-bottom:1.5rem;display:flex;flex-direction:column}.feature-list strong{color:var(--accent-gold);font-size:1.1rem;margin-bottom:.25rem}.feature-list span{color:var(--text-secondary);font-size:.95rem}.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:3rem 0}.tier{padding:1.5rem;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);text-align:center;display:flex;flex-direction:column}.tier.featured{background:#e6b98114;border-color:#e6b9814d;transform:scale(1.05);box-shadow:var(--shadow-glow)}.tier h4{font-size:1rem;margin-bottom:.5rem;color:var(--text-primary)}.tier .price{font-size:1.5rem;font-family:var(--font-heading);font-weight:600;color:var(--accent-gold);margin-bottom:.5rem}.tier span{font-size:.8rem;color:var(--text-secondary)}.mt-4{margin-top:2rem}.showcase-visual{position:relative;height:100%;min-height:500px;background:radial-gradient(circle at center,#0a0a0c00,#0a0a0ccc),repeating-linear-gradient(0deg,transparent,transparent 1px,rgba(230,185,129,.03) 1px,rgba(230,185,129,.03) 2px);display:flex;align-items:center;justify-content:center}.avatar-abstract-grid{display:flex;gap:.5rem;align-items:flex-end;height:200px}.avatar-totem{width:20px;background:linear-gradient(to top,#e6b98133,#e6b981cc);border-radius:4px;position:relative;animation:totemPulse 3s infinite alternate ease-in-out}.totem-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:20px;background:var(--accent-gold);border-radius:50%;filter:blur(8px);opacity:0;animation:glowPulse 2s infinite alternate ease-in-out}.avatar-totem:nth-child(1){height:40px;animation-delay:.1s}.avatar-totem:nth-child(1) .totem-glow{animation-delay:.1s}.avatar-totem:nth-child(2){height:60px;animation-delay:.2s}.avatar-totem:nth-child(2) .totem-glow{animation-delay:.2s}.avatar-totem:nth-child(3){height:50px;animation-delay:.3s}.avatar-totem:nth-child(3) .totem-glow{animation-delay:.3s}.avatar-totem:nth-child(4){height:80px;animation-delay:.4s}.avatar-totem:nth-child(4) .totem-glow{animation-delay:.4s}.avatar-totem:nth-child(5){height:70px;animation-delay:.5s}.avatar-totem:nth-child(5) .totem-glow{animation-delay:.5s}.avatar-totem:nth-child(6){height:110px;animation-delay:.6s}.avatar-totem:nth-child(6) .totem-glow{animation-delay:.6s}.avatar-totem:nth-child(7){height:140px;animation-delay:.7s}.avatar-totem:nth-child(7) .totem-glow{animation-delay:.7s}.avatar-totem:nth-child(8){height:160px;animation-delay:.8s}.avatar-totem:nth-child(8) .totem-glow{animation-delay:.8s}.avatar-totem:nth-child(9){height:180px;animation-delay:.9s}.avatar-totem:nth-child(9) .totem-glow{animation-delay:.9s}.avatar-totem:nth-child(10){height:200px;animation-delay:1s}.avatar-totem:nth-child(10) .totem-glow{animation-delay:1s}@keyframes totemPulse{0%{opacity:.7}to{opacity:1;filter:brightness(1.2)}}@keyframes glowPulse{0%{opacity:0;transform:translate(-50%) scale(1)}to{opacity:.8;transform:translate(-50%) scale(1.5)}}.tech-overlay{position:absolute;top:1rem;right:1rem;font-family:monospace;font-size:.75rem;color:var(--accent-cyan);display:flex;align-items:center;gap:.5rem}.scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:var(--accent-cyan);opacity:.2;animation:scan 4s infinite linear}@keyframes scan{0%{top:0}to{top:100%}}@media(max-width:768px){.tiers{grid-template-columns:1fr}}:root{--bg-primary: #0a0a0c;--bg-secondary: #121216;--bg-glass: rgba(18, 18, 22, .7);--text-primary: #f8f8f2;--text-secondary: #a0a0a8;--accent-gold: #e6b981;--accent-gold-glow: rgba(230, 185, 129, .2);--accent-amber: #d97743;--accent-cyan: #3fc1c9;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--border-subtle: 1px solid rgba(255, 255, 255, .08);--shadow-glow: 0 0 40px var(--accent-gold-glow);--shadow-panel: 0 8px 32px rgba(0, 0, 0, .4)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,strong{font-family:var(--font-heading);font-weight:600}h1{font-size:clamp(3rem,6vw,5rem);line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0;position:relative}.glass-panel{background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:var(--border-subtle);border-radius:24px;padding:3rem;box-shadow:var(--shadow-panel);transition:transform .4s ease,box-shadow .4s ease}.glass-panel:hover{transform:translateY(-5px);box-shadow:var(--shadow-glow)}.text-gradient{background:linear-gradient(135deg,var(--accent-gold),var(--accent-amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-block;padding:1rem 2.5rem;border-radius:50px;font-family:var(--font-heading);font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--accent-gold),var(--accent-amber));color:#000;box-shadow:0 4px 15px var(--accent-gold-glow)}.btn-primary:hover{transform:scale(1.05);box-shadow:0 8px 25px #e6b98166}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--accent-gold)}.btn-secondary:hover{background:#e6b9811a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.bg-glow{position:absolute;border-radius:50%;filter:blur(100px);z-index:-1;opacity:.5}
