/* ===== PAGE CSS (customer-reviews) ===== */

			        /* ===== RESET & BASE ===== */
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            color: #234190;
            line-height: 1.7;
            background: #ffffff;
            overflow-x: hidden;
        }
        img { max-width: 100%; height: auto; display: block; }
        a { text-decoration: none; color: inherit; }
        
        /* ===== UTILITY ===== */
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
        
        /* ===== BREADCRUMB ===== */
        .breadcrumb {
            background: #ffffff;
            padding: 12px 0;
            font-size: 0.85rem;
            color: #234190;
            border-bottom: 1px solid #ffffff;
        }
        .breadcrumb a { color: #0a1628; }
        .breadcrumb a:hover { text-decoration: underline; }
        .breadcrumb span { margin: 0 8px; }

        /* ===== HERO SECTION ===== */
        .hero {
            position: relative;
            background: linear-gradient(135deg, #234190 0%, #0a1628 40%, #234190 70%, #0a1628 100%);
            color: #fff;
            padding: 80px 0 60px;
            overflow: hidden;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(254,74,0,0.15) 0%, transparent 70%);
            border-radius: 50%;
        }
        .hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #FE4A00, #FE4A00, #FE4A00);
        }
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(254,74,0,0.15);
            border: 1px solid rgba(254,74,0,0.4);
            border-radius: 50px;
            padding: 8px 20px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #FE4A00;
            margin-bottom: 24px;
            letter-spacing: 0.5px;
        }
        .hero-badge .pulse {
            width: 8px;
            height: 8px;
            background: #FE4A00;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.5); }
        }
        .hero h1 {
            font-family: 'Inter', sans-serif;
            font-size: 4.2rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }
        .hero h1 .highlight {
            color: #FE4A00;
            position: relative;
        }
        .hero-sub {
            font-size: 1.35rem;
            color: rgba(255,255,255,0.85);
            margin-bottom: 32px;
            max-width: 520px;
        }
        .hero-call-incentive {
            margin-top: 16px;
            font-size: 0.9rem;
            color: #fe4a00;
            letter-spacing: 0.3px;
        }
        .hero-call-incentive em {
            font-style: italic;
        }
        .hero-ctas {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }
        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #FE4A00;
            color: #fff;
            padding: 16px 32px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1.05rem;
            transition: all 0.3s;
            box-shadow: 0 4px 20px rgba(254,74,0,0.4);
        }
        .btn-primary:hover {
            background: #fe4a00;
            transform: translateY(-2px);
            box-shadow: 0 6px 30px rgba(254,74,0,0.5);
        }
        .btn-secondary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: transparent;
            color: #fff;
            padding: 16px 32px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1.05rem;
            border: 2px solid rgba(255,255,255,0.3);
            transition: all 0.3s;
        }
        .btn-secondary:hover {
            border-color: #fff;
            background: rgba(255,255,255,0.1);
        }

        /* Hero Right - Guarantee Card */
        .guarantee-card {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 20px;
            padding: 40px;
            text-align: center;
            position: relative;
        }
        .guarantee-card::before {
            content: '';
            position: absolute;
            inset: -2px;
            border-radius: 22px;
            background: linear-gradient(135deg, rgba(254,74,0,0.5), transparent 50%, rgba(254,74,0,0.3));
            z-index: -1;
        }
        .guarantee-number {
            font-size: 6rem;
            font-weight: 900;
            line-height: 1;
            background: linear-gradient(135deg, #FE4A00, #FE4A00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .guarantee-label {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 4px;
        }
        .guarantee-sub {
            color: rgba(255,255,255,0.85);
            margin-top: 12px;
            font-size: 1rem;
        }
        .guarantee-penalty {
            display: inline-block;
            margin-top: 20px;
            background: rgba(254,74,0,0.2);
            border: 1px solid rgba(254,74,0,0.4);
            border-radius: 8px;
            padding: 10px 24px;
            font-weight: 700;
            color: #FE4A00;
            font-size: 1.1rem;
        }

        /* ===== TRUST BAR ===== */
        .trust-bar {
            background: #ffffff;
            border-bottom: 1px solid #ffffff;
            padding: 20px 0;
        }
        .trust-items {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            text-align: center;
        }
        .trust-item {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        .trust-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #0a1628, #3a7bd5);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        .trust-text {
            text-align: left;
        }
        .trust-text strong {
            display: block;
            font-size: 0.95rem;
            color: #234190;
        }
        .trust-text span {
            font-size: 0.8rem;
            color: #234190;
        }

        /* ===== REVIEW STRIP ===== */
        .review-strip {
            background: linear-gradient(135deg, #234190 0%, #0a1628 100%);
            padding: 50px 0 40px;
            position: relative;
            overflow: hidden;
        }
        .review-strip::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(254,74,0,0.08) 0%, transparent 70%);
            border-radius: 50%;
        }
        .review-strip-header {
            text-align: center;
            margin-bottom: 36px;
        }
        .review-strip-header .google-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 50px;
            padding: 8px 20px;
            margin-bottom: 16px;
        }
        .google-logo-svg {
            height: 22px;
            width: auto;
        }
        .google-badge .stars {
            color: #fe4a00;
            font-size: 1.1rem;
            letter-spacing: 2px;
        }
        .google-badge .rating-text {
            color: #ffffff;
            font-size: 0.85rem;
            font-weight: 600;
        }
        .review-strip-header h2 {
            color: #ffffff;
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 6px;
        }
        .review-strip-header p {
            color: rgba(255,255,255,0.85);
            font-size: 0.9rem;
        }
        .review-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .review-card {
            background: rgba(255,255,255,0.06);
            border: 2px solid #FE4A00;
            border-radius: 16px;
            padding: 24px;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .review-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 24px rgba(254,74,0,0.3);
        }
        .review-card-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 14px;
        }
        .review-author {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .review-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #FE4A00, #FE4A00);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 800;
            font-size: 0.9rem;
        }
        .review-name {
            color: #ffffff;
            font-weight: 700;
            font-size: 0.9rem;
        }
        .review-location {
            color: rgba(255,255,255,0.85);
            font-size: 0.75rem;
        }
        .review-stars {
            color: #fe4a00;
            font-size: 0.95rem;
            letter-spacing: 1px;
        }
        .review-text {
            color: rgba(255,255,255,0.85);
            font-size: 0.88rem;
            line-height: 1.65;
            font-style: italic;
        }
        .review-text strong {
            color: #FE4A00;
            font-style: normal;
        }
        .review-date {
            color: rgba(255,255,255,0.85);
            font-size: 0.75rem;
            margin-top: 12px;
        }
        .review-strip-footer {
            text-align: center;
            margin-top: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
        }
        .review-strip-footer a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #FE4A00;
            font-weight: 700;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }
        .review-strip-footer a:hover {
            color: #FE4A00;
        }
        .review-strip-footer .review-count {
            color: rgba(255,255,255,0.85);
            font-size: 0.85rem;
        }

        /* ===== SECTION STYLES ===== */
        section { padding: 80px 0; }
        .section-label {
            display: inline-block;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #FE4A00;
            margin-bottom: 12px;
        }
        .section-title {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1.2;
            color: #234190;
            margin-bottom: 16px;
        }
        .section-desc {
            font-size: 1.1rem;
            color: #4b5563;
            max-width: 700px;
            margin-bottom: 48px;
        }

        /* ===== WHY CHOOSE US ===== */
        .why-section { background: #fff; }
        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .why-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 32px;
            border: 1px solid #ffffff;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }
        .why-card:hover {
            border-color: #FE4A00;
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.08);
        }
        .why-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #0a1628, #FE4A00);
            opacity: 0;
            transition: opacity 0.3s;
        }
        .why-card:hover::before { opacity: 1; }
        .why-card-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #FE4A00, #FE4A00);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        .why-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #234190;
        }
        .why-card p {
            color: #4b5563;
            font-size: 0.95rem;
        }
        .why-card.featured {
            background: linear-gradient(135deg, #234190, #0a1628);
            color: #fff;
            border-color: transparent;
            grid-row: span 2;
        }
        .why-card.featured h3 { color: #fff; }
        .why-card.featured p { color: rgba(255,255,255,0.8); }
        .why-card.featured .why-card-icon {
            background: rgba(255,255,255,0.15);
        }
        .featured-stat {
            font-size: 3.5rem;
            font-weight: 900;
            color: #FE4A00;
            line-height: 1;
            margin: 24px 0 8px;
        }
        .featured-stat-label {
            font-size: 1rem;
            color: rgba(255,255,255,0.85);
        }

        /* ===== SERVICES ===== */
        .services-section {
            background: linear-gradient(180deg, #ffffff 0%, #fff 100%);
        }
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .service-card {
            background: #fff;
            border-radius: 16px;
            padding: 32px;
            border: 1px solid #ffffff;
            transition: all 0.3s;
            position: relative;
        }
        .service-card:hover {
            border-color: #0a1628;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        }
        .service-card-number {
            font-size: 3rem;
            font-weight: 900;
            color: #ffffff;
            line-height: 1;
            margin-bottom: 16px;
        }
        .service-card h3 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #234190;
        }
        .service-card p {
            color: #4b5563;
            font-size: 0.92rem;
            margin-bottom: 16px;
        }
        .service-link {
            color: #FE4A00;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.3s;
        }
        .service-link:hover { gap: 10px; }

        /* ===== NEIGHBORHOODS MAP ===== */
        .neighborhoods-section { background: #fff; }
        .neighborhoods-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: start;
        }
        .neighborhood-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        .neighborhood-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 18px;
            background: #ffffff;
            border-radius: 10px;
            border: 1px solid #ffffff;
            transition: all 0.3s;
        }
        .neighborhood-item:hover {
            border-color: #FE4A00;
            background: #fff;
        }
        .neighborhood-item .dot {
            width: 10px;
            height: 10px;
            background: #FE4A00;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .neighborhood-item .name {
            font-weight: 600;
            font-size: 0.95rem;
        }
        .neighborhood-item .zip {
            font-size: 0.8rem;
            color: #234190;
        }
        .map-container {
            border-radius: 16px;
            overflow: hidden;
            border: 2px solid #f0f2f5;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        }
        .map-container iframe {
            width: 100%;
            height: 500px;
            border: 0;
        }

        /* ===== COMMUNITY LANDMARKS ===== */
        .community-section {
            background: linear-gradient(180deg, #234190 0%, #234190 100%);
            position: relative;
            overflow: hidden;
        }
        .community-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at 30% 50%, rgba(254,74,0,0.05) 0%, transparent 70%);
            pointer-events: none;
        }
        .community-section .section-label { color: #FE4A00; }
        .community-section .section-title { color: #fff; }
        .community-section .section-desc { color: rgba(255,255,255,0.85); }
        .community-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-top: 48px;
        }
        .community-card {
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.08);
            transition: all 0.4s ease;
        }
        .community-card:hover {
            transform: translateY(-6px);
            border-color: rgba(254,74,0,0.3);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }
        .community-card-img {
            width: 100%;
            height: 200px;
            overflow: hidden;
        }
        .community-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .community-card:hover .community-card-img img {
            transform: scale(1.08);
        }
        .community-card-body {
            padding: 20px;
        }
        .community-card-body h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
        }
        .community-card-body p {
            font-size: 0.85rem;
            color: rgba(255,255,255,0.85);
            line-height: 1.6;
        }
        .community-card-tag {
            display: inline-block;
            background: rgba(254,74,0,0.15);
            color: #FE4A00;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 4px 10px;
            border-radius: 20px;
            margin-bottom: 10px;
        }

        /* ===== FAQ SECTION ===== */
        .faq-section {
            background: linear-gradient(180deg, #ffffff 0%, #fff 100%);
        }
        .faq-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
        }
        .faq-card {
            background: #fff;
            border: 1px solid #ffffff;
            border-radius: 16px;
            padding: 28px 28px 24px;
            position: relative;
            transition: all 0.3s ease;
        }
        .faq-card:hover {
            border-color: #FE4A00;
            box-shadow: 0 8px 30px rgba(254,74,0,0.08);
            transform: translateY(-2px);
        }
        .faq-card-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, #FE4A00, #FE4A00);
            color: #fff;
            font-size: 0.75rem;
            font-weight: 800;
            border-radius: 8px;
            margin-bottom: 16px;
        }
        .faq-card h3 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #234190;
            margin-bottom: 12px;
            line-height: 1.4;
        }
        .faq-card p {
            color: #4b5563;
            font-size: 0.92rem;
            line-height: 1.75;
        }

        /* ===== FOUNDER SECTION ===== */
        .founder-section {
            background: linear-gradient(135deg, #234190 0%, #0a1628 100%);
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .founder-section::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(254,74,0,0.1) 0%, transparent 70%);
            border-radius: 50%;
        }
        .founder-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }
        .founder-image {
            width: 100%;
            aspect-ratio: 1;
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid rgba(255,255,255,0.1);
        }
        .founder-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
        }
        .founder-quote {
            font-size: 1.3rem;
            font-style: italic;
            line-height: 1.8;
            color: rgba(255,255,255,0.9);
            margin-bottom: 24px;
            position: relative;
            padding-left: 24px;
            border-left: 4px solid #FE4A00;
        }
        .founder-name {
            font-weight: 700;
            font-size: 1.1rem;
        }
        .founder-title {
            color: rgba(255,255,255,0.85);
            font-size: 0.95rem;
        }
        .founder-license {
            margin-top: 4px;
            color: #FE4A00;
            font-size: 0.85rem;
            font-weight: 600;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: #FE4A00;
            color: #fff;
            text-align: center;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, transparent 50%, rgba(0,0,0,0.1) 100%);
        }
        .cta-content {
            position: relative;
            z-index: 2;
        }
        .cta-section h2 {
            font-size: 2.2rem;
            font-weight: 900;
            margin-bottom: 12px;
        }
        .cta-section p {
            font-size: 1.15rem;
            margin-bottom: 28px;
            opacity: 0.95;
        }
        .btn-white {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #fff;
            color: #FE4A00;
            padding: 18px 40px;
            border-radius: 8px;
            font-weight: 800;
            font-size: 1.2rem;
            transition: all 0.3s;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }
        .btn-white:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
        }

        /* ===== COST GUIDE ===== */
        .cost-section { background: #fff; }
        .cost-table {
            width: 100%;
            border-collapse: collapse;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        }
        .cost-table thead {
            background: linear-gradient(135deg, #0a1628, #3a7bd5);
            color: #fff;
        }
        .cost-table th {
            padding: 16px 24px;
            text-align: left;
            font-weight: 700;
            font-size: 0.95rem;
        }
        .cost-table td {
            padding: 14px 24px;
            border-bottom: 1px solid #ffffff;
            font-size: 0.95rem;
        }
        .cost-table tbody tr:nth-child(even) {
            background: #ffffff;
        }
        .cost-table tbody tr:hover {
            background: #f0f2f5;
        }
        .cost-note {
            margin-top: 16px;
            font-size: 0.85rem;
            color: #234190;
            font-style: italic;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .hero-grid { grid-template-columns: 1fr; gap: 40px; }
            .hero h1 { font-size: 2.4rem; }
            .why-grid { grid-template-columns: 1fr 1fr; }
            .why-card.featured { grid-row: span 1; }
            .services-grid { grid-template-columns: 1fr 1fr; }
            .neighborhoods-grid { grid-template-columns: 1fr; }
            .founder-grid { grid-template-columns: 1fr; }
            .founder-image { max-width: 200px; }
            .faq-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .hero { padding: 50px 0 40px; }
            .hero h1 { font-size: 2rem; }
            .trust-items { grid-template-columns: 1fr 1fr; gap: 16px; }
            .review-cards { grid-template-columns: 1fr; gap: 16px; }
            .review-strip { padding: 36px 0 30px; }
            .review-strip-header h2 { font-size: 1.4rem; }
            .review-strip-footer { flex-direction: column; gap: 12px; }
            .why-grid { grid-template-columns: 1fr; }
            .services-grid { grid-template-columns: 1fr; }
            .neighborhood-list { grid-template-columns: 1fr; }
            .community-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
            .community-card-img { height: 150px; }
            section { padding: 50px 0; }
            .section-title { font-size: 1.8rem; }
            .hero-ctas { flex-direction: column; }
            .btn-primary, .btn-secondary { justify-content: center; }
        }

        /* ===== STICKY MOBILE CTA ===== */
        .mobile-cta {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #FE4A00;
            padding: 12px 20px;
            z-index: 1000;
            box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
        }
        .mobile-cta a {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: #fff;
            font-weight: 800;
            font-size: 1.1rem;
        }
        @media (max-width: 768px) {
            .mobile-cta { display: block; }
            body { padding-bottom: 60px; }
        }

        /* ===== MOBILE FIXES - Breadcrumb & Button ===== */
        body.page-template-elementor_canvas .breadcrumb {
            background: #234190 !important;
            border-bottom: none !important;
            color: rgba(255,255,255,0.85) !important;
        }
        body.page-template-elementor_canvas .breadcrumb a {
            color: rgba(255,255,255,0.85) !important;
        }
        @media (max-width: 768px) {
            body.page-template-elementor_canvas .breadcrumb {
                display: none !important;
            }
        }
        /* Fix phone button text color */
        .btn-primary,
        .btn-primary a,
        a.btn-primary {
            color: #ffffff !important;
        }
        .btn-primary svg {
            fill: #ffffff !important;
        }
		

/* ===== SITE COMPONENTS CSS ===== */

/* ==========================================================================
   Smart Home Air & Heat — Site Components CSS
   Scoped: .shah-ticker, .shah-header, .shah-mobile-menu, .shah-footer
   ========================================================================== */

/* ---------- Font Import ---------- */


/* ---------- REMOVE ELEMENTOR INJECTED CONTENT ---------- */
.elementor-location-footer,
.elementor-location-header,
div[data-elementor-type="footer"],
div[data-elementor-type="header"],
.footer-service-areas,
.footer-tagline {
  display: none !important;
}

/* ---------- ANNOUNCEMENT TICKER ---------- */
.shah-ticker {
  position: relative !important;
  z-index: 99999 !important;
  background: #FE4A00 !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

.shah-ticker__track {
  display: flex !important;
  width: max-content !important;
  animation: shahTickerScroll 34s linear infinite !important;
}

.shah-ticker__track:hover {
  animation-play-state: paused !important;
}

.shah-ticker__content {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.shah-ticker__item {
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1 !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
}

.shah-ticker__dot {
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  background: #fff !important;
  border-radius: 50% !important;
  opacity: 0.7 !important;
  flex-shrink: 0 !important;
}

@keyframes shahTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- SITE HEADER ---------- */
.shah-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99998 !important;
  background: #234190 !important;
  border-bottom: 3px solid #FE4A00 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
  width: 100% !important;
}

.shah-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  height: 84px !important;
}

/* Logo */
.shah-header__logo {
  flex-shrink: 0 !important;
}

.shah-header__logo a {
  display: block !important;
  text-decoration: none !important;
}

.shah-header__logo img {
  width: 180px !important;
  height: auto !important;
  display: block !important;
}

/* Desktop Nav */
.shah-header__nav {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
}

.shah-header__nav-list {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.shah-header__nav-item {
  position: relative !important;
}

.shah-header__nav-item > a {
  display: block !important;
  padding: 20px 12px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
}

.shah-header__nav-item > a:hover,
.shah-header__nav-active > a {
  color: #FE4A00 !important;
}

/* Dropdown */
.shah-header__dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 280px !important;
  background: #234190 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
  border-radius: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(4px) !important;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
  z-index: 99999 !important;
}

.shah-header__dropdown--wide {
  min-width: 320px !important;
}

.shah-header__nav-has-dropdown:hover > .shah-header__dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.shah-header__dropdown li {
  margin: 0 !important;
  padding: 0 !important;
}

.shah-header__dropdown li a {
  display: block !important;
  padding: 10px 20px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  transition: background 0.15s ease !important;
  white-space: normal !important;
  line-height: 1.4 !important;
}

.shah-header__dropdown li:last-child a {
  border-bottom: none !important;
}

.shah-header__dropdown li a:hover,
.shah-header__dropdown-active {
  background: #FE4A00 !important;
  color: #fff !important;
}

/* Right section */
.shah-header__right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}

.shah-header__phone {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  color: #ffffff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
}

.shah-header__phone:hover {
  color: #FE4A00 !important;
}

.shah-header__phone svg {
  flex-shrink: 0 !important;
}

.shah-header__open-badge {
  display: inline-block !important;
  background: #374151 !important;
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.shah-header__location {
  display: block !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 11px !important;
  color: rgba(255,255,255,0.75) !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

/* Hamburger — mobile only */
.shah-header__hamburger {
  display: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 44px !important;
  height: 44px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.shah-header__hamburger-bar {
  display: block !important;
  width: 26px !important;
  height: 3px !important;
  background: #ffffff !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

/* ---------- MOBILE MENU ---------- */
.shah-mobile-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100000 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.shah-mobile-menu.shah-mobile-menu--open {
  pointer-events: auto !important;
  visibility: visible !important;
}

.shah-mobile-menu__overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.6) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.shah-mobile-menu--open .shah-mobile-menu__overlay {
  opacity: 1 !important;
}

.shah-mobile-menu__panel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 320px !important;
  max-width: 85vw !important;
  height: 100% !important;
  background: #0a1628 !important;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  display: flex !important;
  flex-direction: column !important;
}

.shah-mobile-menu--open .shah-mobile-menu__panel {
  transform: translateX(0) !important;
}

.shah-mobile-menu__top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.shah-mobile-menu__logo img {
  width: 160px !important;
  height: auto !important;
  display: block !important;
}

.shah-mobile-menu__close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  background: none !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.shah-mobile-menu__close:hover {
  background: rgba(255,255,255,0.1) !important;
}

.shah-mobile-menu__nav {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 8px 0 !important;
}

.shah-mobile-menu__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shah-mobile-menu__item {
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.shah-mobile-menu__parent-row {
  display: flex !important;
  align-items: center !important;
}

.shah-mobile-menu__link {
  display: block !important;
  flex: 1 !important;
  padding: 15px 20px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}

.shah-mobile-menu__link:hover {
  color: #FE4A00 !important;
}

.shah-mobile-menu__toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  background: none !important;
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.1) !important;
  cursor: pointer !important;
  padding: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  flex-shrink: 0 !important;
}

.shah-mobile-menu__toggle-icon {
  color: #FE4A00 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  transition: transform 0.2s ease !important;
}

.shah-mobile-menu__toggle--open .shah-mobile-menu__toggle-icon {
  transform: rotate(45deg) !important;
}

.shah-mobile-menu__submenu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease !important;
  background: rgba(0,0,0,0.2) !important;
}

.shah-mobile-menu__submenu--open {
  max-height: 2000px !important;
}

.shah-mobile-menu__sublink {
  display: block !important;
  padding: 12px 20px 12px 36px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.04) !important;
  line-height: 1.4 !important;
}

.shah-mobile-menu__sublink:hover {
  color: #FE4A00 !important;
  background: rgba(255,255,255,0.03) !important;
}

/* CTA at bottom of mobile menu */
.shah-mobile-menu__cta {
  padding: 20px !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}

.shah-mobile-menu__phone {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.shah-mobile-menu__phone:hover {
  color: #FE4A00 !important;
}

.shah-mobile-menu__badge {
  display: inline-block !important;
  background: #374151 !important;
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 4px 10px !important;
  border-radius: 3px !important;
}

.shah-mobile-menu__schedule-btn {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 14px 24px !important;
  background: #FE4A00 !important;
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  transition: background 0.2s ease !important;
}

.shah-mobile-menu__schedule-btn:hover {
  background: #fe4a00 !important;
}

/* ---------- FOOTER ---------- */

.shah-footer__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* Service Areas Band */
.shah-footer__service-areas {
  background: linear-gradient(135deg, #0a1628 0%, #0a1628 100%) !important;
  padding: 56px 0 !important;
  width: 100% !important;
}

.shah-footer__areas-heading {
  text-align: center !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 32px 0 !important;
  letter-spacing: -0.02em !important;
}

.shah-footer__city-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

.shah-footer__areas-tagline {
  text-align: center !important;
  margin-top: 24px !important;
  font-size: 0.85rem !important;
  color: rgba(255,255,255,0.85) !important;
  line-height: 1.6 !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.shah-footer__city-link {
  display: block !important;
  padding: 14px 18px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-left: 3px solid #FE4A00 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  line-height: 1.4 !important;
}

.shah-footer__city-link:hover {
  background: rgba(254,74,0,0.15) !important;
  border-color: rgba(254,74,0,0.3) !important;
  border-left-color: #FE4A00 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

/* Main Footer */
.shah-footer__main {
  background: #234190 !important;
  padding: 32px 0 !important;
  width: 100% !important;
}

.shah-footer__columns {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr !important;
  gap: 48px !important;
}

.shah-footer__col {
  min-width: 0 !important;
}

.shah-footer__col--logo img {
  width: 220px !important;
  height: auto !important;
  display: block !important;
  margin-bottom: 20px !important;
}

.shah-footer__tagline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 17px !important;
  color: #fff !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.shah-footer__col-heading {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 20px 0 !important;
}

.shah-footer__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shah-footer__links li {
  margin: 0 0 14px 0 !important;
}

.shah-footer__links li a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.shah-footer__links li a:hover {
  color: #FE4A00 !important;
}

/* Contact column */
.shah-footer__contact-item {
  margin-bottom: 20px !important;
}

.shah-footer__contact-label {
  display: block !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 6px !important;
}

.shah-footer__contact-phone {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.shah-footer__contact-phone:hover {
  color: #FE4A00 !important;
}

.shah-footer__address {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  color: #fff !important;
  line-height: 1.5 !important;
}

.shah-footer__license {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  color: #fff !important;
}

.shah-footer__emergency {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  color: #FE4A00 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.shah-footer__emergency:hover { text-decoration: underline !important; }

/* Social Icons (inside logo column) */
.shah-footer__social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 20px !important;
}

.shah-footer__social-icons a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.08) !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  text-decoration: none !important;
}

.shah-footer__social-icons a:hover {
  background: #FE4A00 !important;
  transform: translateY(-2px) !important;
}

.shah-footer__social-icons a svg {
  width: 20px !important;
  height: 20px !important;
}

/* Copyright Bar */
.shah-footer__copyright {
  background: #FE4A00 !important;
  padding: 14px 0 !important;
  width: 100% !important;
}

.shah-footer__copyright-text {
  text-align: center !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.9) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

.shah-footer__copyright-text a {
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

/* ==========================================================================
   RESPONSIVE — 1024px (nav collapse to mobile)
   ========================================================================== */
@media (max-width: 1024px) {
  .shah-header__nav {
    display: none !important;
  }

  .shah-header__location {
    display: none !important;
  }

  .shah-header__open-badge {
    display: none !important;
  }

  .shah-header__hamburger {
    display: flex !important;
  }

  .shah-header__inner {
    height: 60px !important;
    padding: 0 16px !important;
  }

  .shah-header__logo img {
    width: 150px !important;
  }

  .shah-header__phone-number {
    display: none !important;
  }

  .shah-header__phone svg {
    width: 24px !important;
    height: 24px !important;
  }

  .shah-ticker__item {
    font-size: 19px;
    padding: 0 12px !important;
  }

  .shah-ticker {
    height: 36px !important;
  }
}

/* ==========================================================================
   RESPONSIVE — 768px (tablet)
   ========================================================================== */
@media (max-width: 768px) {
  .shah-footer__city-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .shah-footer__service-areas {
    padding: 36px 0 !important;
  }

  .shah-footer__columns {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }

  .shah-footer__main {
    padding: 32px 0 !important;
  }
}

/* ==========================================================================
   RESPONSIVE — 480px (compact mobile)
   ========================================================================== */
@media (max-width: 480px) {
  .shah-ticker__item {
    font-size: 19px;
    padding: 0 10px !important;
  }

  .shah-ticker {
    height: 32px !important;
  }

  .shah-ticker__dot {
    width: 4px !important;
    height: 4px !important;
  }

  .shah-header__inner {
    height: 56px !important;
    padding: 0 12px !important;
  }

  .shah-header__logo img {
    width: 130px !important;
  }

  .shah-footer__city-grid {
    grid-template-columns: 1fr !important;
  }

  .shah-footer__service-areas {
    padding: 28px 0 !important;
  }

  .shah-footer__areas-heading {
    font-size: 20px !important;
  }

  .shah-footer__columns {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .shah-footer__main {
    padding: 32px 0 !important;
  }

  .shah-footer__copyright-text {
    font-size: 12px !important;
  }

  .shah-mobile-menu__link {
    font-size: 16px !important;
    padding: 13px 16px !important;
  }

  .shah-mobile-menu__sublink {
    font-size: 14px !important;
    padding: 10px 16px 10px 30px !important;
  }

  .shah-mobile-menu__phone {
    font-size: 18px !important;
  }

  .shah-mobile-menu__panel {
    width: 290px !important;
  }

  .shah-footer__social-icons {
    gap: 10px !important;
  }

  .shah-footer__social-icons a {
    width: 36px !important;
    height: 36px !important;
  }

  .shah-footer__social-icons a svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* ---------- Hide mobile menu on desktop ---------- */
@media (min-width: 1025px) {
  .shah-mobile-menu {
    display: none !important;
  }

  .shah-header__hamburger {
    display: none !important;
  }
}

/* ---------- Prevent body scroll when mobile menu is open ---------- */
body.shah-mobile-open {
  overflow: hidden !important;
}
/* Hide any Elementor header/footer remnants */
.elementor-location-header,
.elementor-location-footer,
div[data-elementor-type="header"],
div[data-elementor-type="footer"] {
    display: none !important;
}

/* Hero gradient override */
.elementor-element-426c214,
.elementor-element-426c214.elementor-section {
    background: linear-gradient(180deg, #3a7bd5 0%, #234190 50%, #234190 100%) !important;
}


/* ===== REVIEW CARDS CSS ===== */

.cr-reviews-section {
  background: #f3f3f3;
  padding: 60px 0 72px;
}
.cr-reviews-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.cr-reviews-meta {
  text-align: center;
  margin-bottom: 40px;
}
.cr-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #FE4A00;
  border-radius: 50px;
  padding: 10px 24px;
  margin-bottom: 8px;
}
.cr-rating-badge .cr-stars { color: #fe4a00; font-size: 1.15rem; letter-spacing: 2px; }
.cr-rating-badge .cr-score { font-size: 1.2rem; font-weight: 900; color: #234190; }
.cr-rating-badge .cr-count { font-size: 0.85rem; color: #374151; }
.cr-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cr-review-card {
  background: #fff;
  border: 2px solid #FE4A00;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.cr-review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cr-avatar-wrap { position: relative; flex-shrink: 0; width: 42px; height: 42px; }
.cr-review-avatar-img {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
}
.cr-review-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; color: #fff; flex-shrink: 0;
}
.cr-review-name { font-weight: 700; font-size: 0.88rem; color: #234190; display: block; }
.cr-review-date { font-size: 0.72rem; color: #374151; display: block; }
.cr-review-platform { margin-left: auto; flex-shrink: 0; }
.cr-review-stars-row { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.cr-review-stars { color: #fe4a00; font-size: 0.9rem; letter-spacing: 1px; }
.cr-review-check {
  width: 18px; height: 18px; border-radius: 50%; background: #234190;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cr-review-check svg { width: 10px; height: 10px; }
.cr-review-text { color: #374151; font-size: 0.84rem; line-height: 1.65; flex: 1; }
@media (max-width: 960px) {
  .cr-review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
  .cr-review-grid { grid-template-columns: 1fr; }
}


/* ===== FONT DISPLAY ===== */

@font-face { font-display: swap !important; }
img:not([width]) { aspect-ratio: auto; }
