/* =========================================================
   US Home Services - Professional Theme v3
   Modern, Clean, Home Services Lead-Generation Site
   ========================================================= */

/* ============ RESET ============ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
    --primary: #1e60f5;
    --primary-dark: #1048c7;
    --primary-darker: #0c3aa3;
    --primary-light: #e8f0fe;
    --accent: #ff6b2b;
    --accent-dark: #e85a1b;
    --accent-light: #fff3ed;
    --success: #10b981;
    --success-light: #ecfdf5;
    --dark: #0b1121;
    --dark-card: #111827;
    --gray-900: #1f2937;
    --gray-800: #374151;
    --gray-700: #4b5563;
    --gray-600: #6b7280;
    --gray-500: #9ca3af;
    --gray-400: #d1d5db;
    --gray-300: #e5e7eb;
    --gray-200: #e5e7eb;
    --gray-100: #f3f4f6;
    --gray-50: #f9fafb;
    --white: #ffffff;
    --radius: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,0.25);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    color: var(--gray-900);
    line-height: 1.7;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: all 0.2s ease; }
a:hover { color: var(--primary-dark); }
strong { font-weight: 700; }

.container { width:100%; max-width:1200px; margin:0 auto; padding:0 24px; }

/* ============ TOPBAR ============ */
.topbar {
    background: var(--dark);
    color: var(--gray-500);
    font-size: 0.8rem;
    padding: 0;
}
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    gap: 12px;
}
.topbar a { color: var(--accent); font-weight: 700; }
.topbar a:hover { color: #ff8a50; }
.topbar-left { display: flex; align-items: center; gap: 16px; }
.topbar-left .sep { color: var(--gray-700); }
.topbar-right .phone-link { display: flex; align-items: center; gap: 6px; color: var(--gray-400); }

/* ============ HEADER ============ */
.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.scrolled {
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 24px;
}

/* Brand */
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.brand:hover { text-decoration: none; }
.logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-darker) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(30,96,245,0.3);
}
.brand-text {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--dark);
    line-height: 1.2;
}
.brand-sub {
    display: block;
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--gray-500);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 1px;
}

/* Nav */
.nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-list > li > a {
    display: block;
    color: var(--gray-700);
    font-weight: 600;
    padding: 8px 16px;
    border-radius: var(--radius);
    font-size: 0.92rem;
    transition: all 0.2s;
    white-space: nowrap;
}
.nav-list > li > a:hover {
    background: var(--gray-50);
    color: var(--primary);
}

/* ===== MEGA MENU ===== */
.has-dropdown { position: relative; }
.has-dropdown > a::after {
    content: '\25BE';
    font-size: 0.65rem;
    margin-left: 5px;
    opacity: 0.4;
    transition: opacity 0.2s;
}
.has-dropdown:hover > a::after { opacity: 1; }

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.03);
    padding: 28px 32px;
    min-width: 620px;
    z-index: 2000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(8px);
    transition: all 0.25s ease;
}
.has-dropdown:hover .mega-menu {
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mega-heading {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--gray-500);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--gray-100);
}
.mega-col ul {
    list-style: none;
}
.mega-col ul li a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--gray-800);
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.15s;
}
.mega-col ul li a:hover {
    background: var(--primary-light);
    color: var(--primary);
}
.mega-cta {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--gray-100);
}

/* Header CTA */
.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px;
    border-radius: var(--radius);
    font-size: 0.92rem;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(255,107,43,0.25);
    white-space: nowrap;
    flex-shrink: 0;
}
.header-cta-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255,107,43,0.35);
    color: var(--white);
}

/* Mobile toggle - hamburger bars */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    padding: 10px;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: var(--dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ============ HERO ============ */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0c1a3a 0%, #1a2f6a 40%, #1e60f5 100%);
    padding: 80px 0 90px;
    overflow: hidden;
    color: var(--white);
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 400px at 10% 80%, rgba(255,107,43,0.12) 0%, transparent 70%),
        radial-gradient(ellipse 500px 300px at 90% 20%, rgba(30,96,245,0.2) 0%, transparent 70%);
    pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 50px;
    align-items: center;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.hero h1 .highlight { color: var(--accent); }
.hero .hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 520px;
}
.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.hero-trust {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.8);
}
.hero-trust-item .trust-icon {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Hero phone card */
.hero-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-xl);
    padding: 36px;
    text-align: center;
}
.hero-card .phone-big {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.hero-card .phone-big a { color: var(--white); }
.hero-card .avail {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
}
.hero-card .hero-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: var(--accent);
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: var(--radius);
    text-align: center;
    margin-bottom: 12px;
    transition: all 0.2s;
    box-shadow: 0 4px 15px rgba(255,107,43,0.35);
}
.hero-card .hero-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,107,43,0.45);
    color: var(--white);
}
.hero-card .hero-btn-outline {
    display: block;
    width: 100%;
    padding: 14px;
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.25);
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius);
    text-align: center;
    transition: all 0.2s;
}
.hero-card .hero-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.4);
    color: var(--white);
}
.hero-card .card-note {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.btn-primary {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 2px 8px rgba(30,96,245,0.25);
}
.btn-primary:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(30,96,245,0.35);
}
.btn-accent {
    background: var(--accent);
    color: var(--white);
    box-shadow: 0 2px 8px rgba(255,107,43,0.25);
}
.btn-accent:hover {
    background: var(--accent-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,107,43,0.35);
}
.btn-outline-white {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.3);
}
.btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
    color: var(--white);
}
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

/* ============ SITE CONTENT ============ */
.site-content { padding: 0; min-height: 60vh; }
.content-body { padding: 50px 0 60px; }
.page-header { padding: 50px 0 0; }
.page-header h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

/* Content body styling */
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
    color: var(--dark);
    line-height: 1.35;
    margin: 36px 0 14px;
    font-weight: 700;
}
.content-body h1 { font-size: 2rem; }
.content-body h2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gray-100);
}
.content-body h3 { font-size: 1.25rem; color: var(--gray-900); }
.content-body h4 { font-size: 1.05rem; }
.content-body p { margin-bottom: 16px; color: var(--gray-800); font-size: 1rem; }
.content-body ul, .content-body ol { margin: 0 0 20px 24px; }
.content-body li { margin-bottom: 8px; color: var(--gray-800); }
.content-body li strong { color: var(--dark); }
.content-body hr { border: none; border-top: 2px solid var(--gray-100); margin: 40px 0; }

/* Disclaimer */
.disclaimer { font-size: 0.82rem; color: var(--gray-500); margin-top: 10px; line-height: 1.6; }

/* ============ SECTION ============ */
.section { padding: 60px 0; }
.section-gray { background: var(--gray-50); }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header .overline {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.section-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
.section-header p {
    font-size: 1.05rem;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
}

/* ============ SERVICE CARDS ============ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin: 40px 0;
}
.service-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    opacity: 0;
    transition: opacity 0.3s;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}
.service-card:hover::before { opacity: 1; }
.service-card .card-icon {
    width: 56px;
    height: 56px;
    background: var(--primary-light);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 18px;
    transition: all 0.3s;
}
.service-card:hover .card-icon {
    background: var(--primary);
    transform: scale(1.05);
}
.service-card:hover .card-icon span { filter: brightness(10); }
.service-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}
.service-card p {
    font-size: 0.92rem;
    color: var(--gray-600);
    margin-bottom: 16px;
    line-height: 1.6;
}
.service-card .card-link {
    font-weight: 700;
    color: var(--primary);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.service-card .card-link:hover { gap: 8px; }

/* ============ FEATURE STRIP ============ */
.feature-strip {
    background: var(--gray-50);
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
    padding: 45px 0;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}
.feature-item { text-align: center; padding: 10px; }
.feature-item .feat-icon {
    width: 52px;
    height: 52px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 14px;
}
.feature-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
}
.feature-item p {
    font-size: 0.88rem;
    color: var(--gray-600);
    line-height: 1.5;
    margin: 0;
}

/* ============ CTA SECTION ============ */
.cta-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-darker) 100%);
    padding: 60px 0;
    color: var(--white);
    text-align: center;
}
.cta-section h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--white);
}
.cta-section p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 28px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.cta-section .btn-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ============ STEPS / HOW IT WORKS ============ */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    counter-reset: step;
}
.step-item {
    position: relative;
    padding: 28px 24px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    counter-increment: step;
}
.step-item::before {
    content: counter(step);
    position: absolute;
    top: -16px;
    left: 24px;
    width: 32px;
    height: 32px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(30,96,245,0.3);
}
.step-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
    margin-top: 8px;
}
.step-item p {
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.6;
    margin: 0;
}

/* ============ STATES / AREA LINKS ============ */
.states-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
    margin: 24px 0;
}
.state-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: var(--radius);
    color: var(--gray-700);
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
}
.state-link:hover {
    background: var(--primary-light);
    color: var(--primary);
}

/* ============ FAQ ============ */
.faq-item {
    border-bottom: 1px solid var(--gray-200);
    padding: 20px 0;
}
.faq-item strong {
    display: block;
    font-size: 1.05rem;
    color: var(--dark);
    margin-bottom: 8px;
}
.faq-item p {
    color: var(--gray-700);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.7;
}

/* ============ CONTACT ============ */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 30px 0;
}
.contact-info h3 { font-size: 1.2rem; margin-bottom: 16px; color: var(--dark); }
.contact-info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.contact-info-item .ci-icon {
    width: 44px;
    height: 44px;
    background: var(--primary-light);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.contact-info-item .ci-text strong {
    display: block;
    font-size: 0.95rem;
    color: var(--dark);
    margin-bottom: 2px;
}
.contact-info-item .ci-text span {
    font-size: 0.9rem;
    color: var(--gray-600);
}

/* ============ BREADCRUMBS ============ */
.breadcrumbs {
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-100);
    padding: 12px 0;
    font-size: 0.85rem;
}
.breadcrumbs a { color: var(--gray-500); }
.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs .sep { color: var(--gray-400); margin: 0 8px; }
.breadcrumbs .current { color: var(--gray-700); font-weight: 600; }

/* ============ FOOTER ============ */
.site-footer {
    background: #080e1e;
    color: var(--gray-400);
    padding: 64px 0 0;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.8fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Footer brand column */
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 16px;
    text-decoration: none;
}
.footer-logo:hover { color: var(--white); }
.footer-logo .logo-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-darker));
}
.footer-desc {
    font-size: 0.88rem;
    color: var(--gray-500);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 320px;
}

/* Footer contact items */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fc-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fc-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.fc-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-600);
    margin-bottom: 2px;
}
.fc-value {
    display: block;
    font-size: 0.9rem;
    color: var(--gray-300);
    font-weight: 500;
}
a.fc-value:hover { color: var(--accent); }

/* Footer columns */
.footer-col h4 {
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0; }
.footer-col ul li a {
    display: block;
    color: var(--gray-500);
    font-size: 0.88rem;
    padding: 5px 0;
    transition: all 0.2s;
}
.footer-col ul li a:hover {
    color: var(--white);
    padding-left: 4px;
}

/* Footer bottom */
.footer-bottom {
    padding: 24px 0;
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-bottom p {
    font-size: 0.8rem;
    color: var(--gray-600);
    margin: 0;
}
.footer-bottom .disclaimer-footer {
    font-size: 0.75rem;
    color: var(--gray-600);
    max-width: 700px;
    line-height: 1.6;
    text-align: right;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hero-card { max-width: 420px; margin: 0 auto; }
    .hero h1 { font-size: 2.2rem; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .mega-menu {
        grid-template-columns: 1fr 1fr;
        min-width: 420px;
    }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .main-nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 72px;
        left: 0;
        background: var(--white);
        box-shadow: var(--shadow-xl);
        border-top: 1px solid var(--gray-100);
        z-index: 999;
        padding: 12px 0;
    }
    .main-nav.open { display: block; }
    .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .nav-list > li > a {
        display: block;
        padding: 14px 24px;
        border-radius: 0;
    }
    .mega-menu {
        position: static;
        transform: none;
        grid-template-columns: 1fr;
        min-width: 0;
        border: none;
        box-shadow: none;
        padding: 0 0 0 24px;
        opacity: 1;
        visibility: visible;
        transition: none;
        display: none;
    }
    .mega-menu.open { display: grid; }
    .header-cta-btn { display: none; }
    .header-inner { height: 64px; }
    .hero { padding: 50px 0 60px; }
    .hero h1 { font-size: 1.8rem; }
    .page-header h1 { font-size: 1.7rem; }
    .section { padding: 45px 0; }
    .services-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .footer-bottom .disclaimer-footer { text-align: center; }
    .states-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .topbar-left span:nth-child(2), .topbar-left span:nth-child(3) { display: none; }
    .hero h1 { font-size: 1.6rem; }
    .hero .hero-sub { font-size: 1rem; }
    .hero-cta { flex-direction: column; }
    .hero-cta .btn { width: 100%; justify-content: center; }
    .btn-lg { padding: 14px 24px; }
    .states-grid { grid-template-columns: 1fr; }
}
