:root{--pink:#f20b81;--bg:#05071a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:white;font-family:Inter,Arial,sans-serif}header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid rgba(255,255,255,.14);background:#030518}.landing-logo img{width:230px;height:68px;object-fit:contain}nav{display:flex;gap:34px;font-weight:700}nav a{color:white;text-decoration:none}.landing-hero{min-height:595px;position:relative;overflow:hidden}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,24,.96),rgba(3,5,24,.35),rgba(3,5,24,.88)),url('../../images/landing/hero-crowd.png') center/cover}.hero-inner{position:relative;z-index:1;min-height:595px;padding:58px 6vw 70px;display:grid;grid-template-columns:46% 54%;align-items:center}.hero-copy h1{margin:0;text-transform:uppercase;font-size:75px;line-height:.88}.hero-copy h1 span,.hero-copy h1 b,.hero-copy h1 em{display:block}.hero-copy h1 b{color:#fa148c}.hero-copy h1 em{font-family:cursive;text-transform:none;font-weight:700}.hero-copy p{max-width:620px;font-size:18px;line-height:1.45}.hero-copy a{display:inline-block;text-decoration:none;color:#fff;font-weight:800;padding:16px 28px;margin:16px 12px 25px 0;border-radius:4px}.hot{background:#ef0b7b}.outline{border:1px solid rgba(255,255,255,.7)}small{display:block;color:#d6d6df}.device{max-width:100%;max-height:480px;object-fit:contain}.landing-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#f8f9ff;color:#171a2a}.landing-strip article{padding:25px 30px;border-right:1px solid #d8dbea;min-height:110px}.landing-strip strong,.landing-strip span{display:block}.landing-strip strong{text-transform:uppercase;font-size:14px;margin-bottom:8px}.landing-strip span{font-size:14px;line-height:1.4;color:#464b5f}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.device{display:none}.landing-strip{grid-template-columns:1fr 1fr}.hero-copy h1{font-size:57px}}

.hero-copy h1{font-family:var(--font-display)}
