*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6;color:#1a1a2e;background-color:#fff}body{min-width:320px}a{color:#e94560;text-decoration:none}a:hover{text-decoration:underline}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem;background:#0f0f19f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.07)}.header .logo{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:700;letter-spacing:1px}.header .logo img{height:36px;width:auto;border-radius:6px}.header .logo span{color:#e94560}.nav{display:flex;gap:2rem;list-style:none}.nav a{color:#ffffffbf;font-size:1.3rem;font-weight:500;transition:color .2s}.nav a:hover{color:#fff;text-decoration:none}.hero{text-align:center;padding:7rem 2rem;background:linear-gradient(135deg,#0f0f19,#16213e 60%,#0f3460);color:#fff}.hero-title{display:flex;align-items:center;justify-content:center;gap:2.5rem}.hero-logo{width:220px;height:auto;border-radius:16px;flex-shrink:0}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem}.hero h1{font-size:3.8rem;font-weight:800;margin-bottom:0;line-height:1.2;letter-spacing:-.5px}.hero h1 span{color:#e94560}.hero p{font-size:1.15rem;max-width:560px;margin:0 auto 2.5rem;opacity:.8;line-height:1.7}.hero-cta{display:inline-block;background:#e94560;color:#fff;padding:1.4rem 4.5rem;border-radius:10px;font-size:1.6rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;box-shadow:0 6px 32px #e9456073;transition:background .2s,transform .15s,box-shadow .2s}.hero-cta:hover{background:#c73652;transform:translateY(-2px);box-shadow:0 10px 40px #e945608c;text-decoration:none}.section{padding:5rem 4rem;max-width:1400px;margin:0 auto}.section h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#111;letter-spacing:-.3px}.section h2 span{color:#e94560}.about-text{text-align:center;font-size:1.5rem;max-width:100%;margin:0 auto;color:#555;line-height:1.85}.video-section{background:#f7f8fa;max-width:100%;padding:5rem 3rem}.video-section h2{max-width:1400px;margin-left:auto;margin-right:auto}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.video-grid video{width:100%;border-radius:12px;background:#000;box-shadow:0 4px 24px #0000001f}.contact-section{border-top:1px solid #eee;font-size:1.8rem}.contact-info{text-align:center;font-size:1.5rem;color:#444;line-height:2.2}.contact-info a{color:#e94560}.contact-info a:hover{text-decoration:underline}.footer{background:#0f0f19;color:#fff6;text-align:center;padding:1.5rem 2rem;font-size:.85rem}@media(max-width:600px){.hero h1{font-size:2.1rem}.header{flex-direction:column;gap:.75rem;padding:1rem}.nav{gap:1.25rem}.video-grid{grid-template-columns:1fr}.video-section{padding:5rem 1rem}}
