.review-section{
    padding:42px 8% 50px;
    background:linear-gradient(180deg,#f7fbfe 0%,#edf5fa 100%);
}

.review-shell{
    max-width:1220px;
    margin:0 auto;
}

.review-heading{
    max-width:720px;
    margin:0 auto 24px;
    text-align:center;
}

.review-heading span{
    display:inline-flex;
    margin-bottom:10px;
    color:#f47a20;
    font-size:12px;
    font-weight:800;
    letter-spacing:0.08em;
}

.review-heading h2{
    margin:0 0 10px;
    color:#123f67;
    font-size:34px;
    line-height:1.2;
    font-weight:800;
}

.review-heading p,
.google-review-summary p{
    margin:0;
    color:#64748b;
    font-size:15px;
    line-height:1.7;
}

.google-review-summary{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:18px;
    align-items:center;
    margin-bottom:22px;
    padding:20px 22px;
    border:1px solid rgba(15,92,149,0.10);
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 14px 30px rgba(18,63,103,0.07);
}

.google-mark{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    border:1px solid #dbe7f2;
    box-shadow:0 8px 18px rgba(18,63,103,0.08);
}

.google-mark span{
    color:#4285f4;
    font-size:30px;
    font-weight:800;
}

.main-rating{
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:4px;
}

.main-rating strong{
    color:#123f67;
    font-size:34px;
    line-height:1;
}

.main-rating span{
    color:#64748b;
    font-weight:700;
}

.review-stars{
    display:inline-flex;
    gap:2px;
    color:#f47a20;
    font-size:14px;
}

.review-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.review-card{
    display:flex;
    gap:14px;
    min-height:190px;
    padding:20px;
    border:1px solid rgba(15,92,149,0.10);
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 14px 28px rgba(18,63,103,0.06);
}

.review-user{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    background:linear-gradient(135deg,#123f67 0%,#0f5c95 100%);
    font-size:18px;
    font-weight:800;
}

.review-content h3{
    margin:0 0 7px;
    color:#223752;
    font-size:17px;
    font-weight:800;
}

.review-content p{
    margin:12px 0;
    color:#4f6175;
    font-size:14px;
    line-height:1.7;
}

.review-content span{
    display:block;
    color:#748498;
    font-size:12px;
    line-height:1.5;
}

.review-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 22px;
    border-radius:999px;
    background:#123f67;
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
}

.review-btn:hover{
    background:#f47a20;
    color:#ffffff;
}

@media(max-width:991px){
    .review-section{
        padding:34px 5% 40px;
    }

    .google-review-summary{
        grid-template-columns:auto minmax(0,1fr);
    }

    .google-review-summary .review-btn{
        grid-column:1 / -1;
        justify-self:start;
    }

    .review-grid{
        grid-template-columns:1fr;
    }

    .review-card{
        min-height:auto;
    }
}

@media(max-width:576px){
    .review-heading h2{
        font-size:27px;
    }

    .google-review-summary{
        padding:18px;
    }

    .main-rating{
        flex-wrap:wrap;
    }

    .review-card{
        padding:18px;
    }
}
