/* =========================
   PAGE SANTÉ BENGAL
   Version premium interactive
========================= */

.health-label,
.health-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold, #c8a85a);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 11px;
    font-weight: 900;
}

.health-label::before,
.health-eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
    opacity: .72;
}

.health-section-head {
    max-width: 920px;
    margin-bottom: 54px;
}

.health-section-head h2,
.health-dashboard-intro h2,
.health-transit-card h2,
.health-final-card h2,
.health-followup-head h2 {
    margin: 18px 0 24px;
    color: var(--ink, #17130d);
    font-size: clamp(40px, 4.8vw, 78px);
    line-height: .95;
    letter-spacing: -3px;
}

.health-section-head p,
.health-dashboard-intro p,
.health-transit-card p,
.health-final-card p,
.health-followup-head p {
    color: rgba(28, 23, 15, .72);
    font-size: 16px;
    line-height: 1.85;
}

/* =========================
   HERO
========================= */

.health-hero {
    position: relative;
    overflow: hidden;
    min-height: 94vh;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 78% 12%, rgba(224, 201, 130, .15), transparent 34%),
        radial-gradient(circle at 8% 92%, rgba(224, 201, 130, .08), transparent 32%),
        linear-gradient(135deg, #0f0c08 0%, #17100a 48%, #070604 100%);
}

.health-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(224, 201, 130, .030) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 201, 130, .020) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .34;
    pointer-events: none;
}

.health-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(430px, .78fr);
    gap: 78px;
    align-items: center;
    padding: 130px 0 110px;
}

.health-hero-content {
    max-width: 920px;
}

.health-hero h1 {
    margin: 24px 0 26px;
    color: #fff;
    font-size: clamp(58px, 7.4vw, 120px);
    line-height: .88;
    letter-spacing: -5.2px;
}

.health-hero h1 span {
    display: block;
    color: var(--gold-soft, #e8d7a1);
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}

.health-hero p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.85;
}

.health-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.health-hero-stage {
    position: relative;
    min-height: 660px;
}

.health-hero-photo {
    position: absolute;
    inset: 26px 0 72px 40px;
    margin: 0;
    overflow: hidden;
    border-radius: 58px;
    background: #090705;
    border: 1px solid rgba(224, 201, 130, .28);
    box-shadow:
        0 38px 120px rgba(0, 0, 0, .44),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.health-hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    height: 28%;
    background:
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(224, 201, 130, .18) 48%,
            transparent 100%
        );
    opacity: .65;
    animation: healthScan 4.8s ease-in-out infinite;
    pointer-events: none;
}

.health-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        linear-gradient(to top, rgba(8, 6, 4, .62), transparent 50%),
        radial-gradient(circle at 80% 10%, rgba(224, 201, 130, .15), transparent 38%);
    pointer-events: none;
}

.health-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(.88) contrast(1.08) saturate(1.03);
}

@keyframes healthScan {
    0%,
    100% {
        transform: translateY(-120%);
    }

    50% {
        transform: translateY(380%);
    }
}

.health-scan-card,
.health-floating-status {
    position: absolute;
    z-index: 5;
    border: 1px solid rgba(224, 201, 130, .28);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045)),
        rgba(10, 8, 5, .72);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.health-scan-card {
    left: -12px;
    bottom: 38px;
    width: min(430px, 88%);
    padding: 26px;
    border-radius: 32px;
}

.health-floating-status {
    right: -18px;
    top: 88px;
    width: 240px;
    padding: 22px;
    border-radius: 28px;
}

.health-scan-card span,
.health-floating-status span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--gold-soft, #e8d7a1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 900;
}

.health-scan-card strong,
.health-floating-status strong {
    display: block;
    color: #fff;
    line-height: 1.06;
    letter-spacing: -1px;
}

.health-scan-card strong {
    font-size: 30px;
}

.health-floating-status strong {
    font-size: 24px;
}

.health-scan-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13.5px;
    line-height: 1.55;
}

/* =========================
   DOSSIER SANTÉ PREMIUM
========================= */

.health-console {
    padding: 120px 0;
    background:
        radial-gradient(circle at 84% 10%, rgba(200, 168, 90, .10), transparent 34%),
        var(--cream, #f5efe3);
}

.health-dashboard {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 34px;
    align-items: stretch;
}

.health-dashboard-intro {
    padding: 42px;
    border-radius: 42px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .80), rgba(255, 250, 241, .58));
    border: 1px solid rgba(200, 168, 90, .18);
    box-shadow: 0 24px 70px rgba(31, 24, 12, .08);
}

.health-dashboard-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 34px;
}

.health-dashboard-menu button {
    min-height: 58px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(200, 168, 90, .18);
    background: rgba(255, 255, 255, .52);
    color: rgba(28, 23, 15, .72);
    font-weight: 900;
    cursor: pointer;
    transition:
        transform .24s ease,
        background .24s ease,
        color .24s ease,
        border-color .24s ease;
}

.health-dashboard-menu button:hover,
.health-dashboard-menu button.is-active {
    transform: translateY(-3px);
    background: #17130d;
    color: var(--gold-soft, #e8d7a1);
    border-color: rgba(224, 201, 130, .30);
}

.health-medical-screen {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 42px;
    border-radius: 46px;
    background:
        radial-gradient(circle at 88% 0%, rgba(224, 201, 130, .14), transparent 36%),
        linear-gradient(145deg, #17110b 0%, #070604 100%);
    border: 1px solid rgba(224, 201, 130, .24);
    box-shadow: 0 34px 100px rgba(31, 24, 12, .22);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.health-medical-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(224, 201, 130, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 201, 130, .018) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .35;
    pointer-events: none;
}

.health-medical-top,
.health-medical-screen h3,
.health-medical-screen p,
.health-medical-focus,
.health-medical-bottom {
    position: relative;
    z-index: 2;
}

.health-medical-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.health-medical-top span,
.health-medical-top small,
.health-medical-focus span,
.health-medical-bottom span {
    color: var(--gold-soft, #e8d7a1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10.5px;
    font-weight: 900;
}

.health-medical-screen h3 {
    max-width: 760px;
    margin: 42px 0 22px;
    color: #fff;
    font-size: clamp(54px, 6.4vw, 100px);
    line-height: .9;
    letter-spacing: -4px;
}

.health-medical-screen > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
    line-height: 1.8;
}

.health-medical-focus {
    margin-top: 34px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(224, 201, 130, .10);
    border: 1px solid rgba(224, 201, 130, .16);
}

.health-medical-focus strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}

.health-medical-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.health-medical-bottom div {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(224, 201, 130, .14);
}

.health-medical-bottom strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 24px;
}

/* =========================
   MALADIES INTERACTIVES
========================= */

.health-vigilance {
    padding: 120px 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(224, 201, 130, .12), transparent 34%),
        #17140d;
    color: #fff;
}

.health-vigilance .health-label,
.health-vigilance h2 {
    color: #fff;
}

.health-vigilance .health-section-head p {
    color: rgba(255, 255, 255, .74);
}

.health-disease-layout {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 22px;
    align-items: stretch;
}

.health-disease-list {
    display: grid;
    gap: 14px;
}

.health-disease-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 6px;
    align-items: center;
    padding: 20px;
    border-radius: 26px;
    border: 1px solid rgba(224, 201, 130, .16);
    background: rgba(255, 255, 255, .045);
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition:
        transform .24s ease,
        background .24s ease,
        border-color .24s ease,
        box-shadow .24s ease;
}

.health-disease-card:hover,
.health-disease-card.is-active {
    transform: translateY(-4px);
    border-color: rgba(224, 201, 130, .34);
    background:
        radial-gradient(circle at 90% 0%, rgba(224, 201, 130, .12), transparent 36%),
        rgba(255, 255, 255, .07);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .18);
}

.health-disease-card span {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(224, 201, 130, .10);
    border: 1px solid rgba(224, 201, 130, .16);
    color: var(--gold-soft, #e8d7a1);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.health-disease-card strong {
    grid-column: 2;
    grid-row: 1;
    color: #fff;
    font-size: 23px;
    letter-spacing: -.8px;
}

.health-disease-card small {
    grid-column: 2;
    grid-row: 2;
    color: rgba(255, 255, 255, .62);
    line-height: 1.5;
}

.health-disease-screen {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding: 42px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 92% 0%, rgba(224, 201, 130, .12), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    border: 1px solid rgba(224, 201, 130, .22);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .26);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.health-disease-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(224, 201, 130, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 201, 130, .018) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: .35;
    pointer-events: none;
}

.health-screen-top,
.health-disease-screen > p,
.health-screen-warning,
.health-screen-tags {
    position: relative;
    z-index: 2;
}

.health-screen-top span {
    color: var(--gold-soft, #e8d7a1);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 11px;
    font-weight: 900;
}

.health-screen-top strong {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-size: clamp(50px, 6vw, 96px);
    line-height: .9;
    letter-spacing: -4px;
}

.health-disease-screen > p {
    max-width: 860px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.85;
}

.health-screen-warning {
    padding: 22px;
    border-radius: 26px;
    background: rgba(224, 201, 130, .10);
    border: 1px solid rgba(224, 201, 130, .16);
}

.health-screen-warning span {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 900;
}

.health-screen-warning p {
    margin: 0;
    color: rgba(255, 255, 255, .70);
    line-height: 1.7;
}

.health-screen-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.health-screen-tags small {
    padding: 9px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .76);
    background: rgba(224, 201, 130, .10);
    border: 1px solid rgba(224, 201, 130, .14);
}

/* =========================
   ADN EXPERIENCE
========================= */

.health-adn-experience {
    padding: 120px 0;
    background:
        radial-gradient(circle at 88% 0%, rgba(200, 168, 90, .10), transparent 34%),
        var(--cream, #f5efe3);
}

.health-adn-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: stretch;
}

.health-adn-visual {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 48px;
    border-radius: 48px;
    background:
        radial-gradient(circle at 86% 10%, rgba(224, 201, 130, .14), transparent 38%),
        linear-gradient(145deg, #17110b 0%, #070604 100%);
    border: 1px solid rgba(224, 201, 130, .26);
    color: #fff;
    box-shadow: 0 34px 100px rgba(31, 24, 12, .22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.health-adn-visual h2 {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 22px 0;
    color: #fff;
    font-size: clamp(46px, 5.1vw, 86px);
    line-height: .92;
    letter-spacing: -3.4px;
    overflow-wrap: break-word;
}

.health-adn-visual {
    overflow: hidden;
}

.health-adn-visual h2 span {
    max-width: 100%;
}

.health-adn-visual h2 span {
    display: block;
    color: var(--gold-soft, #e8d7a1);
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}

.health-adn-visual p {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.8;
}

.health-adn-bars {
    position: absolute;
    right: 42px;
    bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    opacity: .38;
}

.health-adn-bars i {
    display: block;
    width: 16px;
    border-radius: 999px;
    background: linear-gradient(to top, rgba(224, 201, 130, .20), rgba(224, 201, 130, .78));
}

.health-adn-bars i:nth-child(1) { height: 74px; }
.health-adn-bars i:nth-child(2) { height: 132px; }
.health-adn-bars i:nth-child(3) { height: 98px; }
.health-adn-bars i:nth-child(4) { height: 168px; }
.health-adn-bars i:nth-child(5) { height: 116px; }
.health-adn-bars i:nth-child(6) { height: 82px; }

.health-adn-panel {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 16px;
}

.health-adn-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.health-adn-tabs button {
    min-height: 58px;
    border: 1px solid rgba(200, 168, 90, .20);
    border-radius: 20px;
    background: rgba(255, 250, 241, .82);
    color: rgba(28, 23, 15, .72);
    font-weight: 900;
    cursor: pointer;
    transition:
        transform .22s ease,
        background .22s ease,
        color .22s ease,
        border-color .22s ease;
}

.health-adn-tabs button:hover,
.health-adn-tabs button.is-active {
    transform: translateY(-3px);
    background: #17130d;
    color: var(--gold-soft, #e8d7a1);
    border-color: rgba(224, 201, 130, .28);
}

.health-adn-result {
    padding: 42px;
    border-radius: 46px;
    background:
        radial-gradient(circle at 90% 0%, rgba(200, 168, 90, .12), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(255, 250, 241, .70));
    border: 1px solid rgba(200, 168, 90, .20);
    box-shadow: 0 24px 70px rgba(31, 24, 12, .09);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.health-adn-result > span {
    width: fit-content;
    padding: 14px 18px;
    border-radius: 18px;
    background: #17130d;
    color: var(--gold-soft, #e8d7a1);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
}

.health-adn-result h3 {
    margin: 38px 0 18px;
    color: #17130d;
    font-size: clamp(48px, 5vw, 86px);
    line-height: .9;
    letter-spacing: -3.5px;
}

.health-adn-result p {
    margin: 0;
    color: rgba(28, 23, 15, .70);
    font-size: 17px;
    line-height: 1.75;
}

.health-adn-note {
    margin-top: 34px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(200, 168, 90, .10);
    border: 1px solid rgba(200, 168, 90, .16);
}

.health-adn-note small {
    color: rgba(151, 105, 35, .88);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.health-adn-note strong {
    display: block;
    margin-top: 8px;
    color: #17130d;
    font-size: 20px;
    line-height: 1.4;
}

/* =========================
   FOLLOWUP PREMIUM
========================= */

.health-followup {
    padding: 120px 0;
    background:
        radial-gradient(circle at 14% 8%, rgba(224, 201, 130, .09), transparent 34%),
        linear-gradient(180deg, #fbf7ef 0%, #f2eadc 100%);
}

.health-followup-head {
    max-width: 920px;
    margin-bottom: 54px;
}

.health-followup-board {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 24px;
    align-items: stretch;
}

.health-followup-screen {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    padding: 42px;
    border-radius: 46px;
    background:
        radial-gradient(circle at 82% 8%, rgba(224, 201, 130, .16), transparent 38%),
        linear-gradient(145deg, #17110b 0%, #070604 100%);
    border: 1px solid rgba(224, 201, 130, .26);
    color: #fff;
    box-shadow: 0 34px 100px rgba(31, 24, 12, .22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.health-followup-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(224, 201, 130, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 201, 130, .018) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .35;
    pointer-events: none;
}

.health-followup-screen > span,
.health-followup-screen h3,
.health-followup-screen p,
.health-followup-meta {
    position: relative;
    z-index: 2;
}

.health-followup-screen > span {
    color: var(--gold-soft, #e8d7a1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 900;
}

.health-followup-screen h3 {
    max-width: 720px;
    margin: 40px 0 18px;
    color: #fff;
    font-size: clamp(48px, 5.4vw, 92px);
    line-height: .9;
    letter-spacing: -3.8px;
}

.health-followup-screen p {
    max-width: 760px;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.8;
}

.health-followup-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.health-followup-meta div {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(224, 201, 130, .14);
}

.health-followup-meta small {
    color: var(--gold-soft, #e8d7a1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.health-followup-meta strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 24px;
}

.health-followup-nav {
    display: grid;
    gap: 12px;
}

.health-followup-nav button {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 92px;
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(200, 168, 90, .18);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(255, 250, 241, .72));
    color: #17130d;
    text-align: left;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 38px rgba(31, 24, 12, .06);
    transition:
        transform .22s ease,
        background .22s ease,
        color .22s ease,
        border-color .22s ease;
}

.health-followup-nav button span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #17130d;
    color: var(--gold-soft, #e8d7a1);
    font-size: 11px;
    letter-spacing: 1.5px;
}

.health-followup-nav button strong {
    font-size: 19px;
}

.health-followup-nav button:hover,
.health-followup-nav button.is-active {
    transform: translateX(8px);
    background:
        radial-gradient(circle at 90% 0%, rgba(224, 201, 130, .16), transparent 36%),
        linear-gradient(145deg, #15100a 0%, #080604 100%);
    color: #fff;
    border-color: rgba(224, 201, 130, .24);
}

/* =========================
   TRANSIT
========================= */

.health-transit {
    padding: 120px 0;
    background: #fbf7ef;
}

.health-transit-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 58px;
    align-items: center;
    padding: 54px;
    border-radius: 46px;
    background:
        radial-gradient(circle at 92% 0%, rgba(200, 168, 90, .12), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(255, 250, 241, .66));
    border: 1px solid rgba(200, 168, 90, .20);
    box-shadow:
        0 24px 70px rgba(31, 24, 12, .09),
        inset 0 1px 0 rgba(255, 255, 255, .72);
}

.health-transit-card figure {
    margin: 0;
    min-height: 460px;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(200, 168, 90, .22);
    background: #120e09;
}

.health-transit-card img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.health-transit-tips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.health-transit-tips span {
    padding: 10px 14px;
    border-radius: 999px;
    color: rgba(28, 23, 15, .74);
    background: rgba(200, 168, 90, .10);
    border: 1px solid rgba(200, 168, 90, .16);
    font-size: 13px;
    font-weight: 900;
}

/* =========================
   FINAL
========================= */

.health-final {
    padding: 120px 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(224, 201, 130, .12), transparent 34%),
        #11100b;
    color: #fff;
}

.health-final-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
    padding: 54px;
    border-radius: 46px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
        rgba(255, 255, 255, .035);
    border: 1px solid rgba(224, 201, 130, .24);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .26);
}

.health-final-card h2,
.health-final-card .health-label {
    color: #fff;
}

.health-final-card p {
    color: rgba(255, 255, 255, .75);
}

.health-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.health-final-card figure {
    margin: 0;
    min-height: 460px;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(224, 201, 130, .22);
}

.health-final-card img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* =========================
   RESPONSIVE TABLETTE
========================= */

@media (max-width: 1200px) {
    .health-dashboard,
    .health-disease-layout,
    .health-adn-grid,
    .health-followup-board,
    .health-transit-card,
    .health-final-card {
        grid-template-columns: 1fr;
    }

    .health-medical-screen,
    .health-adn-visual,
    .health-followup-screen {
        min-height: auto;
    }
}

@media (max-width: 1100px) {
    .health-hero {
        min-height: auto;
    }

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

    .health-hero-stage {
        width: min(680px, 100%);
        margin: 0 auto;
    }
}

/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 760px) {
    html,
    body {
        overflow-x: hidden;
    }

    .health-label,
    .health-eyebrow {
        gap: 9px;
        font-size: 9.5px;
        letter-spacing: 1.7px;
    }

    .health-label::before,
    .health-eyebrow::before {
        width: 26px;
    }

    .health-hero-grid {
        gap: 42px;
        padding: 92px 0 62px;
    }

    .health-hero h1 {
        margin: 18px 0 20px;
        font-size: clamp(42px, 14vw, 64px);
        line-height: .9;
        letter-spacing: -2.8px;
    }

    .health-hero p {
        font-size: 14.7px;
        line-height: 1.75;
    }

    .health-hero-actions,
    .health-final-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 28px;
    }

    .health-hero-actions .btn,
    .health-final-actions .btn {
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .health-hero-stage {
        min-height: auto;
        width: 100%;
        display: grid;
        gap: 12px;
    }

    .health-hero-photo,
    .health-scan-card,
    .health-floating-status {
        position: relative;
        inset: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        transform: none;
    }

    .health-hero-photo {
        height: auto;
        aspect-ratio: 4 / 4.6;
        border-radius: 30px;
    }

    .health-floating-status {
        display: none;
    }

    .health-scan-card {
        margin: -50px auto 0;
        width: calc(100% - 18px);
        border-radius: 24px;
        padding: 20px;
    }

    .health-scan-card strong {
        font-size: 22px;
    }

    .health-console,
    .health-vigilance,
    .health-adn-experience,
    .health-followup,
    .health-transit,
    .health-final {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .health-section-head h2,
    .health-dashboard-intro h2,
    .health-transit-card h2,
    .health-final-card h2,
    .health-followup-head h2,
    .health-adn-visual h2,
    .health-adn-result h3,
    .health-followup-screen h3 {
        margin: 14px 0 18px;
        font-size: clamp(33px, 10.8vw, 48px);
        line-height: .98;
        letter-spacing: -1.7px;
    }

    .health-section-head p,
    .health-dashboard-intro p,
    .health-transit-card p,
    .health-final-card p,
    .health-followup-head p,
    .health-adn-visual p,
    .health-adn-result p,
    .health-followup-screen p {
        font-size: 14.7px;
        line-height: 1.75;
    }

    .health-dashboard-intro,
    .health-medical-screen,
    .health-disease-screen,
    .health-adn-visual,
    .health-adn-result,
    .health-followup-screen,
    .health-followup-nav button,
    .health-transit-card,
    .health-final-card {
        padding: 22px;
        border-radius: 24px;
    }

    .health-dashboard-menu,
    .health-adn-tabs {
        grid-template-columns: 1fr;
    }

    .health-medical-screen h3,
    .health-screen-top strong {
        font-size: clamp(36px, 11vw, 54px);
        letter-spacing: -2px;
    }

    .health-medical-screen > p,
    .health-disease-screen > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .health-medical-bottom,
    .health-followup-meta {
        grid-template-columns: 1fr;
    }

    .health-disease-card {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
        border-radius: 22px;
    }

    .health-disease-card span,
    .health-disease-card strong,
    .health-disease-card small {
        grid-column: auto;
        grid-row: auto;
    }

    .health-disease-screen {
        min-height: auto;
    }

    .health-disease-screen > p {
        margin: 26px 0;
    }

    .health-adn-bars {
        display: none;
    }

    .health-followup-nav button {
        transform: none !important;
        grid-template-columns: 52px 1fr;
    }

    .health-transit-card {
        gap: 28px;
    }

    .health-transit-card figure,
    .health-final-card figure {
        min-height: unset;
        border-radius: 30px;
    }

    .health-transit-card img,
    .health-final-card img {
        min-height: unset;
        height: auto;
        aspect-ratio: 4 / 3.5;
        object-fit: cover;
    }

    .health-medical-screen h3,
    .health-followup-screen h3 {
        font-size: clamp(34px, 10vw, 50px);
        line-height: .94;
    }

}

@media (max-width: 430px) {
    .health-hero-grid {
        padding-top: 84px;
    }

    .health-hero h1 {
        font-size: clamp(39px, 14.5vw, 56px);
    }

    .health-console,
    .health-vigilance,
    .health-adn-experience,
    .health-followup,
    .health-transit,
    .health-final {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .health-hero-photo {
        aspect-ratio: 4 / 4.9;
    }

    .health-scan-card {
        width: calc(100% - 12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .health-hero-photo::before {
        animation: none;
    }

    .health-dashboard-menu button,
    .health-disease-card,
    .health-adn-tabs button,
    .health-followup-nav button {
        transition: none;
    }
}


.health-medical-screen h3,
.health-followup-screen h3 {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

.health-medical-screen {
    overflow: hidden;
}
