@charset "UTF-8";
/* ═══════════════════════════════════════════════════════════════════════════
   GOOGLE REVIEWS PREMIUM SECTION - Modern UI/UX 2025
   ═══════════════════════════════════════════════════════════════════════════ */
:root {
    --reviews-bg-start: #fffbeb;
    --reviews-bg-mid: #fef3c7;
    --reviews-bg-end: #fff7ed;
    --reviews-primary: #f59e0b;
    --reviews-primary-dark: #d97706;
    --reviews-text: #78350f;
    --reviews-text-light: #92400e;
    --reviews-white: #ffffff;
    --reviews-gold: #fbbf24;
}

.reviewsPremiumSection {
    background: linear-gradient(165deg, var(--reviews-bg-start) 0%, var(--reviews-bg-mid) 40%, var(--reviews-bg-end) 100%);
    padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 60px);
    position: relative;
    overflow: hidden;
}

.reviewsPremiumSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(251, 191, 36, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.reviewsInner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header */
.reviewsHeader {
    text-align: center;
    margin-bottom: clamp(40px, 5vw, 56px);
}

.reviewsEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 9px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(217, 119, 6, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 18px;
}

.reviewsEyebrowIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, var(--reviews-primary) 0%, var(--reviews-primary-dark) 100%);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 8px rgba(217, 119, 6, 0.35);
}

.reviewsEyebrowText {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--reviews-primary-dark);
}

.reviewsTitle {
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, sans-serif;
    font-size: clamp(27px, 3.6vw, 38px);
    font-weight: 800;
    color: var(--reviews-text);
    line-height: 1.18;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.reviewsTitleAccent {
    background: linear-gradient(120deg, #ea580c 0%, #d97706 55%, #b45309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.reviewsSubtitle {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    color: var(--reviews-text-light);
    line-height: 1.7;
    max-width: min(100%, var(--lead-measure, 1040px));
    margin: 0 auto;
}

/* Force every element inside the reviews header (links, bold, spans) to use the same font, beating the universal PT Sans Narrow rule from main.css */
.reviewsHeader a,
.reviewsHeader strong,
.reviewsHeader b,
.reviewsHeader span,
.reviewsSubtitle a,
.reviewsSubtitle strong,
.reviewsSubtitle b {
    font-family: 'DM Sans', system-ui, sans-serif !important;
}

/* The title accent must stay on the heading font, overriding the guard above */
.reviewsTitle .reviewsTitleAccent {
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, sans-serif !important;
}

/* Widget Wrapper */
.reviewsWidgetWrapper {
    background: transparent;
    border-radius: 24px;
    margin-bottom: clamp(30px, 4vw, 50px);
    overflow: hidden;
    transition: height 220ms ease;
}

/* Trust Row */
.reviewsTrustRow {
    display: flex;
        justify-content: center;
    align-items: center;
    gap: clamp(20px, 4vw, 50px);
    flex-wrap: wrap;
}

.reviewsTrustItem {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: var(--reviews-white);
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(120, 53, 15, 0.06);
    border: 1px solid rgba(251, 191, 36, 0.2);
    transition: all 0.3s ease;
}

.reviewsTrustItem:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.15);
    border-color: var(--reviews-gold);
}

.reviewsTrustItem svg {
    width: 20px;
    height: 20px;
    color: var(--reviews-primary);
}

.reviewsTrustItem span {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--reviews-text);
}

/* Elfsight Widget Overrides */
.reviewsWidgetWrapper .eapps-widget {
    border-radius: 16px !important;
    overflow: hidden;
}

/* Hide Elfsight Widget Title (we have our own header) */
.WidgetTitle__Header-sc-c581efe-2.iAmBWe,
.WidgetTitle__Header-sc-c581efe-2 {
    display: none !important;
}

/* Elfsight Review Cards - White Background */
.HeaderContainer__Inner-sc-4da6b4d0-0.EvYKy.es-header-container,
.HeaderContainer__Inner-sc-4da6b4d0-0,
.HeaderComponent__StyledHeader-sc-82145d0b-0,
.ReviewBackground__Container-sc-f3f0ac28-0.fUfWZS,
.ReviewBackground__Container-sc-f3f0ac28-0,
.es-review-background-container {
    background-color: #ffffff !important;
}

/* Load More Button - keep original Elfsight style, just minor tweaks */
.es-button-base-ellipsis {
    border-radius: 50px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .reviewsTrustRow {
        gap: 12px;
    }
    
    .reviewsTrustItem {
        padding: 10px 16px;
    }
    
    .reviewsTrustItem span {
        font-size: 15px;
    }
    
    .reviewsTitle {
        font-size: clamp(25px, 4.6vw, 32px);
    }
    
    .reviewsSubtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .reviewsPremiumSection {
        padding: 50px 16px;
    }
    
    .reviewsWidgetWrapper {
        padding: 0;
        border-radius: 18px;
    }
    
    .reviewsTrustItem {
        flex: 1 1 100%;
        justify-content: center;
    }
    
    .reviewsTitle {
        font-size: 23px;
    }
    
    .reviewsSubtitle {
        font-size: 16px;
        padding: 0 10px;
        line-height: 1.7;
    }
    
    .reviewsEyebrow {
        padding: 7px 15px 7px 8px;
    }
    
    .reviewsEyebrowText {
        font-size: 14px;
        letter-spacing: 1.1px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .reviewsTrustItem {
        transition: none;
        }
    }
.mhDefSection {
    width: 100%;
    padding: clamp(60px, 8vw, 96px) clamp(20px, 5vw, 60px);
    background: linear-gradient(165deg, #ecfdf5 0%, #d1fae5 30%, #f0fdf4 60%, #ecfdf5 100%);
    position: relative;
    overflow: hidden;
}
.mhDefSection::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 10% 90%, rgba(5, 150, 105, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 10%, rgba(52, 211, 153, 0.05) 0%, transparent 55%);
    pointer-events: none;
}
.mhDefInner {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mhDefTop {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(32px, 4.5vw, 72px);
    align-items: center;
    margin-bottom: clamp(36px, 4.5vw, 52px);
}
.mhDefIntroCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.mhDefEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 9px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.mhDefEyebrowIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 8px rgba(5, 150, 105, 0.35);
}
.mhDefEyebrowText {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #047857;
}
.mhDefTitle {
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: clamp(30px, 3.8vw, 44px);
    font-weight: 800;
    line-height: 1.14;
    color: #064e3b;
    letter-spacing: -0.5px;
    margin: 0;
}
.mhDefTitleAccent {
    background: linear-gradient(120deg, #059669 0%, #047857 55%, #065f46 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.mhDefTagline {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: clamp(16.5px, 1.8vw, 18px);
    line-height: 1.65;
    color: #33534a;
    margin: 0;
}
.mhDefTextBlock {
    text-align: left;
}
.mhDefTextBlock p {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: clamp(16px, 1.7vw, 17.5px);
    line-height: 1.72;
    color: #1e3a2f;
    letter-spacing: 0.1px;
    margin: 0 0 clamp(14px, 2vw, 18px) 0;
}
.mhDefTextBlock p:last-child { margin-bottom: 0; }
.mhDefTextBlock p strong {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    color: #064e3b;
    font-weight: 700;
}
.mhDefTextBlock--bottom {
    max-width: 1020px;
    margin: clamp(30px, 4vw, 44px) auto 0;
    text-align: center;
}
.mhDefGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2.2vw, 24px);
}
.mhDefCard {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 26px 26px 28px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow:
        0 4px 24px rgba(5, 100, 80, 0.06),
        0 1px 6px rgba(5, 100, 80, 0.04),
        0 0 0 1px rgba(5, 100, 80, 0.04);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.mhDefCard:hover {
    transform: translateY(-5px);
    box-shadow:
        0 20px 50px rgba(5, 100, 80, 0.1),
        0 8px 20px rgba(5, 100, 80, 0.06),
        0 0 0 1px rgba(5, 100, 80, 0.06);
}
.mhDefCardHead {
    display: flex;
    align-items: center;
    gap: 14px;
}
.mhDefCardIcon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    flex-shrink: 0;
}
.mhDefCardIcon--blue { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); }
.mhDefCardIcon--blue svg { color: #1d4ed8; stroke: #1d4ed8; }
.mhDefCardIcon--green { background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%); }
.mhDefCardIcon--green svg { color: #059669; stroke: #059669; }
.mhDefCardIcon--amber { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }
.mhDefCardIcon--amber svg { color: #d97706; stroke: #d97706; }
.mhDefCardTitle {
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 17.5px;
    font-weight: 800;
    color: #064e3b;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.mhDefCardText {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.66;
    color: #33534a;
    margin: 0;
    letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
    .mhDefTop { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
    .mhDefGrid { grid-template-columns: 1fr; gap: 16px; max-width: 640px; margin-left: auto; margin-right: auto; }
    .mhDefTextBlock--bottom { text-align: left; margin-top: 30px; }
}
@media (max-width: 768px) {
    .mhDefSection { padding: clamp(52px, 8vw, 72px) clamp(16px, 4vw, 32px); }
    .mhDefTitle { font-size: clamp(27px, 6.2vw, 36px); }
    .mhDefTextBlock p { font-size: 16px; line-height: 1.68; }
    .mhDefCard { padding: 24px 20px 26px; }
    .mhDefCardTitle { font-size: 17px; }
    .mhDefCardText { font-size: 16px; line-height: 1.62; }
}
@media (max-width: 520px) {
    .mhDefSection { padding: 48px 16px; }
    .mhDefTitle { font-size: clamp(25px, 7vw, 32px); }
    .mhDefTagline { font-size: 16px; }
    .mhDefCard { padding: 22px 18px 24px; border-radius: 20px; }
    .mhDefCardIcon { width: 42px; height: 42px; border-radius: 12px; }
    .mhDefEyebrow { padding: 7px 15px 7px 8px; }
    .mhDefEyebrowText { font-size: 14px; letter-spacing: 1.1px; }
}
@media (max-width: 380px) {
    .mhDefSection { padding: 42px 14px; }
    .mhDefTitle { font-size: 24px; }
    .mhDefCard { padding: 20px 16px 22px; border-radius: 18px; }
    .mhDefCardIcon { width: 40px; height: 40px; }
    .mhDefCardTitle { font-size: 17px; }
    .mhDefCardText { font-size: 16px; }
}
