/* SnapBattler site — dark, tight, card-battler energy. Own assets + open fonts only. */
:root {
  --ink: #EEEBFA;
  --ink-2: #BDB7DA;
  --muted: #8C86AC;
  --amber: #F5A83B;
  --amber-2: #FFC85E;
  --amber-deep: #DB8B14;
  --violet: #8E7CF3;
  --violet-lt: #B7A8FF;
  --teal: #43D3BE;

  --card: #FFFFFF;
  --panel: rgba(255,255,255,.045);
  --panel-2: rgba(255,255,255,.07);
  --border: rgba(255,255,255,.10);

  --tank: #F5A83B; --assassin: #F0596E; --healer: #4CBB78; --mage: #8E7CF3; --sniper: #E8823C;
  --fire: #FF7A48; --nature: #63BE58; --earth: #C79A5E; --electric: #F5B923; --water: #4FA8EF;

  --sh-soft: 0 10px 26px rgba(0,0,0,.35);
  --sh-card: 0 22px 46px rgba(0,0,0,.5);
  --clip: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  --disp: "Bricolage Grotesque", -apple-system, system-ui, sans-serif;
  --body: "Inter", -apple-system, system-ui, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
img { max-width: 100%; display: block; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background:
    radial-gradient(1200px 720px at 82% -6%, rgba(142,124,243,.24), transparent 58%),
    radial-gradient(1000px 620px at 6% 26%, rgba(240,89,110,.11), transparent 55%),
    radial-gradient(1100px 800px at 92% 82%, rgba(245,168,59,.11), transparent 55%),
    #110c22;
  background-attachment: fixed;
}

h1, h2, h3, .brand strong { font-family: var(--disp); letter-spacing: -0.015em; font-weight: 800; line-height: 1.04; color: #fff; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }

/* faint element-glyph texture */
.bgfx {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .06; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath transform='translate(18,20) scale(1.5)' fill='%23FF7A48' d='M12 2c1.2 3.4-1.8 4.6-1.8 7.4a2.6 2.6 0 0 0 5.2.2c0-1-.6-1.9-.6-1.9 1.9 1 3.2 3 3.2 5.3a6 6 0 1 1-12 0C6 8.6 10.4 6.6 12 2z'/%3E%3Cpath transform='translate(100,24) scale(1.5)' fill='%234FA8EF' d='M12 3c4 5 6 8 6 11a6 6 0 1 1-12 0c0-3 2-6 6-11z'/%3E%3Cpath transform='translate(20,98) scale(1.5)' fill='%23F5B923' d='M13 2L5 14h6l-1 8 9-12h-6z'/%3E%3Cpath transform='translate(98,100) scale(1.5)' fill='%2363BE58' d='M19 4c.5 7.5-3.5 15-11.5 15C6 19 5 17.5 5 16 5 9 12 4.5 19 4z'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* ───────────── header ───────────── */
header.site {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: saturate(1.4) blur(14px);
  background: rgba(17, 12, 34, .55);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
header.site .inner { max-width: 1080px; margin: 0 auto; padding: 11px 22px; display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 32px; height: 32px; border-radius: 9px; box-shadow: 0 4px 12px rgba(0,0,0,.4); }
.brand strong { font-size: 18px; }
header.site nav { margin-left: auto; display: flex; gap: 24px; }
header.site nav a { color: rgba(255,255,255,.8); text-decoration: none; font-weight: 600; font-size: 14.5px; }
header.site nav a:hover { color: #fff; }
header.site .btn.sm { padding: 8px 16px; font-size: 13.5px; }
@media (max-width: 760px){
  header.site nav { display: none; }
  header.site .inner { gap: 12px; }
  .brand { min-width: 0; }
  .brand strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  header.site .btn.sm { margin-left: auto; flex: 0 0 auto; padding: 8px 14px; font-size: 13px; }
}
@media (max-width: 480px){
  header.site .inner { padding: 10px 14px; }
  .brand strong { font-size: 16px; }
  header.site .btn.sm { padding: 8px 13px; font-size: 12.5px; }
}

/* ───────────── buttons (angular, gaming) ───────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--disp); font-weight: 700; font-size: 15.5px; text-decoration: none;
  padding: 13px 26px; border: 0; cursor: pointer; color: #fff;
  clip-path: var(--clip); transition: transform .14s, filter .2s;
}
.btn.lg { padding: 16px 34px; font-size: 17px; }
.btn.sm { clip-path: polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px); }
.btn-primary { background: linear-gradient(180deg, var(--amber-2), var(--amber-deep)); filter: drop-shadow(0 9px 18px rgba(219,139,20,.45)); }
.btn-primary:hover { transform: translateY(-2px); filter: drop-shadow(0 14px 24px rgba(219,139,20,.62)); }
.btn-ghost { background: rgba(255,255,255,.09); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.btn-ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.15); }

/* ───────────── hero ───────────── */
.hero {
  position: relative; overflow: hidden; margin-top: -64px; padding: 108px 0 76px;
  background:
    radial-gradient(1000px 560px at 74% 12%, rgba(142,124,243,.42), transparent 60%),
    radial-gradient(760px 460px at 24% 96%, rgba(245,168,59,.20), transparent 62%),
    linear-gradient(170deg, #15102b 0%, #1c1338 52%, #241640 100%);
}
.hero-glow {
  position: absolute; width: 560px; height: 560px; right: 4%; top: 70px; z-index: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(255,190,90,.30), transparent 62%); filter: blur(6px);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 30px; align-items: center; }
.kicker {
  display: inline-block; font-family: var(--disp); font-weight: 700; font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; color: #FFD98A;
  padding: 6px 14px; clip-path: polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);
  background: rgba(255,217,138,.14); margin-bottom: 18px;
}
.hero h1 { font-size: clamp(38px, 6.2vw, 70px); margin: 0 0 16px; }
.hero h1 .accent { background: linear-gradient(100deg, #FFD36B, #FF9A5A 52%, #FF6E9E); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-2); max-width: 33em; margin: 0 0 24px; }
.hero .cta { display: flex; gap: 12px; flex-wrap: wrap; }
.trust { margin: 16px 0 0; color: var(--muted); font-weight: 700; font-size: 13px; letter-spacing: .02em; }

.hero-visual { position: relative; min-height: 440px; }
.phone-wrap { position: relative; width: 216px; margin: 0 auto; z-index: 1; }
.phone-wrap .device { box-shadow: 0 40px 90px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.08); }
.hero .herocards { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero .herocards .gamecard { position: absolute; width: 172px; pointer-events: auto; transition: transform .25s; filter: drop-shadow(0 18px 30px rgba(0,0,0,.5)); }
.hero .herocards .gamecard:nth-child(1){ left: -2%;  top: 32%; transform: rotate(-12deg); z-index: 2; }
.hero .herocards .gamecard:nth-child(2){ left: 28%;  top: 4%;  transform: rotate(-1deg); z-index: 4; }
.hero .herocards .gamecard:nth-child(3){ right: -2%; top: 36%; transform: rotate(11deg); z-index: 3; }
.hero .herocards .gamecard:hover { transform: translateY(-8px) rotate(0) scale(1.05); z-index: 9; }

.scrollcue { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 3; color: rgba(255,255,255,.5); animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,7px);} }

/* ───────────── body (dark, tight) ───────────── */
.body-bright { position: relative; z-index: 1; }
.body-bright::before {
  content: ""; display: block; height: 2px; margin: 0 auto; max-width: 1080px;
  background: linear-gradient(90deg, transparent, rgba(245,168,59,.6), transparent);
}
section { position: relative; z-index: 1; padding: 52px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 32px; }
.eyebrow {
  display: inline-block; font-family: var(--disp); font-weight: 700; font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--violet-lt);
  background: rgba(142,124,243,.16); padding: 5px 13px; border-radius: 999px; margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(26px, 3.6vw, 40px); margin: 0 0 8px; }
.section-head p { font-size: 16.5px; color: var(--muted); margin: 0; }

/* ── steps ── */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.step {
  background: var(--panel); border: 1px solid var(--border); border-radius: 18px;
  padding: 24px 22px; transition: transform .2s, border-color .2s, background .2s;
}
.step:hover { transform: translateY(-4px); background: var(--panel-2); border-color: rgba(255,255,255,.2); }
.step .num { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-family: var(--disp); font-weight: 800; font-size: 20px; color: #fff; margin-bottom: 13px; box-shadow: 0 8px 18px rgba(0,0,0,.35); }
.num.n1 { background: linear-gradient(180deg,#9E8BFF,#6A56D6); }
.num.n2 { background: linear-gradient(180deg,#FFC85E,#DB8B14); }
.num.n3 { background: linear-gradient(180deg,#5AE0CC,#1F8E7E); }
.step h3 { margin: 0 0 6px; font-size: 19px; }
.step p { margin: 0; color: var(--ink-2); font-size: 15px; }

/* ── card showcase ── */
.classes { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.classcard { text-align: center; }
.classcard .label { font-family: var(--disp); font-weight: 800; font-size: 17px; margin-top: 13px; }
.classcard .role { color: var(--muted); font-size: 13px; font-weight: 600; }
@media (max-width: 1000px){ .classes { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 640px){ .classes { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; } }

/* ── the game card (uniform shape) ── */
.gamecard { position: relative; border-radius: 16px; isolation: isolate; }
.gamecard .face {
  position: relative; display: flex; flex-direction: column; aspect-ratio: 5 / 7;
  background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--sh-card);
  transition: transform .2s, box-shadow .2s;
}
.classcard .gamecard:hover .face { transform: translateY(-7px) rotate(-1deg); box-shadow: 0 26px 54px rgba(0,0,0,.6); }
.gamecard .top { display: flex; align-items: center; gap: 6px; padding: 9px 10px 6px; }
.gamecard .pill { font-family: var(--disp); font-weight: 800; font-size: 9px; letter-spacing: .04em; padding: 3px 8px; border-radius: 999px; }
.gamecard .cname { flex: 1; min-width: 0; font-family: var(--disp); font-weight: 700; font-size: 12px; color: #2A2740; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gamecard .hp { font-family: var(--disp); font-weight: 800; font-size: 15px; color: #2A2740; }
.gamecard .hp span { font-size: 9px; color: #9490B0; margin-right: 2px; }
.gamecard .art { position: relative; margin: 0 10px; aspect-ratio: 16 / 11; flex: none; border-radius: 10px; overflow: hidden; background: #EEF0F6; }
.gamecard .art img { width: 100%; height: 100%; object-fit: cover; }
.gamecard .band { position: absolute; left: 6px; right: 6px; bottom: 6px; border-radius: 8px; background: rgba(28,20,48,.62); backdrop-filter: blur(2px); color: rgba(255,255,255,.95); display: flex; justify-content: space-between; padding: 4px 9px; font-family: var(--disp); font-weight: 800; font-size: 8.5px; letter-spacing: .03em; }
.gamecard .body { flex: 1; min-height: 0; padding: 9px 12px 12px; text-align: left; display: flex; flex-direction: column; color: #2A2740; }
.gamecard .ability { font-family: var(--disp); font-weight: 800; font-size: 13px; }
.gamecard .adesc { font-size: 10.5px; color: #4B4668; font-weight: 500; line-height: 1.35; margin: 2px 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gamecard .flavor { font-size: 10px; color: #8A85A6; font-style: italic; margin-top: auto; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gamecard .holo { position: absolute; inset: 0; border-radius: 16px; pointer-events: none; z-index: 3; opacity: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.6) 46%, rgba(190,225,255,.5) 52%, transparent 70%); background-size: 250% 250%; background-position: 100% 0; transition: opacity .3s; mix-blend-mode: screen; }
.gamecard:hover .holo, .gamecard.shine .holo { opacity: 1; animation: sweep 1.1s ease; }
@keyframes sweep { from { background-position: 130% 0; } to { background-position: -30% 0; } }

/* ── elements ring ── */
.ring-wrap { display: grid; grid-template-columns: 380px 1fr; gap: 40px; align-items: center; }
.ring svg { width: 100%; height: auto; filter: drop-shadow(0 14px 30px rgba(0,0,0,.5)); }
.ring text { fill: #fff; font-family: var(--disp); }
.ring .spin { transform-origin: 210px 210px; animation: rot 26s linear infinite; }
.ring .dash { stroke-dasharray: 5 9; }
@keyframes rot { to { transform: rotate(360deg); } }
ul.cycle { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
ul.cycle li { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 11px 15px; font-weight: 600; color: var(--ink-2); font-size: 14.5px; }
ul.cycle b { color: var(--c); font-weight: 800; }
.fine { color: var(--muted); margin-top: 14px; font-size: 14px; }
@media (max-width: 820px){ .ring-wrap { grid-template-columns: 1fr; gap: 26px; } .ring { max-width: 320px; margin: 0 auto; } }

/* ── battle split ── */
.split { display: grid; grid-template-columns: 280px 1fr; gap: 46px; align-items: center; }
/* realistic phone-device frame — identical shape everywhere */
.device {
  position: relative; width: 100%; aspect-ratio: 100 / 205;
  background: #0b0916; border-radius: 42px; padding: 10px;
  box-shadow: 0 30px 64px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.08);
}
.device .screen { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; border-radius: 32px; }
.phone-hero { display: grid; place-items: center; }
.phone-hero .device { max-width: 244px; }
.split h2 { font-size: clamp(24px, 3.2vw, 36px); margin: 6px 0 10px; }
.split > div > p { color: var(--ink-2); font-size: 16px; }
.bullets { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 12px; }
.bullets li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-2); font-size: 15px; }
.bullets strong { color: #fff; }
.bullets .tick { flex: none; width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(180deg,#5AE0CC,#1F8E7E); color: #06231f; font-weight: 900; font-size: 13px; }
@media (max-width: 820px){ .split { grid-template-columns: 1fr; gap: 26px; } .phone-hero .device{ max-width: 250px; } }

/* ── numbers band ── */
.numbers { padding: 24px 0; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; background: linear-gradient(120deg,#241a44,#33245c); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 30px 24px; box-shadow: var(--sh-card); }
.stat { text-align: center; }
.stat b { display: block; font-family: var(--disp); font-weight: 800; font-size: clamp(30px,4.2vw,44px); background: linear-gradient(180deg,#FFE0A0,#FFA94D); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { color: rgba(255,255,255,.68); font-weight: 600; font-size: 13.5px; }
@media (max-width: 560px){ .stats { grid-template-columns: repeat(2,1fr); gap: 18px; } }

/* ── collect gallery ── */
.shots { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.shots figure { margin: 0; text-align: center; }
.shots .device { transition: transform .2s; }
.shots figure:hover .device { transform: translateY(-5px) rotate(-1deg); }
.shots figcaption { margin-top: 10px; font-weight: 600; color: var(--muted); font-size: 13.5px; }
@media (max-width: 640px){ .shots { grid-template-columns: repeat(2,1fr); } }

/* ── card reel (3D coverflow) ── */
.coverflow {
  --cf-w: 248px;
  position: relative; width: 100%; height: calc(var(--cf-w) * 2.12);
  perspective: 1500px; perspective-origin: 50% 42%;
  touch-action: pan-y; cursor: grab; user-select: none; -webkit-user-select: none;
}
.coverflow:active { cursor: grabbing; }
.coverflow img { -webkit-user-drag: none; user-drag: none; pointer-events: none; }
.cf-track { position: absolute; inset: 0; transform-style: preserve-3d; }
.cf-item {
  position: absolute; top: 3%; left: 50%; width: var(--cf-w);
  margin-left: calc(var(--cf-w) / -2);
  transform-style: preserve-3d; will-change: transform, opacity; transition: opacity .2s;
}
.cf-card { filter: drop-shadow(0 28px 42px rgba(0,0,0,.6)); }
.cf-card .gamecard, .cf-reflect .gamecard { width: 100%; }
.cf-reflect {
  margin-top: 5px; height: calc(var(--cf-w) * 0.6); overflow: hidden;
  transform: scaleY(-1); opacity: .3; pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 78%);
          mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 78%);
}
.cf-nav {
  position: absolute; top: 40%; z-index: 1200; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18);
  background: rgba(20,14,40,.62); backdrop-filter: blur(8px); color: #fff;
  font-size: 26px; line-height: 1; cursor: pointer; display: grid; place-items: center;
  font-family: var(--disp); transition: background .2s, transform .2s;
}
.cf-nav:hover { background: rgba(142,124,243,.55); transform: translateY(-50%) scale(1.06); }
.cf-nav.prev { left: max(14px, calc(50% - 552px)); }
.cf-nav.next { right: max(14px, calc(50% - 552px)); }
.cf-hint { text-align: center; color: var(--muted); font-size: 13px; font-weight: 600; margin: 8px 0 0; letter-spacing: .05em; }
@media (max-width: 640px){
  .coverflow { --cf-w: 208px; }
  .cf-nav { width: 40px; height: 40px; font-size: 22px; }
}
@media (max-width: 420px){ .coverflow { --cf-w: 182px; } }

/* coverflow living inside the hero (contained to its column) */
.hero-visual { overflow: hidden; }
.hero .coverflow {
  --cf-w: 190px; height: calc(var(--cf-w) * 2.05); perspective: 1250px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}
.hero .cf-nav { display: none; }
.hero .cf-hint { margin-top: 2px; }
@media (max-width: 900px){ .hero .coverflow { --cf-w: 202px; } }
@media (max-width: 420px){ .hero .coverflow { --cf-w: 172px; } }

/* ── final CTA ── */
.finale-sec { padding-bottom: 64px; }
.finale { position: relative; overflow: hidden; text-align: center; border: 1px solid rgba(255,255,255,.1); background: radial-gradient(680px 320px at 50% -12%, rgba(255,190,90,.32), transparent 60%), linear-gradient(160deg,#231843,#2c1c4c); border-radius: 28px; padding: 52px 26px; box-shadow: var(--sh-card); }
.finale-icon { width: 70px; height: 70px; border-radius: 18px; margin: 0 auto 16px; box-shadow: 0 14px 30px rgba(0,0,0,.4); }
.finale h2 { font-size: clamp(26px,3.8vw,42px); margin: 0 0 10px; }
.finale p { color: var(--ink-2); max-width: 44em; margin: 0 auto 24px; font-size: 16px; }
.finale .cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ───────────── footer ───────────── */
footer { position: relative; z-index: 1; background: rgba(0,0,0,.3); border-top: 1px solid rgba(255,255,255,.08); padding: 34px 0 30px; }
.foot-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
footer .brand strong { font-size: 17px; }
footer .links { display: flex; gap: 20px; flex-wrap: wrap; }
footer .links a { color: rgba(255,255,255,.7); text-decoration: none; font-weight: 600; font-size: 14.5px; }
footer .links a:hover { color: #fff; }
.copy { margin: 16px 0 0; font-size: 12.5px; color: rgba(255,255,255,.4); }

/* ───────────── reveal ───────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ───────────── mobile ───────────── */
@media (max-width: 900px){
  .hero { padding: 92px 0 56px; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 8px; }
  .lead { margin-left: auto; margin-right: auto; }
  .hero .cta { justify-content: center; }
  .hero-glow { right: 50%; transform: translateX(50%); }
  .hero-visual { min-height: 400px; margin-top: 12px; }
  .phone-wrap { width: 210px; }
  .hero .herocards .gamecard { width: 150px; }
  .hero .herocards .gamecard:nth-child(1){ left: 6%;  top: 34%; }
  .hero .herocards .gamecard:nth-child(2){ left: 50%; top: 6%; transform: translateX(-50%) rotate(-1deg); }
  .hero .herocards .gamecard:nth-child(3){ right: 6%; top: 38%; }
}
@media (max-width: 560px){
  .wrap { padding: 0 16px; }
  section { padding: 42px 0; }
  .steps { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; }
  .phone-wrap { width: 176px; }
  .hero .herocards .gamecard { width: 132px; }
  .hero .herocards .gamecard:nth-child(1){ left: 2%;  top: 36%; transform: rotate(-11deg); }
  .hero .herocards .gamecard:nth-child(3){ right: 2%; top: 40%; transform: rotate(11deg); }
  .hero .cta, .finale .cta { flex-direction: column; align-items: stretch; }
  .hero .cta .btn, .finale .cta .btn { width: 100%; }
  .foot-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}

@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1; transform: none; transition: none; }
  .ring .spin, .scrollcue { animation: none; }
  html { scroll-behavior: auto; }
}
