
/* ==============================================
   ZEN DROPS â€” CORTISOL OFFER PAGE (Option C)
   Cortisol-after-38 voice, full offer page mechanics
   Mobile-first, hh- prefixed, Bootstrap-safe
   ============================================== */

.hh-zd *, .hh-zd *::before, .hh-zd *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.hh-zd {
  --hh-cream: #faf6f1;
  --hh-cream-deep: #f3ebe0;
  --hh-paper: #fffdf9;
  --hh-ink: #1f1d1a;
  --hh-ink-soft: #5b554e;
  --hh-ink-mute: #8a8378;
  --hh-rose: #c87b6f;
  --hh-rose-deep: #a85c52;
  --hh-rose-soft: #f0d8d4;
  --hh-sage: #8aa28e;
  --hh-sage-deep: #5e7d65;
  --hh-green: #2d5e3e;
  --hh-green-hover: #1f4a2e;
  --hh-green-soft: #e3eee5;
  --hh-gold: #c9a55c;
  --hh-gold-soft: #f4ebd4;
  --hh-line: #e6dfd2;
  --hh-shadow-soft: 0 2px 12px rgba(31, 29, 26, 0.06);
  --hh-shadow-med: 0 8px 24px rgba(31, 29, 26, 0.10);
  --hh-shadow-deep: 0 18px 48px rgba(31, 29, 26, 0.14);
  --hh-radius-sm: 8px;
  --hh-radius-md: 14px;
  --hh-radius-lg: 22px;
  --hh-radius-xl: 32px;
  --hh-serif: 'Merriweather', Georgia, 'Times New Roman', serif;
  --hh-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --hh-display: 'Quicksand', 'Inter', sans-serif;

  font-family: var(--hh-sans);
  color: var(--hh-ink);
  background: var(--hh-cream);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-bottom: 80px;
}

.hh-zd img { max-width: 100%; height: auto; display: block; width:35%; }
.hh-zd a { color: #fff; text-decoration: none; }
.hh-zd p { margin: 0 0 1em; }
.hh-zd p:last-child { margin-bottom: 0; }

.hh-zd__wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 18px;
}
@media (min-width: 768px) {
  .hh-zd__wrap { padding: 0 32px; }
}
.hh-zd__wrap--wide { max-width: 880px; }

/* TIMER BAR */
.hh-zd__timer-bar {
  background: var(--hh-rose-deep);
  color: #fff;
  font-family: var(--hh-display);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hh-zd__timer-bar strong { color: var(--hh-gold-soft); }
.hh-zd__timer-clock {
  display: inline-flex;
  gap: 4px;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
}
.hh-zd__timer-clock span {
  background: rgba(255,255,255,0.18);
  padding: 3px 7px;
  border-radius: 4px;
  font-variant-numeric: tabular-nums;
  min-width: 26px;
  text-align: center;
}

/* MASTHEAD */
.hh-zd__masthead {
  background: var(--hh-paper);
  border-bottom: 1px solid var(--hh-line);
  padding: 12px 0;
  text-align: center;
}
.hh-zd__masthead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hh-zd__brand {
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-ink);
}
.hh-zd__masthead-trust {
  font-family: var(--hh-display);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--hh-ink-mute);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hh-zd__masthead-trust span { color: var(--hh-gold); }
@media (max-width: 480px) {
  .hh-zd__masthead-trust { display: none; }
  .hh-zd__masthead-row { justify-content: center; }
}

/* HERO */
.hh-zd__hero {
  padding: 28px 0 28px;
  background:
    radial-gradient(ellipse at top right, rgba(200, 123, 111, 0.10), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(138, 162, 142, 0.10), transparent 55%),
    var(--hh-cream);
}
@media (min-width: 768px) { .hh-zd__hero { padding: 48px 0 40px; } }

.hh-zd__eyebrow {
  font-family: var(--hh-display);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hh-rose-deep);
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hh-zd__eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px; height: 1px;
  background: var(--hh-rose-deep);
}

.hh-zd__h1 {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--hh-ink);
  margin: 0 0 16px;
}
@media (min-width: 480px) { .hh-zd__h1 { font-size: 35px; } }
@media (min-width: 768px) { .hh-zd__h1 { font-size: 46px; line-height: 1.1; } }
.hh-zd__h1 em { font-style: italic; color: var(--hh-rose-deep); font-weight: 900; }

.hh-zd__subhead {
  font-family: var(--hh-serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--hh-ink-soft);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 22px;
  max-width: 600px;
}
@media (min-width: 768px) { .hh-zd__subhead { font-size: 20px; } }

/* HERO BENEFIT BULLETS */
.hh-zd__hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 8px;
}
.hh-zd__hero-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--hh-ink);
  line-height: 1.45;
}
.hh-zd__hero-bullets li::before {
  content: "✓";
  width: 22px; height: 22px;
  background: var(--hh-green-soft);
  color: var(--hh-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}
.hh-zd__hero-bullets strong { font-weight: 700; }

/* HERO PRODUCT CARD */
.hh-zd__hero-product {
  background: var(--hh-paper);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius-lg);
  padding: 24px 22px;
  margin-bottom: 24px;
  box-shadow: var(--hh-shadow-med);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hh-zd__hero-product::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, var(--hh-gold-soft), transparent 70%);
  border-radius: 50%;
}
.hh-zd__hero-product-bottle {
  width: 300px;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
}
.hh-zd__bottle-img {
  /* width: 100%; */
  /* aspect-ratio: 1 / 1.3; */
  /* background: linear-gradient(180deg, #2a4a3a 0%, #1a3024 50%, #0d1c14 100%); */
  /* border-radius: 12px 12px 24px 24px; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 12px 36px rgba(0,0,0,0.25), inset 0 -20px 40px rgba(0,0,0,0.3), inset 20px 0 40px rgba(255,255,255,0.05); */
}
.hh-zd__bottle-img::before {
  /* content: ""; */
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 20px;
  background: #1a1a1a;
  border-radius: 6px 6px 2px 2px;
}
.hh-zd__bottle-label {
  background: var(--hh-cream);
  color: var(--hh-ink);
  padding: 10px 12px;
  width: 80%;
  text-align: center;
  font-family: var(--hh-display);
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.hh-zd__bottle-label-brand {
  font-size: 7px;
  letter-spacing: 0.18em;
  color: var(--hh-rose-deep);
  font-weight: 700;
  margin-bottom: 2px;
}
.hh-zd__bottle-label-name {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: var(--hh-ink);
}
.hh-zd__bottle-label-tag {
  font-size: 6px;
  letter-spacing: 0.12em;
  color: var(--hh-ink-mute);
  margin-top: 2px;
  font-weight: 600;
}
/* TODO: Jordan â€” replace .hh-zd__bottle-img with real product image */

.hh-zd__hero-product-stars {
  color: var(--hh-gold);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  position: relative;
}
.hh-zd__hero-product-rating {
  font-family: var(--hh-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--hh-ink-soft);
  margin-bottom: 14px;
  position: relative;
}
.hh-zd__hero-product-rating strong { color: var(--hh-ink); font-weight: 700; }

/* HERO CTA */
.hh-zd__cta-block {
  text-align: center;
  margin-top: 4px;
}
.hh-zd__cta {
  display: inline-block;
  background: var(--hh-green);
  color: #fff;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 0 var(--hh-green-hover), 0 12px 24px rgba(45, 94, 62, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
  max-width: 460px;
  text-align: center;
  min-height: 56px;
}
@media (min-width: 768px) { .hh-zd__cta { font-size: 17px; padding: 20px 36px; } }
.hh-zd__cta:hover {
  transform: translateY(2px);
  box-shadow: 0 6px 0 var(--hh-green-hover), 0 8px 16px rgba(45, 94, 62, 0.30);
  color: #fff;
}
.hh-zd__cta:active { transform: translateY(8px); box-shadow: 0 0 0 var(--hh-green-hover); }
.hh-zd__cta-sub {
  font-size: 12px;
  color: var(--hh-ink-mute);
  margin-top: 12px;
  font-family: var(--hh-sans);
  line-height: 1.5;
}
.hh-zd__cta-sub strong { color: var(--hh-rose-deep); font-weight: 700; }
@media (min-width: 480px) { .hh-zd__cta-sub { font-size: 13px; } }

/* TRUST BADGES UNDER HERO CTA */
.hh-zd__hero-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  flex-wrap: wrap;
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 600;
  color: var(--hh-ink-mute);
  letter-spacing: 0.02em;
}
.hh-zd__hero-badges span { display: inline-flex; align-items: center; gap: 4px; }

/* AS FEATURED IN */
.hh-zd__featured {
  background: var(--hh-paper);
  border-top: 1px solid var(--hh-line);
  border-bottom: 1px solid var(--hh-line);
  padding: 18px 0;
  text-align: center;
}
.hh-zd__featured-label {
  font-family: var(--hh-display);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-ink-mute);
  font-weight: 700;
  margin-bottom: 12px;
}
.hh-zd__featured-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-family: var(--hh-serif);
  font-weight: 900;
  color: var(--hh-ink-soft);
  font-size: 14px;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
.hh-zd__featured-logos span {
  font-family: var(--hh-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.hh-zd__featured-logos span.hh-zd__logo-serif {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 16px;
}
@media (min-width: 768px) { .hh-zd__featured-logos { gap: 26px; font-size: 16px; } }

/* SECTION BASE */
.hh-zd__section {
  padding: 44px 0;
}
@media (min-width: 768px) { .hh-zd__section { padding: 64px 0; } }
.hh-zd__section--paper { background: var(--hh-paper); border-top: 1px solid var(--hh-line); border-bottom: 1px solid var(--hh-line); }
.hh-zd__section--cream-deep { background: var(--hh-cream-deep); }
.hh-zd__section--ink { background: var(--hh-ink); color: var(--hh-cream); }

.hh-zd__h2 {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--hh-ink);
  margin: 0 0 18px;
}
@media (min-width: 768px) { .hh-zd__h2 { font-size: 38px; line-height: 1.16; } }
.hh-zd__h2 em { color: var(--hh-rose-deep); font-style: italic; }
.hh-zd__h2--center { text-align: center; }

.hh-zd__h3 {
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--hh-ink);
}
@media (min-width: 768px) { .hh-zd__h3 { font-size: 24px; } }

.hh-zd__lede {
  font-family: var(--hh-serif);
  font-size: 18px;
  line-height: 1.55;
  font-style: italic;
  color: var(--hh-ink-soft);
  margin-bottom: 22px;
  border-left: 3px solid var(--hh-rose);
  padding-left: 16px;
}
@media (min-width: 768px) { .hh-zd__lede { font-size: 19px; padding-left: 18px; } }

/* SYMPTOM NET â€” broader cortisol catchment */
.hh-zd__symptom-net {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}
@media (min-width: 600px) { .hh-zd__symptom-net { grid-template-columns: 1fr 1fr; gap: 16px; } }
.hh-zd__symptom {
  background: var(--hh-paper);
  border-radius: var(--hh-radius-md);
  padding: 22px 20px;
  border: 1px solid var(--hh-line);
  position: relative;
  overflow: hidden;
}
.hh-zd__symptom::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 50px; height: 4px;
  background: var(--hh-rose);
  border-radius: 0 0 4px 0;
}
.hh-zd__symptom-icon {
  font-size: 26px;
  margin-bottom: 8px;
  display: block;
  line-height: 1;
}
.hh-zd__symptom-title {
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--hh-ink);
  margin-bottom: 6px;
}
.hh-zd__symptom-body {
  font-size: 14px;
  line-height: 1.5;
  color: var(--hh-ink-soft);
}

.hh-zd__permission {
  background: var(--hh-rose-soft);
  border-radius: var(--hh-radius-md);
  padding: 22px 20px;
  margin-top: 24px;
  text-align: center;
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: var(--hh-ink);
}
@media (min-width: 768px) { .hh-zd__permission { font-size: 19px; padding: 24px 22px; } }
.hh-zd__permission span {
  display: block;
  font-family: var(--hh-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hh-rose-deep);
  margin-bottom: 8px;
}

/* CHECKLIST QUIZ */
.hh-zd__checklist {
  background: var(--hh-paper);
  border-radius: var(--hh-radius-lg);
  padding: 26px 22px;
  margin: 24px 0;
  border: 2px solid var(--hh-rose-soft);
  box-shadow: var(--hh-shadow-soft);
}
.hh-zd__checklist-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 21px;
  line-height: 1.25;
  color: var(--hh-ink);
  margin: 0 0 6px;
  text-align: center;
}
@media (min-width: 768px) { .hh-zd__checklist-h { font-size: 26px; } }
.hh-zd__checklist-sub {
  text-align: center;
  font-size: 14px;
  color: var(--hh-ink-soft);
  margin-bottom: 22px;
  font-style: italic;
}
.hh-zd__checklist-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.hh-zd__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: var(--hh-cream);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius-sm);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  user-select: none;
}
.hh-zd__check:hover { background: var(--hh-cream-deep); }
.hh-zd__check.is-checked {
  background: var(--hh-green-soft);
  border-color: var(--hh-green);
}
.hh-zd__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hh-zd__check-box {
  width: 22px;
  height: 22px;
  border: 2px solid var(--hh-line);
  border-radius: 5px;
  background: var(--hh-paper);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: transparent;
  transition: all 0.15s ease;
  margin-top: 1px;
}
.hh-zd__check.is-checked .hh-zd__check-box {
  background: var(--hh-green);
  border-color: var(--hh-green);
  color: #fff;
}
.hh-zd__check-label {
  font-size: 14px;
  line-height: 1.45;
  color: var(--hh-ink);
}
@media (min-width: 480px) { .hh-zd__check-label { font-size: 15px; } }

.hh-zd__check-result {
  margin-top: 18px;
  padding: 18px 18px;
  background: var(--hh-ink);
  color: var(--hh-cream);
  border-radius: var(--hh-radius-md);
  text-align: center;
  font-family: var(--hh-serif);
  font-size: 15px;
  line-height: 1.5;
  display: none;
}
.hh-zd__check-result.is-shown { display: block; animation: hh-fadeIn 0.4s ease; }
.hh-zd__check-result-count {
  display: inline-block;
  background: var(--hh-rose);
  color: #fff;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.hh-zd__check-result strong { color: var(--hh-gold); font-weight: 700; }
@keyframes hh-fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* MECHANISM */
.hh-zd__mechanism {
  background: var(--hh-ink);
  color: var(--hh-cream);
  border-radius: var(--hh-radius-lg);
  padding: 28px 22px;
  margin: 26px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .hh-zd__mechanism { padding: 38px 32px; } }
.hh-zd__mechanism::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, var(--hh-rose-deep), transparent 70%);
  opacity: 0.4;
  border-radius: 50%;
}
.hh-zd__mech-label {
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 10px;
  position: relative;
}
.hh-zd__mech-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 22px;
  line-height: 1.22;
  margin-bottom: 16px;
  color: var(--hh-cream);
  position: relative;
}
@media (min-width: 768px) { .hh-zd__mech-h { font-size: 30px; } }
.hh-zd__mech-body {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(250, 246, 241, 0.88);
  position: relative;
}
@media (min-width: 768px) { .hh-zd__mech-body { font-size: 16px; } }
.hh-zd__mech-body strong { color: var(--hh-cream); font-weight: 700; }

.hh-zd__cortisol-curve {
  margin: 24px 0 6px;
  background: rgba(250, 246, 241, 0.06);
  border: 1px solid rgba(250, 246, 241, 0.12);
  border-radius: var(--hh-radius-md);
  padding: 18px 14px;
  position: relative;
}
.hh-zd__curve-title {
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 12px;
  text-align: center;
}
.hh-zd__curve-svg { width: 100%; height: auto; display: block; }
.hh-zd__curve-legend {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  font-family: var(--hh-display);
  font-weight: 600;
  color: rgba(250,246,241,0.85);
}
.hh-zd__curve-legend span { display: inline-flex; align-items: center; gap: 6px; }
.hh-zd__curve-legend i {
  display: inline-block;
  width: 14px; height: 3px;
  border-radius: 2px;
  font-style: normal;
}

/* ABSORPTION VISUAL */
.hh-zd__absorption {
  margin: 28px 0;
}
.hh-zd__absorb-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--hh-paper);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius-sm);
  margin-bottom: 10px;
}
.hh-zd__absorb-row--win {
  border: 2px solid var(--hh-green);
  background: var(--hh-green-soft);
}
.hh-zd__absorb-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.hh-zd__absorb-name {
  flex: 1;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--hh-ink);
}
@media (min-width: 480px) { .hh-zd__absorb-name { font-size: 14px; } }
.hh-zd__absorb-bar {
  flex: 2;
  height: 18px;
  background: var(--hh-cream-deep);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.hh-zd__absorb-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--hh-rose), var(--hh-rose-deep));
  border-radius: 9px;
  transition: width 0.8s ease;
}
.hh-zd__absorb-row--win .hh-zd__absorb-fill {
  background: linear-gradient(90deg, var(--hh-sage), var(--hh-green));
}
.hh-zd__absorb-pct {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 17px;
  color: var(--hh-ink);
  flex-shrink: 0;
  width: 50px;
  text-align: right;
}
@media (min-width: 480px) { .hh-zd__absorb-pct { font-size: 19px; } }
.hh-zd__absorb-row--win .hh-zd__absorb-pct { color: var(--hh-green); }

/* HOW IT WORKS STEPS */
.hh-zd__steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 700px) { .hh-zd__steps { grid-template-columns: 1fr 1fr 1fr; gap: 18px; } }
.hh-zd__step {
  background: var(--hh-paper);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius-md);
  padding: 22px 20px 18px;
  position: relative;
}
.hh-zd__step-num {
  position: absolute;
  top: -16px; left: 18px;
  width: 34px; height: 34px;
  background: var(--hh-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 15px;
  box-shadow: var(--hh-shadow-soft);
}
.hh-zd__step h4 {
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 17px;
  margin: 12px 0 6px;
  color: var(--hh-ink);
}
.hh-zd__step p { font-size: 14px; line-height: 1.55; color: var(--hh-ink-soft); margin: 0; }

/* INGREDIENT DEEP-DIVE */
.hh-zd__ingredients-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.hh-zd__ingredient-card {
  background: var(--hh-paper);
  border: 1px solid var(--hh-line);
  border-left: 4px solid var(--hh-sage-deep);
  border-radius: var(--hh-radius-sm);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: flex-start;
}
.hh-zd__ingredient-num {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 900;
  font-size: 26px;
  color: var(--hh-sage-deep);
  line-height: 1;
  padding-top: 4px;
}
.hh-zd__ingredient-name {
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--hh-ink);
  margin-bottom: 2px;
}
.hh-zd__ingredient-role {
  font-family: var(--hh-display);
  font-size: 11px;
  color: var(--hh-rose-deep);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hh-zd__ingredient-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--hh-ink-soft);
}
@media (min-width: 480px) {
  .hh-zd__ingredient-name { font-size: 18px; }
  .hh-zd__ingredient-desc { font-size: 15px; }
}

/* TIMELINE */
.hh-zd__timeline {
  margin: 32px 0;
  position: relative;
}
.hh-zd__timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--hh-rose), var(--hh-sage), var(--hh-gold));
  border-radius: 2px;
}
.hh-zd__tl-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 22px;
}
.hh-zd__tl-item:last-child { margin-bottom: 0; }
.hh-zd__tl-marker {
  position: absolute;
  left: 0;
  top: 4px;
  width: 46px;
  height: 46px;
  background: var(--hh-paper);
  border: 2px solid var(--hh-rose);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 11px;
  color: var(--hh-rose-deep);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  box-shadow: var(--hh-shadow-soft);
}
.hh-zd__tl-item:nth-child(1) .hh-zd__tl-marker { border-color: var(--hh-rose); color: var(--hh-rose-deep); }
.hh-zd__tl-item:nth-child(2) .hh-zd__tl-marker { border-color: var(--hh-rose-deep); color: var(--hh-rose-deep); }
.hh-zd__tl-item:nth-child(3) .hh-zd__tl-marker { border-color: var(--hh-sage); color: var(--hh-sage-deep); }
.hh-zd__tl-item:nth-child(4) .hh-zd__tl-marker { border-color: var(--hh-sage-deep); color: var(--hh-sage-deep); }
.hh-zd__tl-item:nth-child(5) .hh-zd__tl-marker { border-color: var(--hh-gold); color: var(--hh-gold); }
.hh-zd__tl-item:nth-child(6) .hh-zd__tl-marker { border-color: var(--hh-green); color: var(--hh-green); background: var(--hh-green-soft); }
.hh-zd__tl-h {
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--hh-ink);
  margin-bottom: 4px;
  line-height: 1.3;
}
@media (min-width: 480px) { .hh-zd__tl-h { font-size: 19px; } }
.hh-zd__tl-body { font-size: 14px; line-height: 1.55; color: var(--hh-ink-soft); margin: 0; }
@media (min-width: 480px) { .hh-zd__tl-body { font-size: 15px; } }

/* TESTIMONIALS */
.hh-zd__test-h { text-align: center; margin-bottom: 8px; }
.hh-zd__test-sub {
  text-align: center;
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--hh-ink-soft);
  margin: 0 auto 30px;
  max-width: 540px;
}
@media (min-width: 768px) { .hh-zd__test-sub { font-size: 17px; } }
.hh-zd__testimonials { display: grid; gap: 16px; }
@media (min-width: 700px) { .hh-zd__testimonials { grid-template-columns: 1fr 1fr; gap: 18px; } }
.hh-zd__test {
  background: var(--hh-paper);
  border-radius: var(--hh-radius-md);
  padding: 22px 20px;
  border: 1px solid var(--hh-line);
  box-shadow: var(--hh-shadow-soft);
  position: relative;
}
.hh-zd__test--hero {
  background: linear-gradient(135deg, var(--hh-rose-soft) 0%, var(--hh-gold-soft) 100%);
  border: none;
}
@media (min-width: 700px) { .hh-zd__test--hero { grid-column: span 2; padding: 28px 26px; } }
.hh-zd__test-stars { color: var(--hh-gold); font-size: 13px; letter-spacing: 1px; margin-bottom: 8px; }
.hh-zd__test-headline {
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--hh-rose-deep);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hh-zd__test-quote {
  font-family: var(--hh-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--hh-ink);
  margin-bottom: 16px;
  font-style: italic;
}
.hh-zd__test--hero .hh-zd__test-quote { font-size: 17px; }
@media (min-width: 768px) {
  .hh-zd__test-quote { font-size: 16px; }
  .hh-zd__test--hero .hh-zd__test-quote { font-size: 19px; }
}
.hh-zd__test-quote strong {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(transparent 60%, var(--hh-gold-soft) 60%);
  padding: 0 2px;
}
.hh-zd__test--hero .hh-zd__test-quote strong {
  background: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 60%);
}
.hh-zd__test-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--hh-line);
  padding-top: 12px;
}
.hh-zd__test--hero .hh-zd__test-meta { border-top-color: rgba(31,29,26,0.12); }
.hh-zd__test-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.hh-zd__test-avatar--a { background: linear-gradient(135deg, #c87b6f, #a85c52); }
.hh-zd__test-avatar--b { background: linear-gradient(135deg, #8aa28e, #5e7d65); }
.hh-zd__test-avatar--c { background: linear-gradient(135deg, #c9a55c, #a98640); }
.hh-zd__test-avatar--d { background: linear-gradient(135deg, #b88a9a, #8e6478); }
.hh-zd__test-avatar--e { background: linear-gradient(135deg, #7a9a9c, #4f7274); }
.hh-zd__test-avatar--f { background: linear-gradient(135deg, #d8a878, #b88248); }
.hh-zd__test-who strong {
  display: block;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--hh-ink);
}
.hh-zd__test-who span {
  display: block;
  font-size: 11px;
  color: var(--hh-ink-mute);
  margin-top: 1px;
}
.hh-zd__test-verified {
  margin-left: auto;
  font-size: 10px;
  color: var(--hh-sage-deep);
  font-family: var(--hh-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hh-zd__test-verified::before {
  content: "âœ“";
  display: inline-block;
  width: 13px; height: 13px;
  background: var(--hh-sage-deep);
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 13px;
  font-weight: 700;
}

/* FOUNDER BLOCK */
.hh-zd__founder {
  display: grid;
  gap: 22px;
  align-items: center;
  background: var(--hh-paper);
  border-radius: var(--hh-radius-lg);
  padding: 26px 22px;
  border: 1px solid var(--hh-line);
  box-shadow: var(--hh-shadow-soft);
}
@media (min-width: 600px) { .hh-zd__founder { grid-template-columns: 140px 1fr; padding: 30px 28px; } }
.hh-zd__founder-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hh-rose-soft) 0%, var(--hh-gold-soft) 50%, var(--hh-sage) 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hh-paper);
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 44px;
  font-style: italic;
  box-shadow: var(--hh-shadow-med);
  border: 4px solid var(--hh-paper);
  flex-shrink: 0;
}
@media (min-width: 600px) { .hh-zd__founder-photo { margin: 0; } }
/* TODO: Jordan â€” replace .hh-zd__founder-photo gradient with real photo:
   background-image: url('PATH'); background-size: cover; remove inner text */
.hh-zd__founder-name {
  font-family: var(--hh-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hh-rose-deep);
  font-weight: 700;
  margin-bottom: 4px;
}
.hh-zd__founder-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 21px;
  line-height: 1.25;
  color: var(--hh-ink);
  margin-bottom: 12px;
}
@media (min-width: 768px) { .hh-zd__founder-h { font-size: 26px; } }
.hh-zd__founder-h em { color: var(--hh-rose-deep); font-style: italic; }
.hh-zd__founder-body {
  font-size: 14px;
  line-height: 1.6;
  color: var(--hh-ink-soft);
}
@media (min-width: 480px) { .hh-zd__founder-body { font-size: 15px; } }
.hh-zd__founder-sig {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--hh-ink);
  margin-top: 12px;
  font-size: 15px;
}

/* OFFER â€” BUNDLE LADDER */
.hh-zd__offer {
  background:
    radial-gradient(ellipse at top, rgba(201, 165, 92, 0.18), transparent 60%),
    var(--hh-cream-deep);
  padding: 48px 0;
}
@media (min-width: 768px) { .hh-zd__offer { padding: 64px 0; } }

.hh-zd__offer-header {
  text-align: center;
  margin-bottom: 28px;
}
.hh-zd__offer-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.15;
  color: var(--hh-ink);
  margin: 0 0 8px;
}
@media (min-width: 768px) { .hh-zd__offer-h { font-size: 38px; } }
.hh-zd__offer-h em { color: var(--hh-rose-deep); font-style: italic; }
.hh-zd__offer-sub {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--hh-ink-soft);
  margin: 0 auto;
  max-width: 540px;
}
@media (min-width: 768px) { .hh-zd__offer-sub { font-size: 17px; } }

.hh-zd__bundles {
  display: grid;
  gap: 16px;
  margin: 0 0 26px;
}
@media (min-width: 760px) { .hh-zd__bundles { grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: stretch; } }

.hh-zd__bundle {
  background: var(--hh-paper);
  border-radius: var(--hh-radius-lg);
  padding: 24px 20px 22px;
  border: 2px solid var(--hh-line);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: var(--hh-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hh-zd__bundle:hover { transform: translateY(-2px); box-shadow: var(--hh-shadow-med); }
.hh-zd__bundle--popular {
  border-color: var(--hh-gold);
  background: linear-gradient(180deg, #fffdf9 0%, #fcf6e8 100%);
  box-shadow: var(--hh-shadow-med);
}
.hh-zd__bundle--best {
  border-color: var(--hh-rose-deep);
  background: linear-gradient(180deg, #fffdf9 0%, #fcefea 100%);
  box-shadow: var(--hh-shadow-med);
}
.hh-zd__bundle-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--hh-gold);
  color: var(--hh-ink);
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: var(--hh-shadow-soft);
}
.hh-zd__bundle--best .hh-zd__bundle-tag { background: var(--hh-rose-deep); color: #fff; }

.hh-zd__bundle-name {
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hh-ink-mute);
  margin-bottom: 6px;
  margin-top: 4px;
}
.hh-zd__bundle-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
  color: var(--hh-ink);
  margin-bottom: 6px;
}
.hh-zd__bundle-h em { color: var(--hh-rose-deep); font-style: italic; }
.hh-zd__bundle-supply {
  font-family: var(--hh-display);
  font-size: 11px;
  color: var(--hh-ink-mute);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.hh-zd__bundle-bottles {
  font-size: 36px;
  margin: 6px 0 12px;
  letter-spacing: -2px;
  line-height: 1;
}
.hh-zd__bundle-price-row {
  margin: 8px 0 6px;
}
.hh-zd__bundle-price {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 32px;
  color: var(--hh-green);
  line-height: 1;
}
.hh-zd__bundle--popular .hh-zd__bundle-price { font-size: 36px; }
.hh-zd__bundle--best .hh-zd__bundle-price { font-size: 36px; color: var(--hh-rose-deep); }
.hh-zd__bundle-each {
  font-family: var(--hh-display);
  font-size: 12px;
  color: var(--hh-ink-mute);
  font-weight: 600;
  margin-left: 4px;
}
.hh-zd__bundle-old {
  font-family: var(--hh-display);
  font-size: 12px;
  color: var(--hh-ink-mute);
  text-decoration: line-through;
  margin-bottom: 6px;
  font-weight: 600;
}
.hh-zd__bundle-save {
  display: inline-block;
  background: var(--hh-green-soft);
  color: var(--hh-green);
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.hh-zd__bundle--popular .hh-zd__bundle-save { background: var(--hh-gold-soft); color: #8a6d2c; }
.hh-zd__bundle--best .hh-zd__bundle-save { background: var(--hh-rose-soft); color: var(--hh-rose-deep); }

.hh-zd__bundle-features {
  list-style: none;
  padding: 0;
  margin: 12px 0 18px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  color: var(--hh-ink-soft);
  flex: 1;
}
.hh-zd__bundle-features li {
  display: flex;
  gap: 8px; 
  align-items: flex-start;
  margin-bottom: 6px;
}
.hh-zd__bundle-features li::before {
  content: "✓";
  color: var(--hh-green);
  font-weight: 700;
  flex-shrink: 0;
}
.hh-zd__bundle-features li.hh-zd__feat-bonus {
  color: var(--hh-rose-deep);
  font-weight: 600;
}
.hh-zd__bundle-features li.hh-zd__feat-bonus::before 
{ 
    content: "🎁"; 
}

.hh-zd__bundle-cta {
  display: block;
  background: var(--hh-green);
  color: #fff;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 0 var(--hh-green-hover);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hh-zd__bundle-cta:hover { color: #fff; transform: translateY(1px); box-shadow: 0 3px 0 var(--hh-green-hover); }
.hh-zd__bundle-cta:active { transform: translateY(4px); box-shadow: 0 0 0 var(--hh-green-hover); color: #fff; }
.hh-zd__bundle--popular .hh-zd__bundle-cta { font-size: 15px; padding: 16px 18px; }
.hh-zd__bundle--best .hh-zd__bundle-cta {
  background: var(--hh-rose-deep);
  box-shadow: 0 4px 0 #8a4a40;
}

.hh-zd__offer-trust {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 600;
  color: var(--hh-ink-mute);
  letter-spacing: 0.02em;
}
.hh-zd__offer-trust span { display: inline-flex; align-items: center; gap: 5px; }

/* COMPARISON */
.hh-zd__compare-wrap {
  margin: 24px 0;
  border-radius: var(--hh-radius-md);
  overflow: hidden;
  box-shadow: var(--hh-shadow-soft);
  border: 1px solid var(--hh-line);
  background: var(--hh-paper);
}
.hh-zd__compare-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  background: var(--hh-ink);
  color: var(--hh-cream);
}
.hh-zd__compare-head > div {
  padding: 14px 8px;
  text-align: center;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.hh-zd__compare-head > div:first-child { text-align: left; padding-left: 14px; }
.hh-zd__compare-head .hh-zd__col-other { background: rgba(200, 123, 111, 0.25); color: var(--hh-cream); }
.hh-zd__compare-head .hh-zd__col-zen {
  background: var(--hh-green);
  color: #fff;
  position: relative;
}
.hh-zd__compare-head .hh-zd__col-zen::after {
  content: "WINNER";
  position: absolute;
  top: 4px; right: 4px;
  background: var(--hh-gold);
  color: var(--hh-ink);
  font-size: 7px;
  letter-spacing: 0.08em;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 700;
}
.hh-zd__compare-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  border-top: 1px solid var(--hh-line);
}
.hh-zd__compare-row:nth-child(even) { background: var(--hh-cream); }
.hh-zd__compare-row > div {
  padding: 12px 8px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hh-zd__compare-row > div:first-child {
  text-align: left;
  justify-content: flex-start;
  padding-left: 14px;
  font-family: var(--hh-display);
  font-weight: 600;
  color: var(--hh-ink);
  font-size: 11px;
}
.hh-zd__compare-other { color: var(--hh-rose-deep); font-style: italic; }
.hh-zd__compare-zen { color: var(--hh-green); font-weight: 600; }
@media (min-width: 600px) {
  .hh-zd__compare-head > div, .hh-zd__compare-row > div { font-size: 14px; padding: 16px; }
  .hh-zd__compare-head > div:first-child, .hh-zd__compare-row > div:first-child { font-size: 13px; }
}

/* GUARANTEE */
.hh-zd__guarantee-block {
  background: linear-gradient(135deg, var(--hh-paper) 0%, var(--hh-gold-soft) 100%);
  border: 2px solid var(--hh-gold);
  border-radius: var(--hh-radius-lg);
  padding: 28px 24px;
  margin: 28px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hh-zd__guarantee-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--hh-paper);
  border: 3px solid var(--hh-gold);
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 16px;
  color: var(--hh-rose-deep);
  text-align: center;
  line-height: 1;
  flex-direction: column;
  margin-bottom: 14px;
  box-shadow: var(--hh-shadow-soft);
}
.hh-zd__guarantee-seal strong {
  font-size: 26px;
  font-weight: 900;
  color: var(--hh-ink);
}
.hh-zd__guarantee-seal span {
  font-family: var(--hh-display);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hh-ink-soft);
  font-weight: 700;
  margin-top: 2px;
}
.hh-zd__guarantee-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: var(--hh-ink);
  margin-bottom: 10px;
}
@media (min-width: 768px) { .hh-zd__guarantee-h { font-size: 30px; } }
.hh-zd__guarantee-h em { color: var(--hh-rose-deep); font-style: italic; }
.hh-zd__guarantee-body {
  font-family: var(--hh-serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--hh-ink-soft);
  margin: 0 auto;
  max-width: 540px;
}
@media (min-width: 768px) { .hh-zd__guarantee-body { font-size: 16px; } }
.hh-zd__guarantee-body strong { color: var(--hh-ink); font-weight: 700; }

/* FAQ */
.hh-zd__faq-list { margin-top: 24px; }
.hh-zd__faq {
  background: var(--hh-paper);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius-md);
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.hh-zd__faq[open] { box-shadow: var(--hh-shadow-soft); border-color: var(--hh-rose); }
.hh-zd__faq summary {
  padding: 16px 20px 16px 46px;
  cursor: pointer;
  font-family: var(--hh-serif);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: var(--hh-ink);
  position: relative;
  list-style: none;
  user-select: none;
}
@media (min-width: 480px) { .hh-zd__faq summary { font-size: 16px; padding: 18px 22px 18px 50px; } }
.hh-zd__faq summary::-webkit-details-marker { display: none; }
.hh-zd__faq summary::before {
  content: "+";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  background: var(--hh-rose-soft);
  color: var(--hh-rose-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 16px;
  transition: transform 0.2s ease;
}
.hh-zd__faq[open] summary::before {
  content: "âˆ’";
  background: var(--hh-rose);
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}
.hh-zd__faq-body {
  padding: 0 20px 18px 46px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--hh-ink-soft);
}
@media (min-width: 480px) { .hh-zd__faq-body { font-size: 15px; padding: 0 22px 20px 50px; } }
.hh-zd__faq-body p:not(:last-child) { margin-bottom: 12px; }

/* FINAL CTA */
.hh-zd__final {
  background: linear-gradient(135deg, var(--hh-ink) 0%, #2a2520 100%);
  color: var(--hh-cream);
  padding: 52px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .hh-zd__final { padding: 72px 0 56px; } }
.hh-zd__final::before {
  content: "";
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(200, 123, 111, 0.18), transparent 70%);
  border-radius: 50%;
}
.hh-zd__final-eyebrow {
  font-family: var(--hh-display);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 14px;
  font-weight: 700;
  position: relative;
}
.hh-zd__final-h {
  font-family: var(--hh-serif);
  font-weight: 900;
  font-size: 26px;
  line-height: 1.18;
  margin-bottom: 16px;
  position: relative;
  color: var(--hh-cream);
}
@media (min-width: 768px) { .hh-zd__final-h { font-size: 38px; } }
.hh-zd__final-h em { color: var(--hh-rose); font-style: italic; }
.hh-zd__final-sub {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 16px;
  color: rgba(250, 246, 241, 0.78);
  max-width: 520px;
  margin: 0 auto 26px;
  position: relative;
}
@media (min-width: 768px) { .hh-zd__final-sub { font-size: 17px; } }
.hh-zd__final .hh-zd__cta {
  position: relative;
  background: var(--hh-rose);
  box-shadow: 0 8px 0 var(--hh-rose-deep), 0 12px 24px rgba(200, 123, 111, 0.35);
}
.hh-zd__final .hh-zd__cta:hover {
  box-shadow: 0 6px 0 var(--hh-rose-deep), 0 8px 16px rgba(200, 123, 111, 0.40);
}
.hh-zd__final .hh-zd__cta:active { box-shadow: 0 0 0 var(--hh-rose-deep); color: #fff; }
.hh-zd__final .hh-zd__cta-sub { color: rgba(250, 246, 241, 0.6); position: relative; }

/* FOOTER */
.hh-zd__footer {
  background: var(--hh-ink);
  color: rgba(250, 246, 241, 0.55);
  padding: 24px 0 32px;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
  border-top: 1px solid rgba(250, 246, 241, 0.08);
}
.hh-zd__footer p { margin-bottom: 10px; }
.hh-zd__footer-disclaimer { font-style: italic; color: rgba(250, 246, 241, 0.4); }
.hh-zd__footer a { color: rgba(250, 246, 241, 0.7); text-decoration: underline; }
.hh-zd__footer-links { margin-top: 12px; font-family: var(--hh-display); font-size: 11px; letter-spacing: 0.04em; }
.hh-zd__footer-links a { margin: 0 6px; }

/* INLINE EMPHASIS */
.hh-zd .hh-zd__hl {
  background: linear-gradient(transparent 60%, var(--hh-gold-soft) 60%);
  padding: 0 2px;
  font-weight: 700;
}
.hh-zd .hh-zd__rose { color: var(--hh-rose-deep); font-weight: 700; }

/* STICKY CTA */
.hh-zd__sticky {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--hh-paper);
  border-top: 1px solid var(--hh-line);
  box-shadow: 0 -4px 20px rgba(31, 29, 26, 0.10);
  padding: 10px 14px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hh-zd__sticky.is-visible { transform: translateY(0); }
.hh-zd__sticky.is-hidden { transform: translateY(110%); }
.hh-zd__sticky-info { flex: 1; min-width: 0; }
.hh-zd__sticky-title {
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--hh-ink);
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.hh-zd__sticky-price {
  font-family: var(--hh-sans);
  font-size: 11px;
  color: var(--hh-ink-mute);
  margin-top: 2px;
}
.hh-zd__sticky-price strong { color: var(--hh-green); font-weight: 700; }
.hh-zd__sticky-price s { color: var(--hh-ink-mute); margin-right: 4px; }
.hh-zd__sticky-cta {
  background: var(--hh-green);
  color: #fff;
  font-family: var(--hh-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
  box-shadow: 0 4px 0 var(--hh-green-hover);
}
.hh-zd__sticky-cta:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--hh-green-hover); color: #fff; }
.hh-zd__sticky-cta:hover { color: #fff; }
.hh-zd__sticky-close {
  background: transparent;
  border: none;
  color: var(--hh-ink-mute);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -4px;
}
.hh-zd__sticky-close:hover { background: var(--hh-cream-deep); }
@media (min-width: 768px) {
  .hh-zd__sticky { padding: 12px 24px; }
  .hh-zd__sticky-title { font-size: 14px; }
  .hh-zd__sticky-cta { font-size: 14px; padding: 14px 22px; }
}
@media (max-width: 320px) {
  .hh-zd__h1 { font-size: 24px; }
  .hh-zd__h2 { font-size: 22px; }
  .hh-zd__cta { font-size: 14px; padding: 16px 20px; }
  .hh-zd__wrap { padding: 0 14px; }
  .hh-zd__sticky { padding: 8px 12px; gap: 8px; }
  .hh-zd__sticky-cta { padding: 10px 12px; font-size: 12px; }
  .hh-zd__sticky-title { font-size: 12px; }
}


@media screen and (max-width: 767px){
.hh-zd__brand{
    display: flex;
    justify-content: center;
}

}