/* ===== Reviews (Elfsight) ===== */
:root{
  --re-ink: #0f172a;
  --re-muted: #475569;
  --re-bg: #ffffff;
  --re-dark: #0e1113;
  --re-card: rgba(255,255,255,.72);
  --re-border: rgba(0,0,0,.08);
  --re-card-dark: rgba(255,255,255,.06);
  --re-border-dark: rgba(255,255,255,.14);
  --re-accent: #F4B41A;
}

.ea-reviews-elf{ position:relative; padding: clamp(32px, 7vw, 80px) 0; overflow:hidden; }
.ea-reviews-elf--light{ background: var(--re-bg); color: var(--re-ink); }
.ea-reviews-elf--dark{ background: var(--re-dark); color: #e9eef3; }
.ea-reviews-elf--beige{ background: linear-gradient(180deg, rgba(181,150,120,.10), rgba(181,150,120,.18)); }
.ea-reviews-elf.has-bg .ea-revelf__bg{ position:absolute; inset:0; background-size:cover; background-position:center; }
.ea-reviews-elf.has-bg .ea-revelf__bg-overlay{ position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.25)); }
.ea-revelf__wrap.container{ max-width: 1200px; margin:0 auto; padding: 0 16px; position:relative; z-index:2; }

.ea-revelf__head{ text-align:center; margin-bottom: clamp(16px, 4vw, 28px); }
.ea-revelf__eyebrow{ font-size:12px; letter-spacing:.18em; text-transform:uppercase; opacity:.8; margin-bottom:6px; }
.ea-revelf__title{ margin:0 0 8px; font-size: clamp(22px, 4.6vw, 38px); line-height:1.16;color:#6f5854; }
.ea-revelf__intro{ max-width: 760px; margin: 0 auto; color: #474747 !important; }
.ea-reviews-elf--dark .ea-revelf__intro{ color:#cfd6dd; }

/* Card wrapper rond elfsight widget */
.ea-revelf__card{ border-radius: 16px; padding: clamp(10px, 2.6vw, 16px); }
.ea-revelf__card--clean{ padding: 0; background: transparent; border: 0; }
.ea-revelf__card--glass{ background: var(--re-card); border:1px solid var(--re-border); backdrop-filter: blur(8px); }
.ea-reviews-elf--dark .ea-revelf__card--glass{ background: var(--re-card-dark); border-color: var(--re-border-dark); }
.ea-revelf__card--panel{
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.75));
  border:1px solid var(--re-border);
}
.ea-reviews-elf--dark .ea-revelf__card--panel{
  background: rgba(255,255,255,.08); border-color: var(--re-border-dark);
}

/* Placeholder */
.ea-revelf__placeholder{ padding: 48px; text-align:center; border-radius: 16px; border:1px dashed var(--re-border); color: var(--re-muted); }
.ea-reviews-elf--dark .ea-revelf__placeholder{ border-color: var(--re-border-dark); color: #cfd6dd; }

/* CTA */
.ea-revelf__cta{ display:flex; justify-content:center; margin-top: clamp(16px, 4vw, 22px); }
.ea-btn{ display:inline-flex; align-items:center; justify-content:center; height:44px; padding:0 18px; border-radius:999px; text-decoration:none; font-weight:700; }
.ea-btn--ghost{ border:1.5px solid rgba(0,0,0,.22); color: inherit; }
.ea-reviews-elf--dark .ea-btn--ghost{ border-color: rgba(255,255,255,.28); }
