*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0e0e1a;color:#e0e0e0;line-height:1.6;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 20px;justify-content:center}.container,.hero{display:flex;flex-direction:column;align-items:center}.hero{justify-content:flex-start;padding:40px 20px 60px;background:#0e0e1a}.hero-title{font-size:2.2rem;font-weight:600;margin-bottom:12px;text-align:center;color:#fff;letter-spacing:-.02em}.hero-subtitle{font-size:1rem;color:#999;text-align:center;margin-bottom:35px;max-width:550px;font-weight:400}.video-container{width:1000px;height:560px;max-width:1000px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.4);background:#000;border:1px solid #2a2a2a}.video-container video{width:100%;height:auto;display:block;height:100%}.video-note{font-size:.85rem;color:#888;text-align:center;margin-top:12px;font-style:italic}.username-input{width:100%;max-width:400px;padding:14px 20px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#e0e0e0;background:#1a1a2a;border:1px solid #2a2a3a;border-radius:6px;margin-top:30px;outline:none;transition:all .2s ease}.username-input::placeholder{color:#666}.username-input:focus{border-color:#ffe9bf;box-shadow:0 0 0 2px rgba(255,233,191,.1)}.cta-button{display:inline-block;padding:16px 40px;font-size:1.1rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#ffe9bf;background:#0e0e1a;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;margin-top:16px;margin-bottom:40px;border:1px solid #ffe9bf;box-shadow:0 0 20px rgba(255,215,0,.4)}.cta-button:hover{background:linear-gradient(135deg,orange,gold);box-shadow:0 10px 25px rgba(255,215,0,.5);transform:translateY(-2px)}.cta-button:active{transform:translateY(0) scale(.98);box-shadow:0 6px 15px rgba(255,215,0,.4)}.cta-button:disabled{opacity:.4;cursor:not-allowed}.cta-button:disabled,.cta-button:disabled:hover{background:#0e0e1a;border-color:#444;box-shadow:none}.cta-button:disabled:hover{transform:none}.faq-section{padding:0 20px 80px;background:#0e0e1a}.faq-title{font-size:1.6rem;font-weight:600;text-align:center;margin-bottom:30px;color:#fff}.faq-container{max-width:700px;margin:0 auto}.faq-item{background:#222;border:1px solid #2a2a2a;border-radius:6px;margin-bottom:12px;overflow:hidden;transition:all .2s ease}.faq-item:hover{border-color:#3a3a3a;background:#252525}.faq-question{width:100%;padding:20px;font-size:1rem;font-weight:500;color:#fff;background:transparent;border:none;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.faq-icon{font-size:1.2rem;transition:transform .2s ease;color:#888;font-weight:300}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;padding:0 20px;color:#999;font-size:.95rem;line-height:1.7}.faq-item.active .faq-answer{max-height:500px;padding:0 20px 20px}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-button{padding:12px 28px;font-size:.95rem}.faq-title{font-size:1.5rem}.faq-question{font-size:.95rem;padding:16px}.faq-answer{font-size:.9rem}.video-container{width:100%;height:100%;max-width:100%}.video-container video{width:100%;height:100%;object-fit:cover}}.footer{padding:40px 20px;text-align:center;color:#555;background:#1a1a1a;border-top:1px solid #2a2a2a}.footer p{font-size:.85rem}