* {
  box-sizing: border-box;
}

@font-face {
  font-family: "TenorSans";
  src: url("https://static.tildacdn.one/tild6161-6461-4331-b964-313833333036/TenorSans.woff") format("woff");
  font-weight: 300 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #161d18;
  background: #ffffff;
  font-family: "TenorSans", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1180px, calc(100% - 36px));
  height: 162px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.brand {
  position: static;
  z-index: 2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: min(600px, 50vw);
  max-height: 120px;
  display: block;
  object-fit: contain;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
}

.nav a {
  text-decoration: none;
  padding: 8px 0;
}

.nav a:nth-child(n + 4) {
  margin-left: 0;
}

.nav a:nth-child(n + 5) {
  margin-left: 0;
}

.menu-button {
  display: none;
}

.section {
  padding: 60px 0;
}

section[id] {
  scroll-margin-top: 172px;
}

#top {
  scroll-margin-top: 172px;
}

.section.compact {
  padding: 45px 0;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 36px));
}

.center {
  text-align: center;
}

.hero {
  padding-top: 92px;
  padding-bottom: 45px;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin: 0 auto 22px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.23;
  font-weight: 600;
}

h2 {
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.23;
  font-weight: 600;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 14px;
}

.lead {
  max-width: 680px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.lead.small {
  font-weight: 400;
}

.btn {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 54px;
  border: 0;
  border-radius: 999px;
  background: #94b49f;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: #86a993;
}

.btn.soft {
  min-height: 64px;
  color: #fff;
  margin-top: 56px;
}

.hero-media {
  margin-top: 70px;
  border-radius: 20px;
  overflow: hidden;
  background: #f6f7f6;
}

.hero-img,
.hero-media video {
  width: 100%;
  height: clamp(360px, 48vw, 730px);
  object-fit: cover;
}

.hero-media img[src$=".gif" i] {
  height: auto;
  max-height: min(78vh, 730px);
  object-fit: contain;
  background: #fff;
}

.promo-strip {
  width: min(980px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.promo-strip.order-info {
  width: min(760px, 100%);
  grid-template-columns: 1fr;
  gap: 10px;
}

.promo-card {
  min-height: 72px;
  padding: 15px 20px;
  border-radius: 8px;
  background: #f3f7f4;
  border: 1px solid #dfe9e3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
}

.promo-hero .promo-card.stock {
  background: #1f2b24;
  color: #fff;
  border-color: #1f2b24;
}

.promo-hero .promo-card.stock span {
  color: rgba(255, 255, 255, 0.7);
}

.promo-hero .promo-card.delivery {
  background: #eef6f1;
  border-style: dashed;
}

.promo-hero .promo-card.gift {
  background: #fff;
  border-color: #d8c9b5;
}

.promo-card span {
  width: 150px;
  flex: 0 0 150px;
  color: #63726a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-card strong {
  flex: 1;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.promo-mini {
  width: min(760px, 100%);
  margin: 18px auto 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.promo-mini span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.mini-stock {
  color: #fff;
  background: #25372d;
}

.mini-delivery {
  color: #2c4435;
  background: #eef6f1;
  border: 1px solid #b9d0c0;
}

.mini-gift {
  color: #533b23;
  background: #fff7eb;
  border: 1px solid #e4c6a6;
}

.order-promo {
  justify-content: flex-start;
  margin: 12px 0 20px;
}

.order-promo span {
  border-radius: 7px;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 90px;
}

.section-head p {
  margin-bottom: 0;
  color: #354039;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.feature {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  text-align: left;
}

.item-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #94b49f;
  font-size: 26px;
  line-height: 30px;
}

.item-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: none;
}

.item-icon.small,
.item-icon.small img {
  width: 42px;
  height: 42px;
}

.feature p,
.step p,
.risk-grid p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.doctor-section {
  padding-top: 60px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.doctor-layout {
  align-items: stretch;
}

.doctor-card {
  align-self: center;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  background: #f6f9f7;
  position: relative;
  z-index: 2;
  margin-right: -110px;
}

.doctor-card p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
}

.image-panel img,
.image-panel video {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.image-panel img[src$=".gif" i] {
  height: auto;
  max-height: min(78vh, 620px);
  object-fit: contain;
  background: #fff;
}

.image-panel.portrait img,
.image-panel.portrait video {
  height: 620px;
}

.pale {
  background: #f3f3f3;
}

.ingredients-layout {
  gap: 0;
}

.ingredients-layout .text-list {
  padding: 48px 34px 48px 0;
}

.text-list ul {
  margin: 0;
  padding-left: 22px;
}

.text-list li {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  overflow-wrap: normal;
}

.ingredient-note {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.protect-layout h2 {
  font-size: 24px;
}

.protect-layout p {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.protect-layout .btn {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.step-grid,
.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 70px;
}

.step {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 20px;
  text-align: left;
}

.step h3,
.step p {
  grid-column: 2;
}

.risk-section h2 {
  color: #161d18;
}

.risk-grid {
  max-width: 880px;
  margin: 0 auto;
}

.risk-grid article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 20px;
  text-align: left;
  padding-left: 8px;
}

.risk-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.35;
}

.reviews {
  background: #f1f6f3;
  overflow: hidden;
}

.review-slider {
  position: relative;
  width: min(760px, 100%);
  margin: 30px auto 0;
}

.review-viewport {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(39, 55, 44, 0.08);
}

.review-track {
  display: flex;
  transition: transform 0.36s ease;
  will-change: transform;
}

.review-slide {
  min-width: 100%;
  line-height: 0;
}

.review-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.review-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #94b49f;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 10px 28px rgba(39, 55, 44, 0.18);
}

.review-prev {
  left: -62px;
}

.review-next {
  right: -62px;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.review-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7d8ce;
  cursor: pointer;
}

.review-dots button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
  background: #94b49f;
}

.price-list {
  display: inline-block;
  margin: 20px auto 4px;
  padding: 0;
  text-align: left;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.offer-block .promo-mini {
  margin-bottom: 8px;
}

.offer-block .btn.soft {
  margin-top: 18px;
}

.price-list li::before {
  content: "✅ ";
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  justify-items: center;
}

.media-card {
  width: fit-content;
  max-width: 100%;
  overflow: visible;
  background: transparent;
  line-height: 0;
}

.media-card img,
.media-card video {
  max-width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  outline: 1px solid #dfe6e1;
  outline-offset: -1px;
}

.media-card video {
  height: auto;
  max-height: min(76vh, 720px);
  object-fit: contain;
  background: #fff;
  display: block;
}

.media-card img[src$=".gif" i] {
  height: auto;
  max-height: min(76vh, 720px);
  object-fit: contain;
  background: #fff;
  display: block;
}

.media-card h3,
.media-card p {
  width: 100%;
  padding: 0 22px;
  line-height: 1.4;
}

.media-card h3 {
  padding-top: 22px;
}

.media-card p {
  padding-bottom: 22px;
}

.faq h2 {
  margin-bottom: 36px;
}

details {
  border-top: 1px solid #dce6df;
}

details:last-child {
  border-bottom: 1px solid #dce6df;
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: -8px 0 22px;
  color: #39433d;
}

.order-section {
  background: #f6f9f7;
}

.order-layout {
  display: grid;
  gap: 30px;
  justify-items: center;
}

.order-layout .order-form {
  width: min(580px, 100%);
  max-width: calc(100vw - 36px);
}

.order-layout .contacts {
  width: min(720px, 100%);
  max-width: calc(100vw - 36px);
  padding: 30px;
  border: 1px solid #dfe9e3;
  border-radius: 8px;
  background: #eef5f1;
  text-align: left;
}

.contacts h2,
.order-form h2 {
  font-size: 31px;
}

.contact-line {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-telegram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d2a22;
  text-decoration: none;
}

.contact-telegram svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.socials {
  display: flex;
  gap: 22px;
  margin-top: 22px;
}

.socials a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}

.socials svg {
  width: 34px;
  height: 34px;
  display: block;
}

.social-phone {
  font-size: 34px;
  line-height: 1;
  color: #fff;
}

.quantity-box {
  margin: 0 0 14px;
  padding: 16px;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  background: #f8fbf9;
}

.quantity-label {
  display: block;
  margin-bottom: 8px;
  color: #2d3a32;
  font-size: 14px;
  font-weight: 700;
}

.quantity-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.quantity-option {
  min-height: 58px;
  padding: 10px 8px;
  border: 1px solid #cbd8d0;
  border-radius: 6px;
  background: #fff;
  color: #1d2a22;
  font: inherit;
  cursor: pointer;
}

.quantity-option b,
.quantity-option small {
  display: block;
  line-height: 1.2;
}

.quantity-option b {
  font-size: 16px;
  font-weight: 700;
}

.quantity-option small {
  margin-top: 4px;
  color: #66736b;
  font-size: 12px;
}

.quantity-option.active {
  border-color: #1f2b24;
  background: #1f2b24;
  color: #fff;
}

.quantity-option.active small {
  color: rgba(255, 255, 255, 0.78);
}

.quantity-box p {
  margin: 10px 0 0;
  color: #2e4436;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.order-form {
  padding: 34px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(34, 47, 38, 0.08);
}

.order-form input,
.order-form textarea {
  width: 100%;
  height: 54px;
  margin-bottom: 14px;
  padding: 0 16px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font: inherit;
}

.order-form textarea {
  height: auto;
  padding-top: 14px;
  resize: vertical;
}

.order-form .btn {
  width: 100%;
  min-height: 64px;
  margin-top: 8px;
}

.np-delivery {
  margin: 6px 0 14px;
  padding: 18px;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  background: #f8fbf9;
  position: relative;
}

.np-delivery h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.np-delivery input,
.np-delivery select {
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
  padding: 0 14px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background: #fff;
  font: inherit;
}

.np-suggestions {
  margin: -4px 0 10px;
  border: 1px solid #d6ded9;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.np-suggestions button {
  width: 100%;
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid #edf2ef;
  background: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.np-suggestions button:hover {
  background: #edf4ef;
}

.np-status {
  margin: 0;
  color: #657169;
  font-size: 13px;
  line-height: 1.35;
}

.np-status.error {
  color: #9b2226;
}

.footer {
  padding: 34px 18px 44px;
  text-align: center;
  font-size: 12px;
  color: #687069;
}

.footer a {
  display: inline-block;
  margin: 8px 10px 0;
}

.footer-socials {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 auto 22px;
}

.footer .footer-socials a {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin: 0;
  border: 1px solid #e5ece8;
  box-shadow: 0 10px 26px rgba(39, 55, 44, 0.08);
}

.footer .footer-socials svg {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.footer .footer-socials .social-phone {
  font-size: 27px;
}

@media (max-width: 980px) {
  .header-inner {
    width: calc(100% - 36px);
    height: 96px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .brand {
    position: static;
    transform: none;
    font-size: 13px;
  }

  .brand img {
    width: min(600px, calc(100vw - 96px));
    max-height: 82px;
  }

  .menu-button {
    width: 30px;
    height: 24px;
    display: grid;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    height: 2px;
    background: #111;
  }

  .nav {
    position: fixed;
    inset: 96px 0 auto;
    display: none;
    padding: 12px 18px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
  }

  .nav.open {
    display: flex;
  }

  section[id],
  #top {
    scroll-margin-top: 106px;
  }

  .nav a:nth-child(n + 4) {
    margin-left: 0;
  }

  .section,
  .section.compact {
    padding: 30px 0;
  }

  .hero {
    padding-top: 30px;
  }

  h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  h2 {
    font-size: 24px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 30px;
  }

  .btn {
    min-height: 58px;
    padding: 0 38px;
    font-size: 16px;
  }

  .hero-media {
    margin-top: 35px;
  }

  .hero-img,
  .hero-media video {
    height: auto;
    min-height: 0;
  }

  .hero-media img[src$=".gif" i],
  .image-panel img[src$=".gif" i],
  .media-card img[src$=".gif" i] {
    max-height: 72vh;
  }

  .feature-grid,
  .step-grid,
  .risk-grid,
  .split,
  .media-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .promo-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .promo-strip.order-info {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .promo-card {
    min-height: auto;
    padding: 18px;
  }

  .promo-strip.order-info .promo-card {
    min-height: 66px;
    padding: 12px 14px;
    gap: 12px;
  }

  .promo-strip.order-info .promo-card span {
    width: 96px;
    flex-basis: 96px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }

  .promo-strip.order-info .promo-card strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .promo-mini {
    justify-content: flex-start;
  }

  .promo-mini span {
    width: 100%;
    justify-content: center;
  }

  .feature,
  .step {
    grid-template-columns: 50px 1fr;
  }

  .section-head {
    margin-bottom: 45px;
  }

  .feature p,
  .step p,
  .risk-grid p {
    font-size: 16px;
  }

  .doctor-card {
    min-height: auto;
    margin-right: 0;
    padding: 34px 24px;
  }

  .doctor-card p {
    font-size: 15px;
  }

  .image-panel img,
  .image-panel video,
  .image-panel.portrait img,
  .image-panel.portrait video {
    height: auto;
  }

  .ingredients-layout .text-list {
    order: 2;
    padding: 0;
  }

  .ingredients-layout .image-panel {
    order: 1;
  }

  .text-list li,
  .ingredient-note {
    font-size: 16px;
  }

  .protect-layout {
    display: flex;
    flex-direction: column-reverse;
  }

  .review img {
    width: 104px;
    height: 104px;
  }

  .review-slider {
    width: 100%;
    margin-top: 22px;
  }

  .review-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
    line-height: 38px;
    background: rgba(148, 180, 159, 0.9);
  }

  .review-prev {
    left: 10px;
  }

  .review-next {
    right: 10px;
  }

  .media-card video {
    max-height: 72vh;
  }

  .order-form {
    padding: 24px 18px;
  }

  .order-layout .contacts {
    padding: 24px 18px;
  }

  .quantity-buttons {
    gap: 6px;
  }

  .quantity-option {
    min-height: 54px;
    padding: 8px 6px;
  }

  .quantity-option b {
    font-size: 15px;
  }

  .quantity-option small {
    font-size: 11px;
  }

  .footer .footer-socials a {
    width: 48px;
    height: 48px;
  }

  .footer .footer-socials svg {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .footer .footer-socials .social-phone {
    font-size: 24px;
  }

  .contact-line {
    font-size: 20px;
  }
}
