:root{--bg-color:#030303;--bg-color-alt:#0a0a0a;--text-primary:#fff;--text-secondary:#a1a1aa;--gold-primary:#d4af37;--gold-secondary:#e6c55d;--gold-glow:#d4af3726;--glass-bg:#ffffff05;--glass-border:#ffffff0d;font-family:Inter,system-ui,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-family:Outfit,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 var(--gold-glow)}70%{box-shadow:0 0 0 20px #d4af3700}to{box-shadow:0 0 #d4af3700}}.app-container{flex-direction:column;min-height:100vh;display:flex}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--glass-border);background:#030303cc;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:sticky;top:0}.logo-container{letter-spacing:-.5px;align-items:center;gap:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.logo-accent{color:var(--gold-primary)}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--text-primary)}.cta-button{background:var(--text-primary);color:var(--bg-color);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-family:Inter,sans-serif;font-weight:600;transition:all .3s}.cta-button:hover{background:var(--gold-primary);color:var(--bg-color)}.hero-section{text-align:center;flex-direction:column;align-items:center;padding:8rem 4rem 6rem;display:flex;position:relative}.hero-section:before{content:"";background:radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);z-index:-1;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-tag{color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;animation:.8s ease-out fadeIn}.hero-title{letter-spacing:-1.5px;background:linear-gradient(90deg,#fff,#a1a1aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:900px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1;animation:.8s ease-out .2s both fadeIn}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6;animation:.8s ease-out .4s both fadeIn}.hero-actions{gap:1rem;animation:.8s ease-out .6s both fadeIn;display:flex}.primary-button{background:var(--gold-primary);color:var(--bg-color);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;animation:3s infinite pulseGlow;display:flex}.primary-button:hover{background:var(--gold-secondary);transform:translateY(-2px)}.secondary-button{background:var(--glass-bg);color:var(--text-primary);border:1px solid var(--glass-border);cursor:pointer;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s}.secondary-button:hover{background:#ffffff14}.features-section{background:var(--bg-color-alt);padding:6rem 4rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:2.5rem;transition:all .4s}.feature-card:hover{border-color:#d4af374d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.feature-icon{color:var(--gold-primary);margin-bottom:1.5rem}.feature-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-description{color:var(--text-secondary);font-size:1rem;line-height:1.6}.story-section{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);flex-direction:column;gap:3rem;max-width:1000px;margin:0 auto;padding:8rem 4rem;display:flex}.story-content h2{letter-spacing:-1px;margin-bottom:2rem;font-size:3rem}.story-text{color:var(--text-secondary);flex-direction:column;gap:1.5rem;font-size:1.25rem;line-height:1.8;display:flex}.story-highlight{color:var(--text-primary);border-left:3px solid var(--gold-primary);margin:1rem 0;padding-left:1.5rem;font-style:italic;font-weight:500}.footer{background:var(--bg-color);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:4rem;font-size:.9rem;display:flex}@media (width<=768px){.hero-title{font-size:3rem}.navbar,.hero-section,.features-section,.story-section,.footer{padding-left:2rem;padding-right:2rem}.nav-links{display:none}}
