/* ==========================================================================
   Extracted from inline styles + light visual polish
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

/* utility */
.hidden {
  display: none;
}

/* promo banner (kept from head <style>, currently unused in markup) */
.promo-1p1 {
  margin: 16px 0 22px;
  padding: 14px 10px;
  background: #fff;
  border: 2px solid #ff2a2a;
  border-radius: 12px;
  text-align: center;
  line-height: 1.15;
}

.promo-1p1 a {
  display: block;
  text-decoration: none;
}

.promo-1p1 h3 {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 36px;
  color: #e10000;
  text-transform: uppercase;
}

.promo-1p1 p {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  color: #e10000;
}

@media (max-width: 520px) {
  .promo-1p1 h3 {
    font-size: 28px;
  }

  .promo-1p1 p {
    font-size: 18px;
  }
}

.slick-slide img {
  width: 90%;
}

/* offer image variants */
.offer_image--flat {
  margin-top: 0;
  border-radius: 0;
}

.offer_image--gap {
  margin-top: 90px;
}

/* buttons */
.button--gap-top {
  margin-top: 10%;
}

.button--submit {
  box-shadow: 0 0 10px rgb(0 0 0 / 49%);
  text-shadow: 0 0 2px #000000a1;
  height: 76px;
  width: 414px;
}

/* reviews section needs extra contrast against its gradient background */
.otz h2.title,
.otz .reviews_stats_block {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.61);
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.avatar {
  margin-bottom: 15px;
}

.review-content {
  background-color: #ffffff;
  padding: 15px 20px;
  margin: 10px auto 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 85%;
  position: relative;
  color: #111;
}

.customer-name {
  font-weight: 700;
}

.review-avatar {
  width: 200px;
  /* height: 200px; */
  /* border-radius: 50%; */
  /* object-fit: cover; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* order steps section */
.order_steps_section {
  width: 96%;
  margin: 90px auto 20px;
}

/* footer */
.site-footer {
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
}

.footer-link {
  text-decoration: none;
  color: #000;
}
