/**
 * ==========================================
 * ILL IT SOLUTIONS - ABOUT PAGES
 * ==========================================
 *
 * About-page presentation.
 *
 * Current page:
 * - Areas We Cover
 *
 * Loaded after darklooks-ui.css.
 */


/* ==========================================
 * SHARED TYPOGRAPHY
 * ========================================== */

.illit-section-eyebrow {
    margin-bottom: 8px;

    color: #4A99D4;

    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.illit-section-eyebrow-light {
    color: rgba(255, 255, 255, 0.88);
}


.illit-section-intro {
    max-width: 760px;

    margin-right: auto;
    margin-left: auto;

    line-height: 1.6;
}


/* ==========================================
 * HERO
 * ========================================== */

.illit-areas-hero-card {
    max-width: 820px;

    padding: 36px 42px 34px 42px;

    background: #4A99D4 !important;
    background-color: #4A99D4 !important;
    background-image: none !important;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;

    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.18);
}


.illit-areas-eyebrow {
    margin-bottom: 10px;

    color: rgba(255, 255, 255, 0.9) !important;

    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}


.illit-areas-hero-card h1 {
    max-width: 680px;

    margin-bottom: 16px;

    color: #FFFFFF !important;

    line-height: 1.08;
}


.illit-areas-hero-card p,
.illit-areas-hero-card strong {
    color: #FFFFFF !important;
}


.illit-areas-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 20px;
}


.illit-areas-hero-actions .button {
    margin: 0 !important;
}


.illit-areas-hero-actions
.illit-areas-hero-call {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border-color: #FFFFFF !important;

    color: #1F2937 !important;
    -webkit-text-fill-color: #1F2937 !important;
}


.illit-areas-hero-actions
.illit-areas-hero-call:hover {
    background: #F3F5F7 !important;
    background-color: #F3F5F7 !important;

    color: #1F2937 !important;
    -webkit-text-fill-color: #1F2937 !important;
}


.illit-areas-hero-actions
.illit-areas-hero-contact {
    background: transparent !important;
    background-color: transparent !important;

    border: 1px solid #FFFFFF !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


.illit-areas-hero-actions
.illit-areas-hero-contact:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-hero-card {
    background: #4A99D4 !important;
    background-color: #4A99D4 !important;
    background-image: none !important;
}


/* ==========================================
 * USP SECTION
 * ========================================== */

.illit-areas-usps {
    position: relative;
}


.illit-areas-usps .row > .col,
.illit-areas-usps .row-inner > .col {
    display: flex;
}


.illit-areas-usps .col-inner {
    width: 100%;
}


.illit-areas-usp-card {
    width: 100%;
    height: 100%;
    min-height: 270px;

    padding: 30px 28px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;

    border: 1px solid #E2E6EA;
    border-top: 5px solid #5D5D5D;
    border-radius: 14px;

    box-shadow:
        0 7px 22px rgba(31, 41, 55, 0.08);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}


.illit-areas-usp-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 26px rgba(31, 41, 55, 0.12);
}


.illit-areas-usp-card-blue {
    border-top-color: #4A99D4;
}


.illit-areas-usp-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin: 0 auto 18px auto;

    background: rgba(74, 153, 212, 0.12);

    border-radius: 50%;

    color: #4A99D4;

    font-weight: 700;
}


.illit-areas-usp-card h3 {
    margin-bottom: 14px;

    color: #303030 !important;

    text-align: center;
    line-height: 1.25;
}


.illit-areas-usp-card p {
    margin-bottom: 0;

    color: #5D5D5D !important;

    line-height: 1.58;
}


html.darklooks-mode-changer-enabled
.illit-areas-usps {
    background: #232323 !important;
    background-color: #232323 !important;
    background-image: none !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-card {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;
    background-image: none !important;

    border-color: #414141;
    border-top-color: #5D5D5D;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.18);
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-card-blue {
    border-top-color: #4A99D4;
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-card:hover {
    border-color: rgba(74, 153, 212, 0.55);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.24);
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-card h3 {
    color: #F3F3F3 !important;
    -webkit-text-fill-color: #F3F3F3 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-card p {
    color: #D7D7D7 !important;
    -webkit-text-fill-color: #D7D7D7 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-icon {
    background: rgba(74, 153, 212, 0.16) !important;

    color: #6EB2E2 !important;
    -webkit-text-fill-color: #6EB2E2 !important;
}


/* ==========================================
 * REPUTATION
 * ========================================== */

.illit-areas-reputation h2,
.illit-areas-reputation p,
.illit-areas-reputation strong {
    color: #FFFFFF !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-reputation h2,
html.darklooks-mode-changer-enabled
.illit-areas-reputation p,
html.darklooks-mode-changer-enabled
.illit-areas-reputation strong {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* ==========================================
 * TRUSTED REVIEWS
 * ========================================== */

.illit-areas-trusted-reviews .col-inner {
    max-width: 1160px;

    margin-right: auto;
    margin-left: auto;
    padding: 20px 24px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 1px solid #E5E8EB;
    border-radius: 14px;

    box-shadow:
        0 4px 16px rgba(31, 41, 55, 0.05);
}


html.darklooks-mode-changer-enabled
.illit-areas-trusted-reviews {
    background: #232323 !important;
    background-color: #232323 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-trusted-reviews .col-inner {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;

    border-color: #414141 !important;

    box-shadow: none;
}


/* ==========================================
 * AREAS COVERED
 * ========================================== */

.illit-areas-coverage {
    background: #FFFFFF;
}


.illit-areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;

    margin: 24px 0 38px 0;
}


.illit-areas-grid a,
.illit-areas-grid span {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 1 calc(33.333% - 12px);
    min-height: 48px;
    padding: 11px 16px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 1px solid #E1E5E9;
    border-radius: 10px;

    text-align: center;
    font-weight: 600;
}


.illit-areas-grid a {
    color: #4A99D4 !important;
    -webkit-text-fill-color: #4A99D4 !important;
}


.illit-areas-grid a:hover {
    border-color: rgba(74, 153, 212, 0.55);

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.07);
}


.illit-areas-grid span {
    color: #5D5D5D !important;
    -webkit-text-fill-color: #5D5D5D !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-coverage {
    background: #232323 !important;
    background-color: #232323 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-grid a,
html.darklooks-mode-changer-enabled
.illit-areas-grid span {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;

    border-color: #414141 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-grid a {
    color: #6EB2E2 !important;
    -webkit-text-fill-color: #6EB2E2 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-grid span {
    color: #D7D7D7 !important;
    -webkit-text-fill-color: #D7D7D7 !important;
}


/* ==========================================
 * AREA HELP CARD
 * ========================================== */

.illit-areas-help-card {
    padding: 28px 32px;

    background: #5D5D5D !important;
    background-color: #5D5D5D !important;

    border: 1px solid #686868;
    border-radius: 14px;

    text-align: center;
}


.illit-areas-help-card h3,
.illit-areas-help-card p,
.illit-areas-help-card strong {
    color: #FFFFFF !important;
}


.illit-areas-help-card p {
    max-width: 620px;

    margin-right: auto;
    margin-left: auto;
}


.illit-areas-help-card .button {
    margin-bottom: 0;
}


html.darklooks-mode-changer-enabled
.illit-areas-help-card {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;

    border-color: #414141;
}


/* ==========================================
 * VISIT / CONTACT
 * ========================================== */

.illit-areas-visit-card {
    padding: 34px 32px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 1px solid #E2E6EA;
    border-radius: 14px;

    box-shadow:
        0 7px 22px rgba(31, 41, 55, 0.08);
}


.illit-areas-visit-card h2 {
    margin-bottom: 14px;

    color: #303030 !important;
}


.illit-areas-visit-card p,
.illit-areas-visit-card address {
    color: #5D5D5D !important;
}


.illit-areas-visit-card address {
    margin-bottom: 20px;

    font-style: normal;
    line-height: 1.55;
}


.illit-areas-visit-card a:not(.button) {
    color: #4A99D4 !important;
    -webkit-text-fill-color: #4A99D4 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-visit {
    background: #232323 !important;
    background-color: #232323 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-visit-card {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;

    border-color: #414141 !important;

    box-shadow: none;
}


html.darklooks-mode-changer-enabled
.illit-areas-visit-card h2,
html.darklooks-mode-changer-enabled
.illit-areas-visit-card strong {
    color: #F3F3F3 !important;
    -webkit-text-fill-color: #F3F3F3 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-visit-card p,
html.darklooks-mode-changer-enabled
.illit-areas-visit-card address {
    color: #D7D7D7 !important;
    -webkit-text-fill-color: #D7D7D7 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-visit-card a:not(.button) {
    color: #6EB2E2 !important;
    -webkit-text-fill-color: #6EB2E2 !important;
}


/* ==========================================
 * MAP
 * ========================================== */

.illit-areas-map-frame {
    overflow: hidden;

    min-height: 470px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 1px solid #E2E6EA;
    border-radius: 14px;

    box-shadow:
        0 7px 22px rgba(31, 41, 55, 0.08);
}


.illit-areas-map-frame iframe {
    display: block;

    width: 100%;
    height: 470px;

    margin: 0;

    border: 0;

    filter: none !important;
    -webkit-filter: none !important;

    opacity: 1 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-map-frame {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border-color: #414141;

    box-shadow: none;
}


html.darklooks-mode-changer-enabled
.illit-areas-map-frame iframe {
    filter: none !important;
    -webkit-filter: none !important;

    opacity: 1 !important;
}


/* ==========================================
 * FINAL CTA
 * ========================================== */

.illit-areas-final-cta h2,
.illit-areas-final-cta p {
    color: #FFFFFF !important;
}


.illit-areas-final-cta h2 span {
    color: #1F2937 !important;
    -webkit-text-fill-color: #1F2937 !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-final-cta h2,
html.darklooks-mode-changer-enabled
.illit-areas-final-cta p {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-final-cta h2 span {
    color: #1F2937 !important;
    -webkit-text-fill-color: #1F2937 !important;
}


/* ==========================================
 * RESPONSIVE
 * ========================================== */

@media (max-width: 849px) {

    .illit-areas-usps .row > .col,
    .illit-areas-usps .row-inner > .col {
        display: block;
    }


    .illit-areas-usp-card {
        min-height: 0;

        margin-bottom: 20px;
    }


    .illit-areas-grid a,
    .illit-areas-grid span {
        flex-basis: calc(50% - 12px);
    }


    .illit-areas-map-frame {
        min-height: 380px;
    }


    .illit-areas-map-frame iframe {
        height: 380px;
    }

}


@media (max-width: 549px) {

    .illit-areas-hero-card {
        padding: 28px 22px;

        border-radius: 8px;
    }


    .illit-areas-hero-actions {
        display: block;
    }


    .illit-areas-hero-actions .button {
        display: block;

        width: 100%;

        margin: 0 0 10px 0 !important;
    }


    .illit-areas-usp-card {
        padding: 26px 22px;
    }


    .illit-areas-grid {
        gap: 10px;
    }


    .illit-areas-grid a,
    .illit-areas-grid span {
        flex-basis: 100%;
    }


    .illit-areas-help-card,
    .illit-areas-visit-card {
        padding: 26px 22px;
    }


    .illit-areas-map-frame {
        min-height: 330px;

        border-radius: 10px;
    }


    .illit-areas-map-frame iframe {
        height: 330px;
    }

}

/* ==========================================
 * V3.2 FINAL POLISH
 * ==========================================
 *
 * Cosmetic finishing pass only.
 * No UX Builder structural changes required.
 */


/* ------------------------------------------
 * SECTION HEADINGS
 * ------------------------------------------ */

.illit-areas-usps h2,
.illit-areas-coverage h2,
.illit-areas-reputation h2,
.illit-areas-visit h2 {
    line-height: 1.2;
}


.illit-areas-usps .illit-section-intro,
.illit-areas-coverage .illit-section-intro {
    margin-bottom: 10px;
}


/* ------------------------------------------
 * USP CARDS - SLIGHTLY CLEANER DEPTH
 * ------------------------------------------ */

.illit-areas-usp-card {
    box-shadow:
        0 6px 18px rgba(31, 41, 55, 0.075);
}


.illit-areas-usp-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(31, 41, 55, 0.11);
}


html.darklooks-mode-changer-enabled
.illit-areas-usp-card {
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.17);
}


/* ------------------------------------------
 * TRUSTED REVIEWS - REMOVE DOUBLE FRAME
 * ------------------------------------------
 *
 * UX Block 76681 already provides the visual
 * review strip. Keep the outer About-page
 * wrapper transparent so there is only one
 * deliberate container around the badges.
 */

.illit-areas-trusted-reviews .col-inner {
    max-width: 1160px;

    margin-right: auto;
    margin-left: auto;
    padding: 8px 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-trusted-reviews .col-inner {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* ------------------------------------------
 * AREA GRID - CLEARER LINKED / UNLINKED STATES
 * ------------------------------------------ */

.illit-areas-grid a {
    border-color: rgba(74, 153, 212, 0.25);
}


.illit-areas-grid a:hover,
.illit-areas-grid a:focus {
    transform: translateY(-1px);

    border-color: rgba(74, 153, 212, 0.65);

    box-shadow:
        0 5px 16px rgba(0, 0, 0, 0.07);
}


.illit-areas-grid span {
    background: #FAFAFA !important;
    background-color: #FAFAFA !important;

    color: #6A6A6A !important;
    -webkit-text-fill-color: #6A6A6A !important;

    cursor: default;
}


html.darklooks-mode-changer-enabled
.illit-areas-grid a {
    border-color: rgba(74, 153, 212, 0.40) !important;
}


html.darklooks-mode-changer-enabled
.illit-areas-grid span {
    background: #272727 !important;
    background-color: #272727 !important;

    color: #BEBEBE !important;
    -webkit-text-fill-color: #BEBEBE !important;
}


/* ------------------------------------------
 * AREA HELP CTA
 * ------------------------------------------ */

.illit-areas-help-card {
    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.08);
}


html.darklooks-mode-changer-enabled
.illit-areas-help-card {
    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.15);
}


/* ------------------------------------------
 * VISIT / MAP - MATCH HEIGHTS
 * ------------------------------------------ */

.illit-areas-visit-card {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 410px;
}


.illit-areas-map-frame {
    min-height: 410px;
}


.illit-areas-map-frame iframe {
    height: 410px;
}


/* ------------------------------------------
 * FINAL CTA
 * ------------------------------------------ */

.illit-areas-final-cta .button {
    min-height: 44px;
}


.illit-areas-final-cta h2 {
    margin-bottom: 8px;
}


/* ==========================================
 * V3.2 RESPONSIVE POLISH
 * ========================================== */

@media (max-width: 849px) {

    .illit-areas-visit-card {
        min-height: 0;
    }


    .illit-areas-map-frame {
        min-height: 360px;
    }


    .illit-areas-map-frame iframe {
        height: 360px;
    }

}


@media (max-width: 549px) {

    .illit-areas-trusted-reviews .col-inner {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }


    .illit-areas-map-frame {
        min-height: 320px;
    }


    .illit-areas-map-frame iframe {
        height: 320px;
    }

}

/* ==========================================
 * CUSTOMER REVIEWS PAGE
 * ==========================================
 *
 * Desktop Light / Dark treatment for:
 * /aboutus/reviews/
 */


/* ------------------------------------------
 * INTRODUCTION
 * ------------------------------------------ */

.illit-reviews-intro h2 {
    line-height: 1.2;
}


.illit-reviews-intro p {
    line-height: 1.62;
}


.illit-reviews-leave-card {
    padding: 30px 30px 28px 30px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;

    border: 1px solid #E2E6EA;
    border-radius: 14px;

    box-shadow:
        0 7px 22px rgba(31, 41, 55, 0.08);
}


.illit-reviews-leave-card h3 {
    margin-bottom: 12px;

    color: #303030 !important;
}


.illit-reviews-leave-card p {
    color: #5D5D5D !important;
}


.illit-reviews-leave-actions {
    display: grid;
    gap: 10px;

    margin-top: 20px;
}


.illit-reviews-leave-actions a {
    display: block;

    padding: 11px 14px;

    background: #F6F8FA !important;
    background-color: #F6F8FA !important;

    border: 1px solid #E1E5E9;
    border-radius: 7px;

    color: #4A99D4 !important;
    -webkit-text-fill-color: #4A99D4 !important;

    font-weight: 600;
    text-align: center;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.illit-reviews-leave-actions a:hover,
.illit-reviews-leave-actions a:focus {
    transform: translateY(-1px);

    border-color: rgba(74, 153, 212, 0.55);

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.07);
}


html.darklooks-mode-changer-enabled
.illit-reviews-leave-card {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;

    border-color: #414141 !important;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, 0.18);
}


html.darklooks-mode-changer-enabled
.illit-reviews-leave-card h3 {
    color: #F3F3F3 !important;
    -webkit-text-fill-color: #F3F3F3 !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-leave-card p {
    color: #D7D7D7 !important;
    -webkit-text-fill-color: #D7D7D7 !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-leave-actions a {
    background: #242424 !important;
    background-color: #242424 !important;

    border-color: #414141 !important;

    color: #6EB2E2 !important;
    -webkit-text-fill-color: #6EB2E2 !important;
}


/* ------------------------------------------
 * REVIEW PLATFORM CARDS
 * ------------------------------------------ */

.illit-reviews-platforms {
    position: relative;
}


.illit-reviews-platforms .row > .col {
    display: flex;
}


.illit-reviews-platforms .col-inner {
    width: 100%;
}


.illit-reviews-platform-card {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    min-height: 315px;

    padding: 30px 26px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;

    border: 1px solid #E2E6EA;
    border-top: 4px solid #4A99D4;
    border-radius: 14px;

    box-shadow:
        0 7px 22px rgba(31, 41, 55, 0.08);
}


.illit-reviews-platform-image {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 72px;

    margin-bottom: 20px;
}


.illit-reviews-platform-image img {
    display: block;

    width: auto;
    max-width: 100%;
    max-height: 70px;

    margin: 0 auto;
}


.illit-reviews-platform-card h3 {
    margin-bottom: 10px;

    color: #303030 !important;

    text-align: center;
}


.illit-reviews-platform-card p {
    flex: 1;

    color: #5D5D5D !important;

    text-align: center;
    line-height: 1.55;
}


.illit-reviews-platform-card .button {
    display: block;

    width: 100%;

    margin: 8px 0 0 0 !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-platforms {
    background: #232323 !important;
    background-color: #232323 !important;
    background-image: none !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-platform-card {
    background: #2B2B2B !important;
    background-color: #2B2B2B !important;

    border-color: #414141 !important;
    border-top-color: #4A99D4 !important;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, 0.18);
}


html.darklooks-mode-changer-enabled
.illit-reviews-platform-card h3 {
    color: #F3F3F3 !important;
    -webkit-text-fill-color: #F3F3F3 !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-platform-card p {
    color: #D7D7D7 !important;
    -webkit-text-fill-color: #D7D7D7 !important;
}


/* ------------------------------------------
 * LIVE GOOGLE REVIEWS
 * ------------------------------------------ */

.illit-reviews-live {
    background: #FFFFFF;
}


.illit-reviews-widget-shell {
    overflow: hidden;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 1px solid #E2E6EA;
    border-radius: 14px;

    box-shadow:
        0 7px 24px rgba(31, 41, 55, 0.07);
}


.illit-reviews-widget-window {
    position: relative;

    max-height: 1050px;

    overflow: hidden;
}


.illit-reviews-widget-window::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 130px;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.92) 60%,
            #FFFFFF 100%
        );
}


.illit-reviews-widget-more {
    position: relative;
    z-index: 2;

    padding: 18px 24px 26px 24px;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    text-align: center;
}


.illit-reviews-widget-more .button {
    margin-bottom: 0;
}


html.darklooks-mode-changer-enabled
.illit-reviews-live {
    background: #232323 !important;
    background-color: #232323 !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-widget-shell {
    background: #232323 !important;
    background-color: #232323 !important;

    border-color: #414141 !important;

    box-shadow: none;
}


html.darklooks-mode-changer-enabled
.illit-reviews-widget-window::after {
    background:
        linear-gradient(
            to bottom,
            rgba(35, 35, 35, 0),
            rgba(35, 35, 35, 0.94) 60%,
            #232323 100%
        );
}


html.darklooks-mode-changer-enabled
.illit-reviews-widget-more {
    background: #232323 !important;
    background-color: #232323 !important;
}


/* ------------------------------------------
 * FINAL REVIEW CTA
 * ------------------------------------------ */

.illit-reviews-final-cta h2,
.illit-reviews-final-cta p {
    color: #FFFFFF !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-final-cta h2,
html.darklooks-mode-changer-enabled
.illit-reviews-final-cta p {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* ==========================================
 * REVIEWS RESPONSIVE BASE
 * ==========================================
 *
 * Full mobile visual testing is intentionally
 * deferred until the site-wide responsive pass.
 * These rules only provide safe stacking.
 */

@media (max-width: 849px) {

    .illit-reviews-platforms .row > .col {
        display: block;
    }


    .illit-reviews-platform-card {
        min-height: 0;

        margin-bottom: 20px;
    }


    .illit-reviews-widget-window {
        max-height: 950px;
    }

}


@media (max-width: 549px) {

    .illit-reviews-leave-card,
    .illit-reviews-platform-card {
        padding: 26px 22px;
    }


    .illit-reviews-widget-shell {
        border-radius: 10px;
    }


    .illit-reviews-widget-window {
        max-height: 850px;
    }

}

/* ==========================================
 * REVIEWS PAGE - FINAL DESKTOP POLISH
 * ==========================================
 *
 * Final Light / Dark desktop pass.
 * Mobile/tablet visual testing is deferred to
 * the site-wide responsive review.
 */


/* ------------------------------------------
 * LIVE GOOGLE REVIEWS - SHORTER WINDOW
 * ------------------------------------------ */

.illit-reviews-widget-window {
    max-height: 900px;
}


.illit-reviews-widget-window::after {
    height: 115px;
}


.illit-reviews-widget-more {
    padding: 24px 24px 30px 24px;
}


.illit-reviews-widget-more .button {
    min-width: 230px;

    margin: 0 !important;
}


/* ------------------------------------------
 * PLATFORM CARD BUTTON POLISH
 * ------------------------------------------ */

.illit-reviews-platform-card .button {
    min-height: 42px;

    border-radius: 5px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}


.illit-reviews-platform-card .button:hover,
.illit-reviews-platform-card .button:focus {
    transform: translateY(-1px);

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.10);
}


/* ------------------------------------------
 * FINAL CTA - GOOGLE + TRUSTPILOT
 * ------------------------------------------ */

.illit-reviews-final-actions {
    display: grid;
    gap: 10px;

    width: 100%;
}


.illit-reviews-final-actions a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 48px;
    padding: 11px 18px;

    border-radius: 5px;

    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}


.illit-reviews-final-google {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 1px solid #FFFFFF !important;

    color: #3D3D3D !important;
    -webkit-text-fill-color: #3D3D3D !important;
}


.illit-reviews-final-google:hover,
.illit-reviews-final-google:focus {
    transform: translateY(-1px);

    background: #F4F4F4 !important;
    background-color: #F4F4F4 !important;

    color: #232323 !important;
    -webkit-text-fill-color: #232323 !important;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.14);
}


.illit-reviews-final-trustpilot {
    background: transparent !important;
    background-color: transparent !important;

    border: 1px solid rgba(255, 255, 255, 0.92) !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


.illit-reviews-final-trustpilot:hover,
.illit-reviews-final-trustpilot:focus {
    transform: translateY(-1px);

    background: rgba(255, 255, 255, 0.12) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;

    border-color: #FFFFFF !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-final-actions,
html.darklooks-mode-changer-enabled
.illit-reviews-final-actions * {
    background-image: none !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-final-google {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border-color: #FFFFFF !important;

    color: #3D3D3D !important;
    -webkit-text-fill-color: #3D3D3D !important;
}


html.darklooks-mode-changer-enabled
.illit-reviews-final-trustpilot {
    background: transparent !important;
    background-color: transparent !important;

    border-color: rgba(255, 255, 255, 0.92) !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* ==========================================
 * REVIEWS FINAL POLISH - RESPONSIVE SAFETY
 * ========================================== */

@media (max-width: 849px) {

    .illit-reviews-widget-window {
        max-height: 850px;
    }

}


@media (max-width: 549px) {

    .illit-reviews-widget-window {
        max-height: 760px;
    }


    .illit-reviews-widget-more .button {
        min-width: 0;
        width: 100%;
    }

}

