:root {
  --abz-bg: #08060d;
  --abz-surface: #0e0b18;
  --abz-surface-2: #0d0a16;
  --abz-text: #f3f0fa;
  --abz-muted: #a8a1ba;
  --abz-muted-2: #8f88a3;
  --abz-faint: #6f6883;
  --abz-pink: #ff8cf0;
  --abz-purple: #b43cff;
  --abz-cyan: #3cdcff;
  --abz-gradient: linear-gradient(115deg, #ff8cf0, #b43cff 55%, #7c3cff);
  --abz-gradient-wide: linear-gradient(115deg, #ff8cf0 0%, #c37bff 42%, #3cdcff 72%, #ff8cf0 100%);
  --abz-line: rgba(255, 255, 255, 0.09);
  --abz-max: 1160px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.abz-redesign {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--abz-text);
  background: var(--abz-bg);
  font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.abz-redesign ::selection { color: #fff; background: var(--abz-purple); }
body.abz-redesign a { color: #d69cff; text-decoration: none; }
body.abz-redesign a:hover { color: var(--abz-pink); }
body.abz-redesign button,
body.abz-redesign input,
body.abz-redesign select,
body.abz-redesign textarea { font: inherit; }

.abz-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.abz-gradient-text {
  color: transparent;
  background: var(--abz-gradient-wide);
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: abzGradientShift 7s ease-in-out infinite;
}

.abz-kicker {
  margin: 0 0 16px;
  color: #b478ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.abz-display {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
}

.abz-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #fff !important;
  background: rgba(255, 255, 255, .05);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, border-color .18s ease, box-shadow .18s ease;
}

.abz-button:hover { color: #fff; border-color: rgba(255, 140, 240, .45); transform: translateY(-2px); }
.abz-button:active { transform: scale(.97); }
.abz-button-primary {
  border-color: transparent;
  background: var(--abz-gradient);
  box-shadow: 0 10px 36px rgba(180, 60, 255, .36);
}

.abz-button:focus-visible,
.abz-nav a:focus-visible,
.abz-mobile-menu a:focus-visible {
  outline: 3px solid var(--abz-cyan);
  outline-offset: 3px;
}

/* Shared glass navigation */
.abz-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9000;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 12px max(24px, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: rgba(8, 6, 13, .72);
  backdrop-filter: blur(16px);
}

.abz-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--abz-text) !important;
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.abz-brand img { width: 32px; height: 38px; object-fit: contain; }
.abz-nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.25vw, 32px); }
.abz-nav-links a,
.abz-account-nav a,
.abz-account-nav button {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.abz-nav-links a:hover,
.abz-account-nav a:hover,
.abz-account-nav button:hover { color: var(--abz-pink); }

body.abz-redesign .abz-nav-links a,
body.abz-redesign .abz-account-nav a,
body.abz-redesign .abz-account-nav button { color:#fff; }

body.abz-redesign .abz-nav-links a:hover,
body.abz-redesign .abz-account-nav a:hover,
body.abz-redesign .abz-account-nav button:hover { color:var(--abz-pink); }

body.abz-redesign .abz-mobile-menu a,
body.abz-redesign .abz-mobile-menu button,
body.abz-redesign .abz-mobile-menu span { color:#fff; }

.abz-mobile-menu [data-abz-mobile-account] {
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}

.abz-mobile-menu [data-abz-mobile-account] > * { width:100%; }

.abz-account-nav { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.abz-account-nav .abz-nav-divider { width: 1px; height: 16px; background: rgba(255, 255, 255, .14); }
.abz-account-nav .abz-nav-primary { padding: 10px 20px; border-radius: 10px; color: #fff; background: var(--abz-gradient); box-shadow: 0 6px 22px rgba(180, 60, 255, .35); }
.abz-account-nav .abz-account-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--abz-line);
  border-radius: 999px;
  color: #dcd6e9;
  background: rgba(255, 255, 255, .04);
  font-size: 12.5px;
  font-weight: 600;
}
.abz-account-nav button { padding: 8px; border: 0; background: transparent; cursor: pointer; }

.abz-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  color: var(--abz-text);
  background: rgba(255, 255, 255, .05);
  font-size: 19px;
  cursor: pointer;
}

.abz-mobile-menu {
  position: fixed;
  inset: 76px 12px auto;
  z-index: 8999;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(14, 11, 24, .98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
  backdrop-filter: blur(18px);
}
.abz-mobile-menu[data-open="true"] { display: flex; }
.abz-mobile-menu a,
.abz-mobile-menu button,
.abz-mobile-menu span { padding: 13px 14px; border: 0; border-radius: 10px; color: #e8e3f2; background: transparent; font-size: 16px; font-weight: 500; text-align: left; }
.abz-mobile-menu .abz-mobile-primary { margin-top: 8px; color: #fff; background: var(--abz-gradient); text-align: center; }

/* Shared footer */
.abz-footer { padding: 70px 40px 40px; border-top: 1px solid rgba(255, 255, 255, .06); background: var(--abz-bg); }
.abz-footer-grid { max-width: var(--abz-max); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.abz-footer-brand { margin-bottom: 14px; }
.abz-footer p { max-width: 280px; margin: 0; color: var(--abz-muted-2); font-size: 15px; line-height: 1.6; }
.abz-footer h2 { margin: 0 0 16px; color: var(--abz-text); font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 600; }
.abz-footer nav { display: flex; flex-direction: column; gap: 12px; }
.abz-footer nav a { color: var(--abz-muted-2); font-size: 15px; }
.abz-footer-bottom { max-width: var(--abz-max); margin: 44px auto 0; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .06); color: var(--abz-faint); font-size: 13.5px; }

/* Homepage */
.abz-home { position: relative; overflow: hidden; background: var(--abz-bg); }
.abz-home-hero { position: relative; overflow: hidden; padding: 168px 40px 40px; }
.abz-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 72%);
  pointer-events: none;
}
.abz-home-glow { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.abz-home-glow-one { top: -80px; left: 50%; width: 900px; height: 620px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(180,60,255,.32), rgba(60,220,255,.10) 45%, transparent 70%); animation: abzGlowPulse 7s ease-in-out infinite; }
.abz-home-glow-two { top: 130px; left: 9%; width: 340px; height: 340px; background: radial-gradient(circle, rgba(255,140,240,.28), transparent 68%); }
.abz-home-glow-three { top: 220px; right: 8%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(60,220,255,.22), transparent 68%); }
.abz-home-hero-grid { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.abz-new-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 7px 15px 7px 8px; border: 1px solid var(--abz-line); border-radius: 999px; color: #cfc8dd; background: rgba(255,255,255,.04); font-size: 13.5px; font-weight: 500; }
.abz-new-pill strong { padding: 3px 9px; border-radius: 999px; color: #fff; background: linear-gradient(115deg, #ff8cf0, #b43cff); font-size: 12px; font-weight: 600; }
.abz-home-title { margin: 0 0 24px; font-size: clamp(48px, 6vw, 94px); line-height: .98; }
.abz-home-lead { max-width: 500px; margin: 0 0 36px; color: var(--abz-muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; }
.abz-home-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.abz-home-trust { margin-top: 26px; color: var(--abz-faint); font-size: 13.5px; }
.abz-hero-stage { position: relative; height: 520px; }
.abz-hero-stage::before { content: ""; position: absolute; inset: -8% -6% -2%; background: radial-gradient(ellipse at 55% 46%, rgba(180,60,255,.42), rgba(60,220,255,.16) 46%, transparent 70%); filter: blur(34px); }
.abz-hero-girl { position: absolute; bottom: -46px; left: 50%; z-index: 2; height: 640px; max-width: none; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 26px 60px rgba(180,60,255,.45)); }
.abz-hero-shape { position: absolute; z-index: 3; animation: abzBobble 5s ease-in-out infinite; }
.abz-hero-star { top: -22px; left: -8px; width: 60px; height: 60px; clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); background: linear-gradient(135deg, #ff8cf0, #b43cff); }
.abz-hero-square { bottom: 30px; left: -14px; width: 50px; height: 50px; border-radius: 16px; background: linear-gradient(135deg, #3cdcff, #3c7cff); animation-duration: 6s; }
.abz-hero-dot { top: 90px; right: 4px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #c85bff, #7c3cff); animation-duration: 4.6s; }
.abz-level-pill { position: absolute; top: 150px; right: -18px; z-index: 3; padding: 9px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #fff; background: rgba(13,10,22,.9); box-shadow: 0 12px 30px rgba(0,0,0,.4); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; animation: abzFloat 6s ease-in-out infinite; }
.abz-floating-logo { position: absolute; top: -30px; right: 40px; z-index: 3; width: 52px; height: 62px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(180,60,255,.5)); animation: abzFloat 5.5s ease-in-out infinite; }

.abz-product-frame-wrap { position: relative; z-index: 2; max-width: 1040px; margin: 70px auto 0; }
.abz-product-frame-wrap::before { content: ""; position: absolute; inset: -2% 6% -10%; background: linear-gradient(115deg, rgba(255,140,240,.5), rgba(180,60,255,.5), rgba(60,220,255,.5)); filter: blur(60px); opacity: .5; }
.abz-product-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: var(--abz-surface-2); box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.abz-frame-toolbar { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 11px 18px; border-bottom: 1px solid rgba(255,255,255,.07); color: #7c7590; font-size: 12.5px; }
.abz-frame-dot { width: 11px; height: 11px; border-radius: 50%; background: #3a3448; }
.abz-frame-search { flex: 0 1 320px; margin-left: 14px; padding: 5px 14px; border-radius: 8px; background: rgba(255,255,255,.05); }
.abz-frame-class { margin-left: auto; }
.abz-frame-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 22px; }
.abz-frame-tile { overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: #120e1e; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.abz-frame-tile[data-active="true"] { z-index: 2; transform: scale(1.05); border-color: rgba(255,140,240,.7); box-shadow: 0 12px 34px rgba(180,60,255,.45); }
.abz-frame-art { position: relative; height: 82px; overflow: hidden; background: linear-gradient(135deg, #b43cff, #3cdcff); }
.abz-frame-art img { width: 100%; height: 100%; object-fit: cover; }
.abz-frame-tag { position: absolute; top: 8px; left: 8px; padding: 3px 8px; border-radius: 999px; color: #fff; background: rgba(0,0,0,.48); font-size: 10px; font-weight: 600; }
.abz-frame-points { position: absolute; top: 7px; right: 7px; padding: 3px 8px; border-radius: 999px; color: #fff; background: var(--abz-gradient); font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; }
.abz-frame-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; color: #e8e3f2; font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 600; }

.abz-marquee-section { overflow: hidden; margin-top: 60px; padding: 48px 0 20px; border-top: 1px solid rgba(255,255,255,.05); }
.abz-marquee-label { margin-bottom: 30px; color: var(--abz-faint); font-size: 13px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.abz-marquee { display: flex; width: max-content; animation: abzMarquee 34s linear infinite; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.abz-marquee span { display: flex; align-items: center; color: #2a2438; font-family: "Space Grotesk", sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -.02em; }
.abz-marquee strong { padding: 0 34px; font-weight: inherit; }
.abz-marquee i { width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #ff8cf0, #3cdcff); }

.abz-stats { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 90px 40px; text-align: center; }
.abz-stat strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: clamp(40px, 5.2vw, 64px); line-height: 1; letter-spacing: -.03em; }
.abz-stat span { display: block; margin-top: 10px; color: var(--abz-muted-2); font-size: 14.5px; font-weight: 500; }
.abz-home-section { max-width: var(--abz-max); margin: 0 auto; padding: 40px 40px 120px; }
.abz-section-heading { margin-bottom: 58px; text-align: center; }
.abz-section-heading h2 { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; }
.abz-section-heading p { max-width: 580px; margin: 14px auto 0; color: var(--abz-muted); font-size: 17px; line-height: 1.6; }
.abz-steps,
.abz-audience { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.abz-step,
.abz-audience-card { padding: 30px; border: 1px solid rgba(255,255,255,.07); border-radius: 20px; background: var(--abz-surface); }
.abz-step-number { display: block; margin-bottom: 18px; font-family: "Space Grotesk", sans-serif; font-size: 34px; font-weight: 700; }
.abz-step h3,
.abz-audience-card h3 { margin: 0 0 10px; color: var(--abz-text); font-family: "Space Grotesk", sans-serif; font-size: 21px; letter-spacing: -.02em; }
.abz-step p,
.abz-audience-card p { margin: 0; color: var(--abz-muted-2); font-size: 15px; line-height: 1.6; }
.abz-library-tools { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 30px; }
.abz-search { width: 100%; max-width: 520px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
.abz-search span { color: var(--abz-faint); font-size: 18px; }
.abz-search input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--abz-text); background: transparent; font-size: 15.5px; }
.abz-filter-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.abz-filter-chip { min-height: 38px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #b7b0c6; background: rgba(255,255,255,.03); font-size: 14px; font-weight: 500; cursor: pointer; }
.abz-filter-chip[aria-pressed="true"] { border-color: transparent; color: #fff; background: linear-gradient(115deg, #ff8cf0, #b43cff); }
.abz-result-label { margin-bottom: 22px; color: var(--abz-faint); font-size: 13.5px; text-align: center; }
.abz-games-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.abz-game-card { overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; color: inherit !important; background: var(--abz-surface); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.abz-game-card:hover { transform: translateY(-5px); border-color: rgba(255,140,240,.45); box-shadow: 0 18px 46px rgba(180,60,255,.28); }
.abz-game-cover { position: relative; height: 192px; overflow: hidden; background: linear-gradient(135deg, #b43cff, #3cdcff); }
.abz-game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.abz-game-card:hover .abz-game-cover img { transform: scale(1.035); }
.abz-game-badge { position: absolute; top: 12px; padding: 4px 10px; border-radius: 999px; color: #fff; background: rgba(0,0,0,.5); backdrop-filter: blur(5px); font-size: 11px; font-weight: 600; }
.abz-game-badge:first-of-type { left: 12px; }
.abz-game-badge:last-of-type { right: 12px; }
.abz-game-copy { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; padding: 15px 16px 17px; }
.abz-game-copy h3 { margin: 0; color: var(--abz-text); font-family: "Space Grotesk", sans-serif; font-size: 16px; line-height: 1.2; }
.abz-game-copy span { flex: none; font-family: "Space Grotesk", sans-serif; font-size: 13.5px; font-weight: 700; }
.abz-game-copy p { grid-column: 1 / -1; margin: 7px 0 0; color: var(--abz-muted-2); font-size: 12.5px; line-height: 1.5; }
.abz-story-promo { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding: 18px 24px; border: 1px solid rgba(255,140,240,.32); border-radius: 16px; color: #fff !important; background: linear-gradient(115deg, rgba(255,140,240,.16), rgba(180,60,255,.16), rgba(60,220,255,.16)); }
.abz-story-promo[hidden] { display: none; }
.abz-audience { margin-top: -72px; padding-bottom: 120px; }
.abz-audience-card { min-height: 210px; }
.abz-audience-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; color: #fff; background: var(--abz-gradient); font-size: 24px; }
.abz-final-cta { position: relative; overflow: hidden; margin: 0 24px 24px; padding: 100px 40px; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: radial-gradient(ellipse at 50% 120%, rgba(180,60,255,.4), transparent 60%), #0c0916; text-align: center; }
.abz-final-cta img { width: 66px; height: 78px; margin-bottom: 24px; object-fit: contain; animation: abzFloat 6s ease-in-out infinite; }
.abz-final-cta h2 { font-size: clamp(36px, 5.4vw, 68px); line-height: 1.02; }
.abz-final-cta p { margin: 20px 0 32px; color: var(--abz-muted); font-size: 18px; }

/* Secondary content pages */
.abz-page-shell { min-height: 100vh; padding-top: 68px; background: radial-gradient(circle at 15% 0, rgba(180,60,255,.2), transparent 30rem), radial-gradient(circle at 90% 20%, rgba(60,220,255,.12), transparent 28rem), var(--abz-bg); }
.abz-page-hero { position: relative; overflow: hidden; padding: clamp(82px, 11vw, 150px) 28px clamp(64px, 8vw, 108px); text-align: center; }
.abz-page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at 50% 40%, #000 24%, transparent 72%); pointer-events: none; }
.abz-page-hero > * { position: relative; z-index: 1; }
.abz-page-hero h1 { max-width: 980px; margin: 0 auto; font-size: clamp(46px, 7vw, 88px); line-height: .98; }
.abz-page-hero p { max-width: 720px; margin: 22px auto 0; color: var(--abz-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.62; }
.abz-content { width: min(var(--abz-max), calc(100% - 40px)); margin: 0 auto; padding: 0 0 110px; }
.abz-content-card { padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: rgba(14,11,24,.86); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.abz-content-card h2,
.abz-content-card h3 { color: var(--abz-text); font-family: "Space Grotesk", sans-serif; letter-spacing: -.02em; }
.abz-content-card h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 42px); }
.abz-content-card h3 { margin: 32px 0 12px; font-size: 22px; }
.abz-content-card p,
.abz-content-card li { color: var(--abz-muted); font-size: 16px; line-height: 1.75; }
.abz-content-card p { margin: 0 0 18px; }

@keyframes abzGradientShift { 0%, 100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes abzFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes abzBobble { 0%, 100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-16px) rotate(6deg); } }
@keyframes abzGlowPulse { 0%, 100% { opacity: .55; } 50% { opacity: .85; } }
@keyframes abzMarquee { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .abz-nav-links { display: none; }
  .abz-nav { grid-template-columns: auto 1fr auto; }
  .abz-menu-button { display: inline-flex; }
  .abz-account-nav { display: none; }
  .abz-home-hero-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .abz-home-copy { max-width: 680px; margin: 0 auto; }
  .abz-home-lead { margin-inline: auto; }
  .abz-home-actions { justify-content: center; }
  .abz-hero-stage { height: 460px; }
  .abz-hero-girl { bottom: -30px; height: 520px; }
  .abz-steps,
  .abz-audience { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .abz-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .abz-frame-grid { grid-template-columns: repeat(2, 1fr); }
  .abz-games-grid { grid-template-columns: repeat(2, 1fr); }
  .abz-stats { grid-template-columns: repeat(2, 1fr); gap: 34px 16px; }
}

@media (max-width: 600px) {
  .abz-nav { padding-inline: 18px; }
  .abz-brand { font-size: 18px; }
  .abz-brand img { width: 28px; height: 34px; }
  .abz-home-hero { padding: 118px 22px 20px; }
  .abz-home-title { font-size: clamp(48px, 16vw, 66px); }
  .abz-hero-stage { height: 400px; }
  .abz-hero-girl { height: 430px; }
  .abz-product-frame-wrap { margin-top: 40px; }
  .abz-frame-toolbar { display: none; }
  .abz-frame-grid { padding: 14px; gap: 10px; }
  .abz-home-section { padding-inline: 22px; }
  .abz-games-grid { grid-template-columns: 1fr; }
  .abz-game-cover { height: 210px; }
  .abz-story-promo { align-items: flex-start; flex-direction: column; }
  .abz-final-cta { margin-inline: 12px; padding: 74px 22px; }
  .abz-footer { padding-inline: 24px; }
  .abz-footer-grid { grid-template-columns: 1fr; }
}

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