@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap");.jelly-v2-hero{--jelly-v2-navy:#0d1b4c;--jelly-v2-ink:#1e2a4a;--jelly-v2-muted:#5c6579;--jelly-v2-yellow:#ffd43b;--jelly-v2-yellow-dark:#f5c518;--jelly-v2-line:#e6e9f0;background:#fff;color:var(--jelly-v2-ink);font-family:Inter,system-ui,sans-serif;padding:72px 0 64px}.jelly-v2-hero__wrap{align-items:center;display:grid;gap:52px;grid-template-columns:1.1fr .9fr;margin:0 auto;max-width:1080px;padding:0 24px}.jelly-v2-hero__eyebrow{color:var(--jelly-v2-muted);font-size:14px;font-weight:600;letter-spacing:.08em;margin-bottom:14px;text-transform:uppercase}.jelly-v2-hero h1{color:var(--jelly-v2-navy);font-family:Poppins,Inter,system-ui,sans-serif;font-size:clamp(36px,4.8vw,54px);font-weight:700;line-height:1.2;margin:0 0 18px}.jelly-v2-hero h1 mark{background:linear-gradient(transparent 60%,var(--jelly-v2-yellow) 60%,var(--jelly-v2-yellow) 92%,transparent 92%);color:var(--jelly-v2-navy)}.jelly-v2-hero__description{color:var(--jelly-v2-muted);font-size:18px;line-height:1.6;margin-bottom:28px;max-width:500px}.jelly-v2-hero__description p,.jelly-v2-hero__note p{margin:0}.jelly-v2-hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px}.jelly-v2-button{align-items:center;border:2px solid transparent;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Poppins,Inter,system-ui,sans-serif;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:14px 28px;transition:.15s}.jelly-v2-button,.jelly-v2-button:hover{text-decoration:none}.jelly-v2-button--yellow{background:var(--jelly-v2-yellow);color:var(--jelly-v2-navy)}.jelly-v2-button--yellow:hover{background:var(--jelly-v2-yellow-dark)}.jelly-v2-button--outline{background:#fff;border-color:var(--jelly-v2-navy);color:var(--jelly-v2-navy)}.jelly-v2-button--outline:hover{background:#f7f8fb}.jelly-v2-hero__note{color:var(--jelly-v2-muted);font-size:14px}.jelly-v2-hero__note strong{color:var(--jelly-v2-navy)}.jelly-v2-hero__video{background:var(--jelly-v2-navy);border-radius:16px;box-shadow:0 20px 50px rgba(13,27,76,.15);overflow:hidden}.jelly-v2-hero__video video{display:block;width:100%}@media (max-width:860px){.jelly-v2-hero__wrap{grid-template-columns:1fr}}