@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;700;900&display=swap";:root{--primary:#fca311;--primary-glow:#fca31166;--bg-base:#0f1115;--bg-gradient:radial-gradient(circle at top right, #1d212b, #0f1115);--text-main:#f8f9fa;--text-muted:#8b92a5;--glass-bg:#ffffff08;--glass-border:#ffffff14;--font-base:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Outfit", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-base);background:var(--bg-base);background-image:var(--bg-gradient);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-base);cursor:pointer;border:none;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glow-blob{background:var(--primary);filter:blur(150px);opacity:.15;z-index:-1;pointer-events:none;border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite alternate pulse;position:absolute;top:-200px;right:-200px}@keyframes pulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-50px,50px)}}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(30px)}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.promo-video-section{text-align:center;width:100%;padding:4rem 1rem}.promo-video-section .section-header{margin-bottom:2rem;padding:0 1rem}.promo-video-section .section-header h2{color:var(--white);margin-bottom:.5rem;font-size:2rem;font-weight:700}.promo-video-section .section-header p{color:var(--gray);font-size:1rem}.promo-video-container{aspect-ratio:16/9;background:#1a0f2e;border-radius:16px;width:100%;max-width:960px;min-height:200px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.promo-video-container iframe{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){.promo-video-section{padding:2rem .5rem}.promo-video-section .section-header h2{font-size:1.5rem}.promo-video-container{border-radius:12px;min-height:180px}}.promo-video-placeholder{width:100%;height:100%;color:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.loading-spinner{border:3px solid #fff3;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
