.home-trustpilot {
    padding: 40px 0;
    background: linear-gradient(135deg, #f5fbf9 0%, #ffffff 58%, #f4f8fd 100%);
}

.home-trustpilot-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 34px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 34px;
    overflow: hidden;
    border: 1px solid #d6e9e3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(22, 61, 80, .08);
}

.home-trustpilot-shell::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: #00b67a;
}

.home-trustpilot-kicker {
    display: block;
    margin-bottom: 5px;
    color: #008f60;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.home-trustpilot-copy h2 {
    margin: 0;
    color: #163354;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    line-height: 1.15;
}

.home-trustpilot-copy p {
    max-width: 680px;
    margin: 12px 0 0;
    color: #52667a;
    font-size: .94rem;
    line-height: 1.65;
}

.home-trustpilot-actions {
    display: grid;
    gap: 13px;
    justify-items: stretch;
}

.home-trustpilot-collector {
    min-height: 52px;
    padding: 7px 10px;
    border: 1px solid #e2ece9;
    border-radius: 10px;
    background: #fff;
}

.home-trustpilot-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 2px solid #00b67a;
    border-radius: 10px;
    color: #006f4b;
    font-size: .82rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.home-trustpilot-profile:hover {
    color: #fff;
    background: #008f60;
    transform: translateY(-1px);
}

.home-review-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c7d8e;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-review-divider::before,
.home-review-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e1e8ee;
}

.home-review-divider span {
    white-space: nowrap;
}

.home-google-review-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-google-review-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 9px 12px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.home-google-review-action--primary {
    color: #fff;
    background: #1a73e8;
    box-shadow: 0 6px 16px rgba(26, 115, 232, .18);
}

.home-google-review-action--secondary {
    color: #174ea6;
    border-color: #d2e3fc;
    background: #f8fbff;
}

.home-google-mark {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: #4285f4;
    background: #fff;
    font: 900 1rem/1 Arial, sans-serif;
}

.home-google-review-action svg {
    flex: 0 0 auto;
}

.home-google-review-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(22, 51, 84, .14);
}

.home-google-review-action--primary:hover {
    color: #fff;
    background: #1557b0;
}

.home-google-review-action--secondary:hover {
    color: #174ea6;
    background: #eaf2ff;
}

@media (max-width: 760px) {
    .home-trustpilot { padding: 24px 0; }
    .home-trustpilot-shell {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 25px 20px 22px 24px;
        border-radius: 16px;
    }
    .home-google-review-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .home-trustpilot-profile,
    .home-google-review-action { transition: none; }
}
