/* Extracted from inline WordPress/Elementor CSS. */
.article-video-photo {
  position: relative;
  width: 100%;
  margin: 28px auto;
  border-radius: 22px;
  overflow: hidden;
  background: #101828;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.article-video-photo a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.article-video-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.article-video-photo a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, 0.28);
  z-index: 1;
}

.article-video-photo:hover img {
  transform: scale(1.03);
}

.article-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  color: #057987;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  padding-left: 5px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28);
}

@media (max-width: 520px) {
  .article-video-play {
    width: 58px;
    height: 58px;
    font-size: 27px;
  }
}
.article-photo {
  width: 100%;
  max-width: 920px;
  margin: 28px auto;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
  overflow: hidden;
}

.article-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
}

.article-photo p {
  margin: 12px 0 0;
  padding: 13px 16px;
  background: #f0fbfd;
  border-left: 4px solid #057987;
  border-radius: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}

.bath-price-section,
.price-factors-section,
.cases-wrap,
.useful-links-section,
.reviews-section {
  font-family: "Manrope", Arial, sans-serif;
  box-sizing: border-box;
}

.bath-price-section {
  padding: 34px 16px;
  background: #ffffff;
}

.bath-price-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.bath-price-head {
  max-width: 780px;
  margin-bottom: 26px;
}

.bath-price-label,
.price-factors-label,
.useful-links-head span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(5, 121, 135, 0.1);
  color: #057987;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.bath-price-head h2,
.price-factors-head h2,
.useful-links-head h2 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.bath-price-head p,
.price-factors-head p,
.useful-links-head p {
  margin: 0;
  color: #475467;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.bath-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bath-price-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.bath-price-card__body {
  padding: 22px;
}

.bath-price-card__badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(5, 121, 135, 0.1);
  color: #057987;
  font-size: 13px;
  font-weight: 900;
}

.bath-price-card__badge--popular {
  background: #fff5cf;
  color: #8a5b00;
}

.bath-price-card h3 {
  margin: 0 0 10px;
  color: #101828;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.bath-price-card__desc {
  margin: 0 0 18px;
  color: #475467;
  font-size: 15px;
  line-height: 1.5;
}

.bath-price-info {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.bath-price-info__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 14px;
  background: #fff5cf;
}

.bath-price-info__row span {
  color: #667085;
  font-size: 14px;
}

.bath-price-info__row b {
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.bath-price-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.bath-price-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 22px;
  color: #344054;
  font-size: 15px;
  line-height: 1.4;
}

.bath-price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #057987;
  font-weight: 900;
}

.bath-price-box {
  padding: 15px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
  border: 1px solid rgba(5, 121, 135, 0.14);
}

.bath-price-box__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.bath-price-box__size {
  color: #101828;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.bath-price-box__cost {
  padding: 6px 9px;
  border-radius: 999px;
  background: #101828;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.bath-price-box__note {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.price-factors-section {
  padding: 34px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.price-factors-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.price-factors-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.price-factors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-factor-card {
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.price-factor-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: #057987;
  font-size: 18px;
  font-weight: 900;
}

.price-factor-card h3 {
  margin: 0 0 9px;
  color: #101828;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.price-factor-card p {
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.5;
}

.price-factors-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  border-radius: 26px;
  background: #101828;
  color: #ffffff;
}

.price-factors-bottom h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.price-factors-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.price-factors-bottom a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-factors-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #101828 !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.cases-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 16px;
}

.case {
  margin-bottom: 28px;
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.case-title {
  margin: 0 0 12px !important;
  color: #101828 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.case-desc {
  margin: 0 0 18px;
  color: #475467;
  font-size: 16px;
  line-height: 1.6;
}

.case-problems,
.case-result {
  margin: 18px 0 0;
  padding: 18px;
  border-radius: 20px;
  background: #f7fcfd;
  border: 1px solid rgba(5, 121, 135, 0.14);
  color: #344054;
  font-size: 16px;
  line-height: 1.55;
}

.case-problems strong,
.case-result strong {
  color: #101828;
  font-weight: 900;
}

.case a,
.price-factors-section a,
.reviews-section a {
  color: #057987;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-video {
  position: relative;
  width: 100%;
  margin: 28px auto;
  border-radius: 22px;
  overflow: hidden;
  background: #101828;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.article-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.useful-links-section {
  padding: 34px 16px;
  background: #ffffff;
}

.useful-links-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
  border: 1px solid rgba(5, 121, 135, 0.18);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.useful-links-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.useful-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.useful-link-card {
  display: block;
  min-height: 132px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.useful-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.useful-link-card b {
  display: block;
  margin-bottom: 8px;
  color: #101828;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.useful-link-card span {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.reviews-section {
  padding: 34px 16px 46px;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
}

.reviews-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.reviews-wrap h2 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.reviews-intro {
  margin: 0 0 22px;
  color: #475467;
  font-size: 17px;
  line-height: 1.55;
}

.review-card {
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.review-head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: rgba(5, 121, 135, 0.1);
  color: #057987;
  font-size: 22px;
  font-weight: 900;
}

.review-head h3 {
  margin: 0 0 4px;
  color: #101828;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.review-head span {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.review-text {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .bath-price-grid,
  .price-factors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .useful-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-factors-bottom {
    grid-template-columns: 1fr;
  }

  .price-factors-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .article-photo {
    margin: 22px auto;
    padding: 9px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  .article-photo img {
    border-radius: 13px;
    aspect-ratio: 16 / 10;
  }

  .article-photo p {
    margin-top: 10px;
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .bath-price-head h2,
  .price-factors-head h2,
  .useful-links-head h2,
  .reviews-wrap h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .bath-price-head p,
  .price-factors-head p,
  .useful-links-head p,
  .reviews-intro {
    font-size: 15px;
  }

  .case {
    padding: 20px;
    border-radius: 22px;
  }
}

@media (max-width: 560px) {
  .bath-price-grid,
  .price-factors-grid,
  .useful-links-grid {
    grid-template-columns: 1fr;
  }

  .bath-price-section,
  .price-factors-section,
  .useful-links-section,
  .reviews-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cases-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bath-price-card__body,
  .price-factor-card {
    padding: 18px;
  }

  .price-factors-bottom {
    padding: 20px;
    border-radius: 22px;
  }

  .price-factors-bottom h3 {
    font-size: 21px;
  }

  .useful-links-wrap {
    padding: 20px;
    border-radius: 22px;
  }

  .useful-link-card {
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }

  .review-card {
    padding: 17px;
  }
}

@media (max-width: 480px) {
  .article-photo {
    margin: 18px auto;
    padding: 8px;
    border-radius: 16px;
  }

  .article-photo img {
    border-radius: 11px;
  }

  .article-photo p {
    font-size: 13.5px;
  }
}