/* Compact Google badge and review cards, matching the original blue/gold site. */
.hero-google-rating {
    margin: .25rem 0 1.25rem;
}
.google-top-rated {
    display: inline-flex;
    align-items: stretch;
    max-width: 100%;
    background: #fff;
    color: #172337;
    border: 1px solid #a08341;
    border-radius: 24px;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 3px 8px #17233712;
    overflow: hidden;
}
.google-top-rated:hover { box-shadow: 0 4px 14px #17233726; }
.google-top-rated__logo { display: flex; align-items: center; padding: 15px; border-right: 1px solid #a08341; }
.google-top-rated__logo img { display: block; width: 48px; height: 48px; }
.google-top-rated__body { display: flex; flex-direction: column; gap: 2px; padding: 11px 16px; }
.google-top-rated__score { display: flex; align-items: center; gap: 9px; }
.google-top-rated__score b, .google-top-rated__body strong { font-size: 14px; line-height: 1.4; }
.google-top-rated__body small { font-size: 11px; line-height: 1.5; color: #4b5563; }
.google-review-stars { color: #e6a900; font: 22px/1.25 Arial, sans-serif; letter-spacing: -1px; white-space: nowrap; }
.google-reviews { color: #172337; }
.google-reviews .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.google-reviews__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid var(--gold);
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 2px 5px #1723370a;
}
.google-reviews__brand { display: inline-flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 500; }
.google-reviews__brand img { display: block; }
.google-reviews__total { white-space: nowrap; }
.google-reviews__link {
    margin-left: auto;
    padding: 8px 16px;
    border: 1px solid var(--gold);
    border-radius: 25px;
    color: #172337;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.google-reviews__link:hover { background: #f7f1e5; }
.google-reviews__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.google-review-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--gold);
    border-radius: 24px;
    box-shadow: 0 3px 8px #1723370c;
}
.google-review-card__author { display: flex; align-items: center; gap: 10px; width: 100%; margin-bottom: 16px; }
.google-review-card__avatar { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; background: #e9eff9; color: #264f88; border-radius: 50%; font-size: 12px; font-weight: 700; }
.google-review-card__author > div { min-width: 0; flex: 1; }
.google-review-card__author h3 { margin: 0; color: #172337; font: 700 13px/1.45 'Montserrat', sans-serif; overflow-wrap: anywhere; }
.google-review-card__author time { font-size: 11px; color: #687080; }
.google-review-card__author > img { flex-shrink: 0; }
.google-review-card blockquote { margin: 10px 0 20px; font-size: 14px; line-height: 1.75; }
.google-review-card > a { margin-top: auto; color: #5d6470; font-size: 12px; text-underline-offset: 3px; }
.google-reviews__updated { margin: 16px 0 0; color: #61718a; font-size: 11px; line-height: 1.65; }
.google-reviews__updated a { color: inherit; text-underline-offset: 3px; }
.google-reviews a:focus-visible, .google-top-rated:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
@media (max-width: 900px) {
    .google-reviews__cards { grid-template-columns: 1fr; }
    .google-review-card { padding: 20px; }
    .google-review-card blockquote { margin-bottom: 16px; }
}
@media (max-width: 620px) {
    .hero-google-rating { text-align: center; }
    .google-reviews__summary { justify-content: center; gap: 8px 12px; padding: 18px 14px; }
    .google-reviews__brand { flex-basis: 100%; justify-content: center; }
    .google-reviews__link { margin: 5px 0 0; text-align: center; flex-basis: 100%; }
}
