/* ============================================================
   Yaarwin landing — premium green & white
   ============================================================ */

:root {
  --deep: #05281a;
  --deep-2: #073622;
  --deep-3: #0a4a2e;
  --g: #17b26a;
  --g2: #0e9f5c;
  --g-bright: #2fd77c;
  --mint: #eafaf1;
  --mint-2: #f3fbf6;
  --ink: #0c2a1c;
  --body: #44574d;
  --gold: #f4b41f;
  --gold-soft: #ffd977;
  --white: #ffffff;
  --line: #e3efe8;
  --radius: 22px;
  --shadow-sm: 0 2px 10px rgba(6, 40, 26, 0.06);
  --shadow-md: 0 14px 40px rgba(6, 40, 26, 0.1);
  --shadow-lg: 0 30px 80px rgba(6, 40, 26, 0.18);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(1140px, 100% - 40px); margin-inline: auto; }

h1, h2, h3, h4 { color: var(--ink); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-weight: 700; font-size: 0.95rem;
  padding: 14px 26px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn:active { transform: scale(0.97); }
.btn-primary {
  background: linear-gradient(135deg, var(--g-bright), var(--g2));
  color: #fff; box-shadow: 0 8px 24px rgba(23, 178, 106, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(23, 178, 106, 0.45); }
.btn-playstore {
  background: #0d0d0d; color: #fff; padding: 12px 26px; gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.btn-playstore:hover { transform: translateY(-2px); background: #000; }
.btn-playstore svg { width: 26px; height: 26px; color: var(--g-bright); }
.btn-playstore small { display: block; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; opacity: 0.75; }
.btn-playstore strong { display: block; font-size: 1.05rem; line-height: 1.15; text-align: left; }
.btn-playstore span { text-align: left; }
.btn-outline {
  background: rgba(255, 255, 255, 0.07); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.28); backdrop-filter: blur(6px);
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }
.btn-outline-dark {
  background: var(--white); color: var(--g2);
  border: 1.5px solid var(--g2);
}
.btn-outline-dark:hover { background: var(--g2); color: #fff; transform: translateY(-2px); }

/* ---------- nav ---------- */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5, 40, 26, 0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-nav .inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -0.02em;
}
.brand b { color: var(--g-bright); }
.brand img { border-radius: 10px; box-shadow: 0 0 0 2px rgba(47, 215, 124, 0.4); }
.nav-desktop { display: flex; gap: 26px; margin-left: auto; }
.nav-desktop a {
  font-size: 0.9rem; font-weight: 600; color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
}
.nav-desktop a:hover { color: var(--g-bright); }
.site-nav .btn-primary { padding: 11px 22px; font-size: 0.88rem; }
.menu-btn {
  display: none; flex-direction: column; gap: 5px; margin-left: auto;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.menu-btn i { width: 24px; height: 2.5px; background: #fff; border-radius: 2px; transition: 0.3s; }

.drawer {
  position: fixed; inset: 68px 0 auto 0; z-index: 99;
  background: var(--deep);
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px 24px 28px;
  transform: translateY(-110%); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.drawer.open { transform: translateY(0); }
.drawer a {
  color: rgba(255, 255, 255, 0.85); font-weight: 600; font-size: 1rem;
  padding: 11px 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.drawer a:last-child { border: 0; margin-top: 12px; text-align: center; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(47, 215, 124, 0.22), transparent 60%),
    radial-gradient(700px 500px at -10% 100%, rgba(244, 180, 31, 0.1), transparent 55%),
    linear-gradient(160deg, #05281a 0%, #073d26 55%, #05281a 100%);
  color: #fff;
  padding: 72px 0 0;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.4px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 70%);
}
.hero-layout {
  position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 40px; align-items: center;
}
.hero-copy { padding: 40px 0 88px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(244, 180, 31, 0.12);
  border: 1px solid rgba(244, 180, 31, 0.3);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.hero h1 {
  color: #fff; font-size: clamp(2.6rem, 6vw, 4.3rem); font-weight: 800;
  letter-spacing: -0.035em; line-height: 1.04; margin-bottom: 20px;
}
.hero h1 span {
  background: linear-gradient(120deg, var(--gold-soft), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead {
  font-size: clamp(1rem, 2vw, 1.15rem); color: rgba(255, 255, 255, 0.78);
  max-width: 480px; margin-bottom: 30px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-rating { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.hero-rating .stars { color: var(--gold); font-size: 1rem; letter-spacing: 3px; text-shadow: 0 0 14px rgba(244,180,31,.5); }
.hero-rating p { font-size: 0.82rem; color: rgba(255, 255, 255, 0.65); }
.trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust span {
  font-size: 0.76rem; font-weight: 700; color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 7px 14px; border-radius: 999px;
}

/* phone in hero: crop the baked-in title off the marketing shot */
.hero-shot { position: relative; align-self: end; display: flex; justify-content: center; }
.hero-device {
  position: relative; width: min(330px, 76vw); aspect-ratio: 0.46;
  border-radius: 44px 44px 0 0; overflow: hidden;
  background: #0a1f14;
  box-shadow: 0 -14px 90px rgba(47, 215, 124, 0.3), 0 30px 80px rgba(0, 0, 0, 0.5);
}
.hero-device img {
  position: absolute; left: 50%; bottom: 0;
  width: 170%; max-width: none; transform: translateX(-50%);
}
.hero-glow {
  position: absolute; left: 50%; bottom: -40px; transform: translateX(-50%);
  width: 130%; height: 200px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(47, 215, 124, 0.35), transparent);
  filter: blur(10px); pointer-events: none;
}
.float-chip {
  position: absolute; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.8rem; font-weight: 800; white-space: nowrap;
  padding: 9px 16px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  animation: floaty 4.5s ease-in-out infinite;
}
.float-chip.coin { background: linear-gradient(135deg, #ffe9a8, var(--gold)); color: #5c4102; top: 10%; right: 0; }
.float-chip.free { background: var(--deep-2); color: var(--g-bright); border: 1px solid rgba(47, 215, 124, 0.45); bottom: 22%; left: 0; animation-delay: 1.4s; }
.float-chip .dot { width: 16px; height: 16px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff7d8, var(--gold)); box-shadow: inset 0 -2px 3px rgba(0,0,0,.2); }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---------- marquee band ---------- */
.band { background: var(--deep); border-top: 1px solid rgba(255,255,255,.06); overflow: hidden; padding: 15px 0; position: relative; z-index: 2; }
.band-track { display: flex; gap: 44px; width: max-content; animation: scroll-x 28s linear infinite; }
.band span {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  color: rgba(255, 255, 255, 0.75); font-size: 0.84rem; font-weight: 700; letter-spacing: 0.04em;
}
.band span::before { content: "✦"; color: var(--gold); font-size: 0.7rem; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: 92px 0; }
.section.white { background: var(--white); }
.section.pale { background: linear-gradient(180deg, var(--mint-2), var(--mint) 60%, var(--mint-2)); }
.section.deep {
  background:
    radial-gradient(700px 400px at 90% 0%, rgba(47, 215, 124, 0.15), transparent 60%),
    linear-gradient(160deg, var(--deep), #06331f);
  color: rgba(255, 255, 255, 0.78);
}
.section.deep h2, .section.deep h3 { color: #fff; }

.sec-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.sec-head .eyebrow { margin-bottom: 16px; }
.section .eyebrow.on-light {
  color: var(--g2); background: rgba(23, 178, 106, 0.1); border-color: rgba(23, 178, 106, 0.28);
}
.eyebrow.on-light::before { background: var(--g); box-shadow: 0 0 8px var(--g); }
.sec-head h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 14px; }
.sec-head p { font-size: 1.02rem; }

/* ---------- about / prose ---------- */
.about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; align-items: start; }
.prose h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 20px; }
.prose h3 { font-size: 1.2rem; margin: 30px 0 12px; }
.prose p { margin-bottom: 16px; font-size: 1rem; }
.prose strong { color: var(--ink); }
.prose a { color: var(--g2); font-weight: 700; }
.prose ul { display: grid; gap: 10px; margin: 16px 0; }
.prose ul li { position: relative; padding-left: 30px; font-size: 0.97rem; }
.prose ul li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g-bright), var(--g2)); color: #fff;
  font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
}

.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: sticky; top: 96px; }
.stat {
  background: linear-gradient(160deg, #fff, var(--mint-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat strong {
  display: block; font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em;
  background: linear-gradient(120deg, var(--g2), var(--g-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat span { font-size: 0.8rem; font-weight: 600; color: var(--body); }

/* ---------- how steps ---------- */
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.how-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 24px 26px;
  box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.how-card::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 4px;
  background: linear-gradient(90deg, var(--g-bright), var(--g2));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.how-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(23, 178, 106, 0.35); }
.how-card:hover::after { transform: scaleX(1); }
.how-card .n {
  width: 46px; height: 46px; border-radius: 14px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.05rem; color: #fff;
  background: linear-gradient(135deg, var(--g-bright), var(--g2));
  box-shadow: 0 8px 20px rgba(23, 178, 106, 0.35);
}
.how-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.how-card p { font-size: 0.9rem; }
.how-card code { font-size: 0.75rem; background: var(--mint); padding: 2px 6px; border-radius: 6px; color: var(--g2); }

/* ---------- splits (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split.flip .split-media { order: 2; }
.split-text h3 { font-size: clamp(1.55rem, 3.4vw, 2.15rem); margin-bottom: 16px; }
.split-text h3 em { font-style: normal; color: var(--gold); text-shadow: 0 1px 0 rgba(0,0,0,.05); }
.section.deep .split-text h3 em { color: var(--gold-soft); }
.split-text > p { font-size: 1rem; margin-bottom: 20px; }
.split-text ul { display: grid; gap: 11px; margin-bottom: 22px; }
.split-text ul li { position: relative; padding-left: 30px; font-size: 0.95rem; }
.split-text ul li strong { color: var(--ink); }
.section.deep .split-text ul li strong { color: #fff; }
.split-text ul li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g-bright), var(--g2)); color: #fff;
  font-size: 0.66rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.section.deep .split-text ul li::before { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: #4a3400; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chips span {
  font-size: 0.78rem; font-weight: 700; color: var(--g2);
  background: rgba(23, 178, 106, 0.09); border: 1px solid rgba(23, 178, 106, 0.25);
  padding: 7px 14px; border-radius: 999px;
}
.section.deep .chips span { color: var(--gold-soft); background: rgba(244, 180, 31, 0.1); border-color: rgba(244, 180, 31, 0.3); }
.split-text .btn { margin-top: 6px; }

/* poster presentation for the designed marketing shots */
.split-media { display: flex; justify-content: center; position: relative; }
.poster {
  position: relative; width: min(370px, 84vw);
  border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(6, 40, 26, 0.06);
  transform: rotate(-2.5deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.split.flip .poster { transform: rotate(2.5deg); }
.split:hover .poster { transform: rotate(0deg) scale(1.015); }
.poster img { width: 100%; height: auto; }
.poster-halo {
  position: absolute; inset: -10% -16%; z-index: -1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(23, 178, 106, 0.18), transparent 70%);
  pointer-events: none;
}
.section.deep .poster-halo { background: radial-gradient(closest-side, rgba(47, 215, 124, 0.25), transparent 70%); }
.step-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.step-pills span {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px 8px 8px; font-size: 0.86rem; font-weight: 700; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.step-pills i {
  width: 26px; height: 26px; border-radius: 50%; font-style: normal;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--g-bright), var(--g2)); color: #fff;
  font-size: 0.76rem; font-weight: 800;
}
.step-pills .go i { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: #4a3400; }

/* ---------- game cards ---------- */
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.game-card {
  display: flex; gap: 18px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative; overflow: hidden;
}
.game-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--g-bright), var(--gold));
  opacity: 0; transition: opacity 0.3s;
}
.game-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(23, 178, 106, 0.4); }
.game-card:hover::before { opacity: 1; }
.game-card img { flex-shrink: 0; filter: drop-shadow(0 6px 12px rgba(6, 40, 26, 0.18)); }
.game-card .meta {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--g2); margin-bottom: 6px;
}
.game-card h3 { font-size: 1.15rem; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.game-card h3::after {
  content: "Play →"; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em;
  color: var(--g2); background: rgba(23, 178, 106, 0.1); border: 1px solid rgba(23, 178, 106, 0.25);
  padding: 4px 10px; border-radius: 999px; transition: 0.25s;
}
.game-card:hover h3::after { background: var(--g2); color: #fff; }
.game-card p { font-size: 0.88rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.faq details[open] { border-color: rgba(23, 178, 106, 0.4); box-shadow: var(--shadow-md); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 24px; font-weight: 700; color: var(--ink); font-size: 0.99rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--mint); color: var(--g2); font-size: 1.15rem; font-weight: 600;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); background: var(--g2); color: #fff; }
.faq details p { padding: 0 24px 20px; font-size: 0.93rem; }
.faq details a { color: var(--g2); font-weight: 700; }

/* ---------- CTA ---------- */
.cta { padding: 40px 0 96px; background: var(--white); }
.cta-box {
  position: relative; overflow: hidden; border-radius: 30px;
  background:
    radial-gradient(600px 300px at 85% 10%, rgba(47, 215, 124, 0.25), transparent 60%),
    radial-gradient(500px 300px at 10% 100%, rgba(244, 180, 31, 0.14), transparent 55%),
    linear-gradient(150deg, var(--deep), var(--deep-3));
  padding: clamp(44px, 7vw, 80px) clamp(24px, 6vw, 72px);
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center;
  box-shadow: var(--shadow-lg);
}
.cta-box h2 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 14px; }
.cta-box > div > p { color: rgba(255, 255, 255, 0.75); margin-bottom: 28px; font-size: 1.02rem; }
.cta-art { position: relative; }
.cta-art img {
  border-radius: 18px; box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotate(2deg); transition: transform 0.5s ease;
}
.cta-box:hover .cta-art img { transform: rotate(0deg) scale(1.02); }

/* ---------- footer ---------- */
.footer { background: var(--deep); color: rgba(255, 255, 255, 0.62); padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 44px; }
.footer .brand { margin-bottom: 16px; }
.footer p { font-size: 0.87rem; max-width: 300px; }
.footer h4 { color: #fff; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid a { display: block; font-size: 0.9rem; padding: 5px 0; transition: color 0.2s; }
.footer-grid a:hover { color: var(--g-bright); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09); padding-top: 24px;
  font-size: 0.8rem; text-align: center; max-width: none !important;
}
.footer-bottom a { color: var(--g-bright); font-weight: 600; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.show { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .float-chip, .band-track { animation: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 8px; }
  .hero-copy { padding: 44px 0 12px; text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-actions, .trust, .hero-rating { justify-content: center; }
  .hero-shot { margin-top: 26px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats { position: static; grid-template-columns: repeat(4, 1fr); }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .split, .split.flip { grid-template-columns: 1fr; }
  .split .split-media, .split.flip .split-media { order: 2; margin-top: 18px; }
  .cta-box { grid-template-columns: 1fr; text-align: center; }
  .cta-box .hero-actions { justify-content: center; }
  .cta-art { max-width: 440px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-desktop { display: none; }
  .site-nav .btn-primary { margin-left: auto; padding: 9px 16px; font-size: 0.8rem; }
  .menu-btn { display: flex; margin-left: 0; }
  .site-nav .inner { gap: 12px; height: 62px; }
  .drawer { inset: 62px 0 auto 0; }
  .section { padding: 64px 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: 1fr; }
  .hero-device { width: min(300px, 80vw); }
  .device { width: min(280px, 76vw); transform: rotate(-2deg); }
  .split.flip .device { transform: rotate(2deg); }
  .float-chip { display: none; }
  .btn { padding: 13px 22px; font-size: 0.9rem; }
  .hero h1 { font-size: clamp(2.3rem, 10vw, 2.9rem); }
  .sec-head { margin-bottom: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer p { max-width: none; }
}
