@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Oswald:wght@500;700&display=swap";
.hidden{display:none}html,body{height:100%}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--red:#d30a0a;--red-dark:#b30808;--ink:#161616;--muted:#3c3c3c;--bg:#fff}body{background:var(--bg);color:var(--ink);margin:0;font-family:Manrope,Segoe UI,Arial,sans-serif}.hero{justify-content:center;align-items:flex-start;min-height:100vh;padding:72px 16px 96px;display:flex}.hero__container{text-align:center;width:min(980px,100%)}.hero__title{letter-spacing:-.02em;text-transform:uppercase;margin:0;font-family:Oswald,Arial Narrow,sans-serif;font-size:clamp(36px,6vw,72px);font-weight:800;line-height:1.02}.hero__accent{color:var(--red)}.hero__subtitle{color:var(--muted);align-items:center;gap:14px;margin-top:18px;font-size:18px;display:inline-flex}.hero__subtitle-block{flex-direction:column;align-items:center;gap:6px;display:inline-flex}.hero__subtitle-text{font-size:26px;font-weight:500}.hero__subtitle-line{background:var(--red);border-radius:2px;width:224px;height:2px;margin-top:-5px;display:inline-block}.hero__subtitle-arrow{width:90px;height:auto;margin-top:26px;display:inline-block}.hero__video-wrap{justify-content:center;margin-top:32px;display:flex}.hero__note{max-width:760px;color:var(--muted);margin:22px auto 0;font-size:16px;line-height:1.6}.hero__note p{margin:0}.hero__note p+p{margin-top:12px}.hero__note strong{color:var(--ink);font-weight:800}.hero__video{background:#000;border-radius:16px;width:min(760px,100%);position:relative;overflow:hidden;box-shadow:0 24px 60px -30px #00000073}.hero__video-media{object-fit:cover;width:100%;height:clamp(240px,40vw,420px);display:block}.hero__video-overlay{color:#fff;cursor:pointer;background:#00000059;border:0;place-items:center;display:grid;position:absolute;inset:0}.hero__play{background:var(--red);border-radius:50%;place-items:center;width:70px;height:70px;display:grid;box-shadow:0 10px 24px #00000059}.hero__play-triangle{border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:16px solid #fff;width:0;height:0;margin-left:4px}.hero__video-caption{opacity:.9;font-size:14px;position:absolute;bottom:22px;left:0;right:0}.hero__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:36px;display:flex}.hero__btn{cursor:pointer;border:2px solid #0000;border-radius:16px;padding:16px 32px;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .2s,background .2s}.hero__btn--primary{background:var(--red);color:#fff;box-shadow:0 12px 20px #d30a0a40}.hero__btn--primary:hover{background:var(--red-dark)}.hero__btn--ghost{color:var(--ink);border-color:var(--red);background:#fff}.hero__btn--ghost:hover{background:#d30a0a0f}@media (max-width:640px){.hero__subtitle{flex-wrap:wrap;justify-content:center}.hero__subtitle-line,.hero__subtitle-arrow{display:none}.hero__btn{width:100%}}
