.gda-patient-home {
    background: #031120;
    color: #eef7ff;
    overflow-x: hidden;
}

.gda-patient-home > .btn-Login-HE,
.gda-patient-home > .btn-SignUp-HE {
    display: none !important;
}

.gda-patient-home .device,
.gda-patient-home .hero,
.gda-patient-home .health-platform,
.gda-patient-home .smart-health,
.gda-patient-home .container-articles,
.gda-patient-home .testimonials {
    display: none !important;
}

.gda-patient-home .he-patient-legacy-divider,
.gda-patient-home .he-patient-legacy-newsletters,
.gda-patient-home .he-patient-legacy-footer {
    display: none !important;
}

.he-patient-home {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 14%, rgba(41, 139, 255, 0.28), transparent 28%),
        linear-gradient(180deg, #04172b 0%, #020b16 48%, #041424 100%);
    font-family: Arial, Helvetica, sans-serif;
}

.he-patient-home .container {
    width: calc(100% - 96px);
    max-width: 1500px;
}

.he-patient-home a,
.he-patient-home a:hover,
.he-patient-home a:focus {
    text-decoration: none;
}

.he-patient-header {
    padding: 18px 0;
    position: relative;
    z-index: 5;
}

.he-patient-header-row {
    display: flex;
    align-items: center;
}

.he-patient-brand {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    gap: 12px;
}

.he-patient-brand:hover,
.he-patient-brand:focus {
    color: #ffffff;
}

.he-patient-brand-mark {
    width: 72px;
    height: 67px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    color: #54d4ff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    background: transparent;
}

.he-patient-brand-mark img {
    width: auto !important;
    height: 67px !important;
    max-width: 72px !important;
    max-height: 50px !important;
    object-fit: contain;
    display: block;
}

.he-patient-brand strong {
    display: block;
    font-size: 19px;
    line-height: 1.1;
}

.he-patient-brand small {
    display: block;
    color: #b8c9dc;
    font-size: 11px;
    margin-top: 2px;
}

.he-patient-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.he-patient-nav a {
    color: #d8e7f7;
    font-size: 14px;
    font-weight: 600;
}

.he-patient-nav a:hover,
.he-patient-nav a:focus {
    color: #5bd8ff;
}

.he-patient-nav-button {
    padding: 11px 20px;
    border-radius: 8px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #078cff 0%, #2858ff 100%);
    border: 1px solid rgba(93, 181, 255, 0.45);
    box-shadow: 0 10px 26px rgba(0, 106, 255, 0.25);
}

.he-patient-nav-button-muted {
    background: rgba(5, 23, 42, 0.7);
    box-shadow: none;
}

.he-patient-hero {
    min-height: 545px;
    position: relative;
    padding: 42px 0 52px;
    border-bottom: 1px solid rgba(100, 178, 255, 0.24);
}

.he-patient-hero:before {
    content: "";
    position: absolute;
    inset: -90px 0 0 0;
    background:
        linear-gradient(90deg, rgba(3, 17, 32, 0.96) 0%, rgba(3, 17, 32, 0.74) 30%, rgba(3, 17, 32, 0.28) 55%, rgba(3, 17, 32, 0.74) 100%),
        url("../dist2/newhomepage/bgImageppatient.png") 70% center / 86% auto no-repeat;
    opacity: 0.9;
}

.he-patient-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(76, 196, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76, 196, 255, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 35%, transparent 100%);
    opacity: 0.48;
}

.he-patient-hero-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.he-patient-hero-copy {
    max-width: 640px;
    padding-top: 22px;
}

.he-patient-hero-copy h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 60px;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
}

.he-patient-hero-copy h1 span {
    display: block;
    color: #4acfff;
}

.he-patient-hero-copy p {
    max-width: 470px;
    color: #d5e2ef;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 22px;
}

.he-patient-proof {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 440px;
    padding: 16px 18px;
    border: 1px solid rgba(104, 190, 255, 0.32);
    border-radius: 8px;
    background: rgba(4, 20, 38, 0.72);
    color: #cbd9e8;
}

.he-patient-proof i {
    color: #5bd8ff;
    font-size: 30px;
}

.he-patient-proof strong {
    color: #3dd6ff;
    font-size: 20px;
}

.he-patient-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
}

.he-patient-primary,
.he-patient-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 8px;
    font-weight: 700;
}

.he-patient-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #10a5ff 0%, #234dff 100%);
    box-shadow: 0 14px 30px rgba(10, 126, 255, 0.3);
}

.he-patient-primary:hover,
.he-patient-primary:focus {
    color: #ffffff;
}

.he-patient-secondary {
    color: #d8e9fa;
    border: 1px solid rgba(69, 177, 255, 0.55);
    background: rgba(3, 18, 34, 0.55);
}

.he-patient-secondary:hover,
.he-patient-secondary:focus {
    color: #ffffff;
    border-color: rgba(90, 216, 255, 0.85);
}

.he-patient-dashboard {
    position: relative;
    min-height: 430px;
    max-width: 100%;
}

.he-patient-dashboard--health {
    min-height: 458px;
}

.he-patient-dashboard--health::before {
    display: none;
}

.he-patient-orbit {
    position: absolute;
    left: 18%;
    top: 24px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(66, 202, 255, 0.28), rgba(4, 22, 42, 0.18) 58%, transparent 62%);
    border: 1px solid rgba(85, 194, 255, 0.25);
}

.he-patient-orbit > i {
    font-size: 96px;
    color: rgba(102, 213, 255, 0.95);
    text-shadow: 0 0 34px rgba(52, 191, 255, 0.72);
}

.he-patient-pulse {
    position: absolute;
    border: 1px solid rgba(82, 205, 255, 0.34);
    border-radius: 50%;
}

.he-patient-pulse-one {
    inset: 34px;
}

.he-patient-pulse-two {
    inset: 72px;
}

.he-patient-pulse-three {
    inset: 112px;
    background: rgba(28, 128, 255, 0.12);
}

.he-patient-stat {
    position: absolute;
    right: 0;
    width: 292px;
    min-height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(92px, 1fr) 62px;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(107, 185, 255, 0.28);
    background: rgba(7, 27, 52, 0.74);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(12px);
}

.he-patient-dashboard--health .he-patient-stat {
    right: 24px;
    width: 400px;
    max-width: calc(100% - 48px);
    box-sizing: border-box;
    min-height: 72px;
    grid-template-columns: 46px minmax(178px, 1fr) 78px;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border-color: rgba(91, 169, 238, 0.2);
    background: linear-gradient(145deg, rgba(9, 35, 66, 0.94), rgba(3, 18, 38, 0.92));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.he-patient-metrics-ready .he-patient-stat {
    animation: hePatientMetricIn 0.52s ease forwards;
}

.he-patient-metrics-ready .he-patient-stat-two {
    animation-delay: 0.1s;
}

.he-patient-metrics-ready .he-patient-stat-three {
    animation-delay: 0.2s;
}

.he-patient-metrics-ready .he-patient-stat-four {
    animation-delay: 0.3s;
}

.he-patient-metrics-ready .he-patient-stat-five {
    animation-delay: 0.4s;
}

.he-patient-stat-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.he-patient-dashboard--health .he-patient-stat-icon {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 9px;
    object-fit: contain;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 8px 16px rgba(0, 0, 0, 0.28);
}

.he-patient-stat-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    column-gap: 8px;
    row-gap: 3px;
    min-width: 0;
}

.he-patient-stat-copy span {
    color: #b6cce2;
    font-size: 12px;
    white-space: nowrap;
}

.he-patient-dashboard--health .he-patient-stat-copy span {
    color: #e5f2ff;
    font-size: 11px;
    font-weight: 800;
}

.he-patient-stat-copy strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    justify-self: end;
    white-space: nowrap;
}

.he-patient-dashboard--health .he-patient-stat-copy strong {
    font-size: 20px;
}

.he-patient-stat-copy strong em {
    color: #a8bdd1;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-left: 2px;
}

.he-patient-stat-copy small {
    grid-column: 1 / -1;
    color: #7be9a8;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.he-patient-dashboard--health .he-patient-stat-copy small {
    color: #74e89b;
    font-size: 10px;
    line-height: 1.15;
}

.he-patient-ring {
    position: relative;
    justify-self: end;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(7, 27, 52, 0.95) 52%, transparent 54%),
        conic-gradient(#77df69 0deg, rgba(119, 223, 105, 0.15) 0deg);
    border: 1px solid rgba(147, 232, 126, 0.28);
}

.he-patient-ring span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6f3a0;
    font-size: 10px;
    font-weight: 800;
}

.he-patient-metrics-ready .he-patient-ring {
    animation: hePatientRingFill 1.1s ease 0.25s forwards;
}

.he-patient-bars {
    justify-self: end;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    width: 58px;
    height: 34px;
}

.he-patient-bars b {
    display: block;
    width: 5px;
    height: 4px;
    border-radius: 4px 4px 1px 1px;
    opacity: 0.92;
    transform-origin: bottom;
    transform: scaleY(0.12);
}

.he-patient-metrics-ready .he-patient-bars b {
    animation: hePatientBarGrow 0.72s ease forwards;
}

.he-patient-bars b:nth-child(2) {
    animation-delay: 0.08s;
}

.he-patient-bars b:nth-child(3) {
    animation-delay: 0.14s;
}

.he-patient-bars b:nth-child(4) {
    animation-delay: 0.2s;
}

.he-patient-bars b:nth-child(5) {
    animation-delay: 0.26s;
}

.he-patient-bars b:nth-child(6) {
    animation-delay: 0.32s;
}

.he-patient-bars-blue b,
.he-patient-bars-cyan b {
    background: linear-gradient(180deg, #5adfff, #247cff);
}

.he-patient-bars-red b {
    background: linear-gradient(180deg, #ff706f, #df323b);
}

.he-patient-bars-green b {
    background: linear-gradient(180deg, #70f09a, #23bd61);
}

.he-patient-bars-purple b {
    background: linear-gradient(180deg, #bd86ff, #654fff);
}

.he-patient-points-meter {
    justify-self: end;
    width: 58px;
    height: 8px;
    border-radius: 99px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.13);
}

.he-patient-points-meter span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffd45b, #ff9f1c);
}

.he-patient-metrics-ready .he-patient-points-meter span {
    animation: hePatientPointsFill 0.9s ease 0.42s forwards;
}

.he-patient-stat-one {
    top: 30px;
}

.he-patient-stat-two {
    top: 118px;
}

.he-patient-stat-three {
    top: 206px;
}

.he-patient-stat-four {
    top: 294px;
}

.he-patient-stat-five {
    top: 382px;
}

@keyframes hePatientMetricIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hePatientRingFill {
    to {
        background:
            radial-gradient(circle, rgba(7, 27, 52, 0.95) 52%, transparent 54%),
            conic-gradient(#77df69 0deg 310deg, rgba(119, 223, 105, 0.15) 310deg 360deg);
    }
}

@keyframes hePatientBarGrow {
    to {
        height: var(--h);
        transform: scaleY(1);
    }
}

@keyframes hePatientPointsFill {
    to {
        width: 84%;
    }
}

.he-patient-platform,
.he-patient-solutions,
.he-patient-impact {
    position: relative;
    padding: 28px 0;
}

.he-patient-platform h2,
.he-patient-impact h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
}

.he-patient-section-lead {
    color: #b7cce1;
    margin-bottom: 18px;
}

.he-patient-topic-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
}

.he-patient-topic-grid > [class*="col-"] {
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.he-patient-topic {
    min-height: 300px;
    height: 100%;
    padding: 20px 16px 24px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(91, 220, 255, 0.62);
    background:
        linear-gradient(180deg, rgba(23, 109, 171, 0.52), rgba(5, 31, 61, 0.96)),
        radial-gradient(circle at 50% 0%, rgba(67, 223, 255, 0.28), transparent 58%);
    box-shadow:
        inset 0 0 22px rgba(80, 217, 255, 0.22),
        0 0 18px rgba(33, 167, 255, 0.18);
}

.he-patient-topic-img {
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto 16px;
    border-radius: 50%;
    border: 2px solid rgba(148, 238, 255, 0.8);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 18px rgba(82, 221, 255, 0.42);
    object-fit: cover;
}

.he-patient-topic--image-card .he-patient-topic-img {
    width: 158px;
    height: 158px;
    margin-bottom: 18px;
}

.he-patient-topic strong {
    display: block;
    min-height: 40px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
}

.he-patient-topic span {
    display: block;
    color: #c1d1e1;
    font-size: 12px;
    line-height: 1.45;
}

.he-patient-topic-pulse {
    display: block;
    width: 96px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    margin: 8px auto 10px;
    mix-blend-mode: screen;
    background: transparent;
}

@media (min-width: 1200px) {
    .he-patient-topic-grid > .col-lg-2 {
        width: 20%;
    }
}

.he-patient-solutions {
    padding-top: 10px;
}

.he-patient-solutions .row {
    display: flex;
    flex-wrap: wrap;
}

.he-patient-solutions .row > [class*="col-"] {
    display: flex;
    margin-bottom: 18px;
}

.he-patient-panel {
    position: relative;
    width: 100%;
    min-height: 320px;
    padding: 22px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(96, 179, 255, 0.34);
    background: linear-gradient(140deg, rgba(9, 44, 83, 0.96), rgba(4, 20, 38, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.he-patient-points-card {
    min-height: 334px;
    padding-bottom: 112px;
}

.he-patient-panel h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
}

.he-patient-panel p {
    position: relative;
    z-index: 2;
    color: #c8d8e8;
    line-height: 1.5;
}

.he-patient-panel ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 8px;
}

.he-patient-points-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 7px;
    margin-top: 15px;
}

.he-patient-panel li {
    color: #d8e8f8;
    font-size: 13px;
    min-width: 0;
}

.he-patient-panel li i {
    color: #5ee6b5;
    margin-right: 8px;
}

.he-patient-score-badge {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 58px;
    align-items: center;
    gap: 12px;
    min-height: 80px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(95, 183, 255, 0.24);
    background: rgba(2, 14, 28, 0.55);
}

.he-patient-score-badge img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.he-patient-score-badge strong {
    display: block;
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 4px;
}

.he-patient-score-badge span {
    display: block;
    color: #c3d5e7;
    font-size: 12px;
    line-height: 1.2;
}

.he-patient-score-ring {
    justify-self: end;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(2, 14, 28, 0.98) 54%, transparent 56%),
        conic-gradient(#67d86b 0deg 286deg, rgba(103, 216, 107, 0.18) 286deg 360deg);
    border: 1px solid rgba(114, 232, 124, 0.22);
    box-shadow: 0 0 18px rgba(88, 224, 108, 0.2);
}

.he-patient-handbook-card {
    background:
        linear-gradient(90deg, rgba(4, 22, 39, 0.94) 0%, rgba(4, 22, 39, 0.8) 45%, rgba(4, 22, 39, 0.12) 100%),
        url("../dist2/newhomepage/solution-handbook-card.png?v=20260614-card2") center / cover no-repeat;
}

.he-patient-recovery-card {
    background:
        linear-gradient(90deg, rgba(15, 23, 70, 0.9) 0%, rgba(15, 23, 70, 0.64) 52%, rgba(15, 23, 70, 0.12) 100%),
        url("../dist2/newhomepage/solution-recovery-card.png?v=20260614-card3") center / cover no-repeat;
}

.he-patient-workplace-card {
    background:
        linear-gradient(90deg, rgba(6, 31, 58, 0.94) 0%, rgba(6, 31, 58, 0.72) 48%, rgba(6, 31, 58, 0.12) 100%),
        url("../dist2/newhomepage/solution-workplace-card.png?v=20260614-card4") center / cover no-repeat;
}

.he-patient-handbook-card,
.he-patient-recovery-card,
.he-patient-workplace-card {
    min-height: 334px;
    background-position: center;
}

.he-patient-handbook-card p,
.he-patient-handbook-card ul,
.he-patient-recovery-card p,
.he-patient-recovery-card ul,
.he-patient-workplace-card p,
.he-patient-workplace-card ul {
    max-width: 62%;
}

.he-patient-workplace-card li i {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(135deg, #49c8ff, #2d6dff);
    font-size: 9px;
}

.he-patient-impact {
    padding-bottom: 46px;
}

.he-patient-impact .he-patient-impact-row {
    padding: 22px 14px;
    border-radius: 8px;
    border: 1px solid rgba(90, 173, 255, 0.28);
    background: rgba(5, 25, 48, 0.76);
    overflow: hidden;
}

.he-patient-impact-heading h2 {
    margin-bottom: 2px;
    font-size: 18px;
}

.he-patient-impact-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 8px 18px 8px 12px;
    border-right: 1px solid rgba(100, 178, 255, 0.2);
    overflow: hidden;
}

.he-patient-impact .col-md-3:last-child .he-patient-impact-item {
    border-right: 0;
}

.he-patient-impact-item i {
    grid-row: span 2;
    color: #62a8ff;
    font-size: 42px;
}

.he-patient-impact-icon {
    grid-row: span 2;
    display: block;
    width: 52px !important;
    min-width: 52px;
    max-width: 52px !important;
    height: 52px !important;
    max-height: 52px !important;
    object-fit: contain;
    object-position: center;
}

.he-patient-impact-item strong {
    color: #ffffff;
    font-size: 19px;
}

.he-patient-impact-item span {
    color: #c2d3e5;
    font-size: 13px;
    line-height: 1.45;
}

.he-patient-impact-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    color: #d8e8f8;
    font-size: 14px;
}

.he-patient-impact-privacy i {
    color: #ffffff;
    font-size: 20px;
}

.he-patient-footer {
    position: relative;
    padding: 44px 0 26px;
    border-top: 1px solid rgba(83, 183, 255, 0.28);
    background:
        radial-gradient(circle at 82% 0%, rgba(44, 143, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(3, 18, 34, 0.98), #020a14 100%);
}

.he-patient-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(83, 213, 255, 0.7), transparent);
}

.he-patient-footer-main {
    display: flex;
    flex-wrap: wrap;
}

.he-patient-footer-main > [class*="col-"] {
    margin-bottom: 22px;
}

.he-patient-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.he-patient-footer-brand:hover,
.he-patient-footer-brand:focus {
    color: #ffffff;
}

.he-patient-footer-mark {
    width: 72px;
    height: 67px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
}

.he-patient-footer-mark img {
    width: auto !important;
    height: 67px !important;
    max-width: 72px !important;
    max-height: 50px !important;
    object-fit: contain;
    display: block;
}

.he-patient-footer-brand strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
}

.he-patient-footer-brand small,
.he-patient-footer p {
    color: #adc5dc;
}

.he-patient-footer p {
    max-width: 340px;
    margin: 14px 0 0;
    line-height: 1.55;
}

.he-patient-footer h4 {
    margin: 4px 0 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.he-patient-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.he-patient-footer li {
    margin-bottom: 8px;
}

.he-patient-footer a {
    color: #cfe2f4;
}

.he-patient-footer a:hover,
.he-patient-footer a:focus {
    color: #57d7ff;
}

.he-patient-footer-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.he-patient-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    padding: 11px 18px;
    border-radius: 8px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #078cff 0%, #2858ff 100%);
    border: 1px solid rgba(93, 181, 255, 0.45);
}

.he-patient-footer-button-muted {
    background: rgba(4, 21, 39, 0.68);
}

.he-patient-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(93, 181, 255, 0.18);
}

.he-patient-footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.he-patient-footer-bottom li {
    margin: 0;
}

.he-patient-footer-bottom p {
    max-width: none;
    margin: 0;
    font-size: 13px;
}

.gda-patient-home #signinP.popup,
.gda-patient-home #signupPersonal.popup {
    background: rgba(1, 9, 18, 0.78);
    backdrop-filter: blur(8px);
}

.gda-patient-home #signinP .popup__inner,
.gda-patient-home #signupPersonal .popup__inner {
    width: min(760px, calc(100% - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 12px;
    border: 1px solid rgba(89, 193, 255, 0.36);
    background:
        radial-gradient(circle at 80% 0%, rgba(54, 168, 255, 0.16), transparent 36%),
        linear-gradient(180deg, rgba(6, 28, 52, 0.98), rgba(2, 12, 24, 0.98));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

.gda-patient-home #signinP .popup__inner {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(70, 218, 255, 0.18);
    background:
        radial-gradient(circle at 50% 0%, rgba(65, 220, 255, 0.18), transparent 34%),
        radial-gradient(circle at 100% 34%, rgba(43, 91, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(5, 30, 55, 0.97), rgba(1, 10, 22, 0.98));
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.58),
        inset 0 0 28px rgba(49, 195, 255, 0.08);
}

.gda-patient-home #signupPersonal .popup__inner {
    position: relative;
    border: 1px solid rgba(70, 218, 255, 0.18);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.58),
        inset 0 0 28px rgba(49, 195, 255, 0.08);
}

.gda-patient-home #signinP .popup__inner::before,
.gda-patient-home #signinP .popup__inner::after,
.gda-patient-home #signupPersonal .popup__inner::before,
.gda-patient-home #signupPersonal .popup__inner::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.gda-patient-home #signinP .popup__inner::before,
.gda-patient-home #signupPersonal .popup__inner::before {
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, transparent 0%, rgba(66, 229, 255, 0.08) 24%, rgba(66, 229, 255, 0.82) 50%, rgba(66, 229, 255, 0.08) 76%, transparent 100%) top center / 100% 1px no-repeat,
        linear-gradient(90deg, transparent 0%, rgba(66, 229, 255, 0.08) 24%, rgba(66, 229, 255, 0.72) 50%, rgba(66, 229, 255, 0.08) 76%, transparent 100%) bottom center / 100% 1px no-repeat,
        linear-gradient(180deg, rgba(66, 229, 255, 0.04), rgba(66, 229, 255, 0.18), rgba(66, 229, 255, 0.04)) left center / 1px 100% no-repeat,
        linear-gradient(180deg, rgba(66, 229, 255, 0.04), rgba(66, 229, 255, 0.18), rgba(66, 229, 255, 0.04)) right center / 1px 100% no-repeat;
}

.gda-patient-home #signinP .popup__inner::after,
.gda-patient-home #signupPersonal .popup__inner::after {
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at top center, rgba(66, 229, 255, 0.42), rgba(66, 229, 255, 0.14) 24%, transparent 58%) top center / 64% 24px no-repeat,
        radial-gradient(ellipse at bottom center, rgba(66, 229, 255, 0.36), rgba(66, 229, 255, 0.12) 24%, transparent 58%) bottom center / 64% 24px no-repeat;
}

.gda-patient-home #signinP .box-white,
.gda-patient-home #signupPersonal .box-white {
    background: transparent;
    color: #ecf7ff;
    padding: 38px 44px;
}

.gda-patient-home #signinP .headline-2 {
    font-size: 40px;
    line-height: 1.18;
    margin-bottom: 18px;
    text-shadow: 0 0 18px rgba(77, 214, 255, 0.28);
}

.gda-patient-home #signinP .headline-2,
.gda-patient-home #signupPersonal .headline-2,
.gda-patient-home #signinP .headline-5,
.gda-patient-home #signupPersonal .headline-5 {
    color: #ffffff;
}

.gda-patient-home #signinP .text-primary,
.gda-patient-home #signupPersonal .text-primary {
    color: #4dd6ff !important;
}

.gda-patient-home #signinP label,
.gda-patient-home #signupPersonal label {
    color: #b9d6ef;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.gda-patient-home #signinP #signinFormp {
    max-width: 430px;
    margin: 0 auto;
}

.gda-patient-home #signinP label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gda-patient-home #signinP input,
.gda-patient-home #signupPersonal input,
.gda-patient-home #signupPersonal select,
.gda-patient-home #signupPersonal .form-control,
.gda-patient-home #signupPersonal .selectboxit-container .selectboxit {
    min-height: 48px;
    color: #ffffff !important;
    border: 1px solid rgba(93, 181, 255, 0.26) !important;
    border-radius: 8px !important;
    background: rgba(2, 14, 28, 0.72) !important;
    box-shadow: none !important;
}

.gda-patient-home #signinP input {
    width: 100%;
    min-height: 58px;
    padding: 0 28px;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 700;
    border: 2px solid rgba(65, 184, 255, 0.24) !important;
    border-radius: 10px !important;
    background: rgba(0, 11, 23, 0.82) !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gda-patient-home #signinP input:focus,
.gda-patient-home #signinP input:focus-visible {
    outline: none !important;
    border-color: #42e5ff !important;
    background: rgba(0, 12, 24, 0.96) !important;
    box-shadow:
        0 0 0 1px rgba(66, 229, 255, 0.42),
        0 0 18px rgba(66, 229, 255, 0.36),
        inset 0 0 14px rgba(66, 229, 255, 0.08) !important;
}

.gda-patient-home #signupPersonal input:focus,
.gda-patient-home #signupPersonal input:focus-visible,
.gda-patient-home #signupPersonal select:focus,
.gda-patient-home #signupPersonal select:focus-visible,
.gda-patient-home #signupPersonal .form-control:focus,
.gda-patient-home #signupPersonal .form-control:focus-visible,
.gda-patient-home #signupPersonal .selectboxit-container .selectboxit:focus,
.gda-patient-home #signupPersonal .selectboxit-container .selectboxit:focus-visible {
    outline: none !important;
    border-color: #42e5ff !important;
    background: rgba(0, 12, 24, 0.96) !important;
    box-shadow:
        0 0 0 1px rgba(66, 229, 255, 0.42),
        0 0 18px rgba(66, 229, 255, 0.36),
        inset 0 0 14px rgba(66, 229, 255, 0.08) !important;
}

.gda-patient-home #signinP input::placeholder,
.gda-patient-home #signupPersonal input::placeholder {
    color: #7e9ab2;
}

.gda-patient-home #signinP .btn,
.gda-patient-home #signupPersonal .btn,
.gda-patient-home #signinP .btn--block,
.gda-patient-home #signupPersonal .btn--block {
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #078cff 0%, #2858ff 100%);
    box-shadow: 0 16px 34px rgba(0, 106, 255, 0.28);
}

.gda-patient-home #signinP .btn,
.gda-patient-home #signinP .btn--block {
    min-height: 58px;
    border: 1px solid rgba(66, 229, 255, 0.52);
    border-radius: 10px;
    background: linear-gradient(135deg, #1499ff 0%, #2d59ff 100%);
    box-shadow:
        0 0 20px rgba(66, 229, 255, 0.42),
        0 16px 36px rgba(0, 106, 255, 0.32);
}

.gda-patient-home #signupPersonal .stripe-form {
    border: 1px solid rgba(93, 181, 255, 0.24);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(2, 14, 28, 0.46);
}

.gda-patient-home #signupPersonal #card-number-element,
.gda-patient-home #signupPersonal #card-expiry-element,
.gda-patient-home #signupPersonal #card-cvc-element,
.gda-patient-home #signupPersonal .InputElement-Card {
    border: 1px solid rgba(93, 181, 255, 0.26) !important;
    border-radius: 8px !important;
    background: rgba(2, 14, 28, 0.72) !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gda-patient-home #signupPersonal #card-number-element:focus-within,
.gda-patient-home #signupPersonal #card-expiry-element:focus-within,
.gda-patient-home #signupPersonal #card-cvc-element:focus-within,
.gda-patient-home #signupPersonal .StripeElement--focus,
.gda-patient-home #signupPersonal .InputElement-Card.is-focused,
.gda-patient-home #signupPersonal .InputElement-Card:focus,
.gda-patient-home #signupPersonal .is-focused.InputElement-Card {
    border-color: #42e5ff !important;
    background: rgba(0, 12, 24, 0.96) !important;
    box-shadow:
        0 0 0 1px rgba(66, 229, 255, 0.42),
        0 0 18px rgba(66, 229, 255, 0.36),
        inset 0 0 14px rgba(66, 229, 255, 0.08) !important;
}

.gda-patient-home #signupPersonal .stripe-form__header,
.gda-patient-home #signupPersonal .stripe-form__body {
    background: transparent;
}

.gda-patient-home #signupPersonal .stripe-form__header {
    padding: 18px 28px;
    border-bottom: 0;
}

.gda-patient-home #signupPersonal .stripe-form__header .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.gda-patient-home #signupPersonal .stripe-form__header .row::before,
.gda-patient-home #signupPersonal .stripe-form__header .row::after {
    display: none;
}

.gda-patient-home #signupPersonal .stripe-form__header .col-8 {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    padding: 0;
}

.gda-patient-home #signupPersonal .stripe-form__header .col-4 {
    width: auto;
    max-width: none;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 24px;
}

.gda-patient-home #signupPersonal .stripe-form__title {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
}

.gda-patient-home #signupPersonal .stripe-form__img {
    width: 255px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

@media (max-width: 600px) {
    .gda-patient-home #signupPersonal .stripe-form__header .row {
        flex-wrap: wrap;
    }

    .gda-patient-home #signupPersonal .stripe-form__header .col-8,
    .gda-patient-home #signupPersonal .stripe-form__header .col-4 {
        width: 100%;
        flex-basis: 100%;
        justify-content: flex-start;
        padding: 0;
    }

    .gda-patient-home #signupPersonal .stripe-form__img {
        width: 220px;
        margin-top: 12px;
    }

    .gda-patient-home #signupPersonal .stripe-form__title {
        white-space: normal;
    }
}

/* Patient support popup */
.gda-patient-home #Supportform {
    padding: 24px;
    background: rgba(1, 10, 20, 0.84);
    backdrop-filter: blur(8px);
}

.gda-patient-home #Supportform .popup__inner {
    width: calc(100% - 48px);
    max-width: 760px;
    max-height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(93, 181, 255, 0.34);
    border-radius: 10px;
    background: #06182d;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.gda-patient-home #Supportform .box-white {
    padding: 36px 42px 40px;
    color: #d7e5f2;
    background: #06182d;
}

.gda-patient-home #Supportform .popup__close {
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(123, 188, 244, 0.3);
    border-radius: 50%;
    color: #d7e5f2;
    background: rgba(2, 14, 28, 0.74);
    font-size: 17px;
}

.gda-patient-home #Supportform .popup__close:hover {
    color: #ffffff;
    border-color: #58d7ff;
}

.gda-patient-home #Supportform .text-center.mb-medium {
    margin-bottom: 24px !important;
}

.gda-patient-home #Supportform .he-support-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid rgba(93, 181, 255, 0.36);
    border-radius: 50%;
    color: #65d8ff;
    background: rgba(13, 83, 126, 0.28);
    font-size: 23px;
}

.gda-patient-home #Supportform h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 31px !important;
    letter-spacing: 0;
}

.gda-patient-home #Supportform .headline-4 {
    margin: 0;
    color: #a9bfd2;
    font-size: 15px !important;
    font-weight: 400;
}

.gda-patient-home #Supportform .modal-body {
    padding: 0;
}

.gda-patient-home #Supportform .he-support-manual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 24px;
    padding: 13px 16px;
    border: 1px solid rgba(93, 181, 255, 0.2);
    border-radius: 8px;
    color: #b9cddd;
    background: rgba(3, 30, 51, 0.8);
    font-size: 14px;
    text-align: center;
}

.gda-patient-home #Supportform .he-support-manual i {
    color: #c7ef8e;
}

.gda-patient-home #Supportform .he-support-manual a {
    color: #65d8ff;
    font-weight: 800;
}

.gda-patient-home #Supportform .form-group {
    margin-bottom: 14px;
}

.gda-patient-home #Supportform input[type="text"],
.gda-patient-home #Supportform input[type="email"],
.gda-patient-home #Supportform textarea,
.gda-patient-home #Supportform select,
.gda-patient-home #Supportform .nice-select {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(93, 181, 255, 0.26);
    border-radius: 8px;
    color: #eef7ff;
    background: rgba(2, 14, 28, 0.72);
    box-shadow: none;
    font-size: 15px;
}

.gda-patient-home #Supportform textarea {
    min-height: 120px;
    resize: vertical;
}

.gda-patient-home #Supportform input::placeholder,
.gda-patient-home #Supportform textarea::placeholder {
    color: #809bb1;
}

.gda-patient-home #Supportform input:focus,
.gda-patient-home #Supportform textarea:focus,
.gda-patient-home #Supportform select:focus,
.gda-patient-home #Supportform .nice-select:focus {
    outline: 0;
    border-color: #58d7ff;
    box-shadow: 0 0 0 3px rgba(88, 215, 255, 0.12);
}

.gda-patient-home #Supportform select option {
    color: #ffffff;
    background: #071a2b;
}

.gda-patient-home #Supportform .selectboxit-container {
    width: 100%;
}

.gda-patient-home #Supportform .selectboxit-btn {
    width: 100% !important;
    max-width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(93, 181, 255, 0.26);
    border-radius: 8px;
    color: #eef7ff;
    background: rgba(2, 14, 28, 0.72);
    box-shadow: none;
}

.gda-patient-home #Supportform .selectboxit-text {
    max-width: calc(100% - 44px) !important;
    color: #809bb1;
    font-size: 15px;
    line-height: 50px;
}

.gda-patient-home #Supportform .selectboxit-arrow-container {
    right: 0;
}

.gda-patient-home #Supportform .selectboxit-default-arrow {
    border-top-color: #65d8ff;
}

.gda-patient-home #Supportform .selectboxit-options {
    width: 100%;
    min-width: 100% !important;
    border: 1px solid rgba(93, 181, 255, 0.3);
    border-radius: 8px;
    background: #071a2b;
}

.gda-patient-home #Supportform .selectboxit-option-anchor {
    color: #dceaf5;
}

.gda-patient-home #Supportform .selectboxit-option:hover,
.gda-patient-home #Supportform .selectboxit-option:focus,
.gda-patient-home #Supportform .selectboxit-selected {
    background: #0c3752;
}

.gda-patient-home #Supportform .invite-file-upload {
    margin: 18px 0;
    border: 1px dashed rgba(101, 216, 255, 0.48);
    border-radius: 8px;
    background: rgba(7, 52, 76, 0.42) !important;
}

.gda-patient-home #Supportform .invite-file-upload .file-area {
    margin: 0;
}

.gda-patient-home #Supportform .file-dummy {
    padding: 28px 22px !important;
}

.gda-patient-home #Supportform .file-dummy i {
    margin-bottom: 12px !important;
    color: #65d8ff;
    font-size: 38px !important;
}

.gda-patient-home #Supportform .file-dummy .success {
    color: #c9dce9 !important;
    font-size: 14px !important;
    line-height: 1.45;
}

.gda-patient-home #Supportform #Btn_Send {
    width: 100%;
    min-height: 52px;
    margin-top: 4px !important;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #078cff 0%, #2858ff 100%);
    box-shadow: 0 14px 30px rgba(0, 106, 255, 0.25);
    font-size: 16px;
    font-weight: 800;
}

.gda-patient-home #Supportform input[id$="SupportSendBtn"] {
    display: none !important;
}

@media (max-width: 600px) {
    .gda-patient-home #Supportform {
        padding: 10px;
    }

    .gda-patient-home #Supportform .popup__inner {
        width: calc(100% - 20px);
        max-height: calc(100vh - 20px);
    }

    .gda-patient-home #Supportform .box-white {
        padding: 28px 18px 24px;
    }

    .gda-patient-home #Supportform h2 {
        font-size: 27px !important;
    }

    .gda-patient-home #Supportform .he-support-manual {
        justify-content: flex-start;
        text-align: left;
    }
}

.gda-patient-home #signinP .hero__signin,
.gda-patient-home #signupPersonal .hero__signin {
    color: #b8d0e8;
}

.gda-patient-home #signinP .hero__signin a,
.gda-patient-home #signupPersonal .hero__signin a {
    color: #55d7ff;
    font-weight: 800;
}

.gda-patient-home #signinP .popup__close,
.gda-patient-home #signupPersonal .popup__close {
    color: #ffffff;
}

.he-patient-page,
.he-patient-recovery-page,
.he-solutions-page {
    background: #031120;
}

.he-recovery-hero {
    position: relative;
    padding: 90px 0 76px;
    background:
        linear-gradient(90deg, rgba(3, 13, 25, 0.96) 0%, rgba(4, 20, 38, 0.82) 50%, rgba(4, 20, 38, 0.52) 100%),
        url("../dist2/newhomepage/solution-recovery-card.png?v=20260614-card3") center / cover no-repeat;
}

.he-solutions-hero {
    position: relative;
    padding: 88px 0 74px;
    background:
        linear-gradient(90deg, rgba(3, 13, 25, 0.98) 0%, rgba(4, 20, 38, 0.9) 48%, rgba(4, 20, 38, 0.48) 100%),
        url("../dist2/newhomepage/solution-handbook-page.svg") center / cover no-repeat;
}

.he-solutions-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

.he-solutions-hero p {
    max-width: 720px;
    color: #d6e7f7;
    font-size: 18px;
    line-height: 1.65;
}

.he-solutions-hero-card {
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid rgba(91, 220, 255, 0.3);
    border-radius: 8px;
    background: rgba(4, 22, 41, 0.74);
    box-shadow: inset 0 0 24px rgba(80, 217, 255, 0.12), 0 28px 70px rgba(0, 0, 0, 0.28);
}

.he-solutions-hero-card img {
    display: block;
    width: 100%;
    height: auto;
}

.he-solutions-content {
    padding: 48px 0 60px;
}

.he-solutions-intro {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 24px 14px;
    border: 1px solid rgba(91, 220, 255, 0.24);
    border-radius: 8px;
    background: rgba(4, 22, 41, 0.62);
}

.he-solutions-intro h2 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}

.he-solutions-intro p {
    margin: 0;
    color: #c8d8e8;
    font-size: 17px;
    line-height: 1.6;
}

.he-solutions-grid {
    display: flex;
    flex-wrap: wrap;
}

.he-solutions-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.he-solution-card {
    position: relative;
    width: 100%;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(96, 179, 255, 0.34);
    border-radius: 8px;
    background: #06182d;
}

.he-solutions-card-gallery > [class*="col-"] {
    margin-bottom: 26px;
}

.he-solution-reference-card {
    min-height: 0;
    padding: 0;
    background: #020a14;
}

.he-solution-reference-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.he-solution-card img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.he-solution-reference-card img {
    height: auto;
    object-fit: contain;
}

.he-solution-feature-card {
    aspect-ratio: 720 / 510;
    min-height: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.he-solution-mind-card {
    background-image:
        linear-gradient(90deg, rgba(7, 18, 22, 0.98) 0%, rgba(7, 18, 22, 0.78) 46%, rgba(7, 18, 22, 0.1) 100%),
        url("../dist2/newhomepage/solution-stronger-mind-bg.png");
}

.he-solution-weight-card {
    background-image:
        linear-gradient(90deg, rgba(7, 18, 22, 0.98) 0%, rgba(7, 18, 22, 0.72) 42%, rgba(7, 18, 22, 0.06) 100%),
        url("../dist2/newhomepage/solution-weight-health-bg.png");
}

.he-solution-internal-card {
    background-image:
        linear-gradient(90deg, rgba(7, 18, 22, 0.98) 0%, rgba(7, 18, 22, 0.74) 40%, rgba(7, 18, 22, 0.05) 100%),
        url("../dist2/newhomepage/solution-internal-health-bg.png");
}

.he-solution-internal-card .he-solution-card-content {
    width: 56%;
    min-width: 380px;
}

.he-solution-internal-card .he-solution-mind-callout {
    max-width: 360px;
}

.he-solution-hydration-card {
    background-image:
        linear-gradient(90deg, rgba(7, 18, 22, 0.98) 0%, rgba(7, 18, 22, 0.72) 42%, rgba(7, 18, 22, 0.08) 100%),
        url("../dist2/newhomepage/solution-hydration-bg.png");
}

.he-solution-blood-card {
    background-image:
        linear-gradient(90deg, rgba(7, 18, 22, 0.98) 0%, rgba(7, 18, 22, 0.72) 42%, rgba(7, 18, 22, 0.08) 100%),
        url("../dist2/newhomepage/solution-blood-health-bg.png");
}

.he-solution-work-card {
    background-image:
        linear-gradient(90deg, rgba(7, 18, 22, 0.98) 0%, rgba(7, 18, 22, 0.74) 43%, rgba(7, 18, 22, 0.08) 100%),
        url("../dist2/newhomepage/solution-work-health-bg.png");
}

.he-solution-card-content {
    width: 45%;
    min-width: 292px;
    padding: 32px 0 30px 34px !important;
}

.he-solution-card-content h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.02;
    font-weight: 900;
}

.he-solution-card-content h2 span {
    display: block;
    margin: 0;
    color: #d6f4a8;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.he-solution-hydration-card .he-solution-card-content h2 span {
    color: #65d8ff;
}

.he-solution-blood-card .he-solution-card-content h2 span {
    color: #ff4e4e;
}

.he-solution-work-card .he-solution-card-content h2 span {
    color: #d6f4a8;
}

.he-solution-card-content p {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
}

.he-solution-card-note {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 14px !important;
}

.he-solution-card-content ul {
    display: grid;
    gap: 0;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.he-solution-card-content li {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 40px;
    border-bottom: 1px solid rgba(207, 239, 184, 0.12);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.he-solution-card-content li img,
.he-solution-card-content li i {
    width: 30px;
    min-width: 30px;
    height: 30px;
    color: #d6f4a8;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    object-fit: contain;
}

.he-solution-hydration-card .he-solution-card-content li i,
.he-solution-hydration-card .he-solution-mind-callout i {
    color: #65d8ff;
}

.he-solution-blood-card .he-solution-card-content li i,
.he-solution-blood-card .he-solution-mind-callout i {
    color: #ff4e4e;
}

.he-solution-work-card .he-solution-card-content li i,
.he-solution-work-card .he-solution-mind-callout i {
    color: #d6f4a8;
}

.he-solution-mind-callout {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    padding: 14px 18px !important;
    border-radius: 8px;
    background: rgba(45, 76, 54, 0.82);
}

.he-solution-mind-callout img {
    width: 52px;
    height: 52px;
    padding: 12px;
    border-radius: 50%;
    background: #d6f4a8;
}

.he-solution-mind-callout i {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #173026;
    background: #d6f4a8;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
}

.he-solution-hydration-card .he-solution-mind-callout {
    background: rgba(8, 47, 65, 0.82);
}

.he-solution-hydration-card .he-solution-mind-callout i {
    color: #092433;
    background: #65d8ff;
}

.he-solution-blood-card .he-solution-mind-callout {
    background: rgba(72, 20, 24, 0.82);
}

.he-solution-blood-card .he-solution-mind-callout i {
    color: #2b0708;
    background: #ff4e4e;
}

.he-solution-mind-callout strong {
    color: #e7f8bc;
    font-size: 17px;
    line-height: 1.15;
}

.he-solution-card span {
    display: block;
    margin-bottom: 10px;
    color: #54d9ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.he-solution-card h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 900;
}

.he-solution-card p {
    margin: 0;
    color: #c8d8e8;
    font-size: 15px;
    line-height: 1.55;
}

.he-recovery-kicker {
    margin: 0 0 12px;
    color: #54d9ff;
    font-weight: 800;
    text-transform: uppercase;
}

.he-recovery-hero h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

.he-recovery-hero p {
    max-width: 700px;
    color: #d6e7f7;
    font-size: 18px;
    line-height: 1.65;
}

.he-recovery-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.he-recovery-hero-panel,
.he-recovery-card,
.he-recovery-band {
    border: 1px solid rgba(91, 220, 255, 0.3);
    border-radius: 8px;
    background: rgba(4, 22, 41, 0.74);
    box-shadow: inset 0 0 24px rgba(80, 217, 255, 0.12);
}

.he-recovery-hero-panel {
    padding: 28px;
    margin-top: 26px;
}

.he-recovery-hero-panel strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
}

.he-recovery-hero-panel span {
    display: block;
    margin-top: 14px;
    color: #b9d1e7;
    line-height: 1.55;
}

.he-recovery-content {
    padding: 48px 0 58px;
}

.he-recovery-card {
    min-height: 260px;
    padding: 28px;
}

.he-recovery-card h2,
.he-recovery-band h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
}

.he-recovery-card p,
.he-recovery-band p {
    color: #c5d8ea;
    line-height: 1.65;
}

.he-recovery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.he-recovery-grid span {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(83, 183, 255, 0.22);
    border-radius: 8px;
    color: #eaf6ff;
    background: rgba(5, 25, 48, 0.82);
}

.he-recovery-grid span::before {
    content: "\f058";
    margin-right: 8px;
    color: #69e9a8;
    font-family: "Font Awesome 5 Pro";
}

.he-recovery-band {
    margin-top: 28px;
    padding: 28px 18px;
}

/* Legal pages */
.he-legal-page {
    background: #03111f;
}

.he-legal-hero {
    padding: 96px 0 54px;
    background:
        linear-gradient(90deg, rgba(2, 13, 25, 0.96) 0%, rgba(2, 13, 25, 0.76) 56%, rgba(2, 13, 25, 0.52) 100%),
        url("../dist2/newhomepage/bgImageppatient.png") center / cover no-repeat;
}

.he-legal-hero h1 {
    margin: 8px 0 12px;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 900;
}

.he-legal-hero p:not(.he-recovery-kicker) {
    max-width: 720px;
    color: #d9e8f7;
    font-size: 18px;
}

.he-legal-content {
    padding: 64px 0 80px;
}

.he-legal-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 14px;
    border: 1px solid rgba(96, 179, 255, 0.22);
    background: linear-gradient(145deg, rgba(7, 28, 54, 0.96), rgba(3, 17, 32, 0.96));
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.he-legal-card h2 {
    margin: 34px 0 12px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 850;
}

.he-legal-card h2:first-child {
    margin-top: 0;
}

.he-legal-card p,
.he-legal-card li {
    color: #d2e2f2;
    font-size: 16px;
    line-height: 1.68;
}

.he-legal-card ul {
    margin: 12px 0 20px;
    padding-left: 22px;
}

.he-legal-card li {
    margin-bottom: 6px;
}

/* About Human Energy */
.he-about-page {
    background: #03111f;
}

.he-about-hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(93, 181, 255, 0.28);
    background:
        linear-gradient(90deg, rgba(2, 13, 25, 0.98) 0%, rgba(2, 13, 25, 0.86) 42%, rgba(2, 13, 25, 0.18) 72%, rgba(2, 13, 25, 0.1) 100%),
        url("../dist2/newhomepage/bgImageppatient.png") center / cover no-repeat;
}

.he-about-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 660px;
    padding: 74px 0 78px;
}

.he-about-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 900;
}

.he-about-hero-copy > p:not(.he-recovery-kicker) {
    max-width: 610px;
    margin: 0;
    color: #d7e5f2;
    font-size: 19px;
    line-height: 1.6;
}

.he-about-milestones {
    border-bottom: 1px solid rgba(100, 178, 255, 0.18);
    background: #06192b;
}

.he-about-milestones .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.he-about-milestones .container::before,
.he-about-milestones .container::after {
    display: none;
}

.he-about-milestone {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
    border-right: 1px solid rgba(100, 178, 255, 0.16);
}

.he-about-milestone:first-child {
    border-left: 1px solid rgba(100, 178, 255, 0.16);
}

.he-about-milestone strong {
    color: #70ddff;
    font-size: 32px;
    line-height: 1;
}

.he-about-milestone span {
    margin-top: 10px;
    color: #e7f2fb;
    font-size: 14px;
    line-height: 1.35;
}

.he-about-milestone em {
    color: inherit;
}

.he-about-story,
.he-about-platform,
.he-about-trust {
    padding: 88px 0;
}

.he-about-story {
    background: #f4f8fb;
}

.he-about-eyebrow {
    margin: 0 0 12px;
    color: #078cd5;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.he-about-story h2,
.he-about-platform h2,
.he-about-trust h2,
.he-about-experience h2,
.he-about-closing h2 {
    margin: 0;
    letter-spacing: 0;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 900;
}

.he-about-story h2,
.he-about-platform h2 {
    color: #09243a;
}

.he-about-prose p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.72;
}

.he-about-story .he-about-prose p,
.he-about-platform .he-about-prose p {
    color: #354b5e;
}

.he-about-experience {
    padding: 84px 0;
    color: #dceaf5;
    background: #08241f;
}

.he-about-experience h2 {
    color: #ffffff;
}

.he-about-experience-intro p:not(.he-about-eyebrow) {
    margin: 0 0 14px;
    color: #c7ddd6;
    font-size: 16px;
    line-height: 1.65;
}

.he-about-experience .he-about-eyebrow {
    color: #c7ef8e;
}

.he-about-expertise {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 44px;
    border-top: 1px solid rgba(199, 239, 142, 0.18);
    border-left: 1px solid rgba(199, 239, 142, 0.18);
}

.he-about-expertise span {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 24px;
    border-right: 1px solid rgba(199, 239, 142, 0.18);
    border-bottom: 1px solid rgba(199, 239, 142, 0.18);
    color: #edf8f3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.he-about-expertise i {
    color: #c7ef8e;
    font-size: 25px;
}

.he-about-platform {
    background: #eef5f8;
}

.he-about-platform-lead {
    margin-bottom: 48px;
}

.he-about-member-grid > div {
    display: flex;
}

.he-about-member-grid article {
    width: 100%;
    min-height: 292px;
    padding: 32px;
    border: 1px solid #c8dbe5;
    border-radius: 8px;
    background: #ffffff;
}

.he-about-member-grid article > i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: #06324c;
    background: #c7ef8e;
    font-size: 22px;
}

.he-about-member-grid h3 {
    margin: 0 0 14px;
    color: #09243a;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.he-about-member-grid p {
    margin: 0;
    color: #536878;
    font-size: 15px;
    line-height: 1.65;
}

.he-about-trust {
    color: #dceaf5;
    border-top: 1px solid rgba(100, 178, 255, 0.18);
    border-bottom: 1px solid rgba(100, 178, 255, 0.18);
    background:
        linear-gradient(90deg, rgba(3, 17, 31, 0.98), rgba(3, 17, 31, 0.9)),
        url("../dist2/newhomepage/solution-work-health-bg.png") center / cover no-repeat;
}

.he-about-trust h2 {
    color: #ffffff;
}

.he-about-trust .he-about-prose p {
    color: #cfdeea;
}

.he-about-closing {
    padding: 94px 0 98px;
    text-align: center;
    background: #071a2b;
}

.he-about-closing .container {
    max-width: 880px;
}

.he-about-closing h2 {
    margin-bottom: 24px;
    color: #ffffff;
}

.he-about-closing > .container > p:not(.he-about-eyebrow) {
    margin: 0 auto 16px;
    color: #c8d8e8;
    font-size: 17px;
    line-height: 1.7;
}

.he-about-closing .he-patient-primary {
    margin-top: 18px;
}

@media (max-width: 991px) {
    .he-patient-home .container {
        width: calc(100% - 40px);
    }

    .he-patient-header-row,
    .he-patient-hero-row,
    .he-patient-solutions .row,
    .he-solutions-intro,
    .he-solutions-grid {
        display: block;
    }

    .he-patient-nav {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .he-patient-hero:before {
        inset: 0;
        background-size: 118% auto;
        background-position: 60% center;
        opacity: 0.38;
    }

    .he-patient-hero-copy h1 {
        font-size: 48px;
    }

    .he-patient-dashboard {
        margin-top: 28px;
    }

    .he-patient-orbit {
        left: 0;
    }

    .he-patient-stat {
        right: 12px;
    }

    .he-patient-dashboard--health .he-patient-stat {
        right: 0;
        max-width: 100%;
    }

    .he-patient-impact-item {
        border-right: 0;
        border-bottom: 1px solid rgba(100, 178, 255, 0.16);
    }

    .he-solutions-hero h1 {
        font-size: 42px;
    }

    .he-solutions-intro h2 {
        margin-bottom: 12px;
    }

    .he-solution-card-content {
        width: 100%;
        min-width: 0;
        padding: 28px !important;
    }

    .he-solution-internal-card .he-solution-card-content {
        width: 100%;
        min-width: 0;
    }

    .he-solution-card-content h2 {
        font-size: 36px;
    }

    .he-solution-feature-card {
        aspect-ratio: auto;
        min-height: 500px;
    }

    .he-about-hero {
        min-height: 560px;
        background-position: 62% center;
    }

    .he-about-hero h1 {
        font-size: 46px;
    }

    .he-about-milestones .container,
    .he-about-expertise {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .he-about-story h2,
    .he-about-platform h2,
    .he-about-trust h2,
    .he-about-experience h2 {
        margin-bottom: 26px;
    }

    .he-about-member-grid > div {
        margin-bottom: 20px;
    }

    .he-about-member-grid article {
        min-height: 0;
    }

    .he-solution-feature-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: rgba(4, 17, 24, 0.4);
        pointer-events: none;
    }

    .he-solution-card-content {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .he-patient-home .container {
        width: calc(100% - 28px);
    }

    .he-patient-header {
        padding: 14px 0;
    }

    .he-patient-nav {
        gap: 10px;
    }

    .he-patient-nav a {
        font-size: 13px;
    }

    .he-patient-nav-button {
        padding: 9px 14px;
    }

    .he-patient-hero {
        padding-top: 22px;
    }

    .he-about-hero {
        min-height: 520px;
        align-items: flex-end;
        background:
            linear-gradient(0deg, rgba(2, 13, 25, 0.98) 0%, rgba(2, 13, 25, 0.8) 58%, rgba(2, 13, 25, 0.28) 100%),
            url("../dist2/newhomepage/bgImageppatient.png") 64% center / cover no-repeat;
    }

    .he-about-hero-copy {
        padding: 150px 0 44px;
    }

    .he-about-hero h1 {
        font-size: 38px;
    }

    .he-about-hero-copy > p:not(.he-recovery-kicker) {
        font-size: 16px;
        line-height: 1.5;
    }

    .he-about-milestones .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .he-about-milestone {
        min-height: 112px;
        padding: 20px 14px;
        border-bottom: 1px solid rgba(100, 178, 255, 0.16);
    }

    .he-about-milestone strong {
        font-size: 27px;
    }

    .he-about-story,
    .he-about-platform,
    .he-about-trust,
    .he-about-experience,
    .he-about-closing {
        padding: 62px 0;
    }

    .he-about-story h2,
    .he-about-platform h2,
    .he-about-trust h2,
    .he-about-experience h2,
    .he-about-closing h2 {
        font-size: 32px;
    }

    .he-about-prose p {
        font-size: 16px;
    }

    .he-about-expertise {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .he-about-expertise span {
        min-height: 100px;
        padding: 20px;
    }

    .he-about-member-grid article {
        padding: 26px;
    }

    .he-patient-hero:before {
        background-size: cover;
        background-position: center;
    }

    .he-patient-hero-copy h1 {
        font-size: 38px;
    }

    .he-patient-hero-copy p {
        font-size: 16px;
    }

    .he-patient-actions {
        display: block;
    }

    .he-patient-primary,
    .he-patient-secondary {
        width: 100%;
        margin-bottom: 12px;
    }

    .he-patient-dashboard {
        min-height: 596px;
    }

    .he-patient-dashboard--health::before {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }

    .he-patient-orbit {
        left: 50%;
        transform: translateX(-50%);
        width: 230px;
        height: 230px;
    }

    .he-patient-stat {
        left: 0;
        right: 0;
        width: 100%;
    }

    .he-patient-dashboard--health .he-patient-stat {
        width: 100%;
        right: 0;
        max-width: 100%;
        grid-template-columns: 42px minmax(0, 1fr) 58px;
        gap: 10px;
        padding: 11px 12px;
    }

    .he-legal-hero {
        padding: 72px 0 42px;
    }

    .he-legal-hero h1 {
        font-size: 38px;
    }

    .he-legal-card {
        padding: 26px 20px;
    }

    .he-patient-stat-one {
        top: 250px;
    }

    .he-patient-stat-two {
        top: 338px;
    }

    .he-patient-stat-three {
        top: 426px;
    }

    .he-patient-stat-four {
        top: 514px;
    }

    .he-patient-stat-five {
        top: 602px;
    }

    .he-patient-topic {
        min-height: 180px;
    }

    .he-patient-panel {
        min-height: 300px;
    }

    .he-patient-handbook-card img {
        opacity: 0.25;
    }
}
