/* ===================================================================
   Zoo Puzzle - Match Animal — Main Stylesheet
   Palette derived from in-game screenshots
   =================================================================== */

:root {
  --shot-ratio: 460 / 997;
  --shot-bg:     #98E4E1;

  --zoo-sky:       #98E4E1;
  --zoo-sky-mid:   #81D1D1;
  --zoo-sky-deep:  #4BA8A5;
  --zoo-mint:      #D9F7F4;
  --zoo-mint-soft: #E8F8F6;
  --zoo-green:     #709949;
  --zoo-green-deep:#5A8949;
  --zoo-wood:      #C49A66;
  --zoo-wood-deep: #A67C4A;
  --zoo-bg-deep:   #1A3635;
  --zoo-bg-mid:    #234846;
  --zoo-bg-panel:  rgba(255, 255, 255, 0.06);
  --zoo-bg-glass:  rgba(26, 54, 53, 0.85);
  --zoo-text:      #F0FFFE;
  --zoo-text-mid:  #A8D4D2;
  --zoo-text-soft: #6A9896;
  --zoo-border:    rgba(152, 228, 225, 0.28);
  --zoo-border-soft: rgba(255, 255, 255, 0.1);
  --white:         #FFFFFF;

  /* Theme tokens (used across index + subpages) */
  --sci-bg-deep:     var(--zoo-bg-deep);
  --sci-bg-mid:      var(--zoo-bg-mid);
  --sci-bg-panel:    var(--zoo-bg-panel);
  --sci-bg-glass:    var(--zoo-bg-glass);
  --sci-neon:        var(--zoo-sky);
  --sci-neon-dim:    rgba(152, 228, 225, 0.14);
  --sci-violet:      var(--zoo-green);
  --sci-violet-dim:  rgba(112, 153, 73, 0.18);
  --sci-amber:       var(--zoo-wood);
  --sci-amber-dim:   rgba(196, 154, 102, 0.16);
  --sci-text:        var(--zoo-text);
  --sci-text-mid:    var(--zoo-text-mid);
  --sci-text-soft:   var(--zoo-text-soft);
  --sci-border:      var(--zoo-border);
  --sci-border-soft: var(--zoo-border-soft);

  --zen-cream:       var(--zoo-bg-deep);
  --zen-peach:       var(--zoo-bg-mid);
  --zen-wood:        var(--zoo-wood);
  --zen-purple:      var(--zoo-sky-deep);
  --zen-purple-deep: var(--zoo-text);
  --zen-purple-light:var(--zoo-green);
  --zen-purple-pale: var(--sci-neon-dim);
  --zen-ink:         #122826;
  --zen-ink-mid:     var(--zoo-bg-mid);
  --zen-gold:        var(--zoo-wood);
  --zen-gold-light:  #D4B07E;
  --zen-gold-pale:   var(--sci-amber-dim);

  --primary:        var(--zoo-sky-deep);
  --primary-dark:   var(--zoo-text);
  --primary-light:  var(--zoo-green);
  --primary-pale:   var(--sci-neon-dim);
  --accent:         var(--zoo-wood);
  --accent-light:   #D4B07E;
  --accent-pale:    var(--sci-amber-dim);
  --cream:          var(--zoo-bg-deep);
  --soft-bg:        var(--zoo-bg-mid);
  --text-dark:      var(--zoo-text);
  --text-mid:       var(--zoo-text-mid);
  --text-soft:      var(--zoo-text-soft);
  --text-light:     var(--white);
  --ink-deep:       var(--zoo-bg-deep);
  --ink-mid:        var(--zoo-bg-mid);

  --shadow-primary: rgba(75, 168, 165, 0.28);
  --shadow-soft:    rgba(18, 40, 38, 0.35);
  --shadow-glow:    rgba(152, 228, 225, 0.32);

  --gradient-hero:  radial-gradient(ellipse 110% 75% at 75% -15%, rgba(152, 228, 225, 0.22) 0%, transparent 55%),
                   radial-gradient(ellipse 70% 55% at 8% 85%, rgba(112, 153, 73, 0.18) 0%, transparent 50%),
                   linear-gradient(180deg, #1A3635 0%, #234846 48%, #1A3635 100%);
  --gradient-cta:   linear-gradient(135deg, rgba(75, 168, 165, 0.2) 0%, rgba(112, 153, 73, 0.22) 50%, rgba(196, 154, 102, 0.12) 100%);
  --gradient-pill:  linear-gradient(135deg, #4BA8A5 0%, #709949 100%);
  --gradient-warm:  linear-gradient(135deg, #C49A66, #D4B07E);
  --gradient-daily: linear-gradient(135deg, #1A3635 0%, #2A524F 45%, rgba(112, 153, 73, 0.35) 100%);

  --jade:            var(--zoo-green);
  --jade-dark:       var(--zoo-green-deep);

  --glass-blur:     blur(16px);
  --section-overlay:     rgba(26, 54, 53, 0.28);
  --section-overlay-alt: rgba(35, 72, 70, 0.22);
  --max-width: 1140px;
  --header-offset: 76px;
  --font-display: 'Exo 2', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--zoo-bg-deep);
  color: var(--sci-text);
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 15% 10%, rgba(152, 228, 225, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 25%, rgba(112, 153, 73, 0.28) 0%, transparent 50%),
    radial-gradient(ellipse 60% 45% at 50% 90%, rgba(196, 154, 102, 0.2) 0%, transparent 52%),
    var(--zoo-bg-deep);
  animation: bodyGlowShift 18s ease-in-out infinite alternate;
}
@keyframes bodyGlowShift {
  0%   { filter: hue-rotate(0deg) brightness(1); }
  100% { filter: hue-rotate(8deg) brightness(1.08); }
}

/* ===== AMBIENT BACKGROUND DECO ===== */
.ambient-deco {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Morphing organic blobs — larger & brighter */
.deco-blob {
  position: absolute;
  filter: blur(40px);
  opacity: 0.88;
  will-change: transform, border-radius;
}
.deco-blob-1 {
  width: min(520px, 55vw);
  height: min(440px, 48vw);
  top: -12%;
  right: -10%;
  background: radial-gradient(circle at 35% 35%, rgba(152, 228, 225, 0.55) 0%, rgba(129, 209, 209, 0.15) 55%, transparent 72%);
  border-radius: 58% 42% 64% 36% / 48% 58% 42% 52%;
  animation: blobMorph1 20s ease-in-out infinite, blobDrift1 26s ease-in-out infinite;
}
.deco-blob-2 {
  width: min(420px, 50vw);
  height: min(380px, 44vw);
  top: 42%;
  left: -14%;
  background: radial-gradient(circle at 60% 40%, rgba(112, 153, 73, 0.4) 0%, rgba(90, 137, 73, 0.12) 58%, transparent 74%);
  border-radius: 44% 56% 38% 62% / 62% 38% 58% 42%;
  animation: blobMorph2 24s ease-in-out infinite, blobDrift2 30s ease-in-out infinite;
}
.deco-blob-3 {
  width: min(360px, 42vw);
  height: min(320px, 38vw);
  bottom: 8%;
  right: 6%;
  background: radial-gradient(circle at 50% 50%, rgba(196, 154, 102, 0.28) 0%, rgba(166, 124, 74, 0.1) 60%, transparent 75%);
  border-radius: 52% 48% 60% 40% / 40% 62% 38% 58%;
  animation: blobMorph3 18s ease-in-out infinite, blobDrift3 22s ease-in-out infinite;
}

@keyframes blobMorph1 {
  0%, 100% { border-radius: 58% 42% 64% 36% / 48% 58% 42% 52%; }
  33%       { border-radius: 42% 58% 36% 64% / 58% 42% 62% 38%; }
  66%       { border-radius: 64% 36% 52% 48% / 38% 64% 48% 52%; }
}
@keyframes blobMorph2 {
  0%, 100% { border-radius: 44% 56% 38% 62% / 62% 38% 58% 42%; }
  40%       { border-radius: 60% 40% 55% 45% / 44% 56% 40% 60%; }
  70%       { border-radius: 38% 62% 48% 52% / 58% 42% 64% 36%; }
}
@keyframes blobMorph3 {
  0%, 100% { border-radius: 52% 48% 60% 40% / 40% 62% 38% 58%; }
  50%       { border-radius: 46% 54% 42% 58% / 56% 44% 52% 48%; }
}
@keyframes blobDrift1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
  25%       { transform: translate(-60px, 45px) rotate(12deg) scale(1.08); }
  50%       { transform: translate(40px, -35px) rotate(-8deg) scale(0.94); }
  75%       { transform: translate(-30px, -50px) rotate(6deg) scale(1.04); }
}
@keyframes blobDrift2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  30%       { transform: translate(70px, -40px) rotate(-14deg); }
  60%       { transform: translate(-45px, 55px) rotate(10deg); }
}
@keyframes blobDrift3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
  35%       { transform: translate(-50px, -35px) rotate(12deg) scale(1.06); }
  70%       { transform: translate(38px, 42px) rotate(-9deg) scale(0.96); }
}

/* Irregular floating tile-like shapes */
.deco-shapes {
  position: absolute;
  inset: 0;
}
.deco-shape {
  position: absolute;
  display: block;
  border: 2px solid rgba(152, 228, 225, 0.45);
  background: linear-gradient(145deg, rgba(152, 228, 225, 0.22) 0%, rgba(112, 153, 73, 0.12) 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 32px rgba(152, 228, 225, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.04);
  will-change: transform;
}
.deco-shape-1 {
  width: 110px; height: 124px;
  top: 14%; left: 8%;
  clip-path: polygon(6% 2%, 94% 8%, 100% 86%, 14% 100%, 0% 38%);
  animation: shapeDrift1 17s ease-in-out infinite;
}
.deco-shape-2 {
  width: 86px; height: 98px;
  top: 26%; right: 11%;
  clip-path: polygon(10% 0%, 100% 12%, 88% 100%, 0% 82%, 18% 40%);
  background: linear-gradient(160deg, rgba(196, 154, 102, 0.12) 0%, rgba(152, 228, 225, 0.08) 100%);
  border-color: rgba(196, 154, 102, 0.25);
  animation: shapeDrift2 21s ease-in-out infinite;
}
.deco-shape-3 {
  width: 130px; height: 96px;
  top: 52%; left: 5%;
  border-radius: 38% 62% 54% 46% / 48% 42% 58% 52%;
  animation: shapeDrift3 19s ease-in-out infinite;
}
.deco-shape-4 {
  width: 72px; height: 84px;
  top: 68%; right: 14%;
  clip-path: polygon(50% 0%, 100% 28%, 82% 100%, 18% 92%, 0% 35%);
  animation: shapeDrift4 15s ease-in-out infinite;
}
.deco-shape-5 {
  width: 96px; height: 110px;
  bottom: 22%; left: 18%;
  clip-path: polygon(8% 10%, 90% 0%, 100% 75%, 45% 100%, 0% 55%);
  animation: shapeDrift5 23s ease-in-out infinite;
}
.deco-shape-6 {
  width: 78px; height: 88px;
  bottom: 12%; right: 22%;
  border-radius: 62% 38% 46% 54% / 44% 56% 42% 58%;
  background: linear-gradient(135deg, rgba(112, 153, 73, 0.14) 0%, rgba(152, 228, 225, 0.06) 100%);
  animation: shapeDrift6 18s ease-in-out infinite;
}
.deco-shape-7 {
  width: 64px; height: 72px;
  top: 38%; left: 42%;
  clip-path: polygon(0% 20%, 80% 0%, 100% 70%, 30% 100%, 5% 60%);
  opacity: 0.85;
  animation: shapeDrift7 14s ease-in-out infinite;
}
.deco-shape-8 {
  width: 70px; height: 78px;
  top: 8%; left: 55%;
  border-radius: 45% 55% 60% 40% / 55% 45% 50% 50%;
  opacity: 0.8;
  animation: shapeDrift8 20s ease-in-out infinite;
}

@keyframes shapeDrift1 {
  0%, 100% { transform: translate(0, 0) rotate(-12deg); }
  25%       { transform: translate(18px, -22px) rotate(8deg); }
  50%       { transform: translate(-10px, 16px) rotate(-6deg); }
  75%       { transform: translate(14px, 10px) rotate(14deg); }
}
@keyframes shapeDrift2 {
  0%, 100% { transform: translate(0, 0) rotate(18deg); }
  33%       { transform: translate(-16px, 20px) rotate(-10deg); }
  66%       { transform: translate(12px, -14px) rotate(22deg); }
}
@keyframes shapeDrift3 {
  0%, 100% { transform: translate(0, 0) rotate(6deg) scale(1); }
  40%       { transform: translate(24px, -12px) rotate(-8deg) scale(1.08); }
  80%       { transform: translate(-18px, 18px) rotate(12deg) scale(0.94); }
}
@keyframes shapeDrift4 {
  0%, 100% { transform: translate(0, 0) rotate(-20deg); }
  50%       { transform: translate(-14px, -20px) rotate(15deg); }
}
@keyframes shapeDrift5 {
  0%, 100% { transform: translate(0, 0) rotate(10deg); }
  30%       { transform: translate(20px, 12px) rotate(-14deg); }
  70%       { transform: translate(-8px, -16px) rotate(20deg); }
}
@keyframes shapeDrift6 {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  45%       { transform: translate(-20px, 10px) rotate(16deg); }
}
@keyframes shapeDrift7 {
  0%, 100% { transform: translate(0, 0) rotate(25deg); opacity: 0.7; }
  50%       { transform: translate(10px, -18px) rotate(-15deg); opacity: 0.45; }
}
@keyframes shapeDrift8 {
  0%, 100% { transform: translate(0, 0) rotate(-5deg); }
  35%       { transform: translate(-12px, 14px) rotate(10deg); }
  70%       { transform: translate(8px, -10px) rotate(-12deg); }
}

/* Drifting curved strokes */
.deco-curve {
  position: absolute;
  color: rgba(152, 228, 225, 0.42);
  overflow: visible;
}
.deco-curve path {
  stroke-width: 2;
}
.deco-curve-1 {
  width: 320px; height: 320px;
  top: 20%; left: 62%;
  animation: curveDrift1 28s ease-in-out infinite;
}
.deco-curve-2 {
  width: 280px; height: 280px;
  bottom: 28%; left: 8%;
  color: rgba(112, 153, 73, 0.38);
  animation: curveDrift2 32s ease-in-out infinite;
}
.deco-curve-3 {
  width: 260px; height: 260px;
  top: 55%; right: 18%;
  color: rgba(196, 154, 102, 0.35);
  animation: curveDrift3 24s ease-in-out infinite;
}
@keyframes curveDrift1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.18; }
  50%       { transform: translate(-30px, 24px) rotate(12deg); opacity: 0.28; }
}
@keyframes curveDrift2 {
  0%, 100% { transform: translate(0, 0) rotate(-5deg); opacity: 0.16; }
  40%       { transform: translate(22px, -18px) rotate(8deg); opacity: 0.24; }
  80%       { transform: translate(-14px, 12px) rotate(-10deg); opacity: 0.14; }
}
@keyframes curveDrift3 {
  0%, 100% { transform: translate(0, 0) rotate(6deg); opacity: 0.14; }
  60%       { transform: translate(16px, 20px) rotate(-8deg); opacity: 0.22; }
}

/* Scattered micro dots with irregular motion */
.deco-dots {
  position: absolute;
  inset: 0;
}
.deco-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(152, 228, 225, 0.75);
  box-shadow: 0 0 18px rgba(152, 228, 225, 0.55);
}
.deco-dot-1 { width: 8px; height: 8px; top: 22%; left: 28%; animation: dotDrift1 12s ease-in-out infinite; }
.deco-dot-2 { width: 6px; height: 6px; top: 45%; right: 32%; background: rgba(112, 153, 73, 0.8); box-shadow: 0 0 16px rgba(112, 153, 73, 0.5); animation: dotDrift2 16s ease-in-out infinite; }
.deco-dot-3 { width: 10px; height: 10px; bottom: 35%; left: 38%; animation: dotDrift3 14s ease-in-out infinite; }
.deco-dot-4 { width: 7px; height: 7px; top: 72%; right: 42%; background: rgba(196, 154, 102, 0.85); box-shadow: 0 0 14px rgba(196, 154, 102, 0.5); animation: dotDrift4 18s ease-in-out infinite; }
.deco-dot-5 { width: 8px; height: 8px; top: 12%; right: 28%; animation: dotDrift5 13s ease-in-out infinite; }
.deco-dot-6 { width: 6px; height: 6px; bottom: 18%; left: 62%; animation: dotDrift6 20s ease-in-out infinite; }

@keyframes dotDrift1 {
  0%, 100% { transform: translate(0, 0); opacity: 0.35; }
  50%       { transform: translate(24px, -30px); opacity: 0.7; }
}
@keyframes dotDrift2 {
  0%, 100% { transform: translate(0, 0); }
  33%       { transform: translate(-20px, 18px); }
  66%       { transform: translate(14px, -12px); }
}
@keyframes dotDrift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(-16px, -22px) scale(1.4); }
}
@keyframes dotDrift4 {
  0%, 100% { transform: translate(0, 0); opacity: 0.45; }
  40%       { transform: translate(18px, 14px); opacity: 0.2; }
  80%       { transform: translate(-10px, -8px); opacity: 0.5; }
}
@keyframes dotDrift5 {
  0%, 100% { transform: translate(0, 0); }
  50%       { transform: translate(-22px, 16px); }
}
@keyframes dotDrift6 {
  0%, 100% { transform: translate(0, 0); opacity: 0.3; }
  60%       { transform: translate(12px, -20px); opacity: 0.65; }
}

@media (prefers-reduced-motion: reduce) {
  body::before { animation: none; }
  .deco-blob,
  .deco-shape,
  .deco-curve,
  .deco-dot,
  .float-piece {
    animation: none !important;
  }
  .deco-blob { opacity: 0.4; }
}

/* ===== SECTION FLOAT DECO (visible in-page layer) ===== */
.float-deco-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.float-piece {
  position: absolute;
  display: block;
  border: 2px solid rgba(152, 228, 225, 0.65);
  background: linear-gradient(160deg, rgba(152, 228, 225, 0.38) 0%, rgba(112, 153, 73, 0.2) 100%);
  box-shadow: 0 0 48px rgba(152, 228, 225, 0.35), inset 0 0 24px rgba(255, 255, 255, 0.06);
  will-change: transform;
}
.float-piece-1 {
  width: 140px; height: 160px;
  top: 8%; left: 4%;
  clip-path: polygon(5% 0%, 95% 10%, 100% 85%, 10% 100%, 0% 40%);
  animation: floatPiece1 14s ease-in-out infinite;
}
.float-piece-2 {
  width: 100px; height: 115px;
  top: 55%; right: 6%;
  clip-path: polygon(15% 0%, 100% 15%, 85% 100%, 0% 80%);
  border-color: rgba(196, 154, 102, 0.55);
  background: linear-gradient(145deg, rgba(196, 154, 102, 0.28) 0%, rgba(152, 228, 225, 0.12) 100%);
  box-shadow: 0 0 36px rgba(196, 154, 102, 0.3);
  animation: floatPiece2 18s ease-in-out infinite;
}
.float-piece-3 {
  width: 180px; height: 120px;
  bottom: 10%; left: 35%;
  border-radius: 42% 58% 55% 45% / 50% 45% 55% 50%;
  animation: floatPiece3 22s ease-in-out infinite;
}
.float-piece-4 {
  width: 90px; height: 105px;
  top: 30%; right: 28%;
  clip-path: polygon(50% 0%, 100% 35%, 75% 100%, 0% 75%, 20% 25%);
  opacity: 0.9;
  animation: floatPiece4 16s ease-in-out infinite;
}
.float-piece-5 {
  width: 70px; height: 80px;
  bottom: 28%; left: 12%;
  border-radius: 55% 45% 50% 50% / 45% 55% 45% 55%;
  border-color: rgba(112, 153, 73, 0.5);
  animation: floatPiece5 20s ease-in-out infinite;
}
@keyframes floatPiece1 {
  0%, 100% { transform: translate(0, 0) rotate(-15deg); }
  33%       { transform: translate(35px, -40px) rotate(10deg); }
  66%       { transform: translate(-25px, 30px) rotate(-8deg); }
}
@keyframes floatPiece2 {
  0%, 100% { transform: translate(0, 0) rotate(12deg); }
  50%       { transform: translate(-40px, -35px) rotate(-18deg); }
}
@keyframes floatPiece3 {
  0%, 100% { transform: translate(0, 0) rotate(5deg) scale(1); }
  40%       { transform: translate(50px, -25px) rotate(-10deg) scale(1.06); }
  80%       { transform: translate(-30px, 20px) rotate(8deg) scale(0.95); }
}
@keyframes floatPiece4 {
  0%, 100% { transform: translate(0, 0) rotate(20deg); }
  45%       { transform: translate(25px, 35px) rotate(-12deg); }
}
@keyframes floatPiece5 {
  0%, 100% { transform: translate(0, 0) rotate(-10deg); }
  55%       { transform: translate(-20px, -30px) rotate(15deg); }
}

/* Section-level accents */
.section-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.section-deco-hero .deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(152, 228, 225, 0.18);
}
.deco-ring-1 {
  width: 520px; height: 520px;
  top: -140px; right: -100px;
  background: radial-gradient(circle, rgba(152, 228, 225, 0.1) 0%, transparent 65%);
  box-shadow: 0 0 80px rgba(152, 228, 225, 0.1);
}
.deco-ring-2 {
  width: 340px; height: 340px;
  bottom: -80px; left: -60px;
  border-color: rgba(112, 153, 73, 0.2);
  background: radial-gradient(circle, rgba(112, 153, 73, 0.12) 0%, transparent 65%);
}
.section-deco-features::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(152, 228, 225, 0.08) 0%, transparent 70%);
}
.section-deco-how::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -80px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 154, 102, 0.1) 0%, transparent 70%);
}
.section-deco-gallery::before {
  content: '';
  position: absolute;
  top: 20%; left: 50%;
  transform: translateX(-50%);
  width: min(900px, 90vw);
  height: 200px;
  background: radial-gradient(ellipse, rgba(129, 209, 209, 0.1) 0%, transparent 70%);
}

.features-inner,
.how-to-play-inner,
.boosters-inner,
.gallery-inner,
.hero-inner {
  position: relative;
  z-index: 2;
}

.site-header,
.navbar,
.hero,
.stats-strip,
.features,
.how-to-play,
.boosters-section,
.daily-section,
.screenshot-gallery,
.cta-contact,
.footer,
.legal-hero,
.legal-page,
.page-header,
.main-content {
  position: relative;
  z-index: 2;
}

/* ===== SITE HEADER (single row) ===== */
.site-header,
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo img {
  width: 40px; height: 40px;
  border-radius: 10px;
  object-fit: contain;
  background: var(--shot-bg);
  box-shadow: 0 0 20px var(--shadow-glow);
  border: 1px solid var(--sci-border);
}
.nav-logo-text {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sci-text);
  transition: color 0.35s ease;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.site-header:not(.scrolled) .nav-logo-text { color: var(--sci-text); }

.nav-dock {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-links {
  display: flex;
  gap: 0.15rem;
  list-style: none;
}
.nav-links a {
  display: block;
  color: var(--sci-text-mid);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.86rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}
.site-header:not(.scrolled) .nav-links a { color: var(--sci-text-mid); opacity: 0.9; }
.nav-links a:hover {
  background: var(--sci-neon-dim);
  color: var(--sci-neon);
  opacity: 1;
}
.site-header.scrolled .nav-links a:hover {
  background: var(--sci-neon-dim);
  color: var(--sci-neon);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.header-recharge-btn {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sci-neon);
  padding: 0.42rem 0.85rem;
  border: 1px solid var(--sci-border);
  border-radius: 8px;
  transition: all 0.25s ease;
  background: transparent;
}
.header-recharge-btn:hover {
  background: var(--sci-neon-dim);
  box-shadow: 0 0 20px var(--shadow-primary);
}

.nav-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gradient-pill);
  color: var(--white);
  text-decoration: none;
  padding: 0.48rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.82rem;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px var(--shadow-primary);
}
.nav-download-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px var(--shadow-glow);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.mobile-menu-btn span {
  display: block;
  width: 24px; height: 2.5px;
  background: var(--sci-neon);
  border-radius: 2px;
  transition: background 0.35s ease;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(26, 54, 53, 0.78);
  backdrop-filter: blur(8px);
}
.mobile-menu.open { display: flex; align-items: flex-start; justify-content: flex-end; }
.mobile-menu-panel {
  width: min(300px, 85vw);
  height: 100%;
  background: var(--sci-bg-mid);
  padding: 5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.5);
  border-left: 1px solid var(--sci-border);
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}
.mobile-menu a {
  color: var(--sci-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--sci-border-soft);
}
.mobile-menu-recharge { color: var(--sci-neon) !important; margin-top: 0.5rem; }
.mobile-menu-download {
  margin-top: auto;
  background: var(--gradient-pill);
  color: var(--white) !important;
  text-align: center;
  border-radius: 10px;
  border-bottom: none !important;
  padding: 1rem !important;
  font-weight: 700;
}

/* Legal pages navbar fallback */
.navbar .nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar:not(.site-header) .nav-links {
  gap: 1.5rem;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.navbar:not(.site-header) .nav-links a {
  padding: 0;
  border-radius: 0;
  position: relative;
}
.navbar:not(.site-header) .nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 2px;
  background: var(--accent);
  transition: width 0.25s ease;
}
.navbar:not(.site-header) .nav-links a:hover::after { width: 100%; }
.navbar:not(.site-header) .nav-links a:hover {
  background: none;
  color: var(--accent-light);
}
.navbar:not(.site-header) .mobile-menu {
  position: absolute;
  top: 100%; left: 0; right: 0;
  inset: auto;
  background: rgba(250, 245, 240, 0.98);
  backdrop-filter: blur(16px);
  display: none;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 8px 24px var(--shadow-soft);
  padding: 1rem 1.5rem;
}
.navbar:not(.site-header) .mobile-menu.open { display: block; }
.navbar:not(.site-header) .mobile-menu-panel { display: contents; }
.navbar:not(.site-header) .mobile-menu a {
  border-bottom: 1px solid var(--primary-pale);
  padding: 0.75rem 0;
  background: none;
  border-radius: 0;
  text-align: left;
}
.navbar:not(.site-header) .mobile-menu-download {
  margin-top: 0.5rem;
  background: none;
  color: var(--primary) !important;
  padding: 0.75rem 0 !important;
  text-align: left;
}
.navbar.scrolled { background: rgba(250, 245, 240, 0.97); backdrop-filter: blur(16px); box-shadow: 0 2px 20px var(--shadow-soft); }
.navbar.scrolled .nav-logo-text { color: var(--primary-dark); }
.navbar.scrolled .nav-links a { color: var(--text-mid); }
.navbar:not(.scrolled) .nav-links a { color: rgba(61, 10, 130, 0.85); }
.navbar:not(.scrolled) .nav-logo-text { color: var(--primary-dark); }
.navbar:not(.scrolled) .mobile-menu-btn span { background: var(--primary-dark); }

.site-header.legal-header,
.site-header.scrolled {
  background: rgba(26, 54, 53, 0.92);
  backdrop-filter: var(--glass-blur);
  box-shadow: 0 1px 0 var(--zoo-border-soft), 0 8px 32px rgba(18, 40, 38, 0.35);
}
.site-header.legal-header .nav-logo-text,
.site-header.scrolled .nav-logo-text { color: var(--sci-text); }
.site-header.legal-header .nav-links a,
.site-header.scrolled .nav-links a { color: var(--sci-text-mid); }
.site-header.legal-header .header-recharge-btn,
.site-header.scrolled .header-recharge-btn {
  color: var(--zoo-wood);
  border-color: rgba(196, 154, 102, 0.45);
}
.site-header.legal-header .mobile-menu-btn span,
.site-header.scrolled .mobile-menu-btn span { background: var(--sci-text); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-offset) + 2rem) 1.5rem 3rem;
  display: flex;
  align-items: center;
}
.hero-tile-bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(152, 228, 225, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(112, 153, 73, 0.08) 0%, transparent 45%),
    linear-gradient(rgba(152, 228, 225, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 228, 225, 0.04) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 50%, black, transparent);
}
.hero-bg-shots { display: none; }
.hero-bg-shot { display: none; }

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-copy { max-width: 520px; }
.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--sci-text-mid);
  margin-bottom: 1.25rem;
  background: var(--sci-bg-glass);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--sci-border);
  backdrop-filter: var(--glass-blur);
}
.hero-stars { color: var(--zoo-wood); letter-spacing: 1px; }
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  font-weight: 700;
  color: var(--sci-text);
  line-height: 1.08;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  text-shadow: 0 0 40px rgba(152, 228, 225, 0.12);
}
.hero-subtitle {
  font-size: 1.05rem;
  color: var(--sci-text-mid);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gradient-pill);
  color: var(--white);
  text-decoration: none;
  padding: 0.85rem 1.6rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  box-shadow: 0 8px 28px var(--shadow-primary);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 48px var(--shadow-glow);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.85rem 1.4rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--zoo-sky);
  border: 1px solid var(--zoo-border);
  background: var(--sci-neon-dim);
  transition: all 0.25s ease;
}
.btn-outline:hover {
  background: rgba(152, 228, 225, 0.18);
  box-shadow: 0 0 24px var(--shadow-primary);
}
.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ===== SCREENSHOT FRAMES (full image, no crop) ===== */
.device-frame,
.device-float,
.how-visual,
.booster-card-visual,
.gallery-phone {
  background: var(--shot-bg);
}

.device-frame,
.how-visual,
.booster-card-visual,
.gallery-phone {
  aspect-ratio: var(--shot-ratio);
}

.device-frame img,
.device-float img,
.how-visual img,
.booster-card-visual img,
.gallery-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  position: relative;
  z-index: 0;
}

.hero-device {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}
.device-frame {
  width: min(280px, 42vw);
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid var(--zoo-border);
  box-shadow: 0 12px 40px var(--shadow-primary), 0 24px 60px rgba(18, 40, 38, 0.45);
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
.device-frame::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 29px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(152, 228, 225, 0.55), rgba(112, 153, 73, 0.35));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.device-float {
  position: absolute;
  width: min(100px, 16vw);
  aspect-ratio: var(--shot-ratio);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--zoo-border);
  box-shadow: 0 8px 24px var(--shadow-primary), 0 16px 40px rgba(18, 40, 38, 0.35);
  z-index: 1;
}
.device-float-a {
  top: 8%; left: 0;
  transform: rotate(-12deg);
  animation: floatA 5s ease-in-out infinite;
}
.device-float-b {
  bottom: 10%; right: 0;
  transform: rotate(10deg);
  animation: floatB 5s ease-in-out infinite;
}
@keyframes floatA {
  0%, 100% { transform: rotate(-12deg) translateY(0); }
  50%      { transform: rotate(-12deg) translateY(-12px); }
}
@keyframes floatB {
  0%, 100% { transform: rotate(10deg) translateY(0); }
  50%      { transform: rotate(10deg) translateY(-10px); }
}

/* Legacy hero buttons (legal pages) */
.hero-store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--white); color: var(--text-dark);
  text-decoration: none; padding: 0.95rem 1.9rem; border-radius: 16px;
  font-weight: 800; box-shadow: 0 10px 32px rgba(0,0,0,0.2);
}
.hero-recharge-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(232,160,32,0.18); color: var(--zen-purple-deep);
  text-decoration: none; padding: 0.95rem 1.6rem; border-radius: 16px;
  font-weight: 800; border: 1.5px solid rgba(232,160,32,0.45);
}
.store-btn-big {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--white); color: var(--text-dark);
  text-decoration: none; padding: 1.05rem 2.3rem; border-radius: 18px;
  font-weight: 800; box-shadow: 0 10px 32px rgba(0,0,0,0.22);
}
.recharge-btn-cta {
  background: var(--gradient-warm) !important;
  color: #4A2800 !important;
}

/* ===== STATS STRIP ===== */
.stats-strip {
  background: var(--section-overlay);
  border-top: 1px solid var(--sci-border-soft);
  border-bottom: 1px solid var(--sci-border-soft);
  padding: 1.5rem 1.5rem;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.04), transparent);
  pointer-events: none;
}
.stats-strip-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.stat-pill {
  text-align: center;
  padding: 1rem 1.5rem;
  background: var(--sci-bg-panel);
  border-radius: 16px;
  border: 1px solid var(--sci-border);
  backdrop-filter: var(--glass-blur);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.stat-pill:hover {
  border-color: rgba(152, 228, 225, 0.4);
  box-shadow: 0 0 24px var(--shadow-primary);
}
.stat-pill strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--zoo-sky);
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.stat-pill span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sci-text-mid);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ===== SECTION COMMONS ===== */
.section-head { margin-bottom: 2.5rem; }
.section-head-left { text-align: left; }
.section-tag {
  display: inline-block;
  background: var(--sci-neon-dim);
  color: var(--sci-neon);
  padding: 0.35rem 0.9rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--sci-border);
  font-family: var(--font-display);
}
.section-tag--light {
  background: rgba(0, 229, 255, 0.1);
  color: var(--sci-neon);
  border: 1px solid rgba(0, 229, 255, 0.25);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--sci-text);
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.section-title-left { text-align: left; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-desc {
  font-size: 1.05rem;
  color: var(--sci-text-mid);
  max-width: 620px;
  margin: 0.75rem auto 0;
  line-height: 1.7;
}
.section-desc-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 540px;
}

/* ===== FEATURES ===== */
.features {
  padding: 5rem 1.5rem;
  background: var(--section-overlay-alt);
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
}
.features-inner { max-width: var(--max-width); margin: 0 auto; }
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.feature-card {
  background: var(--sci-bg-glass);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--sci-border-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: var(--glass-blur);
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 40px var(--shadow-primary);
  border-color: var(--sci-border);
}
.feature-card-media {
  height: 240px;
  overflow: hidden;
  background: linear-gradient(180deg, #0A1020 0%, var(--sci-bg-deep) 100%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.feature-card-media img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}
.feature-card--accent {
  background: linear-gradient(145deg, rgba(152, 228, 225, 0.08) 0%, rgba(112, 153, 73, 0.1) 100%);
  padding: 1.5rem 1.35rem;
  justify-content: flex-start;
  border-color: var(--zoo-border);
}
.feature-card-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.85rem;
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sci-neon-dim);
  border-radius: 14px;
  border: 1px solid var(--sci-border);
  box-shadow: 0 0 20px var(--shadow-primary);
}
.feature-card-body { padding: 1.25rem 1.35rem 1.5rem; }
.feature-card--accent .feature-card-body { padding: 0; }
.feature-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sci-text);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.feature-card-body p {
  font-size: 0.88rem;
  color: var(--sci-text-mid);
  line-height: 1.6;
}

/* ===== HOW TO PLAY ===== */
.how-to-play {
  padding: 5rem 1.5rem;
  background: var(--section-overlay);
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
}
.how-to-play-inner { max-width: var(--max-width); margin: 0 auto; }
.how-split {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 3rem;
  align-items: start;
}
.how-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px var(--shadow-primary), 0 24px 60px rgba(18, 40, 38, 0.4);
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--zoo-border);
}
.how-visual-badge {
  position: absolute;
  bottom: 1rem; left: 1rem;
  background: var(--gradient-warm);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.steps-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
  list-style: none;
}
.step-card {
  background: var(--sci-bg-glass);
  border-radius: 14px;
  padding: 1.25rem;
  border: 1px solid var(--sci-border-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
  backdrop-filter: var(--glass-blur);
}
.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px var(--shadow-primary);
  border-color: var(--sci-border);
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--gradient-pill);
  color: var(--white);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  font-family: var(--font-display);
}
.step-card h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sci-text);
  margin-bottom: 0.3rem;
}
.step-card p {
  font-size: 0.84rem;
  color: var(--sci-text-mid);
  line-height: 1.55;
}

/* ===== BOOSTERS ===== */
.boosters-section {
  padding: 5rem 1.5rem;
  background: var(--section-overlay-alt);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}
.boosters-section::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -40px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(152, 228, 225, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.boosters-inner { max-width: var(--max-width); margin: 0 auto; }
.booster-cards {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.booster-card {
  display: flex;
  flex-direction: column;
  background: var(--sci-bg-glass);
  border: 1px solid var(--sci-border-soft);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: var(--glass-blur);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.booster-card:hover {
  transform: translateY(-3px);
  border-color: var(--sci-border);
  box-shadow: 0 0 32px var(--shadow-primary);
}
.booster-card-visual {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid var(--sci-border-soft);
}
.booster-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  font-size: 3rem;
  background: linear-gradient(145deg, rgba(152, 228, 225, 0.12) 0%, rgba(112, 153, 73, 0.14) 100%);
  border-bottom: 1px solid var(--sci-border-soft);
}
.booster-card-body {
  padding: 1.5rem 1.35rem 1.75rem;
  flex: 1;
}
.booster-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sci-text);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.booster-card-body p {
  font-size: 0.92rem;
  color: var(--sci-text-mid);
  line-height: 1.65;
}
.showcase-list { display: flex; flex-direction: column; gap: 3.5rem; }
.showcase-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.showcase-row-reverse .showcase-media { order: 2; }
.showcase-row-reverse .showcase-text { order: 1; }
.showcase-media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 40px var(--shadow-primary), 0 20px 50px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--sci-border);
}
.showcase-landscape {
  aspect-ratio: 16 / 9;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.showcase-landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.showcase-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sci-neon);
  margin-bottom: 0.4rem;
  display: block;
  font-family: var(--font-display);
}
.showcase-text h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sci-text);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.showcase-text p {
  font-size: 0.95rem;
  color: var(--sci-text-mid);
  line-height: 1.7;
  max-width: 400px;
}

/* ===== DAILY CHALLENGE ===== */
.daily-section {
  padding: 5rem 1.5rem;
  background: var(--gradient-daily);
  overflow: hidden;
  position: relative;
  border-top: 1px solid var(--sci-border-soft);
  border-bottom: 1px solid var(--sci-border-soft);
}
.daily-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(0, 229, 255, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(124, 58, 237, 0.1) 0%, transparent 35%),
    linear-gradient(rgba(0, 229, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  pointer-events: none;
}
.daily-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.daily-copy { color: var(--sci-text); }
.daily-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--sci-text);
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  text-shadow: 0 0 30px rgba(0, 229, 255, 0.1);
}
.daily-copy p {
  font-size: 1rem;
  color: var(--sci-text-mid);
  line-height: 1.7;
  max-width: 440px;
}
.daily-showcase {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  align-items: stretch;
}
.daily-frame {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--sci-border);
  box-shadow: 0 0 30px var(--shadow-primary), 0 16px 40px rgba(0, 0, 0, 0.4);
  background: var(--sci-bg-deep);
}
.daily-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.daily-frame-main {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 100%;
}
.daily-frame-sub {
  aspect-ratio: 16 / 9;
}

/* ===== GALLERY (organized portrait + landscape) ===== */
.screenshot-gallery {
  padding: 5rem 1.5rem;
  background: var(--section-overlay);
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
}
.gallery-block-label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sci-neon);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  padding-left: 0.25rem;
}
.gallery-phone {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--zoo-border);
  box-shadow: 0 8px 24px var(--shadow-primary), 0 10px 28px rgba(18, 40, 38, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.gallery-phone:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px var(--shadow-glow), 0 18px 44px rgba(18, 40, 38, 0.4);
  border-color: rgba(152, 228, 225, 0.45);
}
.gallery-tablet {
  margin: 0;
  flex: 0 1 calc(33.333% - 0.67rem);
  min-width: 240px;
  max-width: calc(33.333% - 0.67rem);
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sci-bg-deep);
  border: 1px solid var(--sci-border);
  box-shadow: 0 0 20px var(--shadow-primary), 0 10px 28px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.gallery-tablet:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 36px var(--shadow-glow), 0 16px 40px rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 229, 255, 0.4);
}
.gallery-inner { max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 1; }
.gallery-block { margin-bottom: 2.5rem; }
.gallery-block:last-child { margin-bottom: 0; }
.gallery-portraits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.gallery-portraits--five {
  max-width: 920px;
  margin: 0 auto;
}
.gallery-landscapes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.gallery-tablet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.gallery-block--landscape .gallery-landscapes {
  max-width: 100%;
}

/* Legacy mixed gallery hidden */
.gallery-mixed { display: none; }
.gallery-item { display: none; }

/* Legacy gallery (legal / recharge compat) */
.gallery-grid { display: none; }
.gallery-bg-deco { display: none; }
.masonry-grid { display: none; }
.screenshots-track-wrap { overflow: hidden; padding: 1rem 0; }
.screenshots-track {
  display: flex; gap: 1rem;
  animation: scrollTrack 28s linear infinite;
  width: max-content;
}
@keyframes scrollTrack {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.screenshot-phone {
  flex-shrink: 0; width: 175px;
  border-radius: 24px; overflow: hidden;
  border: 4px solid var(--white);
  box-shadow: 0 14px 40px var(--shadow-primary);
}
.screenshot-phone img { width: 100%; display: block; }

/* Legacy hidden sections */
.bento-grid, .bento-item { display: none; }
.steps-timeline, .timeline-step { display: none; }
.stats-bar, .download-cta { display: none; }
.boosters-grid, .features-grid, .steps-grid { display: none; }
.section-bg-deco { display: none; }

/* ===== CTA + CONTACT ===== */
.cta-contact {
  padding: 5rem 1.5rem 0;
  background: var(--section-overlay-alt);
  backdrop-filter: blur(8px);
  position: relative;
}
.cta-contact-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* CTA card */
.zen-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem);
  background: var(--sci-bg-glass);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 0 60px var(--shadow-primary), inset 0 1px 0 var(--sci-border-soft);
  border: 1px solid var(--sci-border);
  backdrop-filter: var(--glass-blur);
}
.zen-cta-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.zen-cta-tile {
  position: absolute;
  border-radius: 12px;
  opacity: 0.12;
  animation: tileDrift 8s ease-in-out infinite;
}
.zen-cta-tile-1 {
  width: 64px; height: 64px;
  background: var(--zoo-sky);
  top: 12%; right: 28%;
  transform: rotate(12deg);
  box-shadow: 0 0 30px var(--shadow-glow);
}
.zen-cta-tile-2 {
  width: 48px; height: 48px;
  background: var(--zoo-green);
  bottom: 18%; right: 8%;
  transform: rotate(-8deg);
  animation-delay: -3s;
}
.zen-cta-tile-3 {
  width: 36px; height: 36px;
  background: var(--zoo-wood);
  top: 55%; right: 42%;
  transform: rotate(22deg);
  animation-delay: -5s;
}
@keyframes tileDrift {
  0%, 100% { transform: translateY(0) rotate(var(--r, 12deg)); }
  50%       { transform: translateY(-10px) rotate(calc(var(--r, 12deg) + 6deg)); }
}
.zen-cta-content {
  position: relative;
  z-index: 1;
}
.zen-cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--sci-text);
  margin: 0.65rem 0 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.zen-cta-desc {
  color: var(--sci-text-mid);
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 420px;
  font-size: 0.98rem;
}
.zen-cta-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.btn-zen-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gradient-pill);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  box-shadow: 0 8px 28px var(--shadow-primary);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-zen-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 48px var(--shadow-glow);
}
.btn-zen-outline {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  color: var(--sci-neon);
  border: 1px solid var(--sci-border);
  background: var(--sci-neon-dim);
  transition: all 0.25s ease;
}
.btn-zen-outline:hover {
  background: rgba(152, 228, 225, 0.16);
  box-shadow: 0 0 24px var(--shadow-primary);
}
.zen-cta-visual {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.zen-cta-logo-ring {
  width: clamp(88px, 12vw, 120px);
  height: clamp(88px, 12vw, 120px);
  border-radius: 28px;
  padding: 6px;
  background: linear-gradient(135deg, rgba(152, 228, 225, 0.55), rgba(112, 153, 73, 0.45));
  box-shadow: 0 0 40px var(--shadow-glow);
  animation: logoFloat 5s ease-in-out infinite, logoPulse 3s ease-in-out infinite;
}
@keyframes logoPulse {
  0%, 100% { box-shadow: 0 0 40px var(--shadow-glow); }
  50%      { box-shadow: 0 0 56px rgba(152, 228, 225, 0.45); }
}
.zen-cta-logo-ring img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: contain;
  display: block;
  background: var(--shot-bg);
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-8px) rotate(3deg); }
}

/* Contact card */
.zen-contact-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.75rem, 4vw, 3rem);
  background: var(--sci-bg-glass);
  border-radius: 24px;
  border: 1px solid var(--sci-border-soft);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: var(--glass-blur);
}
.zen-contact-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--sci-text);
  margin: 0.5rem 0 0.65rem;
  letter-spacing: 0.02em;
}
.zen-contact-desc {
  color: var(--sci-text-mid);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.zen-contact-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sci-text-soft);
  background: var(--sci-amber-dim);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 176, 32, 0.2);
}
.zen-contact-note svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--sci-amber);
}
.zen-contact-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.zen-contact-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem;
  background: var(--sci-bg-panel);
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid var(--sci-border-soft);
  transition: all 0.25s ease;
}
.zen-contact-chip:hover {
  background: var(--sci-neon-dim);
  border-color: var(--sci-border);
  box-shadow: 0 0 28px var(--shadow-primary);
  transform: translateY(-3px);
}
.zen-chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin-bottom: 0.25rem;
}
.zen-chip-icon svg { width: 20px; height: 20px; }
.zen-chip-icon--email {
  background: var(--sci-neon-dim);
  color: var(--sci-neon);
}
.zen-chip-icon--phone {
  background: var(--sci-amber-dim);
  color: var(--sci-amber);
}
.zen-chip-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sci-text-soft);
}
.zen-chip-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--sci-text);
  word-break: break-all;
}

/* Legacy contact classes (subpages / fallback) */
.contact { padding: 5rem 1.5rem; background: var(--cream); }
.contact-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.contact-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 12px 44px var(--shadow-soft);
  border: 1px solid var(--primary-pale);
}

/* ===== FOOTER ===== */
.footer {
  background: rgba(18, 40, 38, 0.88);
  backdrop-filter: blur(12px);
  color: var(--sci-text-mid);
  border-radius: 32px 32px 0 0;
  padding: 0 1.5rem 2rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--sci-border-soft);
}
.cta-contact + .footer { margin-top: 4rem; }
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gradient-pill);
  box-shadow: 0 0 20px var(--shadow-glow);
}
.footer::after {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.footer-shell {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--sci-border-soft);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: contain;
  background: var(--shot-bg);
  box-shadow: 0 0 24px var(--shadow-glow);
  border: 1px solid var(--sci-border);
}
.footer-brand-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--sci-text);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.footer-brand-tagline {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--sci-text-soft);
  margin-top: 0.2rem;
}
.footer-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-pill);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px var(--shadow-primary);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}
.footer-download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px var(--shadow-glow);
}
.footer-nav-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--sci-border-soft);
}
.footer-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.footer-nav-links a {
  display: inline-block;
  color: var(--sci-text-mid);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--sci-bg-panel);
  border: 1px solid var(--sci-border-soft);
  transition: all 0.2s ease;
}
.footer-nav-links a:hover {
  background: var(--sci-neon-dim);
  border-color: var(--sci-border);
  color: var(--sci-neon);
  box-shadow: 0 0 16px var(--shadow-primary);
}
.footer-recharge-link {
  background: var(--sci-amber-dim) !important;
  border-color: rgba(255, 176, 32, 0.25) !important;
  color: var(--sci-amber) !important;
}
.footer-col-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sci-text-soft);
  margin-bottom: 0.65rem;
  font-family: var(--font-display);
}
.footer-company-info {
  text-align: center;
  font-size: 0.78rem;
  color: var(--sci-text-soft);
  line-height: 1.85;
  padding: 1.5rem 0 0.5rem;
}
.footer-bottom {
  text-align: center;
  padding-top: 1rem;
}
.footer-copyright {
  font-size: 0.78rem;
  color: var(--sci-text-soft);
}

/* Legacy footer grid (subpages until migrated) */
.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.3rem 0;
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--accent-light); }
.footer-appstore-link { color: rgba(255, 255, 255, 0.7); }
.footer-inner { max-width: var(--max-width); margin: 0 auto; }
.footer-links-group a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.88rem;
  display: block;
  padding: 0.3rem 0;
}

/* ===== LEGAL PAGES ===== */
.legal-hero {
  background: transparent;
  padding: calc(var(--header-offset) + 3rem) 1.5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-hero-inner {
  position: relative;
  z-index: 2;
}
.legal-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--zoo-text);
  margin-bottom: 0.5rem;
}
.legal-hero .legal-meta {
  color: var(--sci-text-mid);
  font-size: 0.92rem;
  font-weight: 600;
}
.legal-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  position: relative;
}
.legal-content {
  background: var(--sci-bg-panel);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 12px 48px rgba(18, 40, 38, 0.35);
  border: 1px solid var(--sci-border);
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--sci-text-mid);
}
.legal-content h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--zoo-sky);
  margin: 1.75rem 0 0.6rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--sci-border);
}
.legal-content h2:first-of-type { margin-top: 0.4rem; }
.legal-content h3 { font-size: 1.02rem; font-weight: 800; color: var(--zoo-wood); margin: 1.2rem 0 0.4rem; }
.legal-content p { margin-bottom: 0.8rem; }
.legal-content ul, .legal-content ol { padding-left: 1.4rem; margin-bottom: 0.8rem; }
.legal-content li { margin-bottom: 0.35rem; }
.legal-content a { color: var(--zoo-sky); font-weight: 700; }
.legal-content strong { color: var(--zoo-text); }
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1.25rem;
  color: var(--zoo-sky);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  position: relative;
  z-index: 2;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
  :root { --header-offset: 68px; }

  .nav-dock { display: none; }
  .mobile-menu-btn { display: flex; }

  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: none; margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .hero-device { min-height: 320px; margin-top: 1rem; }
  .device-float { width: 72px; }

  .stats-strip-inner { grid-template-columns: 1fr; gap: 0.75rem; }
  .stat-pill { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.85rem; }
  .stat-pill strong { font-size: 1.2rem; display: inline; }
  .stat-pill span { font-size: 0.78rem; }

  .feature-cards { grid-template-columns: repeat(2, 1fr); }

  .booster-cards { grid-template-columns: 1fr; }
  .booster-card-visual { max-width: 220px; }

  .how-split { grid-template-columns: 1fr; }
  .how-visual { max-width: 240px; margin: 0 auto 1rem; }
  .steps-cards { grid-template-columns: repeat(2, 1fr); }

  .showcase-row,
  .showcase-row-reverse {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .showcase-row-reverse .showcase-media,
  .showcase-row-reverse .showcase-text { order: unset; }
  .showcase-text p { margin: 0 auto; }

  .daily-inner { grid-template-columns: 1fr; text-align: center; }
  .daily-copy p { margin: 0 auto; }
  .daily-showcase {
    grid-template-columns: 1fr 1fr;
    max-width: 520px;
    margin: 1.5rem auto 0;
  }
  .daily-frame-main { grid-row: span 2; }

  .gallery-portraits,
  .gallery-portraits--five { grid-template-columns: repeat(3, 1fr); }
  .gallery-tablet {
    flex: 0 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    min-width: 200px;
  }

  .zen-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .zen-cta-desc { margin-left: auto; margin-right: auto; }
  .zen-cta-actions { justify-content: center; }
  .zen-cta-visual { justify-self: center; }
  .zen-contact-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .zen-contact-note { margin: 0 auto; }
  .footer-nav-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --header-offset: 64px; }

  .header-recharge-btn { display: none; }
  .nav-logo-text { font-size: 0.92rem; max-width: 140px; line-height: 1.15; }

  .device-float-a, .device-float-b { display: none; }

  .feature-cards { grid-template-columns: 1fr; }
  .steps-cards { grid-template-columns: 1fr; }

  .daily-showcase {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .daily-frame-main { grid-row: span 1; aspect-ratio: 16 / 9; }
  .daily-frame-sub { aspect-ratio: 16 / 9; }

  .gallery-portraits,
  .gallery-portraits--five {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.85rem;
    padding-bottom: 0.5rem;
    max-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-phone {
    flex: 0 0 38vw;
    max-width: 160px;
    scroll-snap-align: center;
  }
  .gallery-landscapes {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-tablet {
    flex: 0 0 72vw;
    max-width: 320px;
    min-width: unset;
    scroll-snap-align: center;
  }
  .gallery-block--landscape .gallery-landscapes { grid-template-columns: unset; }

  .deco-shape { opacity: 0.55; }
  .deco-blob { opacity: 0.28; filter: blur(50px); }
  .deco-curve { opacity: 0.12; }
  .deco-shape-7,
  .deco-shape-8 { display: none; }

  .footer-nav-row { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-download-btn { width: 100%; justify-content: center; }
  .zen-contact-chips { grid-template-columns: 1fr; }
  .zen-cta-card { padding: 2rem 1.5rem; border-radius: 20px; }
  .zen-contact-card { padding: 2rem 1.5rem; border-radius: 20px; }
  .footer { border-radius: 24px 24px 0 0; }
  .cta-contact + .footer { margin-top: 3rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
