/* =========================================================
   POPPALS — PREMIUM 3D LANDING PAGE DESIGN SYSTEM
   KumawatPulse Technologies  ·  kumawat.co.in
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

/* ── 1. DESIGN TOKENS ───────────────────────────────────── */
:root {
  --sky:        #38BDF8;
  --sky-deep:   #0284C7;
  --sky-darker: #0369A1;
  --sky-pale:   #E0F2FE;
  --pink:       #FF4B72;
  --pink-dark:  #D9234C;
  --pink-pale:  #FFE4E6;
  --gold:       #F59E0B;
  --gold-dark:  #D97706;
  --gold-pale:  #FEF3C7;
  --green:      #10B981;
  --green-dark: #047857;
  --green-pale: #DCFCE7;
  --purple:     #A855F7;
  --purple-dark:#7E22CE;
  --purple-pale:#F3E8FF;

  --bg:         linear-gradient(165deg, #F0F9FF 0%, #E0F2FE 30%, #FEF9EE 65%, #FDF4FF 100%);
  --glass:      rgba(255, 255, 255, 0.82);
  --glass-heavy:rgba(255, 255, 255, 0.95);
  --glass-card: rgba(255, 255, 255, 0.88);
  --border:     rgba(255, 255, 255, 0.95);
  --border-blue:rgba(56, 189, 248, 0.22);

  --ink:        #0C1A2E;
  --muted:      #475569;
  --subtle:     #94A3B8;
  --white:      #FFFFFF;

  --sh-xs:  0 2px 8px rgba(12, 26, 46, 0.05);
  --sh-sm:  0 6px 18px rgba(12, 26, 46, 0.08);
  --sh-md:  0 12px 32px rgba(2, 132, 199, 0.12), 0 4px 10px rgba(12, 26, 46, 0.05);
  --sh-lg:  0 24px 60px rgba(2, 132, 199, 0.18), 0 8px 24px rgba(12, 26, 46, 0.06);
  --sh-3d:  0 20px 40px rgba(56, 189, 248, 0.25), 0 6px 14px rgba(12, 26, 46, 0.08);
  --sh-glow:0 0 35px rgba(56, 189, 248, 0.35);

  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 36px;
  --r-pill: 9999px;

  --fh: 'Fredoka', system-ui, -apple-system, sans-serif;
  --fb: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  --nav-h: 76px;
  --max-w: 1240px;
}

/* ── 2. RESET & BASE ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; font-size: 16px; }
body {
  font-family: var(--fb);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }

/* Custom Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #E0F2FE; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--sky), var(--sky-deep));
  border-radius: 6px;
  border: 2px solid #E0F2FE;
}
::-webkit-scrollbar-thumb:hover { background: var(--sky-deep); }

/* ── 3. LAYOUT & TYPOGRAPHY ─────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }

h1, h2, h3, h4, h5 { font-family: var(--fh); font-weight: 700; line-height: 1.12; color: var(--ink); }

.g-text {
  background: linear-gradient(130deg, #0284C7 0%, #FF4B72 50%, #F59E0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.g-text-blue {
  background: linear-gradient(120deg, var(--sky-deep), var(--sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.g-text-pink {
  background: linear-gradient(120deg, var(--pink), #FF8DA1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* ── 4. BACKGROUND 3D ORBS & BUBBLES ────────────────────── */
.orb {
  position: fixed; border-radius: 50%;
  filter: blur(80px); pointer-events: none; z-index: 0; opacity: 0.55;
  animation: orb-float 20s ease-in-out infinite alternate;
}
.orb-1 { width: 550px; height: 550px; background: radial-gradient(circle, rgba(56,189,248,.45), transparent 70%); top: -120px; left: -140px; }
.orb-2 { width: 620px; height: 620px; background: radial-gradient(circle, rgba(255,75,114,.38), transparent 70%); top: 350px; right: -180px; animation-delay: -6s; }
.orb-3 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,158,11,.32), transparent 70%); bottom: 450px; left: -100px; animation-delay: -13s; }
.orb-4 { width: 440px; height: 440px; background: radial-gradient(circle, rgba(168,85,247,.28), transparent 70%); bottom: -80px; right: 8%; animation-delay: -9s; }
@keyframes orb-float {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(60px, 80px) scale(1.12); }
  100% { transform: translate(-40px, 30px) scale(0.92); }
}

/* Floating interactive bubbles */
.bubble-layer {
  position: fixed; inset: 0; pointer-events: none; z-index: 1; overflow: hidden;
}
.bg-bubble {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9), rgba(56,189,248,0.2) 60%, rgba(255,75,114,0.2) 100%);
  box-shadow: inset 0 2px 6px rgba(255,255,255,0.8), 0 4px 15px rgba(56,189,248,0.25);
  animation: bubble-rise linear infinite;
  pointer-events: auto; cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s;
}
.bg-bubble:hover {
  transform: scale(1.35) rotate(15deg);
  box-shadow: 0 0 20px rgba(56,189,248,0.6);
}
@keyframes bubble-rise {
  0%   { transform: translateY(110vh) scale(0.8); opacity: 0; }
  15%  { opacity: 0.7; }
  85%  { opacity: 0.7; }
  100% { transform: translateY(-15vh) scale(1.15); opacity: 0; }
}

/* ── 5. FLOATING HALF-LENGTH CIRCLE-PILL NAVBAR ──────────── */
.navbar {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0 16px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.nav-inner {
  pointer-events: auto;
  width: auto;
  max-width: 1040px;
  height: 60px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 9999px;
  box-shadow:
    0 12px 32px -4px rgba(12, 26, 46, 0.12),
    0 4px 14px rgba(56, 189, 248, 0.16),
    inset 0 1px 2px rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 10px 0 16px;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.navbar.scrolled .nav-inner {
  height: 56px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 16px 36px -4px rgba(12, 26, 46, 0.16),
    0 6px 18px rgba(56, 189, 248, 0.24);
  border-color: #FFFFFF;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.logo-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.3);
  border: 2px solid #BAE6FD;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.logo-link:hover .logo-img { transform: rotate(-10deg) scale(1.1); }
.logo-text-group {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.logo-text {
  font-family: var(--fh);
  font-size: 1.55rem;
  font-weight: 700;
  color: #0C1A2E;
  letter-spacing: -0.4px;
  line-height: 1;
}
.logo-badge {
  background: linear-gradient(135deg, var(--pink), #FF7A97);
  color: #fff;
  font-family: var(--fb);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 3px 8px;
  border-radius: 9999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(255, 75, 114, 0.3);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list a {
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
  padding: 7px 11px;
  border-radius: 9999px;
  transition: all 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}
.nav-list a:hover {
  color: #0284C7;
  background: #E0F2FE;
}
.nav-list a::after { display: none; }

.nav-list .ext-link {
  color: #0284C7;
  font-weight: 700;
  font-size: 0.84rem;
  background: #E0F2FE;
  border: 1.5px solid rgba(56, 189, 248, 0.45);
  padding: 6px 12px;
  border-radius: 9999px;
  margin-left: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.nav-list .ext-link:hover {
  background: #0284C7;
  color: #FFFFFF;
  border-color: #0284C7;
  box-shadow: 0 3px 10px rgba(2, 132, 199, 0.3);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}
.nav-sound {
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.15s ease;
  color: #334155;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-sound:hover {
  background: #FFFFFF;
  border-color: var(--sky);
  transform: scale(1.08);
  box-shadow: 0 3px 10px rgba(56, 189, 248, 0.22);
}
/* Floating Right Top Outside CTA Button */
.nav-cta {
  pointer-events: auto;
  position: absolute;
  right: 28px;
  top: 0;
  height: 60px;
  background: linear-gradient(180deg, #FF4B72 0%, #E11D48 100%);
  color: #fff;
  font-family: var(--fh);
  font-size: 1.02rem;
  font-weight: 700;
  padding: 0 24px;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 4px 0 #9F1239,
    0 10px 22px rgba(225, 29, 72, 0.38),
    inset 0 1px 2px rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.15s ease;
}
.navbar.scrolled .nav-cta {
  height: 56px;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #9F1239, 0 14px 28px rgba(225, 29, 72, 0.48);
}
.nav-cta:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #9F1239;
}
.nav-hamburger {
  display: none;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* ── 6. HERO SECTION (THREE.JS 3D CANVAS) ───────────────── */
.hero {
  position: relative; min-height: 100vh;
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 90px;
  display: flex; align-items: center; overflow: hidden;
}
#three-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: auto;
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 48px;
  pointer-events: none;
}
.hero-inner > * { pointer-events: auto; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(14px);
  border: 2px solid rgba(255, 255, 255, 0.95);
  padding: 8px 20px; border-radius: var(--r-pill);
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.2);
  font-size: 0.92rem; font-weight: 700; color: var(--sky-deep);
  margin-bottom: 22px;
  animation: pop-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.hero-badge .sparkle-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--pink); box-shadow: 0 0 10px var(--pink);
  animation: pulse-dot 1.8s infinite;
}
@keyframes pulse-dot { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.6; } }
@keyframes pop-in { from { opacity: 0; transform: scale(0.85) translateY(12px); } to { opacity: 1; transform: none; } }

.hero-h1 {
  font-size: clamp(2.8rem, 5.2vw, 4.4rem); letter-spacing: -0.035em;
  margin-bottom: 20px; line-height: 1.06;
}
.hero-p {
  font-size: 1.18rem; line-height: 1.75; color: var(--muted);
  margin-bottom: 34px; max-width: 530px;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 38px; }

/* Hero Trust Row */
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 20px;
  padding-top: 20px; border-top: 2px solid rgba(56, 189, 248, 0.16);
}
.trust-chip {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.92rem; font-weight: 700; color: var(--ink);
  background: rgba(255, 255, 255, 0.85); padding: 7px 15px; border-radius: var(--r-pill);
  box-shadow: 0 4px 12px rgba(12, 26, 46, 0.05); border: 1.5px solid #fff;
}

/* Right Visual 3D Card */
.hero-visual { perspective: 1200px; display: flex; justify-content: center; align-items: center; }
.hero-card {
  position: relative; width: 100%; max-width: 490px;
  background: var(--glass-heavy); backdrop-filter: blur(24px);
  border: 3.5px solid rgba(255, 255, 255, 0.98);
  border-radius: var(--r-xl); padding: 18px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset,
              0 30px 60px -10px rgba(2, 132, 199, 0.28),
              0 12px 28px rgba(12, 26, 46, 0.08);
  animation: hero-float 7s ease-in-out infinite alternate;
  transform-style: preserve-3d;
}
@keyframes hero-float {
  0%   { transform: translateY(0) rotate(0.5deg); }
  100% { transform: translateY(-18px) rotate(-1deg); }
}
.hero-card img {
  border-radius: calc(var(--r-xl) - 10px); width: 100%; display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.hero-card-sheen {
  position: absolute; inset: 0; border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 60%);
  pointer-events: none;
}

/* 3D Floating Chips */
.chip {
  position: absolute; background: rgba(255, 255, 255, 0.98);
  border: 2.5px solid #fff; padding: 11px 20px; border-radius: var(--r-pill);
  box-shadow: 0 10px 26px rgba(12, 26, 46, 0.16);
  display: flex; align-items: center; gap: 10px;
  font-family: var(--fh); font-weight: 700; font-size: 0.95rem; color: var(--ink);
  white-space: nowrap; z-index: 10;
  animation: chip-bob 5s ease-in-out infinite alternate;
}
.chip-tl { top: -20px; left: -16px; }
.chip-br { bottom: -22px; right: -16px; animation-delay: -2.5s; }
.chip-tr { top: 38%; right: -24px; animation-delay: -1.2s; }
@keyframes chip-bob {
  0%   { transform: translateY(0) rotate(-1.5deg); }
  100% { transform: translateY(-12px) rotate(1.5deg); }
}

/* ── 7. 3D TACTILE BUTTONS ──────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--fh); font-size: 1.15rem; font-weight: 700;
  padding: 16px 30px; border-radius: var(--r-md);
  border: none; cursor: pointer; user-select: none; text-decoration: none;
  transition: transform 0.12s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.12s ease;
  position: relative;
}
.btn-pink {
  background: linear-gradient(180deg, #FF6B8B 0%, var(--pink) 100%);
  color: #fff; border: 2.5px solid rgba(255, 180, 196, 0.8);
  box-shadow: 0 7px 0 var(--pink-dark), 0 14px 24px rgba(255, 75, 114, 0.42);
}
.btn-pink:hover { transform: translateY(-3px); box-shadow: 0 10px 0 var(--pink-dark), 0 20px 32px rgba(255, 75, 114, 0.55); }
.btn-pink:active { transform: translateY(5px); box-shadow: 0 2px 0 var(--pink-dark), 0 6px 12px rgba(255, 75, 114, 0.3); }

.btn-gold {
  background: linear-gradient(180deg, #FCD34D 0%, var(--gold) 100%);
  color: #78350F; border: 2.5px solid rgba(254, 243, 199, 0.9);
  box-shadow: 0 7px 0 var(--gold-dark), 0 14px 24px rgba(245, 158, 11, 0.42);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 0 var(--gold-dark), 0 20px 32px rgba(245, 158, 11, 0.55); }
.btn-gold:active { transform: translateY(5px); box-shadow: 0 2px 0 var(--gold-dark), 0 6px 12px rgba(245, 158, 11, 0.3); }

.btn-sky {
  background: linear-gradient(180deg, #38BDF8 0%, var(--sky-deep) 100%);
  color: #fff; border: 2.5px solid rgba(186, 230, 253, 0.85);
  box-shadow: 0 7px 0 var(--sky-darker), 0 14px 24px rgba(2, 132, 199, 0.42);
}
.btn-sky:hover { transform: translateY(-3px); box-shadow: 0 10px 0 var(--sky-darker), 0 20px 32px rgba(2, 132, 199, 0.55); }
.btn-sky:active { transform: translateY(5px); box-shadow: 0 2px 0 var(--sky-darker), 0 6px 12px rgba(2, 132, 199, 0.3); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px);
  color: var(--ink); border: 2.5px solid rgba(255, 255, 255, 0.98);
  box-shadow: 0 7px 0 #B8C9DC, 0 14px 24px rgba(12, 26, 46, 0.1);
}
.btn-ghost:hover { transform: translateY(-3px); box-shadow: 0 10px 0 #94A9BD, 0 20px 32px rgba(12, 26, 46, 0.16); }
.btn-ghost:active { transform: translateY(5px); box-shadow: 0 2px 0 #94A9BD, 0 6px 12px rgba(12, 26, 46, 0.08); }

/* ── 8. SECTION COMMON STYLES ───────────────────────────── */
.section { position: relative; padding: 105px 0; z-index: 2; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 58px; }
.section-label {
  display: inline-block; font-family: var(--fh);
  font-size: 0.86rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--pink); margin-bottom: 12px;
  background: var(--pink-pale); padding: 5px 16px; border-radius: var(--r-pill);
}
.section-h { font-size: clamp(2.1rem, 3.9vw, 3.1rem); margin-bottom: 16px; }
.section-sub { font-size: 1.15rem; color: var(--muted); line-height: 1.72; max-width: 640px; margin: 0 auto; }

/* ── 9. PLAYABLE 3D MINI BLAST GAME ─────────────────────── */
.game-card {
  max-width: 580px; margin: 0 auto;
  background: var(--glass-heavy); backdrop-filter: blur(28px);
  border: 3.5px solid var(--border); border-radius: var(--r-xl);
  padding: 30px;
  box-shadow: 0 32px 64px -14px rgba(2, 132, 199, 0.28),
              0 10px 24px rgba(12, 26, 46, 0.06);
  position: relative; overflow: hidden;
}
.game-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--pink), var(--sky), var(--gold), var(--green), var(--purple));
}

.game-hud {
  display: flex; justify-content: space-around; align-items: center;
  background: linear-gradient(135deg, #E0F2FE, #F0F9FF);
  padding: 16px 22px; border-radius: var(--r-md);
  border: 2.5px solid rgba(186, 230, 253, 0.9); margin-bottom: 22px;
  box-shadow: inset 0 2px 6px rgba(255,255,255,0.8), 0 4px 14px rgba(56,189,248,0.15);
}
.hud-block { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.hud-label { font-size: 0.74rem; font-weight: 800; color: var(--sky-deep); text-transform: uppercase; letter-spacing: 1.8px; }
.hud-num { font-family: var(--fh); font-size: 2rem; font-weight: 700; line-height: 1; color: var(--ink); transition: transform 0.15s; }
.hud-sep { width: 2px; height: 40px; background: rgba(186, 230, 253, 0.9); border-radius: 2px; }

/* 3D Toy Tile Grid */
.tile-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px;
  background: linear-gradient(180deg, #E0F2FE, #BAE6FD 120%);
  padding: 16px; border-radius: var(--r-lg);
  border: 3px solid #BAE6FD;
  box-shadow: inset 0 4px 14px rgba(12, 26, 46, 0.1), 0 8px 20px rgba(56, 189, 248, 0.2);
  position: relative; min-height: 380px;
}

/* 3D Embossed Toy Tile */
.tile {
  aspect-ratio: 1; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; user-select: none;
  position: relative; overflow: hidden;
  transition: transform 0.14s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.14s, box-shadow 0.14s;
}
.tile-svg { width: 78%; height: 78%; pointer-events: none; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15)); }

/* 3D Tile Color Flavors */
.t-r {
  background: linear-gradient(180deg, #FF7A97 0%, #FF4B72 60%, #E11D48 100%);
  border: 2px solid #FFA3B7;
  box-shadow: inset 0 3px 2px rgba(255,255,255,0.7), 0 6px 0 #BE123C, 0 10px 16px rgba(225, 29, 72, 0.35);
}
.t-y {
  background: linear-gradient(180deg, #FDE68A 0%, #F59E0B 60%, #D97706 100%);
  border: 2px solid #FEF3C7;
  box-shadow: inset 0 3px 2px rgba(255,255,255,0.8), 0 6px 0 #B45309, 0 10px 16px rgba(245, 158, 11, 0.35);
}
.t-b {
  background: linear-gradient(180deg, #7DD3FC 0%, #0284C7 60%, #0369A1 100%);
  border: 2px solid #BAE6FD;
  box-shadow: inset 0 3px 2px rgba(255,255,255,0.7), 0 6px 0 #075985, 0 10px 16px rgba(2, 132, 199, 0.35);
}
.t-g {
  background: linear-gradient(180deg, #6EE7B7 0%, #10B981 60%, #059669 100%);
  border: 2px solid #A7F3D0;
  box-shadow: inset 0 3px 2px rgba(255,255,255,0.7), 0 6px 0 #047857, 0 10px 16px rgba(16, 185, 129, 0.35);
}
.t-p {
  background: linear-gradient(180deg, #D8B4FE 0%, #A855F7 60%, #7E22CE 100%);
  border: 2px solid #E9D5FF;
  box-shadow: inset 0 3px 2px rgba(255,255,255,0.7), 0 6px 0 #6B21A8, 0 10px 16px rgba(168, 85, 247, 0.35);
}

.tile:hover {
  transform: translateY(-5px) scale(1.08);
  filter: brightness(1.12); z-index: 5;
}
.tile:active {
  transform: translateY(3px) scale(0.95);
  box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

/* Tile blast animation */
@keyframes tile-pop {
  0%   { transform: scale(1); opacity: 1; }
  45%  { transform: scale(1.4) rotate(15deg); opacity: 0.85; filter: brightness(1.4); }
  100% { transform: scale(0.1) rotate(45deg); opacity: 0; }
}
.tile-popping { animation: tile-pop 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }

/* Score Fly-up Badge */
.score-badge {
  position: absolute; font-family: var(--fh); font-size: 1.6rem; font-weight: 700;
  color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  pointer-events: none; z-index: 30;
  animation: float-score 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes float-score {
  0%   { transform: translateY(0) scale(0.6); opacity: 0; }
  25%  { transform: translateY(-15px) scale(1.25); opacity: 1; }
  100% { transform: translateY(-55px) scale(1); opacity: 0; }
}

.game-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 20px; padding-top: 16px;
  border-top: 2px solid rgba(186, 230, 253, 0.7);
}
.game-hint { font-size: 0.94rem; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.game-reset {
  background: var(--white); border: 2px solid #CBD5E1;
  padding: 10px 20px; border-radius: var(--r-pill);
  font-family: var(--fh); font-size: 0.98rem; font-weight: 700; color: var(--ink);
  box-shadow: 0 4px 10px rgba(12, 26, 46, 0.06);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.game-reset:hover {
  border-color: var(--sky); color: var(--sky-deep);
  transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 16px rgba(56, 189, 248, 0.3);
}

/* ── 10. 3D BUBBLE VALLEY WORLD MAP SHOWCASE ────────────── */
.map-showcase {
  background: linear-gradient(180deg, rgba(224,242,254,0.6) 0%, rgba(254,243,199,0.35) 100%);
  padding: 100px 0; position: relative; overflow: hidden;
}
.map-viewport {
  position: relative; max-width: 1100px; margin: 0 auto;
  border-radius: var(--r-xl); overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 30px 70px -15px rgba(2, 132, 199, 0.3), 0 10px 30px rgba(12, 26, 46, 0.08);
}
.map-bg-img {
  width: 100%; height: auto; display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.map-viewport:hover .map-bg-img { transform: scale(1.03); }

/* Interactive Level Pins */
.map-pins { position: absolute; inset: 0; pointer-events: none; }
.level-pin {
  position: absolute; pointer-events: auto; cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.level-pin:hover { transform: translate(-50%, -50%) scale(1.22); z-index: 20; }
.pin-badge {
  background: linear-gradient(180deg, #FF6B8B 0%, var(--pink) 100%);
  color: #fff; font-family: var(--fh); font-weight: 700; font-size: 1.05rem;
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(255, 75, 114, 0.5), 0 0 0 5px rgba(255, 255, 255, 0.35);
  animation: pin-pulse 2.2s infinite;
}
.pin-badge.gold {
  background: linear-gradient(180deg, #FCD34D 0%, var(--gold) 100%);
  color: #78350F; box-shadow: 0 6px 18px rgba(245, 158, 11, 0.5), 0 0 0 5px rgba(255, 255, 255, 0.35);
}
.pin-badge.sky {
  background: linear-gradient(180deg, #38BDF8 0%, var(--sky-deep) 100%);
  color: #fff; box-shadow: 0 6px 18px rgba(2, 132, 199, 0.5), 0 0 0 5px rgba(255, 255, 255, 0.35);
}
@keyframes pin-pulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(255,75,114,0.5), 0 0 0 4px rgba(255,255,255,0.4); }
  50%      { box-shadow: 0 8px 24px rgba(255,75,114,0.8), 0 0 0 9px rgba(255,255,255,0.15); }
}

.pin-tooltip {
  position: absolute; bottom: 120%; left: 50%; transform: translateX(-50%);
  background: rgba(12, 26, 46, 0.95); backdrop-filter: blur(10px);
  color: #fff; padding: 8px 14px; border-radius: var(--r-md);
  font-size: 0.85rem; font-weight: 700; white-space: nowrap;
  pointer-events: none; opacity: 0; transition: all 0.2s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.pin-tooltip::after {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border-width: 6px; border-style: solid; border-color: rgba(12,26,46,0.95) transparent transparent transparent;
}
.level-pin:hover .pin-tooltip { opacity: 1; bottom: 135%; }

/* ── 11. 3D MAGICAL BOOSTERS SHOWCASE ───────────────────── */
.boosters-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px;
}
.booster-card {
  background: var(--glass-card); backdrop-filter: blur(20px);
  border: 2.5px solid var(--border); border-radius: var(--r-xl);
  padding: 34px 26px; text-align: center;
  box-shadow: var(--sh-md);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s, border-color 0.3s;
  position: relative; overflow: hidden;
}
.booster-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: var(--sh-lg);
  border-color: rgba(56, 189, 248, 0.6);
}
.booster-orb {
  width: 86px; height: 86px; margin: 0 auto 20px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 2.6rem; border: 3px solid #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12), inset 0 2px 4px rgba(255,255,255,0.8);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.booster-card:hover .booster-orb { transform: scale(1.18) rotate(10deg); }
.bo-rocket { background: linear-gradient(135deg, #FF6B8B, #FF4B72); box-shadow: 0 10px 24px rgba(255,75,114,0.4); }
.bo-bomb   { background: linear-gradient(135deg, #FCD34D, #F59E0B); box-shadow: 0 10px 24px rgba(245,158,11,0.4); }
.bo-hammer { background: linear-gradient(135deg, #38BDF8, #0284C7); box-shadow: 0 10px 24px rgba(2,132,199,0.4); }
.bo-disco  { background: linear-gradient(135deg, #C084FC, #9333EA); box-shadow: 0 10px 24px rgba(147,51,234,0.4); }

.booster-h { font-size: 1.45rem; margin-bottom: 8px; }
.booster-desc { font-size: 0.98rem; color: var(--muted); line-height: 1.6; margin-bottom: 18px; }
.booster-tag {
  display: inline-block; font-size: 0.8rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1.2px; padding: 4px 12px; border-radius: var(--r-pill);
}
.tag-rocket { background: var(--pink-pale); color: var(--pink-dark); }
.tag-bomb   { background: var(--gold-pale); color: var(--gold-dark); }
.tag-hammer { background: var(--sky-pale); color: var(--sky-deep); }
.tag-disco  { background: var(--purple-pale); color: var(--purple-dark); }

/* ── 12. WHOLESOME FEATURES SECTION ─────────────────────── */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.feat-card {
  background: var(--glass); backdrop-filter: blur(18px);
  border: 2.5px solid var(--border); border-radius: var(--r-xl);
  padding: 38px 30px; box-shadow: var(--sh-md);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s, border-color 0.28s;
  display: flex; flex-direction: column;
}
.feat-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--sh-lg); border-color: rgba(56, 189, 248, 0.5);
}
.feat-icon {
  width: 70px; height: 70px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin-bottom: 24px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1); border: 2.5px solid #fff;
}
.fi-pink  { background: linear-gradient(135deg, #FF6B8B, var(--pink)); color: #fff; }
.fi-blue  { background: linear-gradient(135deg, #38BDF8, var(--sky-deep)); color: #fff; }
.fi-gold  { background: linear-gradient(135deg, #FCD34D, var(--gold)); color: #78350F; }
.fi-green { background: linear-gradient(135deg, #34D399, var(--green)); color: #fff; }
.feat-h { font-size: 1.45rem; margin-bottom: 12px; }
.feat-p { font-size: 1.02rem; color: var(--muted); line-height: 1.7; }

/* ── 13. CHARACTERS SECTION (INTERACTIVE BOBO) ──────────── */
.char-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  align-items: center; gap: 52px;
  background: var(--glass-heavy); backdrop-filter: blur(20px);
  border: 3px solid var(--border); border-radius: var(--r-xl);
  padding: 50px; box-shadow: var(--sh-lg); margin-bottom: 60px;
}
.bobo-interactive-wrap {
  text-align: center; position: relative; cursor: pointer;
}
.bobo-img-frame {
  position: relative; max-width: 380px; margin: 0 auto;
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-3d); border: 4px solid #fff;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bobo-interactive-wrap:hover .bobo-img-frame {
  transform: rotate(3deg) scale(1.06);
}
.bobo-img-frame img { width: 100%; display: block; }
.bobo-tap-hint {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: rgba(12, 26, 46, 0.85); color: #fff;
  font-family: var(--fh); font-size: 0.88rem; font-weight: 700;
  padding: 6px 16px; border-radius: var(--r-pill);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25); white-space: nowrap;
}

/* Bobo Speech Bubble */
.bobo-speech-bubble {
  background: #fff; border: 2.5px solid var(--sky);
  padding: 16px 22px; border-radius: var(--r-lg);
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
  margin-bottom: 22px; position: relative;
  font-size: 1.12rem; font-weight: 600; color: var(--ink);
  transition: all 0.25s;
}
.bobo-speech-bubble::before {
  content: ''; position: absolute; left: -14px; top: 50%; transform: translateY(-50%);
  border-width: 8px 14px 8px 0; border-style: solid;
  border-color: transparent var(--sky) transparent transparent;
}
.bobo-speech-bubble::after {
  content: ''; position: absolute; left: -10px; top: 50%; transform: translateY(-50%);
  border-width: 7px 11px 7px 0; border-style: solid;
  border-color: transparent #fff transparent transparent;
}

/* 3D Pal Cards */
.pals-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.pal-card {
  background: var(--white); border-radius: var(--r-lg);
  padding: 22px 14px; text-align: center;
  border: 2.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: var(--sh-sm);
  transition: all 0.26s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer; position: relative; overflow: hidden;
}
.pal-card:hover {
  transform: translateY(-12px) scale(1.08);
  box-shadow: var(--sh-md);
  border-color: var(--sky);
}
.pal-em { font-size: 2.5rem; display: block; margin-bottom: 8px; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); }
.pal-name { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; display: block; margin-bottom: 4px; }
.pal-role { font-size: 0.82rem; color: var(--muted); font-weight: 600; }
.pal-power {
  display: inline-block; font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  margin-top: 8px; padding: 2px 8px; border-radius: var(--r-pill);
}

/* ── 14. REVIEWS SECTION ────────────────────────────────── */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 24px; }
.review-card {
  background: var(--white); border-radius: var(--r-lg);
  padding: 32px; border: 2px solid #E8EFF8;
  box-shadow: var(--sh-xs); display: flex; flex-direction: column; justify-content: space-between;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.review-card:hover { transform: translateY(-8px); box-shadow: var(--sh-sm); }
.stars { color: var(--gold); font-size: 1.25rem; margin-bottom: 14px; letter-spacing: 3px; }
.review-q { font-size: 1.06rem; color: var(--ink); line-height: 1.7; margin-bottom: 22px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 14px; }
.rev-av {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--sky-pale); display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0; border: 2px solid #fff; box-shadow: var(--sh-xs);
}
.rev-name { font-weight: 700; font-size: 0.98rem; }
.rev-tag  { font-size: 0.82rem; color: var(--muted); margin-top: 2px; }

/* ── 15. FAQ ACCORDION ──────────────────────────────────── */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  background: var(--white); border-radius: var(--r-lg);
  border: 2px solid #E8EFF8; overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.faq-item.open { border-color: var(--sky); box-shadow: var(--sh-sm); }
.faq-q {
  width: 100%; padding: 24px 28px; background: none; border: none; text-align: left;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--fh); font-size: 1.22rem; font-weight: 600; color: var(--ink);
}
.faq-ico { font-size: 1.4rem; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 14px; }
.faq-item.open .faq-ico { transform: rotate(45deg); color: var(--pink); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 28px; color: var(--muted); font-size: 1.05rem; line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 340px; padding: 0 28px 24px; }

/* ── 16. ABOUT STUDIO (KUMAWATPULSE TECHNOLOGIES) ────────── */
.maker-grid {
  display: grid; grid-template-columns: 1fr 1.55fr;
  gap: 52px; align-items: center;
  background: var(--glass-heavy); backdrop-filter: blur(22px);
  border: 3px solid var(--border); border-radius: var(--r-xl);
  padding: 52px; box-shadow: var(--sh-lg); margin-bottom: 40px;
}
.maker-left { text-align: center; }
.maker-avatar {
  width: 130px; height: 130px; border-radius: 50%;
  background: linear-gradient(135deg, #38BDF8, #0284C7, #FF4B72);
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.8rem;
  box-shadow: 0 14px 34px rgba(2, 132, 199, 0.38); border: 4px solid var(--white);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.maker-avatar:hover { transform: scale(1.1) rotate(-8deg); }
.maker-name { font-family: var(--fh); font-size: 1.85rem; margin-bottom: 5px; }
.maker-role { color: var(--muted); font-weight: 600; margin-bottom: 22px; font-size: 0.98rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.tag {
  display: inline-block; padding: 6px 15px; border-radius: var(--r-pill);
  font-size: 0.85rem; font-weight: 700;
}
.tag-blue   { background: #E0F2FE; color: #0284C7; }
.tag-gold   { background: #FEF3C7; color: #92400E; }
.tag-purple { background: #F3E8FF; color: #7E22CE; }
.tag-green  { background: #DCFCE7; color: #166534; }
.tag-pink   { background: #FFE4E6; color: #9F1239; }
.link-row { display: flex; flex-wrap: wrap; gap: 14px; }
.link-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 2px solid #E2E8F0; color: var(--ink);
  font-weight: 700; padding: 11px 20px; border-radius: var(--r-md);
  font-size: 0.95rem; transition: all 0.2s ease; text-decoration: none;
}
.link-btn:hover { border-color: var(--sky); color: var(--sky-deep); transform: translateY(-2px); box-shadow: var(--sh-xs); }
.link-btn.pink:hover { border-color: var(--pink); color: var(--pink); }

/* App Identity Strip */
.id-strip {
  background: linear-gradient(135deg, #0C1A2E 0%, #1E293B 100%);
  border-radius: var(--r-xl); padding: 32px 44px;
  display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; gap: 24px;
  box-shadow: 0 16px 36px rgba(12, 26, 46, 0.2);
}
.id-item { text-align: center; }
.id-label { font-size: 0.74rem; color: #94A3B8; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 5px; }
.id-val { font-family: var(--fh); font-size: 1.45rem; color: var(--white); font-weight: 700; }
.id-val.mono { font-family: monospace; color: var(--sky); font-size: 1rem; }
.id-val.pink { color: var(--pink); }
.id-sep { width: 2px; height: 46px; background: #2D3F55; border-radius: 2px; }

/* ── 17. DOWNLOAD CTA SECTION ───────────────────────────── */
.dl-box {
  background: linear-gradient(135deg, #0284C7 0%, #38BDF8 50%, #FF4B72 100%);
  border-radius: var(--r-xl); padding: 64px 56px;
  display: grid; grid-template-columns: 1.35fr 0.65fr; align-items: center; gap: 40px;
  box-shadow: 0 32px 64px -10px rgba(2, 132, 199, 0.45);
  position: relative; overflow: hidden;
}
.dl-box::before {
  content: ''; position: absolute; top: -70px; right: -70px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 70%);
}
.dl-box::after {
  content: ''; position: absolute; bottom: -50px; left: 25%;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%);
}
.dl-h { color: #fff; font-size: clamp(2.2rem, 4vw, 3.1rem); margin-bottom: 16px; }
.dl-p { color: rgba(255, 255, 255, 0.95); font-size: 1.15rem; line-height: 1.7; margin-bottom: 30px; }
.dl-btns { display: flex; flex-wrap: wrap; gap: 16px; position: relative; z-index: 2; }
.dl-pkg {
  display: inline-block; background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 7px 16px; border-radius: var(--r-pill);
  font-size: 0.85rem; font-family: monospace; color: #fff;
  margin-top: 20px; position: relative; z-index: 2;
}

/* Vector QR Box */
.dl-right { position: relative; z-index: 2; }
.qr-wrap {
  background: var(--white); border-radius: var(--r-lg);
  padding: 24px; text-align: center; max-width: 220px; margin-left: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); border: 3px solid #fff;
}
.qr-box {
  width: 150px; height: 150px; margin: 0 auto 12px;
  background: #F8FAFC; border-radius: 12px; padding: 10px;
  border: 2px solid #E2E8F0; display: flex; align-items: center; justify-content: center;
}
.qr-box svg { width: 100%; height: 100%; display: block; }
.qr-label { font-weight: 700; font-size: 0.85rem; color: var(--ink); }

/* ── 18. FOOTER ─────────────────────────────────────────── */
footer { background: #0C1A2E; color: #94A3B8; padding: 80px 0 38px; position: relative; z-index: 2; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 56px;
}
.ft-brand h4 { color: #fff; font-size: 1.65rem; margin-bottom: 12px; }
.ft-brand p { font-size: 0.95rem; line-height: 1.72; max-width: 310px; margin-bottom: 8px; }
.ft-backlink {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 16px;
  background: rgba(56, 189, 248, 0.14); border: 1px solid rgba(56, 189, 248, 0.35);
  color: var(--sky); font-weight: 700; font-size: 0.92rem;
  padding: 8px 18px; border-radius: var(--r-pill); text-decoration: none;
  transition: all 0.2s;
}
.ft-backlink:hover { background: var(--sky); color: #fff; transform: translateY(-2px); }
footer h5 { color: #fff; font-size: 1.1rem; font-family: var(--fh); margin-bottom: 18px; }
.ft-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.ft-links a { color: #94A3B8; font-size: 0.94rem; transition: color 0.2s; text-decoration: none; }
.ft-links a:hover { color: var(--sky); }
.ft-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; border-top: 1.5px solid #1A2E42; font-size: 0.9rem; flex-wrap: wrap; gap: 12px;
}
.ft-bottom a { color: var(--sky); text-decoration: none; font-weight: 600; }
.ft-bottom a:hover { text-decoration: underline; }

/* ── 19. RESPONSIVE BREAKPOINTS ─────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner, .char-grid, .maker-grid, .dl-box { grid-template-columns: 1fr; text-align: center; }
  .hero-p, .hero-btns, .hero-trust, .link-row, .dl-btns { margin-inline: auto; justify-content: center; }
  .hero-visual, .bobo-interactive-wrap, .dl-right, .qr-wrap { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .bobo-speech-bubble::before, .bobo-speech-bubble::after { display: none; }
}
@media (max-width: 768px) {
  .navbar { padding: 0 10px; justify-content: flex-start; }
  .nav-inner { width: auto; margin: 0; }
  .nav-cta { right: 10px; height: 48px; padding: 0 16px; font-size: 0.88rem; }
  .nav-list { display: none; }
  .nav-hamburger { display: flex; }
  .pals-row { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; text-align: center; }
  .id-strip { flex-direction: column; gap: 20px; }
  .id-sep { width: 40px; height: 2px; }
  .game-hud { flex-direction: column; gap: 12px; }
  .hud-sep { width: 60px; height: 1.5px; }
}
@media (max-width: 480px) {
  .hero-btns, .dl-btns { flex-direction: column; width: 100%; }
  .btn { width: 100%; }
  .tile-grid { gap: 6px; padding: 10px; }
  .pals-row { grid-template-columns: repeat(2, 1fr); }
  .map-viewport { border-radius: var(--r-md); }
}
