/* ===== Fonts: original main.css points to a wrong path — remap to actual files ===== */
@font-face { font-family: "Roboto"; src: url("/local/templates/ecofucin.ru/images/public/fonts/roboto-light.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("/local/templates/ecofucin.ru/images/public/fonts/roboto-regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("/local/templates/ecofucin.ru/images/public/fonts/roboto-medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("/local/templates/ecofucin.ru/images/public/fonts/roboto-semibold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("/local/templates/ecofucin.ru/images/public/fonts/robotosemicondensed-light.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("/local/templates/ecofucin.ru/images/public/fonts/robotosemicondensed-regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("/local/templates/ecofucin.ru/images/public/fonts/robotocondensed-medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("/local/templates/ecofucin.ru/images/public/fonts/robotosemicondensed-semibold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Yanone Kaffeesatz"; src: url("/local/templates/ecofucin.ru/images/public/fonts/yanonekaffeesatz-light.ttf") format("truetype"); font-weight: 300; font-display: swap; }

/* ===== Base layout: stacked scroll ===== */
html { scroll-behavior: smooth; }
body { overflow: visible !important; background: #fff; }
main.stacked { display: block; }
main.stacked > section,
main.stacked > .hero { min-height: auto; }

/* ===== Brand name (inline pack logo) ===== */
.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05em;
  white-space: nowrap;
  line-height: 1;
  vertical-align: baseline;
}
.brand-name__logo {
  height: 0.9em;
  width: auto;
  display: inline-block;
  vertical-align: -0.08em;
  user-select: none;
}
.brand-name__tm {
  font-family: "Roboto", sans-serif;
  font-size: 0.45em;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  align-self: flex-start;
  margin-top: 0.05em;
  color: #18243e;
}

/* ===== Header sticky ===== */
.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--color-green, #499f0a);
  box-shadow: 0 4px 20px rgba(20, 60, 10, .12);
}
.header .container { padding-inline: 20px; }
.header__container { gap: clamp(.5rem, 1vw, 1.25rem); }
.header__nav { flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
.header__nav ul {
  display: flex; align-items: center; flex-wrap: nowrap;
  gap: clamp(.4rem, .9vw, 1.1rem);
  list-style: none; margin: 0; padding: 0;
  white-space: nowrap;
}
.header__nav ul li { line-height: 1; }
.header__nav ul a {
  color: #fff; text-decoration: none;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(.72rem, .78vw, .88rem);
  font-weight: 400; letter-spacing: .01em;
  text-transform: uppercase;
  padding: .35rem .05rem;
  border-bottom: 2px solid transparent;
  transition: border-color .15s ease, opacity .15s ease, color .15s ease;
  white-space: nowrap;
}
.header__nav ul a:hover { border-bottom-color: #ffd93b; opacity: .95; }
.header__nav ul a.is-active {
  border-bottom-color: #ffd93b;
  color: #ffd93b;
}
@media (max-width: 1023.98px) {
  .header__nav ul { gap: .5rem; }
  .header__nav ul a { font-size: .72rem; }
}
@media (max-width: 767.98px) {
  .header__nav { display: none; }
}

/* Smooth scroll + offset for sticky header on anchor jumps */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
section[id] { scroll-margin-top: 80px; }

/* ===== Hero (refined stacked layout, no absolute overlaps) ===== */
.hero.hero--refined {
  position: relative;
  padding: clamp(2.5rem, 4vw, 4.5rem) 0 clamp(3rem, 5vw, 5rem);
  background: linear-gradient(180deg, #ecf6e6 0%, #f5faf1 100%);
  overflow: visible;
}
.hero.hero--refined .hero__bg {
  position: absolute; inset: 0; z-index: 0; opacity: .35;
  background-size: cover; background-position: center;
}
.hero.hero--refined .hero__container {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 1fr auto;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: stretch; padding-top: 0;
  min-height: auto;
}
.hero.hero--refined .hero__content {
  display: flex; flex-direction: column; gap: clamp(1rem, 1.5vw, 1.5rem);
  align-items: flex-start;
}
.hero__content-body {
  flex: 1 1 auto;
  display: flex; flex-direction: column; gap: clamp(1rem, 1.5vw, 1.5rem);
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.hero.hero--refined .hero__eyebrow {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(.9rem, 1.1vw, 1.05rem);
  font-weight: 500; letter-spacing: .04em; text-transform: uppercase;
  color: #20400d; opacity: .8; line-height: 1.3; margin: 0;
}
.hero.hero--refined .hero__subtitle {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  font-weight: 600; line-height: 1.05; letter-spacing: -.02em;
  color: #143c0a; text-transform: uppercase; margin: 0; max-width: 640px;
}
.hero.hero--refined .hero__subtitle .overline-text { color: #499f0a; font-size: .5em; }
.hero.hero--refined .hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: .6rem; }
.hero__buy {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .95rem 1.6rem; border-radius: 999px;
  background: #ffd93b; color: #20400d; font-weight: 600; font-size: 1rem;
  text-decoration: none; box-shadow: 0 8px 22px rgba(255, 217, 59, .45);
  transition: transform .15s ease, box-shadow .15s ease;
}
.hero__buy:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255, 217, 59, .55); }
.hero__more {
  display: inline-flex; align-items: center; padding: .95rem 1.4rem;
  border-radius: 999px; border: 1px solid #499f0a; color: #20400d;
  font-weight: 500; text-decoration: none;
  transition: background .15s ease;
}
.hero__more:hover { background: rgba(73, 159, 10, .08); }
.hero__trust-chips {
  display: flex; flex-wrap: wrap; gap: .65rem;
}
.hero__chip {
  display: inline-flex; flex-direction: row-reverse; align-items: baseline; gap: .45rem;
  padding: .55rem .95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(73, 159, 10, .22);
  box-shadow: 0 2px 10px rgba(32, 64, 13, .06);
  font-family: "Roboto", sans-serif;
  font-size: clamp(.78rem, .9vw, .9rem);
  font-weight: 500;
  line-height: 1.25;
  color: #20400d;
}
.hero__chip svg {
  width: 1.05rem; height: 1.05rem;
  color: #499f0a; flex-shrink: 0;
  align-self: center;
}
.hero__chip--highlight {
  background: #fff9d6;
  border-color: rgba(255, 217, 59, .55);
  color: #20400d;
}
.hero__chip--highlight svg { color: #e6a000; }
.hero__chip .overline-text { font-size: .65em; color: #499f0a; }
@media (max-width: 767.98px) {
  .hero__trust-chips { justify-content: center; align-self: center; width: 100%; }
}
@media (max-width: 559.98px) {
  .hero__trust-chips { flex-direction: column; align-items: stretch; }
  .hero__chip { justify-content: center; width: 100%; }
}
.hero__visual {
  position: relative;
  min-height: clamp(420px, 52vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hero__stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
}
.hero__stage::before {
  content: "";
  position: absolute;
  width: clamp(280px, 40vw, 520px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 40%,
    rgba(163, 217, 119, 0.55) 0%,
    rgba(163, 217, 119, 0.28) 35%,
    rgba(163, 217, 119, 0) 72%);
  filter: blur(4px);
}
.hero__stage-ring {
  position: absolute;
  width: clamp(320px, 44vw, 560px);
  aspect-ratio: 1 / 1;
  animation: hero-rotate 60s linear infinite;
}
@keyframes hero-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.hero__visual .hero__product-img,
.hero .hero__visual .hero__product-img {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: min(76%, 380px);
  max-height: clamp(280px, 40vw, 440px);
  object-fit: contain;
  filter:
    drop-shadow(0 30px 45px rgba(20, 60, 10, 0.22))
    drop-shadow(0 8px 14px rgba(20, 60, 10, 0.15));
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  margin: 0;
}
.hero__visual .hero__product-img:hover {
  transform: translateY(-6px) rotate(-1.5deg);
}
.hero__product-caption {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 0.5rem;
  padding: .55rem .95rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: 0 10px 22px -14px rgba(32, 64, 13, 0.35);
  font-family: "Roboto", sans-serif;
  font-size: clamp(.78rem, .9vw, .9rem);
  font-weight: 500;
  line-height: 1.25;
  color: #20400D;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.hero__product-caption-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #499F0A;
  box-shadow: 0 0 0 4px rgba(73, 159, 10, 0.18);
  flex-shrink: 0;
  align-self: center;
}

.hero__bottom-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: baseline;
}
.hero__bottom-row .hero__trust-chips { justify-self: start; }
.hero__bottom-row .hero__product-caption { justify-self: center; }

/* Bottom row stays aligned to the two columns above it */
@media (max-width: 1023.98px) {
  .hero.hero--refined .hero__container { gap: clamp(0.75rem, 1.6vw, 1.5rem); }
  .hero__bottom-row { gap: clamp(0.75rem, 1.6vw, 1.5rem); }
  .hero.hero--refined .hero__subtitle { font-size: clamp(1.75rem, 3.6vw, 2.6rem); }
  .hero.hero--refined .hero__lede { font-size: clamp(.95rem, 1.05vw, 1.05rem); }
  .hero__visual { min-height: clamp(340px, 42vw, 520px); }
  .hero__visual .hero__product-img { max-width: min(72%, 320px); max-height: clamp(220px, 34vw, 360px); }
}
@media (max-width: 767.98px) {
  .hero.hero--refined .hero__container { grid-template-columns: 1fr; }
  .hero.hero--refined .hero__content { align-items: center; text-align: center; }
  .hero.hero--refined .hero__subtitle { text-align: center; }
  .hero.hero--refined .hero__cta { justify-content: center; }
  .hero__bottom-row { grid-template-columns: 1fr; justify-items: center; align-items: center; gap: 1.5rem; }
  .hero__trust-chips { justify-content: center; width: 100%; }
  .hero__visual { min-height: 380px; }
  .hero__visual .hero__product-img { max-width: 70%; max-height: 340px; }
}
@media (max-width: 559.98px) {
  .hero__visual { min-height: 320px; }
  .hero__visual .hero__product-img { max-width: 74%; max-height: 260px; }
  .hero__chip { justify-content: center; width: 100%; }
  .hero__stage-leaf { display: none; }
}

/* ===== Symptoms: reuse original bg ===== */
/* ===== Symptoms — editorial medical split ===== */
.symptoms {
  min-height: auto;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: #F6FAF3;
  position: relative;
  overflow: hidden;
}
.symptoms::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}
.symptoms__inner { position: relative; z-index: 1; }
.symptoms__card {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: stretch;
  background: #ffffff;
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(32, 64, 13, 0.18), 0 2px 6px rgba(32, 64, 13, 0.04);
  border: 1px solid rgba(231, 240, 226, 0.9);
}
.symptoms__content {
  padding: clamp(1.75rem, 4vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.75rem, 3vw, 3rem);
}
.symptoms__header { display: flex; flex-direction: column; gap: 1rem; }
.symptoms__eyebrow {
  align-self: flex-start;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(73, 159, 10, 0.10);
  color: #499F0A;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.symptoms__title {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 0.88;
  color: #20400D;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
  text-align: left;
  padding-inline: 0;
}
.symptoms__description {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.55;
  color: rgba(32, 64, 13, 0.72);
  max-width: 34em;
  margin: 0;
  text-align: left;
}
.symptoms__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.symptoms__item {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.25rem 1.35rem;
  background: #E7F0E2;
  border-radius: 1.25rem;
  transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.symptoms__item:hover {
  background: #dbe9d1;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -18px rgba(32, 64, 13, 0.35);
}
.symptoms__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #499F0A;
  box-shadow: 0 1px 2px rgba(32, 64, 13, 0.06);
}
.symptoms__icon svg { width: 1.15rem; height: 1.15rem; }
.symptoms__label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #20400D;
  line-height: 1.35;
}

.symptoms__visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #E7F0E2;
}
.symptoms__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.symptoms__badge {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 28px -14px rgba(32, 64, 13, 0.35);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.symptoms__badge-eyebrow {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #499F0A;
}
.symptoms__badge-text {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #20400D;
  line-height: 1.35;
}
@media (max-width: 900px) {
  .symptoms__card { grid-template-columns: 1fr; }
  .symptoms__visual { min-height: 320px; order: -1; }
  .symptoms__grid { grid-template-columns: 1fr; }
}


/* ===== Section rhythm ===== */
main.stacked > .benefits,
main.stacked > .usage,
main.stacked > .thrush,
main.stacked > .importance,
main.stacked > .treatment,
main.stacked > .effectiveness,
main.stacked > .thanks { padding-bottom: 4.5rem; }

/* ===== Footer without sliding transform ===== */
.footer { position: static !important; translate: none !important; height: auto !important; background: #f7f9fa; }
.footer__inner { padding-bottom: 2.5rem; }

/* Effectiveness cards spacing */
.effectiveness__list { gap: 2rem; padding-inline: 20px; }
@media (max-width: 1023.98px) { .effectiveness__list { padding-inline: 20px; } }

/* Application block */
.application {
  display: flex; align-items: center; gap: 3rem; margin-top: 2rem;
  padding: 2rem; background: #f5f9f4; border-radius: 1.5rem;
}
.application__images img { width: 200px; }
.application__info p { font-size: 1rem; line-height: 1.5; margin-bottom: .75rem; color: #20400d; }
.application__info p b { color: #499f0a; }
@media (max-width: 768.98px) {
  .application { flex-direction: column; padding: 1.25rem; }
  .application__images img { width: 150px; }
}

/* Text notes footer */
.text-notes {
  max-width: 1180px; margin: 0 auto; padding: 2rem 20px;
  font-size: .85rem; line-height: 1.55; color: #6b7280;
}
.text-notes p { margin-bottom: .5rem; }
.text-notes sup { color: #499f0a; font-weight: 600; }

/* Section titles rhythm */
.benefits__title, .usage__title, .thrush__title, .symptoms__title,
.importance__title, .treatment__title, .effectiveness__title { padding-inline: 20px; }
.container { padding-inline: 20px; }

/* ===== Pregnancy: ground the photo to bottom ===== */
#pregnancy { overflow: hidden; padding-bottom: 0 !important; }
#pregnancy .benefits__content { align-items: end !important; }
#pregnancy .benefits__image { align-self: end; display: flex; }
#pregnancy .benefits__image img {
  display: block; margin-bottom: 0; object-fit: contain; object-position: bottom; max-height: 560px;
}
@media (max-width: 1023.98px) {
  #pregnancy .benefits__image { justify-content: center; }
  #pregnancy .benefits__image img { max-height: 420px; }
}

/* ===== Thrush block (elegant bento grid) ===== */
.thrush--bento {
  display: block;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background: #fcfaf7;
}

.thrush--bento .container {
  max-width: 1180px;
}

.thrush-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 1.25rem;
}

/* Top row: 8/4 split */
.thrush-bento__panel--intro {
  grid-column: span 8;
  position: relative;
  background: #ffffff;
  border: 1px solid #e8efe9;
  border-radius: 2.25rem;
  padding: clamp(2rem, 4vw, 3.25rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(2rem, 3vw, 2.75rem);
  min-height: 340px;
}

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

.thrush-bento__eyebrow {
  display: inline-block;
  align-self: flex-start;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(73, 159, 10, 0.10);
  color: var(--color-green-alt, #499f0a);
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.thrush-bento__title {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-green-dark, #20400d);
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
}

.thrush-bento__lead {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.65;
  color: #5a6b61;
  max-width: 36em;
  margin: 0;
}

.thrush-bento__lead em {
  font-style: italic;
  color: var(--color-green-dark, #20400d);
  font-weight: 500;
}

/* Big 75% stat block */
.thrush-bento__stat {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2ec;
}

.thrush-bento__stat-value {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  color: var(--color-green-alt, #499f0a);
  letter-spacing: -0.02em;
  position: relative;
}

.thrush-bento__stat-pct {
  font-size: 0.5em;
  margin-left: 0.05em;
  color: var(--color-green-alt, #499f0a);
  opacity: 0.85;
}

.thrush-bento__stat-value sup.overline-text {
  font-size: 0.28em;
  vertical-align: super;
  color: #8ea198;
  margin-left: 0.1em;
}

.thrush-bento__stat-caption {
  font-family: "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #6b7d72;
  text-transform: none;
  max-width: 220px;
  padding-bottom: 0.75rem;
}

.thrush-bento__blob {
  position: absolute;
  top: -30%;
  right: -12%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(73, 159, 10, 0.12), rgba(73, 159, 10, 0) 70%);
  pointer-events: none;
  z-index: 1;
}



/* Product panel — premium clinical glassmorphism */
.thrush-bento__panel--product {
  grid-column: span 4;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(155deg, #4fb00d 0%, #2f7a08 55%, #1a5238 100%);
  border-radius: 2.25rem;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  box-shadow:
    0 2px 12px -6px rgba(20, 80, 30, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Layered blurred glow orbs for depth */
.thrush-bento__panel--product::before,
.thrush-bento__panel--product::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.thrush-bento__panel--product::before {
  top: -20%;
  right: -15%;
  width: 260px;
  height: 260px;
  background: rgba(163, 230, 130, 0.35);
  filter: blur(80px);
}
.thrush-bento__panel--product::after {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.08);
  filter: blur(60px);
}

/* Ambient sheen — brightens on hover */
.thrush-bento__wave {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.18), transparent 45%),
    radial-gradient(ellipse at 80% 100%, rgba(0, 0, 0, 0.20), transparent 55%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.thrush-bento__product {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.thrush-bento__product img {
  width: auto;
  max-width: 72%;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

/* Realistic contact shadow beneath the pack */
.thrush-bento__product::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 62%;
  height: 18px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.35);
  filter: blur(18px);
  border-radius: 50%;
  z-index: -1;
  transition: opacity 0.5s ease, width 0.5s ease;
}

.thrush-bento__panel--product:hover .thrush-bento__product {
  transform: translateY(-6px) rotate(-1.5deg) scale(1.03);
}
.thrush-bento__panel--product:hover .thrush-bento__product::after {
  width: 56%;
  opacity: 0.5;
}

/* Glass pill label — top-left */
.thrush-bento__product-label {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  z-index: 3;
}

.thrush-bento__product-label sup {
  color: rgba(255, 255, 255, 0.75);
  margin-left: 1px;
}


/* Bottom row: 4 equal cards */
.thrush-bento__card {
  grid-column: span 3;
  background: #ffffff;
  border: 1px solid #e8efe9;
  border-radius: 1.75rem;
  padding: 1.75rem 1.5rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  position: relative;
}

.thrush-bento__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(73, 159, 10, 0.04), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.thrush-bento__card:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 159, 10, 0.30);
  box-shadow: 0 24px 48px -22px rgba(73, 159, 10, 0.35);
}
.thrush-bento__card:hover::before { opacity: 1; }

.thrush-bento__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(73, 159, 10, 0.10);
  color: var(--color-green-alt, #499f0a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.thrush-bento__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.thrush-bento__card:hover .thrush-bento__icon {
  background: var(--color-green-alt, #499f0a);
  color: #ffffff;
  transform: scale(1.06);
}

.thrush-bento__card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #20400d;
  margin: 0 0 0.5rem;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

.thrush-bento__card p {
  font-family: "Roboto", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5a6b61;
  margin: 0;
}


@media (max-width: 991.98px) {
  .thrush-bento__panel--intro { grid-column: span 12; min-height: auto; }
  .thrush-bento__panel--product { grid-column: span 12; min-height: 260px; }
  .thrush-bento__card { grid-column: span 6; }
}

@media (max-width: 575.98px) {
  .thrush-bento { gap: 0.9rem; }
  .thrush-bento__card { grid-column: span 12; min-height: auto; }
  .thrush-bento__panel--intro,
  .thrush-bento__panel--product { border-radius: 1.5rem; }
  .thrush-bento__card { border-radius: 1.25rem; }
}



/* ============================================================
   UNIFIED DESIGN SYSTEM — ds-*
   ============================================================ */
:root {
  --ds-bg:        #ffffff;
  --ds-tint:      #F6FAF3;
  --ds-tint-2:    #ECF6E6;
  --ds-line:      #E7F0E2;
  --ds-line-soft: #eef2ec;
  --ds-ink:       #143C0A;
  --ds-ink-2:     #20400D;
  --ds-muted:     #5A6B61;
  --ds-green:     #499F0A;
  --ds-green-2:   #64B22A;
  --ds-green-dk:  #20400D;
  --ds-accent:    #FFD93B;
  --ds-radius:    1.75rem;
  --ds-radius-lg: 2.25rem;
  --ds-shadow:    0 24px 60px -30px rgba(32,64,13,0.20), 0 2px 6px rgba(32,64,13,0.04);
  --ds-shadow-h:  0 30px 60px -24px rgba(73,159,10,0.32);
}

/* Neutralize legacy section paddings so DS controls rhythm */
main.stacked > .benefits,
main.stacked > .usage,
main.stacked > .thrush,
main.stacked > .importance,
main.stacked > .treatment,
main.stacked > .effectiveness,
main.stacked > .thanks { padding-bottom: 0; }

/* Section shell */
.ds-section {
  position: relative;
  padding: clamp(3.5rem, 6vw, 6rem) 0;
  background: var(--ds-bg);
}
.ds-section--tint  { background: var(--ds-tint); }
.ds-section--tint2 { background: var(--ds-tint-2); }
.ds-section--dark  {
  background: linear-gradient(160deg, #143C0A 0%, #20400D 55%, #0f2a06 100%);
  color: #ffffff;
}
.ds-container { max-width: 1180px; margin: 0 auto; padding-inline: 20px; }

/* Header block */
.ds-head {
  display: flex; flex-direction: column; gap: 1rem;
  max-width: 44rem;
  margin: 0 0 clamp(2rem, 3.5vw, 3rem);
}
.ds-head--center { align-items: center; text-align: center; margin-inline: auto; }
.ds-eyebrow {
  align-self: flex-start;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(73, 159, 10, 0.10);
  color: var(--ds-green);
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}
.ds-section--dark .ds-eyebrow {
  background: rgba(255,255,255,0.10);
  color: #cfe8b8;
}
.ds-head--center .ds-eyebrow { align-self: center; }
.ds-title {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5.2vw, 4.5rem);
  line-height: 0.95;
  color: var(--ds-ink);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
}
.ds-section--dark .ds-title { color: #ffffff; }
.ds-title .accent { color: var(--ds-green); }
.ds-lead {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.6;
  color: var(--ds-muted);
  margin: 0;
  max-width: 40em;
}
.ds-section--dark .ds-lead { color: rgba(255,255,255,0.78); }

/* Grid systems */
.ds-grid   { display: grid; gap: clamp(1rem, 1.5vw, 1.5rem); }
.ds-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ds-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ds-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ds-split  { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: clamp(1.5rem, 3vw, 3rem); }
@media (max-width: 900px) {
  .ds-grid-2, .ds-grid-3, .ds-grid-4, .ds-split { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ds-grid-4 { grid-template-columns: 1fr; }
}

/* Card */
.ds-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-radius);
  padding: clamp(1.4rem, 2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .3s ease, box-shadow .3s ease;
}
.ds-card:hover {
  transform: translateY(-4px);
  border-color: rgba(73,159,10,0.30);
  box-shadow: var(--ds-shadow-h);
}
.ds-card--feature { padding: clamp(1.75rem, 2.5vw, 2.25rem); }
.ds-card--dark {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.12);
  color: #ffffff;
}
.ds-card--dark:hover { border-color: rgba(255,255,255,0.28); box-shadow: 0 24px 60px -24px rgba(0,0,0,0.4); }
.ds-card__icon {
  width: 2.75rem; height: 2.75rem;
  border-radius: 999px;
  background: rgba(73,159,10,0.10);
  color: var(--ds-green);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.ds-card__icon svg { width: 1.25rem; height: 1.25rem; }
.ds-card:hover .ds-card__icon { background: var(--ds-green); color: #fff; transform: scale(1.06); }
.ds-card--dark .ds-card__icon { background: rgba(255,255,255,0.12); color: #a8e07a; }
.ds-card--dark:hover .ds-card__icon { background: #a8e07a; color: var(--ds-ink); }
.ds-card__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ds-ink);
  margin: 0;
  line-height: 1.3;
}
.ds-card--dark .ds-card__title { color: #ffffff; }
.ds-card__text {
  font-family: "Roboto", sans-serif;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ds-muted);
  margin: 0;
}
.ds-card--dark .ds-card__text { color: rgba(255,255,255,0.72); }

/* Stat / number */
.ds-stat {
  font-family: "Yanone Kaffeesatz", "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: clamp(3.5rem, 6vw, 5rem);
  line-height: 0.9;
  color: var(--ds-green);
  letter-spacing: -0.02em;
}
.ds-stat sup { font-size: 0.3em; vertical-align: super; color: #8ea198; }

/* Chip pill */
.ds-chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(73,159,10,0.10);
  color: var(--ds-green);
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ds-chip--dark { background: rgba(255,255,255,0.12); color: #cfe8b8; }

/* CTA button */
.ds-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer; border: 0;
}
.ds-btn--primary {
  background: var(--ds-accent); color: var(--ds-ink-2);
  box-shadow: 0 8px 22px rgba(255,217,59,.45);
}
.ds-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255,217,59,.55); }
.ds-btn--ghost { border: 1px solid var(--ds-green); color: var(--ds-ink-2); background: transparent; }
.ds-btn--ghost:hover { background: rgba(73,159,10,0.08); }

/* Feature list (checkmark items) */
.ds-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.ds-checklist li {
  display: flex; align-items: flex-start; gap: 0.85rem;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border: 1px solid var(--ds-line);
  border-radius: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--ds-ink-2);
}
.ds-checklist li:last-child { margin-bottom: 0.75rem; }
.ds-checklist li::before {
  content: "";
  flex-shrink: 0; width: 1.5rem; height: 1.5rem; border-radius: 999px;
  background: var(--ds-green) 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' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 60% no-repeat;
  margin-top: 0.15rem;
}

/* Pregnancy section: organic bottom spacing after last checklist item */
#pregnancy .ds-checklist { padding-bottom: 1rem; }

/* Media block */
.ds-media {
  position: relative;
  background: var(--ds-tint-2);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
}
.ds-media img { max-width: 78%; max-height: 82%; object-fit: contain; filter: drop-shadow(0 24px 34px rgba(20,60,10,0.22)); }
.ds-media--photo img { max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: cover; filter: none; }

/* Study card (Effectiveness) */
.ds-study {
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-radius);
  padding: clamp(1.5rem, 2.2vw, 2rem);
  display: flex; flex-direction: column; gap: 1rem;
  transition: box-shadow .3s ease, border-color .3s ease, transform .35s ease;
}
.ds-study:hover { transform: translateY(-4px); border-color: rgba(73,159,10,0.28); box-shadow: var(--ds-shadow-h); }
.ds-study__head { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.ds-study__title {
  font-family: "Roboto", sans-serif; font-size: 1.15rem; font-weight: 600;
  color: var(--ds-ink); margin: 0; line-height: 1.3;
}
.ds-study__meta { display: flex; flex-wrap: wrap; gap: 0.4rem 0.6rem; font-size: 0.82rem; color: var(--ds-muted); }
.ds-study__meta span { padding: 0.2rem 0.6rem; border-radius: 999px; background: var(--ds-line); }
.ds-study__img {
  width: 100%; border-radius: 1rem; background: var(--ds-tint);
  object-fit: contain; padding: 0.75rem; border: 1px solid var(--ds-line-soft);
}
.ds-study__text { font-family: "Roboto", sans-serif; font-size: 0.98rem; line-height: 1.55; color: var(--ds-ink-2); margin: 0; }
.ds-study__cite { font-family: "Roboto", sans-serif; font-size: 0.8rem; color: var(--ds-muted); line-height: 1.45; margin: 0; padding-top: 0.75rem; border-top: 1px solid var(--ds-line-soft); }

/* Step usage cards */
.ds-step {
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-radius);
  padding: clamp(1.5rem, 2vw, 1.9rem);
  display: flex; flex-direction: column; gap: 0.85rem;
  position: relative;
}
.ds-step__num {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 3rem; line-height: 1; color: var(--ds-green); font-weight: 400;
}
.ds-step__title { font-family: "Roboto", sans-serif; font-size: 1.08rem; font-weight: 600; color: var(--ds-ink); margin: 0; }
.ds-step__text { font-family: "Roboto", sans-serif; font-size: 0.95rem; line-height: 1.55; color: var(--ds-muted); margin: 0; }

/* CTA banner */
.ds-cta {
  position: relative;
  border-radius: var(--ds-radius-lg);
  padding: clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(155deg, #4fb00d 0%, #2f7a08 55%, #1a5238 100%);
  color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  box-shadow: 0 30px 60px -28px rgba(20,80,30,0.4);
}
.ds-cta::before {
  content: ""; position: absolute; top: -30%; right: -10%; width: 320px; height: 320px;
  border-radius: 50%; background: rgba(163,230,130,0.30); filter: blur(80px); pointer-events: none;
}
.ds-cta__title {
  font-family: "Yanone Kaffeesatz", sans-serif; font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; text-transform: uppercase;
  margin: 0 0 0.85rem; color: #fff;
}
.ds-cta__text { font-family: "Roboto", sans-serif; font-size: 1.05rem; line-height: 1.5; color: rgba(255,255,255,0.85); margin: 0 0 1.4rem; }
.ds-cta__visual {
  position: relative; z-index: 2;
  display: flex; gap: 1rem; align-items: center; justify-content: center; flex-wrap: wrap;
}
.ds-cta__visual img { max-width: 95%; max-height: 460px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,0.25)); }
@media (max-width: 768px) {
  .ds-cta { grid-template-columns: 1fr; text-align: center; }
  .ds-cta__visual { order: -1; }
  .ds-cta__visual img { max-width: 72%; max-height: 320px; }
}



/* ============================================================
   DS REFINEMENTS — уравнивание секций, центр, светлая палитра,
   бургер, компактные медиа-блоки
   ============================================================ */

/* Unified vertical rhythm for every top-level section */
.hero.hero--refined,
.ds-section,
.symptoms {
  padding-top: clamp(4rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 6vw, 5.5rem);
}
.hero.hero--refined { padding-top: clamp(3rem, 5vw, 4.5rem); }

/* Centered headers by default */
.ds-head {
  align-items: center;
  text-align: center;
  margin-inline: auto;
  margin-bottom: clamp(2.25rem, 3.5vw, 3.25rem);
}
.ds-head .ds-eyebrow { align-self: center; }
.ds-head .ds-lead { margin-inline: auto; }
.ds-head--left { align-items: flex-start; text-align: left; margin-inline: 0; }
.ds-head--left .ds-eyebrow { align-self: flex-start; }
.ds-head--left .ds-lead { margin-inline: 0; }

/* Unified card look everywhere */
.ds-card, .ds-step, .ds-study {
  border-radius: 1.5rem;
  box-shadow: 0 6px 20px -12px rgba(32,64,13,0.10);
}
.ds-card:hover, .ds-step:hover, .ds-study:hover {
  box-shadow: 0 20px 40px -22px rgba(73,159,10,0.28);
}
.ds-step { transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease; }
.ds-step:hover { transform: translateY(-3px); border-color: rgba(73,159,10,0.28); }

/* Softer media panels — no dark green fills in section flow */
.ds-media {
  aspect-ratio: auto;
  min-height: 300px;
  background: var(--ds-tint-2);
  border-radius: 1.5rem;
  padding: clamp(1rem, 2vw, 1.75rem);
}
.ds-media img { max-width: 62%; max-height: 260px; }
.ds-media--photo { padding: 0; }
.ds-media--photo img { max-width: 100%; max-height: 100%; }

/* About: light green product panel (no dark green) */
.about-product {
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 35% 35%, #ECF6E6 0%, #DDECD1 100%);
  border-radius: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.about-product::before {
  content: ""; position: absolute; inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 65%);
  pointer-events: none;
}
.about-product img {
  position: relative; z-index: 1;
  max-width: 62%; max-height: 68%;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(20,60,10,0.18));
}

/* About stat row: horizontal on desktop, cleaner spacing */
.about-stat {
  display: flex; align-items: flex-end; gap: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ds-line);
  margin-top: 1.5rem;
}
.about-stat p {
  font-size: 0.95rem; color: var(--ds-muted);
  max-width: 220px; margin: 0; padding-bottom: 0.5rem; line-height: 1.4;
}

/* CTA banner — soft light-green, no dark gradient. Yellow only on button */
.ds-cta {
  background: linear-gradient(155deg, #F1F9EB 0%, #DEEED2 100%);
  color: var(--ds-ink-2);
  border: 1px solid var(--ds-line);
  box-shadow: 0 24px 48px -30px rgba(32,64,13,0.20);
}
.ds-cta::before {
  background: rgba(163,230,130,0.35);
  filter: blur(70px);
  width: 260px; height: 260px;
}
.ds-cta__title { color: var(--ds-ink); }
.ds-cta__text  { color: var(--ds-muted); }
.ds-chip--dark {
  background: rgba(73,159,10,0.14);
  color: var(--ds-green);
}
.ds-cta__visual img { max-width: 90%; max-height: 420px; }

/* Symptoms — соответствие DS: скругления, тень */
.symptoms { background: var(--ds-tint); padding-block: clamp(4rem, 6vw, 5.5rem); }
.symptoms__card {
  border-radius: 1.75rem;
  box-shadow: 0 24px 48px -30px rgba(32,64,13,0.16), 0 2px 6px rgba(32,64,13,0.04);
  border: 1px solid var(--ds-line);
}
.symptoms__title { font-size: clamp(2.4rem, 5.2vw, 4.5rem); }

/* Softer green: убираем tint2 в пользу единого tint */
.ds-section--tint2 { background: var(--ds-tint); }

/* ============================================================
   MOBILE / RESPONSIVE — 320–1440px
   ============================================================ */

/* Header burger */
.header__container { position: relative; }
.header__burger {
  display: none;
  background: transparent; border: 0; padding: 0.5rem;
  cursor: pointer; color: #fff;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border-radius: 10px;
  transition: background .15s ease;
}
.header__burger:hover { background: rgba(255,255,255,0.12); }
.header__burger svg { width: 24px; height: 24px; }

@media (max-width: 899.98px) {
  .header__container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding-block: 0.75rem;
  }
  .header__logo img { max-height: 32px; width: auto; }
  .header__nav { display: none; }
  .header__buy {
    padding: 0.5rem 0.9rem; font-size: 0.85rem;
  }
  .header__burger { display: inline-flex; }

  /* Open state — full drawer under sticky header */
  .header__nav.is-open {
    display: block;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--color-green, #499f0a);
    box-shadow: 0 12px 24px rgba(20,60,10,0.18);
    padding: 0.5rem 1rem 1.25rem;
    z-index: 60;
  }
  .header__nav.is-open ul {
    flex-direction: column; align-items: stretch; gap: 0;
  }
  .header__nav.is-open ul li {
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  .header__nav.is-open ul li:first-child { border-top: 0; }
  .header__nav.is-open ul a {
    display: block; padding: 0.85rem 0.25rem;
    font-size: 0.95rem;
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  /* Hero one column */
  .hero.hero--refined .hero__container { grid-template-columns: 1fr; text-align: center; }
  .hero.hero--refined .hero__content { align-items: center; }
  .hero.hero--refined .hero__subtitle { text-align: center; font-size: clamp(1.75rem, 8vw, 2.4rem); }
  .hero.hero--refined .hero__cta { justify-content: center; width: 100%; }
  .hero__buy, .hero__more { width: 100%; justify-content: center; }
  .hero__visual { min-height: 300px; }
  .hero__visual .hero__product-img { max-width: 72%; max-height: 260px; }

  /* Sections stack + tighter padding */
  .hero.hero--refined, .ds-section, .symptoms {
    padding-top: clamp(2.75rem, 8vw, 3.5rem);
    padding-bottom: clamp(2.75rem, 8vw, 3.5rem);
  }

  /* Splits collapse */
  .ds-split, .ds-grid-2, .ds-grid-3, .ds-grid-4 { grid-template-columns: 1fr !important; }

  /* Titles smaller */
  .ds-title { font-size: clamp(2rem, 8vw, 2.75rem); }
  .symptoms__title { font-size: clamp(2rem, 9vw, 3rem); line-height: 1; }

  /* Media panels compact */
  .ds-media { min-height: 220px; }
  .ds-media img { max-height: 200px; }
  .about-product { aspect-ratio: 4/3; }

  /* CTA button full width */
  .ds-btn { width: 100%; }
  .ds-cta__visual img { max-width: 80%; max-height: 280px; }

  /* Symptoms: swap image on top */
  .symptoms__card { grid-template-columns: 1fr; }
  .symptoms__visual { order: -1; min-height: 220px; }
  .symptoms__grid { grid-template-columns: 1fr; }

  /* Header buy: hide label, show only cart on very small */
  .header__buy { padding: 0.5rem; }
  .header__buy svg { margin: 0; }
}

@media (max-width: 400px) {
  .container, .ds-container, .header__container { padding-inline: 14px; }
  .header__buy span, .header__buy { font-size: 0; }
  .header__buy svg { font-size: initial; width: 20px; height: 20px; }
}

/* Prevent horizontal scroll */
html, body { overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; height: auto; }

/* Composition/Benefits image tighter */
.composition-media, .benefits-media {
  aspect-ratio: 4/3;
  min-height: 260px;
  background: var(--ds-tint-2);
  border-radius: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
}
.composition-media img, .benefits-media img {
  max-width: 55%;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(20,60,10,0.18));
}
@media (max-width: 640px) {
  .composition-media, .benefits-media { min-height: 200px; }
  .composition-media img, .benefits-media img { max-width: 50%; max-height: 170px; }
}

/* Benefits grid: product image merged with advantage cards */
.benefits-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  align-items: stretch;
}
.benefits-grid .benefits-media {
  grid-row: span 2;
  min-height: 100%;
  aspect-ratio: auto;
  padding: clamp(1rem, 2.5vw, 1.75rem);
}
.benefits-grid .benefits-media img {
  max-height: 230px;
}
.benefits-grid .ds-card {
  height: 100%;
  padding: clamp(1.05rem, 1.6vw, 1.35rem);
  gap: 0.65rem;
}
.benefits-grid .ds-card__icon {
  width: 2.5rem;
  height: 2.5rem;
}
/* Last card spans full width to avoid a lone cell */
.benefits-grid .ds-card:last-of-type {
  grid-column: 1 / -1;
}
@media (max-width: 900px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid .benefits-media {
    grid-row: auto;
    min-height: 240px;
  }
  .benefits-grid .ds-card:last-of-type {
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .benefits-grid .benefits-media { min-height: 200px; }
  .benefits-grid .benefits-media img { max-height: 180px; }
}


/* Force burger drawer open across all mobile breakpoints (beats earlier .header__nav display:none) */
@media (max-width: 899.98px) {
  .header .header__nav.is-open {
    display: block !important;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--color-green, #499f0a);
    box-shadow: 0 12px 24px rgba(20,60,10,0.18);
    padding: 0.5rem 1rem 1.25rem;
    z-index: 60;
  }
  .header .header__nav.is-open ul {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header .header__nav.is-open ul li {
    border-top: 1px solid rgba(255,255,255,0.15);
    line-height: 1;
  }
  .header .header__nav.is-open ul li:first-child { border-top: 0; }
  .header .header__nav.is-open ul a {
    display: block;
    padding: 0.85rem 0.25rem;
    font-size: 0.95rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
}

/* Mobile menu — fixed so scroll position doesn't matter */
@media (max-width: 899.98px) {
  .header .header__nav.is-open {
    position: fixed !important;
    top: 59px; left: 0; right: 0;
    max-height: calc(100vh - 59px);
    overflow-y: auto;
  }
}

/* Mobile header — simple flex, drawer as fixed overlay (does NOT alter header row) */
@media (max-width: 899.98px) {
  .header .header__container {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem;
    padding-block: 0.75rem;
  }
  .header .header__logo { flex: 0 0 auto; margin-right: auto; }
  .header .header__logo img { max-height: 30px; width: auto; }
  .header .header__buy   { flex: 0 0 auto; }
  .header .header__burger{ flex: 0 0 auto; }

  .header .header__nav {
    display: none;
    position: fixed;
    top: 56px; left: 0; right: 0;
    background: var(--color-green, #499f0a);
    box-shadow: 0 12px 24px rgba(20,60,10,0.18);
    padding: 0.25rem 1rem 1rem;
    z-index: 60;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .header .header__nav.is-open { display: block; }
  .header .header__nav.is-open ul {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0; padding: 0; margin: 0; list-style: none;
  }
  .header .header__nav.is-open ul li {
    border-top: 1px solid rgba(255,255,255,0.15);
    line-height: 1;
  }
  .header .header__nav.is-open ul li:first-child { border-top: 0; }
  .header .header__nav.is-open ul a {
    display: block;
    padding: 0.9rem 0.25rem;
    font-size: 0.95rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom: 0;
  }
}

/* Independent mobile drawer — no legacy .header__nav conflicts */
.mobile-drawer { display: none; }
@media (max-width: 899.98px) {
  .mobile-drawer {
    display: block;
    position: fixed;
    top: 56px; left: 0; right: 0;
    background: var(--color-green, #499f0a);
    box-shadow: 0 12px 24px rgba(20,60,10,0.20);
    padding: 0.25rem 1rem 1rem;
    z-index: 60;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .mobile-drawer ul { list-style: none; margin: 0; padding: 0; }
  .mobile-drawer li { border-top: 1px solid rgba(255,255,255,0.15); }
  .mobile-drawer li:first-child { border-top: 0; }
  .mobile-drawer a {
    display: block;
    padding: 0.9rem 0.5rem;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .mobile-drawer a:hover { background: rgba(255,255,255,0.08); }
}

/* Absolutely hide the desktop nav on mobile — no toggling */
@media (max-width: 899.98px) {
  .header .header__nav { display: none !important; }
}

/* Usage: compact media panel with centered plate images */
.ds-usage-media {
  aspect-ratio: auto;
  min-height: 0;
  height: auto;
  align-self: center;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ds-usage-media img {
  max-width: min(320px, 80%);
  max-height: 280px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(20,60,10,0.2));
}
@media (max-width: 767.98px) {
  .ds-usage-media { padding: 1rem; }
  .ds-usage-media img { max-width: min(260px, 70%); max-height: 200px; }
}

/* ============ HERO ENHANCEMENTS ============ */
.hero.hero--refined { display: block; position: relative; overflow: hidden; background: linear-gradient(180deg, #f6faed 0%, #eaf5da 55%, #dcecc4 100%); }
.hero__leaves { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.hero__leaf { transform-origin: center; animation: hero-float 9s ease-in-out infinite; }
.hero__leaf--2 { animation-duration: 11s; animation-delay: -3s; }
.hero__leaf--3 { animation-duration: 13s; animation-delay: -6s; }
@keyframes hero-float {
  0%,100% { transform: translate3d(0,0,0) rotate(0deg); }
  50% { transform: translate3d(0,-10px,0) rotate(2deg); }
}
.hero.hero--refined .hero__container {
  position: relative; z-index: 2;
  width: 100%;
  max-width: min(1220px, 89.38vw);
  margin-inline: auto;
  padding-inline: clamp(16px, 2vw, 24px);
  box-sizing: border-box;
}
.hero.hero--refined .hero__content { max-width: 100%; }
.hero.hero--refined .hero__subtitle { max-width: 100%; }
.hero.hero--refined .hero__lede { max-width: 100%; }

.hero__lede {
  margin: .9rem 0 1.35rem;
  max-width: 34rem;
  font-size: clamp(.98rem, 1.15vw, 1.15rem);
  line-height: 1.5;
  color: #365a1a;
  font-weight: 400;
}
.hero__lede sup { color: #64b22a; }

.hero__product-wrap { position: relative; display: inline-block; animation: hero-product-float 6s ease-in-out infinite; }
.hero__product-img { position: relative; z-index: 2; filter: drop-shadow(0 22px 30px rgba(20,60,10,0.22)) drop-shadow(0 6px 10px rgba(20,60,10,0.14)); }
.hero__product-shadow {
  position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%);
  width: 72%; height: 22px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(20,60,10,0.28), rgba(20,60,10,0) 70%);
  filter: blur(4px);
  animation: hero-shadow-pulse 6s ease-in-out infinite;
  z-index: 1;
}
@keyframes hero-product-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes hero-shadow-pulse {
  0%,100% { transform: translateX(-50%) scale(1); opacity: .85; }
  50% { transform: translateX(-50%) scale(0.88); opacity: .6; }
}

/* Reveal */
.hero__reveal { opacity: 0; transform: translateY(14px); animation: hero-reveal .7s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes hero-reveal { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .hero__leaf, .hero__product-wrap, .hero__product-shadow { animation: none !important; }
  .hero__reveal { opacity: 1; transform: none; animation: none; }
}

/* Trust strip */
.hero__trust-strip {
  position: relative; z-index: 2;
  margin-top: 1rem;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(100,178,42,0.18);
  border-bottom: 1px solid rgba(100,178,42,0.14);
}
.hero__trust-strip-inner {
  width: 100%;
  max-width: min(1220px, 89.38vw);
  margin-inline: auto;
  box-sizing: border-box;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  padding: .9rem clamp(16px, 2vw, 24px);
  align-items: center;
}

.hero__fact { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.hero__fact + .hero__fact { border-left: 1px solid rgba(100,178,42,0.18); padding-left: 1rem; }
.hero__fact-icon {
  flex: 0 0 auto;
  width: 2.4rem; height: 2.4rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #eaf5da, #d3e9b3);
  color: #499f0a;
  box-shadow: inset 0 0 0 1px rgba(100,178,42,0.25);
}
.hero__fact-icon svg { width: 1.25rem; height: 1.25rem; }
.hero__fact-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.hero__fact-text b { font-size: clamp(.92rem, 1vw, 1.02rem); color: #20400d; font-weight: 600; }
.hero__fact-text span { font-size: clamp(.78rem, .82vw, .86rem); color: #4a6b2c; margin-top: .15rem; }

@media (max-width: 899.98px) {
  .hero__trust-strip-inner { grid-template-columns: 1fr; gap: .6rem; padding: .8rem var(--container-padding-x, 20px); }
  .hero__fact + .hero__fact { border-left: 0; border-top: 1px solid rgba(100,178,42,0.14); padding-left: 0; padding-top: .6rem; }
}

/* Footer registration info block */
.footer__reg-info {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(24, 36, 62, 0.12);
  font-size: 0.85rem;
  line-height: 1.55;
  color: #3a4560;
  text-align: left;
  max-width: 100%;
}
.footer__reg-info p {
  margin: 0 0 0.6rem;
}
.footer__reg-info p:last-child {
  margin-bottom: 0;
}
.footer__reg-info strong {
  color: #18243e;
  font-weight: 600;
}
.footer__reg-info a {
  color: #18243e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__reg-info a:hover {
  color: #8dc352;
}
.footer__contraindications {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border: 2px solid #18243e;
  border-radius: 2px;
  background: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", "PT Sans Narrow", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-stretch: condensed;
  color: #18243e;
  text-align: center;
}
@media (max-width: 640px) {
  .footer__reg-info { font-size: 0.8rem; }
  .footer__contraindications { font-size: 0.82rem; padding: 0.85rem 0.9rem; letter-spacing: 0.03em; }
}


/* =============================================
   FEMININE POLISH v1 — soft warm accents for female audience 20–45
   Adds peach/blush accents, softer curves, wave dividers, subtle warmth.
   Keeps brand green (#64B22A / #8dc352) and yellow CTA intact.
   ============================================= */
:root {
  --fem-blush: #fce7ea;
  --fem-blush-2: #f9d5db;
  --fem-peach: #fde4d3;
  --fem-cream: #fbf5ee;
  --fem-rose: #e9a6ae;
  --fem-warm-ink: #4a2b34;
}

/* subtle warm tint on light sections + soft radius */
.ds-section { position: relative; }
.ds-section--tint { background: linear-gradient(180deg, var(--fem-cream) 0%, #ffffff 100%); }
.ds-section--tint2 { background: linear-gradient(180deg, #fff 0%, var(--fem-blush) 100%); }

/* soft floating "blob" behind section heads */
.ds-section .ds-head { position: relative; z-index: 1; }
.ds-section .ds-head::before {
  content: "";
  position: absolute;
  top: -30px; left: 50%;
  width: 260px; height: 260px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(253,228,211,0.75), rgba(253,228,211,0));
  filter: blur(4px);
  z-index: -1;
  pointer-events: none;
}

/* wave dividers between sections */
.ds-section + .ds-section::before,
.ds-section + .symptoms::before,
.symptoms + .ds-section::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 42px;
  background:
    radial-gradient(60px 42px at 20% 0%, currentColor 98%, transparent 100%),
    radial-gradient(60px 42px at 60% 0%, currentColor 98%, transparent 100%),
    radial-gradient(60px 42px at 100% 0%, currentColor 98%, transparent 100%);
  color: var(--fem-cream);
  opacity: 0.65;
  pointer-events: none;
}
.ds-section--tint + .ds-section::before { color: var(--fem-cream); }
.ds-section--tint2::before { color: #ffffff; opacity: 1; }

/* cards: softer corners, warm shadow, top blush underline */
.ds-card {
  border-radius: 22px !important;
  box-shadow: 0 12px 28px -18px rgba(233,166,174,0.35), 0 6px 14px -10px rgba(20,40,60,0.08) !important;
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
  position: relative;
}
.ds-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -20px rgba(233,166,174,0.5), 0 10px 20px -12px rgba(20,40,60,0.10) !important;
}
.ds-card::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fem-blush-2), transparent 70%);
  opacity: .8;
}
.ds-card__icon {
  background: linear-gradient(135deg, #eaf7dc, var(--fem-blush)) !important;
  color: #499f0a !important;
}

/* eyebrow: soft italic accent */
.ds-eyebrow, .symptoms__eyebrow, .hero__eyebrow {
  font-style: italic;
  letter-spacing: 0.14em;
}

/* typography breathing room */
.ds-lead, .hero__lede, .symptoms__description {
  line-height: 1.72 !important;
  letter-spacing: 0.005em;
}
.ds-title, .symptoms__title, .hero__subtitle {
  letter-spacing: -0.005em;
}


/* hero: warm glow, softer product base */
.hero__product-shadow {
  background: radial-gradient(closest-side, rgba(253,228,211,0.55), rgba(253,228,211,0)) !important;
}
.hero__stage::after {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(closest-side at 70% 30%, rgba(253,228,211,0.55), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.hero__chip {
  border-radius: 999px !important;
}
.hero__chip--highlight {
  background: linear-gradient(135deg, #eaf7dc, var(--fem-blush)) !important;
  border-color: rgba(233,166,174,0.4) !important;
}

/* symptoms: rounded arch mask on woman image + warm tone */
.symptoms__visual {
  border-radius: 180px 180px 32px 32px / 220px 220px 32px 32px !important;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(74,43,52,0.35), inset 0 0 0 6px rgba(255,255,255,0.6);
  background: linear-gradient(180deg, var(--fem-blush), var(--fem-peach)) !important;
}
.symptoms__visual img {
  filter: saturate(0.92) hue-rotate(-4deg) contrast(1.02);
  mix-blend-mode: multiply;
}
.symptoms__card {
  border-radius: 32px !important;
}
.symptoms__item {
  border-radius: 20px !important;
}

/* pregnancy media — arch mask + warm bg */
#pregnancy .ds-media--photo {
  border-radius: 220px 220px 28px 28px / 260px 260px 28px 28px !important;
  background: linear-gradient(180deg, #fff, var(--fem-blush)) !important;
  box-shadow: 0 30px 60px -30px rgba(74,43,52,0.30), inset 0 0 0 6px rgba(255,255,255,0.7);
  overflow: hidden;
}
#pregnancy .ds-media--photo img {
  filter: saturate(0.95) hue-rotate(-3deg);
}

/* checklist bullets: rose dots */
.ds-checklist li::before {
  background: var(--fem-rose) !important;
}

/* stat: warm accent on % */
.ds-stat sup { color: var(--fem-rose) !important; }

/* buttons: subtle warm hover glow, keep yellow CTA color */
.hero__buy, .research__btn {
  box-shadow: 0 10px 22px -12px rgba(100,178,42,0.55), 0 6px 14px -8px rgba(233,166,174,0.35);
}
.hero__more {
  border-radius: 999px !important;
}

/* footer softening */
.footer { position: relative; }
.footer::before {
  content: "";
  position: absolute; top: -1px; left: 0; right: 0;
  height: 42px;
  background:
    radial-gradient(60px 42px at 20% 0%, var(--fem-blush) 98%, transparent 100%),
    radial-gradient(60px 42px at 60% 0%, var(--fem-blush) 98%, transparent 100%),
    radial-gradient(60px 42px at 100% 0%, var(--fem-blush) 98%, transparent 100%);
  opacity: .55;
  pointer-events: none;
}

/* prevent horizontal scroll across breakpoints */
html, body { overflow-x: hidden; max-width: 100%; }
img, svg, video { max-width: 100%; height: auto; }

/* tighten hero on very small screens */
@media (max-width: 480px) {
  .hero__container { padding-left: 16px; padding-right: 16px; }
  .hero__chip { font-size: 12px; }
  .symptoms__visual { border-radius: 120px 120px 24px 24px / 140px 140px 24px 24px !important; }
  #pregnancy .ds-media--photo { border-radius: 140px 140px 24px 24px / 160px 160px 24px 24px !important; }
}
@media (max-width: 375px) {
  .ds-container, .container { padding-left: 14px !important; padding-right: 14px !important; }
}

/* Instruction download link — in Usage section */
.ds-instruction-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #ffffff;
  color: #20400d;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1.5px solid rgba(100,178,42,0.4);
  box-shadow: 0 8px 20px -12px rgba(100,178,42,0.35), 0 4px 10px -6px rgba(233,166,174,0.25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ds-instruction-link:hover {
  background: #f6fbee;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -12px rgba(100,178,42,0.5), 0 6px 14px -8px rgba(233,166,174,0.35);
}
.ds-instruction-link svg { width: 20px; height: 20px; color: #499f0a; }

.footer__privacy-policy a[download] {
  color: #8dc352;
  font-weight: 600;
}

/* ============================================================
 * Interactive additions (Symptoms / How-it-works / Timeline / FAQ / BackToTop)
 * ============================================================ */

/* ---- Symptoms: interactive cards ---- */
.symptoms__grid--interactive { list-style: none; padding: 0; margin: 0; }
.symptoms__item--btn {
  position: relative;
  width: 100%;
  display: flex; align-items: center; gap: 0.75rem;
  padding: 1rem 1.1rem 1rem 2.6rem;
  border-radius: 18px;
  border: 1.5px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.10);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  font: inherit;
}
.symptoms__item--btn:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -18px rgba(0,0,0,0.35);
}
.symptoms__item--btn:focus-visible {
  outline: 2px solid var(--fem-rose, #e9a6ae);
  outline-offset: 3px;
}
.symptoms__item--btn.is-checked {
  background: rgba(255,255,255,0.22);
  border-color: var(--fem-rose, #e9a6ae);
  box-shadow: 0 12px 30px -18px rgba(233,166,174,0.55);
}
.symptoms__check {
  position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.08);
  color: transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.symptoms__check svg { width: 12px; height: 12px; }
.symptoms__item--btn.is-checked .symptoms__check {
  background: var(--fem-rose, #e9a6ae);
  border-color: var(--fem-rose, #e9a6ae);
  color: #fff;
}
.symptoms__hint {
  margin-top: 1.25rem;
  padding: 0;
  max-height: 0; opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .3s ease, padding .3s ease;
}
.symptoms__hint.is-visible {
  max-height: 400px; opacity: 1;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(252,231,234,0.16));
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  backdrop-filter: blur(4px);
}
.symptoms__hint-title {
  margin: 0 0 0.75rem;
  font-family: var(--second-family, "Roboto Condensed"), sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: #fff; line-height: 1.25;
}
.symptoms__hint-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.symptoms__hint-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--color-yellow, #fff701);
  color: #20400d;
  font-weight: 600; font-size: 0.92rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.symptoms__hint-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -12px rgba(0,0,0,0.4); }
.symptoms__hint-cta--ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
}
.symptoms__hint-disclaimer {
  margin: 0.75rem 0 0; font-size: 0.8rem; opacity: 0.85; line-height: 1.4;
}

/* ---- How it works (Composition) ---- */
.how-it-works {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 1rem;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
}
@media (max-width: 768px) {
  .how-it-works { grid-template-columns: 1fr; }
  .how-arrow { transform: rotate(90deg); justify-self: center; }
}
.how-step {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem 1.4rem 1.4rem;
  box-shadow: 0 14px 40px -30px rgba(20,60,10,0.35), 0 1px 0 rgba(255,255,255,0.6) inset;
  border: 1px solid rgba(100,178,42,0.15);
  opacity: 0; transform: translateY(14px);
  transition: opacity .6s ease var(--step-delay, 0s), transform .6s ease var(--step-delay, 0s);
}
.how-it-works.is-in .how-step { opacity: 1; transform: translateY(0); }
.how-step__num {
  position: absolute; top: -14px; left: 20px;
  width: 32px; height: 32px; border-radius: 999px;
  background: var(--color-green, #499f0a); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 6px 14px -6px rgba(73,159,10,0.55);
}
.how-step__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(100,178,42,0.16), rgba(252,231,234,0.4));
  color: var(--color-green, #499f0a);
  margin-bottom: 0.75rem;
}
.how-step__icon svg { width: 26px; height: 26px; }
.how-step__title { margin: 0 0 0.4rem; font-size: 1.05rem; color: #20400d; }
.how-step__text { margin: 0; font-size: 0.95rem; line-height: 1.5; color: #4a2b34; }
.how-arrow {
  align-self: center;
  color: var(--color-green, #499f0a);
  opacity: 0;
  transition: opacity .5s ease .2s;
}
.how-it-works.is-in .how-arrow { opacity: 0.7; }
.how-arrow svg { width: 60px; height: 24px; }

/* ---- Course timeline (Usage) ---- */
.course-timeline {
  position: relative;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2rem, 4vw, 3rem);
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.course-timeline__track {
  position: absolute;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  top: 30px;
  height: 4px;
  background: rgba(100,178,42,0.15);
  border-radius: 999px;
  overflow: hidden;
}
.course-timeline__bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--color-green, #499f0a), var(--fem-rose, #e9a6ae));
  border-radius: 999px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1) .1s;
}
.course-timeline.is-in .course-timeline__bar { width: 100%; }
.course-timeline__points {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
}
@media (max-width: 640px) {
  .course-timeline { padding: 0; }
  .course-timeline__track { display: none; }
  .course-timeline__points { grid-template-columns: 1fr; gap: 0.6rem; }
}
.course-point {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s ease var(--point-delay, 0s), transform .5s ease var(--point-delay, 0s);
}
.course-timeline.is-in .course-point { opacity: 1; transform: translateY(0); }
.course-point__dot {
  width: 60px; height: 60px; border-radius: 999px;
  background: #fff;
  border: 3px solid var(--color-green, #499f0a);
  color: var(--color-green, #499f0a);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.35rem;
  box-shadow: 0 10px 24px -14px rgba(73,159,10,0.5);
}
.course-point--end .course-point__dot {
  background: var(--color-green, #499f0a);
  color: #fff;
}
.course-point--end .course-point__dot svg { width: 24px; height: 24px; }
.course-point__label {
  margin-top: 0.6rem;
  font-family: var(--second-family, "Roboto Condensed"), sans-serif;
  font-weight: 600; font-size: 1.05rem;
  color: #20400d;
}
.course-point__desc {
  font-size: 0.9rem; color: #4a2b34; line-height: 1.4; max-width: 22ch;
}

/* ---- Animated counter ---- */
.anim-counter { display: inline-block; font-variant-numeric: tabular-nums; }

/* ---- FAQ ---- */
.faq-list { list-style: none; padding: 0; margin: clamp(1.5rem, 3vw, 2rem) auto 0; max-width: 820px; display: flex; flex-direction: column; gap: 0.7rem; }
.faq-item {
  background: #fff;
  border: 1px solid rgba(100,178,42,0.18);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item.is-open {
  border-color: rgba(100,178,42,0.5);
  box-shadow: 0 14px 32px -22px rgba(20,60,10,0.35);
}
.faq-item__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.2rem;
  background: transparent; border: 0; cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: 600; color: #20400d;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.35;
}
.faq-item__q:focus-visible { outline: 2px solid var(--color-green, #499f0a); outline-offset: -2px; }
.faq-item__chevron {
  flex-shrink: 0;
  width: 32px; height: 32px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(100,178,42,0.12);
  color: var(--color-green, #499f0a);
  transition: transform .3s ease, background .25s ease;
}
.faq-item__chevron svg { width: 16px; height: 16px; }
.faq-item.is-open .faq-item__chevron { transform: rotate(180deg); background: var(--color-green, #499f0a); color: #fff; }
.faq-item__a {
  padding: 0 1.2rem 1.1rem;
  color: #4a2b34;
  line-height: 1.55;
  font-size: 0.98rem;
  animation: faqFade .3s ease both;
}
.faq-item__a p { margin: 0; }
@keyframes faqFade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ---- Back to top ---- */
.back-to-top {
  position: fixed; right: 18px; bottom: 22px;
  width: 46px; height: 46px; border-radius: 999px;
  background: var(--color-green, #499f0a);
  color: #fff;
  border: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 32px -12px rgba(20,60,10,0.55);
  opacity: 0; transform: translateY(10px) scale(0.9);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
  z-index: 60;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-to-top:hover { background: #64b22a; }
.back-to-top svg { width: 20px; height: 20px; }
@media (max-width: 640px) {
  .back-to-top { right: 14px; bottom: 80px; width: 42px; height: 42px; }
}

/* ===== Scroll buy bar ===== */
.scroll-buy-bar {
  position: fixed !important;
  right: 18px;
  bottom: 80px;
  z-index: 55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: #ffd93b;
  color: #20400d;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(255, 217, 59, .45), 0 4px 12px rgba(20,60,10,.12);
  opacity: 0;
  transform: translateY(10px) scale(0.95);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, box-shadow .2s ease;
}
.scroll-buy-bar.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.scroll-buy-bar:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 32px rgba(255, 217, 59, .55), 0 6px 16px rgba(20,60,10,.14);
}
.scroll-buy-bar svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
/* Неактивное состояние «информация скоро появится» */
.scroll-buy-bar--soon {
  background: #eef5e6;
  color: #20400d;
  cursor: default;
  box-shadow: 0 6px 18px rgba(32, 64, 13, .1);
}
.scroll-buy-bar--soon:hover {
  transform: translateY(0) scale(1);
  box-shadow: 0 6px 18px rgba(32, 64, 13, .1);
}
@media (max-width: 640px) {
  .scroll-buy-bar {
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    justify-content: center;
    padding: 1rem 1.25rem;
    transform: translateY(100%);
  }
  .scroll-buy-bar.is-visible {
    transform: translateY(0);
  }
  .scroll-buy-bar:hover {
    transform: translateY(-1px);
  }
  .scroll-buy-bar--soon:hover {
    transform: translateY(0);
  }
}


/* ---- Hover polish on shared cards ---- */
.ds-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.ds-card:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -30px rgba(20,60,10,0.35); }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .how-step, .course-point, .course-timeline__bar,
  .symptoms__hint, .faq-item__a, .back-to-top, .ds-card,
  .symptoms__item--btn, .symptoms__check {
    transition: none !important;
    animation: none !important;
  }
  .how-step, .course-point { opacity: 1 !important; transform: none !important; }
  .course-timeline.is-in .course-timeline__bar { width: 100%; }
  .how-arrow { opacity: 0.7 !important; }
}

/* ===== Audit fixes: hero mobile packs image ===== */
.hero__product-wrap {
  display: block !important;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.hero__visual .hero__product-img,
.hero .hero__visual .hero__product-img {
  display: block;
  margin-inline: auto;
  max-width: min(100%, 380px);
  object-fit: contain;
  translate: none !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  position: relative !important;
  width: auto !important;
}

@media (max-width: 559.98px) {
  .hero__visual { min-height: 300px; overflow: visible; }
  .hero__visual .hero__product-img {
    max-width: min(88%, 320px);
    max-height: 260px;
  }
}
@media (max-width: 480px) {
  .hero__visual .hero__product-img {
    max-width: 82%;
    max-height: 230px;
  }
}

/* ===== Audit fixes: Usage section balance ===== */
.ds-usage-split { align-items: start !important; }
.ds-usage-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 900px) {
  .ds-usage-split .ds-usage-media {
    position: sticky;
    top: 96px;
    align-self: start;
  }
}
.ds-usage-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}
.ds-usage-action .ds-instruction-link { margin: 0; }

/* ===== Audit fixes: Symptoms items alignment & bigger icons ===== */
.symptoms__card { align-items: center !important; }
.symptoms__content {
  align-self: center;
  justify-content: center !important;
}
/* Rework interactive tiles: centered card look + larger icons */
.symptoms__item.symptoms__item--btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 0.85rem !important;
  padding: 1.4rem 1rem 1.25rem !important;
  background: #E7F0E2 !important;
  border: 1.5px solid transparent !important;
  border-radius: 20px !important;
  min-height: 148px;
}
.symptoms__item.symptoms__item--btn:hover {
  background: #dbe9d1 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -18px rgba(32,64,13,0.35);
}
.symptoms__item.symptoms__item--btn.is-checked {
  background: #d6e8ca !important;
  border-color: #499F0A !important;
  box-shadow: 0 14px 30px -18px rgba(73,159,10,0.45);
}
/* Bigger icon bubbles */
.symptoms__item .symptoms__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: #ffffff;
  color: #499F0A;
  box-shadow: 0 6px 16px -8px rgba(32,64,13,0.22);
}
.symptoms__item .symptoms__icon svg {
  width: 2.2rem;
  height: 2.2rem;
  stroke-width: 1.8;
}

.symptoms__item .symptoms__label {
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.3;
  color: #20400D;
}
/* Move check indicator to top-right corner of tile */
.symptoms__item--btn .symptoms__check {
  position: absolute;
  top: 0.7rem; right: 0.7rem; left: auto;
  transform: none;
  width: 22px; height: 22px;
  border: 1.5px solid rgba(32,64,13,0.18);
  background: #fff;
  color: transparent;
}
.symptoms__item--btn.is-checked .symptoms__check {
  background: #499F0A;
  border-color: #499F0A;
  color: #fff;
}
.symptoms__item--btn .symptoms__check svg { width: 12px; height: 12px; }

@media (max-width: 559.98px) {
  .symptoms__item.symptoms__item--btn { min-height: 140px; padding: 1.25rem 0.9rem; }
  .symptoms__item .symptoms__icon { width: 3.4rem; height: 3.4rem; }
  .symptoms__item .symptoms__icon svg { width: 1.85rem; height: 1.85rem; }
}


/* ===== Symptoms: равные плитки + гармоничное фото ===== */
.symptoms__card {
  align-items: stretch !important;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}
.symptoms__content {
  align-self: stretch;
  justify-content: center !important;
}
/* Плитки одного размера */
.symptoms__grid--interactive {
  grid-auto-rows: 1fr;
  gap: 1rem;
}
.symptoms__grid--interactive > li {
  display: flex;
  min-width: 0;
}
.symptoms__item.symptoms__item--btn {
  flex: 1;
  height: 100%;
  justify-content: center !important;
  min-height: 168px;
}
.symptoms__item .symptoms__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
}
/* Фото на всю высоту карточки */
.symptoms__visual {
  align-self: stretch;
  height: 100%;
  min-height: 100%;
}
.symptoms__visual img {
  object-fit: cover;
  object-position: 50% 20%;
}
@media (max-width: 899.98px) {
  .symptoms__card { grid-template-columns: minmax(0, 1fr) !important; }
  .symptoms__visual { min-height: 320px; height: auto; }
}
@media (max-width: 559.98px) {
  .symptoms__item.symptoms__item--btn { min-height: 150px; }
}

/* ============================================================
   RESPONSIVE AUDIT FIXES
   1) Планшет-ландшафт и узкие ноутбуки (900–1199px): девять пунктов
      меню не помещаются между логотипом и кнопкой — переносим
      навигацию в бургер-меню на всём этом диапазоне.
   2) Строка ссылок в футере на узких экранах.
   ============================================================ */
@media (max-width: 1199.98px) {
  .header .header__container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem;
  }
  .header .header__logo { flex: 0 0 auto; margin-right: auto; }
  .header .header__nav { display: none !important; }
  .header .header__burger { display: inline-flex; flex: 0 0 auto; }
  .header .header__buy { flex: 0 0 auto; }

  .mobile-drawer {
    display: block;
    position: fixed;
    top: 56px; left: 0; right: 0;
    background: var(--color-green, #499f0a);
    box-shadow: 0 12px 24px rgba(20,60,10,0.20);
    padding: 0.25rem 1rem 1rem;
    z-index: 60;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .mobile-drawer ul { list-style: none; margin: 0; padding: 0; }
  .mobile-drawer li { border-top: 1px solid rgba(255,255,255,0.15); }
  .mobile-drawer li:first-child { border-top: 0; }
  .mobile-drawer a {
    display: block;
    padding: 0.9rem 0.5rem;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .mobile-drawer a:hover { background: rgba(255,255,255,0.08); }
}

/* Футер: ссылки и приписка переносятся, ничего не вылезает за экран */
.footer__privacy-policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
  min-width: 0;
}
.footer__privacy-policy > * { min-width: 0; }
@media (max-width: 767.98px) {
  .footer__privacy-policy {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Декоративное кольцо в hero не должно расширять страницу */
.hero__stage, .hero__stage-ring { max-width: 100%; }
@media (max-width: 767.98px) {
  .hero__stage { overflow: hidden; }
}

/* Логотип и первый пункт меню не должны слипаться на широких экранах */
@media (min-width: 1200px) {
  .header .header__logo { margin-right: clamp(1.5rem, 2.5vw, 3rem); }
}

/* На ноутбуках до 1440px девять пунктов меню всё ещё наезжают на кнопку —
   отдаём навигацию бургеру, десктопное меню показываем с 1440px */
@media (max-width: 1439.98px) {
  .header .header__nav { display: none !important; }
  .header .header__burger { display: inline-flex; flex: 0 0 auto; }
  .mobile-drawer { display: block; }
}
@media (min-width: 1440px) {
  .header .header__logo { margin-right: clamp(1rem, 2vw, 2.5rem); }
  .header__nav ul { gap: clamp(.5rem, 1vw, 1.1rem); }
}


/* Плавающая кнопка «Где купить» не должна перекрывать нижнюю строку футера */
.footer__privacy-policy { padding-bottom: 4.5rem; }

/* Кнопка «Купить онлайн» остаётся справа, рядом с бургером */
@media (max-width: 1439.98px) {
  .header .header__container {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem;
  }
  .header .header__logo { flex: 0 0 auto; margin-right: auto; }
  .header .header__buy { flex: 0 0 auto; margin-left: auto; }
}

/* Меньше пустоты между кнопками и нижним рядом первого экрана */
@media (min-width: 1024px) {
  .hero__visual { min-height: clamp(320px, 30vw, 440px) !important; }
  .hero__bottom-row { margin-top: clamp(1rem, 2vw, 2rem); }
}

/* Широкие экраны: логотип, меню и кнопка в одну линию, без наложений */
@media (min-width: 1440px) {
  .header .header__container {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(1rem, 2vw, 2.5rem);
  }
  .header .header__logo { flex: 0 0 auto; }
  .header .header__nav { flex: 1 1 auto; justify-content: flex-end; min-width: 0; }
  .header .header__buy { flex: 0 0 auto; }
}

@media (min-width: 1440px) {
  /* Список пунктов не должен вылезать за свою колонку и наезжать на логотип */
  .header .header__nav { flex: 0 1 auto; overflow: hidden; }
  .header .header__nav ul { justify-content: flex-end; width: 100%; }
}

/* Девять пунктов меню помещаются в строку только на очень широких экранах:
   до 1600px — бургер, от 1600px — расширяем контейнер шапки под меню */
@media (max-width: 1599.98px) {
  .header .header__nav { display: none !important; }
  .header .header__burger { display: inline-flex; flex: 0 0 auto; }
  .header .header__container { display: flex !important; align-items: center; gap: 0.75rem; }
  .header .header__logo { flex: 0 0 auto; margin-right: auto; }
  .header .header__buy { flex: 0 0 auto; margin-left: auto; }
}
@media (min-width: 1600px) {
  .header .header__container { max-width: 1520px; }
  .header .header__nav { flex: 0 1 auto; overflow: visible; }
  .header .header__nav ul { justify-content: flex-end; }
  .header .header__burger { display: none; }
  .mobile-drawer { display: none !important; }
}

/* Выпадающее меню бургера доступно на всех ширинах, где скрыто основное меню */
@media (max-width: 1599.98px) {
  .mobile-drawer {
    display: block;
    position: fixed;
    left: 0; right: 0;
    top: 56px;
    background: var(--color-green, #499f0a);
    box-shadow: 0 12px 24px rgba(20,60,10,0.20);
    padding: 0.25rem 1rem 1rem;
    z-index: 60;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .mobile-drawer ul { list-style: none; margin: 0; padding: 0; }
  .mobile-drawer li { border-top: 1px solid rgba(255,255,255,0.15); }
  .mobile-drawer li:first-child { border-top: 0; }
  .mobile-drawer a {
    display: block;
    padding: 0.9rem 0.5rem;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .mobile-drawer a:hover { background: rgba(255,255,255,0.08); }
}
@media (min-width: 900px) and (max-width: 1599.98px) {
  .mobile-drawer { top: 80px; max-height: calc(100vh - 80px); }
  .mobile-drawer ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 2rem;
    max-width: 1180px;
    margin-inline: auto;
  }
}

/* ===== Страница «Где купить» ===== */
.where-to-buy {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.25rem;
}
.where-to-buy__card {
  max-width: 560px;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(32, 64, 13, .1);
  border-radius: 24px;
  padding: 2.5rem 1.75rem;
  box-shadow: 0 12px 30px rgba(32, 64, 13, .08);
}
.where-to-buy__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  color: #20400d;
  margin: 0 0 .85rem;
}
.where-to-buy__text {
  color: #4a5b3c;
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 1.6rem;
}
.where-to-buy__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  background: #ffd93b;
  color: #20400d;
  font-weight: 600;
  text-decoration: none;
}
.where-to-buy__note {
  margin: 1.5rem 0 0;
  font-size: .82rem;
  color: #7b8a6f;
}

/* Логотип Экофуцин® в hero-eyebrow вместо текстового названия */
.hero.hero--refined .hero__eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
.hero__logo {
  height: 34px;
  width: auto;
  display: inline-block;
}
@media (max-width: 640px) {
  .hero__logo { height: 26px; }
}

/* === Переключатель языка RU / O'ZB === */
.lang-switcher { position: relative; flex: 0 0 auto; }
.lang-switcher__toggle {
  display: inline-flex; align-items: center; gap: 2px;
  padding: 3px; border-radius: 999px;
  background: rgba(32, 64, 13, 0.08);
  border: 1px solid rgba(32, 64, 13, 0.18);
}
.lang-switcher__opt {
  padding: 5px 12px; border-radius: 999px; border: 0; background: transparent;
  font: inherit; font-size: 0.8125rem; font-weight: 600; line-height: 1;
  color: #20400d; cursor: pointer; transition: background .2s ease, color .2s ease;
  display: inline-block; text-decoration: none;
}
a.lang-switcher__opt:hover { text-decoration: none; }
.lang-switcher__opt.is-active { background: #4c7a29; color: #fff; cursor: default; }
.lang-switcher__opt:not(.is-active):hover { background: rgba(76, 122, 41, 0.15); }
.lang-switcher__hint {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 60;
  background: #20400d; color: #fff; font-size: 0.8125rem; line-height: 1.35;
  padding: 10px 14px; border-radius: 12px; white-space: nowrap;
  box-shadow: 0 10px 24px rgba(32, 64, 13, 0.25);
}
.mobile-drawer .lang-switcher { margin-top: 14px; padding: 0 4px; }
.mobile-drawer .lang-switcher__hint { position: static; margin-top: 8px; white-space: normal; }
@media (max-width: 640px) {
  .header__container .lang-switcher { display: none; }
}
.mobile-drawer .lang-switcher__toggle { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); }
.mobile-drawer .lang-switcher__opt { color: #fff; }
.mobile-drawer .lang-switcher__opt.is-active { background: #fff; color: #20400d; }

/* ---------- Legal pages (privacy policy) ---------- */
.legal-page { padding: 48px 16px 72px; background: var(--color-background, #fff); }
.legal-page__inner { max-width: 820px; margin: 0 auto; }
.legal-page__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.legal-page__back, .legal-page__lang { font-size: 15px; text-decoration: none; color: #2f7d4f; }
.legal-page__back:hover, .legal-page__lang:hover { text-decoration: underline; }
.legal-page h1 { font-size: clamp(26px, 4vw, 38px); line-height: 1.2; margin: 0 0 8px; }
.legal-page__updated { color: #6b7280; font-size: 14px; margin: 0 0 28px; }
.legal-page h2 { font-size: clamp(18px, 2.4vw, 22px); line-height: 1.3; margin: 28px 0 10px; }
.legal-page p { font-size: 16px; line-height: 1.65; margin: 0 0 10px; color: #303a3f; }
@media (max-width: 480px) { .legal-page { padding: 28px 14px 56px; } .legal-page p { font-size: 15px; } }

/* ---------------- Cookie banner ---------------- */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.5rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: #ffffff;
  color: #20400d;
  border: 1px solid rgba(32, 64, 13, 0.12);
  box-shadow: 0 14px 40px rgba(20, 60, 10, 0.16);
  font-family: "Roboto", sans-serif;
  animation: cookie-in .35s ease both;
}
@keyframes cookie-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-banner__text {
  flex: 1 1 320px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cookie-banner__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}
.cookie-banner__btn {
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity .2s ease, background .2s ease;
}
.cookie-banner__btn--primary {
  background: #ffd93b;
  color: #20400d;
}
.cookie-banner__btn--primary:hover { opacity: .9; }
.cookie-banner__btn--ghost {
  background: transparent;
  color: #20400d;
  border-color: rgba(32, 64, 13, 0.25);
}
.cookie-banner__btn--ghost:hover { background: #eef5e6; }
@media (max-width: 600px) {
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 0.9rem 1rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__btn { flex: 1; text-align: center; }
}
