/* ============================================
   Google Reviews — Hero Widget, Banner & Testimonials
   ============================================ */

/* --- Hero Google Widget (Imposant) --- */
.hero__google-widget {
  display: inline-flex;
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.hero__google-widget:hover {
  transform: translateY(-3px);
}
.hero__google-widget:hover .hero__google-widget-inner {
  border-color: rgba(251,188,5,0.5);
  box-shadow: 0 8px 32px rgba(251,188,5,0.2);
}
.hero__google-widget-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 60px;
  transition: all 0.3s ease;
}
.hero__google-widget-icon {
  flex-shrink: 0;
}
.hero__google-widget-score {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.hero__google-widget-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: var(--white);
  line-height: 1;
}
.hero__google-widget-max {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}
.hero__google-widget-stars {
  display: flex;
  gap: 2px;
}
.hero__google-widget-count {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,0.2);
}

/* --- Google Reviews Banner --- */
.google-reviews-banner {
  background: linear-gradient(135deg, var(--white) 0%, var(--sable) 100%);
  border-bottom: 1px solid rgba(27,73,101,0.08);
  padding: 16px 0;
  position: relative;
  z-index: 10;
}
.google-reviews-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.google-reviews-banner__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.google-reviews-banner__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.google-reviews-banner__note {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--calanque);
  line-height: 1;
}
.google-reviews-banner__max {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
}
.google-reviews-banner__stars {
  display: flex;
  gap: 2px;
}
.google-reviews-banner__count {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.google-reviews-banner__count strong {
  color: var(--calanque);
}
.google-reviews-banner__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.google-reviews-banner__snippets {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.google-reviews-banner__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  background: rgba(19,153,214,0.08);
  border-radius: 20px;
  font-size: 0.78rem;
  color: var(--calanque);
  white-space: nowrap;
}
.google-reviews-banner__tag strong {
  color: var(--accent);
  font-weight: 700;
}
.google-reviews-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
.google-reviews-banner__link:hover {
  color: var(--accent-dark);
}

/* --- Testimonials Google Summary --- */
.testimonials__google-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 16px 32px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.12);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.testimonials__google-note {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: var(--white);
  line-height: 1;
}
.testimonials__google-stars {
  display: flex;
  gap: 2px;
}
.testimonials__google-count {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  margin-left: 8px;
}

/* --- Testimonial Card Google Badge --- */
.testimonial-card__google-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}
.testimonial-card {
  position: relative;
}

/* --- Testimonials Google CTA --- */
.testimonials__google-cta {
  text-align: center;
  margin-top: 32px;
}
.testimonials__google-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-xl);
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.testimonials__google-link:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* --- Partners Logo Images --- */
.partners__logo-img {
  max-height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.3s ease;
}
.partners__logo:hover .partners__logo-img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .hero__google-widget-inner {
    padding: 10px 18px;
    gap: 10px;
  }
  .hero__google-widget-number {
    font-size: 1.5rem;
  }
  .hero__google-widget-stars svg {
    width: 16px;
    height: 16px;
  }
  .hero__google-widget-count {
    font-size: 0.75rem;
    padding-left: 10px;
  }
  .hero__google-widget-icon {
    width: 24px;
    height: 24px;
  }
  .google-reviews-banner__inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .google-reviews-banner__left {
    flex-direction: column;
    gap: 8px;
  }
  .google-reviews-banner__right {
    flex-direction: column;
    gap: 12px;
  }
  .google-reviews-banner__snippets {
    justify-content: center;
  }
  .google-reviews-banner__tag {
    font-size: 0.72rem;
    padding: 3px 10px;
  }
  .testimonials__google-summary {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 20px;
    gap: 8px;
  }
  .testimonials__google-note {
    font-size: 1.5rem;
  }
  .partners__logo-img {
    max-height: 36px;
    max-width: 100px;
  }
}
