body:not([class*="elementor-page-"]) .site-main.promo-page,
.promo-page {
  --promo-bg-dark: #19305a;
  --promo-bg-muted: #eef3ff;
  --promo-card-bg: rgba(255, 255, 255, 0.1);
  --promo-card-border: linear-gradient(to top right, #ffffff, #dbdbdb);
  --promo-border: rgba(255, 255, 255, 0.18);
  --promo-glass-blur: 12px;
  --promo-primary: #57cbf5;
  --promo-text-dark: #000000;
  --promo-text-light: #f8fbff;
  --promo-shadow: 0 20px 50px rgba(8, 27, 56, 0.22);
  --fw-green: #a8d62b;
  --fw-green-d: #97c420;
  --fw-green-l: #b5dd3d;
  --fw-green-h: #c4e859;
  --fw-blue: #1e8fe0;
  --fw-blue-l: #3da3e8;
  --fw-blue-d: #1773ba;
  --fw-navy: #1b3a6b;
  --fw-ink: #1a1a1a;
  max-width: 100%;
  background: #fff;
  padding: 0;
  font-family:
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

html {
  scroll-behavior: smooth;
}

.promo-page h1,
.promo-page h2,
.promo-page h3 {
  font-family: inherit;
  margin-block-start: 0;
}

.promo-page h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
}

.promo-page h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.promo-page h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .promo-page h2 {
    font-size: 40px;
    font-weight: 700;
  }
}

.single-promo_page .site-header,
.single-promo_page .site-header-placeholder {
  display: none !important;
}

.promo-hero {
  padding-top: 140px;
  position: relative;
  background-color: var(--promo-bg-dark);
  background-image: url("../promo-page/hero-block-mob.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: var(--promo-text-light);
  overflow: hidden;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.promo-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(12, 34, 70, 0.45), rgba(12, 34, 70, 0.2)),
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.14),
      transparent 55%
    ),
    radial-gradient(circle at 78% 10%, rgba(87, 203, 245, 0.2), transparent 45%);
  pointer-events: none;
}

.promo-hero__inner {
  position: relative;
  z-index: 1;
}

.promo-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 42px;
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to top right, #ffffff, #dbdbdb) border-box;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
}

.promo-brand {
  display: flex;
  align-items: center;
  width: 60vw;
  max-width: 280px;
}

.promo-brand__logo {
  display: block;
  width: auto;
  max-height: 34px;
  object-fit: contain;
}

.promo-brand__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.promo-topbar__cta {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.promo-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 38px;
  height: 34px;
  padding: 6px 7px;
  cursor: pointer;
  border: none;
  border-color: rgba(255, 255, 255, 0.35);
}

.promo-burger:hover,
.promo-burger:focus {
  border: 1px solid rgba(2, 127, 202, 0.35);
  border-radius: 10px;
  background: rgba(2, 127, 202, 0.08);
}

.promo-burger span {
  display: block;
  height: 4px;
  border-radius: 20px;
  background: #027fca;
  width: 100%;
}

@media (max-width: 1023px) {
  .promo-topbar {
    top: 10px;
    left: 5vw;
    right: 5vw;
    width: auto;
    padding: 10px 14px;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
    will-change: transform;
  }

  .promo-topbar.is-hidden {
    transform: translateY(calc(-100% - 20px));
    opacity: 0;
    pointer-events: none;
  }

  .promo-brand {
    width: auto;
    max-width: 48vw;
  }

  .promo-brand__logo {
    max-height: 32px;
    width: auto;
  }

  .promo-burger {
    width: 30px;
    height: 26px;
    padding: 4px 5px;
    gap: 4px;
  }

  .promo-burger span {
    height: 3px;
  }

  .promo-hero {
    padding-top: 96px;
  }
}

.promo-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1200;
  width: min(84vw, 320px);
  height: 100vh;
  padding: 70px 22px 22px;
  background: #fff;
  box-shadow: -16px 0 36px rgba(10, 25, 52, 0.2);
  transform: translateX(100%);
  transition: transform 0.24s ease;
}

.promo-mobile-menu.is-open {
  transform: translateX(0);
}

.promo-mobile-menu__close {
  position: absolute;
  top: 12px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #eef4ff;
  color: #163467;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.promo-mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-mobile-menu__list li + li {
  margin-top: 8px;
}

.promo-mobile-menu__list a {
  display: block;
  padding: 12px 10px;
  border-radius: 10px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.promo-mobile-menu__list a:hover,
.promo-mobile-menu__list a:focus {
  background: #eef4ff;
}

.promo-mobile-menu__cta.help {
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.promo-mobile-menu__cta.help {
  border: 1px solid #027fca;
  color: #000;
  background-color: transparent;
}

.promo-mobile-menu__cta.help:hover {
  color: #027fca;
  border-color: #027fca;
  background-color: rgba(2, 127, 202, 0.1);
}

.promo-mobile-menu__cta.help:focus {
  outline: none;
}

.promo-mobile-menu__cta.help:focus-visible {
  box-shadow: 0 0 0 3px rgba(2, 127, 202, 0.35);
}

/* ACTIVE (клик) */
.promo-mobile-menu__cta.help:active {
  transform: translateY(1px) scale(0.98);
  opacity: 0.85;
}

@media (max-width: 1023px) {
  .promo-mobile-menu .btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 16px;
  }

  .promo-mobile-menu__cta.help,
  .promo-mobile-menu__cta.buy {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }

  .promo-mobile-menu__cta.buy {
    box-sizing: border-box;
  }
}

.promo-mobile-menu__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(8, 22, 46, 0.5);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.promo-mobile-menu__backdrop.is-open {
  opacity: 1;
}

body.promo-menu-open {
  overflow: hidden;
}

.promo-hero__content {
  max-width: 640px;
  padding: 56px 0 26px;
  padding: 5vw 5vw 50px 5vw;
  padding-top: 8vw;
}

.promo-hero__media {
  margin-top: 18px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #dae9ff, #b8d2fb);
}

.promo-kicker {
  margin: 0 0 10px;
  color: #9fdfff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-hero .promo-title {
  font-weight: inherit;
}

.promo-hero .promo-subtitle {
  font-weight: 100;
}

.promo-title {
  margin: 0;
  text-wrap: balance;
}

.promo-subtitle {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 0.97;
  font-weight: 300;
}

.promo-description {
  max-width: 56ch;
  margin: 16px 0 0;
  font-size: clamp(16px, 4.4vw, 20px);
  line-height: 1.5;
  color: rgba(248, 251, 255, 0.94);
}

.promo-cta-wrap {
  margin: 22px 0 22px;
}

.promo-official-seller-ctf-wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 220px;
}

.promo-official-seller-ctf-wrap__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.promo-official-seller-ctf-wrap__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-cta {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}

.promo-cta:focus {
  outline: none;
}

@media (max-width: 768px) {
  .promo-cta-sticky {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    box-shadow: 0 -4px 24px rgba(8, 22, 46, 0.14);
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.28s ease,
      visibility 0.28s ease;
  }

  .promo-cta-sticky.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  body.promo-menu-open .promo-cta-sticky.is-visible {
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
  }

  .promo-cta-sticky .promo-cta {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .zsiq-float {
    bottom: 100px !important;
  }
}

.promo-offer {
  padding: 7vw 5vw;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  background-color: #027fca;
  border-radius: 16px;
  box-sizing: border-box;
  max-width: 100%;
  scroll-margin-top: 75px;
}

@media (max-width: 1023px) {
  .promo-offer {
    overflow-x: clip;
    scroll-margin-top: 0px;
    padding: 24px 16px 32px;
  }

  .site-main.promo-page {
    overflow-x: clip;
    max-width: 100%;
  }
}

.promo-offer-layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.promo-offer-layout .promo-offer-card {
  grid-area: header;
  margin-bottom: 0;
}

.promo-offer-gallery-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.promo-offer-layout .promo-offer-gallery-stack {
  grid-area: gallery;
}

.promo-offer-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.promo-offer-main__description--desktop {
  display: none;
}

.promo-offer-main__description--mobile {
  display: block;
}

.promo-offer-gallery {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

@media (max-width: 1023px) {
  .promo-offer-gallery.is-collapsed {
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
  }
}

.promo-offer-gallery__desktop {
  display: none;
}

.promo-offer-gallery__mobile {
  display: block;
}

.promo-offer-gallery__main {
  width: 100%;
  margin-bottom: 12px;
}

.promo-offer-gallery__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #eef4fb;
}

.promo-offer-gallery__overlay-arrows.glide__arrows {
  display: flex;
  position: absolute;
  inset: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  gap: 0;
  pointer-events: none;
  z-index: 2;
}

.promo-offer-gallery__overlay-arrows .glide__arrow {
  pointer-events: auto;
}

.promo-offer-gallery__main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-offer-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../promo-page/arrow-blue.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.promo-offer-gallery__arrow:hover,
.promo-offer-gallery__arrow:focus,
.promo-offer-gallery__arrow:focus-visible,
.promo-offer-gallery__arrow:active {
  background-color: transparent;
  background-image: url("../promo-page/arrow-blue.svg");
  outline: none;
  box-shadow: none;
}

.promo-offer-gallery__arrow--prev {
  left: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

.promo-offer-gallery__arrow--next {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

.promo-offer-gallery__thumbs-viewport {
  --thumbs-visible: 6;
  --thumb-gap: 8px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  container-type: inline-size;
}

.promo-offer-gallery__thumbs-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--thumb-gap);
  transition: transform 0.28s ease;
  will-change: transform;
}

.promo-offer-gallery__thumb {
  display: block;
  flex: 0 0
    calc(
      (100cqw - (var(--thumbs-visible) - 1) * var(--thumb-gap)) /
        var(--thumbs-visible)
    );
  width: calc(
    (100cqw - (var(--thumbs-visible) - 1) * var(--thumb-gap)) /
      var(--thumbs-visible)
  );
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.promo-offer-gallery__thumb.is-active {
  border-color: #027fca;
}

/* Перебить hello-elementor reset: button:hover { background: #c36 } */
button.promo-offer-gallery__thumb:hover,
button.promo-offer-gallery__thumb:focus,
button.promo-offer-gallery__thumb:focus-visible,
button.promo-offer-gallery__thumb:active {
  background-color: #fff;
  border-color: transparent;
  color: inherit;
  outline: none;
  box-shadow: none;
}

button.promo-offer-gallery__thumb.is-active:hover,
button.promo-offer-gallery__thumb.is-active:focus,
button.promo-offer-gallery__thumb.is-active:focus-visible,
button.promo-offer-gallery__thumb.is-active:active {
  background-color: #fff;
  border-color: #027fca;
  outline: none;
  box-shadow: none;
}

.promo-offer-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-offer-gallery__mobile.glide {
  overflow: hidden;
  max-width: 100%;
}

.promo-offer-gallery__mobile .glide__track {
  overflow: hidden;
}

.promo-offer-gallery__mobile .glide__slides {
  overflow: hidden;
}

.promo-offer-gallery__mobile .glide__slide {
  height: auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

.promo-offer-gallery__slide {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f6fa;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.promo-offer-gallery__slide .promo-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-offer-gallery__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../promo-page/zoom.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.promo-offer-gallery__mobile-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .promo-offer-main__actions {
    display: none;
  }

  .promo-offer-main__info .promo-offer-main__description-inline {
    display: none !important;
  }

  .promo-products__heading {
    display: none;
  }

  .promo-product-card__thumb {
    display: none;
  }

  .promo-offer-gallery__desktop {
    display: block;
  }

  .promo-offer-gallery__mobile {
    display: none;
  }

  .promo-offer-gallery__desktop .promo-offer-gallery__overlay-arrows .glide__arrow {
    width: 48px;
    height: 48px;
  }

  .promo-offer-gallery__mobile .promo-offer-gallery__overlay-arrows {
    padding: 0 8px;
  }

  .promo-offer-gallery__thumbs-viewport {
    --thumb-gap: 10px;
  }

  .promo-offer-gallery-stack {
    gap: 34px;
  }

  .promo-offer-main__description-text {
    margin-top: 17px;
    font-family: "Inter";
    font-size: 16px;
    line-height: 23px;
    color: #fff;
  }
}

.promo-offer-main {
  color: #fff;
}

.promo-offer-main__title {
  margin: 0 0 40px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
}

.promo-offer-main__price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

.promo-offer-main__financing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.3;
}

.promo-offer-main__financing[hidden] {
  display: none !important;
}

.promo-offer-main__fin-badges {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.promo-offer-main__fin-logo {
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.promo-offer-main__fin-logo--klarna {
  height: 23px;
}

.promo-offer-main__fin-logo-wrap--affirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px 5px;
  border-radius: 6px;
  background: #fff;
  line-height: 1;
}

.promo-offer-main__fin-logo--affirm {
  height: 15px;
}

.promo-offer-main__financing-text {
  flex: 1 1 auto;
  min-width: 140px;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.promo-offer-main .promo-offer-card__price-wrap {
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.promo-offer-main .promo-offer-card__price {
  background: transparent;
  padding: 0;
  color: #fff;
  font-size: 30px;
  line-height: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.promo-offer-main .promo-offer-card__old-price {
  font-size: 30px;
  line-height: 15px;
  font-weight: 400;
  opacity: 0.95;
  white-space: nowrap;
}

.promo-offer-main__badge {
  margin: 0;
  padding: 7px 14px;
  border-radius: 20px;
  background: #fff;
  color: #027fca;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.promo-offer-main__benefits {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.promo-offer-main__benefits li {
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 15px;
  font-weight: 300;
  font-style: italic;
}

.promo-offer-main__description {
  padding-top: 6px;
}

.promo-offer-main__description-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0 28px 7px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.promo-offer-main__description-toggle:hover,
.promo-offer-main__description-toggle:focus,
.promo-offer-main__description-toggle:focus-visible,
.promo-offer-main__description-toggle:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.promo-offer-main__description-toggle::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-image: url("../promo-page/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(135deg);
  transition: transform 0.25s ease;
}

.promo-offer-main__description-more {
  display: none;
}

.promo-offer-main__description.is-expanded .promo-offer-main__description-toggle::after {
  transform: rotate(-45deg);
}

.promo-offer-main__description-title {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}

.promo-offer-main__description-panel[hidden] {
  display: none;
}

.promo-offer-main__description-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 23px;
  font-family: "Inter", sans-serif;
  margin-bottom: 12px;
}

.promo-offer-gallery-stack .promo-offer-main__description-text {
  margin-bottom: 0;
}

.promo-offer-main__description-text p {
  margin: 0;
}

.promo-products__grid {
  gap: 6px;
  margin-bottom: 0;
}

.promo-product-card {
  padding: 0;
}

.promo-product-card__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, max-content);
  align-items: center;
  gap: 8px;
  padding: 22px 15px 18px;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  container-type: inline-size;
  max-width: 500px;
}

.promo-product-card__checkbox-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.promo-product-card__name-wrap {
  min-width: 0;
}

.promo-product-card__name {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin-bottom: 6px;
}

.promo-product-card__save {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.promo-product-card__prices {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  color: #000;
  flex-shrink: 0;
}

.promo-product-card__price-current {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.promo-product-card__price-old {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-decoration: line-through;
  color: #222;
  white-space: nowrap;
}

/* Две цены — в колонку, чтобы названию оставалось больше ширины */
.promo-product-card__prices:has(.promo-product-card__price-old) {
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

/* Узкая карточка — то же для любого варианта цен */
@container (max-width: 520px) {
  .promo-product-card__prices {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
}

.promo-products__cta-wrap {
  padding-top: 10px;
  border-top: 0;
  justify-content: center;
}

.promo-products__cta {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .promo-offer-main__description--desktop {
    display: block;
  }

  .promo-offer-main__description--mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .promo-offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "header header"
      "gallery sidebar";
    gap: 54px 88px;
    align-items: start;
  }

  .promo-offer-layout .promo-offer-gallery-stack {
    grid-area: gallery;
    align-self: start;
    width: 100%;
    min-height: 0;
    padding-left: 66px;
  }

  .promo-offer-layout .promo-offer-sidebar {
    grid-area: sidebar;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: start;
    width: 100%;
    min-height: 0;
    padding-right: 66px;
  }

  .promo-offer-layout .promo-products__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    height: auto;
    align-content: start;
    margin-bottom: 0;
  }

  .promo-offer-layout .promo-product-card {
    align-self: start;
  }

  .promo-offer-layout .promo-products__cta-wrap {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }

  .promo-offer-main__title {
    margin-bottom: 40px;
  }

  .promo-offer-main .promo-offer-card__price-wrap {
    gap: 27px;
  }

  .promo-offer-main__price-row {
    margin-bottom: 12px;
  }

  .promo-offer-main__benefits {
    margin-bottom: 16px;
  }
}

.promo-offer-card {
  position: relative;
  margin-bottom: clamp(32px, 10.18vw, 50px);
  padding: clamp(24px, 7.94vw, 39px) clamp(14px, 6.92vw, 34px)
    clamp(28px, 8.15vw, 40px);
  border-radius: 16px;
  border: none;
  background-color: var(--promo-card-bg);
  backdrop-filter: blur(var(--promo-glass-blur));
  -webkit-backdrop-filter: blur(var(--promo-glass-blur));
  color: #fff;
  box-shadow: none;
}

.promo-offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--promo-card-border);
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.promo-offer-card .left-col,
.promo-offer-card .right-col,
.promo-offer-card .bottom-col {
  position: relative;
  z-index: 1;
}

.promo-offer-card .left-col {
  box-sizing: border-box;
  padding-left: 0;
  min-width: 0;
}

.promo-offer-card .right-col {
  box-sizing: border-box;
  padding-right: 0;
  min-width: 0;
}

.promo-offer-card__title,
.promo-offer-card__text {
  margin: 0;
  display: block;
  width: 100%;
}

.promo-offer-card__deal,
.promo-offer-card__kit,
.promo-offer-card__price-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.promo-offer-card__title {
  font-size: clamp(24px, 7vw, 30px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: clamp(8px, 2.65vw, 13px);
}

.promo-offer-card__text {
  font-size: clamp(18px, 6.11vw, 30px);
  line-height: 1.167;
  letter-spacing: 0.01em;
  margin-bottom: clamp(10px, 2.65vw, 13px);
}

.promo-offer-card__text b,
.promo-offer-card__text strong {
  font-weight: 700;
}

/* Banner display text — not part of h1/h2/h3 hierarchy */
.promo-display,
.promo-offer-card__deal {
  font-size: clamp(24px, 7.74vw, 38px);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: clamp(10px, 3.46vw, 17px);
  text-align: center;
  text-transform: uppercase;
}

.promo-display b,
.promo-offer-card__deal b {
  font-weight: 700;
  font-size: clamp(52px, 20.77vw, 102px);
  line-height: 0.63;
  letter-spacing: -0.04em;
  text-transform: none;
}

.promo-offer-card__kit {
  margin-top: clamp(6px, 1.63vw, 8px);
  font-size: clamp(24px, 7.74vw, 38px);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.promo-offer-card__price-wrap {
  margin-bottom: 14px;
}

.promo-offer-card__old-price {
  font-size: 30px;
  font-weight: 800;
  text-decoration: line-through;
  color: #fff;
}

.promo-offer-card__price {
  padding: 8px 18px;
  border-radius: 22px;
  background: #fff;
  color: var(--promo-text-dark);
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-size: 35px;
  color: #ff0202;
  padding: 3px 12px;
  font-size: 30px;
}

.promo-offer-card__cta {
  display: block;
  margin: 16px 0 0;
  padding: 14px 30px;
  border-radius: 14px;
  background: var(--promo-primary);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  margin-bottom: 48px;

  font-size: 40px;
  padding: 16px 10px;
  background-color: #7bba03;
}

.promo-offer-card__cta:hover {
  background-color: #6dad03;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.promo-offer-card__cta:focus {
  outline: none;
}

.promo-offer-card__cta:focus-visible {
  box-shadow:
    0 2px 4px 0 rgba(0, 0, 0, 0.25),
    0 0 0 4px rgba(255, 255, 255, 0.75);
  color: #fff;
}

.promo-offer-card__cta:active {
  background-color: #5f9602;
  transform: translateY(1px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
}

.benefits-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 2.04vw, 10px) clamp(20px, 8.55vw, 42px);
  margin-bottom: 0;
}

.benefits-line__nsf {
  flex: 0 0 auto;
  width: clamp(100px, 33.6vw, 165px);
  height: clamp(100px, 33.6vw, 165px);
}

.benefits-line__nsf-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.benefits-line__nsf-img {
  display: block;
  width: 100%;
  height: auto;
}

.benefits-line .benefits-wrap {
  margin-bottom: 0;
  flex: 1 1 200px;
  min-width: 0;
}

.benefits-wrap {
  margin-bottom: 50px;
}

.promo-offer-card__benefits {
  padding: 0;
  list-style: none;
}

.promo-offer-card__benefits li {
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: clamp(14px, 4.07vw, 20px);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 300;
  font-style: italic;
  margin-bottom: clamp(6px, 2.04vw, 10px);
}

.promo-offer-card__benefits li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .promo-offer-card .left-col,
  .promo-offer-card .right-col,
  .promo-offer-card .bottom-col {
    text-align: center;
  }

  .promo-offer-card__title,
  .promo-offer-card__text,
  .promo-offer-card__deal,
  .promo-offer-card__kit {
    text-align: center;
    width: 100%;
  }

  .promo-offer-card .right-col {
    margin-top: clamp(20px, 6.11vw, 30px);
  }

  .benefits-line {
    justify-content: center;
  }

  .promo-offer-card__benefits,
  .promo-offer-card__benefits li {
    text-align: center;
  }

  .promo-offer-card__price-wrap {
    align-items: center;
  }

  .promo-offer-card__cta {
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .bottom-col__title {
    padding-right: 0;
  }

  .bottom-col__title::after {
    display: none;
  }

  .bottom-col__savings,
  .bottom-col__savings-text {
    width: 100%;
    text-align: center;
  }

  .promo-products__cta-summary {
    width: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .benefits-line {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2.04vw, 10px) clamp(12px, 4.07vw, 20px);
  }

  .benefits-line__nsf {
    flex: 0 0 clamp(100px, 33.6vw, 165px);
  }

  .benefits-line .benefits-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  .promo-offer-card__benefits,
  .promo-offer-card__benefits li {
    text-align: left;
  }
}

.promo-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-pain-card__media.is-empty,
.promo-product-card__image.is-empty,
.promo-testimonial-card__photo.is-empty,
.promo-contact__media.is-empty,
.promo-hero__media.is-empty {
  background: linear-gradient(145deg, #dae9ff, #b8d2fb);
}

.promo-section-title {
  margin: 0;
  text-align: center;
  color: var(--promo-text-dark);
  margin-bottom: 20px;
}

.promo-section-subtitle {
  line-height: 1.25;
  text-align: center;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.promo-pain {
  padding: 50px 4vw 55px;
  background-color: #efefef;
  margin: 7vw 5vw;
  border-radius: 16px;
}


.promo-pain .promo-section-subtitle {
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.promo-pain__eyebrow {
  margin: 0;
  line-height: 1.1;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
}

.promo-pain .promo-section-subtitle {
  font-weight: 400;
}

.promo-pain__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 16px;
  margin-bottom: 50px;
}

.promo-pain__bottom-title {
  margin: 24px auto 0;
  max-width: 22ch;
  text-align: center;
  color: var(--promo-text-dark);
  margin-bottom: 50px;
}

.promo-pain__quotes {
  margin-bottom: 50px;
}

.promo-pain-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 14px 16px 14px;
  border-radius: 12px;
  background-color: #dbdbdb;
  color: #027fca;
  margin-bottom: 14px;
  margin: 0 auto;
  width: 60vw;
}

.promo-pain-quote::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 52px;
  height: 40px;
  transform: translate(-50%, 88%);
  background: url("../promo-page/cloud-tail.svg") no-repeat center bottom;
  background-size: 100% auto;
  pointer-events: none;
}

.promo-pain-quote__text {
  margin-bottom: 12px;
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.25;
}

.promo-pain-quote__source {
  color: #027fca;
  font-size: 18px;
  text-decoration: underline;
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 10px;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
  margin-top: auto;
}

.promo-pain-quote__source::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #027fca;
  background-image: url("../promo-page/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 6px;
}

.promo-pain__report-wrap {
  margin: 18px 0 0;
  text-align: center;
}

.promo-pain__report-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 68px 18px 18px;
  border-radius: 16px;
  background: #027fca;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 320px;
  margin: 0 auto;
}

.promo-pain__report-link::after {
  background-image: url("../promo-page/arrow.svg");
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.22);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid;
}

/* HOVER */
.promo-pain__report-link:hover {
  background-color: #3bbbe9; /* чуть темнее */
  box-shadow: 0 6px 16px rgba(87, 203, 245, 0.35);
}

/* FOCUS */
.promo-pain__report-link:focus {
  outline: none;
}

.promo-pain__report-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(87, 203, 245, 0.4);
}

/* ACTIVE */
.promo-pain__report-link:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: 0 3px 8px rgba(87, 203, 245, 0.25);
}

.promo-pain-card__media {
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #dae9ff, #b8d2fb);
  overflow: hidden;
  margin-bottom: 10px;
}

.promo-pain-card h3 {
  margin: 0;
  color: var(--promo-text-dark);
  text-align: center;
}

.promo-products {
  padding: 20px 0 36px;
}

.promo-products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 40px;
}

.promo-product-card {
  overflow: hidden;
}

.promo-product-card__toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
}

.promo-product-card__checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid #027fca;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.promo-product-card__checkbox:checked {
  background-color: #027fca;
  border-color: #027fca;
}

.promo-product-card__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

.promo-product-card__radio {
  border-radius: 50%;
}

.promo-product-card__radio:checked::after {
  top: 50%;
  width: 9.5px;
  height: 9.5px;
  border: none;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.promo-product-card__toggle-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.promo-product-card__image {
  position: relative;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #dceafc, #b7cff2);
  margin-bottom: 20px;
  overflow: hidden;
}

.promo-product-card__chosen-badge {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7bba03;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  text-transform: capitalize;
  top: 20px;
  left: 20px;
}

.promo-product-card.is-selected .promo-product-card__chosen-badge {
  display: flex;
}

.promo-product-card__body {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.promo-product-card__body .promo-product-card__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 0.75em;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 0;
}

.promo-product-card__title-name {
  flex: 1 1 auto;
  min-width: 0;
}

.promo-product-card__title-price {
  background-color: #fff;
  color: #027fca;
  font-weight: 700;
  padding: 2px 14px;
  border-radius: 24px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.promo-product-card__subtitle {
  margin: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
  border: none;
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

.promo-product-card__subtitle:active,
.promo-product-card__subtitle:focus,
.promo-product-card__subtitle:hover {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}

.promo-product-card__subtitle::after,
.promo-product-card__subtitle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}

.promo-product-card__subtitle::after {
  transform: translateY(-50%) rotate(90deg);
}

.promo-product-card__subtitle.active::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.promo-product-card__body .item {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.promo-product-card__body .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.promo-product-card__body .content {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.promo-products__cta-wrap {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.promo-products__cta-wrap p {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
}

.promo-products__cta-wrap p b {
  font-weight: 700;
  font-size: 60px;
  font-size: 80px;
}

.promo-products__cta-summary {
  text-align: center;
  border-radius: 24px;
  background-color: #fff;
  padding: 22px;
  color: #027fca;
  border: 2px dotted #ff0f0f;
}

.promo-products__cta-summary p {
  color: #027fca;
  font-size: 28px;
  margin: 0;
}

.promo-products__cta-summary p:first-child {
  font-weight: 600;
}

.promo-products__cta-summary p:last-child {
  font-size: 21px;
  margin: 0;
}

.promo-products__cta-summary__percent {
  font-weight: 700;
  margin-right: 0.35em;
}

.promo-products__cta {
  display: inline-block;
  padding: 0 18px;
  border: none;
  border-radius: 8px;
  background-color: #7bba03;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
  min-width: 100%;
  box-sizing: border-box;
}

.promo-products__cta:hover {
  background-color: #6dad03;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.promo-products__cta:focus {
  outline: none;
}

.promo-products__cta:focus-visible {
  box-shadow:
    0 2px 4px 0 rgba(0, 0, 0, 0.25),
    0 0 0 4px rgba(255, 255, 255, 0.75);
  color: #fff;
}

.promo-products__cta:active {
  background-color: #5f9602;
  transform: translateY(1px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
}

.bottom-col {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 40px;
  color: #027fca;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  line-height: 1;
}

.bottom-col {
  margin-bottom: 0;
}

.bottom-col__title {
  position: relative;
  padding-right: 20px;
}

.bottom-col__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 74px;
  background-color: #027fca;
}

.bottom-col__savings,
.bottom-col__savings-text {
  padding: 0;
}

.bottom-col__savings-text__text {
  font-size: 16px;
}

.promo-testimonials {
  padding: 60px 0;
  margin: 0 5vw;
}

.promo-testimonials .promo-section-subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 45px;
}

.promo-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 22px;
}

.promo-testimonial-card {
  border-radius: 16px;
  background: #efefef;
}

.promo-testimonial-card__photo {
  border-radius: 16px;
  background: linear-gradient(145deg, #daeaff, #bdd5f6);
  overflow: hidden;
}

.promo-testimonial-card__content {
  padding: 36px;
  background-image: url("../promo-page/comma.svg");
  background-size: 47px 37px;
  background-position: right 36px bottom 36px;
  background-repeat: no-repeat;
}

.promo-testimonial-card__content p {
  margin: 0;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 16px;
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.promo-testimonial-card__content strong {
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.promo-testimonial-card__content span {
  line-height: 1;
  color: #000000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.promo-testimonial-card__rating-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
  margin-bottom: 13px;
}

.promo-testimonial-card__rating-star {
  font-size: 0px;
  width: 22px;
  height: 22px;
  line-height: 0;
  color: #df7920;
  background-image: url("../promo-page/star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-fix {
  margin: 0 5vw 48px;
  background-image: url("../promo-page/bg-clean-water.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.promo-fix .promo-section-title {
  margin-bottom: 16px;
}

.promo-fix .promo-section-subtitle {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 30px;
}

.promo-fix__inner {
  max-width: 1366px;
  margin: 0 auto;
}

.promo-fix__checks {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.promo-fix__checks li {
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  margin: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  color: #000000;
  text-align: center;
  font-weight: 300;
}

.promo-fix__checks li:last-child {
  margin-bottom: 0;
}

.promo-fix__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}

.promo-fix__image-desktop {
  display: none;
}

.promo-fix__note {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.promo-fix__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 auto;
  max-width: 520px;
  padding: 2vw;
  padding-bottom: 25px;
}

.promo-fix__action {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

/* HOVER */
.promo-fix__action--secondary:hover {
  background-color: #2a3d73;
  color: #fff;
  box-shadow: 0 6px 16px rgba(31, 46, 86, 0.4);
}

/* FOCUS */
.promo-fix__action:focus {
  outline: none;
}

.promo-fix__action--secondary:focus-visible {
  box-shadow: 0 0 0 4px rgba(31, 46, 86, 0.5);
}

/* ACTIVE */
.promo-fix__action--secondary:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: 0 3px 8px rgba(31, 46, 86, 0.3);
}

.promo-fix__action--primary {
  text-transform: none;
}

.promo-cta,
.promo-fix__action--primary,
.promo-mobile-menu .promo-mobile-menu__cta.buy {
  display: inline-block;
  background: linear-gradient(180deg, #b5dd3d 0%, #a8d62b 55%, #97c420 100%);
  color: #1a1a1a;
  font: 700 32px/1 "Geologica", sans-serif;
  letter-spacing: 0.2px;
  padding: 22px 60px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08),
    0 8px 20px rgba(94, 130, 0, 0.28),
    0 2px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  will-change: transform;
}

.promo-cta:hover,
.promo-fix__action--primary:hover,
.promo-mobile-menu .promo-mobile-menu__cta.buy:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.06);
  color: #1a1a1a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08),
    0 14px 30px rgba(94, 130, 0, 0.38),
    0 4px 10px rgba(0, 0, 0, 0.12);
}

.promo-cta:active,
.promo-fix__action--primary:active,
.promo-mobile-menu .promo-mobile-menu__cta.buy:active {
  transform: translateY(1px) scale(0.99);
  filter: none;
  color: #1a1a1a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(94, 130, 0, 0.25);
}

.promo-cta:focus-visible,
.promo-fix__action--primary:focus-visible,
.promo-mobile-menu .promo-mobile-menu__cta.buy:focus-visible {
  outline: 3px solid #1e8fe0;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .promo-cta,
  .promo-fix__action--primary,
  .promo-mobile-menu .promo-mobile-menu__cta.buy {
    font-size: 17px;
    padding: 12px 22px;
  }
}

.promo-fix__action--secondary {
  border: 2px solid #1f2e56;
  padding: 20px 0;
  font-weight: 700;
  font-size: 30px;
  background: transparent;
  text-transform: uppercase;
  color: #1f2e56;
}

.promo-why {
  padding: 30px 4vw;
  background: var(--promo-bg-muted);
  margin: 0 5vw 30px;
  border-radius: 16px;
  overflow: hidden;
  background-image: url("../promo-page/why-aquaboon.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-why__inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 40px 40px;
  border: 1px solid #fff;
}

.promo-why__title {
  margin: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
}

.promo-why__subtitle {
  margin: 0 auto;
  max-width: 26ch;
  font-size: clamp(22px, 6vw, 40px);
  text-align: center;
  color: #2b4878;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  margin-bottom: 54px;
}

.promo-why__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0;
  list-style: none;
}

.promo-why__list li {
  height: 68px;
  padding-left: 90px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family:
    "Inter",
    "Geologica",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  position: relative;
}

.promo-why__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #027fca;
  border-radius: 50%;
  overflow: hidden;
}

.promo-why__list-item.serving::before {
  background-image: url("../promo-page/serving.svg");
}

.promo-why__list-item.tailor::before {
  background-image: url("../promo-page/tailor.svg");
}

.promo-why__list-item.dedicated::before {
  background-image: url("../promo-page/dedicated.svg");
}

.promo-why__list-item.reliable::before {
  background-image: url("../promo-page/reliable.svg");
}

.promo-contact {
  margin: 0 5vw;
  background-color: #027fca;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 45px;
}

.promo-contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.promo-contact__media {
  min-height: 260px;
  border-radius: 16px;
  background: linear-gradient(145deg, #d7e8ff, #b4cef2);
  overflow: hidden;
}

.promo-contact__content {
  padding: 8px 2vw;
  margin-bottom: 50px;
}

.promo-contact__kicker {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 45px 0 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.promo-contact__content h2 {
  margin: 0 0 40px;
  color: #fff;
  text-align: center;
}

.promo-contact__content h2 p,
.promo-contact__content h2 b,
.promo-contact__content h2 strong {
  margin: 0;
  font: inherit;
  color: inherit;
}

.promo-contact__button {
  display: block;
  width: fit-content;
  min-width: 280px;
  margin-top: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--promo-primary);
  color: var(--promo-text-dark);
  font-size: 22px;
  font-weight: 700;
  text-align: center;

  width: 100%;
  padding: 15px 0;
  border: 1px solid #fff;
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.promo-contact__button:hover {
  background-color: #1f2e56;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(31, 46, 86, 0.2);
}

.promo-contact__button:hover span::before {
  background-image: url("../promo-page/consultation-hover.svg");
}

/* FOCUS */
.promo-contact__button:focus {
  outline: none;
}

.promo-contact__button:focus-visible {
  box-shadow: 0 0 0 4px rgba(31, 46, 86, 0.4);
}

/* ACTIVE */
.promo-contact__button:active {
  transform: translateY(0) scale(0.97);
  opacity: 0.9;
}

.promo-contact__button span {
  position: relative;
}

.promo-contact__button span::before {
  content: "";
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url("../promo-page/consultation.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-contact__button--alt {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}

.promo-contact__button--alt.chat-with-us span::before {
  content: "";
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url("../promo-page/chat.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-content {
  padding: 34px 0 18px;
}

.promo-content__inner {
  max-width: 900px;
}

.promo-content .wp-block-heading {
  margin-top: 1.7em;
}

.promo-meta {
  padding: 28px 0 64px;
  border-top: 1px solid #ebedf3;
}

.promo-meta__inner {
  max-width: 900px;
}

.promo-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-meta-list li {
  margin: 8px 0;
}

.accordion .content {
  display: none;
}

.accordion .item.active .content {
  display: block;
}

.glide__slide {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .promo-pain__quotes {
    position: relative;
  }

  .promo-pain__quotes .glide__slide {
    margin-bottom: 0;
  }

  .promo-pain__quotes .promo-pain__quotes-arrows {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    pointer-events: none;
  }

  .promo-pain__quotes .promo-pain__quotes-arrows .glide__arrow {
    width: 44px;
    height: 44px;
    background-size: 24px;
    flex-shrink: 0;
    pointer-events: auto;
  }

  .promo-testimonials__slider .glide__track {
    overflow: hidden;
    transition: height 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .promo-testimonials__slider .glide__slide {
    margin-bottom: 0;
  }

  .promo-testimonials__slider .glide__arrows {
    margin-top: 35px;
  }
}

.glide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.glide__arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: #027fca;
  background-image: url("../promo-page/arrow.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: rotate(45deg);
}

/* Перебить hello-elementor reset: button:hover { background: #c36 } */
button.glide__arrow:hover,
button.glide__arrow:focus,
button.glide__arrow:focus-visible,
button.glide__arrow:active {
  background-color: #027fca;
  background-image: url("../promo-page/arrow.svg");
  color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.glide__arrow--left {
  transform: rotate(-135deg);
}

button.glide__arrow--left:hover,
button.glide__arrow--left:focus,
button.glide__arrow--left:focus-visible,
button.glide__arrow--left:active {
  transform: rotate(-135deg);
}

@media (min-width: 320px) and (max-width: 425px) {
  .promo-contact__button span::before {
    content: unset;
  }
}

@media (min-width: 1024px) {
  .promo-topbar {
    display: none;
  }

  .promo-mobile-menu {
    position: fixed;
    width: auto;
    padding: 0 18px;
    transform: unset;
    transition: none;
    box-shadow: none;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 250px;
    border: 1px solid transparent;
    border-radius: 14px;
    background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(to top right, #ffffff, #dbdbdb) border-box;
    margin: 0 3vw;
    left: 27px;
    right: 27px;
    top: 27px;
  }

  .promo-mobile-menu__close {
    display: none;
  }

  .desctop-logo {
    flex: 0 0 auto;
    max-width: 200px;
  }

  .desctop-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
  }

  .promo-mobile-menu__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
  }

  .promo-mobile-menu__list li + li {
    margin: 0;
  }

  .promo-mobile-menu__list a {
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.05;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
  }

  .promo-mobile-menu__list a:hover {
    background: none;
    text-decoration: underline;
  }

  .promo-mobile-menu__list a:hover {
    color: #57cbf5; /* лёгкая подсветка */
    text-decoration: underline;
  }

  /* FOCUS */
  .promo-mobile-menu__list a:focus {
    outline: none;
    background: none;
  }

  .promo-mobile-menu__list a:focus-visible {
    background: none;
    box-shadow: 0 0 0 3px rgba(25, 48, 90, 0.3);
  }

  /* ACTIVE */
  .promo-mobile-menu__list a:active {
    transform: translateY(1px);
    opacity: 0.8;
    background: none;
  }

  .promo-mobile-menu .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .promo-mobile-menu .promo-mobile-menu__cta.buy {
    font-size: 12px;
    font-weight: 700;
    padding: 13px 24px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .promo-hero {
    padding-bottom: 0;
    padding-top: 130px;
    background-image: url("../promo-page/hero-block-desc.jpg");
    background-position: center center;
    margin: 0 3vw;
  }

  .promo-hero .promo-subtitle {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .promo-hero__content:has(.promo-official-seller-ctf-wrap) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    grid-template-areas:
      "kicker ."
      "subtitle ."
      "title ."
      "badge ."
      "cta .";
    column-gap: 28px;
    align-items: start;
    max-width: min(860px, 100%);
  }

  .promo-hero__content:has(.promo-official-seller-ctf-wrap) .promo-kicker {
    grid-area: kicker;
    min-width: 0;
  }

  .promo-hero__content:has(.promo-official-seller-ctf-wrap) .promo-subtitle {
    grid-area: subtitle;
    min-width: 0;
  }

  .promo-hero__content:has(.promo-official-seller-ctf-wrap) .promo-title {
    grid-area: title;
    min-width: 0;
    margin-bottom: 0;
  }

  .promo-hero__content:has(.promo-official-seller-ctf-wrap) .promo-official-seller-ctf-wrap {
    grid-area: badge;
    min-width: 0;
  }

  .promo-hero__content:has(.promo-official-seller-ctf-wrap) .promo-cta-wrap {
    grid-area: cta;
    min-width: 0;
  }

  .promo-hero .promo-title {
    margin-bottom: 50px;
  }

  .promo-cta-wrap {
    margin: 0;
  }

  .promo-cta {
    width: fit-content;
  }

  .promo-official-seller-ctf-wrap {
    grid-area: badge;
    align-self: start;
    justify-self: start;
    position: static;
    width: 110px;
    height: 110px;
    margin: 20px 0;
  }

  .promo-pain {
    margin: 50px 3vw 0;
    padding: 74px 28px;
  }

  .promo-pain__eyebrow {
    font-size: 35px;
  }

  .promo-pain .promo-section-subtitle {
    width: 53vw;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .promo-pain__grid {
    margin-bottom: 26px;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
  }

  .promo-pain__bottom-title {
    margin: 0 auto;
    margin-bottom: 46px;
    max-width: none;
  }

  .promo-pain-quote {
    width: 100%;
  }

  .glide__slide .promo-pain-quote .promo-pain-quote__text {
    font-size: 20px;
  }

  .promo-pain__quotes {
    margin-bottom: 70px;
  }

  .promo-offer {
    margin-top: 50px;
    padding: 70px 5vw;
  }

  .promo-offer-card {
    display: flex;
    flex-wrap: wrap;
    padding: clamp(36px, 4.9vw, 50px) clamp(40px, 6.1vw, 90px);
    margin-bottom: 60px;
  }

  .promo-offer-card .left-col {
    flex-basis: 60%;
    flex-grow: 1;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 0;
    text-align: left;
  }

  .promo-offer-card .right-col {
    display: flex;
    flex-basis: 40%;
    flex-grow: 1;
    min-width: 0;
    box-sizing: border-box;
    padding-right: 0;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .promo-offer-card .bottom-col {
    flex-basis: 100%;
  }

  .bottom-col__savings,
  .bottom-col__savings-text {
    padding-left: 76px;
  }

  .promo-offer-card__title {
    font-size: 30px;
    margin-bottom: 13px;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .promo-offer-card__text {
    font-size: clamp(22px, 2.34vw, 30px);
    margin-bottom: clamp(20px, 2.34vw, 30px);
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .benefits-line {
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .promo-offer-card__benefits,
  .promo-offer-card__benefits li {
    text-align: left;
  }

  .benefits-wrap {
    margin-bottom: 0;
  }

  .promo-display,
  .promo-offer-card__deal {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .promo-display b,
  .promo-offer-card__deal b {
    font-size: clamp(96px, 10.9vw, 140px);
    line-height: 0.63;
  }

  .promo-offer-card__kit {
    font-size: clamp(24px, 2.9vw, 38px);
  }

  .promo-offer-card__benefits li {
    font-size: clamp(16px, 1.56vw, 20px);
  }

  .benefits-line__nsf {
    width: clamp(120px, 12.9vw, 165px);
    height: clamp(120px, 12.9vw, 165px);
  }

  .promo-offer-card__price-wrap {
    margin-bottom: 0;
  }

  .promo-product-card {
    padding: 0;
  }

  .promo-product-card__body .item {
    padding-bottom: 0;
  }

  .promo-product-card__image {
    margin-bottom: 30px;
  }

  .promo-testimonials {
    padding: 120px 0 140px;
    margin: 0 3vw;
  }

  .promo-testimonials .promo-section-title {
    margin-bottom: 8px;
  }

  .promo-testimonials .promo-section-subtitle {
    margin-bottom: 80px;
  }

  .promo-testimonial-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .promo-testimonial-card__content p {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .promo-fix {
    background-image: url("../promo-page/bg-clean-water-desc.png");
    margin: 0 3vw 50px;
    padding-bottom: 100px;
  }

  .promo-fix .promo-section-title {
    margin-bottom: 8px;
  }

  .promo-fix .promo-section-subtitle {
    margin-bottom: 55px;
  }

  .promo-fix__checks {
    margin-bottom: 55px;
  }

  .promo-media-img.promo-fix__image-desktop {
    display: block;
  }

  .promo-media-img.promo-fix__image-mobile {
    display: none;
  }

  .promo-fix__image {
    padding: 0 2vw;
  }

  .promo-fix__actions {
    max-width: 1000px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .promo-fix__action--secondary {
    padding: 20px 40px;
    flex-grow: 1;
  }

  .promo-fix__action--primary {
    max-width: fit-content;
  }

  .promo-contact {
    display: grid;
    grid-template-columns: 3fr 4fr;
    margin: 0 3vw 60px;
  }

  .promo-contact__content {
    margin: 0;
    padding: 70px 60px;
  }

  .promo-contact__kicker {
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
  }

  .promo-contact__content h2 {
    text-align: left;
    margin-bottom: 50px;
  }

  .promo-contact__button {
    max-width: fit-content;
    padding-left: 70px;
    padding-right: 15px;
  }

  .promo-contact__button--alt {
    border: none;
    background: transparent;
    text-decoration: underline;
    padding-left: 20px;
  }

  .promo-why {
    margin: 0 3vw 60px;
    padding: 60px 70px;
  }

  .promo-why__title {
    margin-bottom: 30px;
  }

  .promo-why__subtitle {
    font-size: 32px;
    margin-bottom: 40px;
    max-width: 30ch;
  }

  .promo-why__list li {
    padding-top: 90px;
    height: auto;
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .promo-why__list li::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

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

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

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

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

@media (min-width: 1024px) {
  .promo-pain__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .promo-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .promo-offer-layout .promo-products__grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .promo-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .promo-why__list li {
    justify-content: center;
  }
}

/* Offer: перебить общие .promo-products_* ниже по файлу */
.promo-offer-layout .promo-products__cta-wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  border-top: 0;
  text-align: center;
}

.promo-offer-layout .promo-products__cta-wrap .promo-products__cta,
.promo-offer-layout .promo-products__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0 auto;
  padding: 14px 56px;
  border: none;
  border-radius: 999px;
  background-color: #a8d62b;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: filter 0.2s ease;
}

.promo-offer-layout .promo-products__cta-wrap .promo-products__cta:hover,
.promo-offer-layout .promo-products__cta:hover {
  filter: brightness(1.05);
  background-color: #a8d62b;
  color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.promo-offer-layout .promo-products__cta-wrap .promo-products__cta:focus,
.promo-offer-layout .promo-products__cta-wrap .promo-products__cta:focus-visible,
.promo-offer-layout .promo-products__cta-wrap .promo-products__cta:active,
.promo-offer-layout .promo-products__cta:focus,
.promo-offer-layout .promo-products__cta:focus-visible,
.promo-offer-layout .promo-products__cta:active {
  background-color: #a8d62b;
  color: #1a1a1a;
  outline: none;
  transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Offer block: mobile overrides after all base styles */
@media (max-width: 1023px) {
  .promo-offer-layout .promo-offer-card {
    display: none;
  }

  .promo-offer-layout {
    gap: 20px;
  }

  .promo-offer-layout .promo-offer-gallery-stack {
    gap: 0;
    align-items: center;
  }

  .promo-offer-layout .promo-offer-gallery-stack .promo-offer-gallery {
    width: 86%;
    max-width: 100%;
    margin-inline: auto;
  }

  .promo-offer-layout .promo-offer-gallery__slide {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }

  .promo-offer-layout .promo-offer-gallery__slide .promo-media-img {
    object-fit: contain;
  }

  .promo-offer-layout .promo-offer-gallery__mobile .promo-offer-gallery__overlay-arrows.glide__arrows {
    display: flex;
    position: absolute;
    inset: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    gap: 0;
    pointer-events: none;
    z-index: 2;
  }

  .promo-offer-layout .promo-offer-gallery__bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .promo-offer-layout .promo-offer-gallery__bullets .glide__bullet {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
  }

  .promo-offer-layout .promo-offer-gallery__bullets .glide__bullet--active {
    background: #fff;
  }

  .promo-offer-layout .promo-offer-main__title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
  }

  .promo-offer-layout .promo-offer-main__price-row {
    margin-bottom: 8px;
    gap: 10px;
  }

  .promo-offer-layout .promo-offer-main__financing {
    margin: 0 0 14px;
    gap: 6px 8px;
  }

  .promo-offer-layout .promo-offer-main__badge--desktop {
    display: none !important;
  }

  .promo-offer-layout .promo-offer-main .promo-offer-card__price-wrap {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 0;
  }

  .promo-offer-layout .promo-offer-main .promo-offer-card__price {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    padding: 0;
    background: transparent;
  }

  .promo-offer-layout .promo-offer-main .promo-offer-card__old-price {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    opacity: 0.7;
  }

  .promo-offer-layout .promo-offer-main__actions {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
  }

  .promo-offer-layout .promo-offer-main__badge {
    margin: 0;
    padding: 8px 12px;
    border-radius: 20px;
    background: #fff;
    color: #027fca;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
  }

  .promo-offer-layout .promo-offer-main__learn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
  }

  .promo-offer-layout .promo-offer-main__learn-more::after {
    content: "▾";
    font-size: 12px;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .promo-offer-layout .promo-offer-main__description--mobile {
    display: none !important;
  }

  .promo-offer-layout .promo-offer-main:has(.js-promo-product-info.is-description) .promo-offer-main__learn-more::after {
    transform: rotate(180deg);
  }

  .promo-offer-layout .promo-offer-main__buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 20px;
    background: #a8d62b;
    color: #19305a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .promo-offer-layout .promo-offer-main__info {
    margin-bottom: 24px;
  }

  .promo-offer-layout .promo-offer-main__info:not(:has(> :not([hidden]))) {
    display: none;
    margin: 0;
  }

  .promo-offer-layout .promo-offer-main__benefits {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .promo-offer-layout .promo-offer-main__benefits li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.35;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .promo-offer-layout .promo-offer-main__benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
  }

  .promo-offer-layout .promo-offer-main__description-inline {
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
  }

  .promo-offer-layout .promo-offer-main__description-inline .promo-offer-main__description-text {
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }

  .promo-offer-layout .promo-products__heading {
    margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .promo-offer-layout .promo-products__cta-wrap {
    display: none;
  }

  .promo-offer-layout .promo-products__grid {
    overflow-anchor: none;
    gap: 8px;
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }

  .promo-offer-layout .promo-product-card__row {
    display: grid;
    grid-template-columns: 22px 56px minmax(0, 1fr) auto;
    grid-template-areas:
      "check thumb name price"
      "check thumb name save";
    align-items: center;
    column-gap: 6px;
    row-gap: 0;
    padding: 7px 10px 7px 6px;
    border: 1px solid rgba(2, 127, 202, 0.35);
    border-radius: 12px;
    background: #fff;
    max-width: none;
    min-height: 0;
    box-sizing: border-box;
  }

  .promo-offer-layout .promo-product-card.is-selected .promo-product-card__row {
    border: 2px solid #a8d62b;
  }

  .promo-offer-layout .promo-product-card__checkbox-wrap {
    grid-area: check;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 22px;
    min-width: 22px;
    margin: 0;
    padding: 0;
  }

  .promo-offer-layout .promo-product-card__checkbox {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  .promo-offer-layout .promo-product-card__thumb {
    grid-area: thumb;
    display: block;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f6fa;
  }

  .promo-offer-layout .promo-product-card__thumb.is-empty {
    background: #eef4fb;
  }

  .promo-offer-layout .promo-product-card__thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .promo-offer-layout .promo-product-card__name-wrap {
    grid-area: name;
    min-width: 0;
    overflow: hidden;
    padding-right: 4px;
  }

  .promo-offer-layout .promo-product-card__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 2px;
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Inter", sans-serif;
  }

  .promo-offer-layout .promo-product-card__save {
    grid-area: save;
    display: block;
    justify-self: end;
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
  }

  .promo-offer-layout .promo-product-card__prices,
  .promo-offer-layout .promo-product-card__prices:has(.promo-product-card__price-old) {
    grid-area: price;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0;
    margin-left: auto;
  }

  .promo-offer-layout .promo-product-card__price-current {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
  }

  .promo-offer-layout .promo-product-card__price-old {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 400;
    color: #666;
    opacity: 0.85;
    text-decoration: line-through;
    white-space: nowrap;
  }

  @container (max-width: 520px) {
    .promo-offer-layout .promo-product-card__prices {
      flex-direction: column;
      align-items: flex-end;
      gap: 2px;
    }
  }
}

/* Desktop compact product block — fit in one viewport with Buy Now */
@media (min-width: 1024px) {
  .promo-offer {
    margin-top: 32px;
    padding: 28px clamp(24px, 4vw, 56px);
  }

  .promo-offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "header header"
      "gallery sidebar";
    gap: 24px 40px;
    align-items: start;
  }

  .promo-offer-layout .promo-offer-card {
    grid-area: header;
    margin-bottom: 0;
  }

  .promo-offer-layout .promo-offer-gallery-stack {
    grid-area: gallery;
    gap: 12px;
    padding-left: 0;
    width: 90%;
    max-width: 100%;
    margin-inline: auto;
  }

  .promo-offer-layout .promo-offer-sidebar {
    grid-area: sidebar;
    gap: 12px;
    padding-right: 0;
  }

  .promo-offer-layout .promo-offer-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .promo-offer-layout .promo-offer-gallery__stage {
    aspect-ratio: 1 / 0.78;
    border-radius: 16px;
    background: #fff;
  }

  .promo-offer-layout .promo-offer-gallery__main-img {
    padding: 24px;
    object-fit: contain;
    box-sizing: border-box;
  }

  .promo-offer-layout .promo-offer-gallery__thumbs-viewport {
    overflow: visible;
    margin-top: 0;
  }

  .promo-offer-layout .promo-offer-gallery__thumbs-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    transform: none !important;
  }

  .promo-offer-layout .promo-offer-gallery__thumb {
    flex: none;
    width: auto;
    padding: 6px;
    border-radius: 10px;
  }

  .promo-offer-layout .promo-offer-gallery__thumb.is-active {
    border-color: #a8d62b;
  }

  button.promo-offer-gallery__thumb.is-active:hover,
  button.promo-offer-gallery__thumb.is-active:focus,
  button.promo-offer-gallery__thumb.is-active:focus-visible,
  button.promo-offer-gallery__thumb.is-active:active {
    border-color: #a8d62b;
  }

  .promo-offer-layout .promo-offer-gallery__thumb img {
    object-fit: contain;
  }

  .promo-offer-layout .promo-offer-main__description--desktop {
    margin-top: 4px;
  }

  .promo-offer-layout .promo-offer-main__description--desktop[hidden] {
    display: none !important;
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-toggle {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 0 0 4px;
    margin: 0 0 6px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    padding-right: 3px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-more::after {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-image: url("../promo-page/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(135deg);
    transition: transform 0.25s ease;
  }

  .promo-offer-layout .promo-offer-main__description--desktop.is-expanded .promo-offer-main__description-more::after {
    transform: rotate(-45deg);
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-toggle::after {
    display: none;
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-panel,
  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-panel[hidden] {
    display: block !important;
  }

  .promo-offer-layout .promo-offer-main__description--desktop .promo-offer-main__description-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .promo-offer-layout .promo-offer-main__description--desktop.is-expanded .promo-offer-main__description-text {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
  }

  .promo-offer-layout .promo-offer-main__title {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
  }

  .promo-offer-layout .promo-offer-main__price-row {
    margin: 0;
    gap: 14px;
  }

  .promo-offer-layout .promo-offer-main__financing {
    gap: 6px 10px;
    margin: -4px 0 0;
  }

  .promo-offer-layout .promo-offer-main__financing-text {
    min-width: 160px;
  }

  .promo-offer-layout .promo-offer-main .promo-offer-card__price-wrap {
    gap: 14px;
    margin: 0;
  }

  .promo-offer-layout .promo-offer-main .promo-offer-card__price {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
  }

  .promo-offer-layout .promo-offer-main .promo-offer-card__old-price {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    opacity: 0.7;
  }

  .promo-offer-layout .promo-offer-main__badge--desktop {
    display: inline-flex !important;
    padding: 7px 14px;
    font-size: 13px;
    line-height: 1;
  }

  .promo-offer-layout .promo-offer-main__info:not(:has(> :not([hidden]))) {
    display: none;
    margin: 0;
  }

  .promo-offer-layout .promo-offer-main__info {
    margin: 0;
  }

  .promo-offer-layout .promo-offer-main__benefits {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .promo-offer-layout .promo-offer-main__benefits li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 700;
  }

  .promo-offer-layout .promo-offer-main__benefits li::before {
    content: "✓ ";
    position: static;
    font-style: normal;
    font-weight: 700;
    margin-right: 4px;
  }

  .promo-offer-layout .promo-products__heading {
    display: none;
  }

  .promo-offer-layout .promo-products__grid {
    gap: 6px;
    margin: 0;
  }

  .promo-offer-layout .promo-product-card__row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    grid-template-areas:
      "check name price"
      "check save price";
    align-items: center;
    column-gap: 12px;
    row-gap: 0;
    min-height: 52px;
    padding: 10px 16px;
    border: none;
    border-radius: 12px;
    max-width: none;
  }

  .promo-offer-layout .promo-product-card.is-selected .promo-product-card__row {
    border: none;
    box-shadow: inset 0 0 0 2px #a8d62b;
  }

  .promo-offer-layout .promo-product-card__thumb {
    display: none;
  }

  .promo-offer-layout .promo-product-card__checkbox-wrap {
    grid-area: check;
    width: 22px;
    min-width: 22px;
  }

  .promo-offer-layout .promo-product-card__checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 50%;
    border: 2px solid #cbd5e0;
    background-color: #fff;
  }

  .promo-offer-layout .promo-product-card__checkbox:checked {
    border-color: #027fca;
    background-color: #fff;
  }

  .promo-offer-layout .promo-product-card__radio:checked::after {
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    border: none;
    inset: 3px;
    background: #027fca;
    border-radius: 50%;
    transform: none;
  }

  .promo-offer-layout .promo-product-card__name-wrap {
    grid-area: name;
  }

  .promo-offer-layout .promo-product-card__name {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
    -webkit-line-clamp: unset;
  }

  .promo-offer-layout .promo-product-card__save {
    grid-area: save;
    justify-self: start;
    text-align: left;
    font-size: 11px;
    line-height: 1.2;
    color: #666;
  }

  .promo-offer-layout .promo-product-card__prices,
  .promo-offer-layout .promo-product-card__prices:has(.promo-product-card__price-old) {
    grid-area: price;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
    margin-left: 0;
  }

  .promo-offer-layout .promo-product-card__price-current {
    font-size: 15px;
    font-weight: 700;
  }

  .promo-offer-layout .promo-product-card__price-old {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    opacity: 1;
  }

  .promo-offer-layout .promo-products__cta-wrap {
    display: flex !important;
    justify-content: center;
    margin: 6px 0 0;
    padding: 0;
    border-top: 0;
  }
}

.promo-offer-layout .promo-offer-main__financing-text {
  font-size: 14px;
  font-weight: bold;
}

/* Promo page footer-bottom */
.single-promo_page #site-footer,
.single-promo_page .site-footer {
  display: none !important;
}

.single-promo_page .footer-bottom {
  background: #f5f7fa;
  padding: 56px 24px 24px;
  font-family: "Geologica", sans-serif;
  color: #1a1a1a;
  text-align: center;
}

.single-promo_page .footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-promo_page .footer-bottom li {
  list-style: none;
  margin: 0;
}

.single-promo_page .footer-bottom .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.single-promo_page .footer-bottom .payment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d8dee5;
}

.single-promo_page .footer-bottom .payment-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
  transition: opacity 0.2s;
}

.single-promo_page .footer-bottom .payment-icon img:nth-child(1),
.single-promo_page .footer-bottom .payment-icon img:nth-child(2) {
  width: 52px;
}

.single-promo_page .footer-bottom .payment-icon img:nth-child(3) {
  width: 68px;
}

.single-promo_page .footer-bottom .payment-icon img:nth-child(4) {
  width: 75px;
}

.single-promo_page .footer-bottom .payment-icon img:nth-child(5) {
  width: 77px;
}

.single-promo_page .footer-bottom .payment-icon img:nth-child(6) {
  width: 90px;
}

.single-promo_page .footer-bottom .payment-icon img:not(:last-child) {
  margin-right: 0;
}

.single-promo_page .footer-bottom .payment-icon img:hover {
  opacity: 0.8;
}

.single-promo_page .footer-bottom .social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
  padding-top: 0;
  border-top: 0;
}

.single-promo_page .footer-bottom .social-links li:not(:last-child) {
  margin-right: 0;
}

.single-promo_page .footer-bottom .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e8fe0;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.single-promo_page .footer-bottom .social-links a:hover {
  background: #a8d62b;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.single-promo_page .footer-bottom .social-links svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.single-promo_page .footer-bottom .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 20px;
}

.single-promo_page .footer-bottom .links li:not(:last-child) {
  margin-right: 0;
}

.single-promo_page .footer-bottom .links li a {
  font: 500 14px/1.4 "Geologica", sans-serif;
  color: #1e8fe0;
  text-decoration: none;
  transition: color 0.2s;
}

.single-promo_page .footer-bottom .links li a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.single-promo_page .footer-bottom .copyright {
  display: block;
  margin: 0;
  font: 400 13px/1.5 "Geologica", sans-serif;
  color: #6b7480;
  text-decoration: none;
}

.single-promo_page .footer-bottom .copyright strong {
  color: #1a1a1a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .single-promo_page .footer-bottom {
    padding: 40px 16px 20px;
  }

  .single-promo_page .footer-bottom .payment-icon {
    gap: 20px;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }

  .single-promo_page .footer-bottom .social-links {
    gap: 10px;
    margin-bottom: 20px;
  }

  .single-promo_page .footer-bottom .social-links a {
    width: 36px;
    height: 36px;
  }

  .single-promo_page .footer-bottom .social-links svg {
    width: 16px;
    height: 16px;
  }

  .single-promo_page .footer-bottom .links {
    gap: 16px 20px;
  }

  .single-promo_page .footer-bottom .links li a {
    font-size: 13px;
  }

  .single-promo_page .footer-bottom .copyright {
    font-size: 12px;
  }

  .promo-offer-layout .promo-offer-main__financing {
    flex-wrap: nowrap;
  }

  .promo-offer-layout .promo-offer-main__financing-text {
    font-size: 14px;
    font-weight: bold;
  }
}

/* =========================================================
   FilterWay button system (mapped to promo classes)
   Excludes Get the solution: .promo-cta, .promo-fix__action--primary,
   .promo-mobile-menu .promo-mobile-menu__cta.buy
   ========================================================= */

/* --- PRIMARY: Buy Now --- */
.promo-page .promo-products__cta,
.promo-page .promo-offer-layout .promo-products__cta-wrap .promo-products__cta,
.promo-page .promo-offer-layout .promo-products__cta,
.promo-page .promo-offer-layout .promo-offer-main__buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 22px 60px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--fw-green-l) 0%,
    var(--fw-green) 55%,
    var(--fw-green-d) 100%
  );
  color: var(--fw-ink);
  font-family: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08),
    0 8px 20px rgba(94, 130, 0, 0.28),
    0 2px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    filter 0.25s ease;
  will-change: transform;
  box-sizing: border-box;
}

.promo-page .promo-products__cta:hover,
.promo-page .promo-offer-layout .promo-products__cta-wrap .promo-products__cta:hover,
.promo-page .promo-offer-layout .promo-products__cta:hover,
.promo-page .promo-offer-layout .promo-offer-main__buy-now:hover {
  background: linear-gradient(
    180deg,
    var(--fw-green-h) 0%,
    var(--fw-green-l) 55%,
    var(--fw-green) 100%
  );
  color: var(--fw-ink);
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08),
    0 14px 30px rgba(94, 130, 0, 0.4),
    0 4px 10px rgba(0, 0, 0, 0.12);
}

.promo-page .promo-products__cta:active,
.promo-page .promo-offer-layout .promo-products__cta-wrap .promo-products__cta:active,
.promo-page .promo-offer-layout .promo-products__cta:active,
.promo-page .promo-offer-layout .promo-offer-main__buy-now:active {
  transform: translateY(1px) scale(0.99);
}

.promo-page .promo-products__cta:focus,
.promo-page .promo-offer-layout .promo-products__cta:focus,
.promo-page .promo-offer-layout .promo-offer-main__buy-now:focus {
  outline: none;
}

.promo-page .promo-products__cta:focus-visible,
.promo-page .promo-offer-layout .promo-products__cta:focus-visible,
.promo-page .promo-offer-layout .promo-offer-main__buy-now:focus-visible {
  outline: 3px solid var(--fw-blue);
  outline-offset: 3px;
}

/* --- OUTLINE: Free consultation --- */
.promo-page .promo-mobile-menu__cta.help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: 2px solid var(--fw-blue);
  border-radius: 999px;
  background: #fff;
  color: var(--fw-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.promo-page .promo-mobile-menu__cta.help:hover {
  background: var(--fw-navy);
  border-color: var(--fw-navy);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(27, 58, 107, 0.3);
  opacity: 1;
}

.promo-page .promo-mobile-menu__cta.help:active {
  transform: translateY(0);
}

.promo-page .promo-mobile-menu__cta.help:focus-visible {
  outline: 3px solid var(--fw-blue);
  outline-offset: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* --- OUTLINE + ICON: Get Free Consultation --- */
.promo-page .promo-contact__button:not(.promo-contact__button--alt) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-top: 10px;
  padding: 14px 28px 14px 52px;
  border: 2px solid var(--fw-blue);
  border-radius: 999px;
  background: #fff;
  color: var(--fw-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.promo-page .promo-contact__button:not(.promo-contact__button--alt):hover {
  background: var(--fw-navy);
  border-color: var(--fw-navy);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(27, 58, 107, 0.3);
  opacity: 1;
}

.promo-page .promo-contact__button:not(.promo-contact__button--alt):active {
  transform: translateY(0);
}

.promo-page .promo-contact__button:not(.promo-contact__button--alt):focus-visible {
  outline: 3px solid var(--fw-blue);
  outline-offset: 3px;
}

.promo-page .promo-contact__button:not(.promo-contact__button--alt) span::before {
  left: -55px;
  width: 22px;
  height: 22px;
}

.promo-page .promo-contact__button:not(.promo-contact__button--alt):hover span::before {
  background-image: url("../promo-page/consultation-hover.svg");
}

/* --- LINK: Chat with us --- */
.promo-page .promo-contact__button--alt.chat-with-us {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding: 10px 20px 10px 52px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    text-decoration 0.25s ease;
}

.promo-page .promo-contact__button--alt.chat-with-us:hover {
  background: var(--fw-navy);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 58, 107, 0.3);
  opacity: 1;
}

.promo-page .promo-contact__button--alt.chat-with-us:focus-visible {
  outline: 3px solid var(--fw-blue);
  outline-offset: 3px;
}

.promo-page .promo-contact__button--alt.chat-with-us span::before {
  left: -55px;
  width: 22px;
  height: 22px;
}

/* --- INFO: Water Report --- */
.promo-page .promo-pain__report-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  max-width: 320px;
  padding: 20px 28px;
  border-radius: 16px;
  background: var(--fw-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(30, 143, 224, 0.25);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.promo-page .promo-pain__report-link::after {
  content: "↗";
  position: static;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  background-image: none;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  transform: none;
  transition: transform 0.25s ease;
}

.promo-page .promo-pain__report-link:hover {
  background: var(--fw-blue-l);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(30, 143, 224, 0.4);
}

.promo-page .promo-pain__report-link:hover::after {
  transform: translate(3px, -3px);
}

.promo-page .promo-pain__report-link:focus-visible {
  outline: 3px solid var(--fw-blue);
  outline-offset: 3px;
}

/* --- SOURCE: quote bubbles --- */
.promo-page .promo-pain-quote__source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
  padding: 6px 0;
  border: none;
  background: transparent;
  color: var(--fw-blue);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.promo-page .promo-pain-quote__source::after {
  content: "↗";
  position: static;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--fw-blue);
  border-radius: 50%;
  background: transparent;
  background-image: none;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  transform: none;
  transition:
    transform 0.25s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.promo-page .promo-pain-quote__source:hover {
  color: var(--fw-navy);
  gap: 10px;
}

.promo-page .promo-pain-quote__source:hover::after {
  background: var(--fw-navy);
  border-color: var(--fw-navy);
  color: #fff;
  transform: translate(2px, -2px);
}

/* --- CIRCLE: slider arrows --- */
.promo-page .glide__arrow,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--fw-blue);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(30, 143, 224, 0.3);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow {
  width: 48px;
  height: 48px;
}

.promo-page .promo-testimonials .glide__arrow {
  background-image: none;
  transform: none;
}

.promo-page .promo-pain__quotes .glide__arrow,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow {
  background-image: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.promo-page .promo-pain__quotes .glide__arrow--left::before,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left::before {
  content: "‹";
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.promo-page .promo-pain__quotes .glide__arrow--right::before,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right::before {
  content: "›";
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.promo-page .promo-pain__quotes .glide__arrow--left,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left {
  transform: none;
}

.promo-page .promo-pain__quotes .glide__arrow--right,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right {
  transform: none;
}

.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left:hover,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right:hover,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left:active,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right:active,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left.is-arrow-pressed,
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right.is-arrow-pressed,
.promo-page button.glide__arrow--left:hover,
.promo-page button.glide__arrow--right:hover,
.promo-page button.glide__arrow--left:active,
.promo-page button.glide__arrow--right:active,
.promo-page button.glide__arrow--left.is-arrow-pressed,
.promo-page button.glide__arrow--right.is-arrow-pressed,
.promo-page .glide__arrow:hover,
.promo-page .glide__arrow:active,
.promo-page .glide__arrow.is-arrow-pressed {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(30, 143, 224, 0.4);
}

.promo-page button.glide__arrow:hover,
.promo-page button.glide__arrow:active,
.promo-page button.glide__arrow.is-arrow-pressed {
  background-color: var(--fw-blue-d);
  color: #fff;
  border: none;
}

.promo-page .glide__arrow:focus:not(:hover):not(:active):not(.is-arrow-pressed),
.promo-page button.glide__arrow--left:focus:not(:hover):not(:active):not(.is-arrow-pressed),
.promo-page button.glide__arrow--right:focus:not(:hover):not(:active):not(.is-arrow-pressed),
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left:focus:not(:hover):not(:active):not(.is-arrow-pressed),
.promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right:focus:not(:hover):not(:active):not(.is-arrow-pressed) {
  transform: none;
  box-shadow: 0 4px 12px rgba(30, 143, 224, 0.3);
}

.promo-page button.glide__arrow:focus:not(:hover):not(:active):not(.is-arrow-pressed) {
  background-color: var(--fw-blue);
  color: #fff;
  border: none;
  outline: none;
}

.promo-page button.glide__arrow:focus-visible:not(:hover):not(:active):not(.is-arrow-pressed) {
  outline: 3px solid var(--fw-blue-l);
  outline-offset: 3px;
}

@media (hover: none) and (pointer: coarse) {
  .promo-page .glide__arrow:hover,
  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left:hover,
  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right:hover,
  .promo-page button.glide__arrow--left:hover,
  .promo-page button.glide__arrow--right:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(30, 143, 224, 0.3);
  }

  .promo-page button.glide__arrow:hover {
    background-color: var(--fw-blue);
  }

  .promo-page .glide__arrow.is-arrow-pressed,
  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left.is-arrow-pressed,
  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right.is-arrow-pressed,
  .promo-page button.glide__arrow--left.is-arrow-pressed,
  .promo-page button.glide__arrow--right.is-arrow-pressed,
  .promo-page .glide__arrow:active,
  .promo-page button.glide__arrow:active {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(30, 143, 224, 0.4);
  }

  .promo-page button.glide__arrow.is-arrow-pressed,
  .promo-page button.glide__arrow:active {
    background-color: var(--fw-blue-d);
  }
}

/* --- Product card radios / checkboxes --- */
.promo-page .promo-product-card__checkbox,
.promo-page .promo-product-card__radio {
  border-color: var(--fw-blue);
}

.promo-page .promo-product-card__checkbox:checked {
  background-color: var(--fw-blue);
  border-color: var(--fw-blue);
}

.promo-page .promo-offer-layout .promo-product-card__checkbox {
  border-color: #cbd5e0;
}

.promo-page .promo-offer-layout .promo-product-card__checkbox:checked {
  border-color: var(--fw-blue);
  background-color: #fff;
}

.promo-page .promo-offer-layout .promo-product-card__radio:checked::after {
  background: var(--fw-blue);
}

/* --- Desktop header: compact outline --- */
@media (min-width: 1024px) {
  .promo-page .promo-mobile-menu .promo-mobile-menu__cta.help {
    padding: 12px 24px;
    font-size: 12px;
  }

  .promo-page .promo-contact__button:not(.promo-contact__button--alt) {
    width: fit-content;
    max-width: fit-content;
    padding-left: 70px;
    padding-right: 28px;
  }

  .promo-page .promo-contact__button--alt.chat-with-us {
    width: fit-content;
    max-width: fit-content;
    padding-left: 70px;
    padding-right: 70px;
  }

  .promo-page .promo-offer-layout .promo-products__cta-wrap .promo-products__cta,
  .promo-page .promo-offer-layout .promo-products__cta {
    font-size: 22px;
    padding: 16px 48px;
  }

  .promo-page .promo-offer-gallery__desktop .promo-offer-gallery__overlay-arrows .glide__arrow {
    width: 48px;
    height: 48px;
  }

  .promo-page .promo-offer-gallery__desktop .promo-offer-gallery__overlay-arrows .glide__arrow--left::before,
  .promo-page .promo-offer-gallery__desktop .promo-offer-gallery__overlay-arrows .glide__arrow--right::before {
    font-size: 24px;
  }
}

/* --- Mobile button sizes --- */
@media (max-width: 768px) {
  .promo-page .promo-products__cta,
  .promo-page .promo-offer-layout .promo-products__cta-wrap .promo-products__cta,
  .promo-page .promo-offer-layout .promo-products__cta {
    font-size: 22px;
    padding: 16px 36px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.45),
      inset 0 -2px 0 rgba(0, 0, 0, 0.08),
      0 6px 16px rgba(94, 130, 0, 0.28),
      0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .promo-page .promo-products__cta:hover,
  .promo-page .promo-offer-layout .promo-products__cta:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.6),
      inset 0 -2px 0 rgba(0, 0, 0, 0.08),
      0 10px 22px rgba(94, 130, 0, 0.4),
      0 3px 8px rgba(0, 0, 0, 0.12);
  }

  .promo-page .promo-offer-layout .promo-offer-main__buy-now {
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.45),
      inset 0 -2px 0 rgba(0, 0, 0, 0.08),
      0 6px 16px rgba(94, 130, 0, 0.28),
      0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .promo-page .promo-mobile-menu__cta.help {
    font-size: 13px;
    padding: 12px 22px;
  }

  .promo-page .promo-contact__button:not(.promo-contact__button--alt) {
    font-size: 13px;
    padding: 12px 22px 12px 48px;
  }

  .promo-page .promo-contact__button:not(.promo-contact__button--alt) span::before {
    width: 20px;
    height: 20px;
    left: -32px;
  }

  .promo-page .promo-contact__button--alt.chat-with-us {
    font-size: 13px;
    padding: 8px 16px 8px 16px;
  }

  .promo-page .promo-contact__button--alt.chat-with-us span::before {
    width: 20px;
    height: 20px;
    left: -32px;
  }

  .promo-page .promo-pain__report-link {
    font-size: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    gap: 10px;
  }

  .promo-page .promo-pain__report-link::after {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 22px;
  }

  .promo-page .glide__arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow {
    width: 48px;
    height: 48px;
  }

  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--left::before,
  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow--right::before {
    font-size: 24px;
  }

  .promo-page .promo-pain__quotes .glide__arrow--left::before,
  .promo-page .promo-pain__quotes .glide__arrow--right::before {
    font-size: 20px;
  }

  .promo-page .promo-pain-quote__source {
    font-size: 13px;
  }

  .promo-page .promo-pain-quote__source::after {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    line-height: 16px;
  }
}

@media (max-width: 1023px) {
  .promo-page .promo-offer-layout .promo-offer-main__buy-now {
    font-size: 14px;
    padding: 10px 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.45),
      inset 0 -2px 0 rgba(0, 0, 0, 0.08),
      0 6px 16px rgba(94, 130, 0, 0.28),
      0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .promo-page .promo-contact__button span::before {
    content: "";
  }
}

.promo-page .promo-testimonials button.glide__arrow:hover,
.promo-page .promo-testimonials button.glide__arrow:focus,
.promo-page .promo-testimonials button.glide__arrow:active {
  background-image: none;
}

.promo-page .promo-pain__quotes button.glide__arrow:hover,
.promo-page .promo-pain__quotes button.glide__arrow:focus,
.promo-page .promo-pain__quotes button.glide__arrow:active,
.promo-page .promo-offer-gallery__overlay-arrows button.glide__arrow:hover,
.promo-page .promo-offer-gallery__overlay-arrows button.glide__arrow:focus,
.promo-page .promo-offer-gallery__overlay-arrows button.glide__arrow:active {
  background-image: none;
}

@media (max-width: 360px) {
  .promo-page .promo-products__cta,
  .promo-page .promo-offer-layout .promo-products__cta {
    font-size: 18px;
    padding: 14px 28px;
  }

  .promo-page .promo-offer-layout .promo-offer-main__buy-now {
    font-size: 12px;
    padding: 9px 14px;
  }

  .promo-page .promo-mobile-menu__cta.help {
    font-size: 12px;
    padding: 10px 18px;
  }

  .promo-page .promo-pain__report-link {
    font-size: 13px;
    padding: 12px 16px;
  }

  .promo-page .glide__arrow {
    width: 40px;
    height: 40px;
  }

  .promo-page .promo-offer-gallery__overlay-arrows .glide__arrow {
    width: 48px;
    height: 48px;
  }

  .promo-page .promo-pain__quotes .glide__arrow--left::before,
  .promo-page .promo-pain__quotes .glide__arrow--right::before {
    font-size: 18px;
  }
}
