body.usa-brand-pilot .home-service-overview,
body.ubp-design.usa-brand-pilot .home-service-overview,
body.ubp-design.usa-brand-pilot:not(.ubp-v2-body):not(.ubp-v3-body):not(.ubp-v4-body):not(.ubp-v5-body) .home-service-overview {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid;
    gap: 32px;
    margin-top: 40px;
    padding: 0 !important;
}

body.usa-brand-pilot .section-copy,
body.ubp-design.usa-brand-pilot .section-copy {
    display: grid;
    gap: 12px;
    max-width: 520px;
}

body.usa-brand-pilot .section-copy p,
body.ubp-design.usa-brand-pilot .section-copy p {
    font-size: .9rem;
    line-height: 1.75;
    margin: 0;
    max-width: none;
}

body.usa-brand-pilot .hero-seo-copy,
body.ubp-design.usa-brand-pilot .hero-seo-copy {
    border-left: 3px solid var(--pilot-teal);
    display: grid;
    gap: 10px;
    margin-top: 22px;
    max-width: 780px;
    padding-left: 18px;
}

body.usa-brand-pilot .hero-seo-copy p,
body.ubp-design.usa-brand-pilot .hero-seo-copy p {
    font-size: .92rem;
    line-height: 1.75;
    margin: 0;
}

body.usa-brand-pilot .home-platform-overview-panel,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel,
body.ubp-design.usa-brand-pilot:not(.ubp-v2-body):not(.ubp-v3-body):not(.ubp-v4-body):not(.ubp-v5-body) .home-platform-overview-panel {
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid var(--line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--text) !important;
    display: block !important;
    overflow: visible;
    padding: 30px 0 0 !important;
}

body.usa-brand-pilot .home-platform-overview-panel:first-child,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel:first-child,
body.ubp-design.usa-brand-pilot:not(.ubp-v2-body):not(.ubp-v3-body):not(.ubp-v4-body):not(.ubp-v5-body) .home-platform-overview-panel:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
}

body.usa-brand-pilot .home-platform-overview-panel .home-platform-heading,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel .home-platform-heading {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(190px, .36fr) minmax(260px, .64fr);
    margin-bottom: 18px;
}

body.usa-brand-pilot .home-platform-overview-panel .home-platform-heading > div,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel .home-platform-heading > div {
    min-width: 0;
}

body.usa-brand-pilot .home-platform-overview-panel .home-platform-heading small,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel .home-platform-heading small {
    align-items: center;
    background: color-mix(in srgb, var(--platform-accent), transparent 86%);
    border: 1px solid color-mix(in srgb, var(--platform-accent), transparent 66%);
    border-radius: 999px;
    color: var(--platform-accent);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: 0 !important;
    line-height: 1.2;
    padding: 7px 10px;
    text-transform: none;
}

body.usa-brand-pilot .home-platform-overview-panel .home-platform-heading h3,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel .home-platform-heading h3 {
    font-size: 1.55rem;
    line-height: 1.14;
    margin: 10px 0 0;
}

body.usa-brand-pilot .home-platform-overview-panel .home-platform-heading p,
body.ubp-design.usa-brand-pilot .home-platform-overview-panel .home-platform-heading p {
    font-size: .92rem;
    line-height: 1.75;
    margin: 0;
    max-width: 70ch;
}

body.usa-brand-pilot .home-platform-summary,
body.ubp-design.usa-brand-pilot .home-platform-summary {
    display: grid;
    gap: 10px;
}

body.usa-brand-pilot .story-copy,
body.ubp-design.usa-brand-pilot .story-copy {
    display: grid;
    gap: 14px;
}

body.usa-brand-pilot .story-grid,
body.ubp-design.usa-brand-pilot .story-grid {
    align-items: start;
    gap: clamp(28px, 4vw, 56px);
    grid-template-columns: minmax(260px, .85fr) minmax(420px, 1.15fr);
}

body.usa-brand-pilot .story-grid > div:first-child,
body.ubp-design.usa-brand-pilot .story-grid > div:first-child {
    max-width: 520px;
}

body.usa-brand-pilot .story-grid > div:last-child,
body.ubp-design.usa-brand-pilot .story-grid > div:last-child {
    min-width: 0;
}

body.usa-brand-pilot .story-copy p,
body.ubp-design.usa-brand-pilot .story-copy p {
    font-size: .94rem;
    line-height: 1.8;
    margin: 0;
    max-width: 76ch;
}

body.usa-brand-pilot .story-proof-list,
body.ubp-design.usa-brand-pilot .story-proof-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 4px 0 2px;
    padding: 0;
}

body.usa-brand-pilot .story-proof-list li,
body.ubp-design.usa-brand-pilot .story-proof-list li {
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    line-height: 1.55;
    padding: 12px 14px;
}

body.usa-brand-pilot .story-proof-list li::before,
body.ubp-design.usa-brand-pilot .story-proof-list li::before {
    color: var(--pilot-teal);
    content: ">";
    font-weight: 900;
    margin-right: 8px;
}

body.usa-brand-pilot .step p + p,
body.ubp-design.usa-brand-pilot .step p + p {
    margin-top: 10px;
}

body.usa-brand-pilot .home-seo-copy p,
body.ubp-design.usa-brand-pilot .home-seo-copy p,
body.usa-brand-pilot .step p,
body.ubp-design.usa-brand-pilot .step p,
body.usa-brand-pilot .advantage-grid p,
body.ubp-design.usa-brand-pilot .advantage-grid p,
body.usa-brand-pilot .accordion-item > div p,
body.ubp-design.usa-brand-pilot .accordion-item > div p {
    font-size: .88rem;
    line-height: 1.75;
}

body.usa-brand-pilot .home-seo-copy p,
body.ubp-design.usa-brand-pilot .home-seo-copy p {
    margin-bottom: 14px;
}

body.usa-brand-pilot .testimonial-context,
body.ubp-design.usa-brand-pilot .testimonial-context {
    font-size: .95rem;
    line-height: 1.75;
    margin: 22px auto 0;
    max-width: 760px;
}

body.usa-brand-pilot .home-service-grid,
body.ubp-design.usa-brand-pilot .home-service-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.usa-brand-pilot .home-service-grid .service-card,
body.ubp-design.usa-brand-pilot .home-service-grid .service-card {
    display: flex;
    flex-direction: column;
    min-height: 224px;
    padding: 20px;
}

body.usa-brand-pilot .home-service-grid .service-card-top,
body.ubp-design.usa-brand-pilot .home-service-grid .service-card-top {
    margin-bottom: 18px;
}

body.usa-brand-pilot .home-service-grid .service-card h3,
body.ubp-design.usa-brand-pilot .home-service-grid .service-card h3 {
    font-size: 1rem;
    line-height: 1.22;
    margin: 8px 0 10px;
}

body.usa-brand-pilot .home-service-grid .service-card p,
body.ubp-design.usa-brand-pilot .home-service-grid .service-card p {
    font-size: .78rem;
    line-height: 1.65;
}

body.usa-brand-pilot .home-service-grid .service-link,
body.ubp-design.usa-brand-pilot .home-service-grid .service-link {
    margin-top: auto;
}

@media (max-width: 1140px) {
    body.usa-brand-pilot .home-service-grid,
    body.ubp-design.usa-brand-pilot .home-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {
    body.usa-brand-pilot .split-heading .section-copy,
    body.ubp-design.usa-brand-pilot .split-heading .section-copy {
        margin-top: 20px;
        max-width: none;
    }

    body.usa-brand-pilot .story-grid,
    body.ubp-design.usa-brand-pilot .story-grid {
        grid-template-columns: 1fr;
    }

    body.usa-brand-pilot .story-grid > div:first-child,
    body.ubp-design.usa-brand-pilot .story-grid > div:first-child,
    body.usa-brand-pilot .story-copy p,
    body.ubp-design.usa-brand-pilot .story-copy p {
        max-width: none;
    }

    body.usa-brand-pilot .home-platform-overview-panel .home-platform-heading,
    body.ubp-design.usa-brand-pilot .home-platform-overview-panel .home-platform-heading {
        grid-template-columns: 1fr;
    }

    body.usa-brand-pilot .home-service-grid,
    body.ubp-design.usa-brand-pilot .home-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.usa-brand-pilot .home-service-overview,
    body.ubp-design.usa-brand-pilot .home-service-overview {
        gap: 28px;
        margin-top: 30px;
    }

    body.usa-brand-pilot .home-service-grid,
    body.ubp-design.usa-brand-pilot .home-service-grid {
        grid-template-columns: 1fr;
    }

    body.usa-brand-pilot .home-service-grid .service-card,
    body.ubp-design.usa-brand-pilot .home-service-grid .service-card {
        min-height: 0;
    }
}
