html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #E5E7EB;
}

.logo-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2252C9;
    color: #FFFFFF;
    flex: 0 0 auto;
}

.logo-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
}

.desktop-nav {
    display: none;
}

.desktop-nav a {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    text-decoration: none;
}

.desktop-nav a:hover {
    color: #2252C9;
}

.header-phone-desktop {
    display: none !important;
}

.mobile-menu-toggle {
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #D1D5DB;
    color: #111827;
    background: #FFFFFF;
}

.mobile-menu {
    display: none;
    border-top: 1px solid #E5E7EB;
    background: #FFFFFF;
}

.mobile-menu.is-open {
    display: block;
}

.mobile-menu a {
    display: block;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    border-bottom: 1px solid #EEF2F7;
}

.mobile-menu .phone-link {
    display: inline-flex;
    margin: 16px 20px 20px;
    width: calc(100% - 40px);
    justify-content: center;
    white-space: nowrap;
}

.btn-primary,
.phone-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 24px;
    background: #2252C9;
    color: #FFFFFF !important;
    border: 2px solid #2252C9;
    border-radius: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn-primary:hover,
.phone-link:hover {
    transform: translateY(-2px);
    background: #173B98;
    border-color: #173B98;
    color: #FFFFFF !important;
}

.pulse-button {
    animation: whitePulse 2.35s ease-in-out infinite;
}

@keyframes whitePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.46), 0 14px 30px rgba(34, 82, 201, 0.28);
    }
    50% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.08), 0 18px 38px rgba(34, 82, 201, 0.36);
    }
}

.hero-section {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    isolation: isolate;
    background-image: linear-gradient(180deg, rgba(3, 12, 28, 0.74), rgba(3, 12, 28, 0.84)), url('../images/kitchen-premium.jpg');
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 170px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.98));
    z-index: -1;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    background: #2252C9;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-title {
    max-width: 1040px;
    margin: 22px auto 0;
    color: #FFFFFF;
    font-size: clamp(45px, 6.5vw, 76px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.hero-subtitle {
    max-width: 790px;
    margin: 24px auto 0;
    color: #EAF0FF;
    font-size: 20px;
    line-height: 1.7;
}

.stars {
    margin-top: 20px;
    color: #2252C9;
    font-size: 30px;
    letter-spacing: 0.15em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-gallery-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.hero-gallery-icons img {
    width: auto;
    height: 48px;
    max-width: 150px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 10px;
}

.hero-cta-text {
    margin-top: 28px;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 800;
}

.section-pad {
    padding: 84px 0;
}

.section-title {
    margin-top: 14px;
    color: #111827;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.section-title.dark,
.dark-section .section-title,
.dark-section h2,
.dark-section h3,
.dark-section h4 {
    color: #FFFFFF;
}

.heading-rule {
    width: 74px;
    height: 5px;
    background: #2252C9;
    margin-top: 18px;
}

.heading-rule.center {
    margin-left: auto;
    margin-right: auto;
}

p,
li {
    font-size: 16px;
    line-height: 1.75;
}

.lead {
    font-size: 18px;
    color: #4B5563;
}

.two-col-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    align-items: center;
}

.feature-text {
    min-width: 0;
}

.feature-media {
    min-width: 0;
}

.feature-media img,
.photo-panel img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.18);
}

.stat-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: #DDE5F5;
    border: 1px solid #DDE5F5;
}

.stat-box {
    background: #FFFFFF;
    padding: 26px;
}

.stat-box strong {
    display: block;
    color: #111827;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.service-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5EAF5;
    padding: 28px;
    min-height: 100%;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #2252C9;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.service-icon,
.benefit-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ECF2FF;
    color: #2252C9;
    margin-bottom: 18px;
}

.service-card h3,
.benefit-card h3,
.faq-item h3 {
    color: #111827;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.service-card h3::after,
.benefit-card h3::after,
.faq-item h3::after,
.dark-card h3::after,
.feature-text h3::after,
.cta-band h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 12px;
    background: #2252C9;
}

.service-card ul,
.check-list {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.service-card li,
.check-list li {
    position: relative;
    padding-left: 26px;
}

.service-card li::before,
.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #2252C9;
}

.dark-section {
    background: radial-gradient(circle at top left, rgba(34, 82, 201, 0.28), transparent 36%), #071226;
    color: #E5E7EB;
}

.dark-section p,
.dark-section li {
    color: #D8E0F0;
}

.dark-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #F9FAFB;
    padding: 28px;
}

.benefit-card {
    border: 1px solid #DCE5F7;
    background: linear-gradient(180deg, #FFFFFF, #F7F9FE);
    padding: 28px;
}

.cta-band {
    background: linear-gradient(135deg, #2252C9, #0B1D48);
    color: #FFFFFF;
    padding: 44px;
}

.cta-band h2,
.cta-band h3,
.cta-band p {
    color: #FFFFFF;
}

.review-shell {
    overflow: hidden;
}

.review-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.review-track::-webkit-scrollbar {
    display: none;
}

.review-card {
    scroll-snap-align: start;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    padding: 28px;
    min-height: 255px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.review-name {
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.review-stars {
    color: #2252C9;
    letter-spacing: 0.08em;
    font-size: 20px;
}

.carousel-button {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.carousel-button:hover {
    background: #2252C9;
    border-color: #2252C9;
    color: #FFFFFF;
}

.zip-list,
.city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zip-list span,
.city-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    background: #ECF2FF;
    color: #173B98;
    font-weight: 800;
}

.faq-item {
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    padding: 26px;
}

.footer {
    background: #050B18;
    color: #D9E2F2;
    padding: 52px 0 28px;
}

.footer p,
.footer a,
.footer li {
    color: #D9E2F2;
    font-size: 14px;
    line-height: 1.7;
}

.footer .logo-text,
.footer h3 {
    color: #FFFFFF;
}

.footer a:hover {
    color: #FFFFFF;
}

.mobile-sticky-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: none !important;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    background: rgba(5, 11, 24, 0.96);
    transform: translateY(110%);
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-sticky-call a {
    width: 100%;
    min-height: 56px;
}

.mobile-sticky-call.is-visible {
    display: block !important;
    transform: translateY(0);
    opacity: 1;
}

@media (min-width: 640px) {
    .stat-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .desktop-nav {
        display: flex !important;
        align-items: center;
        gap: 26px;
    }

    .header-phone-desktop {
        display: inline-flex !important;
    }

    .mobile-menu-toggle,
    .mobile-menu,
    .mobile-sticky-call,
    .mobile-sticky-call.is-visible {
        display: none !important;
    }

    .two-col-feature {
        grid-template-columns: minmax(0, 7fr) minmax(250px, 3fr);
    }

    .two-col-feature.reverse {
        grid-template-columns: minmax(250px, 3fr) minmax(0, 7fr);
    }

    .review-track {
        grid-auto-columns: calc((100% - 44px) / 3);
    }
}

@media (max-width: 767px) {
    body.has-sticky-call {
        padding-bottom: 92px;
    }

    .hero-section {
        min-height: 670px;
        padding-top: 40px;
    }

    .hero-title {
        font-size: clamp(32px, 11vw, 45px);
    }

    .section-title {
        font-size: clamp(30px, 9vw, 34px);
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .section-pad {
        padding: 58px 0;
    }

    .logo-text {
        font-size: 24px;
    }

    .cta-band {
        padding: 30px 22px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .fade-up {
        animation: fadeUp 700ms ease both;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(22px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
