:root {
  --black: #01030a;
  --panel: #040a16;
  --panel-2: #071126;
  --blue: #087cff;
  --blue-bright: #24a8ff;
  --red: #df2427;
  --red-dark: #651013;
  --yellow: #ffd21a;
  --purple: #5865f2;
  --white: #fff;
  --muted: #aeb8ca;
  --shell: 1352px;
  --header-height: 88px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: #000207;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% -15%, rgba(0, 106, 255, .22), transparent 42rem),
    linear-gradient(rgba(8, 80, 178, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 80, 178, .055) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell, .shell-wide { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}
.screen-reader-text:focus {
  z-index: 99999;
  top: 8px;
  left: 8px;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 12px 18px;
  color: #000;
  background: #fff;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(16, 125, 255, .55);
  background: rgba(0, 2, 8, .94);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .62);
}
.header-inner {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 64px);
  height: 100%;
}
.brand, .custom-logo-link { display: inline-flex; align-items: center; width: 275px; text-decoration: none; }
.brand { gap: 12px; }
.brand img, .custom-logo-link img { width: 260px; max-height: 76px; object-fit: contain; object-position: left center; }
.brand .brand-face { flex: 0 0 74px; width: 74px; height: 74px; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; object-fit: cover; object-position: center; box-shadow: 0 0 14px rgba(10,118,255,.42); }
.brand-copy { display: grid; color: #fff; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-style: italic; line-height: .86; text-transform: uppercase; }
.brand-copy b, .brand-copy em { font-size: 25px; font-style: inherit; font-weight: 400; letter-spacing: .025em; white-space: nowrap; }
.brand-copy em { color: var(--yellow); }
.brand-copy small { margin-top: 5px; font-size: 14px; letter-spacing: .05em; }
.primary-nav { justify-self: center; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); margin: 0; padding: 0; list-style: none; }
.primary-nav a {
  position: relative;
  display: block;
  padding: 32px 0 27px;
  color: #f7f8ff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 18px;
  left: 50%;
  height: 3px;
  content: "";
  background: var(--red);
  transition: left .18s ease, right .18s ease;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; left: 0; }
.discord-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 10px 22px;
  border: 2px solid #9298ff;
  color: #fff;
  background: linear-gradient(180deg, #675fff, #3728d8);
  box-shadow: 0 0 0 3px #11155f, 0 0 18px rgba(78, 99, 255, .58);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: skew(-5deg);
  clip-path: polygon(7% 0, 93% 0, 100% 28%, 95% 100%, 5% 100%, 0 72%);
}
.discord-button > * { transform: skew(5deg); }
.discord-button:hover, .discord-button:focus-visible { background: linear-gradient(180deg, #7b74ff, #4434e8); box-shadow: 0 0 0 3px #11155f, 0 0 26px rgba(88,101,242,.82); }
.discord-mark { font-size: 22px; line-height: 0; }
.menu-toggle { display: none; }

/* Hero */
.vault-home { overflow: hidden; }
.hero-section {
  background:
    radial-gradient(circle at 50% 75%, rgba(0, 89, 255, .22), transparent 48%),
    #01040b;
}
.hero-art { padding-top: 1px; }
.hero-art img { width: 100%; }
.hero-cta-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 12px 18px 22px;
  margin-top: -2px;
  border-bottom: 2px solid rgba(51, 142, 255, .72);
  background: linear-gradient(180deg, #051026, #010714);
  box-shadow: inset 0 12px 32px rgba(0, 86, 255, .12);
}
.trial-button {
  display: inline-flex;
  justify-content: center;
  min-width: min(620px, 88vw);
  padding: 14px 32px;
  border: 4px solid var(--yellow);
  outline: 5px solid #7e1216;
  color: #fff;
  background: linear-gradient(180deg, #ef3d33, #b9131a);
  box-shadow: 0 0 0 8px #2a090b, 0 5px 18px rgba(0,0,0,.6);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(25px, 3.2vw, 46px);
  font-style: italic;
  letter-spacing: .025em;
  line-height: 1;
  text-decoration: none;
  text-shadow: 3px 3px 0 #431011;
  text-transform: uppercase;
  transform: skew(-4deg);
  clip-path: polygon(2% 0, 98% 0, 100% 22%, 98% 100%, 2% 100%, 0 78%);
}
.trial-button:hover, .trial-button:focus-visible { border-color: #fff; box-shadow: 0 0 0 8px #2a090b, 0 0 28px rgba(223,36,39,.56); }
.discord-trial-button:hover, .discord-trial-button:focus-visible { border-color: #fff; box-shadow: 0 0 0 7px #101441, 0 0 34px rgba(88,101,242,.82); }
.hero-cta-wrap p {
  margin: 5px 0 0;
  color: #e9edf7;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Automatic high-resolution hero slider; no plugin required. */
.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(620px, 54vw, 780px);
  overflow: hidden;
  border-bottom: 2px solid rgba(45, 140, 255, .7);
  background: #01040a;
  isolation: isolate;
  touch-action: pan-y;
}
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s ease;
}
.hero-slide.is-active { z-index: 2; opacity: 1; visibility: visible; }
.hero-background { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,3,10,.42) 0, rgba(0,3,10,.18) 36%, rgba(0,3,10,.02) 65%, rgba(0,3,10,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), transparent 58%, rgba(0,0,0,.28));
}
.hero-slide-content { position: absolute; z-index: 3; inset: 0; display: flex; align-items: center; }
.hero-copy {
  width: min(48%, 585px);
  padding: clamp(25px, 3.2vw, 44px);
  border-left: 4px solid var(--red);
  background: linear-gradient(90deg, rgba(1,4,12,.95), rgba(1,4,12,.78));
  box-shadow: 0 18px 50px rgba(0,0,0,.48);
}
.hero-kicker {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 15px !important;
  font-style: italic;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: .86;
  text-shadow: 4px 4px 0 #151515, 0 0 18px rgba(0,0,0,.8);
  text-transform: uppercase;
}
.hero-copy h1 span { color: var(--yellow); text-shadow: 4px 4px 0 #8f1415, 0 0 18px rgba(0,0,0,.8); }
.hero-copy .main-hero-title { max-width: 520px; font-size: clamp(52px, 6.6vw, 96px); line-height: .86; }
.hero-copy > p:not(.hero-kicker) { max-width: 480px; margin: 22px 0 25px; color: #e5e9f1; font-size: clamp(14px, 1.4vw, 18px); line-height: 1.55; }
.hero-copy .trial-button {
  min-width: 0;
  max-width: 100%;
  padding: 12px 22px;
  border-width: 3px;
  outline-width: 3px;
  font-size: clamp(18px, 2vw, 27px);
  white-space: nowrap;
}
.discord-trial-button {
  align-items: center;
  gap: 13px;
  border-color: #b4b8ff;
  outline-color: #22267f;
  background: linear-gradient(180deg, #7068ff, #4335dc);
  box-shadow: 0 0 0 7px #101441, 0 0 28px rgba(88,101,242,.62);
}
.discord-cta-mark {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 27px;
  border-radius: 12px 12px 9px 9px;
  background: #fff;
}
.discord-cta-mark::before, .discord-cta-mark::after { position: absolute; bottom: -3px; width: 9px; height: 8px; content: ""; background: #fff; }
.discord-cta-mark::before { left: 3px; transform: rotate(30deg); }
.discord-cta-mark::after { right: 3px; transform: rotate(-30deg); }
.discord-cta-mark i { position: absolute; z-index: 2; top: 10px; width: 5px; height: 7px; border-radius: 50%; background: var(--purple); }
.discord-cta-mark i:first-child { left: 9px; }
.discord-cta-mark i:last-child { right: 9px; }
.hero-trial-note { display: block; margin-top: 14px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-mascot {
  position: absolute;
  z-index: 5;
  right: max(0px, calc((100vw - var(--shell)) / 2 - 38px));
  bottom: -13%;
  aspect-ratio: 2 / 3;
  width: auto;
  height: 105%;
  pointer-events: none;
}
.hero-mascot > img { width: 100%; height: 100%; object-fit: contain; }
.hero-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 72px;
  padding: 0 0 7px;
  border: 1px solid rgba(80, 165, 255, .68);
  border-radius: 5px;
  color: #fff;
  background: rgba(0,5,18,.75);
  box-shadow: 0 0 18px rgba(0, 104, 255, .42);
  font: 50px/1 Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
}
.hero-arrow:hover, .hero-arrow:focus-visible { color: var(--yellow); background: rgba(0,12,34,.94); }
.hero-prev { left: max(10px, calc((100vw - var(--shell)) / 2 - 58px)); }
.hero-next { right: max(10px, calc((100vw - var(--shell)) / 2 - 58px)); }
.hero-dots { position: absolute; z-index: 9; bottom: 31px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.hero-dot { width: 11px; height: 11px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: #737d90; cursor: pointer; }
.hero-dot.is-active { border-color: var(--yellow); background: var(--red); box-shadow: 0 0 10px var(--red); }
.hero-note { position: absolute; z-index: 7; bottom: 10px; left: 50%; margin: 0; color: #dfe5f0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); }

/* Shared sections */
.web-section, .steps-section {
  position: relative;
  border-bottom: 1px solid rgba(20, 111, 232, .3);
  background:
    linear-gradient(90deg, transparent, rgba(8, 90, 215, .1), transparent),
    #020713;
}
.section-content { position: relative; z-index: 2; padding: 34px 0 42px; }
.section-beams {
  position: absolute;
  inset: 0;
  opacity: .34;
  background:
    linear-gradient(113deg, transparent 0 19%, rgba(0, 118, 255, .24) 20%, transparent 22%),
    linear-gradient(67deg, transparent 0 77%, rgba(0, 118, 255, .2) 78%, transparent 80%);
  pointer-events: none;
}
.comic-heading {
  margin: 0 0 26px;
  color: #f1f2f5;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 4.3vw, 62px);
  font-style: italic;
  letter-spacing: .005em;
  line-height: .95;
  text-align: center;
  text-shadow: 3px 3px 0 #181818;
  text-transform: uppercase;
}
.comic-heading span {
  color: var(--yellow);
  text-shadow: 3px 3px 0 #8d1415;
}
.ribbon {
  position: relative;
  z-index: 3;
  display: block;
  width: calc(100% - 16px);
  min-height: 38px;
  margin: 0 auto -10px;
  padding: 9px 8px 7px;
  border: 2px solid var(--yellow);
  color: #fff;
  background: linear-gradient(180deg, #e22c2e, #991318);
  box-shadow: 0 0 0 3px #47090d;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(14px, 1.25vw, 19px);
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 0 #3a0809;
  text-transform: uppercase;
  clip-path: polygon(4% 0, 96% 0, 100% 28%, 96% 100%, 4% 100%, 0 72%);
}

/* Focused card interaction: artwork remains sharp and unchanged. */
.interactive-card { position: relative; text-decoration: none; }
.interactive-card .feature-visual,
.interactive-card .coverage-visual,
.interactive-card .help-visual {
  transition: border-color .18s ease, box-shadow .18s ease;
}
.hover-label {
  position: absolute;
  z-index: 6;
  top: 52%;
  left: 50%;
  min-width: 120px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 4px;
  opacity: 0;
  color: #fff;
  background: rgba(2, 7, 18, .88);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -40%);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}
.hover-info {
  position: absolute;
  z-index: 7;
  top: 53%;
  left: 50%;
  width: calc(100% - 34px);
  padding: 15px 13px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 5px;
  opacity: 0;
  color: #fff;
  background: rgba(2, 7, 18, .92);
  box-shadow: 0 8px 22px rgba(0,0,0,.38);
  text-align: center;
  transform: translate(-50%, -44%);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}
.hover-info b {
  display: block;
  margin-bottom: 7px;
  color: var(--yellow);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.hover-info small { display: block; color: #eef2f9; font-size: 11px; line-height: 1.45; }
.interactive-card:hover .feature-visual,
.interactive-card:focus-visible .feature-visual,
.interactive-card:hover .coverage-visual,
.interactive-card:focus-visible .coverage-visual,
.interactive-card:hover .help-visual,
.interactive-card:focus-visible .help-visual {
  border-color: var(--blue-bright);
  box-shadow: inset 0 0 0 2px rgba(36,168,255,.22), 0 0 18px rgba(8,124,255,.38);
}
.interactive-card:hover .hover-label,
.interactive-card:focus-visible .hover-label,
.interactive-card:hover .hover-info,
.interactive-card:focus-visible .hover-info {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.interactive-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

/* What's inside */
.vault-track { grid-auto-columns: minmax(245px, 23%); gap: 16px; padding: 8px 52px 20px; }
.feature-card {
  width: 100%;
  min-width: 0;
  border: 2px solid #0c80ff;
  border-radius: 7px;
  background: #020915;
  box-shadow: 0 0 16px rgba(0, 104, 255, .45), inset 0 0 18px rgba(0, 80, 230, .08);
  scroll-snap-align: center;
}
.feature-visual {
  position: relative;
  overflow: hidden;
  height: 354px;
  margin: 0 7px 7px;
  padding: 30px 15px 16px;
  border: 1px solid #263653;
  border-radius: 5px;
  color: #e7ecf5;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(180deg, #07101f, #02050c);
  background-size: 18px 18px, 18px 18px, auto;
}
.phone-visual {
  width: calc(100% - 14px);
  max-width: none;
  margin: 0 7px 7px;
  padding: 42px 13px 18px;
  border: 7px solid #0c0f17;
  border-radius: 30px;
  box-shadow: inset 0 0 0 2px #30384a;
}
.phone-speaker {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 10px;
  background: #293143;
  transform: translateX(-50%);
}
.drop-burst {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: -5px 0 8px;
  padding: 8px 9px;
  border: 1px solid rgba(255,76,80,.78);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(223,36,39,.92), rgba(74,8,13,.78));
  box-shadow: 0 0 14px rgba(223,36,39,.38);
  text-transform: uppercase;
}
.drop-burst b { color: #fff; font: italic 18px/1 Impact, "Arial Narrow", Arial, sans-serif; letter-spacing: .06em; }
.drop-burst span { color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.drop-row {
  position: relative;
  margin-bottom: 13px;
  padding: 10px 8px 10px 38px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 11px;
  line-height: 1.2;
}
.drop-row::before {
  position: absolute;
  top: 10px;
  left: 4px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  content: "S";
  color: #fff;
  background: linear-gradient(145deg, var(--red), #76070c);
  box-shadow: 0 0 9px rgba(223,36,39,.32);
  font-size: 11px;
  font-weight: 900;
}
.poke-drop::before { content: "P"; color: #071126; background: var(--yellow); box-shadow: 0 0 9px rgba(255,210,26,.35); }
.piece-drop::before { content: "1P"; color: #fff; background: #1475e6; box-shadow: 0 0 9px rgba(20,117,230,.4); font-size: 9px; }
.drop-row b, .drop-row span { display: block; }
.drop-row span { margin-top: 3px; color: #9ea9ba; font-size: 9px; }
.alert-dot {
  position: absolute;
  right: -7px;
  top: 112px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 3px solid #ff6b6f;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-style: normal;
  font-weight: 900;
}
.instant-alerts { display: block; margin-top: 5px; color: var(--yellow); font-size: 9px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.ui-kicker, .live-copy {
  margin: 0 0 18px;
  color: #5bc7ff;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.progress { display: flex; justify-content: space-between; gap: 8px; font-size: 10px; }
.progress-line { position: relative; display: flex; justify-content: space-between; margin: 14px 8px 32px; }
.progress-line::before { position: absolute; top: 5px; right: 4px; left: 4px; height: 2px; content: ""; background: #18bf62; }
.progress-line i { z-index: 1; width: 12px; height: 12px; border: 2px solid #9dffc0; border-radius: 50%; background: #16b95d; }
.ticket { padding: 15px 10px; border-top: 1px solid #253653; border-bottom: 1px solid #253653; font-size: 10px; line-height: 1.4; }
.ticket span, .ticket b { display: block; }
.ticket b { margin-top: 5px; color: #3ad976; }
.success-check {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 26px auto 9px;
  border-radius: 50%;
  color: #fff;
  background: #0d7e34;
  box-shadow: 0 0 16px rgba(20, 222, 99, .35);
  font-size: 42px;
  font-weight: 700;
}
.success-copy { display: block; color: #27dc68; font-size: 13px; font-style: italic; text-align: center; text-transform: uppercase; }
.waffle-visual { text-align: center; }
.waffle-visual .live-copy { margin-bottom: 5px; color: #41e374; }
.waffle-visual > p:not(.live-copy) { margin: 0 0 8px; color: #a8b2c3; font-size: 10px; text-transform: uppercase; }
.countdown { display: flex; justify-content: center; gap: 11px; margin-bottom: 20px; }
.countdown b { color: #fff; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 25px; font-weight: 400; }
.countdown b + b::before { margin-right: 10px; content: ":"; color: #758197; }
.raffle-ticket {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  min-height: 58px;
  margin: 9px 0;
  padding: 7px 8px;
  border: 2px solid #781018;
  color: #fff;
  background: linear-gradient(135deg, #ef3033, #a20e17);
  box-shadow: 0 5px 12px rgba(0,0,0,.32);
  clip-path: polygon(0 0, 100% 0, 100% 36%, 95% 50%, 100% 64%, 100% 100%, 0 100%, 0 64%, 5% 50%, 0 36%);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
}
.raffle-ticket i { display: grid; place-items: center; width: 32px; height: 36px; border-right: 1px dashed rgba(255,255,255,.7); color: var(--yellow); font-size: 17px; font-style: normal; }
.raffle-ticket span, .raffle-ticket b, .raffle-ticket small { display: block; }
.raffle-ticket b { font-size: 15px; font-weight: 400; }
.raffle-ticket small { margin-top: 2px; color: #fff; font: 700 8px/1.1 Arial, sans-serif; letter-spacing: .08em; }
.poke-ticket { border-color: #bba000; color: #071126; background: linear-gradient(135deg, #ffe154, #e6b900); }
.poke-ticket i { color: #bc1118; border-color: rgba(4,15,38,.42); }
.poke-ticket small { color: #071126; }
.piece-ticket { border-color: #0759b3; background: linear-gradient(135deg, #258cff, #0c51be); }
.community-visual p {
  position: relative;
  margin: 0;
  padding: 7px 0 9px 27px;
  border-bottom: 1px solid rgba(255,255,255,.075);
  font-size: 11px;
}
.discord-community-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -10px 0 12px;
  padding: 10px;
  border: 1px solid rgba(151,158,255,.65);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(88,101,242,.9), rgba(52,40,170,.88));
  box-shadow: 0 0 16px rgba(88,101,242,.38);
}
.discord-community-head > div b, .discord-community-head > div small { display: block; }
.discord-community-head > div b { color: #fff; font-size: 12px; }
.discord-community-head > div small { margin-top: 3px; color: #e9eaff; font-size: 8px; text-transform: uppercase; }
.discord-community-logo { position: relative; display: inline-block; flex: 0 0 50px; width: 50px; height: 36px; border-radius: 16px 16px 11px 11px; background: #fff; }
.discord-community-logo::before, .discord-community-logo::after { position: absolute; bottom: -4px; width: 12px; height: 10px; content: ""; background: #fff; }
.discord-community-logo::before { left: 4px; transform: rotate(31deg); }
.discord-community-logo::after { right: 4px; transform: rotate(-31deg); }
.discord-community-logo i { position: absolute; z-index: 2; top: 13px; width: 6px; height: 8px; border-radius: 50%; background: var(--purple); }
.discord-community-logo i:first-child { left: 13px; }
.discord-community-logo i:nth-child(2) { right: 13px; }
.discord-community-logo b { position: absolute; z-index: 2; right: 16px; bottom: 7px; left: 16px; height: 5px; border-bottom: 2px solid var(--purple); border-radius: 50%; }
.community-visual p b, .community-visual p span { display: block; }
.community-visual p span { color: #9da8b9; font-size: 9px; }
.status { position: absolute; top: 10px; left: 2px; width: 18px; height: 18px; border-radius: 50%; }
.purple { background: #745dff; }.orange { background: #ff7d20; }.green { background: #40bd70; }.blue { background: #1682f3; }
.community-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 66px;
  margin: 18px auto 0;
  padding: 10px;
  border: 1px solid rgba(151,158,255,.7);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #5865f2, #3325b5);
  box-shadow: 0 0 18px rgba(88, 101, 242, .4);
}
.community-mark .discord-community-logo { transform: scale(.72); }
.community-mark strong { font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.extras-visual { padding-top: 28px; }
.extras-visual-v2 { padding: 0; background: #071126; }
.extras-visual-v2 > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.extras-benefits {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 7px;
  background: rgba(2,7,18,.9);
  list-style: none;
}
.extras-benefits li { margin: 0; padding: 7px 4px; border-radius: 4px; color: #fff; background: linear-gradient(135deg, rgba(88,101,242,.96), rgba(47,32,155,.96)); font-size: 8px; text-align: center; text-transform: uppercase; }
.extras-benefits li::before { margin-right: 4px; content: "✓"; color: var(--yellow); }
/* Coverage carousel */
.coverage-section { background: #010612; }
.carousel-shell { position: relative; }
.card-track {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.card-track::-webkit-scrollbar { display: none; }
.coverage-track {
  grid-auto-columns: calc((100% - 174px) / 6);
  gap: 14px;
  padding: 8px 52px 18px;
}
.coverage-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 2px solid #53627a;
  border-radius: 6px;
  background: #030914;
  box-shadow: 0 0 13px rgba(0, 104, 255, .3);
  scroll-snap-align: center;
}
.coverage-visual {
  height: 198px;
  border-bottom: 1px solid #40516b;
  background:
    radial-gradient(circle at 50% 30%, rgba(14, 111, 255, .42), transparent 62%),
    #050a15;
}
.coverage-visual img { width: 100%; height: 100%; object-fit: cover; }
.coverage-card > strong {
  display: block;
  min-height: 51px;
  padding: 12px 5px 9px;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(14px, 1.35vw, 20px);
  font-style: italic;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.coverage-card .hover-label { top: 40%; }
.carousel-arrow {
  position: absolute;
  z-index: 8;
  top: 46%;
  display: grid;
  place-items: center;
  width: 38px;
  height: 64px;
  padding: 0 0 5px;
  border: 1px solid rgba(50, 143, 255, .62);
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 4, 15, .9);
  font: 43px/1 Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
}
.carousel-arrow:hover, .carousel-arrow:focus-visible { color: var(--yellow); }
.carousel-arrow.prev { left: 4px; }
.carousel-arrow.next { right: 4px; }
.vault-carousel .carousel-arrow, .results-carousel .carousel-arrow { top: 50%; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; min-height: 10px; margin-top: 6px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: #abb2c1; }
.carousel-dot.is-active { background: var(--red); }
.swipe-note { margin: 8px 0 0; color: #a5afbf; font-size: 10px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }

/* How we help */
.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.help-card {
  position: relative;
  min-width: 0;
  border: 2px solid #0a7fff;
  border-radius: 7px;
  background: #020815;
  box-shadow: 0 0 15px rgba(0, 104, 255, .4);
  text-decoration: none;
}
.help-visual {
  overflow: hidden;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0 8px 8px;
  padding: 0;
  border: 1px solid #273b5d;
  border-radius: 5px;
  background: radial-gradient(circle at 50% 75%, rgba(3, 72, 191, .3), transparent 56%), #040914;
}
.help-visual img { width: 100%; height: 100%; object-fit: cover; }
.help-summary { min-height: 66px; margin: 0; padding: 8px 24px 18px; color: #d6deeb; font-size: 13px; line-height: 1.5; text-align: center; }
.help-card .hover-label { top: 43%; }
.help-drops { display: flex; align-items: flex-end; justify-content: center; gap: 18px; }
.device {
  position: relative;
  padding: 32px 12px 12px;
  border: 7px solid #11151d;
  border-radius: 12px;
  background: #05070c;
  box-shadow: 0 8px 18px rgba(0,0,0,.55), inset 0 0 0 1px #364157;
}
.device > span { position: absolute; top: 13px; left: 50%; width: 35px; height: 4px; border-radius: 4px; background: #303a4c; transform: translateX(-50%); }
.device p { margin: 0; padding: 11px 5px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.device small { display: block; margin-top: 3px; color: #8f9aad; font-size: 8px; }
.phone-device { width: 38%; height: 260px; border-radius: 24px; }
.laptop-device { width: 55%; height: 225px; border-width: 8px 8px 17px; border-radius: 6px; }
.checkout-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.checkout-board > div {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  padding: 16px;
  border: 1px solid #8792a3;
  border-radius: 5px;
  color: #161616;
  background: #e9ecf0;
  text-align: center;
}
.checkout-board span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.checkout-board img { align-self: center; width: 100%; height: 190px; object-fit: contain; }
.checkout-board b { color: #167f37; font-size: 10px; }

/* Static results: deliberately no links, no rollover, no filters. */
.results-section { background: linear-gradient(180deg, #030918, #020611); }
.results-track { grid-auto-columns: minmax(220px, 23%); gap: 15px; padding: 8px 52px 20px; }
.result-card-static {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
  min-height: 246px;
  margin: 0;
  padding: 14px 12px 12px;
  border: 1px solid #1785f8;
  border-radius: 6px;
  background: linear-gradient(180deg, #081326, #030814);
  box-shadow: 0 0 12px rgba(0, 105, 255, .32);
  scroll-snap-align: center;
  text-align: center;
}
.result-status { margin: 0 0 11px; color: #32d66c; font-size: 9px; text-align: left; text-transform: uppercase; }
.result-status i { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: var(--purple); }
.result-card-static h3 { min-height: 34px; margin: 0; color: #f5f7fb; font-size: 11px; line-height: 1.25; text-transform: uppercase; }
.result-card-static img { align-self: center; justify-self: center; width: 100%; height: 118px; border-radius: 4px; object-fit: cover; }
.result-card-static > p:last-child { margin: 7px 0 0; color: #bdc6d5; font-size: 10px; text-transform: uppercase; }

/* Static steps: no rollover states by design. */
.steps-section {
  background:
    radial-gradient(circle at 50% 0, rgba(30, 32, 190, .65), transparent 60%),
    linear-gradient(180deg, #1516a5, #070b4d);
}
.steps-section .section-content { padding-top: 27px; padding-bottom: 32px; }
.steps-section .comic-heading { margin-bottom: 22px; }
.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 980px;
  margin-inline: auto;
}
.step-card-static { position: relative; display: grid; grid-template-columns: 68px 1fr; align-items: center; min-height: 116px; color: inherit; text-decoration: none; }
.step-card-static > b {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 76px;
  font-style: italic;
  line-height: 1;
  text-shadow: 4px 4px 0 #7a0e13, -2px -2px 0 var(--yellow);
}
.step-card-static > div {
  display: grid;
  place-items: center;
  min-height: 90px;
  padding: 10px;
  border: 2px solid var(--yellow);
  color: #fff;
  background: #09123b;
  box-shadow: 0 0 14px rgba(0, 82, 255, .38);
  text-align: center;
}
.step-card-static strong {
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.step-icon { display: block; font-size: 34px; }
.discord-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #fff; background: var(--purple); }
.step-arrow { color: #fff; font-size: 38px; text-shadow: 0 0 10px #071933; }

/* Inner pages */
.content-shell { min-height: 70vh; padding-block: 70px; }
.entry-card { padding: clamp(24px, 5vw, 56px); border: 1px solid rgba(18, 112, 255, .5); border-radius: 10px; background: rgba(3, 9, 24, .86); }
.entry-title { margin-top: 0; color: var(--yellow); font-family: Impact, "Arial Narrow", Arial, sans-serif; font-style: italic; text-transform: uppercase; }
.entry-title a { text-decoration: none; }
.entry-content { color: #d8dfec; font-size: 18px; line-height: 1.7; }

/* Footer */
.site-footer { border-top: 1px solid rgba(17, 111, 255, .45); background: #01030a; }
.footer-inner { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 18px; align-items: start; padding-block: 34px; color: #9aa7ba; font-size: 12px; text-align: center; }
.footer-inner strong { color: var(--yellow); font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 19px; font-style: italic; letter-spacing: .03em; text-transform: uppercase; }
.footer-inner p { max-width: 680px; margin: 8px 0 0; line-height: 1.5; }
.footer-inner ul { display: flex; justify-content: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.footer-inner a { text-decoration: none; }
.footer-inner a:hover { color: #fff; }
.copyright { grid-column: 1; width: 100%; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; }
.mobile-discord-cta { display: none; }

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

@media (max-width: 1080px) {
  :root { --header-height: 78px; }
  .header-inner { grid-template-columns: 230px 1fr auto; gap: 20px; }
  .brand, .custom-logo-link { width: 228px; }
  .brand img, .custom-logo-link img { width: 218px; max-height: 66px; }
  .brand .brand-face { flex-basis: 62px; width: 62px; height: 62px; }
  .brand-copy b, .brand-copy em { font-size: 21px; }
  .brand-copy small { font-size: 12px; }
  .primary-nav ul { gap: 19px; }
  .primary-nav a { padding-block: 27px 23px; font-size: 12px; }
  .primary-nav a::after { bottom: 14px; }
  .discord-button { padding-inline: 14px; font-size: 13px; }
  .feature-visual { height: 330px; padding-inline: 10px; }
  .vault-track { grid-auto-columns: minmax(245px, 31%); gap: 14px; }
  .results-track { grid-auto-columns: minmax(220px, 31%); }
  .coverage-track { grid-auto-columns: calc((100% - 160px) / 5); }
  .hero-copy { width: 52%; }
  .hero-mascot { right: -3%; height: 98%; }
}

@media (max-width: 820px) {
  .header-inner { grid-template-columns: 225px 1fr auto; }
  .menu-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(62, 147, 255, .7);
    border-radius: 5px;
    background: #071023;
    cursor: pointer;
  }
  .menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    overflow: hidden;
    max-height: 0;
    border: 0 solid rgba(29, 124, 255, .55);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    background: rgba(0, 4, 14, .98);
    box-shadow: 0 20px 28px rgba(0,0,0,.55);
    transition: max-height .25s ease, opacity .2s ease, border-width .2s ease;
  }
  .primary-nav.is-open { max-height: 420px; border-width: 1px; opacity: 1; }
  .primary-nav ul { display: block; padding: 12px 20px 20px; }
  .primary-nav a { padding: 14px 6px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .discord-button--header { min-height: 44px; padding-inline: 12px; font-size: 12px; }
  .discord-mark { display: none; }
  .vault-track { grid-auto-columns: minmax(250px, 46%); gap: 16px; }
  .coverage-track { grid-auto-columns: calc((100% - 42px) / 3); }
  .results-track { grid-auto-columns: minmax(220px, 43%); }
  .steps-grid { gap: 8px; }
  .step-card-static { grid-template-columns: 50px 1fr; }
  .step-card-static > b { font-size: 56px; }
  .step-arrow { font-size: 26px; }
  .hero-slider { height: 700px; }
  .hero-copy { width: 57%; }
  .hero-mascot { right: 1.5%; bottom: 22px; height: 69%; }
}

/* Covers wider portrait iPads such as 820px and 834px models. */
@media (min-width: 701px) and (max-width: 900px) {
  .hero-slider { height: 700px; }
  .hero-copy { width: 57%; }
  .hero-mascot { right: 1.5%; bottom: 22px; height: 69%; }
}

@media (max-width: 700px) {
  :root { --header-height: 70px; }
  body { padding-bottom: 58px; }
  .shell, .shell-wide { width: min(calc(100% - 22px), var(--shell)); }
  .header-inner { grid-template-columns: minmax(205px, 230px) 1fr; }
  .brand, .custom-logo-link { width: 220px; }
  .brand img, .custom-logo-link img { width: 210px; max-height: 60px; }
  .brand .brand-face { flex-basis: 54px; width: 54px; height: 54px; }
  .brand-copy b, .brand-copy em { font-size: 19px; }
  .brand-copy small { font-size: 11px; }
  .discord-button--header { display: none; }
  .hero-slider {
    height: 640px;
    height: clamp(590px, calc(100svh - var(--header-height) - 58px), 650px);
  }
  .hero-background { object-position: 35% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,3,10,.48), rgba(0,3,10,.04) 50%, rgba(0,3,10,.4)); }
  .hero-slide-content { align-items: flex-start; padding-top: 20px; }
  .hero-copy { width: 92%; padding: 18px 17px 20px; background: linear-gradient(90deg, rgba(1,4,12,.96), rgba(1,4,12,.82)); }
  .hero-copy h1 { font-size: clamp(39px, 11.8vw, 56px); }
  .hero-copy .main-hero-title { font-size: clamp(40px, 12vw, 56px); }
  .hero-copy > p:not(.hero-kicker) { margin: 12px 0 15px; font-size: 13px; line-height: 1.38; }
  .hero-copy .trial-button { padding: 10px 12px; font-size: clamp(17px, 5.1vw, 22px); white-space: normal; }
  .hero-trial-note { margin-top: 11px; font-size: 10px; }
  .hero-mascot { right: 1%; bottom: 42px; height: 39%; }
  .hero-arrow { top: 68%; width: 38px; height: 60px; }
  .hero-prev { left: 7px; }
  .hero-next { right: 7px; }
  .hero-dots { bottom: 27px; left: 29%; }
  .hero-note { bottom: 8px; left: 5%; width: 66%; text-align: center; transform: none; }
  .section-content { padding-block: 29px 34px; }
  .comic-heading { margin-bottom: 22px; font-size: clamp(32px, 10vw, 47px); }
  .vault-track { grid-auto-columns: 82vw; gap: 15px; padding-inline: 9vw; }
  .feature-visual { height: 372px; }
  .coverage-track { grid-auto-columns: 58vw; gap: 14px; padding-inline: 21vw; }
  .coverage-visual { height: 232px; }
  .help-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .help-visual { height: auto; }
  .results-track { grid-auto-columns: 74vw; gap: 13px; padding-inline: 13vw; }
  .steps-grid { grid-template-columns: 1fr; gap: 8px; max-width: 390px; }
  .step-card-static { width: 100%; grid-template-columns: 64px 1fr; }
  .step-card-static > b { font-size: 68px; }
  .step-arrow { justify-self: center; transform: rotate(90deg); }
  .site-footer { padding-bottom: 10px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner p { margin-inline: auto; }
  .footer-inner nav, .footer-inner ul { justify-content: center; }
  .copyright { grid-column: 1; }
  .mobile-discord-cta {
    position: fixed;
    z-index: 45;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    border-top: 2px solid #8d91ff;
    color: #fff;
    background: linear-gradient(180deg, #665cff, #3526d5);
    box-shadow: 0 -5px 22px rgba(72, 93, 255, .5);
    font-family: Impact, "Arial Narrow", Arial, sans-serif;
    font-size: 19px;
    font-style: italic;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 420px) {
  .header-inner { grid-template-columns: 192px 1fr; }
  .brand, .custom-logo-link { width: 190px; gap: 8px; }
  .brand .brand-face { flex-basis: 50px; width: 50px; height: 50px; }
  .brand-copy b, .brand-copy em { font-size: 17px; }
  .brand-copy small { font-size: 10px; }
  .vault-track { grid-auto-columns: 86vw; padding-inline: 7vw; }
  .results-track { grid-auto-columns: 78vw; padding-inline: 11vw; }
  .coverage-track { grid-auto-columns: 66vw; padding-inline: 17vw; }
  .help-visual { height: auto; padding-inline: 0; }
  .phone-device { width: 40%; }
  .laptop-device { width: 58%; }
  .device p { font-size: 9px; }
  .hero-slider { height: clamp(580px, calc(100svh - var(--header-height) - 58px), 630px); }
  .hero-copy { width: 94%; }
  .hero-mascot { right: 1%; bottom: 40px; height: 36%; }
}
