.luxy-conversion-page {
    display: block;
    overflow: visible;
    width: 100%;
}

/* Keep the theme header compact and readable on conversion landings. */
@media (min-width: 961px) {
    body.luxy-healthcare-landing header.header.sticky-header {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    body.luxy-healthcare-landing .mobile-header.sticky-header:not(.mobile-header-position-above) {
        display: none !important;
    }

    body.luxy-healthcare-landing .mobile-header {
        box-sizing: border-box;
        min-height: 64px !important;
        height: auto !important;
    }

    body.luxy-healthcare-landing .mobile-header .mobile-header-row {
        min-height: 64px !important;
        height: 64px !important;
    }

    body.luxy-healthcare-landing .mobile-header .logo-container {
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        max-width: calc(100% - 60px) !important;
        height: 48px !important;
        margin: 8px 0 !important;
    }

    body.luxy-healthcare-landing .mobile-header .logo.retina-logo,
    body.luxy-healthcare-landing .mobile-header .logo-link,
    body.luxy-healthcare-landing .mobile-header .logo img {
        display: flex !important;
        width: 48px !important;
        max-width: 48px !important;
        height: 48px !important;
        max-height: 48px !important;
        margin: 0 !important;
    }

    body.luxy-healthcare-landing .mobile-header .logo img {
        object-fit: contain !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    body.luxy-healthcare-landing header.header.header-position-above,
    body.luxy-healthcare-landing .mobile-header.sticky-header {
        display: none !important;
    }

    body.luxy-healthcare-landing .mobile-header.mobile-header-position-above {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;
    }

    body.luxy-healthcare-landing .mobile-header.mobile-header-position-above .mobile-header-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: auto !important;
        margin: 0 20px !important;
    }
}

.lhc {
    --ink: #0a2631;
    --ink-2: #143c4a;
    --ink-3: #244f5d;
    --paper: #f4f7f6;
    --paper-2: #eaf0ef;
    --white: #ffffff;
    --muted: #667983;
    --line: #d5dfdd;
    --accent: #82a3ff;
    --accent-2: #72e3cf;
    --accent-3: #c375ff;
    --shadow: 0 28px 80px rgba(13, 45, 57, .13);
    --radius-xl: 36px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --shell: min(1440px, calc(100vw - 48px));
}

.lhc,
.lhc * {
    box-sizing: border-box;
}

.lhc {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 18px 0 64px;
    color: var(--ink);
    background:
        linear-gradient(rgba(20, 60, 74, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 60, 74, .035) 1px, transparent 1px),
        var(--paper);
    background-size: 34px 34px;
    font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.lhc a {
    color: inherit;
    text-decoration: none;
}

.lhc button,
.lhc input,
.lhc select,
.lhc textarea {
    font: inherit;
}

.lhc h1,
.lhc h2,
.lhc h3,
.lhc p,
.lhc ul {
    margin-top: 0;
}

.lhc h1,
.lhc h2,
.lhc h3 {
    color: inherit;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.lhc img {
    display: block;
    max-width: 100%;
}

.hcp-preview-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    padding: 7px max(18px, calc((100vw - 1440px) / 2));
    color: #dce8e7;
    background: #071b23;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hcp-preview-bar strong {
    color: var(--accent-2);
}

.hcp-preview-bar a {
    border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.hcp-site-nav {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--shell);
    min-height: 96px;
    margin: 18px auto;
    padding: 14px 24px;
    border: 1px solid rgba(210, 222, 220, .92);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 45px rgba(13, 45, 57, .08);
    backdrop-filter: blur(14px);
}

.hcp-site-nav > div {
    display: flex;
    align-items: center;
    gap: 28px;
    font-weight: 750;
    font-size: 14px;
}

.hcp-site-nav > div > a:not(.hcp-nav-cta):hover {
    color: #4e64d7;
}

.hcp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 850;
    letter-spacing: -.02em;
}

.hcp-brand img {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: contain;
}

.hcp-nav-cta {
    padding: 13px 19px;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
}

.hcp {
    width: var(--shell);
    margin: 18px auto 40px;
}

.hcp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(390px, .68fr);
    gap: 22px;
    align-items: stretch;
}

.hcp-hero-main {
    position: relative;
    display: flex;
    min-height: 850px;
    overflow: hidden;
    flex-direction: column;
    padding: 42px 48px 44px;
    border-radius: var(--radius-xl);
    color: var(--white);
    background:
        radial-gradient(circle at 85% 12%, rgba(130, 163, 255, .25), transparent 34%),
        radial-gradient(circle at 16% 76%, rgba(114, 227, 207, .13), transparent 31%),
        linear-gradient(145deg, #092632 0%, #123946 63%, #173f58 100%);
    box-shadow: var(--shadow);
}

.hcp-hero-main::after {
    position: absolute;
    top: -160px;
    right: -180px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
    content: "";
}

.hcp-topline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #bdd0d5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hcp-topline i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent-2);
}

.hcp-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-top: 78px;
}

.hcp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #5b6fd6;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hcp-eyebrow::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    content: "";
}

.hcp-eyebrow-dark {
    color: #dce7e9;
}

.hcp-hero h1 {
    max-width: 950px;
    margin: 22px 0 24px;
    font-size: clamp(48px, 4.5vw, 76px);
    line-height: .99;
    letter-spacing: -.055em;
}

.hcp-hero h1 em {
    display: block;
    margin-top: 10px;
    color: #9eb1ff;
    font-style: normal;
}

.hcp-hero-copy > p {
    max-width: 820px;
    margin: 0;
    color: #bdd0d5;
    font-size: 20px;
    line-height: 1.58;
}

.hcp-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 34px;
}

.hcp-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 16px 26px;
    border: 0;
    border-radius: 18px;
    color: #102f3a;
    background: linear-gradient(120deg, #8ea5ff, #c475ff 58%, #78e1cf);
    box-shadow: 0 12px 30px rgba(130, 163, 255, .2);
    cursor: pointer;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
}

.hcp-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 17px 36px rgba(130, 163, 255, .3);
}

.hcp-text-link {
    color: var(--white);
    font-weight: 800;
}

.hcp-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin: 36px 0 36px !important;
    padding: 0;
    color: #bed0d5;
    list-style: none;
    font-size: 14px;
    font-weight: 750;
}

.hcp-proof-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0 !important;
}

.hcp-proof-list li::before {
    display: none !important;
    content: none !important;
}

.hcp-proof-list span {
    display: inline-grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--accent);
}

.hcp-flow {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 24px;
    border: 1px solid rgba(185, 213, 220, .28);
    border-radius: 26px;
    background: linear-gradient(120deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
    backdrop-filter: blur(12px);
}

.hcp-flow > small {
    display: block;
    margin-bottom: 18px;
    color: #dce6e8;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hcp-flow-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    gap: 18px;
    align-items: center;
}

.hcp-flow-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.hcp-flow-side span {
    padding: 10px 8px;
    border: 1px solid rgba(198, 216, 221, .2);
    border-radius: 12px;
    color: #d9e4e6;
    background: rgba(255, 255, 255, .04);
    font-size: 12px;
    font-weight: 750;
    text-align: center;
}

.hcp-flow-core {
    display: grid;
    min-height: 118px;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(142, 165, 255, .7);
    border-radius: 22px;
    background: rgba(138, 160, 255, .17);
    box-shadow: 0 0 42px rgba(197, 117, 255, .18);
    text-align: center;
}

.hcp-flow-core i {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    border: 7px solid var(--accent);
    border-right-color: rgba(255, 255, 255, .18);
    border-radius: 50%;
}

.hcp-flow-core b {
    font-size: 17px;
}

.hcp-flow-core small {
    margin-top: 4px;
    color: #9fb6bd;
    font-size: 10px;
}

.hcp-form-card {
    align-self: start;
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .97);
    box-shadow: var(--shadow);
}

.hcp-form-card > h2 {
    margin: 14px 0 12px;
    font-size: 36px;
    line-height: 1.07;
    letter-spacing: -.04em;
}

.hcp-form-card > p {
    margin: 0 0 24px;
    color: var(--muted);
}

.hcp-form {
    display: grid;
    gap: 16px;
}

.hcp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hcp-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 750;
}

.hcp-form input,
.hcp-form select,
.hcp-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid #d1dcda;
    border-radius: 14px;
    outline: 0;
    color: var(--ink);
    background: #fbfcfc;
    font-weight: 500;
}

.hcp-form textarea {
    min-height: 126px;
    resize: vertical;
}

.hcp-form input:focus,
.hcp-form select:focus,
.hcp-form textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(130, 163, 255, .16);
}

.hcp-form .hcp-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #61737b;
    font-size: 12px;
    font-weight: 550;
    line-height: 1.5;
}

.hcp-consent input {
    flex: 0 0 18px;
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #778eff;
}

.hcp-button-full {
    width: 100%;
}

.hcp-form-note {
    color: #6b7d83;
    text-align: center;
}

.hcp-consent a {
    color: var(--ink);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hcp-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.hcp-notice {
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 13px;
    font-size: 13px;
}

.hcp-notice-success {
    border-color: rgba(71, 174, 144, .4);
    color: #1c705d;
    background: #eafaf5;
}

.hcp-notice-warning {
    border-color: rgba(211, 155, 59, .42);
    color: #7a520e;
    background: #fff7e8;
}

.hcp-notice-error {
    border-color: rgba(201, 77, 77, .4);
    color: #8b2929;
    background: #fff0f0;
}

.hcp-preview-notice {
    padding: 12px 14px;
    border: 1px solid rgba(71, 174, 144, .4);
    border-radius: 12px;
    color: #1c705d;
    background: #eafaf5;
    font-size: 13px;
    font-weight: 750;
}

.hcp-signal-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 22px 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
}

.hcp-signal-strip div {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
}

.hcp-signal-strip div + div {
    border-left: 1px solid var(--line);
}

.hcp-signal-strip span {
    color: #6c7fe6;
    font-size: 14px;
    font-weight: 900;
}

.hcp-signal-strip strong {
    line-height: 1.35;
}

.hcp-section {
    margin: 22px 0;
    padding: 72px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .9);
}

.hcp-problem {
    color: var(--white);
    background:
        radial-gradient(circle at 100% 0, rgba(130, 163, 255, .18), transparent 32%),
        linear-gradient(150deg, #092631, #143b48);
}

.hcp-section-head {
    max-width: 900px;
    margin-bottom: 44px;
}

.hcp-section-head h2 {
    margin: 14px 0 12px;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hcp-section-head p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
}

.hcp-problem .hcp-section-head p {
    color: #b8ccd1;
}

.hcp-section-split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 70px;
    align-items: end;
}

.hcp-card-grid,
.hcp-outcome-grid,
.hcp-method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.hcp-card-grid article,
.hcp-outcome-grid article,
.hcp-method-grid article {
    min-height: 250px;
    padding: 28px;
    border-radius: 22px;
}

.hcp-card-grid article {
    border: 1px solid rgba(194, 215, 220, .2);
    background: rgba(255, 255, 255, .055);
}

.hcp-card-grid article > span,
.hcp-method-grid article > span {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: var(--ink);
    background: var(--accent);
    font-weight: 900;
}

.hcp-card-grid h3,
.hcp-outcome-grid h3,
.hcp-method-grid h3 {
    margin: 34px 0 12px;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.hcp-card-grid p {
    margin: 0;
    color: #b7cbd0;
}

.hcp-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    padding: 24px 28px;
    border: 1px solid rgba(198, 218, 223, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
}

.hcp-inline-cta a {
    color: #aab9ff;
    font-weight: 850;
}

.hcp-outcome-grid article {
    border: 1px solid var(--line);
    background: #f8faf9;
}

.hcp-outcome-grid article > span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: #5368d9;
    background: rgba(130, 163, 255, .12);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hcp-outcome-grid h3 {
    margin-top: 46px;
}

.hcp-outcome-grid p,
.hcp-method-grid p {
    margin: 0;
    color: var(--muted);
}

.hcp-screenshots {
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%, rgba(130, 163, 255, .18), transparent 28%),
        linear-gradient(145deg, #08242e, #123a48);
}

.hcp-screenshots .hcp-section-head p {
    color: #b8ccd1;
}

.hcp-screenshot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.hcp-screenshot {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(208, 225, 231, .18);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
    transition: transform .2s ease, border-color .2s ease;
}

.hcp-screenshot:hover {
    transform: translateY(-3px);
    border-color: rgba(130, 163, 255, .75);
}

.hcp-screenshot-featured {
    grid-column: 1 / -1;
}

.hcp-screenshot img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
    background: #edf3f7;
}

.hcp-screenshot-featured img {
    aspect-ratio: 2 / 1;
}

.hcp-screenshot > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 20px;
}

.hcp-screenshot strong {
    font-size: 16px;
}

.hcp-screenshot small {
    color: #aebcff;
    font-weight: 800;
    white-space: nowrap;
}

.hcp-method-grid article {
    border-top: 3px solid var(--accent);
    background: #edf2f1;
}

.hcp-method-grid article:nth-child(2) {
    border-color: var(--accent-3);
}

.hcp-method-grid article:nth-child(3) {
    border-color: var(--accent-2);
}

.hcp-method-grid article:nth-child(4) {
    border-color: #91b9ff;
}

.hcp-method-grid article > span {
    width: auto;
    height: auto;
    color: #6475da;
    background: transparent;
}

.hcp-fit {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 60px;
    margin-top: 64px;
    padding: 54px;
    border-radius: 30px;
    color: var(--white);
    background: linear-gradient(135deg, #092731, #173f58);
}

.hcp-fit h2 {
    margin: 18px 0 16px;
    font-size: clamp(34px, 3.5vw, 54px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.hcp-fit p {
    color: #b9ccd1;
    font-size: 17px;
}

.hcp-fit ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hcp-fit li {
    display: grid;
    min-height: 72px;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(199, 216, 221, .18);
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
    font-weight: 750;
}

.hcp-fit li::before {
    display: none !important;
    content: none !important;
}

.hcp-fit li span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--accent);
}

.hcp-faq-list {
    display: grid;
    gap: 12px;
}

.hcp-faq-list details {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f9fbfa;
}

.hcp-faq-list summary {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 820;
    list-style: none;
}

.hcp-faq-list summary::-webkit-details-marker {
    display: none;
}

.hcp-faq-list summary span::before {
    content: "+";
    color: #6778db;
    font-size: 25px;
}

.hcp-faq-list details[open] summary span::before {
    content: "−";
}

.hcp-faq-list details p {
    max-width: 960px;
    margin: 0;
    padding: 0 22px 24px;
    color: var(--muted);
}

.hcp-related {
    display: grid;
    grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
    gap: 45px;
    margin: 22px 0;
    padding: 48px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: rgba(255, 255, 255, .9);
}

.hcp-related h2 {
    margin: 14px 0 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.hcp-related > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hcp-related a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 12px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #f9fbfa;
    font-weight: 800;
}

.hcp-related a small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hcp-related a span {
    color: #6679e4;
}

.hcp-final {
    display: flex;
    min-height: 330px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 60px 66px;
    border-radius: var(--radius-xl);
    color: var(--white);
    background:
        radial-gradient(circle at 80% 20%, rgba(197, 117, 255, .18), transparent 30%),
        linear-gradient(135deg, #092631, #153d50);
}

.hcp-final > div {
    max-width: 900px;
}

.hcp-final h2 {
    margin: 16px 0 14px;
    font-size: clamp(38px, 4.3vw, 62px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hcp-final p {
    max-width: 760px;
    color: #bdd0d5;
    font-size: 18px;
}

.hcp-final .hcp-button {
    flex: 0 0 260px;
}

.hcp-mobile-cta {
    display: none;
}

/* Preview index */
.hcp-index-shell {
    width: min(1240px, calc(100vw - 40px));
    margin: 70px auto;
}

.hcp-index-shell > .hcp-brand {
    margin-bottom: 70px;
}

.hcp-kicker {
    color: #5b6fd6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hcp-index-shell > h1 {
    max-width: 1050px;
    margin: 18px 0 24px;
    font-size: clamp(52px, 7vw, 96px);
    line-height: .98;
    letter-spacing: -.06em;
}

.hcp-index-shell > h1 em {
    color: #7084e8;
    font-style: normal;
}

.hcp-index-lead {
    max-width: 780px;
    color: var(--muted);
    font-size: 21px;
}

.hcp-index-groups {
    display: grid;
    gap: 70px;
    margin-top: 70px;
}

.hcp-index-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.hcp-index-heading > span {
    color: #6b7fe7;
    font-weight: 900;
}

.hcp-index-heading strong,
.hcp-index-heading small {
    display: block;
}

.hcp-index-heading strong {
    font-size: 24px;
}

.hcp-index-heading small {
    color: var(--muted);
}

.hcp-index-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hcp-preview-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 50px rgba(13, 45, 57, .07);
}

.hcp-preview-card:hover {
    transform: translateY(-3px);
    border-color: #9baaff;
    box-shadow: 0 24px 65px rgba(13, 45, 57, .12);
}

.hcp-preview-card small {
    color: #687be0;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hcp-preview-card h2 {
    margin: 40px 0 12px;
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.hcp-preview-card p {
    margin: 0;
    color: var(--muted);
}

.hcp-preview-card > span {
    margin-top: auto;
    padding-top: 28px;
    color: #5d70dc;
    font-weight: 850;
}

@media (max-width: 1180px) {
    .lhc {
        --shell: min(100% - 32px, 1100px);
    }

    .hcp-site-nav {
        min-height: 74px;
        margin: 12px auto;
    }

    .hcp-site-nav > div > a:not(.hcp-nav-cta) {
        display: none;
    }

    .hcp-brand img {
        width: 48px;
        height: 48px;
    }

    .hcp-hero {
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    }

    .hcp-hero-main {
        min-height: 820px;
        padding: 36px;
    }

    .hcp-hero-copy {
        margin-top: 58px;
    }

    .hcp-hero h1 {
        font-size: clamp(42px, 5vw, 60px);
    }

    .hcp-flow-grid {
        grid-template-columns: 1fr;
    }

    .hcp-flow-side {
        grid-template-columns: repeat(4, 1fr);
    }

    .hcp-flow-core {
        min-height: 96px;
    }

    .hcp-form-card {
        padding: 30px;
    }

    .hcp-form-grid {
        grid-template-columns: 1fr;
    }

    .hcp-section {
        padding: 54px;
    }

    .hcp-card-grid,
    .hcp-outcome-grid,
    .hcp-method-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hcp-fit {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .lhc {
        --shell: calc(100vw - 24px);
        --radius-xl: 26px;
    }

    .hcp-preview-bar {
        min-height: 32px;
        padding: 7px 12px;
        font-size: 9px;
    }

    .hcp-site-nav {
        min-height: 64px;
        padding: 8px 13px;
        border-radius: 18px;
    }

    .hcp-site-nav > div {
        gap: 0;
    }

    .hcp-brand img {
        width: 46px;
        height: 46px;
    }

    .hcp-nav-cta {
        padding: 11px 13px;
        font-size: 12px;
    }

    .hcp-hero {
        display: block;
    }

    .hcp {
        margin-top: 12px;
    }

    .hcp-screenshot-grid {
        grid-template-columns: 1fr;
    }

    .hcp-screenshot-featured {
        grid-column: auto;
    }

    .hcp-screenshot img,
    .hcp-screenshot-featured img {
        aspect-ratio: 16 / 10;
    }

    .hcp-hero-main {
        min-height: auto;
        padding: 28px 22px 24px;
    }

    .hcp-topline {
        flex-wrap: wrap;
        font-size: 10px;
    }

    .hcp-hero-copy {
        margin-top: 54px;
    }

    .hcp-hero h1 {
        margin: 18px 0;
        font-size: clamp(39px, 11vw, 58px);
        line-height: 1.02;
    }

    .hcp-hero h1 em {
        margin-top: 8px;
    }

    .hcp-hero-copy > p {
        font-size: 17px;
    }

    .hcp-actions {
        display: grid;
        gap: 16px;
    }

    .hcp-button {
        width: 100%;
    }

    .hcp-proof-list {
        display: grid;
        gap: 10px;
        margin-bottom: 0 !important;
    }

    .hcp-flow {
        margin-top: 46px;
        padding: 20px;
    }

    .hcp-flow-side {
        grid-template-columns: 1fr 1fr;
    }

    .hcp-form-card {
        margin-top: 14px;
        padding: 26px 20px;
    }

    .hcp-form-card > h2 {
        font-size: 31px;
    }

    .hcp-signal-strip {
        grid-template-columns: 1fr;
    }

    .hcp-signal-strip div {
        min-height: 86px;
        padding: 20px;
    }

    .hcp-signal-strip div + div {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .hcp-section {
        padding: 42px 22px;
    }

    .hcp-section-head {
        margin-bottom: 30px;
    }

    .hcp-section-head h2 {
        font-size: clamp(35px, 10vw, 48px);
    }

    .hcp-section-head p {
        font-size: 16px;
    }

    .hcp-section-split {
        display: block;
    }

    .hcp-section-split > p {
        margin-top: 20px;
    }

    .hcp-card-grid,
    .hcp-outcome-grid,
    .hcp-method-grid {
        grid-template-columns: 1fr;
    }

    .hcp-card-grid article,
    .hcp-outcome-grid article,
    .hcp-method-grid article {
        min-height: 220px;
    }

    .hcp-inline-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hcp-fit {
        gap: 34px;
        margin-top: 44px;
        padding: 38px 20px;
    }

    .hcp-fit h2 {
        font-size: 38px;
    }

    .hcp-related {
        display: block;
        padding: 36px 20px;
    }

    .hcp-related > div:last-child {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .hcp-final {
        display: block;
        min-height: 0;
        padding: 50px 22px 90px;
    }

    .hcp-final p {
        font-size: 16px;
    }

    .hcp-final .hcp-button {
        margin-top: 24px;
    }

    .hcp-mobile-cta {
        position: fixed;
        z-index: 50;
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: flex;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        padding: 13px 18px;
        border-radius: 16px;
        color: var(--ink);
        background: linear-gradient(120deg, #8ea5ff, #c475ff 58%, #78e1cf);
        box-shadow: 0 15px 40px rgba(9, 38, 49, .28);
        font-weight: 900;
    }

    .hcp-index-shell {
        margin-top: 40px;
    }

    .hcp-index-shell > .hcp-brand {
        margin-bottom: 48px;
    }

    .hcp-index-shell > h1 {
        font-size: clamp(44px, 13vw, 68px);
    }

    .hcp-index-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .lhc {
        --shell: calc(100vw - 16px);
    }

    .hcp-brand span {
        display: none;
    }

    .hcp-preview-bar a {
        display: none;
    }

    .hcp-hero-main {
        padding-right: 18px;
        padding-left: 18px;
    }

    .hcp-hero h1 {
        font-size: 39px;
    }

    .hcp-flow {
        margin-right: -4px;
        margin-left: -4px;
    }

    .hcp-section {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .hcp-button,
    .hcp-preview-card,
    .hcp-related a {
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
}
