.marketing-home {
    --marketing-ink: #183247;
    --marketing-muted: #5d7181;
    --marketing-primary: #406f96;
    --marketing-primary-dark: #244d6c;
    --marketing-accent: #62c5b2;
    --marketing-surface: #f3f7fa;
    background: #fff;
    color: var(--marketing-ink);
    overflow: hidden;
}

.marketing-home h1,
.marketing-home h2,
.marketing-home h3,
.marketing-home p {
    margin-top: 0;
}

.marketing-home h1,
.marketing-home h2,
.marketing-home h3 {
    letter-spacing: -0.025em;
}

.marketing-container {
    max-width: 1320px;
    padding-left: 48px;
    padding-right: 48px;
}

.marketing-hero {
    background:
        linear-gradient(105deg, rgba(15, 37, 55, .97) 0%, rgba(31, 71, 101, .94) 52%, rgba(28, 69, 99, .78) 100%),
        url("../images/banner-01.png") center / cover no-repeat;
    color: #fff;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.marketing-hero::before,
.marketing-hero::after,
.marketing-hero__backdrop {
    content: "";
    pointer-events: none;
    position: absolute;
}

.marketing-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
    background-size: 82px 100%;
    inset: 0;
    opacity: .22;
}

.marketing-hero::after {
    background: var(--marketing-accent);
    border-radius: 999px;
    filter: blur(2px);
    height: 360px;
    opacity: .12;
    right: -120px;
    top: -140px;
    width: 360px;
}

.marketing-hero__backdrop {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    bottom: -300px;
    height: 620px;
    left: -160px;
    width: 620px;
}

.marketing-hero__row {
    min-height: 650px;
    padding-bottom: 72px;
    padding-top: 72px;
    position: relative;
    z-index: 1;
}

.marketing-eyebrow {
    color: var(--marketing-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.marketing-eyebrow--light {
    color: #a9eadc;
}

.marketing-hero h1 {
    color: #fff;
    font-size: clamp(44px, 5.2vw, 72px);
    font-weight: 650;
    line-height: 1.05;
    margin-bottom: 24px;
    max-width: 830px;
}

.marketing-hero__lead {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 760px;
}

.marketing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.marketing-btn,
.marketing-home a.marketing-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 650;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    padding: 13px 23px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.marketing-btn:hover,
.marketing-btn:focus {
    transform: translateY(-2px);
}

.marketing-btn--primary,
.marketing-home a.marketing-btn--primary {
    background: var(--marketing-accent);
    color: #123b3a;
}

.marketing-btn--primary:hover,
.marketing-btn--primary:focus {
    background: #81d8c7;
    color: #123b3a;
}

.marketing-btn--secondary,
.marketing-home a.marketing-btn--secondary {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
}

.marketing-btn--secondary:hover,
.marketing-btn--secondary:focus {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

.marketing-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
}

.marketing-proof-list li {
    align-items: center;
    color: rgba(255, 255, 255, .82);
    display: flex;
    font-size: 13px;
    gap: 8px;
}

.marketing-proof-list i {
    color: var(--marketing-accent);
}

.marketing-platform-card {
    background: rgba(247, 251, 253, .97);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    box-shadow: 0 30px 70px rgba(7, 28, 44, .32);
    color: var(--marketing-ink);
    margin-left: 42px;
    overflow: hidden;
}

.marketing-platform-card__header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #dfe9ef;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    padding: 18px 20px;
}

.marketing-status {
    align-items: center;
    color: #347764;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    text-transform: uppercase;
}

.marketing-status span {
    background: #49af91;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(73, 175, 145, .13);
    height: 7px;
    width: 7px;
}

.marketing-platform-card__body {
    display: grid;
    gap: 1px;
    padding: 8px 20px;
}

.marketing-capability {
    align-items: center;
    border-bottom: 1px solid #dfe9ef;
    display: flex;
    gap: 15px;
    padding: 22px 0;
}

.marketing-capability:last-child {
    border-bottom: 0;
}

.marketing-capability__icon {
    align-items: center;
    background: #e2f0f6;
    border-radius: 10px;
    color: var(--marketing-primary);
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 17px;
    height: 44px;
    justify-content: center;
}

.marketing-capability strong,
.marketing-capability small {
    display: block;
}

.marketing-capability strong {
    font-size: 14px;
    margin-bottom: 5px;
}

.marketing-capability small {
    color: var(--marketing-muted);
    font-size: 12px;
    line-height: 1.5;
}

.marketing-platform-card__footer {
    background: #eaf2f6;
    color: var(--marketing-primary-dark);
    font-size: 12px;
    font-weight: 650;
    padding: 14px 20px;
    text-align: center;
}

.marketing-intro {
    padding: 100px 0 110px;
}

.marketing-section-heading {
    margin: 0 auto 48px;
    max-width: 760px;
    text-align: center;
}

.marketing-section-heading h2,
.marketing-workflow h2,
.marketing-audience h2,
.marketing-cta h2 {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 650;
    line-height: 1.16;
    margin-bottom: 20px;
}

.marketing-section-heading > p:last-child,
.marketing-audience .col-lg-7 > p:last-child {
    color: var(--marketing-muted);
    font-size: 17px;
    line-height: 1.75;
}

.marketing-feature-grid {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}

.marketing-feature-grid > [class*="col-"] {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.marketing-feature-card {
    background: #fff;
    border: 1px solid #dfe8ee;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(28, 58, 79, .07);
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 350px;
    padding: 30px 28px;
    position: relative;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.marketing-feature-card:hover {
    border-color: #bbd3e1;
    box-shadow: 0 22px 50px rgba(28, 58, 79, .12);
    transform: translateY(-5px);
}

.marketing-feature-card__number {
    color: #c7d6df;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 24px;
    top: 22px;
}

.marketing-feature-card__icon {
    color: var(--marketing-primary);
    font-size: 27px;
    margin-bottom: 28px;
}

.marketing-feature-card h3 {
    color: var(--marketing-ink);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.3;
    margin-bottom: 14px;
}

.marketing-feature-card p {
    color: var(--marketing-muted);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.marketing-feature-card a {
    color: var(--marketing-primary);
    font-size: 13px;
    font-weight: 700;
    margin-top: auto;
    text-decoration: none;
}

.marketing-feature-card a i {
    font-size: 10px;
    margin-left: 5px;
}

.marketing-workflow {
    background: #16384f;
    color: #fff;
    padding: 105px 0;
    position: relative;
}

.marketing-workflow::after {
    background: linear-gradient(90deg, transparent, rgba(102, 201, 181, .16));
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.marketing-workflow h2 {
    color: #fff;
}

.marketing-workflow__lead {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px;
}

.marketing-benefit-list {
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.marketing-benefit-list li {
    align-items: flex-start;
    color: rgba(255, 255, 255, .75);
    display: flex;
    gap: 13px;
    line-height: 1.6;
}

.marketing-benefit-list i {
    align-items: center;
    background: rgba(102, 201, 181, .15);
    border-radius: 50%;
    color: #a9eadc;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 10px;
    height: 26px;
    justify-content: center;
    margin-top: 1px;
}

.marketing-benefit-list strong {
    color: #fff;
}

.marketing-workflow-panel {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    margin-left: 60px;
    padding: 32px;
}

.marketing-workflow-panel__label {
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.marketing-workflow-steps {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.marketing-workflow-steps > i {
    color: rgba(255, 255, 255, .2);
    font-size: 12px;
}

.marketing-workflow-step {
    text-align: center;
}

.marketing-workflow-step span {
    align-items: center;
    background: var(--marketing-accent);
    border-radius: 50%;
    color: #123b3a;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    margin: 0 auto 14px;
    width: 34px;
}

.marketing-workflow-step strong,
.marketing-workflow-step small {
    display: block;
}

.marketing-workflow-step strong {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.marketing-workflow-step small {
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
}

.marketing-audience {
    background: var(--marketing-surface);
    padding: 90px 0;
}

.marketing-audience h2 {
    color: var(--marketing-ink);
}

.marketing-audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.marketing-audience-tags span {
    background: #fff;
    border: 1px solid #d7e3ea;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(28, 58, 79, .06);
    color: var(--marketing-primary-dark);
    font-size: 13px;
    font-weight: 650;
    padding: 13px 18px;
}

.marketing-cta {
    background: #fff;
    padding: 90px 0;
}

.marketing-cta__panel {
    align-items: center;
    background: linear-gradient(120deg, #315f82, #173d58);
    border-radius: 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 54px 60px;
    position: relative;
}

.marketing-cta__panel::after {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    height: 300px;
    position: absolute;
    right: -80px;
    top: -190px;
    width: 300px;
}

.marketing-cta h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
    margin-bottom: 12px;
}

.marketing-cta__panel p:last-child {
    color: rgba(255, 255, 255, .72);
    margin-bottom: 0;
}

.marketing-btn--light,
.marketing-home a.marketing-btn--light {
    background: #fff;
    color: var(--marketing-primary-dark);
    flex: 0 0 auto;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.marketing-btn--light:hover,
.marketing-btn--light:focus {
    background: #e9f6f2;
    color: var(--marketing-primary-dark);
}

@media (max-width: 1199px) {
    .marketing-platform-card {
        margin-left: 20px;
    }

    .marketing-workflow-panel {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .marketing-container {
        padding-left: 36px;
        padding-right: 36px;
    }

    .marketing-hero,
    .marketing-hero__row {
        min-height: auto;
    }

    .marketing-hero__row {
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .marketing-platform-card,
    .marketing-workflow-panel {
        margin-left: 0;
        margin-top: 50px;
    }

    .marketing-intro {
        padding: 80px 0;
    }

    .marketing-workflow {
        padding: 80px 0;
    }

    .marketing-audience-tags {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .marketing-cta__panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 46px;
    }

    .marketing-btn--light,
    .marketing-home a.marketing-btn--light {
        margin-left: 0;
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .marketing-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .marketing-hero__row {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .marketing-hero h1 {
        font-size: 39px;
    }

    .marketing-hero__lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .marketing-actions {
        display: grid;
    }

    .marketing-btn,
    .marketing-home a.marketing-btn {
        width: 100%;
    }

    .marketing-proof-list {
        display: grid;
        gap: 11px;
    }

    .marketing-platform-card {
        margin-top: 40px;
    }

    .marketing-platform-card__header {
        align-items: flex-start;
        gap: 10px;
    }

    .marketing-capability {
        align-items: flex-start;
    }

    .marketing-intro,
    .marketing-audience,
    .marketing-cta {
        padding: 65px 0;
    }

    .marketing-section-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .marketing-section-heading h2,
    .marketing-workflow h2,
    .marketing-audience h2,
    .marketing-cta h2 {
        font-size: 31px;
    }

    .marketing-feature-card {
        min-height: auto;
    }

    .marketing-workflow {
        padding: 65px 0;
    }

    .marketing-workflow-panel {
        padding: 26px 20px;
    }

    .marketing-workflow-steps {
        align-items: stretch;
        display: grid;
        gap: 12px;
    }

    .marketing-workflow-steps > i {
        display: none;
    }

    .marketing-workflow-step {
        align-items: center;
        background: rgba(255, 255, 255, .05);
        border-radius: 8px;
        display: grid;
        gap: 3px 12px;
        grid-template-columns: 38px 1fr;
        padding: 12px;
        text-align: left;
    }

    .marketing-workflow-step span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .marketing-workflow-step strong,
    .marketing-workflow-step small {
        margin: 0;
    }

    .marketing-audience-tags span {
        flex: 1 1 calc(50% - 12px);
        text-align: center;
    }

    .marketing-cta__panel {
        border-radius: 12px;
        padding: 36px 26px;
    }
}

@media (max-width: 420px) {
    .marketing-hero h1 {
        font-size: 35px;
    }

    .marketing-audience-tags span {
        flex-basis: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketing-btn,
    .marketing-feature-card {
        transition: none;
    }
}

/* Shared public product pages */
.marketing-subpage {
    background: #fff;
}

.marketing-page-hero {
    background:
        radial-gradient(circle at 84% 22%, rgba(98, 197, 178, .18), transparent 28%),
        linear-gradient(118deg, #112f45 0%, #214f70 58%, #356f91 100%);
    color: #fff;
    min-height: 570px;
    overflow: hidden;
    position: relative;
}

.marketing-page-hero::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 82px 82px;
    content: "";
    inset: 0;
    opacity: .48;
    pointer-events: none;
    position: absolute;
}

.marketing-page-hero::after {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: "";
    height: 480px;
    pointer-events: none;
    position: absolute;
    right: -220px;
    top: -250px;
    width: 480px;
}

.marketing-page-hero--filings {
    background:
        radial-gradient(circle at 82% 28%, rgba(98, 197, 178, .18), transparent 28%),
        linear-gradient(118deg, #142d43 0%, #294f6d 56%, #3b7291 100%);
}

.marketing-page-hero--contact {
    background:
        radial-gradient(circle at 82% 28%, rgba(98, 197, 178, .2), transparent 30%),
        linear-gradient(118deg, #163247 0%, #2c5d7f 100%);
}

.marketing-page-hero__row {
    min-height: 570px;
    padding-bottom: 76px;
    padding-top: 76px;
    position: relative;
    z-index: 1;
}

.marketing-page-hero h1 {
    color: #fff;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 650;
    line-height: 1.06;
    margin-bottom: 24px;
    max-width: 820px;
}

.marketing-page-hero__lead {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 760px;
}

.marketing-page-summary {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 16px;
    box-shadow: 0 26px 65px rgba(7, 28, 44, .28);
    color: var(--marketing-ink);
    margin-left: 44px;
    padding: 12px 24px 16px;
}

.marketing-page-summary__label {
    border-bottom: 1px solid #dfe9ef;
    color: var(--marketing-primary);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .16em;
    margin-bottom: 0;
    padding: 12px 0 16px;
    text-transform: uppercase;
}

.marketing-page-summary__item {
    align-items: center;
    border-bottom: 1px solid #e3ebf0;
    display: flex;
    gap: 14px;
    padding: 18px 0;
}

.marketing-page-summary__item:last-child {
    border-bottom: 0;
}

.marketing-page-summary__item > i {
    align-items: center;
    background: #e7f1f5;
    border-radius: 9px;
    color: var(--marketing-primary);
    display: inline-flex;
    flex: 0 0 40px;
    font-size: 15px;
    height: 40px;
    justify-content: center;
}

.marketing-page-summary__item strong,
.marketing-page-summary__item small {
    display: block;
}

.marketing-page-summary__item strong {
    font-size: 13px;
    margin-bottom: 3px;
}

.marketing-page-summary__item small {
    color: var(--marketing-muted);
    font-size: 11px;
    line-height: 1.45;
}

.marketing-content-section {
    padding: 100px 0 110px;
}

.marketing-detail-grid,
.marketing-filing-grid,
.marketing-contact-topic-grid {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}

.marketing-detail-grid > [class*="col-"],
.marketing-filing-grid > [class*="col-"],
.marketing-contact-topic-grid > [class*="col-"] {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.marketing-detail-card {
    background: #fff;
    border: 1px solid #dce7ed;
    border-radius: 13px;
    box-shadow: 0 14px 38px rgba(28, 58, 79, .065);
    display: flex;
    flex: 1;
    gap: 22px;
    padding: 32px;
}

.marketing-detail-card__icon {
    align-items: center;
    background: #e6f1f5;
    border-radius: 11px;
    color: var(--marketing-primary);
    display: inline-flex;
    flex: 0 0 50px;
    font-size: 20px;
    height: 50px;
    justify-content: center;
}

.marketing-detail-card h3 {
    color: var(--marketing-ink);
    font-size: 21px;
    font-weight: 650;
    line-height: 1.3;
    margin-bottom: 12px;
}

.marketing-detail-card p {
    color: var(--marketing-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.marketing-detail-card ul,
.marketing-check-list,
.marketing-filing-card ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.marketing-detail-card li,
.marketing-filing-card li {
    color: #435c6e;
    font-size: 13px;
    line-height: 1.55;
    padding-left: 18px;
    position: relative;
}

.marketing-detail-card li::before,
.marketing-filing-card li::before {
    background: var(--marketing-accent);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px;
}

.marketing-split-section {
    background: var(--marketing-surface);
    padding: 105px 0;
}

.marketing-split-section h2,
.marketing-filing-benefits h2,
.marketing-contact-heading h2,
.marketing-contact-expectation h2 {
    color: var(--marketing-ink);
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 650;
    line-height: 1.16;
    margin-bottom: 20px;
}

.marketing-split-section .col-lg-5 > p:not(.marketing-eyebrow),
.marketing-filing-benefits .col-lg-5 > p:not(.marketing-eyebrow),
.marketing-contact-heading > p:last-child {
    color: var(--marketing-muted);
    font-size: 16px;
    line-height: 1.75;
}

.marketing-check-list {
    margin-top: 28px;
}

.marketing-check-list li {
    align-items: center;
    color: #38546a;
    display: flex;
    font-size: 14px;
    gap: 11px;
}

.marketing-check-list i {
    align-items: center;
    background: #dcefeb;
    border-radius: 50%;
    color: #2d806d;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 9px;
    height: 24px;
    justify-content: center;
}

.marketing-integration-map {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e5eb;
    border-radius: 16px;
    box-shadow: 0 22px 55px rgba(28, 58, 79, .09);
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 35px 1.25fr 35px 1fr;
    margin-left: 55px;
    padding: 32px;
}

.marketing-integration-column {
    display: grid;
    gap: 10px;
}

.marketing-integration-column span {
    background: #f0f5f8;
    border: 1px solid #dce7ed;
    border-radius: 7px;
    color: #466176;
    font-size: 11px;
    font-weight: 650;
    padding: 11px 10px;
    text-align: center;
}

.marketing-integration-lines {
    color: #a5bac7;
    text-align: center;
}

.marketing-integration-core {
    align-items: center;
    background: linear-gradient(135deg, #315f82, #183d57);
    border-radius: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px 16px;
    text-align: center;
}

.marketing-integration-core > i {
    color: var(--marketing-accent);
    font-size: 29px;
    margin-bottom: 16px;
}

.marketing-integration-core strong {
    font-size: 17px;
    margin-bottom: 5px;
}

.marketing-integration-core small {
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    line-height: 1.45;
}

.marketing-outcome-section {
    background: #17384f;
    color: #fff;
    padding: 85px 0;
}

.marketing-outcome-section h2 {
    color: #fff;
    font-size: clamp(31px, 3.2vw, 44px);
    font-weight: 650;
    line-height: 1.2;
    margin-bottom: 0;
}

.marketing-outcome-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.marketing-outcome-grid > div {
    border-left: 1px solid rgba(255, 255, 255, .13);
    padding: 8px 28px;
}

.marketing-outcome-grid strong,
.marketing-outcome-grid span {
    display: block;
}

.marketing-outcome-grid strong {
    color: #a9eadc;
    font-size: 26px;
    font-weight: 650;
    margin-bottom: 10px;
}

.marketing-outcome-grid span {
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    line-height: 1.6;
}

/* CBP filings page */
.marketing-filing-types {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 16px;
    box-shadow: 0 26px 65px rgba(7, 28, 44, .28);
    display: grid;
    gap: 1px;
    margin-left: 44px;
    overflow: hidden;
    padding: 10px;
}

.marketing-filing-types span {
    align-items: center;
    background: #f4f8fa;
    border-bottom: 1px solid #dfe9ef;
    color: var(--marketing-ink);
    display: flex;
    font-size: 13px;
    font-weight: 650;
    gap: 13px;
    padding: 16px 15px;
}

.marketing-filing-types span:last-child {
    border-bottom: 0;
}

.marketing-filing-types i {
    align-items: center;
    background: #e2f0f4;
    border-radius: 8px;
    color: var(--marketing-primary);
    display: inline-flex;
    flex: 0 0 35px;
    height: 35px;
    justify-content: center;
}

.marketing-filing-card {
    background: #fff;
    border: 1px solid #dce7ed;
    border-radius: 13px;
    box-shadow: 0 14px 38px rgba(28, 58, 79, .065);
    flex: 1;
    padding: 32px;
}

.marketing-filing-card__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.marketing-filing-card__icon {
    align-items: center;
    background: #e6f1f5;
    border-radius: 10px;
    color: var(--marketing-primary);
    display: inline-flex;
    font-size: 19px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.marketing-filing-card__system {
    background: #edf4f7;
    border-radius: 999px;
    color: #527086;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 11px;
    text-transform: uppercase;
}

.marketing-filing-card h3 {
    color: var(--marketing-ink);
    font-size: 24px;
    font-weight: 650;
    margin-bottom: 12px;
}

.marketing-filing-card p {
    color: var(--marketing-muted);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 21px;
}

.marketing-filing-process {
    background: #17384f;
    color: #fff;
    padding: 100px 0;
}

.marketing-filing-process__heading {
    margin-bottom: 44px;
}

.marketing-filing-process h2 {
    color: #fff;
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 650;
    line-height: 1.16;
    margin-bottom: 0;
}

.marketing-filing-process__heading .col-lg-5 p {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 3px;
}

.marketing-process-list {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.marketing-process-list li {
    border-left: 1px solid rgba(255, 255, 255, .13);
    min-height: 230px;
    padding: 24px;
    position: relative;
}

.marketing-process-list li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.marketing-process-list span {
    color: rgba(255, 255, 255, .3);
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    right: 18px;
    top: 16px;
}

.marketing-process-list i {
    color: var(--marketing-accent);
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 16px;
}

.marketing-process-list strong,
.marketing-process-list small {
    display: block;
}

.marketing-process-list strong {
    color: #fff;
    font-size: 17px;
    margin-bottom: 11px;
}

.marketing-process-list small {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.65;
}

.marketing-filing-benefits {
    background: var(--marketing-surface);
    padding: 100px 0;
}

.marketing-benefit-panel {
    background: #fff;
    border: 1px solid #dbe6ec;
    border-radius: 15px;
    box-shadow: 0 18px 45px rgba(28, 58, 79, .08);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 55px;
    overflow: hidden;
}

.marketing-benefit-panel > div {
    align-items: flex-start;
    border-bottom: 1px solid #e1e9ee;
    display: flex;
    gap: 14px;
    padding: 26px;
}

.marketing-benefit-panel > div:nth-child(odd) {
    border-right: 1px solid #e1e9ee;
}

.marketing-benefit-panel > div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.marketing-benefit-panel i {
    color: var(--marketing-primary);
    flex: 0 0 22px;
    font-size: 18px;
    margin-top: 2px;
}

.marketing-benefit-panel strong,
.marketing-benefit-panel small {
    display: block;
}

.marketing-benefit-panel strong {
    color: var(--marketing-ink);
    font-size: 13px;
    margin-bottom: 5px;
}

.marketing-benefit-panel small {
    color: var(--marketing-muted);
    font-size: 11px;
    line-height: 1.55;
}

/* Sales contact page */
.marketing-contact-quick {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 16px;
    box-shadow: 0 26px 65px rgba(7, 28, 44, .28);
    margin-left: 44px;
    overflow: hidden;
    padding: 18px 22px 10px;
}

.marketing-contact-quick > p {
    color: var(--marketing-primary);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .16em;
    margin-bottom: 4px;
    padding: 4px 0 10px;
    text-transform: uppercase;
}

.marketing-contact-quick > a {
    align-items: center;
    border-top: 1px solid #dfe9ef;
    color: var(--marketing-ink);
    display: grid;
    gap: 13px;
    grid-template-columns: 40px 1fr 14px;
    padding: 18px 0;
    text-decoration: none;
}

.marketing-contact-quick > a > i:first-child {
    align-items: center;
    background: #e2f0f4;
    border-radius: 9px;
    color: var(--marketing-primary);
    display: inline-flex;
    font-size: 15px;
    height: 40px;
    justify-content: center;
}

.marketing-contact-quick > a > i:last-child {
    color: #9db2c0;
    font-size: 10px;
}

.marketing-contact-quick strong,
.marketing-contact-quick small {
    display: block;
}

.marketing-contact-quick strong {
    font-size: 13px;
    margin-bottom: 3px;
}

.marketing-contact-quick small {
    color: var(--marketing-muted);
    font-size: 11px;
}

.marketing-contact-section {
    padding: 100px 0 110px;
}

.marketing-contact-heading {
    margin-bottom: 34px;
    max-width: 690px;
}

.marketing-contact-topic-grid article {
    background: #fff;
    border: 1px solid #dce7ed;
    border-radius: 12px;
    flex: 1;
    padding: 25px;
}

.marketing-contact-topic-grid article > i {
    color: var(--marketing-primary);
    font-size: 21px;
    margin-bottom: 20px;
}

.marketing-contact-topic-grid h3 {
    color: var(--marketing-ink);
    font-size: 17px;
    font-weight: 650;
    margin-bottom: 9px;
}

.marketing-contact-topic-grid p {
    color: var(--marketing-muted);
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 0;
}

.marketing-contact-card {
    background: var(--marketing-surface);
    border: 1px solid #d7e3ea;
    border-radius: 15px;
    margin-left: 55px;
    padding: 36px;
}

.marketing-contact-card__label {
    color: var(--marketing-primary);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .14em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.marketing-contact-card h2 {
    color: var(--marketing-ink);
    font-size: 28px;
    font-weight: 650;
    margin-bottom: 28px;
}

.marketing-contact-card dl {
    margin-bottom: 28px;
}

.marketing-contact-card dl > div {
    border-top: 1px solid #d7e3ea;
    padding: 17px 0;
}

.marketing-contact-card dt {
    align-items: center;
    color: #48657a;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.marketing-contact-card dt i {
    color: var(--marketing-primary);
    width: 15px;
}

.marketing-contact-card dd {
    color: var(--marketing-ink);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding-left: 23px;
}

.marketing-contact-card dd a {
    color: var(--marketing-primary-dark);
    text-decoration: none;
}

.marketing-btn--outline-dark,
.marketing-home a.marketing-btn--outline-dark {
    background: transparent;
    border-color: #aac0cd;
    color: var(--marketing-primary-dark);
    width: 100%;
}

.marketing-btn--outline-dark:hover,
.marketing-btn--outline-dark:focus {
    background: #e3eef3;
    border-color: #8ba9b9;
    color: var(--marketing-primary-dark);
}

.marketing-contact-expectation {
    background: #17384f;
    color: #fff;
    padding: 95px 0;
}

.marketing-contact-expectation h2 {
    color: #fff;
}

.marketing-contact-expectation .col-lg-5 > p:last-child {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
    line-height: 1.75;
}

.marketing-conversation-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 0 55px;
    padding: 0;
}

.marketing-conversation-list li {
    align-items: center;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    display: flex;
    gap: 16px;
    padding: 18px 20px;
}

.marketing-conversation-list li > span {
    align-items: center;
    background: var(--marketing-accent);
    border-radius: 50%;
    color: #123b3a;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 11px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
}

.marketing-conversation-list strong,
.marketing-conversation-list small {
    display: block;
}

.marketing-conversation-list strong {
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px;
}

.marketing-conversation-list small {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.5;
}

/* Internship opportunity */
.marketing-internship {
    background: #f4f8fa;
    padding: 105px 0;
    scroll-margin-top: 90px;
}

.marketing-internship__heading {
    max-width: 470px;
    padding-right: 35px;
    position: sticky;
    top: 110px;
}

.marketing-internship__heading h2 {
    color: var(--marketing-ink);
    font-size: clamp(35px, 4vw, 52px);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.05;
    margin-bottom: 22px;
}

.marketing-internship__heading > p:not(.marketing-eyebrow) {
    color: var(--marketing-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 25px;
}

.marketing-internship__availability {
    align-items: center;
    background: #dff3ef;
    border: 1px solid #bce1d9;
    border-radius: 999px;
    color: #245c53;
    display: inline-flex;
    font-size: 11px;
    font-weight: 750;
    gap: 9px;
    letter-spacing: .03em;
    padding: 10px 15px;
}

.marketing-internship-card {
    background: #fff;
    border: 1px solid #d8e5eb;
    border-radius: 16px;
    box-shadow: 0 25px 65px rgba(17, 49, 71, .08);
    overflow: hidden;
}

.marketing-internship-card__header {
    align-items: center;
    background: #17384f;
    color: #fff;
    display: flex;
    gap: 18px;
    padding: 30px 34px;
}

.marketing-internship-card__icon {
    align-items: center;
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: var(--marketing-accent);
    display: flex;
    flex: 0 0 50px;
    font-size: 19px;
    height: 50px;
    justify-content: center;
}

.marketing-internship-card__header p {
    color: rgba(255, 255, 255, .56);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .13em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.marketing-internship-card__header h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 650;
    margin: 0;
}

.marketing-internship-facts {
    border-bottom: 1px solid #dce7ed;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.marketing-internship-facts > div {
    border-right: 1px solid #dce7ed;
    border-top: 1px solid #dce7ed;
    padding: 19px 27px;
}

.marketing-internship-facts > div:nth-child(even) {
    border-right: 0;
}

.marketing-internship-facts small,
.marketing-internship-facts strong {
    display: block;
}

.marketing-internship-facts small {
    color: #718897;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .11em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.marketing-internship-facts strong {
    color: var(--marketing-ink);
    font-size: 12px;
}

.marketing-internship-card__body {
    padding: 34px;
}

.marketing-internship-card__body h4 {
    color: var(--marketing-ink);
    font-size: 18px;
    font-weight: 650;
    margin-bottom: 17px;
}

.marketing-internship-card__body ul {
    color: var(--marketing-muted);
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.marketing-internship-card__body li {
    font-size: 12px;
    line-height: 1.65;
    padding: 6px 0 6px 25px;
    position: relative;
}

.marketing-internship-card__body li::before {
    color: var(--marketing-primary);
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    left: 1px;
    position: absolute;
    top: 10px;
}

.marketing-internship-apply {
    align-items: center;
    background: #edf5f7;
    border-radius: 12px;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    padding: 23px 25px;
}

.marketing-internship-apply strong {
    color: var(--marketing-ink);
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.marketing-internship-apply p {
    color: var(--marketing-muted);
    font-size: 11px;
    line-height: 1.55;
    margin: 0;
    max-width: 390px;
}

.marketing-internship-apply .marketing-btn {
    flex: 0 0 auto;
}

.marketing-application-modal {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

.marketing-application-modal .modal-header {
    align-items: flex-start;
    background: #f4f8fa;
    border-bottom-color: #dce7ed;
    padding: 25px 30px;
}

.marketing-application-modal .modal-header .marketing-eyebrow {
    margin-bottom: 5px;
}

.marketing-application-modal .modal-title {
    color: var(--marketing-ink);
    font-size: 25px;
    font-weight: 650;
}

.marketing-application-modal .modal-body {
    padding: 28px 30px 32px;
}

.marketing-application-modal .modal-footer {
    background: #f8fafb;
    border-top-color: #dce7ed;
    gap: 9px;
    padding: 18px 30px;
}

.marketing-application-modal .form-label,
.marketing-application-modal .form-check-label {
    color: #36536a;
    font-size: 12px;
    font-weight: 650;
}

.marketing-application-modal .form-control,
.marketing-application-modal .form-select {
    border-color: #b9cad4;
    border-radius: 7px;
    color: var(--marketing-ink);
    font-size: 13px;
    min-height: 43px;
}

.marketing-application-modal textarea.form-control {
    min-height: 120px;
}

.marketing-application-modal .form-control:focus,
.marketing-application-modal .form-select:focus,
.marketing-application-modal .form-check-input:focus {
    border-color: var(--marketing-primary);
    box-shadow: 0 0 0 .2rem rgba(41, 106, 122, .14);
}

.marketing-application-notice {
    align-items: flex-start;
    background: #e7f3f5;
    border: 1px solid #c7e2e7;
    border-radius: 9px;
    color: #355d68;
    display: flex;
    gap: 13px;
    margin-bottom: 25px;
    padding: 15px 17px;
}

.marketing-application-notice i {
    color: var(--marketing-primary);
    margin-top: 3px;
}

.marketing-application-notice p {
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1199px) {
    .marketing-page-summary,
    .marketing-filing-types,
    .marketing-contact-quick {
        margin-left: 20px;
    }

    .marketing-integration-map,
    .marketing-benefit-panel,
    .marketing-contact-card,
    .marketing-conversation-list {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .marketing-page-hero,
    .marketing-page-hero__row {
        min-height: auto;
    }

    .marketing-page-summary,
    .marketing-filing-types,
    .marketing-contact-quick,
    .marketing-integration-map,
    .marketing-benefit-panel,
    .marketing-contact-card,
    .marketing-conversation-list {
        margin-left: 0;
        margin-top: 46px;
    }

    .marketing-content-section,
    .marketing-split-section,
    .marketing-filing-process,
    .marketing-filing-benefits,
    .marketing-contact-section,
    .marketing-contact-expectation,
    .marketing-internship {
        padding: 80px 0;
    }

    .marketing-internship__heading {
        padding-right: 0;
        position: static;
    }

    .marketing-internship-card {
        margin-top: 46px;
    }

    .marketing-outcome-grid {
        margin-top: 35px;
    }

    .marketing-filing-process__heading .col-lg-5 p {
        margin-top: 18px;
    }

    .marketing-process-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 1px;
    }

    .marketing-process-list li {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .marketing-process-list li:last-child {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .marketing-page-hero__row {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .marketing-page-hero h1 {
        font-size: 39px;
    }

    .marketing-page-hero__lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .marketing-content-section,
    .marketing-split-section,
    .marketing-filing-process,
    .marketing-filing-benefits,
    .marketing-contact-section,
    .marketing-contact-expectation,
    .marketing-internship {
        padding: 65px 0;
    }

    .marketing-detail-card {
        display: block;
        padding: 27px 24px;
    }

    .marketing-detail-card__icon {
        margin-bottom: 20px;
    }

    .marketing-split-section h2,
    .marketing-filing-benefits h2,
    .marketing-contact-heading h2,
    .marketing-contact-expectation h2,
    .marketing-internship__heading h2 {
        font-size: 31px;
    }

    .marketing-integration-map {
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .marketing-integration-lines {
        transform: rotate(90deg);
    }

    .marketing-integration-core {
        min-height: 150px;
    }

    .marketing-outcome-grid {
        grid-template-columns: 1fr;
    }

    .marketing-outcome-grid > div {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        border-left: 0;
        padding: 22px 0;
    }

    .marketing-outcome-grid > div:last-child {
        border-bottom: 0;
    }

    .marketing-filing-card {
        padding: 27px 24px;
    }

    .marketing-process-list {
        grid-template-columns: 1fr;
    }

    .marketing-process-list li {
        border-left: 0;
        min-height: auto;
        padding: 25px 10px 25px 58px;
    }

    .marketing-process-list span {
        left: 10px;
        right: auto;
        top: 30px;
    }

    .marketing-process-list i {
        font-size: 20px;
        margin: 0 0 16px;
    }

    .marketing-benefit-panel {
        grid-template-columns: 1fr;
    }

    .marketing-benefit-panel > div,
    .marketing-benefit-panel > div:nth-child(odd),
    .marketing-benefit-panel > div:nth-last-child(2) {
        border-bottom: 1px solid #e1e9ee;
        border-right: 0;
    }

    .marketing-benefit-panel > div:last-child {
        border-bottom: 0;
    }

    .marketing-contact-card {
        padding: 30px 24px;
    }

    .marketing-conversation-list li {
        align-items: flex-start;
    }

    .marketing-internship-card__header,
    .marketing-internship-card__body {
        padding: 26px 23px;
    }

    .marketing-internship-facts {
        grid-template-columns: 1fr;
    }

    .marketing-internship-facts > div,
    .marketing-internship-facts > div:nth-child(even) {
        border-right: 0;
    }

    .marketing-internship-apply {
        align-items: stretch;
        flex-direction: column;
    }

    .marketing-internship-apply .marketing-btn {
        justify-content: center;
        width: 100%;
    }

    .marketing-application-modal .modal-header,
    .marketing-application-modal .modal-body,
    .marketing-application-modal .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .marketing-application-modal .modal-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .marketing-application-modal .modal-footer > button {
        justify-content: center;
        margin: 0;
        width: 100%;
    }
}
