:root {
  --deep: #020816;
  --blue: #3ba9ff;
  --blue-bright: #82d0ff;
  --white: #f7fbff;
  --muted: #9db6d1;
  --line: rgba(155, 211, 255, .2);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { background: var(--deep); -webkit-text-size-adjust: 100%; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  font-family: Manrope, sans-serif;
  background:
    radial-gradient(circle at 85% 18%, rgba(59, 169, 255, .16), transparent 25rem),
    radial-gradient(circle at 10% 94%, rgba(28, 108, 192, .13), transparent 27rem),
    var(--deep);
}
a { color: inherit; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }

/* Layout (mobile first) */
.page-shell { position: relative; z-index: 1; width: 100%; max-width: 1240px; margin: 0 auto; padding: 16px 14px 20px; display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 2px 14px; border-bottom: 1px solid var(--line); }
.brand { display: block; line-height: 0; }
.brand img { display: block; width: auto; height: 42px; max-width: 170px; object-fit: contain; }
.topbar-side { display: flex; align-items: center; gap: 10px; }
.age { padding-right: 10px; border-right: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.mini-cta { position: relative; display: inline-flex; align-items: center; gap: 8px; overflow: hidden; padding: 8px 8px 8px 12px; border: 1px solid #c8edff; border-radius: 10px; color: #041426; background: linear-gradient(105deg, #41abff, #a6e1ff); box-shadow: 0 8px 24px rgba(59, 169, 255, .3); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.mini-cta b { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 6px; background: rgba(255, 255, 255, .5); }
.mini-cta b img { display: block; width: 12px; height: 12px; }

main { display: flex; flex: 1 0 auto; flex-direction: column; padding-top: 14px; }
.hero { position: relative; display: flex; flex: 1 0 auto; flex-direction: column; overflow: hidden; border: 1px solid rgba(130, 208, 255, .35); border-radius: 22px; background: linear-gradient(120deg, #030c1c 0%, #04142c 52%, #061a37 100%); box-shadow: 0 30px 80px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .06); }
.hero::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; background: linear-gradient(115deg, transparent 40%, rgba(130, 208, 255, .07) 40.2%, transparent 59%); }
.hero-copy { position: relative; z-index: 3; overflow: visible; padding: 20px 18px 0; text-align: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 12px; padding: 4px 9px 4px 6px; border: 1px solid rgba(130, 208, 255, .35); border-radius: 999px; color: var(--blue-bright); background: linear-gradient(105deg, rgba(65, 171, 255, .2), rgba(65, 171, 255, .04)); font-size: 8.5px; font-weight: 800; letter-spacing: .16em; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-bright); }

h1 { display: flex; flex-direction: column; margin: 0; font-family: "Chakra Petch", sans-serif; line-height: .88; }
h1 strong { display: block; color: var(--blue-bright); font-size: clamp(68px, 21vw, 96px); font-weight: 700; letter-spacing: -2px; text-shadow: 0 0 24px rgba(59, 169, 255, .3); }
h1 strong b { font: inherit; }
h1 strong span { margin-left: 10px; color: var(--white); font: inherit; letter-spacing: -1px; }
h1 em { margin-top: 8px; color: var(--white); font-size: clamp(24px, 7vw, 30px); font-style: normal; font-weight: 700; letter-spacing: -.04em; }
.lead { display: none; }

.hero-cta-wrap { position: relative; z-index: 4; width: 100%; max-width: 450px; margin: 14px auto 0; overflow: visible; }
.hero-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; overflow: hidden; width: 100%; margin: 0; padding: 10px 12px 10px 16px; border: 1px solid #c8edff; border-radius: 16px; color: #041426; text-align: left; text-decoration: none; background: linear-gradient(105deg, #41abff, #a6e1ff); box-shadow: 0 16px 40px rgba(59, 169, 255, .25); -webkit-animation: k-ghost-press 5.2s 1.6s ease-in-out infinite; animation: k-ghost-press 5.2s 1.6s ease-in-out infinite; }
.ghost-finger { position: absolute; z-index: 5; right: 4px; bottom: -8px; width: 66px; height: 66px; pointer-events: none; opacity: 0; -webkit-transform-origin: 22% 14%; transform-origin: 22% 14%; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .32)); -webkit-animation: k-ghost 5.2s 1.6s ease-in-out infinite; animation: k-ghost 5.2s 1.6s ease-in-out infinite; }
.ghost-finger svg { display: block; width: 100%; height: 100%; }
body.wheel-is-open .ghost-finger { display: none; }
.hero-cta span { font-size: 18px; font-weight: 800; line-height: 1.16; }
.hero-cta small { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 800; letter-spacing: .15em; opacity: .67; }
.hero-cta b { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border: 1px solid rgba(3, 17, 38, .14); border-radius: 13px; background: rgba(255, 255, 255, .52); }
.hero-cta b img { display: block; width: 24px; height: 24px; }

.visual-stage { position: relative; z-index: 2; display: flex; flex: 1 0 auto; flex-direction: column; justify-content: flex-end; min-height: 250px; margin-top: 6px; line-height: 0; }
.zeus-wrap { position: absolute; z-index: 2; top: 16px; right: 0; bottom: 0; left: 0; overflow: hidden; color: inherit; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.logo-rain { position: absolute; z-index: 1; top: -70px; right: 0; bottom: 0; left: 0; overflow: hidden; pointer-events: none; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .35) 18%, #000 42%, #000 82%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .35) 18%, #000 42%, #000 82%, transparent 100%); }
.logo-rain span { position: absolute; top: -40px; display: block; width: 64px; height: 33px; opacity: 0; }
.logo-rain span, .logo-rain span::before, .logo-rain span::after { background: url("hepbet-logo.png") center / contain no-repeat; }
.logo-rain span.fast::before, .logo-rain span.fast::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.logo-rain span.fast { -webkit-filter: blur(.6px); filter: blur(.6px); }
.logo-rain span.fast::before { opacity: .4; -webkit-transform: translate3d(0, -9px, 0) scaleY(1.15); transform: translate3d(0, -9px, 0) scaleY(1.15); }
.logo-rain span.fast::after { opacity: .18; -webkit-transform: translate3d(0, -19px, 0) scaleY(1.3); transform: translate3d(0, -19px, 0) scaleY(1.3); }
.zeus-character { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 111.2%; -o-object-fit: contain; object-fit: contain; -o-object-position: 50% 0; object-position: 50% 0; }
.aura { position: absolute; z-index: 1; left: 5%; right: 5%; bottom: 0; height: 90%; border-radius: 50%; background: radial-gradient(ellipse at 50% 60%, rgba(90, 180, 255, .4), rgba(59, 169, 255, .1) 45%, transparent 70%); }
.particles { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; pointer-events: none; }
.particles i { position: absolute; bottom: -8px; width: 4px; height: 4px; border-radius: 50%; background: #bfe7ff; box-shadow: 0 0 8px #3ba9ff; opacity: 0; }
.bolt { position: absolute; z-index: 1; top: -30%; width: 60px; height: 80%; overflow: visible; opacity: 0; fill: none; stroke: #dff4ff; stroke-width: 3; stroke-linejoin: round; }
.bolt path { -webkit-filter: drop-shadow(0 0 6px #8fd6ff); filter: drop-shadow(0 0 6px #8fd6ff); }
.bolt-a { left: 8%; }
.bolt-b { right: 8%; width: 46px; height: 65%; }
.flash { position: absolute; z-index: 4; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle at 50% 55%, rgba(210, 238, 255, .55), rgba(90, 180, 255, .18) 45%, transparent 75%); }

.promos { margin-top: 14px; }
.promo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.promo-card { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 0; padding: 20px 6px 14px; border: 1px solid rgba(130, 208, 255, .3); border-radius: 16px; color: var(--white); text-align: center; text-decoration: none; background: radial-gradient(120% 90% at 50% 0%, #12406a 0%, #071a36 55%, #050f22 100%); }
.promo-card.is-hot { top: -5px; border-color: rgba(166, 225, 255, .7); background: radial-gradient(120% 90% at 50% 0%, #1a5a95 0%, #0a2448 55%, #06132a 100%); box-shadow: 0 16px 44px rgba(59, 169, 255, .25); }
.promo-ribbon { position: absolute; top: -9px; left: 0; right: 0; width: max-content; margin: 0 auto; padding: 3px 8px; border-radius: 999px; color: #041426; background: linear-gradient(105deg, #41abff, #a6e1ff); box-shadow: 0 6px 18px rgba(59, 169, 255, .4); font-size: 8px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.promo-icon { display: grid; width: 30px; height: 30px; margin-bottom: 2px; place-items: center; border: 1px solid rgba(130, 208, 255, .35); border-radius: 9px; background: linear-gradient(145deg, rgba(65, 171, 255, .25), rgba(65, 171, 255, .05)); }
.promo-icon svg { width: 16px; height: 16px; fill: none; stroke: var(--blue-bright); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.promo-label { color: var(--blue-bright); font-size: 8.5px; font-weight: 800; letter-spacing: .1em; }
.promo-card strong { display: flex; align-items: baseline; justify-content: center; gap: 2px; color: var(--white); font: 700 clamp(24px, 8vw, 34px)/1 "Chakra Petch", sans-serif; letter-spacing: -.04em; }
.promo-card strong small { font-size: .38em; letter-spacing: 0; }
.promo-card.is-hot strong { color: var(--blue-bright); }
.promo-desc { color: var(--muted); font-size: 10.5px; font-weight: 600; line-height: 1.25; }

.offer-dialog { width: min(400px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 20px); margin: auto; padding: 0; overflow: auto; border: 1px solid rgba(142, 210, 255, .35); border-radius: 26px; color: #f7fbff; background: radial-gradient(120% 80% at 50% -10%, #1a5a95 0%, #0a2448 42%, #050f22 100%); box-shadow: 0 30px 100px #000c, 0 0 50px #3ba9ff28; }
.offer-dialog::backdrop { background: #010713e6; }
.offer-panel { position: relative; padding: 26px 18px 20px; text-align: center; }
.offer-close { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; border: 1px solid rgba(155, 211, 255, .22); border-radius: 50%; color: #c6def2; background: rgba(255, 255, 255, .06); font: 24px/1 Manrope, sans-serif; cursor: pointer; }
.offer-close:hover { background: rgba(255, 255, 255, .14); }
.offer-kicker { display: inline-flex; margin: 0 0 10px; padding: 4px 10px; border: 1px solid rgba(130, 208, 255, .35); border-radius: 999px; color: #a6e1ff; background: rgba(65, 171, 255, .14); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.offer-dialog h2 { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 6px 8px; margin: 0; color: #fff; font-family: "Chakra Petch", sans-serif; font-weight: 700; line-height: .86; letter-spacing: -.04em; }
.offer-dialog h2 b { font: inherit; font-size: clamp(58px, 16vw, 72px); text-shadow: 0 0 28px rgba(90, 183, 255, .45); }
.offer-dialog h2 small { color: #8ed2ff; font: inherit; font-size: clamp(22px, 6vw, 28px); letter-spacing: 0; }
.offer-dialog h2 span { flex: 1 1 100%; margin-top: 8px; color: #d7ecff; font-size: 18px; letter-spacing: -.02em; }
.offer-text { margin: 10px 8px 0; color: #d5e8f6; font-size: 14px; font-weight: 700; line-height: 1.45; }
.offer-pick { margin-top: 16px; padding: 14px 12px 12px; border: 1px solid rgba(142, 210, 255, .18); border-radius: 18px; background: rgba(4, 16, 32, .45); }
.offer-note { margin: 0 2px 12px; color: #b7cae0; font-size: 12.5px; font-weight: 600; line-height: 1.5; }
.offer-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.offer-list li { display: grid; grid-template-columns: 68px minmax(0, 1fr); align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(142, 210, 255, .16); border-radius: 14px; background: rgba(255, 255, 255, .04); text-align: left; }
.offer-list li.is-hot { border-color: rgba(166, 225, 255, .55); background: linear-gradient(105deg, rgba(65, 171, 255, .2), rgba(65, 171, 255, .05)); box-shadow: 0 8px 22px rgba(59, 169, 255, .16); }
.offer-list strong { color: #8ed2ff; font: 700 22px/1 "Chakra Petch", sans-serif; letter-spacing: -.03em; text-align: left; }
.offer-list li.is-hot strong { color: #c8edff; }
.offer-list span { color: #f7fbff; font-size: 13px; font-weight: 800; line-height: 1.25; }
.offer-cta { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; overflow: hidden; width: 100%; min-height: 54px; margin-top: 16px; padding: 14px 20px; border: 1px solid #d4f0ff; border-radius: 16px; color: #041426; text-decoration: none; background: linear-gradient(105deg, #41abff, #a6e1ff); box-shadow: 0 12px 32px rgba(59, 169, 255, .32); font-size: 17px; font-weight: 800; }
.offer-cta::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 40%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent); -webkit-animation: k-shine 3s 1s ease-in-out infinite; animation: k-shine 3s 1s ease-in-out infinite; }
.offer-cta span { position: relative; font-size: 20px; line-height: 1; }
body.offer-is-open { overflow: hidden; }
body.offer-is-open .ghost-finger { display: none; }

.redirect-overlay { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; left: 0; display: grid; place-items: center; padding: 24px; background: rgba(2, 9, 25, .96); opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.redirect-overlay.is-active { opacity: 1; pointer-events: auto; }
.redirect-card { display: grid; justify-items: center; gap: 24px; }
.redirect-card img { display: block; width: 130px; max-width: 38vw; height: auto; }
.redirect-dots { display: flex; gap: 8px; }
.redirect-dots i { width: 6px; height: 6px; border-radius: 50%; background: #c8edff; opacity: .2; }

/* Tablet / desktop */
@media (min-width: 561px) {
  .page-shell { padding: 20px 20px 28px; }
  .brand img { height: 52px; max-width: 210px; }
  .hero { border-radius: 28px; }
  .hero-copy { padding: 36px 32px 0; }
  .eyebrow { padding: 5px 10px 5px 7px; font-size: 9.5px; }
  h1 strong { font-size: clamp(88px, 14vw, 120px); }
  h1 em { font-size: clamp(30px, 4vw, 40px); }
  .lead { display: block; max-width: 460px; margin: 16px auto 0; color: #b7cae0; font-size: 16px; line-height: 1.6; }
  .promo-row { gap: 16px; }
  .promo-card { gap: 6px; padding: 24px 12px 18px; border-radius: 22px; }
  .promo-icon { width: 44px; height: 44px; border-radius: 14px; }
  .promo-icon svg { width: 22px; height: 22px; }
  .promo-label { font-size: 11px; letter-spacing: .18em; }
  .promo-card strong { font-size: clamp(36px, 6vw, 56px); gap: 4px; }
  .promo-desc { font-size: 14px; }
  .promo-ribbon { top: -11px; padding: 5px 12px; font-size: 10px; letter-spacing: .12em; }
}
@media (min-width: 901px) {
  .topbar { padding-bottom: 18px; }
  main { padding-top: 20px; }
  .mini-cta { gap: 10px; padding: 10px 10px 10px 18px; border-radius: 12px; font-size: 13px; }
  .mini-cta b { width: 26px; height: 26px; border-radius: 8px; }
  .mini-cta b img { width: 14px; height: 14px; }
  .age { font-size: 12px; }
  .hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); border-radius: 34px; }
  .hero-copy { align-self: center; padding: 44px 0 44px 64px; text-align: left; }
  .lead { margin-left: 0; }
  .hero-cta-wrap { margin-left: 0; }
  .hero-cta { padding: 14px 15px 14px 22px; border-radius: 18px; }
  .ghost-finger { right: 4px; bottom: -12px; width: 78px; height: 78px; }
  .hero-cta span { font-size: 22px; }
  .hero-cta b { flex-basis: 58px; height: 58px; border-radius: 15px; }
  .hero-cta b img { width: 27px; height: 27px; }
  .visual-stage { flex-direction: row; align-items: flex-end; justify-content: center; margin-top: 0; padding: 8px 0 0; }
  .zeus-wrap { position: relative; top: auto; right: auto; bottom: auto; left: auto; overflow: hidden; height: 500px; }
  .zeus-character { position: static; display: block; width: auto; max-width: none; height: 556px; margin: 0 auto; }
  .promos { margin-top: 20px; }
}

/* Motion: transform + opacity only, works on iOS Safari and Android Chrome */
@-webkit-keyframes k-rain { 0% { opacity: 0; -webkit-transform: translate3d(0, 0, 0); } 12% { opacity: .8; } 88% { opacity: .8; } 100% { opacity: 0; -webkit-transform: translate3d(0, 460px, 0); } }
@keyframes k-rain { 0% { opacity: 0; transform: translate3d(0, 0, 0); } 12% { opacity: .8; } 88% { opacity: .8; } 100% { opacity: 0; transform: translate3d(0, 460px, 0); } }
@-webkit-keyframes k-sway-l { 0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0) rotate(-14deg) scale(0.6); } 14% { opacity: 0.9; -webkit-transform: translate3d(6px, 60px, 0) rotate(-4deg) scale(1); } 35% { opacity: 0.9; -webkit-transform: translate3d(-12px, 160px, 0) rotate(10deg) scale(1); } 60% { opacity: 0.9; -webkit-transform: translate3d(14px, 280px, 0) rotate(-8deg) scale(1); } 86% { opacity: 0.9; -webkit-transform: translate3d(-6px, 395px, 0) rotate(6deg) scale(1); } 100% { opacity: 0; -webkit-transform: translate3d(4px, 460px, 0) rotate(-3deg) scale(0.85); } }
@keyframes k-sway-l { 0% { opacity: 0; transform: translate3d(0px, 0px, 0) rotate(-14deg) scale(0.6); } 14% { opacity: 0.9; transform: translate3d(6px, 60px, 0) rotate(-4deg) scale(1); } 35% { opacity: 0.9; transform: translate3d(-12px, 160px, 0) rotate(10deg) scale(1); } 60% { opacity: 0.9; transform: translate3d(14px, 280px, 0) rotate(-8deg) scale(1); } 86% { opacity: 0.9; transform: translate3d(-6px, 395px, 0) rotate(6deg) scale(1); } 100% { opacity: 0; transform: translate3d(4px, 460px, 0) rotate(-3deg) scale(0.85); } }
@-webkit-keyframes k-sway-r { 0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0) rotate(14deg) scale(0.6); } 14% { opacity: 0.9; -webkit-transform: translate3d(-6px, 60px, 0) rotate(4deg) scale(1); } 35% { opacity: 0.9; -webkit-transform: translate3d(12px, 160px, 0) rotate(-10deg) scale(1); } 60% { opacity: 0.9; -webkit-transform: translate3d(-14px, 280px, 0) rotate(8deg) scale(1); } 86% { opacity: 0.9; -webkit-transform: translate3d(6px, 395px, 0) rotate(-6deg) scale(1); } 100% { opacity: 0; -webkit-transform: translate3d(-4px, 460px, 0) rotate(3deg) scale(0.85); } }
@keyframes k-sway-r { 0% { opacity: 0; transform: translate3d(0px, 0px, 0) rotate(14deg) scale(0.6); } 14% { opacity: 0.9; transform: translate3d(-6px, 60px, 0) rotate(4deg) scale(1); } 35% { opacity: 0.9; transform: translate3d(12px, 160px, 0) rotate(-10deg) scale(1); } 60% { opacity: 0.9; transform: translate3d(-14px, 280px, 0) rotate(8deg) scale(1); } 86% { opacity: 0.9; transform: translate3d(6px, 395px, 0) rotate(-6deg) scale(1); } 100% { opacity: 0; transform: translate3d(-4px, 460px, 0) rotate(3deg) scale(0.85); } }
@-webkit-keyframes k-rise { from { opacity: 0; -webkit-transform: translate3d(0, 24px, 0); } to { opacity: 1; -webkit-transform: none; } }
@keyframes k-rise { from { opacity: 0; transform: translate3d(0, 24px, 0); } to { opacity: 1; transform: none; } }
@-webkit-keyframes k-zeus { from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0) scale(.94); } to { opacity: 1; -webkit-transform: none; } }
@keyframes k-zeus { from { opacity: 0; transform: translate3d(0, 30px, 0) scale(.94); } to { opacity: 1; transform: none; } }
@-webkit-keyframes k-pulse { 0%, 100% { opacity: .5; -webkit-transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(1.08); } }
@keyframes k-pulse { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
@-webkit-keyframes k-bolt { 0%, 2% { opacity: 0; } 3% { opacity: 1; } 5% { opacity: .15; } 6% { opacity: 1; } 9%, 100% { opacity: 0; } }
@keyframes k-bolt { 0%, 2% { opacity: 0; } 3% { opacity: 1; } 5% { opacity: .15; } 6% { opacity: 1; } 9%, 100% { opacity: 0; } }
@-webkit-keyframes k-flash { 0%, 2.5% { opacity: 0; } 3% { opacity: .9; } 4.5% { opacity: 0; } 5.8% { opacity: .5; } 8%, 100% { opacity: 0; } }
@keyframes k-flash { 0%, 2.5% { opacity: 0; } 3% { opacity: .9; } 4.5% { opacity: 0; } 5.8% { opacity: .5; } 8%, 100% { opacity: 0; } }
@-webkit-keyframes k-spark-l { 0% { opacity: 0; -webkit-transform: translate3d(0, 0, 0); } 15% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-30px, -320px, 0); } }
@keyframes k-spark-l { 0% { opacity: 0; transform: translate3d(0, 0, 0); } 15% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-30px, -320px, 0); } }
@-webkit-keyframes k-spark-r { 0% { opacity: 0; -webkit-transform: translate3d(0, 0, 0); } 15% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(30px, -320px, 0); } }
@keyframes k-spark-r { 0% { opacity: 0; transform: translate3d(0, 0, 0); } 15% { opacity: 1; } 100% { opacity: 0; transform: translate3d(30px, -320px, 0); } }
@-webkit-keyframes k-shine { 0%, 55% { -webkit-transform: translate3d(-150%, 0, 0) skewX(-20deg); } 100% { -webkit-transform: translate3d(350%, 0, 0) skewX(-20deg); } }
@keyframes k-shine { 0%, 55% { transform: translate3d(-150%, 0, 0) skewX(-20deg); } 100% { transform: translate3d(350%, 0, 0) skewX(-20deg); } }
@-webkit-keyframes k-nudge { 0%, 100% { -webkit-transform: none; } 50% { -webkit-transform: translate3d(3px, -3px, 0); } }
@keyframes k-nudge { 0%, 100% { transform: none; } 50% { transform: translate3d(3px, -3px, 0); } }
@-webkit-keyframes k-float { 0%, 100% { -webkit-transform: none; } 50% { -webkit-transform: translate3d(0, -3px, 0); } }
@keyframes k-float { 0%, 100% { transform: none; } 50% { transform: translate3d(0, -3px, 0); } }
@-webkit-keyframes k-blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes k-blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@-webkit-keyframes k-glow { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
@keyframes k-glow { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes k-ghost {
  0%, 100% { opacity: 0; -webkit-transform: translate3d(18px, 24px, 0) rotate(-32deg); }
  12% { opacity: .94; -webkit-transform: translate3d(0, 2px, 0) rotate(-32deg); }
  18% { opacity: .94; -webkit-transform: translate3d(1px, 10px, 0) rotate(-32deg); }
  24% { opacity: .94; -webkit-transform: translate3d(0, 2px, 0) rotate(-32deg); }
  30% { opacity: .94; -webkit-transform: translate3d(1px, 10px, 0) rotate(-32deg); }
  42% { opacity: .88; -webkit-transform: translate3d(0, 2px, 0) rotate(-32deg); }
  56% { opacity: 0; -webkit-transform: translate3d(14px, 18px, 0) rotate(-32deg); }
}
@keyframes k-ghost {
  0%, 100% { opacity: 0; transform: translate3d(18px, 24px, 0) rotate(-32deg); }
  12% { opacity: .94; transform: translate3d(0, 2px, 0) rotate(-32deg); }
  18% { opacity: .94; transform: translate3d(1px, 10px, 0) rotate(-32deg); }
  24% { opacity: .94; transform: translate3d(0, 2px, 0) rotate(-32deg); }
  30% { opacity: .94; transform: translate3d(1px, 10px, 0) rotate(-32deg); }
  42% { opacity: .88; transform: translate3d(0, 2px, 0) rotate(-32deg); }
  56% { opacity: 0; transform: translate3d(14px, 18px, 0) rotate(-32deg); }
}
@-webkit-keyframes k-ghost-press {
  0%, 17%, 23%, 29%, 100% { -webkit-transform: none; }
  18%, 30% { -webkit-transform: scale(.98); }
}
@keyframes k-ghost-press {
  0%, 17%, 23%, 29%, 100% { transform: none; }
  18%, 30% { transform: scale(.98); }
}

.topbar { -webkit-animation: k-rise .7s var(--ease) both; animation: k-rise .7s var(--ease) both; }
.hero-copy > * { -webkit-animation: k-rise .7s var(--ease) both; animation: k-rise .7s var(--ease) both; }
.hero-copy > :nth-child(1) { -webkit-animation-delay: .25s; animation-delay: .25s; }
.hero-copy > :nth-child(2) { -webkit-animation-delay: .4s; animation-delay: .4s; }
.hero-copy > :nth-child(3) { -webkit-animation-delay: .55s; animation-delay: .55s; }
.hero-copy > :nth-child(4) { -webkit-animation-delay: .65s; animation-delay: .65s; }
.promo-card { -webkit-animation: k-rise .7s var(--ease) both; animation: k-rise .7s var(--ease) both; }
.promo-row .promo-card:nth-child(1) { -webkit-animation-delay: .8s; animation-delay: .8s; }
.promo-row .promo-card:nth-child(2) { -webkit-animation-delay: .9s; animation-delay: .9s; }
.promo-row .promo-card:nth-child(3) { -webkit-animation-delay: 1s; animation-delay: 1s; }

.eyebrow i { -webkit-animation: k-blink 1.4s ease-in-out infinite; animation: k-blink 1.4s ease-in-out infinite; }
.aura { -webkit-animation: k-pulse 4s ease-in-out infinite; animation: k-pulse 4s ease-in-out infinite; }
.bolt { -webkit-animation: k-bolt 6s .6s linear infinite; animation: k-bolt 6s .6s linear infinite; }
.bolt-b { -webkit-animation-delay: .75s; animation-delay: .75s; }
.flash { -webkit-animation: k-flash 6s .6s linear infinite; animation: k-flash 6s .6s linear infinite; }
.particles i.l { -webkit-animation: k-spark-l 6s linear infinite; animation: k-spark-l 6s linear infinite; }
.particles i.r { -webkit-animation: k-spark-r 7s linear infinite; animation: k-spark-r 7s linear infinite; }

.hero-cta::after, .mini-cta::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 40%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent); -webkit-animation: k-shine 3s 1.5s ease-in-out infinite; animation: k-shine 3s 1.5s ease-in-out infinite; }
.mini-cta::after { -webkit-animation-delay: 2.2s; animation-delay: 2.2s; }
.hero-cta b img, .mini-cta b img { -webkit-animation: k-nudge 1.6s ease-in-out infinite; animation: k-nudge 1.6s ease-in-out infinite; }
.promo-icon { -webkit-animation: k-float 3s ease-in-out infinite; animation: k-float 3s ease-in-out infinite; }
.promo-row .promo-card:nth-child(2) .promo-icon { -webkit-animation-delay: .5s; animation-delay: .5s; }
.promo-row .promo-card:nth-child(3) .promo-icon { -webkit-animation-delay: 1s; animation-delay: 1s; }

.promo-card::before, h1 strong::after { content: ""; position: absolute; pointer-events: none; opacity: 0; }
.promo-card::before { top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px solid rgba(166, 225, 255, .85); border-radius: inherit; box-shadow: 0 0 18px rgba(59, 169, 255, .35); -webkit-animation: k-glow 3s ease-in-out infinite; animation: k-glow 3s ease-in-out infinite; }
.promo-row .promo-card:nth-child(2)::before { -webkit-animation-delay: 1s; animation-delay: 1s; }
.promo-row .promo-card:nth-child(3)::before { -webkit-animation-delay: 2s; animation-delay: 2s; }
h1 strong { position: relative; }
h1 strong::after { top: 10%; right: 5%; bottom: 10%; left: 5%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse, rgba(59, 169, 255, .45), transparent 70%); -webkit-animation: k-glow 3s 1.5s ease-in-out infinite; animation: k-glow 3s 1.5s ease-in-out infinite; }

.redirect-overlay.is-active .redirect-dots i { -webkit-animation: k-blink 1.2s ease-in-out infinite; animation: k-blink 1.2s ease-in-out infinite; }
.redirect-overlay.is-active .redirect-dots i:nth-child(2) { -webkit-animation-delay: .2s; animation-delay: .2s; }
.redirect-overlay.is-active .redirect-dots i:nth-child(3) { -webkit-animation-delay: .4s; animation-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  .flash, .bolt, .ghost-finger { display: none; }
  .hero-cta { -webkit-animation: none; animation: none; }
}

.logo-rain span { -webkit-animation: k-sway-l 6s ease-in-out infinite; animation: k-sway-l 6s ease-in-out infinite; }
.logo-rain span.alt { -webkit-animation-name: k-sway-r; animation-name: k-sway-r; }
.logo-rain span.fast { -webkit-animation: k-rain 2.4s linear infinite; animation: k-rain 2.4s linear infinite; }
