.customer-reviews {
  overflow: hidden;
  background: linear-gradient(160deg, #f8fbff 0%, #edf6ff 55%, #fff 100%);
}

.review-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: -42px 0 34px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(120deg, #072b50, #07599c 55%, #043a6d);
  box-shadow: 0 14px 32px rgba(3, 43, 78, .18);
}

.review-proof-item {
  min-width: 0;
  min-height: 112px;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.review-proof-item:last-child { border: 0; }
.review-proof-item > span { display: flex; min-width: 0; flex-direction: column; }
.review-proof-item strong { display: flex; align-items: center; gap: 10px; font-size: 1.45rem; line-height: 1; }
.review-proof-item strong i { color: #f5be26; font-size: 1rem; font-style: normal; letter-spacing: 2px; }
.review-proof-item > b,
.review-proof-item span > b { font-size: .75rem; }
.review-proof-item small { color: #c8d9e7; font-size: .65rem; }
.review-proof-google > img { width: 52px; height: 52px; object-fit: contain; }
.review-proof-trust > svg { width: 48px; height: 48px; padding: 8px; border-radius: 50%; color: #fff; background: #1da6e9; }
.review-proof-trust strong { font-size: 1.45rem; }
.review-proof-bbb { flex-direction: column; gap: 5px; text-align: center; }
.review-bbb-seal img { width: 170px; height: auto; }
.review-proof-bbb span { align-items: center; }

.customer-reviews-head { margin: 0 auto 25px; text-align: center; }
.customer-reviews-head > p { margin: 0; color: #526b82; font-size: .7rem; font-weight: 800; letter-spacing: .3em; }
.customer-reviews-head h2 { margin: 6px 0 4px; color: #07284a; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.1; }
.customer-reviews-head h2 em { color: #087fe8; font-style: normal; }
.customer-reviews-head > span { color: #506172; font-size: .82rem; }

.review-carousel-shell { position: relative; }
.customer-review-track {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  grid-auto-rows: 1fr;
  align-items: stretch;
  justify-content: start;
  gap: 20px;
  padding: 8px 4px 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.customer-review-track::-webkit-scrollbar { display: none; }
.customer-review-track[data-review-count="1"] { grid-auto-columns: min(100%, 420px); justify-content: center; overflow: visible; }

.customer-review-track .google-review-card,
.customer-review-placeholder {
  position: relative;
  grid-column: auto;
  width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 22px;
  border: 1px solid #dce7f0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 48, 82, .08);
  scroll-snap-align: start;
}

.customer-review-track .google-review-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  color: #263849;
}

.customer-review-track .google-review-card .google-review-source {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.customer-review-track .google-review-author { min-height: 48px; padding-right: 34px; }
.customer-review-track .google-review-author img,
.customer-review-track .google-review-avatar { width: 48px; height: 48px; flex-basis: 48px; }
.customer-review-track .google-review-card .google-review-author-meta a { color: #082b4d; font-size: .76rem; }
.customer-review-track .google-review-card .google-review-author-meta time { color: #778898; font-size: .62rem; }
.customer-review-track .google-review-card > i { margin: 2px 0 0; color: #f5b90b; font-size: 1rem; font-style: normal; letter-spacing: 3px; }
.customer-review-track .google-review-card > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #33495d;
  font-size: .75rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.customer-review-track .google-review-translation { margin-top: auto; color: #738596; font-size: .58rem; }

.customer-review-placeholder { overflow: hidden; }
.customer-review-placeholder div { display: flex; gap: 12px; }
.customer-review-placeholder div span:first-child { width: 48px; height: 48px; border-radius: 50%; background: #e7eff5; }
.customer-review-placeholder div span:last-child { width: 42%; height: 13px; margin-top: 8px; border-radius: 8px; background: #e7eff5; }
.customer-review-placeholder i,
.customer-review-placeholder p {
  display: block;
  height: 12px;
  margin: 14px 0;
  border-radius: 7px;
  background: linear-gradient(90deg, #e6eef5, #f6f9fb, #e6eef5);
  background-size: 200% 100%;
  animation: none;
}
.customer-review-placeholder i { width: 38%; margin-top: 22px; }
.customer-review-placeholder p:nth-last-child(2) { width: 88%; }
.customer-review-placeholder p:last-child { width: 68%; }

.review-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #075fae;
  background: #e3f1fd;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(3, 55, 96, .13);
  transform: translateY(-50%);
}
.review-carousel-arrow:disabled { opacity: .35; cursor: default; }
.review-carousel-prev { left: -22px; }
.review-carousel-next { right: -22px; }
.review-carousel-dots { display: flex; justify-content: center; gap: 0; margin-top: 4px; }
.review-carousel-dot {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
}
.review-carousel-dot::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #aabfce;
}
.review-carousel-dot.active::before { background: #0669bc; }

.customer-review-actions { display: flex; justify-content: center; gap: 16px; margin-top: 20px; }
.customer-google-button { min-width: 280px; color: #fff; background: linear-gradient(145deg, #0c95ef, #0768c8); box-shadow: 0 8px 20px rgba(8, 121, 232, .24); }
.customer-google-button img { width: 23px; height: 23px; object-fit: contain; }
.customer-call-button { min-width: 220px; border: 1px solid #168ee8; color: #fff; background: #061e35; }
.customer-call-button svg { color: #24a8f7; }

@media (max-width: 900px) {
  .review-proof { grid-template-columns: 1fr 1fr; margin-top: -28px; }
  .review-proof-item:nth-child(2) { border-right: 0; }
  .review-proof-bbb { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, .25); }
  .customer-review-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
  .customer-review-track[data-review-count="1"] { grid-auto-columns: min(100%, 420px); justify-content: center; overflow: visible; }
}

@media (max-width: 620px) {
  .review-proof {
    grid-template-columns: 1fr;
    align-items: stretch;
    border-radius: 12px;
  }
  .review-proof-item {
    min-height: 154px;
    padding: 25px 20px;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    text-align: center;
  }
  .review-proof-item > span {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .review-proof-item strong {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 7px;
  }
  .review-proof-item small {
    line-height: 1.5;
    text-align: center;
  }
  .review-proof-google > img,
  .review-proof-trust > svg { flex: 0 0 auto; }
  .review-proof-trust strong { font-size: clamp(1.3rem, 7vw, 1.65rem); }
  .review-proof-trust #reviews-status {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 4px;
  }
  .review-proof-trust #reviews-status .google-review-link { margin-top: 0; }
  .review-proof-bbb {
    grid-column: auto;
    min-height: 174px;
    border-top: 0;
  }
  .review-bbb-seal,
  .review-bbb-seal a { display: flex; justify-content: center; width: 100%; }
  .review-bbb-seal img { max-width: min(190px, 100%); }
  .customer-review-track,
  .customer-review-track[data-review-count="1"] { grid-auto-columns: 100%; }
  .review-carousel-prev { left: -8px; }
  .review-carousel-next { right: -8px; }
  .customer-review-actions { flex-direction: column; }
  .customer-review-actions .btn { width: 100%; min-width: 0; }
  .customer-reviews-head > span { display: block; padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .customer-review-placeholder i,
  .customer-review-placeholder p { animation: none; }
  .customer-review-track { scroll-behavior: auto; }
}

.google-review-original{display:inline-block;font-size:.7rem;color:#0669bc;text-decoration:underline;text-underline-offset:3px}
