/* =========================================================
   REVIEWS PAGE
   - hero ajustado com a métrica do portfolio-hero
   - products-hero continua sendo a base principal
   - reviews.css complementa o hero e estiliza o restante
========================================================== */

/* =========================================================
   HERO
   - seguindo a mesma métrica do portfolio hero
   - compatível com .reviews-hero + .products-hero
   - área aumentada para descer a linha verde
========================================================== */
.reviews-hero.products-hero {
  position: relative;
  min-height: 60vh !important;
  max-height: 800px !important;
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
  overflow: hidden;
  background: #0b0b0c;
  isolation: isolate;
}

.reviews-hero .products-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.reviews-hero .products-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.03);
  filter: saturate(0.95) contrast(1.03) brightness(0.58);
}

.reviews-hero .products-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.30) 0%, rgba(5, 5, 6, 0.58) 44%, rgba(5, 5, 6, 0.86) 100%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.64) 0%, rgba(10, 10, 10, 0.34) 38%, rgba(10, 10, 10, 0.18) 100%);
}

.reviews-hero .products-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.95));
  opacity: 0.14;
}

.reviews-hero .products-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-top: calc(var(--header-height, 92px) + 34px) !important;
  padding-bottom: 38px !important;
}

.reviews-hero .products-hero__inner {
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.reviews-hero .products-hero__title {
  margin: 8px auto 16px !important;
  max-width: 980px !important;
  font-size: clamp(2.4rem, 4.8vw, 5rem) !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  letter-spacing: -0.065em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-style: italic !important;
  color: #ffffff !important;
}

.reviews-hero .products-hero__title .paint-line {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0.08em !important;
  margin-top: 0 !important;
  margin-bottom: -0.03em !important;
}

.reviews-hero .products-hero__title .paint-reveal {
  display: inline-block;
  padding: 0.02em 0.04em 0.06em !important;
  line-height: 0.94 !important;
}

.reviews-hero .products-hero__title .title-white {
  color: #ffffff !important;
}

.reviews-hero .products-hero__title .title-green {
  color: var(--color-primary) !important;
}

.reviews-hero .products-hero__subtitle {
  max-width: 760px !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1rem, 1.5vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

.reviews-hero .products-hero__actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.reviews-hero .products-hero__actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 26px !important;
  border-radius: 0 !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.reviews-hero .products-hero__actions .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #151515 !important;
}

.reviews-hero .products-hero__actions .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  color: #ffffff !important;
}

.reviews-hero .products-hero__actions .btn--cta:hover,
.reviews-hero .products-hero__actions .btn--ghost:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
  transform: translateY(-1px) !important;
}

/* remove qualquer bloco antigo de stats do hero */
.reviews-hero .products-hero__stats,
.reviews-hero__stats {
  display: none !important;
}

/* =========================================================
   GOOGLE HIGHLIGHT
========================================================== */
.google-highlight {
  background: #f5f7f2;
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
  border-top: 4px solid #97c93a;
}

.google-highlight__card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: stretch;
  padding: 38px;
  background: #ffffff;
  border: 1px solid rgba(17, 22, 17, 0.1);
  box-shadow: 0 18px 45px rgba(16, 26, 16, 0.06);
}

.google-highlight__brand {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.google-badge {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(17, 22, 17, 0.08);
  box-shadow: 0 12px 28px rgba(16, 26, 16, 0.08);
}

.google-badge__icon {
  width: 42px;
  height: 42px;
  display: block;
}

.google-highlight .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.google-highlight .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.google-highlight .section-title {
  margin: 0 0 16px;
  max-width: 760px;
  color: #111611;
}

.google-highlight .section-subtitle {
  margin: 0;
  max-width: 720px;
  color: rgba(17, 22, 17, 0.72);
  line-height: 1.8;
}

.google-highlight__score {
  display: flex;
  align-items: stretch;
}

.google-score-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: #111611;
  border: 1px solid rgba(151, 201, 58, 0.18);
}

.google-score-card__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.google-score-card__rating {
  font-size: 3rem;
  line-height: 0.92;
  font-weight: 900;
  color: #ffffff;
}

.google-score-card__stars {
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  color: #97c93a;
}

.google-score-card__text {
  margin: 0 0 22px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
}

.google-score-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.google-score-card__actions .btn {
  min-height: 48px;
  border-radius: 0 !important;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-content: center;
  box-shadow: none !important;
}

.google-score-card__actions .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #111611 !important;
}

.google-score-card__actions .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

.google-score-card__actions .btn--cta:hover,
.google-score-card__actions .btn--ghost:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111611 !important;
}

/* =========================================================
   FEATURED REVIEWS
========================================================== */
.featured-reviews {
  background: #111611;
  position: relative;
  padding-top: 86px;
  padding-bottom: 110px;
}

.featured-reviews .section-heading {
  max-width: 980px;
  margin: 0 0 32px;
  text-align: left;
}

.featured-reviews .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.featured-reviews .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.featured-reviews .section-title {
  margin: 0 0 16px;
  color: #ffffff;
}

.featured-reviews .section-subtitle {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.featured-reviews__shell {
  position: relative;
}

.featured-reviews__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid rgba(151, 201, 58, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  transition:
    transform var(--transition-medium),
    border-color var(--transition-medium),
    box-shadow var(--transition-medium);
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(151, 201, 58, 0.42);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.review-card__rating {
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: #97c93a;
}

.review-card__text {
  margin: 0 0 24px;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(17, 22, 17, 0.8);
}

.review-card__meta {
  margin-top: auto;
  display: grid;
  gap: 6px;
}

.review-card__meta strong {
  font-size: 0.98rem;
  font-weight: 900;
  color: #111611;
}

.review-card__meta span {
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(17, 22, 17, 0.62);
}

.featured-reviews__dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.featured-reviews__dots button {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(151, 201, 58, 0.32);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    opacity var(--transition-fast);
}

.featured-reviews__dots button.is-active {
  background: #97c93a;
  transform: scale(1.15);
}

/* =========================================================
   REVIEWS METRICS
========================================================== */
.reviews-metrics {
  background: #f5f7f2;
  position: relative;
  padding-top: 108px;
  padding-bottom: 110px;
}

.reviews-metrics .section-heading {
  max-width: 960px;
  margin: 0 auto 52px;
  text-align: center;
}

.reviews-metrics .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.reviews-metrics .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.reviews-metrics .section-title {
  margin: 0 0 16px;
  color: #111611;
}

.reviews-metrics .section-subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(17, 22, 17, 0.72);
}

.reviews-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.metric-card {
  padding: 30px 24px 26px;
  border: 1px solid rgba(17, 22, 17, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 26, 16, 0.05);
  transition:
    transform var(--transition-medium),
    border-color var(--transition-medium),
    box-shadow var(--transition-medium);
}

.metric-card:hover {
  transform: translateY(-8px);
  border-color: rgba(151, 201, 58, 0.42);
  box-shadow: 0 24px 60px rgba(10, 16, 10, 0.12);
}

.metric-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  background: rgba(151, 201, 58, 0.12);
  border: 1px solid rgba(151, 201, 58, 0.26);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #567a17;
  text-transform: uppercase;
}

.metric-card__title {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.12;
  font-weight: 900;
  color: #111611;
}

.metric-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.78;
  color: rgba(17, 22, 17, 0.76);
}

/* =========================================================
   STORY REVIEWS
========================================================== */
.story-reviews {
  background: #111611;
  position: relative;
  padding-top: 24px;
  padding-bottom: 110px;
}

.story-reviews .section-heading {
  max-width: 980px;
  margin: 0 0 34px;
  text-align: left;
}

.story-reviews .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.story-reviews .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.story-reviews .section-title {
  margin: 0 0 16px;
  color: #ffffff;
}

.story-reviews .section-subtitle {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.story-reviews__shell {
  position: relative;
}

.story-reviews__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.story-card {
  min-height: 100%;
  padding: 32px 28px;
  border: 1px solid rgba(151, 201, 58, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    #181f18;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  transition:
    transform var(--transition-medium),
    border-color var(--transition-medium),
    box-shadow var(--transition-medium);
}

.story-card:hover {
  transform: translateY(-8px);
  border-color: rgba(151, 201, 58, 0.42);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.story-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  background: rgba(151, 201, 58, 0.12);
  border: 1px solid rgba(151, 201, 58, 0.22);
  color: #97c93a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-card__title {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.02;
  font-weight: 900;
  color: #ffffff;
}

.story-card__text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

.story-reviews__dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.story-reviews__dots button {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(151, 201, 58, 0.32);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    opacity var(--transition-fast);
}

.story-reviews__dots button.is-active {
  background: #97c93a;
  transform: scale(1.15);
}

/* =========================================================
   REVIEW PLATFORMS
========================================================== */
.review-platforms {
  background: #f5f7f2;
  padding-top: 24px;
  padding-bottom: 110px;
}

.review-platforms__wrap {
  padding: 34px;
  border: 1px solid rgba(17, 22, 17, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 26, 16, 0.05);
}

.review-platforms__intro {
  max-width: 860px;
  margin-bottom: 28px;
}

.review-platforms .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.review-platforms .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.review-platforms .section-title {
  margin: 0;
  color: #111611;
}

.review-platforms__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.platform-card {
  padding: 22px 20px;
  border: 1px solid rgba(17, 22, 17, 0.08);
  background: #f9fbf6;
  transition:
    transform var(--transition-medium),
    border-color var(--transition-medium),
    box-shadow var(--transition-medium);
}

.platform-card:hover {
  transform: translateY(-6px);
  border-color: rgba(151, 201, 58, 0.42);
  box-shadow: 0 18px 40px rgba(16, 26, 16, 0.08);
}

.platform-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 900;
  color: #111611;
}

.platform-card span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(17, 22, 17, 0.7);
}

/* =========================================================
   FAQ
========================================================== */
.faq-section {
  padding: 120px 0;
  background: #f5f7f2;
  border-bottom: 2px solid #97c93a;
}

#faq .faqGrid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.45fr);
  gap: 56px;
  align-items: start;
}

#faq .faqLeft .section-label,
#faq .faqLeft .section-title,
#faq .faqLeft .section-subtitle {
  color: #111611;
}

#faq .faqLeft .section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #97c93a;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}

#faq .faqLeft .section-label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #97c93a;
  flex: 0 0 30px;
}

#faq .faqLeft .section-title {
  margin: 0 0 18px;
  max-width: 420px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #111611;
}

#faq .faqLeft .section-subtitle {
  margin: 0;
  max-width: 420px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(17, 22, 17, 0.76);
}

#faq .faqHelp {
  margin-top: 18px;
}

#faq .underLink {
  display: inline-block;
  margin-top: 0;
  color: #97c93a;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #97c93a;
  padding-bottom: 8px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

#faq .underLink:hover {
  color: #111611;
  border-color: #111611;
}

#faq .faqRight {
  padding: 0;
  background: transparent;
  border: none;
}

#faq .faqItem {
  border-bottom: 1px solid rgba(151, 201, 58, 0.6);
}

#faq .faqItem:first-child {
  border-top: 1px solid rgba(151, 201, 58, 0.6);
}

#faq .faqQ {
  width: 100%;
  padding: 24px 0;
  background: transparent;
  border: none;
  color: #111611;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
}

#faq .faqQ span:first-child {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: #111611;
}

#faq .faqIcon {
  flex: 0 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  color: #97c93a;
  transition: transform 0.25s ease, color 0.25s ease;
}

#faq .faqQ[aria-expanded="true"] .faqIcon {
  color: #97c93a;
  transform: rotate(45deg);
}

#faq .faqA {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

#faq .faqA p {
  margin: 0 0 24px;
  color: rgba(17, 22, 17, 0.72);
  font-size: 0.98rem;
  line-height: 1.85;
  max-width: 760px;
}

#faq .faqA.open {
  max-height: 400px;
}

/* =========================================================
   FINAL CTA
========================================================== */
.final-cta {
  overflow: hidden;
  background: #111611;
}

.final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.final-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px;
  background: #181f18;
  border: 1px solid rgba(151, 201, 58, 0.16);
}

.final-cta .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #97c93a !important;
  line-height: 1;
}

.final-cta .pill::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #97c93a;
}

.final-cta__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #ffffff;
}

.final-cta__text {
  margin: 0 0 24px;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.final-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.final-cta__actions .btn {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 0 !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.final-cta__actions .btn--cta {
  background: #97c93a !important;
  border: 1px solid #97c93a !important;
  color: #111611 !important;
}

.final-cta__actions .btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

.final-cta__actions .btn--cta:hover,
.final-cta__actions .btn--ghost:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111611 !important;
}

.final-cta__media {
  overflow: hidden;
  border: 1px solid rgba(151, 201, 58, 0.16);
  background: #0f140f;
}

.final-cta__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   REVEAL ANIMATION
========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
========================================================== */
@media (max-width: 1366px) {
  .featured-reviews__rail,
  .reviews-metrics__grid {
    gap: 18px;
  }
}

@media (max-width: 1199px) {
  .google-highlight__card {
    grid-template-columns: 1fr;
  }

  .featured-reviews__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-reviews__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-platforms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta__layout {
    grid-template-columns: 1fr;
  }

  .final-cta__media {
    min-height: 360px;
  }
}

@media (max-width: 992px) {
  .reviews-hero.products-hero {
    min-height: 560px !important;
    max-height: none !important;
  }

  .reviews-hero .products-hero__content {
    padding-top: calc(var(--header-height, 92px) + 28px) !important;
    padding-bottom: 30px !important;
  }

  .reviews-hero .products-hero__title {
    font-size: clamp(2rem, 6.8vw, 3.5rem) !important;
    line-height: 0.9 !important;
  }

  .google-highlight {
    padding-top: 96px;
  }

  .featured-reviews,
  .reviews-metrics,
  .story-reviews,
  .review-platforms {
    padding-bottom: 96px;
  }

  #faq .faqGrid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #faq .faqLeft .section-title,
  #faq .faqLeft .section-subtitle {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .reviews-hero.products-hero {
    min-height: 500px !important;
  }

  .reviews-hero .products-hero__content {
    padding-top: calc(var(--header-height, 92px) + 24px) !important;
    padding-bottom: 28px !important;
  }

  .reviews-hero .products-hero__title {
    font-size: clamp(1.9rem, 8vw, 3rem) !important;
    line-height: 0.94 !important;
  }

  .reviews-hero .products-hero__subtitle {
    font-size: 0.96rem !important;
    line-height: 1.68 !important;
    max-width: 92% !important;
    margin: 0 auto 24px !important;
  }

  .reviews-hero .products-hero__actions {
    flex-direction: column !important;
    align-items: center !important;
  }

  .reviews-hero .products-hero__actions .btn {
    width: min(100%, 320px) !important;
  }

  .google-highlight,
  .reviews-metrics,
  .review-platforms {
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .featured-reviews,
  .story-reviews {
    padding-top: 18px;
    padding-bottom: 88px;
  }

  .google-highlight__card {
    padding: 24px 20px;
    gap: 22px;
  }

  .google-highlight__brand {
    flex-direction: column;
    gap: 18px;
  }

  .google-badge {
    width: 64px;
    height: 64px;
  }

  .google-badge__icon {
    width: 36px;
    height: 36px;
  }

  .featured-reviews .section-heading,
  .story-reviews .section-heading {
    margin: 0 0 24px;
  }

  .featured-reviews .pill,
  .story-reviews .pill,
  .google-highlight .pill,
  .reviews-metrics .pill,
  .review-platforms .pill,
  .final-cta .pill {
    margin-bottom: 16px;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
  }

  .featured-reviews .pill::before,
  .story-reviews .pill::before,
  .google-highlight .pill::before,
  .reviews-metrics .pill::before,
  .review-platforms .pill::before,
  .final-cta .pill::before {
    width: 28px;
  }

  .featured-reviews__shell,
  .story-reviews__shell {
    overflow: hidden;
  }

  .featured-reviews__rail,
  .story-reviews__rail {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .featured-reviews__rail::-webkit-scrollbar,
  .story-reviews__rail::-webkit-scrollbar {
    display: none;
  }

  .review-card,
  .story-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .review-card:hover,
  .story-card:hover,
  .metric-card:hover,
  .platform-card:hover {
    transform: none;
  }

  .featured-reviews__dots,
  .story-reviews__dots {
    display: flex;
  }

  .reviews-metrics .section-heading {
    margin: 0 auto 38px;
    text-align: left;
  }

  .reviews-metrics .section-subtitle {
    max-width: 100%;
  }

  .reviews-metrics__grid {
    grid-template-columns: 1fr;
  }

  .review-platforms__wrap {
    padding: 24px 20px;
  }

  .review-platforms__intro {
    margin-bottom: 22px;
  }

  .review-platforms__grid {
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding: 96px 0;
  }

  #faq .faqGrid {
    gap: 28px;
  }

  #faq .faqLeft {
    text-align: left;
  }

  #faq .faqLeft .section-label,
  #faq .faqLeft .section-title,
  #faq .faqLeft .section-subtitle {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  #faq .faqLeft .section-label {
    justify-content: flex-start;
  }

  #faq .faqLeft .section-title {
    font-size: clamp(2.2rem, 10vw, 3.8rem);
    line-height: 0.96;
  }

  #faq .faqQ {
    padding: 20px 0;
    gap: 14px;
  }

  #faq .faqQ span:first-child {
    font-size: 0.95rem;
  }

  #faq .faqA p {
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .final-cta__content {
    padding: 34px 24px;
  }

  .final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .final-cta__actions .btn {
    width: 100%;
  }

  .final-cta__media {
    min-height: 280px;
  }
}

@media (max-width: 576px) {
  .reviews-hero.products-hero {
    min-height: 460px !important;
  }

  .reviews-hero .products-hero__title {
    font-size: clamp(1.65rem, 9vw, 2.35rem) !important;
  }

  .reviews-hero .products-hero__subtitle {
    font-size: 0.9rem !important;
    max-width: 94% !important;
  }

  .reviews-hero .products-hero__actions .btn {
    width: min(100%, 300px) !important;
    min-height: 52px !important;
  }

  .google-highlight .section-subtitle,
  .reviews-metrics .section-subtitle,
  .review-card__text,
  .metric-card__text,
  .story-card__text,
  .platform-card span,
  #faq .faqA p,
  .final-cta__text {
    font-size: 0.92rem;
  }

  .google-score-card {
    padding: 22px 18px;
  }

  .google-score-card__rating {
    font-size: 2.5rem;
  }

  .review-card,
  .story-card,
  .metric-card {
    padding: 24px 18px 20px;
  }

  .review-card__meta strong,
  .metric-card__title,
  .platform-card strong {
    font-size: 1rem;
  }

  .story-card__title {
    font-size: 1.2rem;
  }

  .platform-card {
    padding: 20px 16px;
  }

  .faq-section {
    padding: 84px 0;
  }

  #faq .faqQ span:first-child {
    font-size: 0.9rem;
  }

  #faq .faqIcon {
    font-size: 1.3rem;
  }

  .final-cta__content {
    padding: 30px 18px;
  }

  .final-cta__media {
    min-height: 240px;
  }
}