/* ═══════════════════════════════════════════════════════════════════════
   MERITMOON v2 — FOREST MOONLIT NIGHT DESIGN SYSTEM
   Theme: Deep ancient forest · Serene moonlight · Silver-on-emerald
   ═══════════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Moonjelly';
  src: url('moonjelly/Moonjelly-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Moonjelly';
  src: url('moonjelly/Moonjelly-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── COLOR PALETTE (edit these to test) ─────────────────────────────────── */
:root {
  /* Core four */
  --silver: #C8D8C0;
  /* moonlight through leaves — slight green tint */
  --emerald: #2E8B57;
  /* deep forest green */
  --ruby: #C24B5A;
  /* twilight bloom */
  --gold: #D4A853;
  /* warm moonbeam gold */

  /* Lighter / brighter tones */
  --silver-bright: #E8F0E0;
  --emerald-bright: #4DBF82;
  --ruby-bright: #E87088;
  --gold-bright: #F0C870;

  /* Dimmer / shadow tones */
  --silver-dim: #7A8C74;
  --emerald-dim: #1A5235;
  --ruby-dim: #7A2030;
  --gold-dim: #7A5A20;

  /* Gradients — silver‑to‑emerald base, ruby‑to‑gold as glow overlay */
  --grad-base: linear-gradient(90deg, var(--silver) 0%, var(--emerald) 100%);
  --grad-base-135: linear-gradient(135deg, var(--silver) 0%, var(--emerald) 100%);
  --grad-base-diag: linear-gradient(135deg, var(--silver-bright) 0%, var(--silver) 40%, var(--emerald) 100%);
  --grad-glow: linear-gradient(90deg, var(--ruby) 0%, var(--gold) 100%);
  --grad-glow-135: linear-gradient(135deg, var(--ruby) 0%, var(--gold) 100%);

  /* Background — forest night */
  --bg-deep: #020A05;
  /* forest floor, almost black-green */
  --bg-mid: #041209;
  /* mid forest dark */
  --bg-surface: #071A0D;

  /* ===== FROZEN GLASSMORPHISM (Frosted Translucent Glass & Background Blur) ===== */
  --bg-glass-card: rgba(6, 22, 13, 0.22);
  --bg-glass-card-hover: rgba(10, 34, 19, 0.35);
  --bg-glass-card-lit: rgba(12, 40, 22, 0.30);
  --bg-glass-nav: rgba(4, 16, 9, 0.65);
  --border-glass: rgba(200, 216, 192, 0.15);
  --border-glass-hover: rgba(77, 191, 130, 0.48);
  --glass-blur: 20px;
  --glass-blur-heavy: 28px;
  --shadow-glass-card: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.16), inset 0 0 24px rgba(200, 216, 192, 0.03);
  --shadow-glass-card-hover: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 25px rgba(77, 191, 130, 0.20), inset 0 1px 1px rgba(255, 255, 255, 0.28);

  /* Card backgrounds mapped to frozen glass */
  --bg-card: var(--bg-glass-card);
  --bg-card-lit: var(--bg-glass-card-lit);

  /* Forest atmosphere overlays */
  --forest-shadow: rgba(2, 10, 5, 0.7);
  --moonlight-tint: rgba(200, 216, 192, 0.06);
  --moonbeam: rgba(200, 216, 192, 0.12);

  /* Glows */
  --glow-silver: 0 0 24px rgba(200, 216, 192, 0.35), 0 0 60px rgba(200, 216, 192, 0.12);
  --glow-emerald: 0 0 24px rgba(46, 139, 87, 0.45), 0 0 60px rgba(46, 139, 87, 0.15);
  --glow-ruby: 0 0 24px rgba(194, 75, 90, 0.55), 0 0 60px rgba(194, 75, 90, 0.2);
  --glow-gold: 0 0 24px rgba(212, 168, 83, 0.55), 0 0 60px rgba(212, 168, 83, 0.2);
  --glow-forest: 0 0 80px rgba(46, 139, 87, 0.2), 0 0 200px rgba(200, 216, 192, 0.06);

  /* Button Glow Tokens (Rex9 Vibe in Forest Green) */
  --glow-btn-primary: 0 0 14px rgba(46, 139, 87, 0.5), 0 0 28px rgba(26, 82, 53, 0.3);
  --glow-btn-primary-hover: 0 0 12px var(--emerald-bright), 0 0 26px var(--emerald), 0 0 50px rgba(26, 82, 53, 0.8), inset 0 0 14px rgba(255, 255, 255, 0.35);
  --glow-btn-ghost-hover: 0 0 10px var(--emerald-bright), 0 0 24px rgba(46, 139, 87, 0.45), 0 0 45px rgba(26, 82, 53, 0.25);

  /* Text & Typography Tokens (Single Source of Truth for High Contrast & Readability) */
  --text-light: #F4FAF0;
  --text-mid: #CADBC6;
  --text-dim: #8FA78C;
  --text-dimmer: #6D856B;

  /* Borders */
  --border-moss: rgba(200, 216, 192, 0.1);
  --border-glow: rgba(77, 191, 130, 0.35);
  --border-emerald: rgba(46, 139, 87, 0.35);

  /* Typography */
  --font-display: 'Moonjelly', 'Cormorant SC', serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Fauna One', Georgia, serif;

  /* Layout */
  --container: 1180px;
  --pad-section: 120px;
  --pad-x: 48px;

  /* Motion */
  --ease-forest: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── RESET ─────────────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--bg-deep);
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.75;
  overflow-x: hidden;
  cursor: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: none;
}

em {
  font-style: italic;
  color: var(--silver-bright);
}

strong {
  font-weight: 600;
}

/* ── CANVAS ────────────────────────────────────────────────────────────── */
#forest-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── MOONLIGHT WASH ──────────────────────────────────────────────────────── */
.moonlight-wash {
  position: fixed;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center,
      rgba(200, 216, 192, 0.07) 0%,
      rgba(46, 139, 87, 0.04) 35%,
      rgba(200, 216, 192, 0.02) 60%,
      transparent 75%);
  pointer-events: none;
  z-index: 1;
  animation: wash-breathe 9s ease-in-out infinite;
}

@keyframes wash-breathe {

  0%,
  100% {
    opacity: 0.6;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }
}

/* ── AMBIENT GLOW MESH (Vibrant Background Light Orbs for Glassmorphism) ── */
.ambient-mesh {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  mix-blend-mode: screen;
  pointer-events: none;
}

.ambient-orb--emerald1 {
  width: 480px;
  height: 480px;
  top: 25%;
  left: 15%;
  background: radial-gradient(circle, rgba(46, 139, 87, 0.85) 0%, rgba(77, 191, 130, 0.4) 45%, transparent 70%);
  animation: orb-drift-1 18s ease-in-out infinite alternate;
}

.ambient-orb--gold1 {
  width: 420px;
  height: 420px;
  top: 45%;
  right: 12%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.75) 0%, rgba(240, 200, 112, 0.35) 50%, transparent 70%);
  animation: orb-drift-2 22s ease-in-out infinite alternate;
}

.ambient-orb--silver1 {
  width: 520px;
  height: 520px;
  top: 68%;
  left: 30%;
  background: radial-gradient(circle, rgba(200, 216, 192, 0.7) 0%, rgba(77, 191, 130, 0.35) 45%, transparent 70%);
  animation: orb-drift-1 26s ease-in-out infinite alternate;
}

.ambient-orb--emerald2 {
  width: 450px;
  height: 450px;
  top: 85%;
  right: 25%;
  background: radial-gradient(circle, rgba(46, 139, 87, 0.8) 0%, rgba(26, 82, 53, 0.4) 50%, transparent 70%);
  animation: orb-drift-2 20s ease-in-out infinite alternate;
}

.ambient-orb--ruby1 {
  width: 380px;
  height: 380px;
  top: 55%;
  left: 6%;
  background: radial-gradient(circle, rgba(225, 95, 115, 0.5) 0%, rgba(194, 75, 90, 0.25) 50%, transparent 70%);
  animation: orb-drift-2 24s ease-in-out infinite alternate;
}

@keyframes orb-drift-1 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -40px) scale(1.12); }
  100% { transform: translate(-40px, 50px) scale(0.95); }
}

@keyframes orb-drift-2 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-50px, 45px) scale(1.15); }
  100% { transform: translate(45px, -35px) scale(0.92); }
}

/* ── FIREFLIES ─────────────────────────────────────────────────────────── */
.fireflies {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.firefly {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 10px 3px rgba(240, 200, 112, 0.95), 0 0 25px 8px rgba(77, 191, 130, 0.45);
  animation: ff-float var(--ff-dur, 8s) ease-in-out var(--ff-delay, 0s) infinite;
  opacity: 0;
}

@keyframes ff-float {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  20% {
    opacity: 0.95;
  }

  50% {
    opacity: 0.5;
    transform: translate(var(--ff-dx, 30px), var(--ff-dy, -40px));
  }

  80% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: translate(var(--ff-dx2, -20px), var(--ff-dy2, -80px));
  }
}

/* ── CUSTOM CURSOR — silver glowing full moon ──────────────────────────── */
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  pointer-events: none !important;
  z-index: 99999;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 32%,
      var(--silver-bright) 0%,
      var(--silver) 32%,
      #9AB094 62%,
      #6A8068 100%);
  box-shadow:
    0 0 8px rgba(232, 240, 228, 0.9),
    0 0 18px rgba(200, 216, 192, 0.55),
    0 0 32px rgba(200, 216, 192, 0.2),
    inset -2px -1px 5px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s var(--ease-forest), box-shadow 0.25s var(--ease-forest), opacity 0.2s ease;
  user-select: none;
}

#cursor::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.45) 0%, transparent 38%),
    radial-gradient(circle at 68% 58%, rgba(0, 0, 0, 0.08) 0%, transparent 28%);
  pointer-events: none;
}

#cursor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(200, 216, 192, 0.25);
  pointer-events: none;
  animation: cursor-halo 3.5s ease-in-out infinite;
}

@keyframes cursor-halo {

  0%,
  100% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.12;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  #cursor::after {
    animation: none;
    opacity: 0.25;
  }
}

#cursor.hover {
  transform: translate(-50%, -50%) scale(1.4);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 1),
    0 0 26px rgba(77, 191, 130, 0.65),
    0 0 45px rgba(46, 139, 87, 0.40),
    0 0 70px rgba(200, 216, 192, 0.25),
    inset -2px -1px 5px rgba(0, 0, 0, 0.15);
}

#cursor.hidden {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0) !important;
  pointer-events: none !important;
}

/* ── LAYOUT ─────────────────────────────────────────────────────────────── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  position: relative;
  z-index: 3;
}

/* ── TYPOGRAPHY SYSTEM ──────────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--emerald-bright);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--grad-base);
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--text-light);
  margin-bottom: 24px;
  font-style: normal;
}

.section-body {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 560px;
  line-height: 1.85;
  margin-bottom: 56px;
}

.grad-text {
  background: var(--grad-base-diag);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(46, 139, 87, 0.5));
}

/* ── MOON MASCOT COMPONENT ──────────────────────────────────────────────── */
.moon-mascot {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 16px rgba(200, 216, 192, 0.45));
}

/* Moon mascot renders entirely from mascot.svg — update one file to change all logos */
.moon-mascot > img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Sizes */
.moon-mascot--nav {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 0 12px rgba(200, 216, 192, 0.5));
}

.moon-mascot--card {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 18px rgba(200, 216, 192, 0.45));
}

.moon-mascot--step {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 0 16px rgba(200, 216, 192, 0.4));
}

.moon-mascot--ccard {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 16px rgba(200, 216, 192, 0.4));
}

.moon-mascot--about {
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 0 20px rgba(200, 216, 192, 0.45));
}

.moon-mascot--price {
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 0 22px rgba(212, 168, 83, 0.45));
}

.moon-mascot--dana {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 0 20px rgba(200, 216, 192, 0.45));
}

.moon-mascot--footer {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 0 12px rgba(200, 216, 192, 0.35));
}

.mm-face {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.mm-eye {
  position: absolute;
  width: 13%;
  height: 13%;
  border-radius: 50%;
  background: #0D1C10;
  top: 36%;
  transition: transform 0.1s;
}

/* Soulful Specular Glint Catchlight */
.mm-eye::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 22%;
  width: 32%;
  height: 32%;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.95);
  pointer-events: none;
}

.mm-eye--l {
  left: 28%;
}

.mm-eye--r {
  right: 28%;
}

/* Delicate, Innocent Smile of a Meditating Child */
.mm-smile {
  position: absolute;
  width: 32%;
  height: 12%;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  border: 2.2px solid #0D1C10;
  border-top: none;
  border-radius: 0 0 30px 30px;
  transition: all 0.3s var(--ease-forest);
}

.mm-blush {
  position: absolute;
  width: 19%;
  height: 9%;
  border-radius: 50%;
  background: rgba(225, 95, 115, 0.35);
  filter: blur(2px);
  top: 51%;
}

.mm-blush--l {
  left: 9%;
}

.mm-blush--r {
  right: 9%;
}

/* ── INTERACTIVE BUTTONS & GLOW SYSTEM (Rex9 Forest Green Vibe) ────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 50px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: none;
  position: relative;
  overflow: visible;
  text-decoration: none;
}

/* Button Firefly Swarm on Hover */
.btn-firefly-swarm {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  overflow: visible;
}

.btn-firefly {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.btn-firefly--gold {
  background: var(--gold-bright);
  box-shadow:
    0 0 8px 2px var(--gold-bright),
    0 0 16px 4px rgba(240, 200, 112, 0.7),
    0 0 26px 6px rgba(212, 168, 83, 0.35);
}

.btn-firefly--emerald {
  background: var(--emerald-bright);
  box-shadow:
    0 0 8px 2px var(--emerald-bright),
    0 0 16px 4px rgba(77, 191, 130, 0.7),
    0 0 26px 6px rgba(46, 139, 87, 0.35);
}

.btn--forest {
  background: var(--grad-base-135);
  color: var(--bg-deep);
  border: 1px solid rgba(77, 191, 130, 0.4);
  box-shadow: var(--glow-btn-primary);
}

.btn--forest:hover {
  transform: translateY(-3px) scale(1.02);
  background: var(--emerald-bright);
  color: var(--bg-deep);
  border-color: var(--emerald-bright);
  box-shadow: var(--glow-btn-primary-hover);
}

.btn--forest::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, transparent 60%);
  opacity: 0;
  border-radius: 50px;
  transition: opacity 0.35s ease;
}

.btn--forest:hover::after {
  opacity: 1;
}

.btn__leaf {
  font-size: 1rem;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.btn:hover .btn__leaf {
  transform: rotate(12deg) scale(1.15);
}

.btn span:first-child {
  position: relative;
  z-index: 1;
}

.btn--ghost {
  background: var(--bg-glass-card);
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  color: var(--silver-bright);
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-glass-card);
}

.btn--ghost:hover {
  border-color: var(--emerald-bright);
  background: var(--bg-glass-card-hover);
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: var(--glow-btn-ghost-hover);
  text-shadow: 0 0 8px var(--emerald-bright);
}

.btn--full {
  width: 100%;
}

/* ── NAVIGATION ─────────────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: all 0.4s var(--ease-forest);
}

.nav.scrolled {
  background: rgba(2, 10, 5, 0.94);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border-moss);
  padding: 14px 0;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}

.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav__wordmark {
  display: flex;
  flex-direction: column;
}

.nav__name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  background: var(--grad-base);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.nav__tagline-tiny {
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav__links a:not(.nav__pill) {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mid);
  display: inline;
  width: fit-content;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--emerald-bright), var(--emerald));
  background-size: 0% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 3px;
  transition: 
    color 0.28s ease, 
    background-size 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.28s ease;
}

.nav__links a:not(.nav__pill):hover {
  color: var(--silver-bright);
  background-size: 100% 2px;
  text-shadow: 0 0 12px rgba(77, 191, 130, 0.45);
}

.nav__pill {
  padding: 9px 24px;
  border-radius: 50px;
  background: var(--grad-base-135) !important;
  color: var(--bg-deep) !important;
  -webkit-text-fill-color: var(--bg-deep) !important;
  font-weight: 700 !important;
  border: 1px solid rgba(77, 191, 130, 0.4) !important;
  box-shadow: var(--glow-btn-primary) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.nav__pill:hover {
  transform: translateY(-2px) scale(1.04) !important;
  background: var(--emerald-bright) !important;
  border-color: var(--emerald-bright) !important;
  box-shadow: var(--glow-btn-primary-hover) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px;
}

.hamburger span {
  display: block;
  height: 1.5px;
  background: var(--silver);
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ── HERO ──────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 108px var(--pad-x) 72px;
  overflow: hidden;
  z-index: 2;
}

.hero__stage {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

/* ── OPEN GRASS FIELD WITH GENTLE MOONLIGHT REFLECTION ──────────────────── */
.grass-field,
.cta-grass-field {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14%;
  pointer-events: none;
  background-image: url('grass-field.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  opacity: 0.95;
  z-index: 1;
}

.cta-grass-field {
  height: 16%;
}

/* Falling leaves drifting gently with the night breeze */
.falling-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.falling-leaf {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}



/* Ground mist */
.ground-mist {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top,
      rgba(200, 216, 192, 0.07) 0%,
      rgba(46, 139, 87, 0.04) 40%,
      transparent 100%);
  filter: blur(12px);
  pointer-events: none;
}

/* Hero moon — in-flow beside copy on desktop */
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 280px;
}

.hero-moon-wrap {
  position: relative;
  --moon-shift: 0px;
  transform: translateY(var(--moon-shift));
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.hero-moon {
  position: relative;
  width: clamp(160px, 22vw, 240px);
  height: clamp(160px, 22vw, 240px);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%,
      #FFFFFF 0%,
      #F5FAF3 24%,
      #E4EEE2 52%,
      #CAD9C7 78%,
      #B2C7AF 100%);
  box-shadow:
    0 0 45px rgba(255, 255, 255, 0.55),
    0 0 95px rgba(232, 240, 228, 0.38),
    0 0 160px rgba(200, 216, 192, 0.2),
    inset -10px -8px 24px rgba(140, 165, 135, 0.22);
  animation: moon-rise 1.2s var(--ease-forest) forwards, moon-float 8s ease-in-out 1.2s infinite;
  opacity: 0;
}

@keyframes moon-rise {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moon-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

.hero-moon__surface {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.12) 0%, transparent 24%),
    radial-gradient(circle at 62% 58%, rgba(0, 0, 0, 0.06) 0%, transparent 25%),
    radial-gradient(circle at 42% 72%, rgba(0, 0, 0, 0.04) 0%, transparent 18%);
}

.three-moon-mount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}

.three-moon-mount canvas {
  width: 100% !important;
  height: 100% !important;
  outline: none;
  display: block;
  filter: drop-shadow(0 0 28px rgba(200, 216, 192, 0.45)) drop-shadow(0 0 65px rgba(77, 191, 130, 0.22));
}

.hero-moon.has-three {
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.hero-moon.has-three .hero-moon__surface,
.hero-moon.has-three .hero-mm-face,
.hero-moon.has-three .hero-moon__ring {
  display: none !important;
}

.hero-mm-face {
  transform: translate(-50%, -50%) scale(0.74);
}

.hero-mm-face .mm-eye {
  width: 12%;
  height: 12%;
  top: 36%;
}

.hero-mm-face .mm-smile {
  width: 32%;
  height: 12%;
  bottom: 22%;
  border-width: 2.8px;
}

.hero-mm-face .mm-blush {
  width: 19%;
  height: 9%;
  top: 51%;
  filter: blur(4px);
}

.hero-moon__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(200, 216, 192, 0.14);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.r1 {
  width: 116%;
  height: 116%;
  animation: ring-breathe 5s ease-in-out infinite;
}

.r2 {
  width: 136%;
  height: 136%;
  animation: ring-breathe 5s ease-in-out infinite 0.9s;
  border-color: rgba(46, 139, 87, 0.12);
}

.r3 {
  width: 158%;
  height: 158%;
  animation: ring-breathe 5s ease-in-out infinite 1.8s;
  border-color: rgba(200, 216, 192, 0.06);
}

@keyframes ring-breathe {

  0%,
  100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.moon-pool-reflection {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 180px;
  background: radial-gradient(ellipse at top,
      rgba(200, 216, 192, 0.1) 0%,
      rgba(46, 139, 87, 0.05) 40%,
      transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

/* Hero content */
.hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.hero__kicker {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--emerald-bright);
  margin-bottom: 28px;
  opacity: 0;
  animation: none;
}

.hero__headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5.2vw, 3.6rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
}

.hero__hl-line {
  display: block;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease-forest), transform 0.8s var(--ease-forest);
  color: var(--text-light);
}

.hero__hl-line.vis {
  opacity: 1;
  transform: translateY(0);
}

.hero__hl-grad {
  background: var(--grad-base-diag);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(46, 139, 87, 0.45));
}

@media (min-width: 900px) {
  .hero__stage {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px 56px;
  }

  .hero__content {
    text-align: left;
    margin: 0;
    max-width: none;
  }

  .hero__cta-row,
  .hero__proof {
    justify-content: flex-start;
  }

  .hero__visual {
    justify-content: flex-end;
    min-height: 360px;
  }

  .hero-moon-beam {
    display: block;
  }

  /* Aim ambient beams toward the moon column */
  .mb1 {
    left: 52%;
  }

  .mb2 {
    left: 68%;
    width: 100px;
  }

  .mb3 {
    left: 82%;
  }
}

.hero__body {
  font-size: 1.1rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease-forest), transform 0.8s var(--ease-forest);
}

.hero__body.vis {
  opacity: 1;
  transform: translateY(0);
}

.hero__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease-forest), transform 0.8s var(--ease-forest);
}

.hero__cta-row.vis {
  opacity: 1;
  transform: translateY(0);
}

.hero__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s var(--ease-forest), transform 0.8s var(--ease-forest);
}

.hero__proof.vis {
  opacity: 1;
  transform: translateY(0);
}

.proof-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(200, 216, 192, 0.05);
  border: 1px solid var(--border-moss);
  border-radius: 40px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.proof-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 6px var(--emerald-bright);
  animation: dot-pulse 2s ease-in-out infinite;
}

.proof-dot--gold {
  background: var(--gold-bright);
  box-shadow: 0 0 6px var(--gold);
}

@keyframes dot-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }
}

.hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--silver-bright);
  font-family: var(--font-display);
  font-size: 0.70rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(77, 191, 130, 0.45), 0 0 22px rgba(200, 216, 192, 0.35);
  animation: fade-up 1s var(--ease-forest) 2s both;
  z-index: 5;
}

.scroll-stem {
  width: 1.5px;
  height: 38px;
  background: linear-gradient(to bottom, transparent, var(--emerald-bright), var(--silver-bright));
  box-shadow: 0 0 8px rgba(77, 191, 130, 0.6);
  animation: stem-pulse 2.5s ease-in-out infinite;
}

@keyframes stem-pulse {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 0.6;
  }

  50% {
    transform: scaleY(0.65);
    opacity: 1;
    box-shadow: 0 0 12px rgba(77, 191, 130, 0.9);
  }
}

/* ── TICKER ─────────────────────────────────────────────────────────────── */
.ticker-wrap {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--border-moss);
  border-bottom: 1px solid var(--border-moss);
  background: var(--bg-glass-card);
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  padding: 14px 0;
  overflow: hidden;
}

.ticker-inner {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  width: max-content;
  animation: ticker 32s linear infinite;
}

.ticker-inner span {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.ticker-inner span:nth-child(odd) {
  color: var(--silver-dim);
}

.ticker-inner span:nth-child(even) {
  color: var(--emerald-dim);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ── REVEAL ANIMATIONS ──────────────────────────────────────────────────── */
.reveal-fade,
.reveal-card {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s var(--ease-forest), transform 0.75s var(--ease-forest);
}

.reveal-fade.vis,
.reveal-card.vis {
  opacity: 1;
  transform: translateY(0);
}

/* ── PROMISE SECTION ─────────────────────────────────────────────────────── */
.promise {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
}

.promise__cards {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

.pcard {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.pcard:hover {
  transform: translateY(-6px);
  background: var(--bg-glass-card-hover);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.pcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--emerald-bright), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.pcard:hover::before {
  opacity: 1;
}

.pcard--lit {
  background: var(--bg-glass-card-lit);
  border-color: var(--border-glass-hover);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55), 0 0 25px rgba(46, 139, 87, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pcard__badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(46, 139, 87, 0.18);
  border: 1px solid rgba(77, 191, 130, 0.35);
  color: var(--emerald-bright);
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pcard__icon {
  margin-bottom: 20px;
  height: 50px;
}

.leaf-icon {
  font-size: 2.2rem;
  filter: drop-shadow(0 0 8px rgba(46, 139, 87, 0.6));
}

.moon-icon-simple {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 32%, var(--silver-bright), var(--silver), #7A8A74);
  box-shadow: var(--glow-silver);
}

.pcard h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.35;
  margin-bottom: 14px;
}

.pcard p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.8;
}

.pcard__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad-glow);
  opacity: 0;
  transition: opacity 0.4s;
  box-shadow: var(--glow-gold);
}

.pcard:hover .pcard__bar {
  opacity: 1;
}

/* Forest stats bar */
.forest-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 32px 48px;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.forest-stats:hover {
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.fstat {
  text-align: center;
  padding: 0 40px;
}

.fstat__num {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 600;
  background: var(--grad-base-diag);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(46, 139, 87, 0.45));
}

.fstat__label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 4px;
}

.fstat__div {
  color: var(--border-moss);
  font-size: 1.1rem;
}

/* ── HOW IT WORKS ─────────────────────────────────────────────────────────── */
.how {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--border-moss);
}

.how__steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 20px;
}

.how__step {
  flex: 1;
  text-align: center;
  padding: 32px 24px;
}

.step-num {
  font-family: var(--font-serif);
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
  background: var(--grad-base);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.4;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 16px rgba(46, 139, 87, 0.3));
}

.step-moon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.how__step h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 12px;
  line-height: 1.3;
}

.how__step p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.8;
}

.how__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  gap: 8px;
  flex-shrink: 0;
  width: 60px;
}

.connector-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--border-emerald), transparent);
}

.connector-leaf {
  font-size: 1.2rem;
  filter: drop-shadow(0 0 6px rgba(46, 139, 87, 0.6));
}

/* ── COURSES CAROUSEL ────────────────────────────────────────────────────── */
.courses {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--border-moss);
}

.carousel-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0 64px;
}

.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s var(--ease-forest);
  padding: 16px 60px;
}

.ccard {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 28px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.ccard:hover {
  transform: translateY(-8px);
  background: var(--bg-glass-card-hover);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.ccard__glow {
  position: absolute;
  top: -40px;
  left: -30px;
  right: -30px;
  height: 120px;
  background: radial-gradient(ellipse, rgba(77, 191, 130, 0.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.ccard:hover .ccard__glow {
  opacity: 1;
}

.ccard__glow--lit {
  background: radial-gradient(ellipse, rgba(46, 139, 87, 0.22) 0%, transparent 70%);
}

.ccard--featured {
  border-color: var(--border-glass-hover);
  background: var(--bg-glass-card-lit);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 0 0 30px rgba(46, 139, 87, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ccard__badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--grad-glow-135);
  color: var(--bg-deep);
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: var(--glow-gold);
}

.ccard__level {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--emerald-dim);
  margin-bottom: 16px;
}

.ccard__moon-wrap {
  margin-bottom: 16px;
}

.ccard__title {
  font-family: var(--font-serif);
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.25;
  margin-bottom: 12px;
}

.ccard__title small {
  display: block;
  font-size: 0.78rem;
  color: var(--text-dim);
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0.03em;
}

.ccard__body {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 18px;
}

.ccard__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.ctag {
  padding: 3px 11px;
  border-radius: 20px;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(200, 216, 192, 0.08);
  border: 1px solid var(--border-moss);
  color: var(--text-mid);
}

.ctag--free {
  background: rgba(46, 139, 87, 0.12);
  border-color: rgba(46, 139, 87, 0.25);
  color: var(--emerald-bright);
}

.ctag--premium {
  background: rgba(212, 168, 83, 0.1);
  border-color: rgba(212, 168, 83, 0.25);
  color: var(--gold-bright);
}

.ccard__meter span {
  font-size: 0.73rem;
  color: var(--text-dim);
  display: block;
  margin-top: 6px;
}

.meter-fill {
  height: 3px;
  background: rgba(200, 216, 192, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.meter-fill::after {
  content: '';
  display: block;
  height: 100%;
  width: var(--pct, 0%);
  background: var(--grad-base);
  border-radius: 3px;
  box-shadow: var(--glow-emerald);
}

/* Carousel controls */
.c-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-glass-card);
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  border: 1px solid var(--border-glass);
  color: var(--silver-bright);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-glass-card);
  transition: all 0.35s ease;
  z-index: 10;
  cursor: none;
}

.c-btn:hover {
  background: var(--bg-glass-card-hover);
  border-color: var(--emerald-bright);
  color: #FFFFFF;
  box-shadow: 0 0 12px var(--emerald-bright), 0 0 24px rgba(46, 139, 87, 0.45);
  text-shadow: 0 0 8px var(--emerald-bright);
  transform: translateY(-60%) scale(1.08);
}

.c-btn--prev {
  left: 10px;
}

.c-btn--next {
  right: 10px;
}



.c-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border-glow);
  transition: all 0.3s;
  cursor: none;
}

.dot.active {
  width: 20px;
  border-radius: 3px;
  background: var(--grad-base);
  box-shadow: var(--glow-emerald);
}

/* ── ABOUT ─────────────────────────────────────────────────────────────── */
.about {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--border-moss);
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* About visual — moon + SVG meditator (from main) */
.moon-face {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.moon-eye {
  position: absolute;
  width: 16%;
  height: 16%;
  border-radius: 50%;
  background: #0F1F0F;
  top: 36%;
}

.moon-eye--left {
  left: 28%;
}

.moon-eye--right {
  right: 28%;
}

.moon-smile {
  position: absolute;
  width: 44%;
  height: 22%;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  border: 2.5px solid #0F1F0F;
  border-top: none;
  border-radius: 0 0 50px 50px;
}

.moon-blush {
  position: absolute;
  width: 20%;
  height: 10%;
  border-radius: 50%;
  background: rgba(194, 75, 90, 0.35);
  top: 52%;
  filter: blur(2px);
}

.moon-blush--left {
  left: 10%;
}

.moon-blush--right {
  right: 10%;
}

.about__visual {
  position: relative;
}

.about__moon-scene {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 380px;
  justify-content: center;
}

.about__big-moon {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: moon-float 6s ease-in-out infinite;
  margin: 0 auto -20px;
  z-index: 2;
}

.about__moon-img {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 35px rgba(200, 216, 192, 0.45));
}

.about__moon-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ar1 {
  width: 130%;
  height: 130%;
  border-color: rgba(200, 216, 192, 0.15);
  animation: ring-breathe 4s ease-in-out infinite;
}

.ar2 {
  width: 165%;
  height: 165%;
  border-color: rgba(46, 139, 87, 0.08);
  animation: ring-breathe 4s ease-in-out infinite 1s;
}

.about__meditator {
  position: relative;
  z-index: 1;
}

.about__meditator svg {
  display: block;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(2, 10, 5, 0.45));
}

.about__ground-glow {
  width: 240px;
  height: 40px;
  margin: -10px auto 0;
  background: radial-gradient(ellipse at center,
      rgba(46, 139, 87, 0.2) 0%,
      rgba(200, 216, 192, 0.1) 40%,
      transparent 70%);
  filter: blur(10px);
}

.about__words p {
  font-size: 1.0rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 18px;
}

.about__pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}

.apillar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  padding: 11px 16px;
  border: 1px solid var(--border-moss);
  border-radius: 10px;
  background: rgba(200, 216, 192, 0.03);
  transition: all 0.3s;
}

.apillar:hover {
  border-color: var(--border-glow);
  color: var(--silver);
}

.apillar span:first-child {
  font-size: 1rem;
}

/* ── MERIT / PRICING ─────────────────────────────────────────────────────── */
.merit {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--border-moss);
}

.merit__grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 24px;
  margin-bottom: 52px;
}

.mcard {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 28px;
  padding: 40px 36px;
  position: relative;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.mcard:hover {
  transform: translateY(-6px);
  background: var(--bg-glass-card-hover);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.mcard--moonlit {
  background: var(--bg-glass-card-lit);
  border-color: var(--border-glass-hover);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 0 0 35px rgba(46, 139, 87, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.mcard__ribbon {
  position: absolute;
  top: -1px;
  right: 32px;
  background: var(--grad-glow-135);
  color: var(--bg-deep);
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 0 0 12px 12px;
  box-shadow: var(--glow-gold);
}

.mcard__moon-deco {
  margin-bottom: 24px;
}

.crescent-moon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 62% 36%, transparent 40%, var(--silver-dim) 40%);
  box-shadow: inset -3px -2px 0 var(--silver-dim);
  filter: drop-shadow(0 0 8px rgba(200, 216, 192, 0.3));
}

.mcard__plan {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 14px;
}

.mcard__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.mprice {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 600;
  background: var(--grad-base-diag);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mprice small {
  font-size: 1.6rem;
}

.mperiod {
  font-size: 0.85rem;
  color: var(--text-dim);
  font-family: var(--font-display);
}

.mcard__pitch {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 28px;
  font-style: italic;
}

.mcard__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.mcard__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.mcheck {
  color: var(--emerald-bright);
  flex-shrink: 0;
  font-size: 0.7rem;
  margin-top: 3px;
}

.mcheck--gold {
  color: var(--gold-bright);
}

.mnone {
  opacity: 0.38;
}

.mcard__foot {
  margin-top: 16px;
  font-size: 0.78rem;
  color: var(--text-dim);
  line-height: 1.6;
  text-align: center;
  font-style: italic;
}

/* Dana block */
.dana-block {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 28px;
  padding: 52px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.dana-block:hover {
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.dana-block::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 160px;
  background: radial-gradient(ellipse, rgba(46, 139, 87, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.dana-moon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.dana-moon-row__moons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tiny-moon {
  border-radius: 50%;
  background: radial-gradient(circle at 36% 32%, var(--silver-bright), var(--silver), #7A8A74);
}

.tm1 {
  width: 28px;
  height: 28px;
  box-shadow: var(--glow-silver);
}

.tm2 {
  width: 20px;
  height: 20px;
  opacity: 0.65;
}

.tm3 {
  width: 14px;
  height: 14px;
  opacity: 0.4;
}

.dana-block h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  background: var(--grad-base-diag);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1.3;
}

.dana-block p {
  font-size: 1.0rem;
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 640px;
  margin: 0 auto 16px;
}

.dana-sub {
  font-style: italic;
  font-size: 0.92rem !important;
  color: var(--text-dim) !important;
  margin-bottom: 36px !important;
}

.dana-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.dstat {
  text-align: center;
}

.dstat__n {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  background: var(--grad-glow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(212, 168, 83, 0.4));
}

.dstat__l {
  display: block;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 4px;
}

/* ── MINDSET SECTION ─────────────────────────────────────────────────────── */
.mindset {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
}

.mindset__quote-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 72px;
}

.mindset__forest-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--border-emerald), transparent);
}

.mindset__quote {
  text-align: center;
  position: relative;
}

.mq-open {
  font-family: var(--font-serif);
  font-size: 5rem;
  line-height: 0.5;
  color: rgba(46, 139, 87, 0.18);
  display: block;
  margin-bottom: 14px;
}

.mindset__quote blockquote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  line-height: 1.6;
  background: var(--grad-base-diag);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}

.mindset__quote cite {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-style: normal;
  display: block;
}

.mindset__trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mtile {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.mtile:hover {
  transform: translateY(-5px) translateX(2px);
  background: var(--bg-glass-card-hover);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.mtile__icon {
  font-size: 1.8rem;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 8px rgba(46, 139, 87, 0.5));
}

.mtile h4 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 10px;
}

.mtile p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.75;
}

/* ── VOICES / TESTIMONIALS ──────────────────────────────────────────────── */
.voices {
  position: relative;
  z-index: 3;
  padding: var(--pad-section) 0;
}

.testi-outer {
  position: relative;
  overflow: hidden;
  padding: 16px 0 60px;
}

.testi-track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  transition: transform 0.6s var(--ease-forest);
  padding: 10px 60px;
}

.tcard {
  flex: 0 0 560px;
  display: flex;
  flex-direction: column;
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 24px;
  padding: 36px;
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.tcard:hover {
  transform: translateY(-5px);
  background: var(--bg-glass-card-hover);
  border-color: var(--border-glass-hover);
  box-shadow: var(--shadow-glass-card-hover);
}

.tcard__stars {
  color: var(--gold-bright);
  letter-spacing: 4px;
  font-size: 0.68rem;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(212, 168, 83, 0.5));
}

.tcard blockquote {
  flex: 1 1 auto;
  font-size: 1.0rem;
  color: var(--text-mid);
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 28px;
  border-left: 2px solid var(--border-glass-hover);
  padding-left: 18px;
}

.tcard__who {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(200, 216, 192, 0.08);
}

.tcard__av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid var(--border-glass);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.av1 {
  background: radial-gradient(circle at 40%, #2E8B57, #1A5235);
}

.av2 {
  background: radial-gradient(circle at 40%, #C8D8C0, #7A8A74);
}

.av3 {
  background: radial-gradient(circle at 40%, #D4A853, #7A5A20);
}

.av4 {
  background: radial-gradient(circle at 40%, #C24B5A, #7A2030);
}

.av5 {
  background: radial-gradient(circle at 40%, #4DBF82, #2E8B57);
}

.tcard__who strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 2px;
}

.tcard__who span {
  font-size: 0.72rem;
  color: var(--text-dim);
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

/* ── CTA / DOWNLOAD ──────────────────────────────────────────────────────── */
.cta-section {
  position: relative;
  z-index: 3;
  padding: 140px 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--border-moss);
}



.cta-moon-scene {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.cta-moon {
  position: relative;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%,
      rgba(232, 240, 228, 0.12) 0%,
      rgba(200, 216, 192, 0.06) 35%,
      rgba(200, 216, 192, 0.02) 60%,
      transparent 80%);
  box-shadow:
    0 0 80px rgba(200, 216, 192, 0.08),
    0 0 200px rgba(200, 216, 192, 0.04);
  opacity: 0.6;
  animation: moon-float 9s ease-in-out infinite;
}

.cta-moon__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(200, 216, 192, 0.08);
}

.cr1 {
  width: 100%;
  height: 100%;
  animation: ring-breathe 6s ease-in-out infinite;
}

.cr2 {
  width: 120%;
  height: 120%;
  animation: ring-breathe 6s ease-in-out infinite 1.2s;
  border-color: rgba(46, 139, 87, 0.06);
}

.cr3 {
  width: 142%;
  height: 142%;
  animation: ring-breathe 6s ease-in-out infinite 2.4s;
  border-color: rgba(200, 216, 192, 0.04);
}

.cta-moonbeam-pool {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 200px;
  background: radial-gradient(ellipse at top,
      rgba(200, 216, 192, 0.08) 0%, rgba(46, 139, 87, 0.04) 40%, transparent 70%);
  filter: blur(20px);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content .section-body {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cta-stores {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 30px;
  background: var(--bg-glass-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  color: var(--text-light);
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  box-shadow: var(--shadow-glass-card);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: none;
  text-decoration: none;
}

.store-btn:hover {
  border-color: var(--emerald-bright);
  box-shadow: var(--glow-btn-ghost-hover);
  transform: translateY(-4px);
  background: var(--bg-glass-card-hover);
}

.store-btn svg {
  color: var(--silver);
}

.store-btn small {
  display: block;
  font-size: 0.66rem;
  color: var(--text-dim);
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-btn strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.0rem;
  letter-spacing: 0.06em;
  color: var(--text-light);
}

.cta-whisper {
  color: var(--text-dim);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.footer {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--border-moss);
  background: rgba(2, 8, 4, 0.98);
  padding: 72px 0 36px;
}

.footer__top {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 80px;
  margin-bottom: 56px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  background: var(--grad-base);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.06em;
}

.footer__sub {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.footer__dhamma {
  font-size: 0.84rem;
  color: var(--text-dim);
  line-height: 1.7;
  font-style: italic;
  margin-top: 6px;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.fcol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fcol h4 {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--silver-dim);
  margin-bottom: 4px;
}

.fcol a {
  font-size: 0.86rem;
  color: var(--text-dim);
  display: inline;
  width: fit-content;
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  background-image: linear-gradient(90deg, var(--emerald-bright), var(--emerald));
  background-size: 0% 1.5px;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 2px;
  transition: 
    color 0.28s ease, 
    background-size 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.28s ease;
}

.fcol a:hover {
  color: var(--silver-bright);
  background-size: 100% 1.5px;
  text-shadow: 0 0 10px rgba(77, 191, 130, 0.40);
}

.footer__bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px var(--pad-x) 0;
  border-top: 1px solid var(--border-moss);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__bottom p {
  font-size: 0.75rem;
  color: var(--text-dim);
  font-family: var(--font-display);
  letter-spacing: 0.05em;
}

.footer__app-links {
  display: flex;
  gap: 20px;
}

.footer__app-links a {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  display: inline;
  width: fit-content;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--emerald-bright), var(--emerald));
  background-size: 0% 1.5px;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 2px;
  transition: 
    color 0.28s ease, 
    background-size 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.28s ease;
}

.footer__app-links a:hover {
  color: var(--silver-bright);
  background-size: 100% 1.5px;
  text-shadow: 0 0 10px rgba(77, 191, 130, 0.40);
}

.mobile-only {
  display: none
}

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1060px) {
  :root {
    --pad-section: 80px;
  }

  .promise__cards {
    grid-template-columns: 1fr;
  }

  .about__grid {
    grid-template-columns: 1fr;
  }

  .merit__grid {
    grid-template-columns: 1fr;
  }

  .mindset__trio {
    grid-template-columns: 1fr;
  }

  .footer__top {
    grid-template-columns: 1fr;
  }

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

  .how__steps {
    flex-direction: column;
    align-items: center;
  }

  .how__connector {
    flex-direction: row;
    width: 100%;
    padding: 0;
    height: 40px;
  }

  .connector-line {
    flex: 1;
    width: auto;
    height: 1px;
  }

  .forest-stats {
    gap: 0;
  }

  .fstat {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  :root {
    --pad-section: 60px;
    --pad-x: 24px;
  }

  .nav__links {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 10, 5, 0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    z-index: 999;
  }

  .nav__links.open {
    display: flex;
  }

  .hamburger {
    display: flex;
    z-index: 1001;
  }

  .hero {
    padding: 100px var(--pad-x) 64px;
  }

  .hero__headline {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero__visual {
    min-height: 240px;
  }

  .hero-moon {
    width: min(180px, 55vw);
    height: min(180px, 55vw);
  }

  .carousel-track {
    padding: 16px 24px;
  }

  .testi-track {
    padding: 10px 24px;
    align-items: stretch;
  }

  .tcard {
    flex: 0 0 290px;
    display: flex;
    flex-direction: column;
    padding: 26px;
  }

  .ccard {
    flex: 0 0 276px;
  }

  .dana-block {
    padding: 32px 24px;
  }

  .dana-stats {
    gap: 28px;
  }

  .forest-stats {
    flex-direction: column;
    gap: 20px;
    padding: 28px 20px;
  }

  .fstat__div {
    display: none;
  }

  body {
    cursor: auto;
  }

  #cursor {
    display: none;
  }

  .cta-moon {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 480px) {
  .hero__cta-row {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .hero__proof {
    flex-direction: column;
  }

  .cta-stores {
    flex-direction: column;
    align-items: center;
  }

  .store-btn {
    width: 100%;
    max-width: 280px;
  }

  .about__pillars {
    grid-template-columns: 1fr;
  }

  .footer__nav {
    grid-template-columns: 1fr;
  }

  .mobile-only {
    display: block;
  }
}

/* ── UTILITY ─────────────────────────────────────────────────────────────── */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}