/* ==========================================================
   WorldSpace Broadband
   Office + Google Reviews
========================================================== */

.reviews {
    position: relative;
    padding: 70px 0;
    background:
        linear-gradient(
            180deg,
            #f5f9ff 0%,
            #ffffff 100%
        );
    overflow: hidden;
}


/* ==========================================================
   Container
========================================================== */

.reviews .container {
    max-width: 1180px;
    margin: 0 auto;
}


/* ==========================================================
   Header
========================================================== */

.reviews__header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.reviews__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 7px 16px;

    border-radius: 999px;

    background: #eaf3ff;
    color: #0056b3;

    font-size: .72rem;
    font-weight: 700;

    letter-spacing: .08em;
    text-transform: uppercase;
}

.reviews__title {
    margin: 16px 0 10px;

    font-size: clamp(2rem, 3vw, 2.7rem);

    line-height: 1.15;
    font-weight: 800;

    color: #0f172a;
}

.reviews__description {
    max-width: 680px;

    margin: 0 auto;

    color: #64748b;

    font-size: .98rem;
    line-height: 1.7;
}


/* ==========================================================
   Main Grid
========================================================== */

.reviews__grid {
    display: grid;

    grid-template-columns: 1.15fr .85fr;

    gap: 24px;

    align-items: stretch;
}


/* ==========================================================
   Common Cards
========================================================== */

.reviews__office,
.reviews__google {
    background: #ffffff;

    border: 1px solid #dce7f5;

    border-radius: 24px;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, .07);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.reviews__office:hover,
.reviews__google:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 45px rgba(15, 23, 42, .11);
}


/* ==========================================================
   Office
========================================================== */

.reviews__office {
    padding: 28px;
}

.reviews__office-header {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 16px;
}

.reviews__office-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex-shrink: 0;

    border-radius: 14px;

    background: #eaf3ff;

    font-size: 1.45rem;
}

.reviews__office-label {
    display: block;

    margin-bottom: 3px;

    color: #0056b3;

    font-size: .68rem;
    font-weight: 800;

    letter-spacing: .1em;
}

.reviews__office h3 {
    margin: 0;

    color: #0f172a;

    font-size: 1.35rem;
    font-weight: 800;
}

.reviews__address {
    margin: 0 0 20px;

    color: #64748b;

    font-size: .92rem;
    line-height: 1.65;
}


/* ==========================================================
   Map
========================================================== */

.reviews__map {
    width: 100%;

    height: 250px;

    overflow: hidden;

    border: 1px solid #dce7f5;

    border-radius: 16px;

    background: #eef4fb;
}

.reviews__map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* ==========================================================
   Directions
========================================================== */

.reviews__directions {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 16px;

    color: #0056b3;

    font-size: .9rem;
    font-weight: 700;

    text-decoration: none;

    transition: gap .25s ease;
}

.reviews__directions:hover {
    gap: 13px;
}


/* ==========================================================
   Google Reviews
========================================================== */

.reviews__google {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 38px 34px;

    text-align: center;
}

.reviews__google-logo {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 68px;
    height: 68px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #ffffff;

    color: #4285f4;

    font-family: Arial, sans-serif;

    font-size: 2.2rem;
    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(66, 133, 244, .18);
}

.reviews__google-label {
    color: #0056b3;

    font-size: .7rem;
    font-weight: 800;

    letter-spacing: .1em;
}

.reviews__google-title {
    margin: 12px 0 14px;

    color: #0f172a;

    font-size: 1.65rem;
    font-weight: 800;
}

.reviews__stars {
    margin-bottom: 18px;

    color: #fbbc04;

    font-size: 1.5rem;

    letter-spacing: 4px;
}

.reviews__google-description {
    max-width: 390px;

    margin: 0 auto 24px;

    color: #64748b;

    font-size: .92rem;

    line-height: 1.7;
}


/* ==========================================================
   Buttons
========================================================== */

.reviews__buttons {
    width: 100%;
    max-width: 380px;
}

.reviews__button {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    width: 100%;

    min-height: 48px;

    padding: 0 18px;

    border-radius: 12px;

    font-size: .9rem;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.reviews__button:hover {
    transform: translateY(-2px);
}


/* ==========================================================
   Read Reviews
========================================================== */

.reviews__button--primary {
    background: #4285f4;

    color: #ffffff;

    box-shadow:
        0 8px 20px rgba(66, 133, 244, .22);
}

.reviews__button--primary:hover {
    background: #1a73e8;

    box-shadow:
        0 12px 28px rgba(66, 133, 244, .3);
}


/* ==========================================================
   OR
========================================================== */

.reviews__or {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 14px 0;

    color: #94a3b8;

    font-size: .68rem;
    font-weight: 700;

    letter-spacing: .12em;
}

.reviews__or span {
    flex: 1;

    height: 1px;

    background: #e2e8f0;
}


/* ==========================================================
   Write Review
========================================================== */

.reviews__button--secondary {
    background: #ffffff;

    border: 1px solid #cbd5e1;

    color: #0f172a;
}

.reviews__button--secondary:hover {
    border-color: #4285f4;

    color: #0056b3;

    box-shadow:
        0 8px 22px rgba(15, 23, 42, .08);
}


/* ==========================================================
   Tablet
========================================================== */

@media (max-width: 900px) {

    .reviews {
        padding: 60px 0;
    }

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

    .reviews__office,
    .reviews__google {
        max-width: 700px;

        width: 100%;

        margin: 0 auto;
    }

}


/* ==========================================================
   Mobile
========================================================== */

@media (max-width: 600px) {

    .reviews {
        padding: 50px 0;
    }

    .reviews__header {
        margin-bottom: 30px;

        padding: 0 12px;
    }

    .reviews__title {
        font-size: 2rem;
    }

    .reviews__description {
        font-size: .9rem;
    }

    .reviews__office {
        padding: 20px;
    }

    .reviews__map {
        height: 220px;
    }

    .reviews__google {
        padding: 32px 22px;
    }

    .reviews__google-title {
        font-size: 1.4rem;
    }

}


/* ==========================================================
   Small Mobile
========================================================== */

@media (max-width: 400px) {

    .reviews__office {
        padding: 16px;
    }

    .reviews__map {
        height: 200px;
    }

    .reviews__google {
        padding: 28px 18px;
    }

}

/* ==========================================================
   Final Polish - Office + Google Reviews
   ========================================================== */

.reviews {
    padding: 52px 0;
}

/* Compact section header */
.reviews__header {
    max-width: 820px;
    margin: 0 auto 32px;
}

.reviews__badge {
    padding: 6px 14px;
    font-size: .68rem;
    letter-spacing: .07em;
}

.reviews__title {
    margin: 12px 0 8px;

    font-size: clamp(
        1.85rem,
        2.7vw,
        2.45rem
    );

    line-height: 1.15;
    letter-spacing: -.025em;
}

.reviews__description {
    max-width: 720px;

    font-size: .96rem;
    line-height: 1.6;
}


/* Balanced cards */
.reviews__grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 24px;
}


/* Office card */
.reviews__office {
    padding: 26px;
    border-radius: 22px;
}

.reviews__office-header {
    gap: 12px;
    margin-bottom: 14px;
}

.reviews__office-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 1.35rem;
}

.reviews__office h3 {
    font-size: 1.3rem;
}

.reviews__address {
    margin-bottom: 18px;
    font-size: .9rem;
    line-height: 1.6;
}


/* Map */
.reviews__map {
    height: 245px;
    border-radius: 15px;
}


/* Directions */
.reviews__directions {
    margin-top: 14px;
    font-size: .88rem;
}


/* Google Reviews card */
.reviews__google {
    padding: 32px 30px;
    border-radius: 22px;
}

.reviews__google-logo {
    width: 60px;
    height: 60px;

    margin-bottom: 14px;

    font-size: 2rem;
}

.reviews__google-label {
    font-size: .67rem;
    letter-spacing: .09em;
}

.reviews__google-title {
    margin: 10px 0 12px;

    font-size: 1.5rem;
    line-height: 1.2;
}

.reviews__stars {
    margin-bottom: 14px;

    font-size: 1.35rem;
    letter-spacing: 3px;
}

.reviews__google-description {
    max-width: 380px;

    margin-bottom: 22px;

    font-size: .9rem;
    line-height: 1.65;
}


/* Buttons */
.reviews__buttons {
    max-width: 360px;
}

.reviews__button {
    min-height: 46px;
    border-radius: 11px;
    font-size: .88rem;
}


/* ==========================================================
   Final Polish - Responsive
   ========================================================== */

@media (max-width: 900px) {

    .reviews {
        padding: 48px 0;
    }

    .reviews__header {
        margin-bottom: 28px;
    }

    .reviews__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

}


@media (max-width: 600px) {

    .reviews {
        padding: 42px 0;
    }

    .reviews__header {
        margin-bottom: 26px;
        padding: 0 12px;
    }

    .reviews__title {
        font-size: 1.9rem;
    }

    .reviews__description {
        font-size: .88rem;
        line-height: 1.55;
    }

    .reviews__office {
        padding: 20px;
    }

    .reviews__map {
        height: 220px;
    }

    .reviews__google {
        padding: 28px 20px;
    }

    .reviews__google-title {
        font-size: 1.4rem;
    }

}


@media (max-width: 400px) {

    .reviews__title {
        font-size: 1.75rem;
    }

    .reviews__office {
        padding: 18px;
    }

    .reviews__map {
        height: 200px;
    }

    .reviews__google {
        padding: 26px 18px;
    }

}


/* ==========================================================
   Final Micro Polish
   ========================================================== */

/* Slightly tighter office card */
.reviews__office {
    padding: 24px 26px;
}

.reviews__office-header {
    margin-bottom: 12px;
}

.reviews__address {
    margin-bottom: 16px;
}

/* Slightly shorter map */
.reviews__map {
    height: 235px;
}

/* Slightly tighter Google card */
.reviews__google {
    padding: 28px 30px;
}

.reviews__google-logo {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
}

.reviews__google-title {
    margin: 9px 0 10px;
}

.reviews__stars {
    margin-bottom: 12px;
}

.reviews__google-description {
    margin-bottom: 20px;
}

/* Keep cards visually balanced */
.reviews__office,
.reviews__google {
    min-height: 445px;
}

/* Directions slightly cleaner */
.reviews__directions {
    margin-top: 12px;
}

/* Mobile override */
@media (max-width: 600px) {

    .reviews__office,
    .reviews__google {
        min-height: unset;
    }

    .reviews__map {
        height: 220px;
    }

}


/* ==========================================================
   Write Review - Soft Blue Secondary CTA
   ========================================================== */

.reviews__button--secondary {
    background: #f0f6ff;
    border: 1px solid #c7dcf7;
    color: #1557a6;
}

.reviews__button--secondary:hover {
    background: #e3efff;
    border-color: #4285f4;
    color: #0b4f9c;

    box-shadow:
        0 8px 22px rgba(66, 133, 244, .14);
}

