/* index10.css — required CSS for index_new9.html from allstyles_new.css + landing.css, minus structure7.css duplicates, deduped, last-rule-wins, organized */

/* ===== 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-main
{
    font-size: 3.15rem !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    color: #0f172a;
    display: block;
}

.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-main
    {
        font-size: 2.32rem !important;
    }
    
    .nvx-hero-title-sub
    {
        font-size: 1.48rem !important;
    }
}

@media (max-width: 700px)
{
    /* ===== HERO & MARKETING ===== */
    .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;
}

