/* =============================================================
     TRUST / REVIEW SECTION CSS
     ============================================================= */

.trust-reviews-section {
    padding: 80px 0;
    background: #f8fafc;
    color: #0f172a;
}

.trust-reviews-section .container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* =============================================================
   HEADER
   ============================================================= */

.trust-header {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.trust-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e8f5ee;
    color: #087443;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.trust-header h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.025em;
}

.trust-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}


/* =============================================================
   REVIEW CARDS GRID
   ============================================================= */

.review-platforms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}


/* =============================================================
   CARD
   ============================================================= */

.platform-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .06);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.platform-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .10);
}


/* =============================================================
   PLATFORM HEADER
   ============================================================= */

.platform-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.platform-card-header h3 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
}

.platform-source {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}


/* =============================================================
   GOOGLE LOGO
   ============================================================= */

.google-logo {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}


/* =============================================================
   TRUSTPILOT LOGO
   ============================================================= */

.trustpilot-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 10px;
    background: #00b67a;
    color: #ffffff;
    font-size: 8px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -.03em;
}


/* =============================================================
   RATING
   ============================================================= */

.rating-summary {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.rating-number {
    color: #0f172a;
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
}

.rating-details {
    min-width: 0;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 5px;
}

.rating-stars .star {
    color: #fbbc04;
    font-size: 21px;
    line-height: 1;
}

.trustpilot-stars .star {
    color: #00b67a;
}

.rating-text {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
}


/* =============================================================
   TRUST NOTE
   ============================================================= */

.platform-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 26px;
    padding: 14px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
}

.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    background: #4285f4;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.trustpilot-check {
    background: #00b67a;
}


/* =============================================================
   BUTTON
   ============================================================= */

.platform-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.platform-btn:hover {
    transform: translateY(-1px);
}

.btn-google {
    background: #1a73e8;
    color: #ffffff !important;
}

.btn-google:hover {
    background: #1557b0;
    color: #ffffff !important;
}

.btn-trustpilot {
    background: #00b67a;
    color: #ffffff !important;
}

.btn-trustpilot:hover {
    background: #009f6b;
    color: #ffffff !important;
}


/* =============================================================
   E-E-A-T / BUSINESS INFORMATION
   ============================================================= */

.eeat-features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    max-width: 1100px;
    margin: 35px auto 0;
}

.eeat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.eeat-icon {
    flex: 0 0 auto;
    font-size: 16px;
}


/* =============================================================
   TRANSPARENCY
   ============================================================= */

.review-transparency {
    max-width: 760px;
    margin: 24px auto 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}


/* =============================================================
   DARK MODE
   ============================================================= */

[data-bs-theme="dark"] .trust-reviews-section {
    background: #0f172a;
    color: #f8fafc;
}

[data-bs-theme="dark"] .trust-header h2,
[data-bs-theme="dark"] .platform-card-header h3,
[data-bs-theme="dark"] .rating-number {
    color: #f8fafc;
}

[data-bs-theme="dark"] .trust-header p,
[data-bs-theme="dark"] .platform-source,
[data-bs-theme="dark"] .review-transparency {
    color: #94a3b8;
}

[data-bs-theme="dark"] .platform-card {
    background: #111827;
    border-color: #1e293b;
    box-shadow: 0 10px 35px rgba(0,0,0,.20);
}

[data-bs-theme="dark"] .platform-note,
[data-bs-theme="dark"] .eeat-item {
    background: #0f172a;
    border-color: #1e293b;
}

[data-bs-theme="dark"] .platform-note,
[data-bs-theme="dark"] .eeat-item,
[data-bs-theme="dark"] .rating-text {
    color: #cbd5e1;
}


/* =============================================================
   TABLET
   ============================================================= */

@media (max-width: 900px) {

    .review-platforms-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
    }

    .eeat-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =============================================================
   MOBILE
   ============================================================= */

@media (max-width: 576px) {

    .trust-reviews-section {
        padding: 55px 0;
    }

    .trust-reviews-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .trust-header {
        margin-bottom: 30px;
    }

    .trust-header h2 {
        font-size: 28px;
    }

    .trust-header p {
        font-size: 14px;
    }

    .platform-card {
        min-height: auto;
        padding: 22px;
        border-radius: 15px;
    }

    .platform-card-header {
        margin-bottom: 22px;
    }

    .rating-number {
        font-size: 40px;
    }

    .rating-stars .star {
        font-size: 18px;
    }

    .eeat-features {
        grid-template-columns: 1fr;
    }

}


/* =============================================================
   REDUCED MOTION
   ============================================================= */

@media (prefers-reduced-motion: reduce) {

    .platform-card,
    .platform-btn {
        transition: none;
    }

    .platform-card:hover,
    .platform-btn:hover {
        transform: none;
    }

}
