/* Google Reviews - MSC Educação */
.google-reviews-section{padding:72px 0;background:#f6f8fc}
.google-reviews-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:34px}
.google-reviews-heading>div>span{color:#6941c6;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.google-reviews-heading h2{margin:8px 0;color:#0b1730;font-size:clamp(30px,4vw,48px)}
.google-reviews-heading p{margin:0;color:#536079;font-size:18px}
.google-rating-summary{min-width:220px;padding:20px 24px;border-radius:18px;background:#fff;box-shadow:0 12px 36px rgba(8,20,38,.09);text-align:center}
.google-rating-summary strong{display:block;color:#0b1730;font-size:34px}
.google-stars{color:#f8b400;letter-spacing:2px}
.google-rating-summary small{display:block;margin-top:6px;color:#536079}
.google-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.google-review-card{padding:26px;border:1px solid #e2e7ef;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(8,20,38,.06)}
.google-review-top{display:flex;gap:14px;align-items:center;margin-bottom:18px}
.google-review-top img,.google-review-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}
.google-review-avatar{display:inline-flex;align-items:center;justify-content:center;background:#0b1730;color:#fff;font-weight:800}
.google-review-card h3{margin:0 0 4px;color:#0b1730;font-size:17px}
.google-review-card p{margin:0;color:#3d4961;line-height:1.65}
.google-reviews-actions{margin-top:32px;text-align:center}
@media(max-width:980px){.google-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.google-reviews-section{padding:48px 0}.google-reviews-heading{display:block}.google-rating-summary{margin-top:24px}.google-reviews-grid{grid-template-columns:1fr}}
