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

/* ===== 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, #f04f25, #f04f25, #f04f25);
        }
        .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: #f04f25;
            margin-bottom: 24px;
            letter-spacing: 0.5px;
        }
        .hero-badge .pulse {
            width: 8px;
            height: 8px;
            background: #f04f25;
            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: 3rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }
        .hero h1 .highlight {
            color: #f04f25;
            position: relative;
        }
        .hero-sub {
            font-size: 1.15rem;
            color: rgba(255,255,255,0.85);
            margin-bottom: 32px;
            max-width: 520px;
        }
        .hero-call-incentive {
            margin-top: 16px;
            font-size: 0.9rem;
            color: #f04f25;
            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: #f04f25;
            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: #f04f25;
            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, #f04f25, #f04f25);
            -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.7);
            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: #f04f25;
            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: #f04f25;
            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.70);
            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: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: 24px;
            position: relative;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }
        .review-card:hover {
            transform: translateY(-3px);
            border-color: rgba(254,74,0,0.4);
        }
        .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, #f04f25, #f04f25);
            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: #f04f25;
            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: #f04f25;
            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: #f04f25;
            font-weight: 700;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }
        .review-strip-footer a:hover {
            color: #f04f25;
        }
        .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: #f04f25;
            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: #f04f25;
            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, #f04f25);
            opacity: 0;
            transition: opacity 0.3s;
        }
        .why-card:hover::before { opacity: 1; }
        .why-card-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #f04f25, #f04f25);
            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: #f04f25;
            line-height: 1;
            margin: 24px 0 8px;
        }
        .featured-stat-label {
            font-size: 1rem;
            color: rgba(255,255,255,0.7);
        }

        /* ===== 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: #f04f25;
            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: #f04f25;
            background: #fff;
        }
        .neighborhood-item .dot {
            width: 10px;
            height: 10px;
            background: #f04f25;
            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: #f04f25; }
        .community-section .section-title { color: #fff; }
        .community-section .section-desc { color: rgba(255,255,255,0.7); }
        .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.70);
            line-height: 1.6;
        }
        .community-card-tag {
            display: inline-block;
            background: rgba(254,74,0,0.15);
            color: #f04f25;
            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: #f04f25;
            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, #f04f25, #f04f25);
            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 #f04f25;
        }
        .founder-name {
            font-weight: 700;
            font-size: 1.1rem;
        }
        .founder-title {
            color: rgba(255,255,255,0.70);
            font-size: 0.95rem;
        }
        .founder-license {
            margin-top: 4px;
            color: #f04f25;
            font-size: 0.85rem;
            font-weight: 600;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: #f04f25;
            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: #f04f25;
            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: #f04f25;
            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 .breadcrumb {
            background: #234190 !important;
            border-bottom: none !important;
            color: rgba(255,255,255,0.70) !important;
        }
        body .breadcrumb a {
            color: rgba(255,255,255,0.7) !important;
        }
        @media (max-width: 768px) {
            body .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;
        }

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

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


/* ---------- HIDE LEGACY INJECTED CONTENT ---------- */
.footer-service-areas,
.footer-tagline {
  display: none !important;
}

/* ---------- ANNOUNCEMENT TICKER ---------- */
.shah-ticker {
  position: relative !important;
  z-index: 99999 !important;
  background: #f04f25 !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: 15px !important;
  font-weight: 600 !important;
  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;
}/* ---------- 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: #f04f25 !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: #f04f25 !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: #f04f25 !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: #f04f25 !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: #f04f25 !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: #f04f25 !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: #fff !important;
  padding: 24px 0 56px !important;
  width: 100% !important;
}

.shah-footer__areas-heading {
  text-align: left !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #f04f25 !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

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

.shah-footer__areas-tagline {
  text-align: left !important;
  margin-top: 24px !important;
  font-size: 0.85rem !important;
  color: #4b5563 !important;
  line-height: 1.6 !important;
  max-width: 900px !important;
}

.shah-footer__city-link {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, rgba(254,74,0,0.12) 50%, rgba(254,74,0,0.5) 75%, #FE4A00 100%) !important;
  border: 2px solid #FE4A00 !important;
  border-radius: 8px !important;
  color: #0a1628 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.shah-footer__city-link span {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.2 !important;
}
.shah-footer__city-link small {
  font-weight: 400 !important;
  opacity: 0.6 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.shah-footer__city-link:hover {
  background: linear-gradient(to right, #fff 0%, rgba(254,74,0,0.35) 40%, #FE4A00 100%) !important;
  color: #0a1628 !important;
  transform: translateY(-1px) !important;
}

/* Main Footer */
.shah-footer__main {
  background: #234190 !important;
  padding: 64px 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: #f04f25 !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: #f04f25 !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: #f04f25 !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:6px !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: #f04f25 !important;
  transform: translateY(-2px) !important;
}

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

/* Copyright Bar */
.shah-footer__copyright {
  background: #f04f25 !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-ticker__item {
    font-size: 13px !important;
    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: 40px 0 !important;
  }
}

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

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

  .shah-ticker__dot {
    width: 4px !important;
    height: 4px !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;
  }

}

/* ---------- Prevent body scroll when mobile menu is open ---------- */
body.shah-mobile-open {
  overflow: hidden !important;
}
/* Hide any legacy header/footer remnants */
.legacy-location-header,
.legacy-location-footer {
    display: none !important;
}.skip-nav:focus{left:4px!important;outline:3px solid #FE4A00;border-radius:4px;}

.video-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.video-hero {
    background: linear-gradient(135deg, #f04f25 0%, #f04f25 100%);
    color: white;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.video-hero h1 {
    font-size: 48px;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.video-hero p {
    font-size: 20px;
    margin: 0;
    opacity: 0.95;
}

.video-intro {
    max-width: 860px;
    margin: 0 auto 36px;
    padding: 0 20px;
    text-align: center;
}
.video-intro p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #374151;
}

.video-category {
    margin-bottom: 20px;
}
.video-category:last-child {
    margin-bottom: 0;
}

.category-header {
    background: #234190;
    color: white;
    padding: 20px 30px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.category-header h2 {
    margin: 0;
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-icon {
    font-size: 40px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 30px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}

.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(255, 107, 53, 0.3);
}

.video-thumbnail {
    position: relative;
    height: 200px;
    background: #f04f25;
    overflow: hidden;
}

.yt-facade {
    background-color: #f04f25 !important;
}

.video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f2f5 0%, #f3f3f3 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f2f5;
}

.video-placeholder-icon {
    font-size: 60px;
    margin-bottom: 10px;
}

.video-info {
    padding: 15px;
}

.video-title {
    font-size: 16px;
    font-weight: bold;
    color: #374151;
    margin: 0 0 5px 0;
}

.video-description {
    font-size: 14px;
    color: #374151;
    margin: 0;
}

@media (max-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }
    .video-hero h1 {
        font-size: 36px;
    }
    .category-header h2 {
        font-size: 24px;
    }
}@media (max-width: 480px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    .video-hero h1 {
        font-size: 28px;
    }
    .video-hero p {
        font-size: 16px;
    }
}.video-hero h1, .video-hero p {color: white !important}
.category-header h2, .category-header h2 span {color: white !important}

/* Social icons — orange square */
.shah-footer__social-icons { display: flex !important; align-items: center !important; gap: 10px !important; margin-top: 20px !important; }
.shah-footer__social-icons a { display: flex !important; align-items: center !important; justify-content: center !important; width: 38px !important; height: 38px !important; border-radius: 6px !important; background: #FE4A00 !important; transition: transform 0.2s, opacity 0.2s !important; text-decoration: none !important; }
.shah-footer__social-icons a:hover { transform: translateY(-2px) !important; opacity: 0.85 !important; background: #FE4A00 !important; }
.shah-footer__social-icons a svg { width: 17px !important; height: 17px !important; }/* Category description paragraphs */
.category-desc {
    max-width: 860px;
    margin: 16px auto 0;
    padding: 0 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
}
