/* V15 — preuve Google client, chargée sous la ligne de flottaison. */

.home-google-live-v14 .google-live-v14 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(430px, 1.18fr);
  gap: 0;
  max-width: 1440px;
  margin: 34px auto 48px;
  overflow: hidden;
  border: 1px solid rgba(203, 170, 88, 0.42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 185, 102, 0.14), transparent 36%),
    linear-gradient(135deg, #0b2518 0%, #061a11 100%);
  box-shadow: 0 26px 70px rgba(5, 22, 14, 0.22);
  color: #fffaf0;
}

.home-google-live-v14 .google-live-v14::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.home-google-live-v14 .google-live-v14__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(30px, 4vw, 62px);
}

.home-google-live-v14 .google-live-v14__copy .eyebrow {
  margin: 0 0 20px;
  color: #e8cc80;
}

.home-google-live-v14 .google-live-v14__copy h3 {
  max-width: 10ch;
  margin: 0;
  color: #fffaf0;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2.5rem, 4.6vw, 5.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.home-google-live-v14 .google-live-v14__copy > p:not(.eyebrow) {
  max-width: 48ch;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  line-height: 1.65;
}

.home-google-live-v14 .google-live-v14__status {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 22px;
  color: rgba(255, 250, 240, 0.74);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-google-live-v14 .google-live-v14__status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58d68d;
  box-shadow: 0 0 14px rgba(88, 214, 141, 0.72);
}

.home-google-live-v14 .google-live-v14__status .google-live-v14__stars {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #f3d679;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.home-google-live-v14 .google-live-v14__status strong {
  color: #fff7dc;
  font-weight: 800;
}

.home-google-live-v14 .google-live-v14__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.home-google-live-v14 .google-live-v14__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(232, 204, 128, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff4d5;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-google-live-v14 .google-live-v14__actions a:hover,
.home-google-live-v14 .google-live-v14__actions a:focus-visible {
  border-color: rgba(232, 204, 128, 0.9);
  background: rgba(232, 204, 128, 0.14);
  transform: translateY(-2px);
}

.home-google-live-v14 .google-live-v14__copy > small {
  max-width: 48ch;
  margin-top: 18px;
  color: rgba(255, 250, 240, 0.48);
  font-size: 0.68rem;
  line-height: 1.45;
}

.home-google-live-v14 .google-live-v14__frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(232, 204, 128, 0.15), transparent 34%),
    linear-gradient(145deg, #142d20, #081d13);
}

.home-google-live-v14 .google-live-v14__frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.86) contrast(1.02);
  opacity: 0;
  transition: opacity 260ms ease;
}

.home-google-live-v14 .google-live-v14__frame.is-loaded iframe {
  opacity: 1;
}

.home-google-live-v14 .google-live-v14__consent {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(470px, calc(100% - 52px));
  flex-direction: column;
  align-items: center;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(232, 204, 128, 0.32);
  border-radius: 22px;
  background: rgba(4, 23, 14, 0.74);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  color: #fffaf0;
  text-align: center;
  backdrop-filter: blur(14px);
}

.home-google-live-v14 .google-live-v14__frame.is-loaded .google-live-v14__consent {
  display: none;
}

.home-google-live-v14 .google-live-v14__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(232, 204, 128, 0.55);
  border-radius: 50%;
  color: #f0d68e;
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

.home-google-live-v14 .google-live-v14__consent strong {
  max-width: 16ch;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 400;
  line-height: 1.02;
}

.home-google-live-v14 .google-live-v14__consent p {
  max-width: 43ch;
  margin: 17px 0 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.84rem;
  line-height: 1.55;
}

.home-google-live-v14 .google-live-v14__consent button {
  min-height: 48px;
  margin-top: 22px;
  padding: 12px 22px;
  border: 1px solid #e8cc80;
  border-radius: 999px;
  background: #e8cc80;
  color: #0b2518;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: filter 180ms ease, transform 180ms ease;
}

.home-google-live-v14 .google-live-v14__consent button:hover,
.home-google-live-v14 .google-live-v14__consent button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.home-google-live-v14 .google-live-v14__consent > a {
  margin-top: 14px;
  color: rgba(255, 250, 240, 0.66);
  font-size: 0.72rem;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .home-google-live-v14 .google-live-v14 {
    grid-template-columns: 1fr;
    margin-inline: 18px;
    border-radius: 20px;
  }

  .home-google-live-v14 .google-live-v14__copy {
    min-height: 0;
    padding: 38px 25px 34px;
  }

  .home-google-live-v14 .google-live-v14__copy h3 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .home-google-live-v14 .google-live-v14__frame {
    min-height: 380px;
  }
}

@media (max-width: 520px) {
  .home-google-live-v14 .google-live-v14__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-google-live-v14 .google-live-v14__actions a {
    width: 100%;
  }

  .home-google-live-v14 .google-live-v14__frame {
    min-height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-google-live-v14 .google-live-v14__actions a,
  .home-google-live-v14 .google-live-v14__consent button,
  .home-google-live-v14 .google-live-v14__frame iframe {
    transition: none !important;
    transform: none !important;
  }
}
