:root {
  --hy-plum: #63257e;
  --hy-plum-deep: #421758;
  --hy-violet: #8b53a0;
  --hy-gold: #f16b00;
  --hy-gold-soft: #ffd0aa;
  --hy-aqua: #78adc7;
  --hy-ink: #30203a;
  --hy-muted: #6d6474;
}

body.hyacyst-page {
  --sv-blue: var(--hy-plum);
  --sv-blue-deep: var(--hy-plum-deep);
  --sv-blue-bright: var(--hy-violet);
  --sv-aqua: var(--hy-aqua);
  --sv-orange: var(--hy-gold);
  --sv-ink: var(--hy-ink);
  --sv-muted: var(--hy-muted);
  --sv-line: rgba(99, 37, 126, 0.14);
  --sv-shadow: 0 26px 68px rgba(66, 23, 88, 0.13);
  padding-bottom: 0;
  color: var(--hy-ink);
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 207, 239, 0.62), transparent 30%),
    radial-gradient(circle at 88% 38%, rgba(244, 221, 188, 0.5), transparent 28%),
    linear-gradient(135deg, #eee5ec, #d9e8f6 44%, #f3e6db 100%);
}

body.hyacyst-page .header__nav-link.is-current,
body.hyacyst-page .header-mobile-menu__link.is-current {
  color: #f16b00;
}

.hy-main {
  overflow: hidden;
}

.hy-hero {
  min-height: 820px;
  background: #f3e6dd;
  box-shadow: 0 30px 80px rgba(58, 32, 67, 0.18);
}

.hy-hero__image {
  object-position: center;
}

.hy-hero__veil {
  background:
    linear-gradient(90deg, rgba(253, 248, 244, 0.99) 0%, rgba(253, 248, 244, 0.97) 33%, rgba(253, 248, 244, 0.82) 48%, rgba(249, 239, 235, 0.12) 72%),
    linear-gradient(180deg, rgba(113, 80, 129, 0.08), transparent 42%, rgba(39, 20, 48, 0.08));
}

.hy-hero__copy {
  width: min(760px, 56%);
}

.hy-hero .sv-breadcrumb {
  color: #766d7c;
}

.hy-hero .sv-eyebrow {
  color: var(--hy-plum);
}

.hy-hero .sv-eyebrow > span {
  background: linear-gradient(135deg, var(--hy-gold), #f2d28f);
  box-shadow: 0 0 0 6px rgba(201, 154, 67, 0.11);
}

.hy-hero h1 {
  margin-top: 17px;
  color: var(--hy-plum);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(76px, 8.2vw, 132px);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.hy-hero h1 sup {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.2em;
  line-height: 1;
  vertical-align: top;
  transform: translateY(-0.18em);
}

.hy-hero .sv-hero__lead {
  max-width: 710px;
  margin-top: 30px;
  color: #514359;
  font-size: clamp(20px, 1.52vw, 25px);
  line-height: 1.58;
}

.hy-hero .sv-hero__facts {
  max-width: 720px;
}

.hy-hero .sv-hero__facts span {
  border-color: rgba(99, 37, 126, 0.12);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 30px rgba(73, 43, 82, 0.07);
}

.hy-hero .sv-hero__facts strong {
  color: var(--hy-plum);
}

.hy-hero .sv-button--primary {
  background: linear-gradient(135deg, var(--hy-plum-deep), #83509b);
  box-shadow: 0 15px 32px rgba(99, 37, 126, 0.24);
}

.hy-hero .sv-button--ghost {
  border-color: rgba(99, 37, 126, 0.24);
  color: var(--hy-plum);
  background: rgba(255, 255, 255, 0.6);
}

.hy-hero .sv-button--ghost:hover,
.hy-hero .sv-button--ghost:focus-visible {
  border-color: var(--hy-plum);
  background: #fff;
  box-shadow: 0 16px 34px rgba(99, 37, 126, 0.16);
}

.hy-hero__badge {
  width: auto;
  min-width: 168px;
  height: auto;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, rgba(76, 30, 96, 0.92), rgba(117, 65, 137, 0.84));
  box-shadow: 0 18px 44px rgba(48, 24, 58, 0.24);
  backdrop-filter: blur(10px);
}

.hy-hero__badge strong {
  color: #f4d796;
  font-family: 'Poppins', sans-serif;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.hy-trust article {
  border-color: rgba(99, 37, 126, 0.1);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 36px rgba(72, 42, 81, 0.07);
}

.hy-trust article::before {
  background: linear-gradient(90deg, var(--hy-plum), var(--hy-gold));
}

.hy-trust article::after {
  display: none;
}

.hy-trust article > span {
  color: var(--hy-gold);
}

.hy-trust article strong {
  color: var(--hy-plum-deep);
}

.hy-overview {
  gap: 76px;
}

.hy-overview sup {
  font-size: 0.68em;
  vertical-align: super;
}

.hy-evidence sup {
  font-size: 0.56em;
  vertical-align: super;
}

.hy-check-list li {
  min-height: 90px;
  padding: 20px 22px 20px 66px;
  border-color: rgba(99, 37, 126, 0.1);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(75, 47, 82, 0.06);
}

.hy-check-list li::before {
  left: 20px;
  width: 31px;
  height: 31px;
  background: linear-gradient(135deg, var(--hy-plum), #9260a6);
  box-shadow: 0 8px 18px rgba(99, 37, 126, 0.2);
}

.hy-product-stage {
  min-height: 570px;
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.96), transparent 30%),
    radial-gradient(circle at 18% 20%, rgba(221, 198, 230, 0.68), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(237, 210, 164, 0.54), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(231, 224, 238, 0.76));
  box-shadow: 0 28px 72px rgba(67, 35, 78, 0.14);
}

.hy-product-stage::before,
.hy-product-stage::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hy-product-stage::before {
  top: 92px;
  left: -18%;
  width: 136%;
  height: 230px;
  border: 1px solid rgba(201, 154, 67, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.16), 0 0 46px rgba(239, 214, 164, 0.32);
  transform: rotate(-13deg);
}

.hy-product-stage::after {
  top: 64px;
  right: 55px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(99, 37, 126, 0.32);
  border-radius: 50%;
  box-shadow: 34px 28px 0 5px rgba(255, 255, 255, 0.68), 56px 70px 0 2px rgba(201, 154, 67, 0.36);
}

.hy-product-stage > img {
  right: auto;
  bottom: 120px;
  left: 50%;
  width: 118%;
  max-width: none;
  filter: drop-shadow(0 26px 24px rgba(56, 38, 63, 0.22));
  transform: translateX(-50%) rotate(-5deg);
  animation: hy-product-float 6s ease-in-out infinite;
}

.hy-product-stage figcaption {
  border-color: rgba(99, 37, 126, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(67, 35, 78, 0.09);
  backdrop-filter: blur(12px);
}

.hy-product-stage figcaption strong {
  color: var(--hy-plum);
}

@keyframes hy-product-float {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(-5deg); }
  50% { transform: translateX(-50%) translateY(-10px) rotate(-4deg); }
}

.hy-indications {
  position: relative;
}

.hy-indications__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.hy-indication {
  position: relative;
  grid-column: span 2;
  min-height: 310px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(99, 37, 126, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(201, 154, 67, 0.13), transparent 32%),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 44px rgba(72, 43, 79, 0.08);
  transition: border-color 420ms ease, box-shadow 420ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hy-indication:nth-child(4) {
  grid-column: 2 / span 2;
}

.hy-indication::after {
  content: '';
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(201, 154, 67, 0.18);
  border-radius: 50%;
}

.hy-indication:hover {
  border-color: rgba(99, 37, 126, 0.25);
  box-shadow: 0 26px 56px rgba(72, 43, 79, 0.14);
  transform: translateY(-6px);
}

.hy-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(99, 37, 126, 0.14);
  border-radius: 20px;
  color: var(--hy-plum);
  background: linear-gradient(145deg, #fff, #f2e9f4);
  box-shadow: 0 12px 26px rgba(99, 37, 126, 0.1);
}

.hy-icon svg,
.hy-regimen__icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hy-indication strong {
  display: block;
  max-width: 320px;
  color: var(--hy-plum-deep);
  font-family: 'Tinos', serif;
  font-size: 24px;
  line-height: 1.18;
}

.hy-indication p {
  max-width: 330px;
  margin-top: 13px;
  color: #6b6470;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.hy-mechanism {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 72px;
}

.hy-mechanism__visual {
  position: relative;
  min-width: 0;
}

.hy-mechanism__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(63, 35, 74, 0.16);
}

.hy-mechanism__visual > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: var(--hy-plum-deep);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(50, 29, 59, 0.13);
  backdrop-filter: blur(10px);
}

.hy-mechanism__copy > p:not(.sv-section__label) {
  margin-top: 22px;
  color: var(--hy-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.hy-mechanism__steps {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.hy-mechanism__steps article {
  display: grid;
  min-height: 108px;
  padding: 18px 20px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(99, 37, 126, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 28px rgba(71, 43, 78, 0.06);
}

.hy-mechanism__steps article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(145deg, var(--hy-plum), #8d5ba0);
}

.hy-mechanism__steps strong {
  color: var(--hy-plum-deep);
  font-family: 'Tinos', serif;
  font-size: 20px;
}

.hy-mechanism__steps p {
  margin-top: 5px;
  color: #706875;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.hy-regimen {
  padding: 64px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 10%, rgba(216, 177, 102, 0.22), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(238, 227, 239, 0.68));
  box-shadow: 0 26px 68px rgba(65, 37, 76, 0.11);
}

.hy-regimen__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hy-regimen__track::before {
  content: '';
  position: absolute;
  top: 42px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, rgba(99, 37, 126, 0.18), rgba(201, 154, 67, 0.7), rgba(99, 37, 126, 0.18));
}

.hy-regimen__step {
  position: relative;
  display: flex;
  min-height: 354px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(99, 37, 126, 0.09);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 38px rgba(70, 42, 79, 0.07);
}

.hy-regimen__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  border: 1px solid rgba(201, 154, 67, 0.58);
  border-radius: 50%;
  color: var(--hy-plum);
  font-family: 'Tinos', serif;
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(145deg, #fff, #f7eddb);
  box-shadow: 0 12px 28px rgba(87, 50, 83, 0.12), inset 0 0 0 6px rgba(255, 255, 255, 0.68);
}

.hy-regimen__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 24px 0 20px;
  place-items: center;
  border-radius: 17px;
  color: var(--hy-plum);
  background: #f2e9f4;
}

.hy-regimen__step small {
  display: block;
  color: var(--hy-gold);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hy-regimen__step strong {
  display: block;
  margin-top: 6px;
  color: var(--hy-plum-deep);
  font-family: 'Tinos', serif;
  font-size: 24px;
  line-height: 1.18;
}

.hy-regimen__step p {
  margin-top: 10px;
  color: #6b6470;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.hy-regimen__step--accent {
  border-color: rgba(201, 154, 67, 0.32);
  background: linear-gradient(145deg, var(--hy-plum-deep), #713887);
  box-shadow: 0 24px 48px rgba(66, 23, 88, 0.22);
}

.hy-regimen__step--accent .hy-regimen__icon {
  color: #f5d99c;
  background: rgba(255, 255, 255, 0.11);
}

.hy-regimen__step--accent small,
.hy-regimen__step--accent strong,
.hy-regimen__step--accent p {
  color: #fff;
}

.hy-regimen__step--accent small {
  color: #f5d99c;
}

.hy-evidence {
  display: grid;
  padding: 66px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 66px;
  overflow: hidden;
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(115, 189, 208, 0.32), transparent 32%),
    radial-gradient(circle at 0 100%, rgba(201, 154, 67, 0.2), transparent 28%),
    linear-gradient(135deg, #3d164f, #6f3287 58%, #4a255c);
  box-shadow: 0 30px 74px rgba(56, 25, 70, 0.24);
}

.hy-evidence .sv-section__label {
  color: #f0cf8e;
}

.hy-evidence h2 {
  color: #fff;
}

.hy-evidence h2 em {
  color: #f0cf8e;
}

.hy-evidence__copy > p:not(.sv-section__label) {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.hy-text-link {
  display: inline-flex;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 8px 0 20px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  transition: background-color 280ms ease, transform 280ms ease;
}

.hy-text-link span {
  display: grid;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  place-items: center;
  border-radius: 999px;
  color: var(--hy-plum-deep);
  font-size: 10px;
  font-weight: 700;
  background: #f2d597;
}

.hy-text-link:hover,
.hy-text-link:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.hy-evidence__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hy-evidence__stats article {
  min-height: 174px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hy-evidence__stats strong {
  display: block;
  color: #f0cf8e;
  font-family: 'Tinos', serif;
  font-size: 48px;
  line-height: 1;
}

.hy-evidence__stats span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.hy-specs {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 76px;
}

.hy-specs__product {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.hy-specs__ring {
  position: absolute;
  width: min(480px, 86%);
  aspect-ratio: 1;
  border: 1px solid rgba(99, 37, 126, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.16), 0 0 0 58px rgba(201, 154, 67, 0.06);
  animation: hy-ring-pulse 5s ease-in-out infinite;
}

.hy-specs__product img {
  position: relative;
  z-index: 1;
  width: 122%;
  max-width: none;
  filter: drop-shadow(0 28px 24px rgba(53, 36, 60, 0.21));
  transform: rotate(-5deg);
}

@keyframes hy-ring-pulse {
  0%, 100% { opacity: 0.7; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.03); }
}

.hy-spec-list div {
  min-height: 64px;
}

.hy-spec-list dt,
.hy-spec-list dd {
  font-size: 15px;
}

.hy-spec-list dd {
  color: #493452;
}

.hy-disclaimer {
  border-color: rgba(201, 154, 67, 0.27);
  background: rgba(255, 249, 239, 0.72);
}

.hy-disclaimer > span {
  background: linear-gradient(145deg, var(--hy-plum), #8a54a0);
}

.hy-cta {
  background:
    radial-gradient(circle at 86% 14%, rgba(115, 189, 208, 0.28), transparent 29%),
    linear-gradient(135deg, #3d164f, #74398a);
  box-shadow: 0 28px 66px rgba(62, 26, 75, 0.25);
}

.hy-cta .sv-section__label {
  color: #f0cf8e;
}

.hy-cta .sv-button--light {
  color: var(--hy-plum);
}

body.hyacyst-page .sv-contact-modal__line {
  background: linear-gradient(90deg, transparent, var(--hy-plum) 12%, var(--hy-gold) 88%, transparent);
}

body.hyacyst-page .sv-contact-form input:focus,
body.hyacyst-page .sv-contact-form textarea:focus {
  border-color: rgba(99, 37, 126, 0.62);
  box-shadow: 0 0 0 4px rgba(99, 37, 126, 0.09);
}

body.hyacyst-page .sv-contact-form__submit {
  background: linear-gradient(135deg, var(--hy-plum), #a6689d 58%, var(--hy-gold));
  box-shadow: 0 14px 30px rgba(99, 37, 126, 0.23);
}

body.hyacyst-page .sv-contact-form__submit span {
  color: var(--hy-plum);
}

@media (max-width: 1280px) {
  .hy-hero__copy {
    width: 60%;
  }

  .hy-indications__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hy-indication,
  .hy-indication:nth-child(4) {
    grid-column: span 2;
  }

  .hy-indication:nth-child(5) {
    grid-column: 2 / span 2;
  }

  .hy-regimen {
    padding: 50px 42px;
  }

  .hy-regimen__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-regimen__track::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .hy-hero {
    min-height: 990px;
    padding-bottom: 420px;
  }

  .hy-hero__image {
    top: auto;
    width: 100%;
    height: 520px;
    object-position: 68% center;
  }

  .hy-hero__veil {
    background: linear-gradient(180deg, rgba(253, 248, 244, 1) 0%, rgba(253, 248, 244, 0.98) 56%, rgba(253, 248, 244, 0.34) 76%, rgba(253, 248, 244, 0.04) 100%);
  }

  .hy-hero__copy {
    width: 100%;
  }

  .hy-overview,
  .hy-mechanism,
  .hy-specs,
  .hy-evidence {
    grid-template-columns: 1fr;
  }

  .hy-mechanism__copy,
  .hy-specs__copy {
    order: -1;
  }

  .hy-evidence {
    padding: 54px 42px;
  }

  .hy-product-stage {
    min-height: 520px;
  }

  .hy-specs__product {
    min-height: 440px;
  }
}

@media (max-width: 700px) {
  .hy-hero {
    min-height: 1000px;
    padding-bottom: 350px;
  }

  .hy-hero__image {
    height: 405px;
    object-position: 70% center;
  }

  .hy-hero h1 {
    margin-top: 14px;
    font-size: clamp(48px, 16vw, 68px);
    letter-spacing: -0.055em;
  }

  .hy-hero h1 sup {
    margin-left: 4px;
  }

  .hy-hero .sv-hero__lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .hy-hero__badge {
    min-width: 142px;
    padding: 13px 16px;
    border-radius: 18px;
  }

  .hy-hero__badge strong {
    font-size: 25px;
  }

  .hy-trust {
    grid-template-columns: 1fr;
  }

  .hy-check-list {
    grid-template-columns: 1fr;
  }

  .hy-product-stage {
    min-height: 470px;
  }

  .hy-product-stage > img {
    bottom: 128px;
    width: 122%;
  }

  .hy-indications__grid,
  .hy-regimen__track,
  .hy-evidence__stats {
    grid-template-columns: 1fr;
  }

  .hy-indication,
  .hy-indication:nth-child(4),
  .hy-indication:nth-child(5) {
    grid-column: auto;
  }

  .hy-indication {
    min-height: 0;
    padding: 23px;
  }

  .hy-regimen {
    padding: 34px 20px;
    border-radius: 26px;
  }

  .hy-regimen__step {
    min-height: 0;
  }

  .hy-evidence {
    padding: 38px 22px;
    border-radius: 28px;
  }

  .hy-evidence__stats article {
    min-height: 145px;
  }

  .hy-mechanism__visual img {
    border-radius: 24px;
  }

  .hy-specs__product {
    min-height: 350px;
  }

  .hy-specs__product img {
    width: 130%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hy-product-stage > img,
  .hy-specs__ring {
    animation: none;
  }
}

/* Keep the compact SENSOVISC density on smaller laptops. */
@media (min-width: 993px) and (max-width: 1280px) {
  body.hyacyst-page .hy-hero {
    min-height: 760px;
  }
}

@media (min-width: 1281px) and (max-width: 1799px) {
  body.hyacyst-page .hy-hero {
    min-height: 780px;
  }
}

/* =============================================
   HYACYST — EDITORIAL / BENTO REDESIGN
   ============================================= */
body.hyacyst-page {
  --sv-orange: #f16b00;
  --sv-blue: var(--hy-plum);
  --sv-blue-deep: var(--hy-plum-deep);
  --sv-blue-bright: var(--hy-violet);
  --sv-ink: var(--hy-ink);
  --sv-muted: var(--hy-muted);
  --sv-line: rgba(99, 37, 126, 0.13);
  --sv-shadow: 0 26px 68px rgba(66, 23, 88, 0.13);
  background:
    radial-gradient(circle at 16% 18%, rgba(185, 211, 239, 0.62), transparent 31%),
    radial-gradient(circle at 88% 40%, rgba(248, 218, 190, 0.5), transparent 29%),
    linear-gradient(135deg, #ece8ef, #dce9f6 45%, #f4e7dc 100%);
}

body.hyacyst-page .sv-section__label,
body.hyacyst-page .sv-section h2 em,
body.hyacyst-page .sv-cta h2 em {
  color: #f16b00;
}

body.hyacyst-page .sv-section__label {
  font-size: 18px;
  line-height: 1.7;
}

.hy-hero .sv-eyebrow {
  gap: 0;
  color: var(--hy-plum-deep);
}

.hy-hero .sv-eyebrow > span {
  display: none;
}

.hy-hero h1 {
  color: var(--hy-plum);
}

.hy-hero .sv-hero__facts span {
  border-color: rgba(75, 84, 126, 0.13);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 32px rgba(61, 70, 101, 0.07);
}

.hy-hero .sv-hero__facts strong {
  color: #f16b00;
}

.hy-hero .sv-button--primary {
  background: linear-gradient(135deg, var(--hy-plum-deep), #83509b);
  box-shadow: 0 15px 32px rgba(99, 37, 126, 0.24);
}

.hy-hero .sv-button--ghost {
  border-color: rgba(74, 84, 128, 0.25);
  color: var(--hy-plum-deep);
}

.hy-hero__badge {
  background: linear-gradient(145deg, rgba(76, 30, 96, 0.94), rgba(117, 65, 137, 0.88));
  box-shadow: 0 18px 44px rgba(66, 23, 88, 0.24);
}

.hy-hero__badge strong {
  color: #ff8a32;
}

/* Vertically center the hero actions in the space below the fact cards. */
@media (min-width: 993px) {
  body.hyacyst-page .hy-hero__copy {
    position: absolute;
    top: 154px;
    bottom: 0;
    left: 64px;
    display: flex;
    flex-direction: column;
  }

  body.hyacyst-page .hy-hero .sv-hero__actions {
    margin-top: auto;
    margin-bottom: auto;
  }
}

/* Feature cards: four equal editorial cards in one row. */
.hy-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hy-trust article {
  --trust-accent: #f16b00;
  grid-column: auto;
  min-height: 188px;
  padding: 30px 28px 26px;
  border-color: rgba(73, 82, 123, 0.12);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(243, 246, 251, 0.8));
  box-shadow: 0 20px 48px rgba(55, 66, 101, 0.08);
}

.hy-trust article::before {
  height: 4px;
  background: linear-gradient(90deg, #f16b00, var(--hy-plum) 60%, rgba(99, 37, 126, 0.18));
}

.hy-trust article::after {
  display: none;
}

.hy-trust article > span {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  color: rgba(241, 107, 0, 0.46);
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  background: none;
  box-shadow: none;
}

.hy-trust article strong {
  max-width: calc(100% - 54px);
  min-height: 2.4em;
  color: var(--hy-plum-deep);
  font-size: 22px;
}

.hy-trust article small {
  color: var(--hy-muted);
}

/* Overview */
.hy-check-list li {
  border-color: rgba(73, 82, 123, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(57, 68, 99, 0.06);
}

.hy-check-list li::before {
  background: linear-gradient(135deg, var(--hy-plum), #9260a6);
  box-shadow: 0 8px 18px rgba(99, 37, 126, 0.2);
}

.hy-product-stage figcaption strong {
  color: #f16b00;
}

/* Section spacing without decorative separator lines. */
.hy-indications,
.hy-mechanism,
.hy-specs {
  position: relative;
  padding-top: 132px;
}

/* Indications: asymmetrical medical bento with a visual anchor. */
.hy-indications__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(205px, auto));
  gap: 18px;
}

.hy-indication,
.hy-indication:nth-child(4),
.hy-indication:nth-child(5) {
  grid-column: auto;
  min-height: 0;
  padding: 26px;
  border-color: rgba(73, 82, 123, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 44px rgba(55, 66, 101, 0.08);
}

.hy-indication:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
  display: flex;
  padding: 34px;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background:
    linear-gradient(180deg, rgba(39, 47, 77, 0.12), rgba(39, 47, 77, 0.9)),
    url('../assets/hyacyst/hyacyst-interstitial-cystitis-v2.webp') center / cover no-repeat;
}

.hy-indication:nth-child(2) {
  grid-column: 6 / 10;
  grid-row: 1;
}

.hy-indication:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1;
  background: linear-gradient(145deg, rgba(255, 244, 235, 0.9), rgba(255, 255, 255, 0.8));
}

.hy-indication:nth-child(4) {
  grid-column: 6 / 9;
  grid-row: 2;
  background: linear-gradient(145deg, rgba(238, 244, 250, 0.94), rgba(255, 255, 255, 0.8));
}

.hy-indication:nth-child(5) {
  grid-column: 9 / 13;
  grid-row: 2;
}

.hy-indication::after {
  display: none;
}

.hy-indication .hy-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--hy-plum);
  background: rgba(245, 247, 252, 0.92);
  box-shadow: none;
}

.hy-indication:nth-child(1) .hy-icon {
  color: #ff8a32;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.hy-indication:nth-child(1) strong,
.hy-indication:nth-child(1) p {
  color: #fff;
}

.hy-indication strong {
  color: var(--hy-plum-deep);
}

.hy-indication p {
  color: var(--hy-muted);
}

/* Mechanism cards use the same purple/orange brand language. */
.hy-mechanism__steps article {
  border-color: rgba(73, 82, 123, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.hy-mechanism__steps article > span {
  color: #f16b00;
  border: 1px solid rgba(241, 107, 0, 0.18);
  background: #fff3e9;
}

.hy-mechanism__steps strong {
  color: var(--hy-plum-deep);
}

/* Regimen: three sequential rows plus a dedicated course summary. */
.hy-regimen {
  position: relative;
  margin-top: 96px;
  padding: 60px;
  border-color: rgba(73, 82, 123, 0.11);
  background:
    radial-gradient(circle at 92% 12%, rgba(241, 107, 0, 0.12), transparent 25%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(236, 241, 248, 0.76));
  box-shadow: 0 26px 68px rgba(55, 66, 101, 0.11);
}

.hy-regimen__track {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(126px, auto));
  gap: 16px 18px;
}

.hy-regimen__track::before {
  display: none;
}

.hy-regimen__step {
  display: grid;
  min-height: 126px;
  padding: 20px 24px;
  grid-column: 1 / 8;
  grid-template-columns: 88px 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border-color: rgba(73, 82, 123, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(55, 66, 101, 0.07);
}

.hy-regimen__step:nth-child(1) { grid-row: 1; }
.hy-regimen__step:nth-child(2) { grid-row: 2; }
.hy-regimen__step:nth-child(3) { grid-row: 3; }

.hy-regimen__number {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  border: 0;
  border-radius: 0;
  color: #f16b00;
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: center;
  white-space: nowrap;
  background: none;
  box-shadow: none;
}

.hy-regimen__icon {
  width: 46px;
  height: 46px;
  margin: 0;
  color: var(--hy-plum);
  border-radius: 15px;
  background: #edf0f8;
}

.hy-regimen__step small {
  font-size: 11px;
  color: #f16b00;
}

.hy-regimen__step strong {
  margin-top: 4px;
  color: var(--hy-plum-deep);
  font-size: 22px;
}

.hy-regimen__step p {
  margin-top: 6px;
}

.hy-regimen__step:not(.hy-regimen__step--accent) {
  grid-template-columns: 132px 48px minmax(0, 1fr);
}

.hy-regimen__step:not(.hy-regimen__step--accent) .hy-regimen__number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}

.hy-regimen__period {
  color: #f16b00;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.hy-regimen__step:not(.hy-regimen__step--accent) .hy-regimen__icon {
  justify-self: center;
}

.hy-regimen__step:not(.hy-regimen__step--accent) > div {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
}

.hy-regimen__step:not(.hy-regimen__step--accent) strong {
  margin-top: 0;
}

.hy-regimen__step--accent {
  grid-column: 8 / 13;
  grid-row: 1 / 4;
  display: block;
  min-height: 0;
  padding: 38px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 138, 50, 0.18), transparent 26%),
    linear-gradient(145deg, var(--hy-plum-deep), #713887);
  box-shadow: 0 24px 48px rgba(66, 23, 88, 0.22);
}

.hy-regimen__step--accent::after {
  content: '';
  position: absolute;
  right: 6%;
  bottom: 3%;
  width: 86%;
  height: 42%;
  opacity: 0.62;
  background: url('../assets/hyacyst/hyacyst-syringe-transparent.webp') center / contain no-repeat;
  filter: drop-shadow(0 18px 18px rgba(22, 29, 55, 0.22));
  transform: rotate(-5deg);
  transform-origin: center;
}

body.hyacyst-40-page .hy-regimen__step--accent::after {
  background-image: url('../assets/hyacyst/hyacyst-40-syringe-transparent.webp');
}

.hy-regimen__step--accent > * {
  position: relative;
  z-index: 1;
}

.hy-regimen__step--accent .hy-regimen__number {
  position: absolute;
  top: 30px;
  right: 34px;
  width: auto;
  color: rgba(255, 138, 50, 0.92);
  font-size: 72px;
  line-height: 0.9;
}

.hy-regimen__step--accent .hy-regimen__icon {
  width: 54px;
  height: 54px;
  margin: 0 0 24px;
  color: #ffad70;
  background: rgba(255, 255, 255, 0.12);
}

.hy-regimen__step--accent > div {
  max-width: 310px;
}

.hy-regimen__step--accent small {
  color: #ffad70;
}

.hy-regimen__step--accent strong {
  margin-top: 7px;
  font-size: 29px;
}

.hy-regimen__step--accent p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.6;
}

.hy-regimen__step--accent strong,
.hy-regimen__step--accent p {
  color: #fff;
}

/* Clinical data: light bento with hierarchy, no purple slab. */
.hy-evidence {
  position: relative;
  display: grid;
  margin-top: 96px;
  padding: 22px;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  gap: 18px;
  overflow: visible;
  color: var(--hy-ink);
  border: 1px solid rgba(73, 82, 123, 0.11);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 28px 70px rgba(55, 66, 101, 0.12);
}

.hy-evidence__copy {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 52px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(73, 82, 123, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 96% 8%, rgba(241, 107, 0, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 250, 0.9));
}

.hy-evidence__copy::before {
  content: '';
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 0;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(#f16b00, var(--hy-plum));
}

.hy-evidence .sv-section__label,
.hy-evidence h2 em {
  color: #f16b00;
}

.hy-evidence h2 {
  color: var(--hy-plum-deep);
}

.hy-evidence__copy > p:not(.sv-section__label) {
  color: var(--hy-muted);
}

.hy-evidence__copy .hy-text-link {
  align-self: flex-start;
  margin-top: auto;
}

.hy-text-link {
  border-color: rgba(241, 107, 0, 0.28);
  color: var(--hy-plum-deep);
  background: #fff;
}

.hy-text-link span {
  color: #fff;
  background: #f16b00;
}

.hy-text-link:hover,
.hy-text-link:focus-visible {
  border-color: #f16b00;
  background: #fff7f0;
}

.hy-evidence__stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr 0.9fr;
  gap: 18px;
  min-height: 100%;
}

.hy-evidence__stats article {
  position: relative;
  display: flex;
  min-height: 0;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(73, 82, 123, 0.1);
  border-radius: 26px;
  background: #f0f4fa;
  box-shadow: none;
}

.hy-evidence__stats article::before {
  position: relative;
  z-index: 1;
  color: rgba(66, 23, 88, 0.62);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hy-evidence__stats article:nth-child(1)::before { content: 'Выборка'; }
.hy-evidence__stats article:nth-child(2)::before { content: 'Наблюдение'; }
.hy-evidence__stats article:nth-child(3)::before { content: 'Курс'; }
.hy-evidence__stats article:nth-child(4)::before { content: 'Методика'; }

.hy-evidence__stats article:first-child {
  display: flex;
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #e7eef8, #f5f7fb);
}

.hy-evidence__stats article:nth-child(2) {
  background: #fff2e8;
}

.hy-evidence__stats article:nth-child(3) {
  background: #edf5f2;
}

.hy-evidence__stats article:nth-child(4) {
  display: flex;
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eeedf6, #f7f7fb);
}

.hy-evidence__stats strong {
  position: relative;
  z-index: 1;
  color: #f16b00;
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  margin-top: 14px;
}

.hy-evidence__stats span {
  position: relative;
  z-index: 1;
  max-width: none;
  margin-top: auto;
  padding: 0;
  color: var(--hy-plum-deep);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  background: transparent;
}

/* Specifications: product on a calm technical stage, without the pulsing ring. */
.hy-specs__product {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(73, 82, 123, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(241, 107, 0, 0.08) 48.2% 49%, transparent 49.2%),
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98), rgba(234, 240, 248, 0.88) 62%, rgba(224, 232, 243, 0.72));
  box-shadow: 0 24px 62px rgba(55, 66, 101, 0.11);
}

.hy-specs__ring {
  display: none;
}

.hy-specs__product::before {
  content: '120 мг  ·  50 мл';
  position: absolute;
  bottom: 25px;
  left: 27px;
  z-index: 2;
  padding: 10px 15px;
  border: 1px solid rgba(241, 107, 0, 0.22);
  border-radius: 999px;
  color: #f16b00;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

body.hyacyst-40-page .hy-specs__product::before {
  content: '40 мг  ·  50 мл';
}

.hy-specs__product::after {
  content: 'HYACYST';
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(99, 37, 126, 0.22);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.hy-specs__product img {
  width: 116%;
  filter: drop-shadow(0 28px 24px rgba(48, 57, 86, 0.19));
  transform: rotate(-4deg);
}

.hy-spec-list dd {
  color: var(--hy-plum-deep);
}

.hy-disclaimer > span {
  background: linear-gradient(145deg, var(--hy-plum), #8a54a0);
}

.hy-cta {
  background:
    radial-gradient(circle at 86% 14%, rgba(241, 107, 0, 0.2), transparent 28%),
    linear-gradient(135deg, #3d164f, #74398a);
  box-shadow: 0 28px 66px rgba(66, 23, 88, 0.24);
}

.hy-cta .sv-section__label {
  color: #ff9b52;
}

body.hyacyst-page .sv-contact-modal__line {
  background: linear-gradient(90deg, transparent, var(--hy-plum) 12%, #f16b00 88%, transparent);
}

body.hyacyst-page .sv-contact-form__submit {
  background: linear-gradient(135deg, var(--hy-plum), #a6689d 58%, #f16b00);
  box-shadow: 0 14px 30px rgba(99, 37, 126, 0.23);
}

@media (max-width: 1280px) {
  .hy-indications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .hy-indication,
  .hy-indication:nth-child(1),
  .hy-indication:nth-child(2),
  .hy-indication:nth-child(3),
  .hy-indication:nth-child(4),
  .hy-indication:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .hy-indication:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 330px;
  }

  .hy-regimen {
    padding: 50px 42px;
  }
}

@media (max-width: 992px) {
  .hy-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-trust article,
  .hy-trust article:nth-child(2),
  .hy-trust article:nth-child(4) {
    grid-column: auto;
  }

  .hy-regimen__track {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hy-regimen__step,
  .hy-regimen__step:nth-child(1),
  .hy-regimen__step:nth-child(2),
  .hy-regimen__step:nth-child(3),
  .hy-regimen__step--accent {
    grid-column: 1;
    grid-row: auto;
  }

  .hy-regimen__step--accent {
    min-height: 390px;
  }

  .hy-evidence,
  .hy-specs {
    grid-template-columns: 1fr;
  }

  .hy-evidence__copy {
    padding: 42px;
  }

  .hy-specs__copy {
    order: -1;
  }
}

@media (max-width: 700px) {
  .hy-trust {
    grid-template-columns: 1fr;
  }

  .hy-trust article,
  .hy-trust article:nth-child(2),
  .hy-trust article:nth-child(4) {
    grid-column: auto;
    min-height: 0;
    padding: 26px 24px;
  }

  .hy-trust article:nth-child(4) {
    padding-right: 24px;
  }

  .hy-indications,
  .hy-mechanism,
  .hy-specs {
    padding-top: 106px;
  }

  .hy-indications__grid {
    grid-template-columns: 1fr;
  }

  .hy-indication,
  .hy-indication:nth-child(1),
  .hy-indication:nth-child(2),
  .hy-indication:nth-child(3),
  .hy-indication:nth-child(4),
  .hy-indication:nth-child(5) {
    grid-column: auto;
    min-height: 0;
  }

  .hy-indication:nth-child(1) {
    min-height: 390px;
  }

  .hy-regimen,
  .hy-evidence {
    margin-top: 76px;
  }

  .hy-regimen {
    padding: 34px 20px;
  }

  .hy-regimen__step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .hy-regimen__step:not(.hy-regimen__step--accent) {
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 10px;
  }

  .hy-regimen__number {
    font-size: 32px;
  }

  .hy-regimen__step:not(.hy-regimen__step--accent) .hy-regimen__number {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .hy-regimen__period {
    font-size: 10px;
  }

  .hy-regimen__step:not(.hy-regimen__step--accent) .hy-regimen__icon {
    grid-column: 1;
    grid-row: 2;
  }

  .hy-regimen__step:not(.hy-regimen__step--accent) > div {
    grid-column: 2;
    grid-row: 2;
  }

  .hy-regimen__step--accent {
    display: block;
    min-height: 380px;
    padding: 26px;
  }

  .hy-regimen__step--accent .hy-regimen__number {
    top: 25px;
    right: 25px;
    font-size: 62px;
  }

  .hy-regimen__step--accent > div {
    max-width: calc(100% - 42px);
  }

  .hy-evidence {
    padding: 14px;
  }

  .hy-evidence__copy {
    padding: 34px 25px;
  }

  .hy-evidence__stats {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hy-evidence__stats article,
  .hy-evidence__stats article:first-child,
  .hy-evidence__stats article:nth-child(4) {
    display: flex;
    grid-column: auto;
    min-height: 170px;
    padding: 25px;
  }

  .hy-specs__product {
    min-height: 390px;
  }

  .hy-specs__product img {
    width: 128%;
  }
}

/* Larger supporting copy requested for the HYACYST desktop layout. */
@media (min-width: 701px) {
  body.hyacyst-page .hy-trust article strong {
    font-size: 24px;
    line-height: 1.2;
  }

  body.hyacyst-page .hy-trust article small {
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.01em;
  }

  body.hyacyst-page .hy-indications .sv-section__header p:not(.sv-section__label),
  body.hyacyst-page .hy-regimen .sv-section__header p:not(.sv-section__label) {
    font-size: 20px;
    line-height: 1.68;
  }

  body.hyacyst-page .hy-indication p {
    font-size: 17px;
    line-height: 1.62;
  }

  body.hyacyst-page .hy-mechanism__copy > p:not(.sv-section__label) {
    font-size: 19px;
    line-height: 1.68;
  }

  body.hyacyst-page .hy-mechanism__steps strong {
    font-size: 22px;
    line-height: 1.22;
  }

  body.hyacyst-page .hy-mechanism__steps p {
    font-size: 16px;
    line-height: 1.58;
  }

  body.hyacyst-page .hy-regimen__step small {
    font-size: 13px;
    line-height: 1.5;
  }

  body.hyacyst-page .hy-regimen__step strong {
    font-size: 24px;
    line-height: 1.2;
  }

  body.hyacyst-page .hy-regimen__step p,
  body.hyacyst-page .hy-regimen__step--accent p {
    font-size: 16px;
    line-height: 1.58;
  }

  body.hyacyst-page .hy-regimen__step--accent strong {
    font-size: 29px;
  }

  body.hyacyst-page .hy-evidence__copy > p:not(.sv-section__label) {
    font-size: 18px;
    line-height: 1.7;
  }

  body.hyacyst-page .hy-evidence__stats article::before {
    font-size: 13px;
    line-height: 1.5;
  }

  body.hyacyst-page .hy-evidence__stats span {
    font-size: 16px;
    line-height: 1.5;
  }

  body.hyacyst-page .hy-spec-list dt,
  body.hyacyst-page .hy-spec-list dd {
    font-size: 17px;
    line-height: 1.58;
  }
}
