/* Elite Health Investment */
.elite-health-investment {
    padding: clamp(72px, 8vw, 118px) 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(74,102,132,.22), transparent 32%),
        linear-gradient(135deg, #08192f 0%, #102844 48%, #182235 100%);
    color: #fff;
}

.elite-health-investment__shell {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
}

.elite-health-investment__kicker,
.elite-health-investment__package-head span,
.elite-health-investment__download small {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b8d9ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.elite-health-investment__kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #b8d9ff;
}

.elite-health-investment h2 {
    max-width: 820px;
    margin: 18px 0 18px;
    color: #fff;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.elite-health-investment__copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.86;
}

.elite-health-investment__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin-top: 34px;
}

.elite-health-investment__metrics div {
    padding: 18px;
    border: 1px solid rgba(184,217,255,.22);
    background: rgba(255,255,255,.055);
}

.elite-health-investment__metrics b,
.elite-health-investment__metrics span {
    display: block;
}

.elite-health-investment__metrics b {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.elite-health-investment__metrics span {
    margin-top: 6px;
    color: rgba(255,255,255,.64);
    font-size: 13px;
    font-weight: 800;
}

.elite-health-investment__package {
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(184,217,255,.22);
    background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
    box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.elite-health-investment__package-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(184,217,255,.2);
}

.elite-health-investment__package-head strong {
    max-width: 320px;
    color: #fff;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 900;
    line-height: 1.2;
    text-align: right;
}

.elite-health-investment__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.elite-health-investment__cards article {
    min-height: 220px;
    padding: 24px;
    border: 1px solid rgba(184,217,255,.18);
    background: rgba(5,18,34,.46);
    transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.elite-health-investment__cards article:hover {
    transform: translateY(-4px);
    border-color: rgba(184,217,255,.42);
    background: rgba(5,18,34,.62);
}

.elite-health-investment__cards i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(184,217,255,.24);
    color: #b8d9ff;
    font-size: 19px;
}

.elite-health-investment__cards h3 {
    margin: 22px 0 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.elite-health-investment__cards p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.75;
}

.elite-health-investment__download {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 18px;
    align-items: center;
    min-height: 92px;
    padding: 20px 22px;
    border: 1px solid rgba(184,217,255,.32);
    background: #f7fbff;
    color: #071f3d;
    text-decoration: none;
    box-shadow: 0 22px 48px rgba(0,0,0,.18);
    transition: transform .28s ease, box-shadow .28s ease;
}

.elite-health-investment__download:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 60px rgba(0,0,0,.24);
}

.elite-health-investment__download:focus-visible {
    outline: 3px solid rgba(184,217,255,.92);
    outline-offset: 4px;
}

.elite-health-investment__download small {
    color: #0066cc;
}

.elite-health-investment__download b {
    display: block;
    margin-top: 7px;
    color: #071f3d;
    font-size: clamp(18px, 1.6vw, 23px);
    font-weight: 900;
    line-height: 1.35;
}

.elite-health-investment__download > i {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: #0066cc;
    color: #fff;
}

.whitepaper-modal-open {
    overflow: hidden;
}

.whitepaper-modal {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 42px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.whitepaper-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.whitepaper-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 18%, rgba(0,102,204,.18), transparent 34%),
        rgba(3,18,34,.66);
    backdrop-filter: blur(12px);
}

.whitepaper-modal__panel {
    position: relative;
    width: min(100%, 620px);
    max-height: min(90vh, 760px);
    overflow: auto;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(188,215,242,.72);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98));
    box-shadow: 0 34px 100px rgba(3,18,34,.32);
    transform: translateY(18px) scale(.985);
    transition: transform .34s cubic-bezier(.16, 1, .3, 1);
}

.whitepaper-modal.is-open .whitepaper-modal__panel {
    transform: translateY(0) scale(1);
}

.whitepaper-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #d8e5f3;
    border-radius: 50%;
    background: #fff;
    color: #486276;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.whitepaper-modal__close:hover {
    color: #0066cc;
    border-color: #9ec7ef;
    transform: rotate(90deg);
}

.whitepaper-modal__mark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0066cc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.whitepaper-modal__mark::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #0066cc;
}

.whitepaper-modal h2 {
    margin: 16px 0 12px;
    color: #071f3d;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 900;
    line-height: 1.18;
}

.whitepaper-modal__lead {
    max-width: 520px;
    margin: 0 0 28px;
    color: #526a84;
    font-size: 15px;
    line-height: 1.8;
}

.whitepaper-modal__form {
    display: grid;
    gap: 16px;
}

.whitepaper-modal__form label {
    display: grid;
    gap: 8px;
}

.whitepaper-modal__form label span {
    color: #173552;
    font-size: 13px;
    font-weight: 900;
}

.whitepaper-modal__form input,
.whitepaper-modal__form select {
    width: 100%;
    min-height: 54px;
    border: 1px solid #d8e5f3;
    border-radius: 14px;
    background: #fff;
    color: #071f3d;
    font-size: 15px;
    padding: 0 16px;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.whitepaper-modal__form input:focus,
.whitepaper-modal__form select:focus {
    border-color: #0066cc;
    box-shadow: 0 0 0 4px rgba(0,102,204,.12);
    outline: none;
}

.whitepaper-modal__form.was-validated input:invalid,
.whitepaper-modal__form.was-validated select:invalid {
    border-color: #e77b7b;
    box-shadow: 0 0 0 4px rgba(231,123,123,.12);
}

.whitepaper-modal__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    margin-top: 6px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0066cc, #004d9c);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(0,102,204,.28);
    transition: transform .24s ease, box-shadow .24s ease, opacity .24s ease;
}

.whitepaper-modal__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(0,102,204,.34);
}

.whitepaper-modal__submit:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.whitepaper-modal__privacy,
.whitepaper-modal__status {
    margin: 0;
    color: #8294a7;
    font-size: 12px;
    line-height: 1.6;
}

.whitepaper-modal__status[data-type="success"] {
    color: #087f5b;
}

.whitepaper-modal__status[data-type="error"] {
    color: #c43b45;
}

.whitepaper-modal__status[data-type="loading"] {
    color: #0066cc;
}

.brand-home-article-empty {
    padding: 26px;
    border: 1px solid #dbe8f6;
    border-radius: 18px;
    background: #f7fbff;
    color: #4f667c;
}

.brand-home-article-empty strong {
    display: block;
    margin-bottom: 8px;
    color: #08213f;
    font-size: 18px;
}

.brand-home-article-empty p {
    margin: 0;
    line-height: 1.7;
}

.brand-home-article h4,
.brand-home-article p,
.brand-home-article span {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 991px) {
    .elite-health-investment__shell,
    .elite-health-investment__package-head {
        grid-template-columns: 1fr;
    }

    .elite-health-investment__package-head {
        display: grid;
    }

    .elite-health-investment__package-head strong {
        max-width: none;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .elite-health-investment {
        padding: 42px 0;
    }

    .elite-health-investment h2 {
        font-size: 34px;
    }

    .elite-health-investment__metrics,
    .elite-health-investment__cards {
        grid-template-columns: 1fr;
    }

    .elite-health-investment__download {
        grid-template-columns: 1fr;
    }

    .elite-health-investment__download > i {
        width: 48px;
        height: 48px;
    }

    .whitepaper-modal {
        align-items: end;
        padding: 12px;
    }

    .whitepaper-modal__panel {
        width: 100%;
        max-height: 92vh;
        padding: 28px 18px 22px;
        border-radius: 22px;
    }

    .whitepaper-modal h2 {
        padding-right: 42px;
        font-size: 27px;
    }

    .whitepaper-modal__lead {
        font-size: 14px;
    }
}
