:root {
  color-scheme: dark;
  --ink: #041323;
  --ink-soft: #08233b;
  --panel: #0a2944;
  --cyan: #35d8f4;
  --cyan-bright: #70efff;
  --blue: #138fdd;
  --ice: #effcff;
  --muted: #9cb6c9;
  --gold: #ffc84a;
  --line: rgb(125 223 248 / 19%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgb(20 154 224 / 24%), transparent 31rem),
    radial-gradient(circle at 14% 60%, rgb(38 208 235 / 9%), transparent 28rem),
    var(--ink);
  color: var(--ice);
  font-family: Inter, ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 16px; border-radius: 12px; background: #fff; color: #062039; font-weight: 800; }
.skip-link:focus { top: 16px; }

.sales-header {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.sales-brand { display: inline-flex; align-items: center; text-decoration: none; }
.sales-brand img { width: 188px; height: auto; display: block; filter: drop-shadow(0 9px 18px rgb(45 211 244 / 20%)); }

.sales-nav { display: flex; align-items: center; gap: 30px; }
.sales-nav a { color: #a9c3d4; font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.sales-nav a:hover { color: #fff; }

.sales-header__actions { display: flex; align-items: center; gap: 10px; }
.button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgb(112 239 255 / 35%);
  border-radius: 15px;
  background: linear-gradient(135deg, var(--cyan-bright), var(--cyan) 52%, #1fb4eb);
  color: #032038;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgb(33 199 234 / 22%), inset 0 1px rgb(255 255 255 / 55%);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgb(33 199 234 / 30%), inset 0 1px rgb(255 255 255 / 55%); }
.button--ghost { border-color: transparent; background: transparent; color: #d6ebf5; box-shadow: none; }
.button--compact { min-height: 44px; padding: 0 18px; }

.sales-hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  padding: 76px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 58px;
}
.sales-hero__glow { position: absolute; z-index: -1; width: 520px; height: 520px; right: -160px; top: 20px; border-radius: 50%; background: rgb(16 169 226 / 14%); filter: blur(90px); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 9px; color: var(--cyan-bright); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #49ec9b; box-shadow: 0 0 0 6px rgb(73 236 155 / 12%), 0 0 18px #49ec9b; }
.sales-hero h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.4rem); line-height: .9; letter-spacing: -.075em; font-weight: 950; }
.sales-hero h1 em { color: var(--cyan); font-style: normal; text-shadow: 0 0 38px rgb(53 216 244 / 22%); }
.sales-hero__lead { max-width: 580px; margin: 28px 0 0; color: #b5cad8; font-size: 18px; line-height: 1.7; }
.sales-hero__actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.button--hero { min-height: 60px; padding: 0 28px; border-radius: 18px; font-size: 16px; }
.button--hero svg { width: 21px; height: 21px; fill: currentColor; }
.text-link { color: #d8edf5; font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--cyan); }
.sales-proof { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; list-style: none; color: #8daabd; font-size: 13px; font-weight: 700; }
.sales-proof li { display: flex; align-items: center; gap: 7px; }
.sales-proof svg { width: 17px; height: 17px; fill: none; stroke: #55e2ad; stroke-width: 2.4; }

.sales-hero__visual { position: relative; }
.game-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 4.35; border: 1px solid rgb(116 226 255 / 32%); border-radius: 38px; background: #0b6da0; box-shadow: 0 46px 100px rgb(0 0 0 / 42%), 0 0 0 9px rgb(70 210 243 / 5%); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.game-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgb(1 20 35 / 5%) 55%, rgb(3 20 35 / 75%)), linear-gradient(110deg, rgb(255 255 255 / 13%), transparent 30%); }
.game-frame picture, .game-frame img { width: 100%; height: 100%; display: block; }
.game-frame img { object-fit: cover; }
.game-frame__live, .game-frame__score, .game-frame__gem { position: absolute; z-index: 2; }
.game-frame__live { top: 22px; left: 22px; padding: 9px 12px; display: flex; align-items: center; gap: 7px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 999px; background: rgb(3 29 48 / 66%); backdrop-filter: blur(13px); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.game-frame__live i { width: 7px; height: 7px; border-radius: 50%; background: #49ec9b; box-shadow: 0 0 12px #49ec9b; }
.game-frame__score { inset: auto 22px 22px; padding: 15px 17px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 18px; background: rgb(3 25 43 / 76%); backdrop-filter: blur(15px); }
.game-frame__score small { display: block; color: var(--cyan-bright); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.game-frame__score strong { display: block; margin-top: 3px; font-size: 15px; }
.game-frame__gem { right: 24px; bottom: 26px; color: var(--cyan-bright); font-size: 30px; filter: drop-shadow(0 0 16px #30cdef); }
.floating-card { position: absolute; z-index: 3; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid rgb(130 230 255 / 25%); border-radius: 18px; background: rgb(7 37 61 / 82%); box-shadow: 0 18px 44px rgb(0 0 0 / 30%); backdrop-filter: blur(15px); }
.floating-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: rgb(55 217 244 / 14%); }
.floating-card small { display: block; color: #7d9db1; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.floating-card strong { display: block; margin-top: 3px; font-size: 12px; white-space: nowrap; }
.floating-card--ranking { left: -55px; top: 22%; }
.floating-card--speed { right: -34px; bottom: 24%; }

.quick-strip { width: min(1180px, calc(100% - 40px)); min-height: 100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.quick-strip article { padding: 24px 34px; display: flex; align-items: center; gap: 17px; border-right: 1px solid var(--line); }
.quick-strip article:last-child { border-right: 0; }
.quick-strip strong { color: var(--cyan); font-size: 13px; letter-spacing: .12em; }
.quick-strip span { font-size: 15px; font-weight: 800; }

.sales-preview { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; text-align: center; }
.eyebrow--center { justify-content: center; }
.sales-preview h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.06em; }
.preview-cards { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.preview-cards article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgb(11 45 73 / 92%), rgb(7 31 53 / 92%)); box-shadow: inset 0 1px rgb(255 255 255 / 4%); }
.preview-cards b { color: var(--cyan); font-size: 12px; letter-spacing: .13em; }
.preview-cards h3 { margin: 47px 0 10px; font-size: 20px; }
.preview-cards p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.season-showcase {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 120px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 64px;
  overflow: hidden;
  border: 1px solid rgb(112 227 255 / 25%);
  border-radius: 38px;
  background:
    radial-gradient(circle at 5% 45%, rgb(35 202 237 / 19%), transparent 36rem),
    linear-gradient(145deg, #0a2946, #061c31 72%);
  box-shadow: 0 34px 80px rgb(0 0 0 / 28%);
}
.season-showcase::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg, #000, transparent 60%); }
.season-showcase__visual { position: relative; min-height: 550px; overflow: hidden; border-radius: 28px; background: #0b83c8; box-shadow: 0 22px 55px rgb(0 0 0 / 32%); }
.season-showcase__visual picture, .season-showcase__visual img { width: 100%; height: 100%; display: block; }
.season-showcase__visual img { position: absolute; inset: 0; object-fit: cover; }
.season-showcase__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgb(2 22 38 / 91%)); }
.season-showcase__mission { position: absolute; z-index: 2; inset: auto 24px 24px; padding: 20px 21px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 20px; background: rgb(3 28 47 / 78%); backdrop-filter: blur(18px); }
.season-showcase__mission span, .feature-card span { display: block; color: var(--cyan-bright); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.season-showcase__mission strong { display: block; margin-top: 6px; font-size: 23px; }
.season-showcase__mission small { display: block; margin-top: 4px; color: #9eb8c8; font-size: 12px; }
.season-showcase__copy { position: relative; z-index: 1; padding-right: 28px; }
.season-showcase h2, .section-heading h2, .account-showcase h2, .final-cta h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: .96; letter-spacing: -.06em; }
.season-showcase h2 em, .final-cta h2 em { color: var(--cyan); font-style: normal; }
.season-showcase__copy > p:not(.eyebrow), .account-showcase__copy > p { margin: 24px 0 0; color: #a9c2d2; font-size: 16px; line-height: 1.7; }
.season-points { margin: 32px 0; display: grid; gap: 12px; }
.season-points article { padding: 14px; display: flex; align-items: center; gap: 14px; border: 1px solid rgb(130 230 255 / 12%); border-radius: 16px; background: rgb(255 255 255 / 3%); }
.season-points b { width: 39px; height: 39px; flex: 0 0 39px; display: grid; place-items: center; border-radius: 12px; background: rgb(51 215 244 / 12%); color: var(--cyan); }
.season-points strong { display: block; font-size: 14px; }
.season-points small { display: block; margin-top: 3px; color: #8ca8ba; font-size: 12px; line-height: 1.4; }

.feature-arena { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 20px 0 130px; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1fr minmax(300px, 440px); align-items: end; gap: 40px; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 260px; gap: 18px; }
.feature-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #09223a; box-shadow: 0 22px 50px rgb(0 0 0 / 18%); }
.feature-card--wide { grid-column: span 2; }
.feature-card--tall { grid-row: span 2; }
.feature-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.feature-card:hover img { transform: scale(1.035); }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgb(3 20 35 / 94%)); }
.feature-card--cyan::after { background: linear-gradient(90deg, rgb(2 25 43 / 88%) 10%, rgb(2 25 43 / 40%) 65%, transparent), linear-gradient(180deg, transparent 55%, rgb(2 25 43 / 72%)); }
.feature-card > div { position: absolute; z-index: 2; inset: auto 22px 21px; max-width: 440px; }
.feature-card h3 { margin: 7px 0 5px; font-size: 23px; }
.feature-card p { margin: 0; color: #a7c0d0; font-size: 13px; line-height: 1.55; }

.account-showcase { width: min(1080px, calc(100% - 40px)); margin: 0 auto 130px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 80px; }
.account-showcase__copy ul { margin: 30px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; color: #c3d8e5; font-size: 14px; font-weight: 700; }
.account-showcase__copy li { display: flex; align-items: center; gap: 11px; }
.account-showcase__copy i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgb(56 220 171 / 12%); color: #58e5ad; font-style: normal; }
.account-card { position: relative; overflow: hidden; padding: 26px; border: 1px solid rgb(106 224 255 / 27%); border-radius: 31px; background: linear-gradient(145deg, rgb(13 50 80 / 98%), rgb(5 27 48 / 98%)); box-shadow: 0 36px 80px rgb(0 0 0 / 30%); }
.account-card::before { content: ""; position: absolute; width: 250px; height: 250px; right: -80px; top: -100px; border-radius: 50%; background: rgb(46 213 243 / 18%); filter: blur(50px); }
.account-card__top { position: relative; display: flex; align-items: center; gap: 10px; color: #8ca8b9; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.account-card__top img { width: 46px; height: 46px; object-fit: contain; }
.account-card__top b { margin-left: auto; padding: 7px 9px; border: 1px solid rgb(77 231 168 / 25%); border-radius: 999px; color: #63ecb7; font-size: 9px; }
.account-card__welcome { position: relative; margin: 34px 0; padding: 28px; border: 1px solid rgb(255 255 255 / 7%); border-radius: 21px; background: rgb(255 255 255 / 4%); }
.account-card__welcome small { display: block; color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.account-card__welcome strong { display: block; max-width: 360px; margin-top: 9px; font-size: 27px; line-height: 1.12; }
.account-card__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.account-card__stats div { min-height: 88px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgb(255 255 255 / 7%); border-radius: 16px; background: rgb(0 0 0 / 10%); }
.account-card__stats small { color: #7899ad; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.account-card__stats strong { color: #fff; font-size: 18px; }
.account-card__stats div:first-child strong { color: var(--cyan); font-size: 25px; }
.account-card > a { min-height: 54px; margin-top: 16px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 16px; background: linear-gradient(135deg, var(--cyan-bright), var(--cyan)); color: #032039; font-size: 14px; font-weight: 950; text-decoration: none; }

.final-cta { width: min(1180px, calc(100% - 40px)); margin: 0 auto 56px; padding: 86px 30px; overflow: hidden; position: relative; text-align: center; border: 1px solid rgb(112 227 255 / 25%); border-radius: 38px; background: radial-gradient(circle at 50% 120%, rgb(27 176 233 / 38%), transparent 43%), linear-gradient(145deg, #0a2c4b, #061c31); }
.final-cta > img { width: 112px; height: 112px; margin-bottom: 17px; object-fit: contain; filter: drop-shadow(0 17px 24px rgb(40 210 244 / 25%)); }
.final-cta > p:not(.eyebrow) { max-width: 540px; margin: 22px auto 0; color: #9db8c9; line-height: 1.65; }
.final-cta > div { margin: 30px 0 24px; display: flex; justify-content: center; gap: 12px; }
.button--outline { border-color: rgb(110 225 255 / 25%); background: rgb(255 255 255 / 4%); color: #e9faff; box-shadow: none; }
.final-cta > small { color: #708fa4; font-size: 11px; }

.sales-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 32px 0 46px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: #7f9db0; }
.sales-footer img { width: 168px; height: auto; display: block; }
.sales-footer p { margin: 0; font-size: 12px; }
.sales-footer nav { display: flex; gap: 20px; }
.sales-footer nav a { color: #9fb8c8; font-size: 12px; font-weight: 700; text-decoration: none; }
.sales-footer > small { grid-column: 1 / -1; font-size: 10px; }

@media (max-width: 940px) {
  .sales-nav { display: none; }
  .sales-hero { grid-template-columns: 1fr; padding-top: 54px; text-align: center; }
  .sales-hero__copy { display: grid; justify-items: center; }
  .sales-hero__visual { width: min(600px, 92%); margin: 0 auto; }
  .sales-proof { justify-content: center; }
  .floating-card--ranking { left: -25px; }
  .floating-card--speed { right: -25px; }
  .season-showcase { grid-template-columns: 1fr; gap: 42px; }
  .season-showcase__copy { padding: 10px 18px 22px; }
  .section-heading { grid-template-columns: 1fr; }
  .account-showcase { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 660px) {
  body, main, section, header, footer { max-width: 100%; }
  .sales-hero__glow { width: min(320px, 100%); height: 320px; right: 0; filter: blur(68px); }
  .sales-header { width: calc(100% - 28px); min-height: 76px; gap: 8px; }
  .sales-brand { min-width: 0; }
  .sales-brand img { width: 132px; max-width: 100%; }
  .sales-header__actions { flex: 0 0 auto; gap: 4px; }
  .sales-header__actions .button--ghost { display: none; }
  .button--compact { min-height: 40px; padding: 0 12px; font-size: 11px; }
  .sales-hero { width: calc(100% - 32px); min-height: 0; padding: 52px 0 70px; gap: 48px; }
  .sales-hero__copy, .sales-hero__visual { min-width: 0; max-width: 100%; }
  .sales-hero h1 { max-width: 100%; font-size: clamp(2.85rem, 15.5vw, 4.25rem); letter-spacing: -.06em; overflow-wrap: anywhere; }
  .sales-hero__lead { font-size: 16px; line-height: 1.62; }
  .sales-hero__actions { width: 100%; flex-direction: column; gap: 18px; }
  .button--hero { width: 100%; }
  .sales-proof { max-width: 100%; justify-content: center; gap: 11px 16px; }
  .sales-hero__visual { width: 100%; }
  .game-frame { border-radius: 28px; transform: none; }
  .floating-card { padding: 10px 12px; }
  .floating-card--ranking { left: -7px; top: 18%; }
  .floating-card--speed { right: -7px; bottom: 22%; }
  .quick-strip { width: 100%; grid-template-columns: 1fr; }
  .quick-strip article { min-height: 76px; padding: 16px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-strip article:last-child { border-bottom: 0; }
  .sales-preview { width: calc(100% - 32px); padding: 84px 0; }
  .preview-cards { grid-template-columns: 1fr; }
  .preview-cards article { min-height: 190px; }
  .season-showcase { width: calc(100% - 24px); margin-bottom: 86px; padding: 12px; border-radius: 28px; }
  .season-showcase__visual { min-height: 390px; border-radius: 22px; }
  .season-showcase__mission { inset: auto 14px 14px; }
  .season-showcase__copy { padding: 24px 10px 20px; }
  .season-showcase h2, .section-heading h2, .account-showcase h2, .final-cta h2 { font-size: clamp(2.5rem, 13vw, 3.5rem); }
  .feature-arena { width: calc(100% - 24px); padding-bottom: 92px; }
  .section-heading { margin-bottom: 30px; }
  .feature-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 12px; scrollbar-width: none; }
  .feature-grid::-webkit-scrollbar { display: none; }
  .feature-card, .feature-card--wide, .feature-card--tall { width: 82vw; min-width: 82vw; height: 430px; scroll-snap-align: center; }
  .feature-card--cyan::after { background: linear-gradient(180deg, transparent 25%, rgb(3 20 35 / 94%)); }
  .account-showcase { width: calc(100% - 32px); margin-bottom: 88px; }
  .account-card { padding: 18px; border-radius: 25px; }
  .account-card__welcome { padding: 22px; }
  .account-card__welcome strong { font-size: 22px; }
  .account-card__stats { gap: 6px; }
  .account-card__stats div { min-height: 78px; padding: 10px; }
  .account-card__stats strong { font-size: 14px; }
  .final-cta { width: calc(100% - 24px); margin-bottom: 34px; padding: 64px 20px; border-radius: 28px; }
  .final-cta > div { flex-direction: column; }
  .final-cta .button { width: 100%; }
  .sales-footer { width: calc(100% - 32px); grid-template-columns: 1fr; text-align: center; }
  .sales-footer > a, .sales-footer nav { justify-self: center; }
  .sales-footer nav { flex-wrap: wrap; justify-content: center; }
  .sales-footer img { width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
