.marketing-v2,
.marketing-v2 * {
    box-sizing: border-box;
}

body:has(.marketing-v2) {
    overflow-x: hidden;
}

.marketing-v2 {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #fff;
    color: #111827;
    font-family: "Segoe UI", Arial, sans-serif;
}

.marketing-v2 p {
    color: #475569;
    font-size: clamp(.98rem, 1.1vw, 1.08rem);
    line-height: 1.72;
}

.marketing-v2 h1,
.marketing-v2 h2,
.marketing-v2 h3 {
    font-family: "Segoe UI", Arial, sans-serif;
}

.marketing-hero {
    position: relative;
    display: grid;
    min-height: clamp(520px, 70vh, 720px);
    place-items: center;
    padding: 6rem 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.marketing-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 12, 29, .18), rgba(4, 12, 29, .56));
}

.marketing-hero-content {
    position: relative;
    z-index: 1;
    width: min(900px, 100%);
}

.marketing-v2 .marketing-eyebrow,
.marketing-v2 .marketing-kicker {
    margin: 0 0 .8rem;
    color: #f15a2b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.marketing-v2 .marketing-eyebrow {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
}

.marketing-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.55rem, 5vw, 4.85rem);
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.04;
    text-shadow: 0 3px 24px rgba(0, 0, 0, .42);
}

.marketing-hero h1:focus {
    outline: none;
}

.marketing-hero-content > p:not(.marketing-eyebrow) {
    max-width: 720px;
    margin: 1.2rem auto 0;
    color: rgba(255, 255, 255, .93);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.65;
}

.marketing-section {
    padding: clamp(5rem, 9vw, 8.5rem) clamp(1.35rem, 5vw, 5rem);
    background: #fff;
}

.marketing-section-muted {
    background: #f5f7fa;
}

.marketing-section-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.marketing-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.marketing-split-reverse > :first-child {
    grid-column: 1;
}

.marketing-copy h2,
.marketing-section h2 {
    margin: 0 0 1.3rem;
    color: #0b2348;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.marketing-copy p:last-of-type {
    margin-bottom: 0;
}

.marketing-button {
    display: inline-flex;
    min-width: 174px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease;
}

.marketing-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.marketing-button-primary {
    background: #f15a2b;
    color: #fff;
}

.marketing-button-primary:hover {
    background: #d9481e;
    color: #fff;
}

.marketing-button-secondary {
    margin-top: 1rem;
    border-color: #0b2348;
    color: #0b2348;
}

.marketing-button-secondary:hover {
    background: #0b2348;
    color: #fff;
}

.marketing-screen-card {
    margin: 0;
    overflow: hidden;
    border: 8px solid #111827;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 44px rgba(15, 23, 42, .18);
}

.marketing-screen-card img {
    display: block;
    width: 100%;
}

body:has(.marketing-v2) .jft-nav {
    position: relative !important;
    z-index: 2000 !important;
    width: 100%;
    min-height: 72px;
    padding: .55rem clamp(1.25rem, 4vw, 4.5rem) !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: rgba(255, 255, 255, .98) !important;
    border-bottom: 1px solid #e3e8ef;
    box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
    text-align: left;
}

body:has(.marketing-v2) .jft-nav::before {
    content: "";
    display: block;
    width: 150px;
    height: 54px;
    flex: 0 0 150px;
    position: absolute;
    left: clamp(1.25rem, 4vw, 4.5rem);
    background: url("/full_logo_color_large.png") left center / contain no-repeat;
}

body:has(.marketing-v2) .jft-nav-items {
    width: fit-content;
    max-width: calc(100% - 190px);
    margin-inline: auto;
    gap: clamp(.15rem, 1vw, 1.25rem);
    flex-wrap: wrap;
    justify-content: center;
}

body:has(.marketing-v2) .jft-nav .nav-link,
body:has(.marketing-v2) .jft-nav ._nav-link,
body:has(.marketing-v2) .jft-nav .nav-link.active,
body:has(.marketing-v2) .jft-nav ._nav-link.active {
    padding: .6rem .7rem;
    color: #172554 !important;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 999px;
}

body:has(.marketing-v2) .jft-nav .nav-link:hover,
body:has(.marketing-v2) .jft-nav ._nav-link:hover,
body:has(.marketing-v2) .jft-nav .nav-link.active,
body:has(.marketing-v2) .jft-nav ._nav-link.active {
    color: #172554 !important;
    background: #eef2f7 !important;
}

body:has(.marketing-v2) .jft-nav ._submenu {
    background: #fff;
    border: 1px solid #e3e8ef;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .12);
}

@media (max-width: 900px) {
    .marketing-split {
        grid-template-columns: 1fr;
        gap: 3.25rem;
    }

    .marketing-split-reverse > :first-child {
        grid-row: 2;
    }
}

@media (max-width: 640px) {
    body:has(.marketing-v2) .jft-nav {
        min-height: 66px;
        padding: .4rem 1rem !important;
    }

    body:has(.marketing-v2) .jft-nav::before {
        width: 126px;
        height: 50px;
        flex-basis: 126px;
        position: static;
    }

    body:has(.marketing-v2) .jft-nav-toggle {
        display: flex;
        margin: 0 0 0 auto;
        padding: .55rem;
    }

    body:has(.marketing-v2) .jft-nav-items {
        top: 100%;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 66px);
        overflow-y: auto;
        padding: .75rem 1rem 1rem;
        max-width: none;
        margin: 0;
        gap: .15rem;
        background: #fff !important;
        box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
    }

    body:has(.marketing-v2) .jft-nav-items.open {
        display: flex;
    }

    body:has(.marketing-v2) .jft-nav .nav-link,
    body:has(.marketing-v2) .jft-nav ._nav-link {
        width: 100%;
        justify-content: center;
    }

    .marketing-hero {
        min-height: 560px;
        padding: 5rem 1.25rem;
    }

    .marketing-section {
        padding: 4.5rem 1.25rem;
    }

    .marketing-screen-card {
        border-width: 5px;
        border-radius: 12px;
    }

    .marketing-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketing-button {
        transition: none;
    }
}
