

/* ===== BASE & LAYOUT ===== */
main
{
    padding: 2rem;
    text-align: center;
    background-color: white;
    flex: 1;
}

#app, .app, .site, .site-wrapper, .wrapper, .page, .page-wrapper, main, .content, .content-wrap, .site-content, .container, .nvx-footer, .nvx-backtotop
{
    overflow: visible !important;
    max-height: none !important;
}

#app, .app, .page, .page-wrapper, main, .content, .content-wrap
{
    height: auto !important;
}

/* ===== HEADER & BRAND ===== */
.header, .header-container, .toolbar, .analysis-toolbar
{
    overflow: visible !important;
}

/* ===== HERO & MARKETING ===== */
.nvx-hero-inner
{
    max-width: 980px !important;
    margin: 50px auto 0 auto !important;
    text-align: center !important;
}

.nvx-hero-title
{
    margin: 0 0 18px 0 !important;
    text-align: center !important;
}


.nvx-hero-title-brand
{
    display: block;
    font-size: 3.15rem !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    text-align: center !important;
    margin: 0 0 6px 0 !important;
}

.nvx-brand-nevo
{
    color: #1e3a8a !important;
}

.nvx-brand-md
{
    color: #047857 !important;
}

.nvx-brand-tm
{
    color: #0f172a !important;
    font-size: 0.42em !important;
    line-height: 0 !important;
    vertical-align: super !important;
    margin-left: 0.04em !important;
    letter-spacing: -0.02em;
}

.nvx-hero-title-main
{
    font-size: 3.15rem !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    color: #334155;
    display: block;
    margin-top: 4px !important;
}

.nvx-hero-title-sub
{
    font-size: 2.05rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #15803d;
    margin-top: 10px !important;
    letter-spacing: -0.02em;
    display: block;
}

.nvx-hero-subtitle-list
{
    margin: 0 auto 24px auto !important;
    font-size: 1.07rem !important;
    color: #1f2937 !important;
    display: inline-block;
    text-align: left;
    margin: 0 auto 24px auto !important;
}

.nvx-hero-subtitle-list li
{
    margin-bottom: 10px !important;
}

.nvx-hero-subtitle-list li::before
{
    color: #16a34a !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
}

.nvx-trust-ribbon
{
    background: linear-gradient(180deg, #11a84a 0%, #0f9d44 100%);
    color: #ffffff;
    padding: 16px 22px;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    margin: 20px auto 26px auto;
    max-width: 680px;
    border-radius: 12px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
    letter-spacing: 0.01em;
}

.nvx-hero-ctas
{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100%;
    margin: 0 0 14px 0 !important;
}

.nvx-hero-btn
{
    border-radius: 14px !important;
    padding: 13px 28px !important;
    font-size: 1.02rem;
    font-weight: 800 !important;
}

.nvx-hero-btn-primary
{
    background: linear-gradient(180deg, #3b82f6 0%, #2858d8 100%) !important;
    border-color: #2956cb !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(40, 88, 216, 0.18);
}

.nvx-hero-btn-primary:hover
{
    background: linear-gradient(180deg, #2c74ec 0%, #244bc2 100%) !important;
}

.nvx-hero-btn-secondary
{
    background: #ffffff !important;
    color: #2148b8 !important;
    border-color: rgba(33, 72, 184, 0.36) !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06) !important;
}

.nvx-hero-trust
{
    max-width: 840px;
    margin: 6px auto 10px auto !important;
    font-size: 0.98rem !important;
    color: #334155 !important;
    text-align: center !important;
}

.nvx-seo-intro
{
    max-width: 760px !important;
    margin: 22px auto 8px auto !important;
    font-size: 1.08rem !important;
    line-height: 1.72 !important;
    color: #1f2937 !important;
}

.nvx-seo-intro p
{
    margin: 0 0 16px 0 !important;
}

.nvx-scroller-wrap
{
    max-width: 980px;
    margin: 0 auto 4px auto;
    padding: 10px 0 8px 0 !important;
    background: #f7fbff;
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nvx-card
{
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    aspect-ratio: auto;
    overflow: hidden;
    flex: 0 0 auto;
    width: clamp(220px, 26vw, 360px);
}

.cap
{
    font-weight: 800 !important;
    color: #2956cb !important;
}

.nvx-content
{
    max-width: 1250px;
    margin: 24px auto 0 auto;
    padding: 0 16px 18px 16px;
}

.nvx-content__cell
{
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    padding: 14px;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
}

.nvx-content__title
{
    color: #1e3a8a !important;
    font-size: 1.8rem !important;
    margin-bottom: 14px !important;
}

.nvx-content__cap
{
    color: #475569 !important;
    font-weight: 600;
}

.nvx-content__list li
{
    line-height: 1.55;
    margin-bottom: 10px;
}

.scroll-anchor
{
    scroll-margin-top: 12vh;
}

.nvx-scroller
{
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    padding: 12px 18px 8px;
    animation: nvxMarquee 28s linear infinite;
    will-change: transform;
}

.nvx-scroller:hover
{
    animation-play-state: paused;
}

.nvx-card img, .nvx-card svg
{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.nvx-card .cap
{
    padding: 8px 0 12px 0;
    font-weight: 600;
    color: #0b5aa7;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    background: #ffffff;
    box-sizing: border-box;
}

.nvx-card-link
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.nvx-content__figure
{
    margin: 0 0 10px 0;
    margin-bottom: 0 !important;
}

.nvx-content__img
{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #f4f6f8;
    margin-bottom: 0 !important;
}

.nvx-content__p
{
    margin: 6px 0 10px 0;
    line-height: 1.55;
    color: #111827;
}

.nvx-content__note
{
    font-style: italic;
    color: #374151;
}

.nvx-content__grid, } .nvx-content
{
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 20px 16px 28px 16px;
    box-sizing: border-box;
}

.nvx-content__grid--single
{
    grid-template-columns: 1fr;
}

.nvx-content__cell ul
{
    list-style: disc !important;
    margin: 10px 0 0 1.1rem !important;
    padding: 0 !important;
}

.nvx-content__cell ul li
{
    position: static !important;
    display: list-item !important;
    margin: 6px 0 !important;
    padding-left: 0 !important;
    line-height: 1.55 !important;
    text-indent: 0 !important;
    font-weight: 700 !important;
}

.nvx-content__cell ul li::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid #16a34a;
    border-radius: 4px;
    background: #f0fdf4;
}

.nvx-content__cell ul li::after
{
    content: "";
    position: absolute;
    left: 0.26rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 0.48rem;
    height: 0.28rem;
    border-left: 3px solid #16a34a;
    border-bottom: 3px solid #16a34a;
}

.nvx-content__title, .nvx-content__cap
{
    text-align: center;
}

.nvx-content__cell ul, .nvx-content__cell .nvx-content__p
{
    text-align: left;
}

.nvx-content__grid
{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(420px, 1fr)) !important;
    gap: 18px;
    align-items: start;
}

.nvx-content__grid > .nvx-content__cell:last-child:nth-child(odd)
{
    grid-column: 1 / -1;
}

.nvx-content__cell ul li::before, .nvx-content__cell ul li::after
{
    content: none !important;
}

.nvx-content__figure + .nvx-content__p, .nvx-content__figure + .nvx-content__cap, .nvx-content__img + .nvx-content__p, .nvx-content__img + .nvx-content__cap
{
    display: none !important;
}

.nvx-content__figure, .nvx-content__img
{
    order: 1 !important;
}

.nvx-content__title, .nvx-content__cell > h3
{
    order: 2 !important;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    text-align: center !important;
    color: #0b5aa7;
}

.nvx-content__p, .nvx-content__cell ul
{
    order: 3 !important;
}

/* ===== MISC ===== */
.account-meta-row td:last-child > div, td:last-child > div
{
    margin: 4px 0;
    line-height: 1.35;
}

#story
{
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.nvx-media
{
    position: relative;
    width: 100%;
    background: #ffffff;
}

.nvx-media img, .nvx-media svg
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nvx-media::before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}

/* ===== MEDIA QUERIES ===== */

@media (max-width: 980px)
{
    /* ===== HERO & MARKETING ===== */
    .nvx-hero-title-brand
    {
        font-size: 2.32rem !important;
    }

    .nvx-hero-title-main
    {
        font-size: 2.32rem !important;
    }
    
    .nvx-hero-title-sub
    {
        font-size: 1.48rem !important;
    }
}

@media (max-width: 700px)
{
    /* ===== HERO & MARKETING ===== */
    .nvx-hero-title-brand
    {
        font-size: 1.86rem !important;
    }

    .nvx-hero-title-main
    {
        font-size: 1.86rem !important;
    }
    
    .nvx-hero-title-sub
    {
        font-size: 1.22rem !important;
    }
    
    .nvx-trust-ribbon
    {
        font-size: 0.92rem;
        line-height: 1.45;
        padding: 13px 14px;
    }
    
    .nvx-hero-btn
    {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    
    .nvx-seo-intro
    {
        font-size: 1rem !important;
    }
}

@media (max-width: 900px)
{
    /* ===== HERO & MARKETING ===== */
    .nvx-content__grid
    {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }
}



@keyframes nvxMarquee
{
    0%
    {
        transform: translateX(0);
    }

    100%
    {
        transform: translateX(-50%);
    }
}



/* Ensure CTA buttons show pointer cursor */
.nvx-hero-btn
{
    cursor: pointer;
}

/* ===== HERO VIDEO EMBED ===== */
.nvx-hero-video
{
    width: min(620px, 92vw);
    margin: 14px auto 18px auto;
    text-align: center;
}

.nvx-hero-video-frame
{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.nvx-hero-video-frame iframe
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.nvx-hero-title-supporting
{
    margin: 0 0 18px 0 !important;
    text-align: center !important;
}

@media (max-width: 700px)
{
    .nvx-hero-video
    {
        width: min(520px, 94vw);
        margin: 12px auto 16px auto;
    }

    .nvx-hero-video-frame
    {
        border-radius: 14px;
    }
}

/* ===== INDEX V2 BRANDING ===== */
.nvx-visually-hidden
{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nvx-hero-professional-subheading
{
    max-width: 820px;
    margin: 10px auto 22px auto;
    padding: 0 16px;
    color: #334155;
    font-size: 19px;
    line-height: 1.45;
    text-align: center;
}


@media (max-width: 760px)
{

    .nvx-hero-professional-subheading
    {
        font-size: 17px;
        margin-bottom: 18px;
    }
}


/* ===== SIMPLIFIED CLINICAL CASE ANALYSIS HOMEPAGE ===== */
.nvx-home-main
{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 24px 46px 24px;
    box-sizing: border-box;
}

.nvx-trial-summary
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 18px;
    max-width: 860px;
    margin: 16px auto 8px auto;
    padding: 12px 16px;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.45;
}

.nvx-trial-summary strong
{
    color: #0f172a;
}

.nvx-trial-summary a
{
    font-weight: 700;
}

.nvx-simple-section
{
    margin: 34px auto 0 auto;
    padding: 36px 30px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.nvx-section-heading
{
    max-width: 820px;
    margin: 0 auto 26px auto;
    text-align: center;
}

.nvx-section-kicker
{
    margin-bottom: 7px;
    color: #15803d;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nvx-section-heading h2,
.nvx-trust-section h2,
.nvx-final-cta h2
{
    margin: 0 0 10px 0;
    color: #1e293b;
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    line-height: 1.2;
    font-weight: 800;
}

.nvx-section-heading p
{
    margin: 0;
    color: #475569;
    font-size: 1.06rem;
    line-height: 1.65;
}

.nvx-capability-grid,
.nvx-audience-grid
{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nvx-simple-card,
.nvx-audience-card
{
    padding: 24px;
    text-align: left;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-sizing: border-box;
}

.nvx-card-index
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    margin-bottom: 14px;
    padding: 0 10px;
    border-radius: 999px;
    background: #e8f1ff;
    color: #1e4fbf;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.nvx-simple-card h3,
.nvx-audience-card h3,
.nvx-workflow-step h3
{
    margin: 0 0 9px 0;
    color: #1e3a8a;
    font-size: 1.18rem;
    line-height: 1.3;
    font-weight: 800;
}

.nvx-simple-card p,
.nvx-audience-card p,
.nvx-workflow-step p
{
    margin: 0;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.62;
}

.nvx-workflow-section
{
    background: #f8fbff;
}

.nvx-workflow
{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nvx-workflow-step
{
    position: relative;
    min-height: 178px;
    padding: 22px 18px;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    border-radius: 14px;
    text-align: left;
    box-sizing: border-box;
}

.nvx-workflow-number
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #15803d;
    color: #ffffff;
    font-weight: 800;
}

.nvx-domain-note
{
    max-width: 880px;
    margin: 22px auto 0 auto;
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.55;
    text-align: center;
}

.nvx-trust-section
{
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(360px, 1.15fr);
    gap: 28px;
    align-items: center;
    margin: 34px auto 0 auto;
    padding: 30px 34px;
    background: #f8fafc;
    border: 1px solid #dbe5f1;
    border-radius: 16px;
}

.nvx-trust-section h2
{
    margin-bottom: 0;
}

.nvx-trust-section ul
{
    margin: 0;
    padding-left: 1.25rem;
    color: #334155;
    text-align: left;
}

.nvx-trust-section li
{
    margin: 8px 0;
    line-height: 1.5;
}

.nvx-final-cta
{
    margin: 34px auto 0 auto;
    padding: 38px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.nvx-final-cta > p:first-of-type
{
    max-width: 700px;
    margin: 0 auto 20px auto;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.55;
}

.nvx-final-cta-details
{
    margin: 16px auto 0 auto !important;
    color: #475569 !important;
    font-size: 0.94rem !important;
}

.nvx-resources-section
{
    margin: 34px auto 0 auto;
    padding: 32px 18px 10px 18px;
}

.nvx-resource-grid
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.nvx-resource-card
{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    text-align: left;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.nvx-resource-card:hover
{
    border-color: #93b4ee;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.07);
}

.nvx-resource-card strong
{
    color: #2148b8;
    font-size: 1rem;
}

.nvx-resource-card span
{
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.45;
}

.nvx-clinical-note
{
    max-width: 980px;
    margin: 34px auto 0 auto;
    padding: 18px 20px;
    color: #475569;
    font-size: 0.93rem;
    line-height: 1.55;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 900px)
{
    .nvx-capability-grid,
    .nvx-audience-grid
    {
        grid-template-columns: 1fr;
    }

    .nvx-workflow
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nvx-trust-section
    {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px)
{
    .nvx-home-main
    {
        padding: 4px 12px 36px 12px;
    }

    .nvx-simple-section
    {
        margin-top: 22px;
        padding: 28px 18px;
        border-radius: 12px;
    }

    .nvx-workflow,
    .nvx-resource-grid
    {
        grid-template-columns: 1fr;
    }

    .nvx-workflow-step
    {
        min-height: 0;
    }

    .nvx-trust-section
    {
        margin-top: 22px;
        padding: 26px 20px;
        border-radius: 12px;
    }

    .nvx-final-cta
    {
        margin-top: 22px;
        padding: 30px 18px;
        border-radius: 12px;
    }

    .nvx-trial-summary
    {
        flex-direction: column;
        gap: 4px;
    }
}
