﻿
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.partner-portal-page {
    padding: 0;
}

.partner-portal-hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
    background: #f9ecd3 url('/images/partner/hero-bg.png') center center / cover no-repeat;
}

.partner-portal-section-two {
    padding: 44px 0 80px;
    background: #ffffff;
}

.partner-portal-section-two-card {
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 30px 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 360px);
    gap: 42px;
    align-items: center;
}

.partner-portal-section-two-copy {
    max-width: 620px;
}

.partner-portal-section-two-eyebrow {
    margin-bottom: 10px;
    color: #8280F7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.partner-portal-section-two-title {
    margin: 0;
    color: #061A4A;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1.02;
    text-transform: uppercase;
}

.partner-portal-section-two-desc {
    margin-top: 14px;
    color: #636161;
    font-size: clamp(18px, 1.85vw, 28px);
    line-height: 27px;
    font-weight: 500;
}

    .partner-portal-section-two-desc p {
        margin: 0;
        line-height: 1.2;
    }

        .partner-portal-section-two-desc p + p {
            margin-top: 20px;
        }

.partner-portal-section-two-media {
    position: relative;
}

.partner-portal-section-two-media-frame {
    width: 350px;
    height: 391px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

    .partner-portal-section-two-media-frame img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.partner-portal-section-two-tag {
    position: absolute;
    left: -170px;
    bottom: 16px;
    padding: 10px 18px;
    background: rgba(116, 44, 59, 0.92);
    color: #ffffff;
    font-size: clamp(13px, 0.95vw, 16px);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(80, 30, 43, 0.18);
}

.partner-portal-section-three {
    position: relative;
    padding: 74px 24px 88px;
    background: #EFEFF1;
    overflow: hidden;
}

.partner-portal-section-three-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.partner-portal-section-three::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/partner/ember-bg.png') right center / auto 100% no-repeat;
    opacity: 1;
    pointer-events: none;
}

.partner-portal-section-three-eyebrow {
    margin-bottom: 12px;
    text-align: center;
    color: #F18F37;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.partner-portal-section-three-title {
    margin: 0;
    text-align: center;
    color: #061A4A;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.08;
}

.partner-portal-section-three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    margin-top: 54px;
}

.partner-portal-advantage-card {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.partner-portal-advantage-image-wrap {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

    .partner-portal-advantage-image-wrap img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.partner-portal-advantage-heading {
    margin: 18px 0 0;
    min-height: 89px;
    color: #061A4A;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.06;
}

.partner-portal-advantage-desc {
    margin: 14px 0 0;
    color: #636161;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
}

.partner-portal-section-four {
    padding: 52px 0 82px;
    background: #ffffff;
}

.partner-portal-section-four-card {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
    gap: 44px;
    align-items: center;
}

.partner-portal-section-four-copy {
    max-width: 650px;
}

.partner-portal-section-four-eyebrow {
    margin-bottom: 10px;
    color: #8280F7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.partner-portal-section-four-title {
    margin: 0;
    color: #061A4A;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1.02;
}

.partner-portal-section-four-list {
    margin: 18px 0 0;
    padding-left: 26px;
    color: #061A4A;
    font-size: clamp(18px, 1.85vw, 28px);
    font-weight: 500;
    line-height: 1.25;
}

    .partner-portal-section-four-list li + li {
        margin-top: 6px;
    }

.partner-portal-section-four-media {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-portal-section-four-badge {
    position: absolute;
    left: -62px;
    top: 38px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #FD9839;
    color: #ffffff;
    font-size: clamp(18px, 1.35vw, 24px);
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    z-index: 1;
}

.partner-portal-section-four-image-frame {
    width: 471px;
    height: 345px;
    overflow: hidden;
}

    .partner-portal-section-four-image-frame img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.partner-portal-section-four-tag {
    position: absolute;
    left: -144px;
    bottom: 35px;
    padding: 10px 16px;
    background: rgba(100, 32, 45, 0.8);
    color: #ffffff;
    font-size: clamp(13px, 0.95vw, 16px);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(80, 30, 43, 0.18);
}

.partner-portal-section-four-dots {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.partner-portal-section-four-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5d5d5;
}

    .partner-portal-section-four-dot.is-active {
        background: #c4c4c4;
    }

.partner-portal-section-five {
    background: #fde7c8 url('/images/partner/outcome-bg.png') right center / cover no-repeat;
}

.partner-portal-section-five-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.partner-portal-section-five-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 862px;
    object-fit: cover;
}

.partner-portal-section-five-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 34px 28px;
}

.partner-portal-section-five-eyebrow {
    margin-bottom: 10px;
    color: #f18f37;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.partner-portal-section-five-title {
    margin: 0;
    color: #061A4A;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1.08;
}

.partner-portal-section-five-desc {
    margin-top: 10px;
    color: #061A4A;
    font-size: clamp(18px, 1.85vw, 28px);
    font-weight: 500;
    line-height: 1.12;
}

.partner-portal-section-five-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 260px));
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.partner-portal-section-five-actions {
    width: 100%;
    max-width: 532px;
    margin-top: 18px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.partner-portal-outcome-card {
    width: 100%;
    min-height: 112px;
    padding: 16px 14px 14px;
    border: 1px solid rgba(100, 76, 60, 0.35);
    border-radius: 14px;
    background: rgba(255, 241, 222, 0.42);
}

.partner-portal-outcome-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}

    .partner-portal-outcome-icon img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.partner-portal-outcome-text {
    margin-top: 12px;
    color: #061A4A;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}

.partner-portal-section-five-footnote {
    color: #061A4A;
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
}

.partner-portal-section-five-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    align-self: flex-end;
    margin-top: 16px;
    padding: 0 0 0 18px;
    border-radius: 8px;
    background: #061A4A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
}

    .partner-portal-section-five-cta:hover {
        color: #ffffff;
    }

.partner-portal-section-five-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(0deg, #EC3F17 0%, #FC9337 100%);
    font-size: 14px;
}

.partner-portal-section-six {
    position: relative;
    padding: 54px 24px 82px;
    background: #64202D;
    overflow: hidden;
}

    .partner-portal-section-six::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/images/partner/fw-horizontal.png') center bottom / 100% auto no-repeat;
        opacity: 0.22;
        pointer-events: none;
    }

.partner-portal-section-six-inner {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}

.partner-portal-section-six-eyebrow {
    margin-bottom: 12px;
    text-align: center;
    color: #f3a134;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.partner-portal-section-six-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 54px);
    font-weight: 800;
    line-height: 1.08;
}

.partner-portal-section-six-video-wrap {
    max-width: 1300px;
    margin: 34px auto 0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.partner-portal-section-six-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.partner-portal-section-seven {
    position: relative;
    padding: 56px 24px 34px;
    background: #f3f0ec;
    overflow: hidden;
}

    .partner-portal-section-seven::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/images/partner/work-bg.png') center center / cover no-repeat;
        pointer-events: none;
    }

.partner-portal-section-seven-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.partner-portal-section-seven-eyebrow {
    margin-bottom: 10px;
    text-align: center;
    color: #8280F7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.partner-portal-section-seven-title {
    margin: 0;
    text-align: center;
    color: #64202D;
    font-size: clamp(28px, 3vw, 50px);
    font-weight: 800;
    line-height: 1.08;
}

.partner-portal-section-seven-desc {
    margin-top: 14px;
    text-align: center;
    color: #64202D;
    font-size: clamp(18px, 1.55vw, 28px);
    font-weight: 500;
    line-height: 1.2;
}

.partner-portal-section-seven-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin-top: 36px;
}

.partner-portal-work-card {
    position: relative;
    padding: 82px 28px 30px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
    box-shadow: 0 16px 36px rgba(30, 21, 23, 0.08);
}

.partner-portal-work-step {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #64202D;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.partner-portal-work-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #fff3e7;
}

    .partner-portal-work-icon-wrap img {
        display: block;
        width: 42px;
        height: 42px;
        object-fit: contain;
    }

.partner-portal-work-title {
    margin: 18px 0 0;
    color: #64202D;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.08;
}

.partner-portal-work-text {
    margin: 10px 0 0;
    color: #636161;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.partner-portal-section-seven-footnote {
    margin-top: 42px;
    color: #64202D;
    font-size: clamp(18px, 1.55vw, 28px);
    font-weight: 700;
    line-height: 1.2;
}

.bi-caret-right-fill {
    color: #21325C;
}

.partner-portal-top-strip {
    height: 70px;
    background: #400A17;
}

.partner-portal-shell {
    position: relative;
    padding: 36px 48px 56px;
    z-index: 1;
}

.partner-portal-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    max-width: 2000px;
    margin: 0 auto 28px;
    padding: 18px 32px;
    background: #ffffff;
    border-radius: 27px;
}

.partner-portal-nav-link {
    color: #64202D;
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 700;
    text-decoration: none;
    justify-self: end;
}

    .partner-portal-nav-link:hover {
        color: #64202D;
    }

.partner-portal-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .partner-portal-logo img {
        width: min(180px, 32vw);
        height: auto;
        display: block;
    }

.partner-portal-heading {
    margin: 0 auto;
    text-align: center;
}

    .partner-portal-heading h1 {
        margin: 0;
        color: #21325C;
        font-size: clamp(40px, 4vw, 58px);
        font-weight: 700;
        line-height: 1.08;
    }

.partner-portal-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(260px, 340px) minmax(260px, 1fr);
    align-items: center;
    gap: 30px;
    margin-top: 55px;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.partner-portal-copy {
    height: 100%;
    /* 			max-width: 370px;
		 */
}

    .partner-portal-copy h2 {
        margin: 0 0 8px;
        color: #061A4A;
        font-size: clamp(24px, 2.2vw, 34px);
        font-weight: 700;
        line-height: 1.08;
        text-transform: uppercase;
    }

    .partner-portal-copy p {
        margin: 0;
        color: #061A4A;
        font-size: clamp(18px, 1.85vw, 28px);
        line-height: 1.45;
    }

.partner-portal-media-column {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-portal-media-card {
    position: relative;
    width: min(100%, 300px);
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(38, 35, 47, 0.18);
}

    .partner-portal-media-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 72% center;
        display: block;
    }

.partner-portal-media-tag {
    padding: 12px 16px;
    background: rgba(100, 32, 45, 0.8);
    color: #ffffff;
    font-size: clamp(13px, 1.1vw, 18px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    backdrop-filter: blur(2px);
    z-index: 1;
    bottom: 135px;
}

.partner-portal-media-tag-desktop {
    position: absolute;
    left: clamp(140px, 15vw, 18px);
    /* 			bottom: 82px;
 */ width: clamp(420px, 43vw, 560px);
    text-align: center;
}

.partner-portal-media-tag-mobile {
    display: none;
}

.partner-portal-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 218px;
    margin-top: 18px;
    padding: 15px 24px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ee461a 0%, #f7782d 100%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(255, 110, 37, 0.26);
}

    .partner-portal-cta:hover {
        color: #ffffff;
        filter: brightness(1.03);
    }

.partner-portal-highlights {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #64202D;
    font-size: clamp(18px, 1.8vw, 27px);
    font-weight: 800;
    line-height: 1.4;
}

    .partner-portal-highlights li {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .partner-portal-highlights li + li {
            margin-top: 12px;
        }

.partner-portal-highlight-icon {
    flex: 0 0 auto;
    color: #FD9839;
    font-size: 24px;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .partner-portal-shell {
        padding: 24px 24px 42px;
    }

    .partner-portal-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 28px;
    }

    .partner-portal-copy,
    .partner-portal-highlights {
        max-width: 640px;
        margin: 0 auto;
        text-align: center;
    }

    .partner-portal-media-tag-desktop {
        display: none;
    }

    .partner-portal-media-tag-mobile {
        position: static;
        display: inline-block;
        transform: none;
        width: auto;
        margin-top: 18px;
    }

    .partner-portal-highlights li {
        justify-content: center;
    }

    .partner-portal-section-two {
        padding: 28px 0 56px;
    }

    .partner-portal-section-two-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 26px 20px 22px;
    }

    .partner-portal-section-two-copy {
        max-width: none;
    }

    .partner-portal-section-two-media {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partner-portal-section-two-tag {
        position: static;
        display: inline-block;
        margin-top: 14px;
        white-space: normal;
        text-align: center;
    }

    .partner-portal-section-three {
        padding: 56px 18px 64px;
    }

        .partner-portal-section-three::before {
            background-position: center center;
            background-size: cover;
        }

    .partner-portal-section-three-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 34px;
    }

    .partner-portal-section-four {
        padding: 34px 0 58px;
    }

    .partner-portal-section-four-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 22px 20px;
    }

    .partner-portal-section-four-copy {
        max-width: none;
    }

    .partner-portal-section-four-badge,
    .partner-portal-section-four-tag {
        position: static;
        margin-top: 14px;
        white-space: normal;
    }

    .partner-portal-section-four-badge {
        order: -1;
    }

    .partner-portal-section-five-card {
        grid-template-columns: 1fr;
    }

    .partner-portal-section-five-content {
        padding: 26px 20px 28px;
    }

    .partner-portal-section-five-grid {
        grid-template-columns: 1fr;
    }

    .partner-portal-section-five-actions {
        max-width: none;
        align-items: center;
    }

    .partner-portal-section-six {
        padding: 42px 18px 62px;
    }

    .partner-portal-section-six-video-wrap {
        margin-top: 24px;
    }

    .partner-portal-section-seven {
        padding: 42px 18px 32px;
    }

    .partner-portal-section-seven-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .partner-portal-section-seven-footnote {
        margin-top: 28px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .partner-portal-shell {
        padding: 28px 24px 42px;
    }

    .partner-portal-grid {
        grid-template-columns: minmax(220px, 1fr) minmax(240px, 300px) minmax(220px, 1fr);
        gap: 18px;
    }

    .partner-portal-media-card {
        width: min(100%, 280px);
    }

    .partner-portal-media-tag-desktop {
        left: clamp(80px, 10vw, 130px);
        /* bottom: 78px; */
        width: clamp(320px, 46vw, 430px);
    }
}

@media (max-width: 767.98px) {
    .partner-portal-page {
        padding: 0;
    }

    .partner-portal-top-strip {
        height: 24px;
    }

    .partner-portal-shell {
        padding: 20px 16px 36px;
    }

    .partner-portal-nav {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 16px;
        margin-bottom: 30px;
    }

    .partner-portal-nav-link,
    .partner-portal-logo {
        justify-self: center;
    }

    .partner-portal-heading h1 {
        font-size: clamp(2rem, 11vw, 2.8rem);
    }

    .partner-portal-copy h2 {
        font-size: 1.35rem;
    }

    .partner-portal-copy p,
    .partner-portal-highlights {
        font-size: 1rem;
    }

    .partner-portal-media-tag-mobile {
        font-size: 0.82rem;
        padding: 10px 12px;
    }

    .partner-portal-cta {
        width: 100%;
        max-width: 300px;
    }

    .partner-portal-section-two-title {
        font-size: 1.75rem;
    }

    .partner-portal-section-two-desc {
        font-size: 1rem;
        line-height: 1.35;
    }

    .partner-portal-section-three-title {
        font-size: 2rem;
    }

    .partner-portal-advantage-heading {
        min-height: 0;
        font-size: 1.4rem;
    }

    .partner-portal-advantage-desc {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .partner-portal-section-four-title {
        font-size: 1.75rem;
    }

    .partner-portal-section-four-list {
        font-size: 1rem;
        line-height: 1.35;
    }

    .partner-portal-section-four-image-frame {
        width: 100%;
        max-width: 471px;
        height: auto;
        aspect-ratio: 471 / 345;
    }

    .partner-portal-section-five-title {
        font-size: 1.75rem;
    }

    .partner-portal-section-five-desc,
    .partner-portal-section-five-footnote {
        font-size: 1rem;
        line-height: 1.35;
        text-align: center;
    }

    .partner-portal-section-five-cta {
        align-self: center;
        font-size: 1rem;
    }

    .partner-portal-section-six-title {
        font-size: 2rem;
    }

    .partner-portal-section-seven-title {
        font-size: 2rem;
    }

    .partner-portal-section-seven-desc {
        font-size: 1rem;
        line-height: 1.35;
    }

    .partner-portal-work-title {
        font-size: 1.4rem;
    }

    .partner-portal-work-text {
        font-size: 1rem;
        line-height: 1.35;
    }

    .partner-portal-section-seven-footnote {
        font-size: 1rem;
        line-height: 1.35;
    }
}


.partner-benefits {
    background: #ffffff;
}

.partner-benefits-container {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.partner-benefits-left {
    padding: 35px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefits-eyebrow {
    color: #FD9839;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 12px;
}

.benefits-title {
    color: #061A4A;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 800;
    margin-bottom: 40px;
}

.benefit-card {
    background: white;
    border: 1px solid #8A8383;
    border-radius: 16px;
    padding: 22px 28px;
    margin-bottom: 18px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: 0.3s;
}

@* .benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

*@

.benefit-icon {
    min-width: 78px;
}

.benefit-icon img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.benefit-card h4 {
    margin: 0 0 6px;
    color: #061A4A;
    font-size: 19px;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    color: #061A4A;
    font-size: 19px;
    line-height: 1.4;
}

.partner-benefits-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height:1200px;
}

/* mobile */
@media (max-width: 991px) {
    .partner-benefits-container {
        grid-template-columns: 1fr;
    }

    .partner-benefits-right {
        order: -1;
        height: 400px;
    }

    .benefits-title {
        font-size: 26px;
    }

    .benefit-card {
        flex-direction: column;
        align-items: flex-start; /* left align */
        text-align: left;
        gap: 15px;
    }

    .benefit-icon {
        min-width: auto;
    }
}

/*Plan*/
.pricing-section {
    background: #FFEFD8;
    padding: 80px 0;
}

.pricing-subtitle {
    color: #8280F7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.pricing-title {
    margin: 0;
    color: #061A4A;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1.02;
}

.pricing-desc {
    margin-top: 14px;
    color: #061A4A;
    font-size: clamp(18px, 1.85vw, 28px);
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 30px;
}

.plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    transition: .3s;
    border: 1px solid #BEBEBE;
}

    .plan-card:hover {
        transform: translateY(-5px);
    }

.top-part {
    background: #EEEEF1;
    border-radius: 12px;
    padding: 16px 14px;
    margin-bottom: 13px;
}

.seat-label {
    background: #ffffff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    padding: 1px;
    margin-bottom: 30px;
    color: #061A4A;
    text-transform: uppercase;
}


.price {
    font-size: 30px;
    font-weight: 700;
    color: #061A4A;
}

.per-seat {
    font-size: 16px;
    color: #061A4A;
}

.btn-contact {
    display: block;
    text-decoration: none;
    color: white;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    background: linear-gradient(to bottom, #FC9337, #EC3F17);
    font-size: 18px;
}

    .btn-contact:hover {
        color: white;
    }


/*CONTACT*/
.contact-section {
    background: url('/images/partner/contact-bg.png') center center/cover no-repeat;
    position: relative;
}

.contact-overlay {
    padding-block: 50px;
}

.contact-title {
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

form {
    margin: auto;
    background: rgba(255,255,255,.58);
    padding: 20px 70px;
    border-radius: 10px;
}

.custom-input {
    height: 55px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: none;
    padding: 20px 30px;
}

    .custom-input::placeholder,
    .custom-textarea::placeholder {
        color: #8A8383;
        opacity: 1; /* important for Firefox */
        font-weight: 600;
        font-size: 20px;
    }

.custom-textarea {
    height: 335px;
    border-radius: 8px;
    border: none;
    resize: none;
    padding: 20px 30px;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    background: #0056D2;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 16px;
    font-size: 28px;
    font-weight: 700;
}

.privacy-text {
    margin-top: 20px;
    color: white;
    text-align: center;
    font-size: 20px;
}

    .privacy-text a {
        color: #061A4A;
        text-decoration: underline;
    }


/* MOBILE */
@media(max-width:768px) {

    .contact-title {
        font-size: 32px;
    }

    .custom-textarea {
        margin-top: 15px;
        height: 200px;
    }

    .submit-btn {
        font-size: 22px;
    }
}

/* hidden on desktop */
.mobile-menu-btn,
.mobile-nav-menu {
    display: none;
}

/* mobile only */
@media (max-width:768px) {

    .partner-portal-nav {
        grid-template-columns: 1fr auto;
        padding: 16px 20px;
        position: relative;
    }

    .partner-portal-nav-link {
        display: none;
    }

    .partner-portal-logo {
        justify-self: start;
    }

        .partner-portal-logo img {
            width: 130px;
        }

    .mobile-menu-btn {
        display: block;
        justify-self: end;
        background: none;
        border: none;
        font-size: 32px;
        color: #64202D;
        cursor: pointer;
        padding: 0;
        line-height: 1;
    }

    .mobile-nav-menu {
        position: absolute;
        top: 100%;
        right: 20px;
        width: 220px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0,0,0,.15);
        overflow: hidden;
        z-index: 999;
    }

        .mobile-nav-menu a {
            display: block;
            padding: 16px 20px;
            color: #64202D;
            font-weight: 700;
            text-decoration: none;
            border-bottom: 1px solid #eee;
        }

            .mobile-nav-menu a:last-child {
                border-bottom: none;
            }

        .mobile-nav-menu.show {
            display: block;
        }
}
