.service-detail-page {
  background: #ffffff !important;
}

.service-detail-page #main,
.service-zigzag,
.service-long-content,
.service-reviews {
  background: #ffffff !important;
}

.service-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.service-hero__bg {
  position: absolute;
  inset: 0;
}

.service-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 32, 10, 0.92) 0%, rgba(35, 72, 20, 0.88) 50%, rgba(55, 95, 32, 0.82) 100%);
}

.service-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 54px 0;
}

.service-hero__content h1 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.2;
  margin: 0 0 14px;
  color: #fff;
}

.service-hero__content p {
  max-width: 840px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.03rem;
}

.service-zigzag {
  padding: 56px 0 24px;
}

.service-zigzag__list {
  display: grid;
  gap: 26px;
}

.service-zigzag__item {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.15fr);
  gap: 30px;
  align-items: center;
  background: transparent;
  border-radius: 16px;
  border: 0;
  padding: 22px;
  box-shadow: none;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.service-zigzag__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-zigzag__item--reverse {
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 1fr);
}

.service-zigzag__item--reverse .service-zigzag__media {
  order: 2;
}

.service-zigzag__media img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 360px;
  object-fit: cover;
}

.service-zigzag__content h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.72rem);
  line-height: 1.35;
  color: #8bc34a;
  margin: 0 0 14px;
}

.service-zigzag__content h3 {
  font-size: 1.04rem;
  color: #8bc34a;
  margin: 16px 0 8px;
  line-height: 1.45;
}

.service-zigzag__content p {
  margin: 0 0 11px;
  color: #3f4741;
  line-height: 1.86;
}

.service-zigzag__content p:last-child {
  margin-bottom: 0;
}

.service-zigzag__content a {
  color: #8bc34a;
  font-weight: 700;
}

.service-reviews {
  padding: 56px 0 44px;
}

.service-long-content {
  padding: 8px 0 22px;
}

.service-cta-band {
  background: #d32020;
  color: #ffffff;
  padding: 34px 0;
}

.service-cta-band__inner {
  display: grid;
  gap: 18px;
  align-items: center;
}

.service-cta-band__inner h2 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
}

.service-cta-band__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.service-cta-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  min-width: 190px;
}

.service-cta-band__btn--whatsapp {
  background: #25d366;
}

.service-cta-band__btn--phone {
  background: #0d3b8e;
}

.service-cta-band__btn--mail {
  background: #45b8ff;
}

.service-long-content__scroll {
  background: transparent;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  padding: 22px;
  max-height: 200px;
  overflow-y: auto;
}

.service-long-content__scroll h2 {
  margin: 0 0 14px;
  color: #8bc34a;
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
}

.service-long-content__scroll h3 {
  margin: 16px 0 8px;
  color: #8bc34a;
  font-size: 1.03rem;
}

.service-long-content__scroll p {
  margin: 0 0 10px;
  color: #3f4842;
  line-height: 1.8;
}

.service-long-content__scroll a {
  color: #8bc34a;
  font-weight: 700;
}

.service-reviews__header h2 {
  margin: 0 0 8px;
  color: #153f63;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  text-align: center;
}

.service-reviews__header {
  text-align: center;
  margin-bottom: 26px;
}

.service-reviews__eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 4px;
  color: #6c746f;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-reviews__score-title {
  margin: 4px 0 2px;
  color: #6b7371;
  font-size: 0.74rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.service-reviews__score-stars {
  color: #f1b814;
  font-size: 1.05rem;
  letter-spacing: 2px;
}

.service-reviews__score-text {
  margin: 4px 0 2px;
  color: #8f9592;
  font-size: 0.78rem;
}

.service-reviews__score-brand {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: #5d6d79;
  font-weight: 600;
}

.service-reviews__slider-wrap {
  position: relative;
  padding: 0;
}

.service-reviews__viewport {
  overflow: hidden;
}

.service-reviews__grid {
  display: flex;
  gap: 14px;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.service-review-card {
  background: #ffffff;
  border: 1px solid #e4e7e6;
  border-radius: 12px;
  padding: 14px;
  min-height: 172px;
  flex: 0 0 calc((100% - (14px * 3)) / 4);
}

.service-review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.service-review-card time {
  color: #9aa09d;
  font-size: 0.72rem;
  white-space: nowrap;
}

.service-review-card strong {
  color: #2d3130;
  font-size: 0.95rem;
}

.service-review-card span {
  display: block;
  font-size: 0.75rem;
  color: #7b8480;
  margin-top: 1px;
}

.service-review-card p {
  margin: 8px 0 0;
  color: #525a56;
  font-size: 0.8rem;
  line-height: 1.65;
}

.service-review-stars {
  color: #f2b21a;
  letter-spacing: 1px;
  font-size: 0.84rem;
  margin-top: 5px;
}

.service-reviews__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #d9dfdc;
  background: #fff;
  color: #7b857f;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.service-reviews__nav:hover {
  background: #f4f7f5;
}

.service-reviews__nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.service-reviews__nav--prev {
  left: -56px;
}

.service-reviews__nav--next {
  right: -56px;
}

.service-faq {
  padding: 44px 0 74px;
  background: #f2f2f2;
}

.service-faq__inner {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.service-faq__title {
  text-align: center;
  font-size: clamp(1.95rem, 2.8vw, 2.6rem);
  color: #303030;
  margin: 0 0 18px;
  font-weight: 800;
}

.service-faq__layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.service-faq__media {
  display: flex;
  justify-content: center;
}

.service-faq__media img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}

.service-faq .faq-list {
  max-width: 100%;
}

.service-faq .faq-item {
  border: 0;
  margin-bottom: 14px;
}

.service-faq .faq-item button {
  font-size: 1rem;
  color: #393939;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 14px 16px;
  min-height: 54px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.service-faq .faq-item button:hover {
  color: #d44b4b;
}

.service-faq .faq-item button::after {
  color: #d44b4b;
  font-size: 1.45rem;
  line-height: 1;
}

.service-faq .faq-item__answer {
  background: transparent;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  margin-top: -6px;
  padding: 12px 16px 14px;
  font-size: 0.94rem;
  color: #5c5c5c;
}

@media (max-width: 1080px) {
  .service-zigzag__item,
  .service-zigzag__item--reverse {
    grid-template-columns: 1fr;
  }

  .service-zigzag__item--reverse .service-zigzag__media {
    order: 0;
  }

  .service-zigzag__media img {
    min-height: 240px;
  }

  .service-review-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .service-reviews__slider-wrap {
    padding: 0;
  }

  .service-long-content__scroll {
    max-height: 300px;
  }

  .service-faq__layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 20px;
  }

  .service-faq__media img {
    max-width: 230px;
  }
}

@media (max-width: 620px) {
  .service-hero {
    min-height: 280px;
  }

  .service-zigzag {
    padding-top: 40px;
  }

  .service-zigzag__item {
    padding: 16px;
    gap: 16px;
  }

  .service-zigzag__media img {
    min-height: 190px;
  }

  .service-reviews__grid {
    gap: 12px;
  }

  .service-review-card {
    flex-basis: 100%;
  }

  .service-reviews__slider-wrap {
    padding: 0;
  }

  .service-reviews__nav {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .service-reviews__nav--prev {
    left: -18px;
  }

  .service-reviews__nav--next {
    right: -18px;
  }

  .service-faq {
    padding-top: 34px;
  }

  .service-faq__title {
    font-size: 1.85rem;
  }

  .service-faq__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-cta-band__actions {
    flex-direction: column;
  }

  .service-cta-band__btn {
    width: 100%;
    min-width: 0;
  }

  .service-faq__media {
    order: 2;
  }

  .service-faq__media img {
    max-width: 200px;
  }

  .service-long-content__scroll {
    padding: 16px;
    max-height: 260px;
  }
}
