:root {
    --mp-primary: #005aa8;
    --mp-accent: #e65f1f;
}

.mp-site-header {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.mp-site-header .mp-shell {
    max-width: 1220px;
}

.mp-site-header .mp-brand img,
.mp-site-header .mp-brand .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 46px;
    object-fit: contain;
}

.mp-site-header .mp-nav-list {
    gap: 26px;
}

.mp-site-header .mp-nav-list a {
    font-size: 0.9rem;
    font-weight: 550;
}

.mp-eyebrow span,
.mp-kicker,
.mp-site-nav a:hover,
.mp-site-nav a:focus-visible,
.mp-footer a:hover,
.mp-footer a:focus-visible {
    color: var(--mp-accent);
}

.mp-hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(230, 95, 31, 0.13), transparent 28rem),
        linear-gradient(180deg, #fff 0%, #f5f9fd 100%);
}

.home .mp-hero-grid,
.front-page .mp-hero-grid {
    grid-template-columns: minmax(0, 760px);
    min-height: auto;
    padding-block: clamp(4.25rem, 7vw, 6.25rem);
}

.home .mp-hero-visual,
.front-page .mp-hero-visual {
    display: none;
}

.mp-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 2rem 5rem rgba(0, 32, 64, 0.14);
}

.mp-visibility-strip {
    background: #003d73;
}

.mp-price-card-featured {
    border-color: var(--mp-accent);
}

.mp-price-badge {
    color: var(--mp-accent);
    background: rgba(230, 95, 31, 0.1);
}

.mppw {
    --mppw-primary: var(--mp-primary);
    --mppw-secondary: var(--mp-accent);
}

.home .mp-home-section,
.front-page .mp-home-section {
    max-width: 1220px;
    margin-inline: auto;
    padding: clamp(3rem, 5vw, 4.75rem) clamp(1rem, 3vw, 2rem);
}

.home .mp-home-section + .mp-home-section,
.front-page .mp-home-section + .mp-home-section {
    padding-top: 0;
}

.mp-home-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.mp-home-section-kicker {
    margin: 0 0 .45rem;
    color: var(--mp-accent);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mp-home-section h2 {
    margin: 0;
    max-width: 760px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.06;
}

.mp-home-section-text {
    max-width: 760px;
    margin: .85rem 0 0;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.65;
}

.mp-home-more {
    color: var(--mp-primary);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.mp-home-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mp-home-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    padding: 1.4rem;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
    color: #0f172a;
    text-decoration: none;
}

.mp-home-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: #eef5ff;
    color: var(--mp-primary);
    font-weight: 900;
}

.mp-home-card h3 {
    margin: 0 0 .65rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.mp-home-card p {
    margin: 0;
    color: #667085;
    line-height: 1.55;
}

.mp-home-widget-frame {
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.mp-home-widget-frame .mppw {
    margin: 0;
}

.mp-home-widget-frame .mppw-search,
.mp-home-widget-frame .mppw-result-count,
.mp-home-widget-frame .mppw-company-result-count,
.mp-home-widget-frame .mppw-region-index-entry,
.mp-home-widget-frame .mppw-pagination {
    display: none !important;
}

.mp-home-widget-frame .mppw-grid,
.mp-home-widget-frame .mppw-company-grid {
    margin-top: 0;
}

.mp-home-cta-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, .8fr));
    gap: 1rem;
    align-items: stretch;
    border-radius: 24px;
    background: #f3f7fb;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.mp-home-cta-strip h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.mp-home-cta-strip .mp-home-card {
    min-height: 0;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .mp-brand img,
    .mp-brand .custom-logo {
        max-width: 170px;
        max-height: 42px;
    }

    .mp-site-header .mp-nav-list {
        gap: 18px;
    }

    .mp-home-cards,
    .mp-home-cta-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .mp-brand img,
    .mp-brand .custom-logo {
        max-width: 150px;
        max-height: 36px;
    }

    .home .mp-hero-grid,
    .front-page .mp-hero-grid {
        padding-block: 3.25rem;
    }

    .mp-home-section-header {
        display: block;
    }

    .mp-home-more {
        display: inline-flex;
        margin-top: 1rem;
    }

    .mp-home-widget-frame {
        padding: .75rem;
        border-radius: 16px;
    }
}
