/* ==========================================================================
   Tropica Plants — Stylesheet
   Tropical 3D · Parallax · Premium animations
   ========================================================================== */

:root {
  /* Greens — jungle palette */
  --green-950: #0e2419;
  --green-900: #143626;
  --green-800: #1c4a33;
  --green-700: #245e41;
  --green-600: #2f7a55;
  --green-500: #459e6e;
  --green-400: #6dbe92;
  --green-300: #a3d6b7;
  --green-200: #cfe7d9;
  --green-100: #e6f2eb;
  --green-50:  #f1f8f3;

  /* Earth tones */
  --cream:     #faf6ec;
  --cream-2:   #f5ecd9;
  --sand:      #efdfbf;
  --terra:     #c97b50;
  --terra-dark:#a05d36;
  --gold:      #d4a373;
  --bronze:    #8a5a3b;

  /* Ink */
  --ink:       #16241c;
  --slate:     #3e4a42;
  --mute:      #6b7770;
  --border:    #e1ddd0;
  --white:     #ffffff;

  /* Brand */
  --whatsapp:   #25d366;
  --whatsapp-d: #128c7e;

  /* Effects */
  --shadow-sm: 0 2px 8px rgba(20, 54, 38, 0.06);
  --shadow-md: 0 12px 30px rgba(20, 54, 38, 0.10);
  --shadow-lg: 0 25px 60px rgba(20, 54, 38, 0.18);
  --shadow-xl: 0 40px 100px rgba(20, 54, 38, 0.25);
  --shadow-glow: 0 0 40px rgba(69, 158, 110, 0.35);

  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 36px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* Subtle textured background — jungle paper feel */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(212, 163, 115, 0.10), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(69, 158, 110, 0.12), transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.4), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: var(--green-900);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.05rem; }

p { color: var(--slate); }
a { color: var(--green-700); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--green-900); }

img, svg { max-width: 100%; display: block; }

.container { width: min(1240px, 92%); margin: 0 auto; position: relative; z-index: 2; }

/* ==========================================================================
   SCROLL PROGRESS BAR
   ========================================================================== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--green-500), var(--terra), var(--gold));
  z-index: 999;
  transition: width 0.1s linear;
  box-shadow: 0 0 12px rgba(69, 158, 110, 0.6);
}

/* ==========================================================================
   CURSOR GLOW
   ========================================================================== */
.cursor-glow {
  position: fixed;
  top: 0; left: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 158, 110, 0.18) 0%, rgba(212, 163, 115, 0.10) 35%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
  filter: blur(10px);
  will-change: transform;
  opacity: 0;
  transition: opacity .5s ease;
}
.cursor-glow.is-active { opacity: 1; }

/* ==========================================================================
   TOPBAR
   ========================================================================== */
.topbar {
  background: var(--green-950);
  color: #cde0d2;
  font-size: 13px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.topbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  animation: shimmer 8s linear infinite;
}
.topbar__inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; position: relative; }
.topbar a { color: #fff; font-weight: 500; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: sticky;
  top: 0;
  background: rgba(250, 246, 236, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(225, 221, 208, 0.6);
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; transition: transform .3s var(--ease); }
.logo:hover { transform: scale(1.03); }
.logo__leaf {
  font-size: 30px;
  display: inline-block;
  animation: sway 4s ease-in-out infinite;
  transform-origin: bottom center;
}
.logo__text { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--green-900); letter-spacing: -0.02em; }
.logo__text span { color: var(--terra); font-weight: 500; font-style: italic; }
.logo--light .logo__text { color: var(--cream); }

.nav { display: flex; gap: 32px; }
.nav__link {
  color: var(--ink);
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding: 4px 0;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--green-700), var(--terra));
  transition: width .3s var(--ease);
}
.nav__link:hover::after, .nav__link.active::after { width: 100%; }

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

.nav-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--green-900);
  transition: .25s;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .35s var(--ease);
  text-decoration: none;
  font-family: inherit;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn--lg { padding: 16px 32px; font-size: 15px; }

.btn--primary {
  background: linear-gradient(135deg, var(--green-700), var(--green-800));
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--green-600), var(--green-700));
  opacity: 0;
  transition: opacity .35s;
}
.btn--primary > * { position: relative; z-index: 1; }
.btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-lg), 0 0 30px rgba(69, 158, 110, 0.4);
  color: #fff;
}
.btn--primary:hover::before { opacity: 1; }

.btn--ghost {
  background: rgba(255, 255, 255, 0.6);
  color: var(--green-900);
  border-color: var(--green-700);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover {
  background: var(--green-700);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn--white {
  background: #fff;
  color: var(--green-900);
  border-color: #fff;
  box-shadow: var(--shadow-md);
}
.btn--white:hover {
  background: var(--cream);
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

.btn--whatsapp {
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-d));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
}
.btn--whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 50px rgba(37, 211, 102, 0.5);
  color: #fff;
}

.btn:disabled, .btn[disabled] {
  opacity: .4;
  cursor: not-allowed;
  transform: none !important;
}

/* ==========================================================================
   HERO — Tropical 3D scene
   ========================================================================== */
.hero {
  position: relative;
  padding: 80px 0 120px;
  background:
    radial-gradient(circle at 15% 25%, rgba(69, 158, 110, 0.18), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(212, 163, 115, 0.22), transparent 50%),
    linear-gradient(180deg, #fdf9ee 0%, #f4ead9 100%);
  overflow: hidden;
  perspective: 1500px;
  isolation: isolate;
}

/* Sun glow */
.hero__sun {
  position: absolute;
  top: -100px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255, 224, 178, 0.6) 0%, rgba(255, 207, 145, 0.3) 30%, transparent 70%);
  border-radius: 50%;
  filter: blur(20px);
  z-index: 0;
  animation: breath 6s ease-in-out infinite;
  pointer-events: none;
}

/* Parallax leaf layers */
.hero__leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-style: preserve-3d;
}
.leaf {
  position: absolute;
  color: var(--green-700);
  will-change: transform;
  transition: transform 0.6s var(--ease);
}
.leaf--1 { top: -40px; left: -60px; width: 280px; color: var(--green-800); opacity: 0.9; --rot: 0deg; animation: float 8s ease-in-out infinite; }
.leaf--2 { top: 20px; right: -80px; width: 340px; color: var(--green-700); opacity: 0.85; --rot: 35deg; animation: float 10s ease-in-out infinite reverse; }
.leaf--3 { bottom: -60px; left: -40px; width: 240px; color: var(--green-600); opacity: 0.75; --rot: -25deg; animation: float 7s ease-in-out infinite; }
.leaf--4 { bottom: 40px; right: 5%; width: 180px; color: var(--green-500); opacity: 0.5; --rot: 12deg; animation: sway 9s ease-in-out infinite; }
.leaf--5 { top: 40%; left: 8%; width: 120px; color: var(--green-400); opacity: 0.4; --rot: -10deg; animation: float 11s ease-in-out infinite reverse; filter: blur(2px); }
.leaf--6 { top: 60%; right: 10%; width: 90px; color: var(--green-300); opacity: 0.55; --rot: 20deg; animation: sway 6s ease-in-out infinite; filter: blur(1px); }

/* Floating particle dots */
.hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.particle {
  position: absolute;
  width: 6px; height: 6px;
  background: rgba(255, 224, 178, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 224, 178, 0.8);
  animation: drift linear infinite;
}
.particle:nth-child(1) { top: 20%;  left: 15%;  animation-duration: 14s; }
.particle:nth-child(2) { top: 60%;  left: 30%;  animation-duration: 18s; width: 4px; height: 4px; }
.particle:nth-child(3) { top: 30%;  left: 70%;  animation-duration: 16s; width: 8px; height: 8px; }
.particle:nth-child(4) { top: 80%;  left: 60%;  animation-duration: 20s; width: 5px; height: 5px; }
.particle:nth-child(5) { top: 45%;  left: 85%;  animation-duration: 12s; }
.particle:nth-child(6) { top: 10%;  left: 50%;  animation-duration: 22s; width: 4px; height: 4px; }

.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(230, 242, 235, 0.8);
  color: var(--green-800);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
  border: 1px solid rgba(69, 158, 110, 0.2);
  backdrop-filter: blur(10px);
}

.hero__title {
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  margin-bottom: 22px;
  line-height: 1.05;
}
.hero__title .accent {
  background: linear-gradient(135deg, var(--terra), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  position: relative;
  display: inline-block;
}
.hero__title .accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -4px;
  height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 6'><path d='M0,3 Q25,0 50,3 T100,3' fill='none' stroke='%23c97b50' stroke-width='2'/></svg>") repeat-x;
  background-size: 100% 6px;
  opacity: 0.6;
}

.hero__lead {
  font-size: 1.15rem;
  margin-bottom: 36px;
  max-width: 540px;
  color: var(--slate);
}

.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 50px; }

.hero__stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid rgba(20, 54, 38, 0.1);
}
.hero__stats > div { display: flex; flex-direction: column; }
.hero__stats strong {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--green-900);
}
.hero__stats span { font-size: 13px; color: var(--mute); }

/* Hero visual — 3D plant cards floating */
.hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.hero__card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-lg);
  padding: 36px 22px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  transition: transform .5s var(--ease);
  position: relative;
  overflow: hidden;
}
.hero__card::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 50%);
  transform: rotate(0deg);
  animation: rotate 12s linear infinite;
  opacity: 0.5;
}
.hero__card > * { position: relative; z-index: 1; }
.hero__card:hover {
  transform: translateY(-10px) rotateX(8deg) rotateY(-8deg) scale(1.03);
}
.hero__card .emoji {
  font-size: 72px;
  display: block;
  margin-bottom: 12px;
  filter: drop-shadow(0 12px 16px rgba(20, 54, 38, 0.25));
  animation: bounce-soft 4s ease-in-out infinite;
}
.hero__card p { font-weight: 600; color: var(--green-900); }
.hero__card--1 { background: linear-gradient(135deg, #ffffff, #e6f2eb); transform: rotate(-3deg) translateZ(40px); }
.hero__card--2 { background: linear-gradient(135deg, #fff8e7, #efdfbf); transform: translateY(30px) rotate(2deg) translateZ(20px); }
.hero__card--3 { background: linear-gradient(135deg, #ffffff, #faf6ec); transform: rotate(2deg) translateZ(30px); }
.hero__card--4 { background: linear-gradient(135deg, #d4e5dc, #a3d6b7); transform: translateY(30px) rotate(-2deg) translateZ(50px); }
.hero__card--2 .emoji { animation-delay: -1s; }
.hero__card--3 .emoji { animation-delay: -2s; }
.hero__card--4 .emoji { animation-delay: -3s; }

/* ==========================================================================
   MARQUEE STRIP
   ========================================================================== */
.marquee {
  background: var(--green-900);
  color: var(--green-200);
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee__inner {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-style: italic;
}
.marquee__inner > span { display: inline-flex; align-items: center; gap: 60px; }
.marquee__inner .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--terra); }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.section--alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(241, 248, 243, 0.8)),
    var(--cream);
}
.section--dark {
  background: linear-gradient(135deg, var(--green-900), var(--green-800));
  color: #fff;
}
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: rgba(255, 255, 255, 0.85); }

.section__head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section__head p { margin-top: 14px; font-size: 1.05rem; }
.section__cta { text-align: center; margin-top: 60px; }

/* Decorative section leaves (background ornaments) */
.section__leaf {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}
.section__leaf--tl { top: -40px; left: -40px; width: 200px; color: var(--green-200); }
.section__leaf--tr { top: -60px; right: -60px; width: 240px; color: var(--green-300); transform: rotate(40deg); }
.section__leaf--bl { bottom: -50px; left: -40px; width: 180px; color: var(--green-200); transform: rotate(-30deg); }
.section__leaf--br { bottom: -70px; right: -40px; width: 220px; color: var(--green-300); transform: rotate(160deg); }

/* ==========================================================================
   CATEGORIES — 3D Tilt cards
   ========================================================================== */
.categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 26px;
  perspective: 1200px;
}
.cat-card {
  background: linear-gradient(180deg, #ffffff, #f9f4e8);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 42px 28px 32px;
  transition: all .4s var(--ease);
  display: block;
  color: inherit;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--green-500), var(--terra), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease);
}
.cat-card:hover::before { transform: scaleX(1); }
.cat-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--green-400);
}
.cat-card--feature {
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: #fff;
  border-color: var(--green-800);
}
.cat-card--feature h3,
.cat-card--feature p { color: #fff; }
.cat-card--feature p { color: rgba(255, 255, 255, 0.85); }
.cat-card--feature .cat-card__link { color: var(--gold); }
.cat-card--feature .cat-card__icon-bg { background: rgba(255, 255, 255, 0.12); }

.cat-card__icon-bg {
  width: 80px; height: 80px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--green-100), var(--green-200));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transform: translateZ(30px);
  transition: transform .4s var(--ease);
  font-size: 44px;
  position: relative;
}
.cat-card:hover .cat-card__icon-bg {
  transform: translateZ(50px) scale(1.1) rotate(-5deg);
}
.cat-card h3 { margin-bottom: 10px; transform: translateZ(20px); }
.cat-card p { font-size: 14px; transform: translateZ(10px); }
.cat-card__link {
  display: inline-block;
  margin-top: 22px;
  font-weight: 600;
  color: var(--green-700);
  font-size: 14px;
  transition: transform .25s var(--ease);
}
.cat-card:hover .cat-card__link { transform: translateX(6px); }

/* ==========================================================================
   PRODUCTS
   ========================================================================== */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  perspective: 1200px;
}
.products--small { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }

.product {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  cursor: pointer;
  transition: all .4s var(--ease);
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.product::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg, transparent 60%, rgba(69, 158, 110, 0.04) 100%);
  pointer-events: none;
  transition: opacity .35s;
  opacity: 0;
}
.product:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-500);
}
.product:hover::before { opacity: 1; }
.product:hover .product__image { transform: scale(1.05) rotate(-2deg); }
.product:hover .product__image .emoji { transform: translateY(-6px) scale(1.1); }

.product.selected {
  border-color: var(--green-700);
  box-shadow: 0 0 0 4px var(--green-100), var(--shadow-md);
  transform: translateY(-4px);
}
.product.selected::after {
  content: '✓';
  position: absolute;
  top: 14px; right: 14px;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: var(--shadow-md);
  animation: pop 0.4s var(--ease);
  z-index: 2;
}
.product__image {
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  margin-bottom: 16px;
  transition: transform .5s var(--ease);
  overflow: hidden;
  position: relative;
}
.product__image .emoji {
  filter: drop-shadow(0 8px 16px rgba(20, 54, 38, 0.25));
  transition: transform .5s var(--ease);
  display: inline-block;
}
.product__image--cactus    { background: linear-gradient(135deg, #fdf3df, #e8d4a8 80%); }
.product__image--succulent { background: linear-gradient(135deg, #e6f2eb, #a3d6b7 80%); }
.product__image--home      { background: linear-gradient(135deg, #d4e5dc, #6dbe92 80%); }
.product__image--table     { background: linear-gradient(135deg, #fef5e7, #f5d9a8 80%); }
.product__image--pot       { background: linear-gradient(135deg, #f0e6dc, #c9a87a 80%); }
.product__image--gift      { background: linear-gradient(135deg, #fce4ec, #f8bbd0 80%); }

.product__tag {
  position: absolute;
  top: 14px; left: 14px;
  background: linear-gradient(135deg, var(--terra), var(--terra-dark));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  z-index: 2;
  box-shadow: var(--shadow-sm);
}
.product__name {
  font-weight: 600;
  color: var(--green-900);
  margin-bottom: 6px;
  font-size: 15px;
}
.product__desc {
  font-size: 13px;
  color: var(--mute);
  margin-bottom: 12px;
  flex: 1;
  line-height: 1.5;
}
.product__price {
  font-weight: 700;
  color: var(--green-700);
  font-size: 1.1rem;
  font-family: 'Playfair Display', serif;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.product__price .price-now { color: var(--terra); }
.product__price .price-was {
  color: var(--mute);
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: line-through;
  font-family: 'Poppins', sans-serif;
}

/* Real product images (when uploaded via admin) */
.product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  filter: drop-shadow(0 8px 16px rgba(20, 54, 38, 0.15));
  transition: transform .5s var(--ease);
}
.product:hover .product__image img { transform: scale(1.06); }

/* Out of stock */
.product.is-out {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.4);
}
.product.is-out:hover { transform: none; box-shadow: none; }
.product__tag--out {
  background: linear-gradient(135deg, #6b7770, #3e4a42) !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
}

/* ==========================================================================
   STEPS (How it works)
   ========================================================================== */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 24px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 42px; left: 5%; right: 5%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--green-400) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 22px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all .35s var(--ease);
}
.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-400);
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px; height: 50px;
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 16px;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(36, 94, 65, 0.3);
}
.step h4 { margin-bottom: 8px; }
.step p { font-size: 14px; }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.about__list {
  list-style: none;
  margin-top: 28px;
  display: grid;
  gap: 12px;
}
.about__list li {
  font-weight: 500;
  color: var(--green-800);
  padding-left: 28px;
  position: relative;
}
.about__list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 18px; height: 18px;
  background: var(--green-500);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff;
}

.about__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  position: relative;
}
.about__tile {
  background: linear-gradient(135deg, var(--green-50), var(--green-100));
  border-radius: var(--radius-lg);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  box-shadow: var(--shadow-md);
  transition: transform .4s var(--ease);
}
.about__tile:hover { transform: translateY(-6px) rotate(-2deg); }
.about__tile--lg {
  grid-row: 1 / span 2;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  font-size: 130px;
  color: #fff;
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.testimonial {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: all .4s var(--ease);
}
.testimonial:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.testimonial__quote {
  font-size: 60px;
  font-family: 'Playfair Display', serif;
  color: var(--green-300);
  line-height: 0.5;
  margin-bottom: 14px;
}
.testimonial__text {
  font-size: 15px;
  color: var(--slate);
  margin-bottom: 22px;
  line-height: 1.6;
}
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-200), var(--green-400));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--green-900);
  font-family: 'Playfair Display', serif;
}
.testimonial__name { font-weight: 600; color: var(--green-900); font-size: 14px; }
.testimonial__role { font-size: 12px; color: var(--mute); }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band {
  background: linear-gradient(135deg, var(--green-800), var(--green-950));
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(212, 163, 115, 0.25), transparent 40%),
    radial-gradient(circle at 80% 50%, rgba(69, 158, 110, 0.25), transparent 40%);
}
.cta-band__leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
}
.cta-band__leaves .leaf { color: var(--green-300); }
.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgba(255, 255, 255, 0.85); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background: var(--green-950);
  color: #cdd8d0;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--green-500), var(--terra), var(--gold), var(--green-500));
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.footer h4 {
  color: #fff;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer a { color: #cdd8d0; display: block; padding: 5px 0; font-size: 14px; transition: color .2s, transform .2s; }
.footer a:hover { color: var(--green-300); transform: translateX(4px); }
.footer__grid p { color: #97a89a; font-size: 14px; margin-bottom: 8px; }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  text-align: center;
  color: #6d7d6f;
  font-size: 13px;
}

/* ==========================================================================
   WIZARD (customize.html)
   ========================================================================== */
.customize-page {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.5), rgba(241, 248, 243, 0.9)),
    var(--green-50);
  min-height: 100vh;
  position: relative;
}
.customize-page::after {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(69, 158, 110, 0.08), transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(212, 163, 115, 0.10), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.wizard { padding: 50px 0 100px; position: relative; z-index: 2; }
.wizard__bg-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.wizard__bg-leaves .leaf { animation: float 12s ease-in-out infinite; }

/* Progress */
.progress { margin-bottom: 50px; }
.progress__bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.progress__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green-500), var(--green-700), var(--terra));
  width: 16.66%;
  transition: width .5s var(--ease);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(69, 158, 110, 0.5);
}
.progress__steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.progress__step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--mute);
  transition: color .3s var(--ease);
}
.progress__step span {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  transition: all .35s var(--ease);
}
.progress__step label { font-weight: 500; cursor: default; }
.progress__step.active { color: var(--green-900); }
.progress__step.active span {
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
  color: #fff;
  border-color: var(--green-700);
  transform: scale(1.15);
  box-shadow: 0 6px 16px rgba(36, 94, 65, 0.4);
}
.progress__step.done span {
  background: var(--green-500);
  color: #fff;
  border-color: var(--green-500);
  font-size: 0;
}
.progress__step.done span::before { content: '✓'; font-size: 14px; }

/* Layout */
.wizard__layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: start;
  position: relative;
}
.wizard__main {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-xl);
  padding: 50px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.wizard__main::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--green-500), var(--terra), var(--gold));
}

.step-panel { display: none; }
.step-panel.active {
  display: block;
  animation: stepIn 0.5s var(--ease) both;
}
@keyframes stepIn {
  from { opacity: 0; transform: translateX(40px) scale(0.98); }
  to   { opacity: 1; transform: translateX(0) scale(1); }
}
.step-panel h1 { margin: 8px 0 10px; }
.muted { color: var(--mute); margin-bottom: 32px; }
.muted.small { font-size: 13px; }

/* Choice grid (plant types) */
.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  perspective: 1200px;
}
.choice {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 22px;
  text-align: center;
  cursor: pointer;
  transition: all .4s var(--ease);
  font-family: inherit;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.choice::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--green-50), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.choice:hover {
  border-color: var(--green-500);
  transform: translateY(-6px) rotateX(4deg);
  box-shadow: var(--shadow-lg);
}
.choice:hover::before { opacity: 1; }
.choice.selected {
  border-color: var(--green-700);
  background: linear-gradient(135deg, var(--green-50), var(--green-100));
  box-shadow: 0 0 0 4px var(--green-200), var(--shadow-md);
  transform: translateY(-4px);
}
.choice__icon {
  font-size: 64px;
  display: block;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 12px rgba(20, 54, 38, 0.2));
  transition: transform .4s var(--ease);
}
.choice:hover .choice__icon { transform: scale(1.1) rotate(-5deg); }
.choice h3 { margin-bottom: 6px; position: relative; z-index: 1; }
.choice p { font-size: 13px; color: var(--mute); position: relative; z-index: 1; }

/* Wizard nav */
.wizard__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

/* Gift section */
.gift-toggle { margin-bottom: 30px; }
.switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--green-900);
}
.switch input { display: none; }
.switch__slider {
  position: relative;
  width: 52px; height: 28px;
  background: var(--border);
  border-radius: 999px;
  transition: background .3s var(--ease);
}
.switch__slider::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 22px; height: 22px;
  background: #fff;
  border-radius: 50%;
  transition: transform .3s var(--ease);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.switch input:checked + .switch__slider { background: linear-gradient(90deg, var(--green-500), var(--green-700)); }
.switch input:checked + .switch__slider::after { transform: translateX(24px); }

.gift-section h3 { margin: 26px 0 16px; color: var(--green-900); }
.gift-section.hidden { display: none; }
.gift-section textarea {
  width: 100%;
  padding: 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 15px;
  resize: vertical;
  transition: border .25s, box-shadow .25s;
  background: rgba(255, 255, 255, 0.7);
}
.gift-section textarea:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(69, 158, 110, 0.15);
}

/* Form */
.form { display: grid; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__field label { font-size: 13px; font-weight: 600; color: var(--green-900); }
.form__field input, .form__field textarea {
  padding: 14px 16px;
  border: 2px solid var(--border);
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  transition: border .25s, box-shadow .25s;
  background: rgba(255, 255, 255, 0.7);
}
.form__field input:focus, .form__field textarea:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(69, 158, 110, 0.15);
}

.radio-group { display: grid; gap: 12px; }
.radio-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all .25s var(--ease);
  background: rgba(255, 255, 255, 0.7);
}
.radio-card:hover { border-color: var(--green-500); transform: translateX(4px); }
.radio-card input { accent-color: var(--green-700); width: 20px; height: 20px; }
.radio-card div { display: flex; flex-direction: column; }
.radio-card strong { color: var(--green-900); font-size: 14px; }
.radio-card span { color: var(--mute); font-size: 13px; }
.radio-card:has(input:checked) {
  border-color: var(--green-700);
  background: linear-gradient(90deg, var(--green-50), rgba(255, 255, 255, 0.7));
  box-shadow: 0 0 0 3px var(--green-100);
}

/* Summary sidebar */
.summary {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 100px;
}
.summary h3 { margin-bottom: 20px; color: var(--green-900); }
.summary__items {
  display: grid;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--border);
  margin-bottom: 20px;
  min-height: 60px;
}
.summary__empty { color: var(--mute); font-size: 14px; text-align: center; padding: 16px 0; font-style: italic; }
.summary__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  animation: slideIn 0.35s var(--ease);
}
.summary__item-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--green-50), var(--green-100));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.summary__item-body { flex: 1; min-width: 0; }
.summary__item-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--mute); }
.summary__item-name { font-weight: 600; color: var(--green-900); font-size: 14px; word-break: break-word; }
.summary__item-price { font-size: 13px; color: var(--green-700); font-weight: 600; }

.summary__totals { display: grid; gap: 10px; padding-bottom: 20px; border-bottom: 1px dashed var(--border); margin-bottom: 20px; }
.summary__row { display: flex; justify-content: space-between; font-size: 14px; color: var(--slate); }
.summary__row--total { font-size: 18px; color: var(--green-900); padding-top: 10px; border-top: 1px solid var(--border); }
.summary__row--total strong { color: var(--green-900); font-size: 22px; font-family: 'Playfair Display', serif; }

.summary__badge {
  display: flex;
  gap: 10px;
  background: linear-gradient(135deg, var(--green-50), var(--green-100));
  border-radius: 12px;
  padding: 14px;
}
.summary__badge span { font-size: 22px; }
.summary__badge p { font-size: 12px; color: var(--green-800); margin: 0; }

/* Review */
.review {
  display: grid;
  gap: 18px;
  background: linear-gradient(135deg, var(--green-50), rgba(255, 255, 255, 0.8));
  border: 1px solid var(--green-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 32px;
}
.review__section h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mute);
  margin-bottom: 10px;
}
.review__section p { color: var(--green-900); font-weight: 500; }
.review__line { display: flex; justify-content: space-between; padding: 6px 0; }
.review__line strong { color: var(--green-700); }
.review__total {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
  color: var(--green-900);
  font-weight: 700;
  padding-top: 16px;
  border-top: 2px solid var(--green-500);
  margin-top: 10px;
}

.whatsapp-cta { text-align: center; padding: 20px 0; }
.whatsapp-cta .btn { width: 100%; justify-content: center; font-size: 16px; padding: 18px; }
.whatsapp-cta .muted { margin-top: 14px; margin-bottom: 0; }

/* ==========================================================================
   REVEAL ON SCROLL
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
[data-reveal="left"] { transform: translateX(-50px); }
[data-reveal="right"] { transform: translateX(50px); }
[data-reveal="scale"] { transform: scale(0.92); }
[data-reveal="fade"] { transform: none; }

[data-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.stagger-child {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--stagger-delay, 0ms);
}
[data-stagger].is-revealed .stagger-child {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */
@keyframes sway {
  0%, 100% { transform: rotate(calc(var(--rot, 0deg) - 3deg)); }
  50%      { transform: rotate(calc(var(--rot, 0deg) + 3deg)); }
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50%      { transform: translateY(-15px) rotate(calc(var(--rot, 0deg) + 2deg)); }
}
@keyframes drift {
  0% { transform: translate(0, 100vh); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translate(50px, -100vh); opacity: 0; }
}
@keyframes breath {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.05); }
}
@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@keyframes rotate {
  to { transform: rotate(360deg); }
}
@keyframes bounce-soft {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes pop {
  0%   { transform: scale(0) rotate(-180deg); opacity: 0; }
  60%  { transform: scale(1.15) rotate(10deg); opacity: 1; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
@keyframes slideIn {
  from { opacity: 0; transform: translateX(-10px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Page-load hero reveal */
body:not(.is-loaded) .hero__inner { opacity: 0; }
body.is-loaded .hero__content > * {
  animation: fadeInUp 0.9s var(--ease) both;
}
body.is-loaded .hero__content > *:nth-child(1) { animation-delay: 0.05s; }
body.is-loaded .hero__content > *:nth-child(2) { animation-delay: 0.15s; }
body.is-loaded .hero__content > *:nth-child(3) { animation-delay: 0.25s; }
body.is-loaded .hero__content > *:nth-child(4) { animation-delay: 0.35s; }
body.is-loaded .hero__content > *:nth-child(5) { animation-delay: 0.45s; }
body.is-loaded .hero__card {
  animation: fadeInUp 1s var(--ease) both;
  animation-delay: 0.55s;
}
body.is-loaded .hero__card--2 { animation-delay: 0.65s; }
body.is-loaded .hero__card--3 { animation-delay: 0.75s; }
body.is-loaded .hero__card--4 { animation-delay: 0.85s; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1000px) {
  .hero__inner { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .wizard__layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .nav.open {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    padding: 24px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .header__inner { position: relative; }
  .leaf--1, .leaf--2, .leaf--3 { transform: scale(0.7); }
  .cursor-glow { display: none; }
}

@media (max-width: 640px) {
  .hero { padding: 50px 0 70px; }
  .section { padding: 60px 0; }
  .wizard__main { padding: 28px; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .progress__steps { display: none; }
  .cta-band__inner { flex-direction: column; text-align: center; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__stats { gap: 24px; }
  .hero__stats strong { font-size: 1.5rem; }
  .leaf--1, .leaf--2 { width: 200px; }
  .leaf--3, .leaf--4 { width: 150px; }
  .leaf--5, .leaf--6 { display: none; }
  .marquee__inner { font-size: 1rem; gap: 30px; }
  .marquee__inner > span { gap: 30px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}
