* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: 1.65;
    overflow-x: hidden;
}

body.mobile-menu-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

p, li, a, button, input, textarea {
    font-size: 16px;
}

.site-shell {
    background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 22%, #f5f6f8 100%);
}

.container {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(21, 33, 106, 0.12);
    box-shadow: 0 12px 35px rgba(17, 24, 39, 0.06);
}

.header-row {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: var(--heading);
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary) 0%, #2739a7 55%, var(--accent) 100%);
    box-shadow: 0 12px 26px rgba(21, 33, 106, 0.26);
}

.logo-mark svg {
    width: 27px;
    height: 27px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.desktop-nav a {
    color: #1f2937;
    text-decoration: none;
    font-weight: 750;
    font-size: 18px;
    white-space: nowrap;
    transition: color 180ms ease;
}

.desktop-nav a:hover {
    color: var(--primary);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.phone-button, .primary-button, .secondary-button, .sticky-call-button {
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 850;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    white-space: nowrap;
}

.phone-button {
    color: #ffffff;
    background: var(--primary);
    padding: 15px 18px;
    box-shadow: 0 14px 28px rgba(21, 33, 106, 0.24);
}

.phone-button:hover, .primary-button:hover, .sticky-call-button:hover {
    color: #ffffff;
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(21, 33, 106, 0.32);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    background: #eef1fb;
    color: var(--primary);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    margin: 5px auto;
    transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-nav-panel {
    display: none;
}

.hero-section {
    position: relative;
    isolation: isolate;
    padding: 72px 0 42px;
    background: radial-gradient(circle at 12% 20%, rgba(215, 168, 77, 0.22), transparent 31%), linear-gradient(135deg, #eef1f7 0%, #ffffff 46%, #e8ebf4 100%);
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto -90px -160px auto;
    width: 430px;
    height: 430px;
    background: rgba(21, 33, 106, 0.1);
    border-radius: 999px;
    z-index: -1;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 36px;
    align-items: stretch;
}

.hero-media {
    min-height: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.18);
    position: relative;
    background: #d9dee9;
}

.hero-media img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 18px;
    padding: 14px 17px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 35px rgba(17, 24, 39, 0.15);
    color: var(--heading);
    font-weight: 850;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    padding: 42px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(21, 33, 106, 0.12);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 13px;
    color: var(--primary);
    background: #eef1fb;
    font-weight: 850;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

h1 {
    font-size: 35px;
    line-height: 1.16;
    letter-spacing: -0.045em;
    margin: 18px 0 14px;
}

h2 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    margin: 0;
}

h3, h4 {
    font-size: 20px;
    line-height: 1.35;
    margin: 0;
}

.lead {
    font-size: 18px;
    color: #374151;
    margin: 0 0 18px;
}

.stars {
    color: var(--accent);
    letter-spacing: 0.08em;
    font-size: 21px;
    font-weight: 900;
    margin: 4px 0 14px;
}

.hero-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 8px 0 22px;
}

.hero-icon-card {
    min-width: 0;
    border: 1px solid rgba(21, 33, 106, 0.12);
    border-radius: 18px;
    padding: 12px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 9px;
}

.icon-line {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: var(--primary);
}

.cta-copy {
    font-weight: 900;
    color: var(--primary);
    margin: 0 0 14px;
}

.hero-actions, .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.primary-button {
    padding: 17px 22px;
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(21, 33, 106, 0.24);
}

.secondary-button {
    padding: 16px 20px;
    color: var(--primary);
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.18);
}

.secondary-button:hover {
    transform: translateY(-2px);
    color: var(--primary-dark);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.1);
}

.section {
    padding: 74px 0;
}

.section-muted {
    background: var(--surface-alt);
}

.section-dark {
    background: linear-gradient(135deg, #111827 0%, #15216A 100%);
    color: #f9fafb;
}

.section-dark h2, .section-dark h3, .section-dark h4, .section-dark p, .section-dark li {
    color: #ffffff;
}

.section-dark .section-kicker {
    color: #f6d58e;
}

.section-dark .heading-line {
    background: rgba(255, 255, 255, 0.18);
}

.section-dark .heading-line span {
    background: var(--accent);
}

.section-heading {
    margin-bottom: 26px;
}

.section-kicker {
    color: var(--primary);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    margin-bottom: 8px;
}

.heading-line {
    display: block;
    width: min(360px, 100%);
    height: 4px;
    border-radius: 999px;
    margin-top: 13px;
    background: rgba(21, 33, 106, 0.12);
    overflow: hidden;
}

.heading-line span {
    display: block;
    width: 58px;
    height: 100%;
    border-radius: inherit;
    background: var(--accent);
    transition: width 900ms ease;
}

.heading-line.in-view span {
    width: 100%;
}

.intro-card {
    border-radius: 18px;
    background: #ffffff;
    padding: 34px;
    box-shadow: 0 22px 55px rgba(17, 24, 39, 0.08);
    border: 1px solid rgba(21, 33, 106, 0.1);
}

.intro-card p:last-child {
    margin-bottom: 0;
}

.reviews-shell {
    position: relative;
}

.reviews-track-viewport {
    overflow: hidden;
}

.reviews-track {
    display: flex;
    transition: transform 350ms ease;
}

.review-slide {
    flex: 0 0 50%;
    padding: 8px;
}

.review-card {
    height: 100%;
    border-radius: 18px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.review-card strong {
    display: block;
    color: var(--heading);
    font-size: 18px;
    margin-bottom: 7px;
}

.review-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.review-control {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: var(--primary);
    cursor: pointer;
    font-weight: 900;
}

.split-block {
    display: grid;
    grid-template-columns: minmax(0, 65%) minmax(260px, 35%);
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.split-block.reverse {
    grid-template-columns: minmax(260px, 35%) minmax(0, 65%);
}

.split-block.reverse .split-text {
    order: 2;
}

.split-block.reverse .split-image {
    order: 1;
}

.split-text {
    border-radius: 18px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.split-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.16);
}

.split-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.icon-showcase {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.icon-tile {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
    padding: 14px;
    text-align: center;
    font-weight: 850;
    color: #1f2937;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.05);
}

.icon-tile img, .service-icon-img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 0 auto 10px;
    border-radius: 14px;
}

.service-card {
    border-radius: 18px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
    box-shadow: 0 16px 35px rgba(17, 24, 39, 0.06);
}

.service-card .icon-line {
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.problem-card {
    border-radius: 18px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.problem-card h3 {
    margin-bottom: 12px;
}

.problem-card ul, .payment-list, .footer-links, .zip-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.problem-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
}

.problem-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: var(--accent);
}

.models-box {
    border-radius: 18px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.models-text {
    word-break: break-word;
    font-size: 16px;
    color: #374151;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.trust-card {
    border-radius: 18px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
}

.cta-band {
    border-radius: 18px;
    padding: 36px;
    background: linear-gradient(135deg, var(--primary) 0%, #24359d 100%);
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    box-shadow: 0 22px 55px rgba(21, 33, 106, 0.24);
}

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

.cta-band .primary-button {
    background: #ffffff;
    color: var(--primary);
}

.cta-band .primary-button:hover {
    background: #f6d58e;
    color: var(--primary-dark);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.contact-card, .area-card, .payment-card {
    border-radius: 18px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(21, 33, 106, 0.1);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.contact-card a {
    font-weight: 900;
    text-decoration: none;
}

.payment-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.payment-list li {
    border-radius: 18px;
    background: #eef1fb;
    color: var(--primary);
    font-weight: 850;
    text-align: center;
    padding: 16px;
}

.site-footer {
    background: #0b1028;
    color: #d1d5db;
    padding: 44px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1fr;
    gap: 28px;
}

.site-footer .logo-link, .site-footer h3, .site-footer a {
    color: #ffffff;
}

.site-footer p, .site-footer li, .site-footer a {
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 8px;
}

.disclaimer {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    font-size: 14px;
}

.sticky-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    padding: 10px 12px 12px;
    background: rgba(255, 255, 255, 0.94);
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 260ms ease, opacity 260ms ease;
    box-shadow: 0 -15px 35px rgba(17, 24, 39, 0.14);
}

.sticky-call.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.sticky-call-button {
    width: 100%;
    min-height: 56px;
    background: var(--primary);
    color: #ffffff;
    font-size: 16px;
}

.fade-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .desktop-nav {
        gap: 12px;
    }

    .desktop-nav a {
        font-size: 16px;
    }

    .phone-button {
        padding: 14px 15px;
    }

    .services-grid, .problems-grid, .icon-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 78px;
    }

    .container {
        width: min(100% - 26px, 1160px);
    }

    .header-row {
        min-height: 68px;
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 0;
    }

    .logo-link {
        font-size: 24px;
        max-width: calc(100% - 60px);
    }

    .logo-mark {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .desktop-nav, .header-actions .phone-button {
        display: none;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .mobile-nav-panel {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 240ms ease;
        background: #ffffff;
        border-top: 1px solid rgba(21, 33, 106, 0.1);
    }

    .mobile-nav-panel.is-open {
        max-height: 520px;
    }

    .mobile-nav-panel a {
        display: block;
        padding: 14px 0;
        color: #111827;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
        border-bottom: 1px solid #eef1f6;
    }

    .mobile-nav-panel .phone-button {
        display: flex;
        margin: 14px 0 18px;
        width: 100%;
    }

    .hero-section {
        padding: 34px 0 34px;
    }

    .hero-grid, .split-block, .split-block.reverse, .contact-grid, .cta-band, .footer-grid {
        grid-template-columns: 1fr;
    }

    .split-block.reverse .split-text, .split-block.reverse .split-image {
        order: initial;
    }

    .hero-media img {
        min-height: 300px;
    }

    .hero-content {
        padding: 24px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3, h4 {
        font-size: 20px;
    }

    .lead {
        font-size: 16px;
    }

    .hero-icons {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 52px 0;
    }

    .review-slide {
        flex-basis: 100%;
    }

    .services-grid, .problems-grid, .trust-grid, .payment-list, .icon-showcase {
        grid-template-columns: 1fr;
    }

    .split-image img {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .sticky-call {
        display: none !important;
    }
}
