:root {
    --nvr-dark-purple: #050028;
    --nvr-medium-purple: #37147d;
    --nvr-bright-purple: #6919eb;
    --nvr-orange: #ff6e46;
    --nvr-yellow: #ffce00;
    --nvr-green: #2dd273;
    --nvr-blue: #0096ff;
    --nvr-light-gray: #e6ebeb;
    --nvr-light-purple: #f0e8fd;
    --nvr-light-yellow: #ffefbb;
    --nvr-light-green: #d5f6e3;
    --nvr-light-blue: #b2dfff;
    --nvr-ink: #080421;
    --nvr-muted: #5d5a71;
    --nvr-white: #ffffff;
    --nvr-radius: 8px;
    --nvr-shadow: 0 24px 70px rgba(5, 0, 40, 0.14);
}

body {
    color: var(--nvr-ink);
    font-family: "Figtree", Arial, sans-serif;
    letter-spacing: 0;
}

a {
    color: var(--nvr-bright-purple);
}

.theme-nvr {
    background: var(--nvr-white);
    min-height: 100vh;
    overflow-x: hidden;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(5, 0, 40, 0.09);
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-header.is-scrolled {
    box-shadow: 0 10px 28px rgba(5, 0, 40, 0.08);
}

.navbar {
    min-height: 82px;
}

.brand-lockup {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}

.legacy-mark {
    align-items: center;
    background: var(--nvr-dark-purple);
    border-radius: 8px;
    color: var(--nvr-white);
    display: inline-flex;
    flex: 0 0 54px;
    font-size: 1rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    line-height: 1;
}

.brand-copy {
    display: grid;
    gap: 1px;
}

.brand-name {
    color: var(--nvr-dark-purple);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.05;
}

.brand-parent {
    color: var(--nvr-bright-purple);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.navbar .nav-link {
    color: var(--nvr-ink);
    font-size: 0.94rem;
    font-weight: 700;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--nvr-bright-purple);
}

.nav-cta {
    margin-left: 0.75rem;
}

.btn {
    border-radius: 6px;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 44px;
    padding: 0.7rem 1rem;
}

.btn-sm {
    min-height: 38px;
    padding: 0.48rem 0.82rem;
}

.btn-nvr-primary {
    background: var(--nvr-bright-purple);
    border-color: var(--nvr-bright-purple);
    color: var(--nvr-white);
}

.btn-nvr-primary:hover,
.btn-nvr-primary:focus {
    background: var(--nvr-medium-purple);
    border-color: var(--nvr-medium-purple);
    color: var(--nvr-white);
}

.btn-nvr-secondary {
    background: var(--nvr-white);
    border-color: rgba(5, 0, 40, 0.22);
    color: var(--nvr-dark-purple);
}

.btn-nvr-secondary:hover,
.btn-nvr-secondary:focus {
    background: var(--nvr-light-purple);
    border-color: var(--nvr-bright-purple);
    color: var(--nvr-dark-purple);
}

.hero-section {
    background:
        linear-gradient(90deg, rgba(240, 232, 253, 0.88) 0%, rgba(255, 255, 255, 0) 58%),
        var(--nvr-white);
    isolation: isolate;
    padding: 86px 0 68px;
    position: relative;
}

.hero-section::after {
    aspect-ratio: 2 / 1;
    border: 64px solid rgba(105, 25, 235, 0.15);
    border-bottom: 0;
    border-radius: 520px 520px 0 0;
    content: "";
    height: auto;
    position: absolute;
    right: -120px;
    top: 72px;
    width: 520px;
    z-index: -1;
}

.hero-grid {
    row-gap: 42px;
}

.eyebrow,
.panel-kicker {
    color: var(--nvr-bright-purple);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-section h1 {
    color: var(--nvr-dark-purple);
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 0.96;
    margin: 0;
    max-width: 760px;
}

.hero-lede {
    color: #24203c;
    font-size: 1.26rem;
    line-height: 1.55;
    margin: 1.4rem 0 0;
    max-width: 660px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2rem;
}

.hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 1.5rem;
}

.hero-note span,
.legacy-badges span {
    background: var(--nvr-white);
    border: 1px solid rgba(5, 0, 40, 0.12);
    border-radius: 999px;
    color: var(--nvr-medium-purple);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.55rem 0.72rem;
}

.report-showcase {
    background: var(--nvr-dark-purple);
    border-radius: var(--nvr-radius);
    box-shadow: var(--nvr-shadow);
    margin: 0;
    overflow: hidden;
}

.report-showcase img {
    display: block;
    height: auto;
    width: 100%;
}

.report-showcase figcaption {
    align-items: center;
    color: var(--nvr-white);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 1rem;
}

.report-showcase figcaption span {
    color: var(--nvr-light-blue);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.report-showcase figcaption strong {
    font-size: 0.95rem;
    text-align: right;
}

.direction-band {
    background: var(--nvr-dark-purple);
    color: var(--nvr-white);
    padding: 58px 0;
}

.action-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--nvr-radius);
    height: 100%;
    padding: 2rem;
}

.action-panel h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.action-panel p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.04rem;
    line-height: 1.58;
}

.report-panel {
    border-top: 6px solid var(--nvr-yellow);
}

.action-panel:not(.report-panel) {
    border-top: 6px solid var(--nvr-green);
}

.text-link {
    color: var(--nvr-white);
    display: inline-flex;
    font-weight: 800;
    margin-top: 0.75rem;
    text-decoration-color: var(--nvr-yellow);
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.text-link:hover,
.text-link:focus {
    color: var(--nvr-light-yellow);
}

.legacy-section,
.content-section {
    padding: 70px 0;
}

.legacy-section {
    background: var(--nvr-light-gray);
}

.legacy-section h2,
.section-heading h2 {
    color: var(--nvr-dark-purple);
    font-size: 2.55rem;
    font-weight: 800;
    line-height: 1.05;
}

.lead {
    color: #24203c;
    font-size: 1.2rem;
    line-height: 1.6;
}

.legacy-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 1.6rem 0;
}

.section-heading {
    margin-bottom: 2rem;
    max-width: 780px;
}

.info-tile {
    border: 1px solid rgba(5, 0, 40, 0.12);
    border-radius: var(--nvr-radius);
    height: 100%;
    padding: 1.4rem;
}

.info-tile span {
    align-items: center;
    border-radius: 999px;
    color: var(--nvr-dark-purple);
    display: inline-flex;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    margin-bottom: 1.2rem;
    width: 36px;
}

.info-tile h3 {
    color: var(--nvr-dark-purple);
    font-size: 1.35rem;
    font-weight: 800;
}

.info-tile p {
    color: var(--nvr-muted);
    line-height: 1.55;
    margin-bottom: 0;
}

.accent-yellow span {
    background: var(--nvr-light-yellow);
}

.accent-green span {
    background: var(--nvr-light-green);
}

.accent-blue span {
    background: var(--nvr-light-blue);
}

.single-page-main {
    padding: 64px 0;
}

.coming-soon-page {
    background: #f7faf7;
    min-height: 100vh;
}

.coming-soon-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.coming-soon-hero {
    background:
        linear-gradient(135deg, #ffffff 0%, #eef8f3 54%, #eef5ff 100%);
    display: flex;
    flex: 1 0 auto;
    padding: 82px 0 72px;
}

.coming-soon-shell {
    margin: auto 0;
    max-width: 850px;
}

.coming-soon-brand {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 3.2rem;
}

.coming-soon-brand img {
    background: var(--nvr-white);
    border: 1px solid rgba(5, 0, 40, 0.1);
    border-radius: 6px;
    display: block;
    max-height: 54px;
    max-width: 210px;
    object-fit: contain;
    padding: 9px 12px;
    width: auto;
}

.coming-soon-brand span {
    background: rgba(5, 0, 40, 0.28);
    display: block;
    height: 34px;
    width: 1px;
}

.coming-soon-kicker {
    color: #16664a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 1.05rem;
    text-transform: uppercase;
}

.coming-soon-shell h1 {
    color: var(--nvr-dark-purple);
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 760px;
}

.coming-soon-lede {
    color: #24203c;
    font-size: 1.24rem;
    line-height: 1.58;
    margin: 1.35rem 0 0;
    max-width: 650px;
}

.coming-soon-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2rem;
}

.coming-soon-status {
    background: var(--nvr-dark-purple);
    color: var(--nvr-white);
    flex: 0 0 auto;
    padding: 28px 0;
}

.coming-soon-status-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coming-soon-status-grid div {
    border-left: 5px solid var(--nvr-green);
    padding-left: 18px;
}

.coming-soon-status-grid div + div {
    border-left-color: var(--nvr-yellow);
}

.coming-soon-status-grid span {
    color: var(--nvr-light-blue);
    display: block;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.coming-soon-status-grid strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    max-width: 520px;
}

.site-footer {
    background: var(--nvr-dark-purple);
    color: var(--nvr-white);
    padding: 48px 0 30px;
}

.footer-main {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 1.2fr 1fr;
}

.footer-lockup .legacy-mark {
    background: var(--nvr-white);
    color: var(--nvr-dark-purple);
}

.footer-lockup .brand-name,
.footer-lockup .brand-parent {
    color: var(--nvr-white);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.76);
    margin: 1rem 0 0;
    max-width: 480px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: end;
}

.footer-links a {
    color: var(--nvr-white);
    font-weight: 800;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.68);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 12px;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .nav-cta {
        margin: 0.6rem 0 0;
    }

    .hero-section {
        padding-top: 58px;
    }

    .hero-section h1 {
        font-size: 2.75rem;
        line-height: 1.02;
    }

    .hero-section::after {
        opacity: 0.7;
        right: -260px;
        top: 210px;
        width: 460px;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-links {
        justify-content: start;
    }

    .coming-soon-hero {
        padding: 62px 0 56px;
    }

    .coming-soon-brand {
        margin-bottom: 2.5rem;
    }

    .coming-soon-shell h1 {
        font-size: 3rem;
        line-height: 1.02;
    }

    .coming-soon-status-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        min-height: 72px;
    }

    .brand-lockup {
        gap: 9px;
    }

    .legacy-mark {
        flex-basis: 48px;
        height: 38px;
    }

    .brand-name {
        font-size: 0.92rem;
    }

    .brand-parent {
        font-size: 0.64rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .action-panel {
        padding: 1.4rem;
    }

    .legacy-section h2,
    .section-heading h2 {
        font-size: 2.1rem;
    }

    .coming-soon-hero {
        padding: 46px 0 44px;
    }

    .coming-soon-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 2rem;
    }

    .coming-soon-brand img {
        max-height: 50px;
        max-width: 100%;
    }

    .coming-soon-brand span {
        height: 1px;
        width: 84px;
    }

    .coming-soon-shell h1 {
        font-size: 2.35rem;
    }

    .coming-soon-lede {
        font-size: 1.08rem;
    }

    .coming-soon-actions .btn {
        width: 100%;
    }
}
