/* =========================================================
   MAIN SECTIONS ONLY — REVIEWS PAGE
   - NÃO contém globais (já estão no global.css)
   - Somente estilos do MAIN desta página
========================================================= */


/* =========================================================
   HERO OVERRIDE (PAGE-SPECIFIC)
   - reduz altura do hero desta página
   - mesmo usando hero.css externo
========================================================= */

#pageHero.hero--reviews{
  min-height: 52vh !important;
}

#pageHero.hero--reviews .hero__bg,
#pageHero.hero--reviews .hero__bgVideo,
#pageHero.hero--reviews .hero__overlay{
  min-height: 52vh !important;
}

#pageHero.hero--reviews .hero__content{
  min-height: 52vh !important;
  display: flex;
  align-items: center;
}

#pageHero.hero--reviews .serviceHeroTitle{
  max-width: 980px;
  margin: 0 auto;
}

#pageHero.hero--reviews .serviceHeroHeading{
  margin-bottom: 12px;
}

#pageHero.hero--reviews .serviceHeroSubline{
  margin-bottom: 18px;
}

#pageHero.hero--reviews .serviceHeroActions{
  gap: 12px;
}

@media (max-width: 980px){
  #pageHero.hero--reviews{
    min-height: 46vh !important;
  }

  #pageHero.hero--reviews .hero__bg,
  #pageHero.hero--reviews .hero__bgVideo,
  #pageHero.hero--reviews .hero__overlay,
  #pageHero.hero--reviews .hero__content{
    min-height: 46vh !important;
  }
}

@media (max-width: 640px){
  #pageHero.hero--reviews{
    min-height: 42vh !important;
  }

  #pageHero.hero--reviews .hero__bg,
  #pageHero.hero--reviews .hero__bgVideo,
  #pageHero.hero--reviews .hero__overlay,
  #pageHero.hero--reviews .hero__content{
    min-height: 42vh !important;
  }

  #pageHero.hero--reviews .serviceHeroActions{
    flex-direction: column;
    width: 100%;
  }

  #pageHero.hero--reviews .serviceHeroActions .btn{
    width: 100%;
  }
}


/* =========================================================
   REPUTATION SUMMARY
========================================================= */

#reputation.section.section--dark{
  background:#000;
  padding-top: 96px;
  padding-bottom: 110px;
  position: relative;
}

#reputation .centerHead{
  text-align:center;
  margin-bottom: 42px;
}

#reputation .maxText{
  max-width: 860px;
  margin-left:auto;
  margin-right:auto;
}

.reviewStatsGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.reviewStatCard{
  position:relative;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 28px 24px 26px;
  min-height: 230px;
  overflow:hidden;
  box-shadow: none !important;
  transition:
    background-color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.reviewStatCard::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255,204,51,0),
    rgba(245,158,11,.95),
    rgba(255,204,51,0)
  );
  opacity:0;
  transition: opacity .25s ease;
}

.reviewStatCard:hover{
  transform: translateY(-4px);
  background: var(--gold);
  border-color: rgba(0,0,0,.26);
}

.reviewStatCard:hover::after{
  opacity:1;
}

.reviewStatCard:hover .reviewStatCard__label,
.reviewStatCard:hover .reviewStatCard__small,
.reviewStatCard:hover .reviewMiniList li,
.reviewStatCard:hover .reviewPill{
  color:#000 !important;
}

.reviewStatCard__label{
  margin:0 0 14px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  transition: color .25s ease;
}

.reviewStatCard__value{
  margin:0 0 10px;
  color:#fff;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: .95;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  transition: color .25s ease;
}

.reviewStatCard__stars{
  margin:0 0 12px;
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 15px;
  line-height: 1;
  transition: color .25s ease;
}

.reviewStatCard:hover .reviewStatCard__stars{
  color:#000;
}

.reviewStatCard__small{
  margin:0;
  color: rgba(255,255,255,.62);
  line-height: 1.75;
  font-weight: 500;
  transition: color .25s ease;
}

/* Google wordmark card */
.reviewStatsGrid .reviewStatCard:nth-child(2){
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.reviewStatsGrid .reviewStatCard:nth-child(2) .reviewStatCard__value{
  position: relative;
  display:block;
  min-height: 62px;
  margin: 0 0 12px;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-transform: none !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}

.reviewStatsGrid .reviewStatCard:nth-child(2) .reviewStatCard__value::before{
  content:"";
  display:block;
  width: min(200px, 100%);
  height: 54px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 272 92'>\
<rect width='272' height='92' fill='none'/>\
<text x='0' y='67' font-family='Arial, Helvetica, sans-serif' font-size='66' font-weight='500'>\
<tspan fill='%234285F4'>G</tspan><tspan fill='%23DB4437'>o</tspan><tspan fill='%23F4B400'>o</tspan><tspan fill='%234285F4'>g</tspan><tspan fill='%2334A853'>l</tspan><tspan fill='%23DB4437'>e</tspan>\
</text></svg>");
}

.reviewStatsGrid .reviewStatCard:nth-child(2):hover .reviewStatCard__value{
  color: transparent !important;
}

.reviewStatsGrid .reviewStatCard:nth-child(2) .btn{
  margin-top: 14px;
  align-self:flex-start;
}

.reviewPills{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.reviewPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 34px;
  padding: 8px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.2;
  transition:
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease,
    transform .25s ease;
}

.reviewStatCard:hover .reviewPill{
  background: rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.14);
}

.reviewPill:hover{
  transform: translateY(-1px);
}

.reviewMiniList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 11px;
}

.reviewMiniList li{
  position:relative;
  padding-left: 16px;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  line-height: 1.5;
  transition: color .25s ease;
}

.reviewMiniList li::before{
  content:"";
  position:absolute;
  left:0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius:999px;
  background: var(--accent);
}

.reviewStatCard:hover .reviewMiniList li::before{
  background:#000;
}

@media (max-width: 1100px){
  .reviewStatsGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  #reputation.section.section--dark{
    padding-top: 82px;
    padding-bottom: 96px;
  }

  .reviewStatsGrid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .reviewStatCard{
    min-height: 0;
    padding: 24px 20px 22px;
    border-radius: 14px;
  }

  .reviewStatsGrid .reviewStatCard:nth-child(2) .reviewStatCard__value{
    min-height: 52px;
  }

  .reviewStatsGrid .reviewStatCard:nth-child(2) .reviewStatCard__value::before{
    height: 46px;
    width: min(170px, 100%);
  }
}


/* =========================================================
   FEATURED REVIEW
========================================================= */

#featured-review.section.section--alt{
  background:#181818;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.featuredReview{
  display:grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 52px;
  align-items:center;
}

.featuredReview__media{
  position:relative;
}

.featuredReview__media::before{
  content:"";
  position:absolute;
  width: 240px;
  height: 240px;
  right: -24px;
  bottom: -24px;
  background: var(--accent);
  z-index:0;
}

.featuredReview__img{
  position:relative;
  z-index:1;
  width:100%;
  height: 620px;
  object-fit: cover;
  display:block;
  border-radius: 10px;
  filter: grayscale(1);
  transition: filter .6s ease, transform .6s ease;
}

.featuredReview__media:hover .featuredReview__img{
  filter: grayscale(0);
  transform: scale(1.01);
}

.featuredReview__content .kicker{
  margin-bottom: 12px;
}

.featuredReview__content .h2{
  margin-bottom: 22px;
  max-width: 14ch;
}

.featuredReview__quote{
  margin:0 0 24px;
  position:relative;
  padding: 28px 30px 26px 34px;
  background: rgba(255,255,255,.04);
  border-left: 4px solid var(--accent);
  color: rgba(255,255,255,.86);
  font-style: italic;
  line-height: 1.9;
  font-size: 18px;
}

.featuredReview__quote::before{
  content:"“";
  position:absolute;
  left: 12px;
  top: -10px;
  color: var(--accent);
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  opacity:.9;
}

.featuredReview__meta{
  display:grid;
  gap: 6px;
  margin-bottom: 28px;
}

.featuredReview__author{
  margin:0;
  color:#fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.featuredReview__service{
  margin:0;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.featuredReview__stars{
  margin: 6px 0 0;
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 15px;
}

.featuredReview__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 14px;
}

@media (max-width: 1100px){
  .featuredReview{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .featuredReview__content .h2{
    max-width: none;
  }

  .featuredReview__img{
    height: 520px;
  }
}

@media (max-width: 640px){
  #featured-review.section.section--alt{
    padding-top: 84px;
    padding-bottom: 96px;
  }

  .featuredReview__media::before{
    display:none;
  }

  .featuredReview__img{
    height: 380px;
    border-radius: 8px;
  }

  .featuredReview__quote{
    padding: 24px 20px 22px 24px;
    font-size: 16px;
    line-height: 1.8;
  }

  .featuredReview__actions{
    flex-direction: column;
  }

  .featuredReview__actions .btn{
    width:100%;
  }
}


/* =========================================================
   WHY CLIENTS RECOMMEND US
========================================================= */

#why-recommended.section.section--dark{
  background:#000;
  padding-top: 96px;
  padding-bottom: 108px;
  position: relative;
}

#why-recommended .centerHead{
  text-align:center;
  margin-bottom: 42px;
}

#why-recommended .maxText{
  max-width: 760px;
  margin-left:auto;
  margin-right:auto;
}

#why-recommended .credsGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align:center;
  align-items:start;
}

#why-recommended .cred{
  padding: 10px 10px;
}

#why-recommended .cred__icon{
  font-size: 40px;
  margin-bottom: 12px;
  transition: transform .2s ease;
}

#why-recommended .cred:hover .cred__icon{
  transform: translateY(-2px) scale(1.06);
}

#why-recommended .cred h4{
  margin:0 0 8px;
  font-size: 12px;
  letter-spacing:.22em;
  text-transform: uppercase;
  font-weight: 900;
  color:#fff;
}

#why-recommended .cred p{
  margin:0 auto;
  max-width: 240px;
  font-size: 10px;
  letter-spacing:.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  line-height: 1.85;
}

@media (max-width: 980px){
  #why-recommended .credsGrid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px){
  #why-recommended.section.section--dark{
    padding-top: 82px;
    padding-bottom: 96px;
  }

  #why-recommended .credsGrid{
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   REVIEWS FEED
========================================================= */

#reviews-feed.section.section--alt{
  background:#181818;
  padding-top: 98px;
  padding-bottom: 112px;
  position:relative;
}

.reviewsFeedHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 22px;
  margin-bottom: 38px;
}

.reviewsFeedHead__meta{
  flex: 0 0 auto;
}

.reviewsGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.reviewCard{
  background:#fff;
  color:#000;
  border: 2px solid var(--gold);
  padding: 28px 28px 24px;
  min-height: 272px;
  position:relative;
  overflow:hidden;
  box-shadow:none !important;
  transition:
    background-color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}

.reviewCard::before{
  content:"";
  position:absolute;
  top: 20px;
  right: 22px;
  width: 34px;
  height: 24px;
  opacity:.55;
  pointer-events:none;
  background:
    linear-gradient(rgba(0,0,0,.14), rgba(0,0,0,.14)) right 14px top / 10px 24px no-repeat,
    linear-gradient(rgba(0,0,0,.14), rgba(0,0,0,.14)) right 0 top / 10px 24px no-repeat;
  transform: skewX(-12deg);
  border-radius: 2px;
}

.reviewCard:hover{
  background: var(--gold);
  border-color:#fff;
  transform: translateY(-4px);
}

.reviewCard__header{
  display:grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items:center;
  margin-bottom: 18px;
}

.reviewCard__avatar{
  width: 48px;
  height: 48px;
  border-radius:999px;
  background:#000;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
  transition: background-color .18s ease, color .18s ease;
}

.reviewCard:hover .reviewCard__avatar{
  background:#fff;
  color:#000;
}

.reviewCard__identity{
  min-width:0;
}

.reviewCard__name{
  margin:0 0 5px;
  color:#000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.reviewCard__meta{
  margin:0;
  color: rgba(0,0,0,.55);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1.5;
}

.reviewCard__rating{
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease;
}

.reviewCard:hover .reviewCard__rating{
  color:#000;
}

.reviewCard__body{
  margin-bottom: 22px;
}

.reviewCard__text{
  margin:0;
  color: rgba(0,0,0,.74);
  font-style: italic;
  line-height: 1.85;
  font-size: 14px;
}

.reviewCard__footer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap: 10px;
  margin-top:auto;
}

.reviewCard__tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 28px;
  padding: 7px 10px;
  background: rgba(0,0,0,.06);
  color:#000;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.2;
  transition: background-color .18s ease;
}

.reviewCard:hover .reviewCard__tag{
  background: rgba(255,255,255,.42);
}

.reviewCard__date{
  margin-left:auto;
  color: rgba(0,0,0,.50);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviewsFeedActions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 14px;
  margin-top: 34px;
}

.reviewsEmptyState{
  margin-top: 26px;
  background:#000;
  border:1px solid rgba(255,255,255,.08);
  padding: 26px 24px;
  text-align:center;
}

.reviewsEmptyState.hidden{
  display:none;
}

.reviewsEmptyState__title{
  margin:0 0 10px;
  color:#fff;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.reviewsEmptyState__text{
  margin:0;
  color: rgba(255,255,255,.58);
  line-height: 1.8;
}

@media (max-width: 1100px){
  .reviewsGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px){

  #reviews-feed{
    --reviewsCardW: clamp(300px, 82vw, 360px);
  }

  .reviewsFeedHead{
    flex-direction:column;
    align-items:flex-start;
    margin-bottom: 28px;
  }

  .reviewsGrid{
    display:flex;
    gap: 16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 0 14px;
    margin: 0;
    scrollbar-width:none;
    -ms-overflow-style:none;
    box-shadow:none !important;
    background:transparent !important;
    box-sizing:border-box;
  }
  .reviewsGrid::-webkit-scrollbar{ display:none; }

  .reviewsGrid::before,
  .reviewsGrid::after{
    content:"";
    display:block;
    flex: 0 0 calc((100vw - var(--reviewsCardW)) / 2);
  }

  .reviewsGrid > .reviewCard{
    flex: 0 0 var(--reviewsCardW);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    min-height: 0;
    padding: 24px 22px 22px;
  }

  .reviewCard:hover{
    transform:none;
  }
}

@media (max-width: 480px){
  #reviews-feed{
    --reviewsCardW: clamp(280px, 88vw, 360px);
  }

  #reviews-feed.section.section--alt{
    padding-top: 84px;
    padding-bottom: 96px;
  }

  .reviewsFeedActions{
    flex-direction:column;
  }

  .reviewsFeedActions .btn{
    width:100%;
  }

  .reviewCard__header{
    grid-template-columns: auto 1fr;
  }

  .reviewCard__rating{
    grid-column: 1 / -1;
    margin-left: 62px;
  }

  .reviewCard__date{
    margin-left:0;
    width:100%;
  }
}


/* =========================================================
   TRUST STRIP
========================================================= */

#trust-strip.section.section--dark{
  background:#000;
  padding-top: 96px;
  padding-bottom: 108px;
  position: relative;
}

.trustStrip{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  align-items:start;
}

.trustStrip__left .h2{
  max-width: 13ch;
  margin-bottom: 16px;
}

.trustStrip__left .muted{
  max-width: 620px;
}

.trustStrip__cards{
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.trustMiniCard{
  position:relative;
  background: rgba(255,255,255,.05);
  border-left: 4px solid var(--accent);
  padding: 22px 22px 20px 24px;
  transition:
    background-color .25s ease,
    transform .25s ease,
    border-color .25s ease;
}

.trustMiniCard:hover{
  background: rgba(255,204,51,.96);
  border-left-color:#fff;
  transform: translateY(-3px);
}

.trustMiniCard h3{
  margin:0 0 10px;
  color:#fff;
  font-size: 12px;
  letter-spacing: .20em;
  text-transform: uppercase;
  font-weight: 900;
  transition: color .25s ease;
}

.trustMiniCard p{
  margin:0;
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  transition: color .25s ease;
}

.trustMiniCard:hover h3,
.trustMiniCard:hover p{
  color:#000;
}

@media (max-width: 980px){
  .trustStrip{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .trustStrip__left .h2{
    max-width: none;
  }
}

@media (max-width: 640px){
  #trust-strip.section.section--dark{
    padding-top: 82px;
    padding-bottom: 96px;
  }

  .trustMiniCard{
    padding: 20px 18px 18px 20px;
  }
}


/* =========================================================
   LEAVE A REVIEW
========================================================= */

#leave-review.section.section--alt{
  background:#181818;
  padding-top: 98px;
  padding-bottom: 110px;
  position: relative;
}

.leaveReview{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items:center;
}

.leaveReview__content .h2{
  margin-bottom: 16px;
  max-width: 14ch;
}

.leaveReview__content .muted{
  max-width: 640px;
}

.leaveReview__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 14px;
  margin-top: 28px;
}

.leaveReview__media{
  position:relative;
}

.leaveReview__media::before{
  content:"";
  position:absolute;
  left: -22px;
  top: -22px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,204,51,.30);
  pointer-events:none;
}

.leaveReview__img{
  width:100%;
  height: 540px;
  object-fit:cover;
  display:block;
  filter: grayscale(1);
  transition: filter .6s ease, transform .6s ease;
}

.leaveReview__media:hover .leaveReview__img{
  filter: grayscale(0);
  transform: scale(1.01);
}

@media (max-width: 1100px){
  .leaveReview{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .leaveReview__content .h2{
    max-width: none;
  }

  .leaveReview__img{
    height: 420px;
  }
}

@media (max-width: 640px){
  #leave-review.section.section--alt{
    padding-top: 84px;
    padding-bottom: 96px;
  }

  .leaveReview__media::before{
    display:none;
  }

  .leaveReview__img{
    height: 340px;
  }

  .leaveReview__actions{
    flex-direction:column;
  }

  .leaveReview__actions .btn{
    width:100%;
  }
}


/* =========================================================
   FAQ
   - ajustado para ficar mais próximo do print 2
   - letras menores, métricas mais compactas
========================================================= */

#reviews-faq.section.section--dark{
  background:#0a0a0a;
  padding-top: 96px;
  padding-bottom: 104px;
  position: relative;
}

#reviews-faq .container{
  max-width: 1320px;
}

#reviews-faq .faqShell{
  display:grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 56px;
  align-items:start;
}

#reviews-faq .faqIntro{
  max-width: 320px;
  position: sticky;
  top: 110px;
}

#reviews-faq .faqIntro .kicker{
  margin-bottom: 16px;
}

#reviews-faq .faqIntro .h2{
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  font-style: italic;
  max-width: 7.5ch;
}

#reviews-faq .faqIntro .muted{
  margin: 0 0 28px;
  max-width: 18ch;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.65;
}

#reviews-faq .faqSupportLink{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  text-decoration:none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition:
    color .22s ease,
    border-color .22s ease,
    transform .22s ease;
}

#reviews-faq .faqSupportLink:hover{
  color:#fff;
  border-color:#fff;
  transform: translateY(-1px);
}

#reviews-faq .faqList{
  width:100%;
  max-width: none;
  margin: 0;
}

#reviews-faq .faqItem{
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0;
  margin: 0;
}

#reviews-faq .faqQ{
  width:100%;
  display:grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items:center;
  padding: 20px 0;
  border:0;
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
  font: inherit;
}

#reviews-faq .faqQ__text{
  display:block;
  color:#fff;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

#reviews-faq .faqIcon{
  display:grid;
  place-items:center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  color: rgba(255,255,255,.72);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  transition:
    color .22s ease,
    transform .22s ease;
}

#reviews-faq .faqItem:hover .faqIcon,
#reviews-faq .faqItem.is-open .faqIcon{
  color: var(--accent);
}

#reviews-faq .faqA{
  overflow:hidden;
  max-height:0;
  transition: max-height .34s ease;
}

#reviews-faq .faqA__inner{
  padding: 0 40px 18px 0;
}

#reviews-faq .faqA p{
  margin:0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.7;
  max-width: 920px;
}

#reviews-faq::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255,204,51,0),
    rgba(245,158,11,.95),
    rgba(255,204,51,0)
  );
  box-shadow: 0 8px 18px rgba(245,158,11,.18);
  pointer-events:none;
  z-index: 2;
}

@media (max-width: 1180px){
  #reviews-faq .faqShell{
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 42px;
  }

  #reviews-faq .faqIntro .h2{
    font-size: clamp(32px, 4.2vw, 48px);
  }

  #reviews-faq .faqQ__text{
    font-size: clamp(16px, 1.8vw, 21px);
  }
}

@media (max-width: 980px){
  #reviews-faq.section.section--dark{
    padding-top: 82px;
    padding-bottom: 92px;
  }

  #reviews-faq .faqShell{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #reviews-faq .faqIntro{
    position: static;
    top: auto;
    max-width: none;
  }

  #reviews-faq .faqIntro .h2{
    max-width: none;
    margin-bottom: 18px;
  }

  #reviews-faq .faqIntro .muted{
    max-width: 34ch;
    margin-bottom: 22px;
  }
}

@media (max-width: 640px){
  #reviews-faq.section.section--dark{
    padding-top: 74px;
    padding-bottom: 84px;
  }

  #reviews-faq .faqShell{
    gap: 24px;
  }

  #reviews-faq .faqIntro .h2{
    font-size: clamp(30px, 11vw, 44px);
    line-height: .95;
  }

  #reviews-faq .faqIntro .muted{
    font-size: 15px;
    line-height: 1.6;
    max-width: none;
  }

  #reviews-faq .faqSupportLink{
    font-size: 12px;
  }

  #reviews-faq .faqQ{
    gap: 12px;
    padding: 18px 0;
  }

  #reviews-faq .faqQ__text{
    font-size: 15px;
    line-height: 1.26;
    letter-spacing: -.01em;
  }

  #reviews-faq .faqIcon{
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 22px;
  }

  #reviews-faq .faqA__inner{
    padding: 0 4px 18px 0;
  }

  #reviews-faq .faqA p{
    font-size: 14px;
    line-height: 1.68;
  }
}


/* =========================================================
   DIVIDERS / FLOW BETWEEN SECTIONS
   - alinhados no bottom da seção anterior
   - evita deslocamento visual
========================================================= */

#reputation::after,
#featured-review::after,
#why-recommended::after,
#reviews-feed::after,
#trust-strip::after,
#leave-review::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255,204,51,0),
    rgba(245,158,11,.95),
    rgba(255,204,51,0)
  );
  box-shadow: 0 8px 18px rgba(245,158,11,.18);
  pointer-events:none;
  z-index: 2;
}


/* =========================================================
   ACCESSIBILITY / MOTION
========================================================= */

@media (prefers-reduced-motion: reduce){
  .reviewStatCard,
  .reviewPill,
  .featuredReview__img,
  #why-recommended .cred__icon,
  .reviewCard,
  .reviewCard__avatar,
  .trustMiniCard,
  .leaveReview__img,
  #reviews-faq .faqIcon,
  #reviews-faq .faqA{
    transition: none !important;
  }
}
/* =========================================================
   HERO FIX — centralizar conteúdo e remover seta
========================================================= */

#pageHero.hero--reviews{
  min-height: 52vh !important;
}

#pageHero.hero--reviews .hero__content{
  min-height: 52vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

#pageHero.hero--reviews .reveal{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#pageHero.hero--reviews .serviceHeroTitle{
  width: 100%;
  margin: 0 auto 18px;
  text-align: center;
}

#pageHero.hero--reviews .serviceHeroHeading{
  margin: 0 0 14px;
  text-align: center;
}

#pageHero.hero--reviews .hero__line{
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

#pageHero.hero--reviews .serviceHeroSubline{
  margin: 0 auto 22px;
  text-align: center;
  max-width: 900px;
}

#pageHero.hero--reviews .serviceHeroActions{
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}

#pageHero.hero--reviews .serviceHeroActions .btn{
  flex: 0 0 auto;
}

#pageHero.hero--reviews .hero__scroll{
  display: none !important;
}

@media (max-width: 980px){
  #pageHero.hero--reviews{
    min-height: 46vh !important;
  }

  #pageHero.hero--reviews .hero__content{
    min-height: 46vh !important;
  }
}

@media (max-width: 640px){
  #pageHero.hero--reviews{
    min-height: 42vh !important;
  }

  #pageHero.hero--reviews .hero__content{
    min-height: 42vh !important;
  }

  #pageHero.hero--reviews .serviceHeroActions{
    flex-direction: column;
    width: 100%;
    max-width: 420px;
  }

  #pageHero.hero--reviews .serviceHeroActions .btn{
    width: 100%;
  }
}
/* =========================================================
   REPUTATION CARDS — mais "gordinhos" lateralmente
========================================================= */

#reputation .container{
  max-width: 1420px;
}

.reviewStatsGrid{
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 22px;
}

.reviewStatCard{
  min-height: 250px;
  padding: 30px 26px 28px;
}

@media (max-width: 1280px){
  #reputation .container{
    max-width: 1240px;
  }

  .reviewStatsGrid{
    grid-template-columns: repeat(4, minmax(240px, 1fr));
  }
}

@media (max-width: 1100px){
  .reviewStatsGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .reviewStatsGrid{
    grid-template-columns: 1fr;
  }

  .reviewStatCard{
    min-height: 0;
    padding: 24px 20px 22px;
  }
}


/* =========================================================
   LEAVE REVIEW ACTIONS
   - desktop: esconder CALL US
   - mobile: esconder REQUEST A QUOTE
========================================================= */

/* desktop */
@media (min-width: 641px){
  #leave-review .leaveReview__actions .btn--ghost{
    display: none !important;
  }
}

/* mobile */
@media (max-width: 640px){
  #leave-review .leaveReview__actions .btn--white{
    display: none !important;
  }

  #leave-review .leaveReview__actions{
    max-width: 420px;
  }
}
/* =========================================================
   HERO MOBILE FIX — REVIEWS
   - mesmas métricas do ABOUT mobile
========================================================= */

@media (max-width: 768px){

  #pageHero.hero--reviews{
    min-height: 74vh !important;
  }

  #pageHero.hero--reviews .hero__bg,
  #pageHero.hero--reviews .hero__bgVideo,
  #pageHero.hero--reviews .hero__overlay,
  #pageHero.hero--reviews .hero__content{
    min-height: 74vh !important;
  }

  #pageHero.hero--reviews .hero__content{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding-top: 86px !important;
    padding-bottom: 34px !important;
  }

  #pageHero.hero--reviews .reveal{
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }

  /* mesmas métricas do about */
  #pageHero.hero--reviews .serviceHeroTitle{
    text-align: center;
    margin-top: 82px;
    margin-bottom: 18px;
    padding-inline: 8px;
    width: 100%;
  }

  #pageHero.hero--reviews .serviceHeroHeading{
    margin: 0;
    gap: 4px;
    line-height: 1;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  #pageHero.hero--reviews .hero__line{
    display:block;
    font-weight: 900;
    line-height: .95;
  }

  #pageHero.hero--reviews .hero__line--top{
    display:flex !important;
    align-items:baseline !important;
    justify-content:center !important;
    gap: 8px !important;
    flex-wrap:wrap !important;
    width: 100%;
  }

  #pageHero.hero--reviews .serviceHeroWord{
    font-size: clamp(1.6rem, 9vw, 2.2rem) !important;
    line-height: .9 !important;
  }

  #pageHero.hero--reviews .serviceHeroAccent{
    font-size: clamp(1.6rem, 9vw, 2.2rem) !important;
    line-height: .9 !important;
  }

  #pageHero.hero--reviews .serviceHeroSubline{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: clamp(.72rem, 2.8vw, .9rem) !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
    padding-inline: 4px;
    max-width: 520px;
    text-transform: uppercase;
    font-weight: 800;
  }

  #pageHero.hero--reviews .serviceHeroActions{
    margin-top: 14px;
    width: 100%;
    max-width: 560px;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap: 12px !important;
  }

  /* CTAs menores, no padrão visual do about */
  #pageHero.hero--reviews .serviceHeroActions .btn{
    width: 100%;
    max-width: 560px;
    min-height: 0;
    padding: 18px 20px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }

  #pageHero.hero--reviews .hero__scroll{
    display:none !important;
  }
}

@media (max-width: 560px){
  #pageHero.hero--reviews{
    min-height: 70vh !important;
  }

  #pageHero.hero--reviews .hero__bg,
  #pageHero.hero--reviews .hero__bgVideo,
  #pageHero.hero--reviews .hero__overlay,
  #pageHero.hero--reviews .hero__content{
    min-height: 70vh !important;
  }

  #pageHero.hero--reviews .hero__content{
    padding-top: 78px !important;
    padding-bottom: 28px !important;
  }

  #pageHero.hero--reviews .serviceHeroActions{
    max-width: 420px;
    gap: 10px !important;
  }

  #pageHero.hero--reviews .serviceHeroActions .btn{
    max-width: 100%;
    padding: 16px 18px !important;
  }
}