/* =====================================================
   WHOLE EARTH GIFTS — Conversion Bridge Page
   Mobile-first. One image. CTAs all link to #offer.
   ===================================================== */

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

:root {
  --green-dark: #1a2e1a;
  --green-mid: #2d5016;
  --green-accent: #6aaa2a;
  --green-light: #8bc34a;
  --green-soft: #d8ec9c;
  --gold: #c8a84b;
  --cream: #f9f6ef;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #444;
  --text-light: #777;
  --border: #e6e2d8;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.1);
  --shadow-lg: 0 14px 40px rgba(45,80,22,0.18);
  --radius: 10px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 88px; /* space for sticky mobile CTA */
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* ── TOP ANNOUNCEMENT BAR ─────────────────────────── */
.top-bar {
  background: linear-gradient(90deg, #1a2e1a 0%, #2d5016 50%, #1a2e1a 100%);
  color: #d8ec9c;
  font-size: 13px;
  padding: 9px 16px;
  text-align: center;
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  letter-spacing: 0.3px;
}
.top-bar strong { color: #fff; font-weight: 900; }
.top-bar b { color: #fff; background: rgba(255,255,255,0.15); padding: 2px 8px; border-radius: 3px; font-weight: 900; letter-spacing: 1px; }
.top-bar-pulse {
  width: 8px; height: 8px;
  background: #ff5757; border-radius: 50%;
  animation: pulse 1.5s infinite;
  display: inline-block; flex-shrink: 0;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,87,87,0.7); }
  70% { box-shadow: 0 0 0 8px rgba(255,87,87,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,87,87,0); }
}

/* ── HEADER ───────────────────────────────────────── */
header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 50;
  box-shadow: var(--shadow-sm);
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
  color: var(--green-dark);
}
.logo-leaf {
  width: 36px; height: 36px;
  background: var(--green-mid);
  border-radius: 50% 0 50% 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-weight: 800; }
.logo-sub {
  font-size: 9px; letter-spacing: 3px;
  color: var(--text-light);
  font-family: 'Lato', sans-serif;
  font-weight: 700; text-transform: uppercase;
  margin-top: 1px;
}
.header-cta {
  background: var(--green-accent);
  color: #fff !important;
  font-size: 13px; font-weight: 800;
  padding: 9px 16px;
  border-radius: 4px;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.header-cta:hover { background: #5a9920; transform: translateY(-1px); }

/* ── HERO ─────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--green-dark);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(106,170,42,0.25), transparent 50%),
    linear-gradient(135deg, #0d1f0d 0%, #1a3010 50%, #2d5016 100%);
}
.hero-image-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.hero-image-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.hero-image-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(13,31,13,0.15) 0%, rgba(13,31,13,0.6) 100%),
    linear-gradient(135deg, rgba(45,80,22,0.3), transparent 60%);
}
.hero-content {
  position: relative;
  padding: 28px 22px 36px;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,87,87,0.18);
  border: 1px solid rgba(255,160,160,0.4);
  color: #ffcccc;
  font-size: 11px; font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px;
  background: #ff5757;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.hero-eyebrow .countdown {
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  padding: 1px 6px;
  border-radius: 3px;
  margin-left: 2px;
}
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.hero-highlight {
  color: var(--green-light);
  font-style: italic;
}
.hero-sub {
  color: #c5dfa8;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.55;
}
.hero-features {
  list-style: none;
  margin-bottom: 22px;
}
.hero-features li {
  color: #d8ec9c;
  font-size: 14px;
  padding: 5px 0;
  display: flex; align-items: center; gap: 10px;
  font-weight: 500;
}
.hero-features li::before {
  content: '';
  flex-shrink: 0;
  width: 20px; height: 20px;
  background: var(--green-accent);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.coupon-row {
  display: inline-flex; align-items: stretch;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  border-radius: 6px;
  overflow: hidden;
}
.coupon-label {
  background: #c8e090;
  color: var(--green-dark);
  font-size: 13px; font-weight: 700;
  padding: 11px 14px;
  white-space: nowrap;
}
.coupon-code {
  background: #fff;
  color: var(--green-dark);
  font-size: 15px; font-weight: 900;
  padding: 11px 18px;
  letter-spacing: 2px;
  border-left: 2px dashed var(--green-mid);
}

.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #7bc036 0%, #6aaa2a 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 17px 28px;
  font-size: 16px; font-weight: 900;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 6px 20px rgba(106,170,42,0.4);
  transition: transform .15s, box-shadow .2s;
  text-transform: none;
  font-family: inherit;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(106,170,42,0.5); }
.btn-primary:active { transform: translateY(0); }
.btn-pulse { animation: btnPulse 2.4s ease-in-out infinite; }
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(106,170,42,0.4), 0 0 0 0 rgba(106,170,42,0.5); }
  50% { box-shadow: 0 6px 20px rgba(106,170,42,0.4), 0 0 0 10px rgba(106,170,42,0); }
}
.btn-large { padding: 20px 32px; font-size: 17px; max-width: 420px; }
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--green-mid);
  border: 2px solid var(--green-mid);
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px; font-weight: 800;
  transition: all .2s;
}
.btn-secondary:hover { background: var(--green-mid); color: #fff; }

.hero-microcopy {
  display: flex; align-items: center; gap: 6px;
  color: #a0c870;
  font-size: 12px;
  margin: 12px 0 18px;
}
.hero-rating {
  display: flex; align-items: center; gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.stars-row {
  color: #ffc857;
  font-size: 18px;
  letter-spacing: 2px;
}
.stars-row.big { font-size: 22px; }
.rating-text {
  color: #c5dfa8;
  font-size: 13px;
}
.rating-text strong { color: #fff; font-weight: 900; }

/* ── TRUST BAR ────────────────────────────────────── */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.trust-bar-item {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-bar-item:nth-child(2n) { border-right: none; }
.trust-bar-item:nth-child(n+3) { border-bottom: none; }
.trust-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.trust-bar-item strong {
  display: block;
  font-size: 13px;
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.2;
}
.trust-bar-item small {
  font-size: 11px;
  color: var(--text-light);
}

/* ── SECTION COMMON ──────────────────────────────── */
section { padding: 48px 22px; }
.section-title {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.section-sub {
  text-align: center;
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto; margin-right: auto;
}
.eyebrow {
  display: inline-block;
  color: var(--green-accent);
  font-size: 11px; font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ── CATEGORIES ───────────────────────────────────── */
.categories { background: #fff; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.category-card {
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: box-shadow .25s, transform .25s, border-color .25s;
  text-align: center;
  color: inherit;
}
.category-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--green-light);
}
.category-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream);
}
.category-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.category-card:hover .category-card-img img { transform: scale(1.06); }
.category-card-body { padding: 14px 12px 16px; }
.category-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--green-mid);
  margin-bottom: 10px;
}
.btn-dark {
  display: inline-block;
  background: var(--green-dark);
  border: 1px solid var(--green-dark);
  border-radius: 4px;
  padding: 7px 18px;
  font-size: 12px; font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
  transition: background .2s, border-color .2s;
}
.category-card:hover .btn-dark,
.product-card:hover .btn-dark { background: var(--green-accent); border-color: var(--green-accent); }

/* ── BEST SELLING PRODUCTS ───────────────────────── */
.section-best { background: var(--cream); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.product-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  color: inherit;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--green-light);
}
.product-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cream);
}
.product-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.product-card:hover .product-card-img img { transform: scale(1.06); }
.product-tag {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--green-accent);
  color: #fff;
  font-size: 10px; font-weight: 900;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.product-tag.red { background: #d93636; }
.product-tag.gold { background: var(--gold); }
.product-card-body { padding: 14px 12px 16px; }
.product-card h3 {
  font-size: 15px; font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.product-stars {
  color: #ffc857;
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.product-stars span { color: var(--text-light); font-size: 11px; margin-left: 4px; }
.product-price {
  color: var(--green-mid);
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 12px;
}
.product-price small {
  color: var(--text-light);
  font-weight: 400;
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 6px;
}
.view-all { text-align: center; margin-top: 8px; }
.view-all a {
  color: var(--text-dark);
  font-size: 14px; font-weight: 800;
  border-bottom: 2px solid var(--text-dark);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.view-all a:hover { color: var(--green-accent); border-color: var(--green-accent); }

/* ── BENEFITS ─────────────────────────────────────── */
.benefits { background: #fff; }
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.benefit-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex; align-items: flex-start; gap: 16px;
  transition: transform .2s, box-shadow .2s;
}
.benefit-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.benefit-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.benefit-icon.green {
  background: linear-gradient(135deg, #d8ec9c, #8bc34a);
  color: var(--green-dark);
}
.benefit-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.benefit-card p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.55;
}

/* ── MID PAGE CTA ─────────────────────────────────── */
.midcta {
  padding: 0 22px;
  margin: 36px 0;
}
.midcta-inner {
  background: linear-gradient(135deg, #2d5016 0%, #1a3010 100%);
  border-radius: 14px;
  padding: 32px 26px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.midcta-inner::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: rgba(106,170,42,0.2);
  border-radius: 50%;
}
.midcta-inner::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 180px; height: 180px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.midcta-left { position: relative; z-index: 2; margin-bottom: 22px; }
.midcta-tag {
  display: inline-block;
  background: rgba(216,236,156,0.18);
  border: 1px solid rgba(216,236,156,0.4);
  color: #d8ec9c;
  font-size: 11px; font-weight: 800;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.midcta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.15;
}
.midcta p {
  color: #c5dfa8;
  font-size: 14px;
  line-height: 1.6;
}
.midcta p b { color: #fff; background: rgba(255,255,255,0.12); padding: 2px 8px; border-radius: 3px; letter-spacing: 1px; }
.midcta-right { position: relative; z-index: 2; }
.midcta-hint {
  text-align: center;
  margin-top: 10px;
  color: #d8ec9c;
  font-size: 12px;
  font-weight: 700;
}

/* ── TESTIMONIALS ─────────────────────────────────── */
.testimonials { background: #fff; }
.rating-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  font-size: 14px;
}
.rating-bar strong { color: var(--text-dark); font-weight: 900; font-size: 15px; }
.rating-bar .muted { color: var(--text-light); font-size: 13px; }
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.testimonial-card {
  background: var(--cream);
  border-radius: 12px;
  padding: 22px 20px;
  position: relative;
  border: 1px solid var(--border);
}
.testimonial-card::before {
  content: '"';
  position: absolute; top: 6px; right: 18px;
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  color: var(--green-light); opacity: 0.3;
  line-height: 1;
}
.t-stars { color: #ffc857; font-size: 14px; margin-bottom: 10px; letter-spacing: 1px; }
.t-text {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 16px;
  font-style: italic;
}
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  font-family: 'Playfair Display', serif;
}
.t-author strong { display: block; font-size: 13px; color: var(--text-dark); font-weight: 800; }
.t-author span { font-size: 11px; color: var(--text-light); font-weight: 600; }

/* ── STATS STRIP ──────────────────────────────────── */
.stats-strip {
  background: linear-gradient(135deg, #1a2e1a 0%, #2d5016 100%);
  color: #fff;
  padding: 36px 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(106,170,42,0.2), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(139,195,74,0.15), transparent 50%);
  pointer-events: none;
}
.stat { position: relative; z-index: 1; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.stat-num span { color: var(--green-light); }
.stat-label {
  font-size: 12px;
  color: #c5dfa8;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ── GUARANTEE (REBUILT) ─────────────────────────── */
.guarantee {
  background: linear-gradient(180deg, #f9f6ef 0%, #fff 100%);
  text-align: center;
}
.guarantee-hero {
  max-width: 640px;
  margin: 0 auto 36px;
  display: flex; flex-direction: column;
  align-items: center;
}
.guarantee-seal {
  margin-bottom: 18px;
  filter: drop-shadow(0 8px 24px rgba(106,170,42,0.3));
}
.guarantee-seal .seal-ring {
  transform-origin: 60px 60px;
  animation: gentleRotate 18s linear infinite;
}
@keyframes gentleRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.guarantee-hero .eyebrow { color: var(--green-accent); }
.guarantee-hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.15;
  color: var(--text-dark);
  letter-spacing: -0.3px;
}
.guarantee-hero p {
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.7;
  max-width: 540px;
}
.promise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto 32px;
}
.promise-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px 22px;
  text-align: center;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.promise-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-light);
}
.promise-card.highlight {
  background: linear-gradient(180deg, #fff 0%, #f4f9e6 100%);
  border-color: var(--green-light);
  box-shadow: 0 8px 24px rgba(106,170,42,0.15);
}
.promise-icon {
  font-size: 38px;
  margin-bottom: 12px;
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #eef6d8, #d8ec9c);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-left: auto; margin-right: auto;
  box-shadow: 0 4px 12px rgba(106,170,42,0.15);
}
.promise-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.promise-card p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
}
.guarantee-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.guarantee-microcopy {
  font-size: 12px;
  color: var(--text-light);
  font-weight: 600;
}

/* ── FAQ ──────────────────────────────────────────── */
.faq { background: #fff; }
.faq-list {
  max-width: 640px;
  margin: 0 auto;
}
.faq details {
  background: var(--cream);
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq details[open] { box-shadow: var(--shadow-sm); border-color: var(--green-light); }
.faq summary {
  cursor: pointer;
  padding: 16px 44px 16px 18px;
  font-weight: 800;
  font-size: 15px;
  color: var(--text-dark);
  position: relative;
  list-style: none;
  user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--green-accent);
  font-weight: 400;
  transition: transform .2s;
  line-height: 1;
}
.faq details[open] summary::after {
  content: '−';
}
.faq details p {
  padding: 0 18px 18px;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}
.faq details p b { color: var(--green-mid); }

/* ── FINAL CTA ────────────────────────────────────── */
.final-cta {
  background: linear-gradient(135deg, #1a2e1a 0%, #2d5016 60%, #1a3010 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(106,170,42,0.25), transparent 60%);
}
.final-cta h2 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.15;
}
.final-cta p {
  position: relative;
  color: #c5dfa8;
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.final-cta p b { color: #fff; background: rgba(255,255,255,0.15); padding: 2px 8px; border-radius: 3px; letter-spacing: 1px; font-weight: 900; }
.final-cta .btn-primary { position: relative; }
.final-cta-trust {
  position: relative;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 16px;
  margin-top: 22px;
  font-size: 12px;
  color: #a0c870;
  font-weight: 600;
}

/* ── FOOTER ───────────────────────────────────────── */
footer {
  background: #0d1f0d;
  color: #6a8a40;
  padding: 36px 22px 28px;
  text-align: center;
}
.footer-inner { max-width: 800px; margin: 0 auto; }
.footer-logo { justify-content: center; color: #fff; margin-bottom: 8px; }
.footer-logo .logo-sub { color: #8aac60; }
.footer-tag {
  font-size: 13px;
  color: #8aac60;
  margin-bottom: 18px;
  font-style: italic;
}
.footer-links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 16px 0;
  border-top: 1px solid #1f3812;
  border-bottom: 1px solid #1f3812;
}
.footer-links a {
  color: #8aac60;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s;
}
.footer-links a:hover { color: var(--green-accent); }
.footer-copy {
  font-size: 12px;
  color: #5a7540;
  margin-bottom: 8px;
}
.footer-disclaimer {
  font-size: 11px;
  color: #4a6530;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
}

/* ── STICKY MOBILE CTA ────────────────────────────── */
.sticky-cta {
  position: fixed;
  bottom: 12px; left: 12px; right: 12px;
  background: linear-gradient(180deg, #7bc036 0%, #6aaa2a 100%);
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  z-index: 100;
  box-shadow: 0 8px 28px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.1) inset;
  font-weight: 800;
  animation: slideUp .5s ease-out .8s both, btnPulse 2.4s ease-in-out 1.4s infinite;
}
@keyframes slideUp {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.sticky-cta strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 2px;
}
.sticky-cta small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.9;
}
.sticky-cta svg { flex-shrink: 0; }

/* ── LIVE ACTIVITY TOAST ─────────────────────────── */
.live-toast {
  position: fixed;
  left: 12px;
  bottom: 88px;
  max-width: 280px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
  z-index: 90;
}
.live-toast.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.live-toast-dot {
  width: 10px; height: 10px;
  background: #2bb673;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 rgba(43,182,115,0.7);
}
.live-toast-body { line-height: 1.35; }
.live-toast-body strong {
  display: block;
  font-size: 13px;
  color: var(--text-dark);
  font-weight: 800;
}
.live-toast-body span {
  font-size: 12px;
  color: var(--text-light);
}

/* ── RESPONSIVE — TABLET ─────────────────────────── */
@media (min-width: 640px) {
  body { font-size: 16px; padding-bottom: 0; }
  section { padding: 64px 40px; }
  .top-bar { font-size: 14px; padding: 10px 20px; }
  header { padding: 14px 32px; }
  .hero-image-wrap { height: 320px; }
  .hero-content { padding: 40px 40px 48px; }
  .hero-content h1 { font-size: 46px; }
  .hero-sub { font-size: 16px; max-width: 540px; }
  .hero-features li { font-size: 15px; }
  .trust-bar { grid-template-columns: repeat(4, 1fr); }
  .trust-bar-item { border-bottom: none; padding: 18px 20px; }
  .trust-bar-item:last-child { border-right: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .category-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .product-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .category-card h3, .product-card h3 { font-size: 16px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .stats-strip { grid-template-columns: repeat(4, 1fr); padding: 44px 40px; gap: 20px; }
  .stat-num { font-size: 42px; }
  .promise-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .guarantee-hero h2 { font-size: 34px; }
  .live-toast { left: auto; right: 20px; bottom: 20px; max-width: 320px; }
  .section-title { font-size: 32px; }
  .midcta { padding: 0 40px; }
  .midcta-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 32px;
    padding: 40px 44px;
  }
  .midcta-left { margin-bottom: 0; flex: 1; }
  .midcta-right { flex-shrink: 0; min-width: 240px; }
  .guarantee-inner { flex-direction: row; text-align: left; gap: 40px; padding: 0 20px; }
  .guarantee-text { flex: 1; }
  .sticky-cta { display: none; }
  .final-cta h2 { font-size: 38px; }
}

/* ── RESPONSIVE — DESKTOP ────────────────────────── */
@media (min-width: 960px) {
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 580px;
  }
  .hero-image-wrap {
    grid-column: 2;
    grid-row: 1;
    height: auto;
    min-height: 580px;
  }
  .hero-image-overlay {
    background:
      linear-gradient(to right, rgba(13,31,13,0.85) 0%, rgba(13,31,13,0.3) 40%, transparent 80%);
  }
  .hero-content {
    grid-column: 1;
    grid-row: 1;
    padding: 70px 60px 70px 80px;
    align-self: center;
    max-width: 620px;
    z-index: 3;
  }
  .hero-content h1 { font-size: 56px; }
  .hero-sub { font-size: 17px; }
  section { padding: 80px 60px; }
  .section-title { font-size: 36px; }
  .benefits-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .midcta { padding: 0 60px; }
  .midcta h2 { font-size: 32px; }
  .final-cta { padding: 96px 60px; }
  .final-cta h2 { font-size: 44px; }
  .header-cta { padding: 11px 22px; font-size: 14px; }
  .stats-strip { padding: 56px 60px; }
  .stat-num { font-size: 52px; }
  .guarantee-hero h2 { font-size: 38px; }
  .guarantee-seal svg { width: 140px; height: 140px; }
}

/* ── RESPONSIVE — LARGE DESKTOP ──────────────────── */
@media (min-width: 1280px) {
  .hero-content { padding-left: 120px; }
  section { padding: 96px 80px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
