@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter-v20-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter-v20-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-v31-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-v31-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --hue-deep: #3B0F7A;
    --hue-violet: #4D32A8;
    --hue-azure: #3057CF;
    --hue-sky: #3696BC;
    --hue-shade-dark: rgba(59, 15, 122, 0.88);
    --hue-shade-bright: rgba(54, 150, 188, 0.92);
    --tone-ink: #151515;
    --tone-snow: #fefefe;
    --tone-slate: #747474;

    --gradient-top: #0A0E1F;
    --gradient-base: #010710;

    --type-display: 'Montserrat', Arial, sans-serif;
    --type-reading: 'Inter', system-ui, sans-serif;

    --mass-regular: 400;
    --mass-moderate: 500;
    --mass-strong: 600;
    --mass-heavy: 700;

    --icon-tiny: 1rem;
    --icon-small: 1.25rem;
    --icon-medium: 1.5rem;
    --icon-large: 2rem;
    --icon-huge: 2.5rem;

    --icon-color-primary: var(--hue-sky);
    --icon-color-secondary: var(--hue-violet);
    --icon-color-light: var(--tone-snow);
    --icon-color-dark: var(--tone-ink);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--type-reading);
    font-size: 1rem;
    font-weight: var(--mass-regular);
    background: var(--gradient-base);
    color: var(--tone-ink);
    line-height: 1.6;
    overflow-x: hidden;
}

h1 {
    font-family: var(--type-display);
    font-size: clamp(2.25rem, 5.5vw, 4.25rem);
    font-weight: var(--mass-heavy);
    color: var(--tone-snow);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
}

h2 {
    font-family: var(--type-display);
    font-size: clamp(1.625rem, 4.25vw, 2.875rem);
    font-weight: var(--mass-strong);
    color: var(--tone-snow);
    line-height: 1.25;
    letter-spacing: -0.005em;
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--type-display);
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: var(--mass-strong);
    color: rgba(254, 254, 254, 0.88);
    line-height: 1.35;
    margin-bottom: 0.875rem;
}

h4 {
    font-family: var(--type-reading);
    font-size: clamp(1.0625rem, 2.5vw, 1.5rem);
    font-weight: var(--mass-moderate);
    color: rgba(254, 254, 254, 0.85);
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

h5 {
    font-family: var(--type-reading);
    font-size: clamp(0.9375rem, 2vw, 1.125rem);
    font-weight: var(--mass-moderate);
    color: rgba(254, 254, 254, 0.82);
    line-height: 1.45;
    margin-bottom: 0.625rem;
}

h6 {
    font-family: var(--type-reading);
    font-size: 1rem;
    font-weight: var(--mass-moderate);
    color: rgba(254, 254, 254, 0.8);
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

small {
    font-size: 0.8125rem;
    line-height: 1.55;
}

img, picture, video {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.nv-wrapper {
    max-width: 1180px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

.nv-icon {
    width: var(--icon-medium);
    height: var(--icon-medium);
    object-fit: contain;
    flex-shrink: 0;
}

.nv-icon-tiny {
    width: var(--icon-tiny);
    height: var(--icon-tiny);
}

.nv-icon-small {
    width: var(--icon-small);
    height: var(--icon-small);
}

.nv-icon-large {
    width: var(--icon-large);
    height: var(--icon-large);
}

.nv-icon-huge {
    width: var(--icon-huge);
    height: var(--icon-huge);
}

.nv-icon-primary {
    filter: brightness(0) saturate(100%) invert(56%) sepia(83%) saturate(524%) hue-rotate(157deg) brightness(94%) contrast(89%);
}

.nv-icon-secondary {
    filter: brightness(0) saturate(100%) invert(25%) sepia(71%) saturate(2518%) hue-rotate(250deg) brightness(92%) contrast(94%);
}

.nv-icon-light {
    filter: brightness(0) invert(1);
}

.nv-icon-dark {
    filter: brightness(0);
}

.nv-action {
    font-family: var(--type-display);
    font-size: 1.0625rem;
    font-weight: var(--mass-moderate);
    padding: 0.9375rem 2.25rem;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.28s cubic-bezier(0.25, 1.5, 0.5, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    position: relative;
    text-align: center;
}

.nv-action-compact {
    font-size: 0.9375rem;
    padding: 0.75rem 1.75rem;
}

.nv-action-expanded {
    font-size: 1.1875rem;
    padding: 1.1875rem 2.75rem;
}

.nv-action-prime {
    background: linear-gradient(140deg, var(--hue-deep) 0%, var(--hue-violet) 100%);
    color: var(--tone-snow);
    box-shadow: 0 4px 18px rgba(59, 15, 122, 0.35);
}

.nv-action-prime:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 28px rgba(59, 15, 122, 0.48);
}

.nv-action-outline {
    background: transparent;
    color: var(--hue-sky);
    border: 2px solid var(--hue-sky);
}

.nv-action-outline:hover {
    background: rgba(54, 150, 188, 0.12);
    transform: scale(0.97);
    border-color: var(--hue-azure);
}

.nv-action-glow {
    background: var(--hue-sky);
    color: var(--hue-deep);
    box-shadow: 0 0 20px rgba(54, 150, 188, 0.4);
}

.nv-action-glow:hover {
    background: linear-gradient(140deg, var(--hue-sky) 0%, #4db4de 100%);
    transform: translateY(-3px);
    box-shadow: 0 0 32px rgba(54, 150, 188, 0.65);
}
/**/
.nv-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.nv-ribbon {
    background: linear-gradient(135deg, #5409DA 0%, #4E71FF 100%);
    padding: 0.5rem 0;
    transition: padding 0.3s ease;
}

.nv-header--scrolled .nv-ribbon {
    padding: 0.25rem 0;
}

.nv-ribbon__grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}

.nv-ribbon__age {
    display: flex;
    align-items: center;
}

.nv-age-badge {
    height: 32px;
    width: auto;
}

.nv-ribbon__info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.95);
}

.nv-ribbon__dot {
    opacity: 0.6;
    font-size: 0.625rem;
}

.nv-ribbon__action {
    display: flex;
    justify-content: flex-end;
}

.nv-ribbon__link {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.875rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    font-size: 0.8125rem;
    color: var(--tone-snow);
    transition: background 0.2s ease;
}

.nv-ribbon__link:hover {
    background: rgba(255, 255, 255, 0.25);
}

.nv-dock {
    background: rgba(187, 251, 255, 0.85);
    backdrop-filter: blur(12px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(141, 216, 255, 0.3);
    transition: padding 0.3s ease;
}

.nv-header--scrolled .nv-dock {
    padding: 0.625rem 0;
}

.nv-dock__grid {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 2rem;
}

.nv-dock__brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.nv-dock__logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nv-dock__logo-img {
    height: 2.5rem;
    width: auto;
    transition: height 0.3s ease;
}

.nv-header--scrolled .nv-dock__logo-img {
    height: 2rem;
}

.nv-dock__tagline {
    font-size: 0.75rem;
    font-weight: var(--mass-moderate);
    color: var(--hue-violet);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.nv-dock__switcher {
    display: flex;
    justify-content: center;
}

.nv-switcher-display {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(141, 216, 255, 0.4);
    border-radius: 50px;
    font-weight: var(--mass-moderate);
    color: var(--hue-deep);
}

.nv-dock__nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.nv-dock__link {
    font-size: 0.9375rem;
    font-weight: var(--mass-moderate);
    color: var(--hue-violet);
    transition: color 0.2s ease;
}

.nv-dock__link:hover {
    color: var(--hue-azure);
}

.nv-dock__more {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
}

.nv-dock__more:hover {
    opacity: 0.7;
}

.nv-dock__more-dropdown {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    min-width: 160px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(141, 216, 255, 0.3);
    border-radius: 12px;
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(59, 15, 122, 0.15);
}

.nv-dock__more-dropdown--active {
    opacity: 1;
    visibility: visible;
}

.nv-dock__more-dropdown a {
    display: block;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: var(--hue-violet);
    transition: background 0.2s ease;
}

.nv-dock__more-dropdown a:hover {
    background: rgba(54, 150, 188, 0.08);
}

.nv-dock__cta {
    display: flex;
    align-items: center;
}

.nv-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

.nv-dock__burger {
    display: none;
    flex-direction: column;
    gap: 0.375rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.nv-dock__burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--hue-violet);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.nv-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10, 14, 31, 0.98);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.nv-mobile-menu--active {
    opacity: 1;
    visibility: visible;
}

.nv-mobile-menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.25s ease;
}

.nv-mobile-menu__close:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.1);
}

.nv-mobile-menu__close span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--tone-snow);
    border-radius: 2px;
}

.nv-mobile-menu__close span:first-child {
    transform: rotate(45deg);
}

.nv-mobile-menu__close span:last-child {
    transform: rotate(-45deg);
}

.nv-mobile-menu__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 2rem;
    padding: 2rem;
}

.nv-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.nv-mobile-menu__nav a {
    font-size: 1.125rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
    transition: color 0.2s ease;
}

.nv-mobile-menu__nav a:hover {
    color: var(--hue-sky);
}

.nv-mobile-menu__play {
    margin-top: 1rem;
}

.nv-age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.nv-age-gate--active {
    opacity: 1;
    visibility: visible;
}

.nv-age-gate__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 14, 31, 0.96) 0%, rgba(59, 15, 122, 0.88) 100%);
    backdrop-filter: blur(16px);
}

.nv-age-gate__card {
    position: relative;
    max-width: 480px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background: linear-gradient(160deg, rgba(30, 35, 60, 0.98) 0%, rgba(20, 25, 45, 0.98) 100%);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
    animation: cardSlideIn 0.5s ease;
}

@keyframes cardSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.nv-age-gate__header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.nv-age-gate__badge {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
}

.nv-age-gate__header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.nv-age-gate__header p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

.nv-age-gate__features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.nv-age-gate__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(54, 150, 188, 0.08);
    border: 1px solid rgba(141, 216, 255, 0.15);
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
}

.nv-age-gate__disclaimer {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.nv-age-gate__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (max-width: 1024px) {
    .nv-dock__nav {
        display: none;
    }

    .nv-dock__cta {
        display: none;
    }

    .nv-dock__burger {
        display: flex;
    }

    .nv-dock__grid {
        grid-template-columns: 1fr auto;
        gap: 1rem;
    }

    .nv-dock__switcher {
        display: none;
    }
}

@media (max-width: 768px) {
    .nv-ribbon__info span:not(.nv-ribbon__dot) {
        display: none;
    }

    .nv-ribbon__info .nv-ribbon__dot {
        display: none;
    }

    .nv-ribbon__info::before {
        content: 'Ei rahaa • Ei palkintoja • 18+';
        font-size: 0.75rem;
    }

    .nv-ribbon__action {
        display: none;
    }

    .nv-dock__tagline {
        display: none;
    }

    .nv-age-gate__card {
        padding: 1.5rem 1.25rem;
        border-radius: 20px;
    }

    .nv-age-gate__badge {
        width: 50px;
        height: 50px;
    }
}
/**/
.nv-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 11rem 0 4rem;
    overflow: hidden;
}

.nv-hero__bg {
    position: absolute;
    inset: 0;
    background: url('/assets/images/hero-portal-prism.webp') center/cover no-repeat;
    z-index: -2;
    filter: blur(3px);
}

.nv-hero__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(900px 500px at 70% 45%, rgba(141, 216, 255, 0.25), transparent 60%),
            linear-gradient(90deg, rgba(8, 10, 20, 0.75), rgba(8, 10, 20, 0.35));
    pointer-events: none;
}

.nv-hero__pattern {
    position: absolute;
    inset: 0;
    background-image:
            repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(141, 216, 255, 0.03) 35px, rgba(141, 216, 255, 0.03) 70px);
    z-index: -1;
    opacity: 0.5;
}

.nv-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
}

.nv-hero__glass {
    position: relative;
    background: linear-gradient(135deg, rgba(30, 35, 60, 0.85) 0%, rgba(20, 25, 45, 0.75) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 32px;
    padding: 3rem 2.5rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.nv-hero__glass-glow {
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at center, rgba(78, 113, 255, 0.15) 0%, transparent 60%);
    pointer-events: none;
    animation: glassGlowMove 8s ease-in-out infinite;
}

@keyframes glassGlowMove {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10%, 10%);
    }
}

.nv-hero__kicker {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.8125rem;
    font-weight: var(--mass-strong);
    color: var(--hue-sky);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.nv-kicker-icon {
    filter: brightness(0) saturate(100%) invert(71%) sepia(35%) saturate(1245%) hue-rotate(157deg) brightness(94%) contrast(89%);
}

.nv-hero__divider {
    color: rgba(141, 216, 255, 0.4);
    font-size: 0.625rem;
}

.nv-hero__glass h1 {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    margin-bottom: 1.75rem;
    background: linear-gradient(135deg, var(--tone-snow) 0%, rgba(141, 216, 255, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.nv-hero__features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.nv-hero__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.nv-feature-icon {
    flex-shrink: 0;
    margin-top: 0.125rem;
    filter: brightness(0) saturate(100%) invert(71%) sepia(35%) saturate(1245%) hue-rotate(157deg) brightness(94%) contrast(89%);
}

.nv-hero__legal-badge {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.875rem 1.125rem;
    background: rgba(84, 9, 218, 0.15);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 16px;
    margin-bottom: 2rem;
}

.nv-legal-icon {
    flex-shrink: 0;
    margin-top: 0.125rem;
    filter: brightness(0) saturate(100%) invert(71%) sepia(35%) saturate(1245%) hue-rotate(157deg) brightness(94%) contrast(89%);
}

.nv-hero__legal-badge p {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: var(--mass-moderate);
    line-height: 1.5;
    margin: 0;
}

.nv-hero__stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(141, 216, 255, 0.15);
}

.nv-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.nv-stat__number {
    font-size: 1.75rem;
    font-weight: var(--mass-heavy);
    color: var(--hue-sky);
    line-height: 1;
}

.nv-stat__label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nv-stat__divider {
    width: 1px;
    height: 40px;
    background: rgba(141, 216, 255, 0.15);
}

.nv-hero__portal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nv-portal-ring {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 6px solid transparent;
    border-top-color: rgba(141, 216, 255, 0.4);
    border-right-color: rgba(141, 216, 255, 0.2);
    border-radius: 50%;
    animation: portalSpin 16s linear infinite;
    pointer-events: none;
}

@keyframes portalSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.nv-portal-ring::before {
    content: "";
    position: absolute;
    inset: -20px;
    border: 3px solid transparent;
    border-left-color: rgba(78, 113, 255, 0.3);
    border-bottom-color: rgba(78, 113, 255, 0.15);
    border-radius: 50%;
    animation: portalSpinReverse 20s linear infinite;
}

@keyframes portalSpinReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.nv-hero__chips {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nv-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: rgba(30, 35, 60, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(141, 216, 255, 0.25);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    animation: chipFloat 3s ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes chipFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.nv-chip:nth-child(1) {
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
}

.nv-chip:nth-child(2) {
    top: 135%;
    right: 5%;
}

.nv-chip:nth-child(3) {
    bottom: 135%;
    right: 5%;
}

.nv-chip:nth-child(4) {
    top: 135%;
    left: 5%;
}

.nv-chip__icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nv-hero__cta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem 2.5rem;
    background: linear-gradient(135deg, rgba(84, 9, 218, 0.95) 0%, rgba(78, 113, 255, 0.95) 100%);
    backdrop-filter: blur(16px);
    border: 2px solid rgba(141, 216, 255, 0.3);
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow:
            0 16px 48px rgba(84, 9, 218, 0.3),
            0 0 80px rgba(78, 113, 255, 0.2);
    overflow: hidden;
}

.nv-hero__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nv-hero__cta:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
            0 24px 64px rgba(84, 9, 218, 0.4),
            0 0 100px rgba(78, 113, 255, 0.3);
}

.nv-hero__cta:hover::before {
    opacity: 1;
}

.nv-hero__cta-glow {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(141, 216, 255, 0.3) 0%, transparent 70%);
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.nv-hero__cta-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nv-hero__cta-main {
    font-size: 1.5rem;
    font-weight: var(--mass-heavy);
    color: var(--tone-snow);
    line-height: 1.2;
}

.nv-hero__cta-sub {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

.nv-hero__sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nv-sparkle {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    animation: sparkleFloat 8s ease-in-out infinite;
}

.nv-sparkle--1 {
    top: 15%;
    left: 15%;
    animation-delay: 0s;
    filter: blur(1px);
}

.nv-sparkle--2 {
    top: 60%;
    right: 20%;
    animation-delay: 2.5s;
    filter: blur(2px);
}

.nv-sparkle--3 {
    bottom: 20%;
    left: 25%;
    animation-delay: 5s;
    filter: blur(1.5px);
}

@keyframes sparkleFloat {
    0%, 100% {
        opacity: 0;
        transform: translateY(0) scale(0.8);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-30px) scale(1.2);
    }
}

.nv-icon-color-deep {
    filter: brightness(0) saturate(100%) invert(14%) sepia(89%) saturate(3067%) hue-rotate(266deg) brightness(81%) contrast(108%);
}

.nv-icon-color-violet {
    filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(3251%) hue-rotate(254deg) brightness(91%) contrast(102%);
}

.nv-icon-color-azure {
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(2487%) hue-rotate(216deg) brightness(99%) contrast(93%);
}

.nv-icon-color-sky {
    filter: brightness(0) saturate(100%) invert(71%) sepia(35%) saturate(1245%) hue-rotate(157deg) brightness(94%) contrast(89%);
}
.nv-icon-color-white {
    filter: brightness(0) invert(1);
}
@media (max-width: 1024px) {
    .nv-hero__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .nv-hero__portal {
        order: -1;
    }

    .nv-portal-ring {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .nv-hero {
        min-height: auto;
        padding: 12rem 0 3rem;
    }

    .nv-hero__glass {
        padding: 2rem 1.5rem;
        border-radius: 24px;
    }

    .nv-hero__glass h1 {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
    }

    .nv-hero__portal {
        margin: 0 auto;
    }

    .nv-portal-ring {
        width: 320px;
        height: 320px;
    }

    .nv-hero__chips {
        display: none;
    }

    .nv-hero__cta {
        width: 100%;
        flex-direction: column;
        padding: 1.75rem 1.5rem;
        border-radius: 24px;
        gap: 1rem;
    }

    .nv-hero__cta-text {
        text-align: center;
    }

    .nv-hero__cta-main {
        font-size: 1.25rem;
    }

    .nv-chip {
        display: none;
    }

    .nv-hero__stats {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .nv-stat {
        flex: 1 1 calc(33.333% - 1rem);
        min-width: 80px;
    }

    .nv-stat__divider {
        display: none;
    }
}
/**/
.nv-about {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.nv-about__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 14, 31, 1) 0%, rgba(20, 25, 45, 1) 50%, rgba(15, 20, 35, 1) 100%);
    z-index: -2;
}

.nv-about__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 10, 20, 0.92) 0%, rgba(8, 10, 20, 0.75) 50%, rgba(8, 10, 20, 0.85) 100%);
    z-index: -1;
}

.nv-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.nv-about__visual {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nv-portal-card {
    position: relative;
    aspect-ratio: 1;
    border-radius: 32px;
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(135deg, rgba(30, 35, 60, 0.6), rgba(20, 25, 45, 0.6)) padding-box,
    linear-gradient(135deg, var(--hue-violet), var(--hue-azure), var(--hue-sky)) border-box;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.nv-portal-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-portal-card__glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--hue-violet), var(--hue-azure), var(--hue-sky));
    border-radius: 32px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(20px);
}

.nv-portal-card:hover .nv-portal-card__glow {
    opacity: 0.6;
}

.nv-about__visual-tags {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.nv-visual-tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(30, 35, 60, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(141, 216, 255, 0.15);
    border-radius: 50px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.nv-about__content h2 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.nv-about__text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.nv-about__section h3 {
    font-size: 1.125rem;
    color: var(--hue-sky);
    margin-bottom: 0.75rem;
}

.nv-about__section p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

.nv-about__footer {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(84, 9, 218, 0.15);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-left: 4px solid var(--hue-sky);
    border-radius: 16px;
}

.nv-about__footer p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: var(--mass-moderate);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .nv-about__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .nv-about {
        padding: 4rem 0;
    }

    .nv-portal-card {
        border-radius: 24px;
    }

    .nv-about__visual-tags {
        flex-wrap: wrap;
    }

    .nv-about__text {
        gap: 1.5rem;
    }

    .nv-about__section h3 {
        font-size: 1rem;
    }

    .nv-about__footer {
        padding: 1rem 1.25rem;
    }
}
/**/
.nv-games {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.nv-games__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 14, 31, 1) 0%, rgba(15, 20, 35, 1) 100%);
    z-index: -1;
}

.nv-games__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem;
}

.nv-games__title-wrap h2 {
    margin-bottom: 0.75rem;
}

.nv-games__subtitle {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    flex-wrap: wrap;
}

.nv-games__dot {
    font-size: 0.625rem;
    opacity: 0.5;
}

.nv-games__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(30, 35, 60, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--hue-sky);
    transition: all 0.25s ease;
}

.nv-games__link:hover {
    background: rgba(30, 35, 60, 0.8);
    border-color: var(--hue-sky);
}

.nv-arcade-stage {
    position: relative;
    background: linear-gradient(135deg, rgba(59, 15, 122, 0.2) 0%, rgba(78, 113, 255, 0.15) 100%);
    border: 2px solid transparent;
    background-clip: padding-box;
    border-radius: 32px;
    padding: 2rem;
    margin-bottom: 4rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4), 0 0 80px rgba(78, 113, 255, 0.15);
}

.nv-arcade-stage::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--hue-violet), var(--hue-azure), var(--hue-sky));
    border-radius: 32px;
    z-index: -1;
    opacity: 0.5;
}

.nv-stage__glass-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.25rem 1.75rem;
    background: rgba(30, 35, 60, 0.8);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.nv-stage__info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nv-stage__game-name {
    font-size: 1.5rem;
    font-weight: var(--mass-heavy);
    color: var(--tone-snow);
}

.nv-stage__badges {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nv-stage__badge {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: rgba(84, 9, 218, 0.3);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 50px;
    font-size: 0.8125rem;
    color: var(--tone-snow);
}

.nv-stage__badge-icon {
    width: 20px;
    height: 20px;
}

.nv-stage__controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nv-stage__control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--tone-snow);
    cursor: pointer;
    transition: all 0.25s ease;
}

.nv-stage__control:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--hue-sky);
}

.nv-stage__content {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}

.nv-stage__poster {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nv-stage__poster-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-stage__poster-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 10, 20, 0.3) 0%, rgba(8, 10, 20, 0.4) 100%);
}

.nv-stage__poster-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    z-index: 1;
}

.nv-stage__poster-note {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.nv-stage__iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

.nv-stage__sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nv-stage__sparkle {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0.4;
}

.nv-stage__sparkle--1 {
    top: 2rem;
    left: 2rem;
}

.nv-stage__sparkle--2 {
    top: 2rem;
    right: 2rem;
}

.nv-stage__sparkle--3 {
    bottom: 2rem;
    right: 2rem;
}

.nv-stage__disclaimer {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.nv-portal-shelf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}

.nv-game-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.nv-game-card__link {
    display: block;
    text-decoration: none;
}

.nv-game-card__image {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(135deg, rgba(30, 35, 60, 0.6), rgba(20, 25, 45, 0.6)) padding-box,
    linear-gradient(135deg, var(--hue-violet), var(--hue-azure)) border-box;
    transition: all 0.3s ease;
}

.nv-game-card__link:hover .nv-game-card__image {
    transform: scale(1.02);
}

.nv-game-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-game-card__glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--hue-violet), var(--hue-azure));
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    filter: blur(15px);
}

.nv-game-card__link:hover .nv-game-card__glow {
    opacity: 0.6;
}

.nv-game-card__content {
    padding: 1.25rem 0.5rem 0.5rem;
}

.nv-game-card__content h3 {
    font-size: 1.25rem;
    color: var(--tone-snow);
    margin-bottom: 0.375rem;
}

.nv-game-card__content p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    min-height: 50px;
}

.nv-game-card__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, var(--hue-deep), var(--hue-violet));
    border: 1px solid rgba(141, 216, 255, 0.3);
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
    cursor: pointer;
    transition: all 0.25s ease;
    margin-top: 0.75rem;
}

.nv-game-card__preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(84, 9, 218, 0.3);
}

@media (max-width: 1024px) {
    .nv-portal-shelf {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .nv-games {
        padding: 4rem 0;
    }

    .nv-games__header {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }

    .nv-arcade-stage {
        padding: 1.5rem;
        border-radius: 24px;
        margin-bottom: 2.5rem;
    }

    .nv-stage__glass-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.25rem;
    }

    .nv-stage__info {
        flex-direction: column;
        gap: 1rem;
    }

    .nv-stage__game-name {
        font-size: 1.25rem;
    }

    .nv-stage__badges {
        flex-wrap: wrap;
    }

    .nv-stage__controls {
        width: 100%;
        flex-direction: column;
    }

    .nv-stage__control {
        width: 100%;
        justify-content: center;
    }

    .nv-portal-shelf {
        display: flex;
        overflow-x: auto;
        gap: 1rem;
        scroll-snap-type: x mandatory;
        padding-bottom: 1rem;
    }

    .nv-game-card {
        flex-shrink: 0;
        width: 240px;
        scroll-snap-align: start;
    }
}
@media (max-width: 440px) {
    .nv-action-expanded {
        font-size: 1rem;
        padding: .8rem 1.2rem;
    }
    .nv-arcade-stage {
        padding: 1rem;
    }
}
/**/
.nv-pledge {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.nv-pledge__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 20, 35, 1) 0%, rgba(30, 25, 50, 1) 100%);
    z-index: -1;
}

.nv-pledge__blob {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
    pointer-events: none;
}

.nv-pledge__blob--1 {
    top: -200px;
    left: -100px;
    background: radial-gradient(circle, var(--hue-sky), transparent);
}

.nv-pledge__blob--2 {
    bottom: -200px;
    right: -100px;
    background: radial-gradient(circle, var(--hue-violet), transparent);
}

.nv-pledge__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 6rem;
    align-items: center;
    position: relative;
}

.nv-pledge__content h2 {
    margin-bottom: 1.5rem;
}

.nv-pledge__desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.nv-pledge__seals {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nv-seal {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
    background: linear-gradient(135deg, rgba(30, 35, 60, 0.7), rgba(20, 25, 45, 0.7)) padding-box,
    linear-gradient(135deg, var(--hue-violet), var(--hue-azure), var(--hue-sky)) border-box;
    border: 2px solid transparent;
    border-radius: 24px;
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transform: translateX(calc(var(--stack-offset) * 10px));
    transition: all 0.3s ease;
}

.nv-seal:hover {
    transform: translateX(calc(var(--stack-offset) * 10px)) translateY(-4px);
}

.nv-seal__glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--hue-violet), var(--hue-azure), var(--hue-sky));
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    filter: blur(20px);
}

.nv-seal:hover .nv-seal__glow {
    opacity: 0.5;
}

.nv-seal__orb {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--hue-deep), var(--hue-violet));
    border: 2px solid transparent;
    border-radius: 50%;
    position: relative;
}

.nv-seal__orb::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--hue-violet), var(--hue-azure), var(--hue-sky));
    border-radius: 50%;
    z-index: -1;
}

.nv-seal__content h3 {
    font-size: 1.125rem;
    color: var(--tone-snow);
    margin-bottom: 0.375rem;
}

.nv-seal__content p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.nv-seal__chip {
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, var(--hue-deep), var(--hue-violet));
    border: 1px solid rgba(141, 216, 255, 0.3);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: var(--mass-strong);
    color: var(--tone-snow);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nv-pledge__sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nv-pledge__sparkle {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.nv-pledge__sparkle--1 {
    top: 10%;
    left: 5%;
    filter: blur(1px);
}

.nv-pledge__sparkle--2 {
    top: 50%;
    right: 10%;
    filter: blur(2px);
}

.nv-pledge__sparkle--3 {
    bottom: 15%;
    left: 15%;
    filter: blur(1.5px);
}

.nv-faq {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.nv-faq__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 14, 31, 1) 0%, rgba(20, 25, 45, 1) 100%);
    z-index: -1;
}

.nv-faq__grid {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 5rem;
    align-items: flex-start;
}

.nv-faq__sidebar {
    position: sticky;
    top: 120px;
}

.nv-faq__sidebar h2 {
    margin-bottom: 1rem;
}

.nv-faq__sidebar-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2rem;
}

.nv-faq__sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: rgba(30, 35, 60, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 50px;
    font-size: 0.9375rem;
    color: var(--hue-sky);
    transition: all 0.25s ease;
}

.nv-faq__sidebar-link:hover {
    background: rgba(30, 35, 60, 0.8);
    border-color: var(--hue-sky);
}

.nv-faq__filters {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.nv-faq__filter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: rgba(30, 35, 60, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--tone-snow);
    cursor: pointer;
    transition: all 0.25s ease;
}

.nv-faq__filter:hover {
    background: rgba(30, 35, 60, 0.8);
    border-color: var(--hue-sky);
}

.nv-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nv-faq__item {
    background: linear-gradient(135deg, rgba(30, 35, 60, 0.6), rgba(20, 25, 45, 0.6)) padding-box,
    linear-gradient(135deg, var(--hue-violet), var(--hue-azure)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: all 0.3s ease;
}

.nv-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    background: none;
    border: none;
    font-size: 1.125rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
}

.nv-faq__question:hover {
    color: var(--hue-sky);
}

.nv-faq__toggle {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--hue-deep), var(--hue-violet));
    border: 1px solid rgba(141, 216, 255, 0.3);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.nv-faq__toggle-icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.nv-faq__toggle-icon::before,
.nv-faq__toggle-icon::after {
    content: "";
    position: absolute;
    background: var(--tone-snow);
    transition: all 0.3s ease;
}

.nv-faq__toggle-icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.nv-faq__toggle-icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.nv-faq__item--open .nv-faq__toggle {
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgba(54, 150, 188, 0.4);
}

.nv-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.nv-faq__item--open .nv-faq__answer {
    max-height: 200px;
}

.nv-faq__answer p {
    padding: 0 1.75rem 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1024px) {
    .nv-pledge__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .nv-faq__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .nv-faq__sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .nv-pledge {
        padding: 4rem 0;
    }

    .nv-seal {
        grid-template-columns: auto 1fr;
        padding: 1.25rem 1.5rem;
        transform: none;
    }

    .nv-seal__chip {
        grid-column: 2 / 3;
        justify-self: start;
        margin-top: 0.5rem;
    }

    .nv-faq {
        padding: 4rem 0;
    }

    .nv-faq__filters {
        flex-direction: column;
    }

    .nv-faq__filter {
        width: 100%;
        justify-content: center;
    }

    .nv-faq__question {
        font-size: 1rem;
        padding: 1.25rem 1.5rem;
    }
}
/**/
.nv-footer {
    position: relative;
    padding: 4rem 0 0;
    overflow: hidden;
}

.nv-footer__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 14, 31, 1) 0%, rgba(5, 8, 18, 1) 100%);
    z-index: -1;
}

.nv-footer__orb {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    pointer-events: none;
}

.nv-footer__orb--1 {
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, var(--hue-violet), transparent);
}

.nv-footer__orb--2 {
    top: 50%;
    right: -150px;
    background: radial-gradient(circle, var(--hue-azure), transparent);
}

.nv-footer__orb--3 {
    bottom: -100px;
    left: 30%;
    background: radial-gradient(circle, var(--hue-sky), transparent);
}

.nv-footer__orb--4 {
    top: 20%;
    right: 20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--hue-violet), transparent);
}

.nv-safety-rail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0 4rem;
    border-bottom: 1px solid rgba(141, 216, 255, 0.1);
    margin-bottom: 4rem;
}

.nv-safety-rail__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    flex: 1;
}

.nv-safety-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(30, 35, 60, 0.6), rgba(20, 25, 45, 0.6)) padding-box,
    linear-gradient(135deg, var(--hue-violet), var(--hue-azure)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.nv-safety-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(84, 9, 218, 0.3);
}

.nv-safety-card__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--hue-deep), var(--hue-violet));
    border-radius: 50%;
}

.nv-safety-card__content h4 {
    font-size: 1rem;
    color: var(--tone-snow);
    margin-bottom: 0.25rem;
}

.nv-safety-card__content p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.nv-safety-rail__cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    background: linear-gradient(135deg, var(--hue-deep), var(--hue-violet));
    border: 1px solid rgba(141, 216, 255, 0.3);
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nv-safety-rail__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(84, 9, 218, 0.4);
}

.nv-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(141, 216, 255, 0.1);
    margin-bottom: 2rem;
}

.nv-footer__col h5 {
    font-size: 1rem;
    color: var(--hue-sky);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nv-footer__logo {
    display: block;
    margin-bottom: 1.25rem;
}

.nv-footer__logo-img {
    height: 40px;
    width: auto;
}

.nv-footer__brand-desc {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.nv-footer__brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 1.25rem;
    background: rgba(30, 35, 60, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(141, 216, 255, 0.2);
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: var(--mass-moderate);
    color: var(--tone-snow);
    transition: all 0.25s ease;
}

.nv-footer__brand-link:hover {
    background: rgba(30, 35, 60, 0.8);
    border-color: var(--hue-sky);
}

.nv-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.nv-footer__nav a {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.nv-footer__nav a:hover {
    color: var(--hue-sky);
}

.nv-footer__organizations {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(141, 216, 255, 0.1);
    margin-bottom: 2rem;
}

.nv-footer__org-title {
    font-size: 0.875rem;
    font-weight: var(--mass-moderate);
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.nv-footer__org-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.nv-footer__org-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(30, 35, 60, 0.4);
    border: 1px solid rgba(141, 216, 255, 0.15);
    border-radius: 50px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.25s ease;
}

.nv-footer__org-link:hover {
    background: rgba(30, 35, 60, 0.6);
    border-color: rgba(141, 216, 255, 0.3);
    color: var(--tone-snow);
}

.nv-micro-bar {
    background: rgba(5, 8, 18, 1);
    border-top: 1px solid rgba(141, 216, 255, 0.1);
    padding: 1.5rem 0;
}

.nv-micro-bar__grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
    align-items: center;
}

.nv-micro-bar__copy {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.nv-micro-bar__disclaimer {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0;
}

.nv-micro-bar__badges {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nv-micro-bar__badge {
    width: 32px;
    height: 32px;
}

.nv-micro-bar__link {
    font-size: 0.875rem;
    color: var(--hue-sky);
    transition: color 0.2s ease;
}

.nv-micro-bar__link:hover {
    color: var(--hue-azure);
}
.nv-footer { position: relative; }
.nv-footer__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.nv-footer .nv-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .nv-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .nv-footer__col--brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .nv-footer {
        padding: 3rem 0 0;
    }

    .nv-safety-rail {
        flex-direction: column;
        align-items: stretch;
        padding: 2rem 0 3rem;
        margin-bottom: 3rem;
    }

    .nv-safety-rail__cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .nv-safety-card {
        padding: 1rem 1.25rem;
    }

    .nv-safety-card__icon {
        width: 40px;
        height: 40px;
    }

    .nv-safety-rail__cta {
        width: 100%;
        justify-content: center;
    }

    .nv-footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .nv-footer__col h5 {
        cursor: pointer;
        position: relative;
        padding-right: 2rem;
    }

    .nv-footer__col h5::after {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 1.25rem;
        transition: transform 0.3s ease;
    }

    .nv-footer__col--open h5::after {
        transform: rotate(45deg);
    }

    .nv-footer__nav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nv-footer__col--open .nv-footer__nav {
        max-height: 300px;
    }

    .nv-footer__organizations {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .nv-footer__org-links {
        gap: 0.75rem;
    }

    .nv-micro-bar {
        padding: 1.25rem 0;
    }

    .nv-micro-bar__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .nv-micro-bar__disclaimer {
        font-size: 0.8125rem;
    }

    .nv-micro-bar__badges {
        justify-content: center;
    }
}