/* ============================================================
   MY VTC GO — avis.css
   Styles de la section avis clients et badge Google
   ============================================================ */

/* ===== AVIS ===== */
.google-score-badge { display: block; width: 130px; margin: 0 auto 40px; text-decoration: none; transition: transform .3s; }
.google-score-badge:hover { transform: translateY(-3px); }
.gsb-inner { background: #fff; border-radius: 14px 14px 14px 14px; padding: 14px 16px 12px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
.gsb-score { font-size: 28px; font-weight: 700; color: #1a1a1a; line-height: 1; font-family: Arial, sans-serif; }
.gsb-label { font-size: 11px; font-weight: 600; color: #444; font-family: Arial, sans-serif; }
.gsb-stars { font-size: 16px; color: #FBBC05; letter-spacing: 1px; line-height: 1; }
.gsb-logo { margin-top: 4px; }
.gsb-notch { width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 14px solid #fff; margin: 0 auto; filter: drop-shadow(0 4px 4px rgba(0,0,0,0.15)); }
.avis-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.avis-card { padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.avis-card-header { display: flex; align-items: center; gap: 10px; }
.avis-avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(192,192,192,0.10); border: 1px solid rgba(192,192,192,0.20); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #C0C0C0; flex-shrink: 0; }
.avis-meta { flex: 1; min-width: 0; }
.avis-name { font-size: 13px; font-weight: 600; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.avis-sub { font-size: 10px; color: rgba(255,255,255,0.62); margin-top: 1px; }
.avis-google-badge { flex-shrink: 0; opacity: .8; }
.avis-stars { font-size: 15px; color: #FBBC05; letter-spacing: 2px; line-height: 1; }
.avis-text { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.75; font-style: italic; }
.avis-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--g-border); }
.avis-date { font-size: 10px; color: rgba(255,255,255,0.62); }
.avis-link { font-size: 10px; color: #C0C0C0; font-weight: 600; transition: color var(--t); }
.avis-link:hover { color: #D4D4D4; }
.avis-cta { text-align: center; }
.btn-google { display: inline-flex; align-items: center; gap: 8px; background: var(--g-bg); border: 1px solid var(--g-border); color: var(--white); font-weight: 600; font-size: 13px; padding: 12px 24px; border-radius: var(--r-xl); backdrop-filter: var(--g-blur); transition: var(--t); }
.btn-google:hover { background: var(--g-bg-mid); border-color: var(--g-border-hi); transform: translateY(-2px); }