/**
 * Neon dark overrides for Nico theme homepage only.
 * Scoped with body.neon-nico-home — load after themes/nico/assets/css/styles.css (+ dark.css if used).
 */

body.neon-nico-home picture {
    display: contents;
}

body.neon-nico-home {
    --neon-primary: #8b3dff;
    --neon-secondary: #c84bff;
    --neon-accent: #ff4dca;
    --neon-highlight: #3cf2ff;
    --neon-bg-1: #0b0b12;
    --neon-bg-2: #120a1f;
    --neon-bg-3: #1a0f2e;
    --neon-text: #ffffff;
    --neon-muted: #b9b9c9;
    --neon-glass: rgba(255, 255, 255, 0.03);
    --neon-glass-border: rgba(255, 255, 255, 0.14);
    --neon-grad-primary: linear-gradient(135deg, #8b3dff, #ff4dca);
    --neon-grad-glow: linear-gradient(135deg, #c84bff, #3cf2ff);

    color: var(--neon-text);
    background:
        linear-gradient(rgba(8, 6, 16, 0.48), rgba(8, 6, 16, 0.48)),
        url("../new/bg1.png") center/cover fixed no-repeat;
    background-color: var(--neon-bg-1);
    font-family: "Inter", "Nunito", sans-serif;
    position: relative;
}

/* Prefer Arabic-capable fonts in RTL to avoid mixed glyph rendering */
[dir="rtl"] body.neon-nico-home {
    font-family: "Tajawal", "Cairo", "Inter", "Nunito", sans-serif;
}

[dir="rtl"] body.neon-nico-home h1,
[dir="rtl"] body.neon-nico-home h2,
[dir="rtl"] body.neon-nico-home h3,
[dir="rtl"] body.neon-nico-home h4,
[dir="rtl"] body.neon-nico-home h5,
[dir="rtl"] body.neon-nico-home h6 {
    font-family: "Tajawal", "Cairo", "Poppins", "Nunito", sans-serif;
}

/* Fixed background layers (not tied to section/content animation) */
body.neon-nico-home::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: url("../new/bg1.png") center/cover fixed no-repeat;
    filter: blur(1.8px);
    transform: scale(1.03);
}

body.neon-nico-home::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: rgba(8, 6, 16, 0.38);
}

body.neon-nico-home p,
body.neon-nico-home .p-large {
    color: var(--neon-muted);
    font-family: "Inter", "Nunito", sans-serif;
}

body.neon-nico-home h1,
body.neon-nico-home h2,
body.neon-nico-home h3,
body.neon-nico-home h4,
body.neon-nico-home h5,
body.neon-nico-home h6 {
    color: var(--neon-text);
    font-family: "Poppins", "Nunito", sans-serif;
}

body.neon-nico-home a {
    color: var(--neon-highlight);
}

body.neon-nico-home a:hover {
    color: var(--neon-secondary);
}

/* ---------- Nav (Growfollows-style — .navbar-neon-grow) ---------- */
body.neon-nico-home .navbar.navbar-custom.navbar-neon-grow {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none !important;
    box-shadow: none !important;
    min-height: 86px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center;
    transition:
        transform 0.28s ease,
        opacity 0.28s ease;
    will-change: transform;
}

body.neon-nico-home .navbar.navbar-custom.navbar-neon-grow.top-nav-collapse {
    min-height: 86px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Hide on scroll down, show on scroll up */
body.neon-nico-home .navbar.navbar-custom.navbar-neon-grow.nav-hidden {
    transform: translateY(-120%);
    opacity: 0.98;
}

/* When visible during scroll: add glass background */
body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow.nav-scrolled:not(.nav-hidden) {
    background: rgba(10, 8, 20, 0.72) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.26) !important;
}

body.neon-nico-home .navbar-neon-container {
    max-width: 1440px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 86px;
}

body.neon-nico-home .navbar-neon-grow .navbar-neon-toggler {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0.45rem 0.65rem;
    color: #fff;
    margin-left: auto;
}

body.neon-nico-home .navbar-neon-grow .navbar-neon-collapse {
    flex-grow: 1;
}

body.neon-nico-home .navbar-neon-grow .navbar-neon-collapse-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1rem;
}

@media (min-width: 992px) {
    body.neon-nico-home .navbar-neon-container {
        position: relative;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-collapse-inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        min-height: 86px;
        padding-left: 1.5rem;
        padding-right: 9.5rem;
        box-sizing: border-box;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-links {
        flex-direction: row;
        align-items: center;
        margin: 0 auto !important;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-actions {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: row;
        margin-left: 0;
    }
}

/* ---------- Header RTL fix ---------- */
html[dir="rtl"] body.neon-nico-home .navbar-neon-grow .navbar-neon-toggler,
body.neon-nico-home.rtl .navbar-neon-grow .navbar-neon-toggler {
    margin-left: 0;
    margin-right: auto;
}

html[dir="rtl"] body.neon-nico-home .navbar-neon-links,
body.neon-nico-home.rtl .navbar-neon-links {
    padding-right: 0;
}

html[dir="rtl"] body.neon-nico-home .navbar-neon-links .nav-link,
body.neon-nico-home.rtl .navbar-neon-links .nav-link {
    letter-spacing: 0;
}

@media (min-width: 992px) {
    html[dir="rtl"]
        body.neon-nico-home
        .navbar-neon-grow
        .navbar-neon-collapse-inner,
    body.neon-nico-home.rtl .navbar-neon-grow .navbar-neon-collapse-inner {
        padding-right: 1.5rem;
        padding-left: 9.5rem;
    }

    html[dir="rtl"] body.neon-nico-home .navbar-neon-grow .navbar-neon-actions,
    body.neon-nico-home.rtl .navbar-neon-grow .navbar-neon-actions {
        right: auto;
        left: 0;
        flex-direction: row-reverse;
    }
}

html[dir="ltr"] body.neon-nico-home .navbar-neon-actions .btn-neon-cta,
body.neon-nico-home.ltr .navbar-neon-actions .btn-neon-cta {
    flex-direction: row;
}

html[dir="rtl"] body.neon-nico-home .navbar-neon-actions .btn-neon-cta,
body.neon-nico-home.rtl .navbar-neon-actions .btn-neon-cta {
    flex-direction: row-reverse;
}

body.neon-nico-home .navbar-neon-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

body.neon-nico-home .navbar-neon-links .nav-item {
    margin: 0 0.15rem;
}

body.neon-nico-home .navbar-neon-links .nav-link {
    color: var(--neon-primary) !important;
    font-size: 1.14rem;
    font-weight: 600;
    padding: 0.72rem 1rem !important;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0.02em;
    transition:
        color 0.2s ease,
        transform 0.2s ease,
        text-shadow 0.2s ease;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.32);
}

body.neon-nico-home .navbar-neon-links .nav-link:hover,
body.neon-nico-home .navbar-neon-links .nav-link:focus {
    color: var(--neon-primary) !important;
    transform: translateY(-1px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

body.neon-nico-home .navbar-neon-links .nav-item.active .nav-link {
    color: #c84bff !important;
    text-shadow:
        0 0 18px rgba(200, 75, 255, 0.85),
        0 0 34px rgba(139, 61, 255, 0.65);
    filter: brightness(1.18);
}

body.neon-nico-home .navbar-neon-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
}

@media (min-width: 992px) {
    body.neon-nico-home .navbar-neon-grow .navbar-neon-actions {
        flex-direction: row;
        align-items: center;
        flex-shrink: 0;
    }
}

body.neon-nico-home .btn-neon-cta {
    background: linear-gradient(135deg, #8b3dff, #ff4dca) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 26px !important;
    font-weight: 600 !important;
    font-size: 0.98rem;
    box-shadow: 0 0 24px rgba(200, 75, 255, 0.35);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        box-shadow 0.2s ease,
        text-shadow 0.2s ease;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.32);
}

body.neon-nico-home .btn-neon-cta i {
    font-size: 0.9em;
    line-height: 1;
    position: relative;
    top: 1px;
}

body.neon-nico-home .btn-neon-cta:hover,
body.neon-nico-home .btn-neon-cta:focus {
    transform: scale(1.03);
    filter: brightness(1.08);
    box-shadow: 0 0 32px rgba(200, 75, 255, 0.5);
    color: #fff !important;
}

body.neon-nico-home .btn-neon-ghost {
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(200, 75, 255, 0.45) !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-size: 0.98rem;
    text-decoration: none !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease,
        text-shadow 0.2s ease;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.32);
}

body.neon-nico-home .btn-neon-ghost:hover,
body.neon-nico-home .btn-neon-ghost:focus {
    border-color: rgba(60, 242, 255, 0.55) !important;
    box-shadow: 0 0 18px rgba(60, 242, 255, 0.25);
    color: #fff !important;
}

@media (max-width: 991px) {
    body.neon-nico-home .navbar.navbar-custom.navbar-neon-grow,
    body.neon-nico-home
        .navbar.navbar-custom.navbar-neon-grow.top-nav-collapse {
        min-height: 72px;
    }

    body.neon-nico-home .navbar-neon-container {
        min-height: 72px;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        row-gap: 0;
        column-gap: 10px;
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
    }

    /* First row: logo + toggler stay on one line; collapse wraps to full width */
    body.neon-nico-home
        .navbar-neon-grow
        .navbar-brand.logo-image.neon-brand-logo-link {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    html[dir="ltr"]
        body.neon-nico-home
        .navbar-neon-grow
        .navbar-brand.logo-image.neon-brand-logo-link {
        margin-right: 0.35rem;
    }

    html[dir="rtl"]
        body.neon-nico-home
        .navbar-neon-grow
        .navbar-brand.logo-image.neon-brand-logo-link {
        margin-left: 0.35rem;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-toggler {
        flex-shrink: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0.5rem 0.62rem;
        border-radius: 10px;
    }

    html[dir="rtl"] body.neon-nico-home .navbar-neon-grow .navbar-neon-toggler {
        margin-left: 0;
        margin-right: auto;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-collapse {
        flex-grow: 0 !important;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 0.65rem;
        padding: 0.85rem 1rem 1rem;
        background: rgba(10, 8, 20, 0.95) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-collapse-inner {
        gap: 0.85rem;
        align-items: center;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-links {
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-links .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    body.neon-nico-home
        .navbar-neon-grow
        .navbar-neon-links
        .nav-item:last-child {
        border-bottom: none;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-links .nav-link {
        padding: 0.85rem 0.65rem !important;
        width: 100%;
        border-radius: 10px;
        font-size: 1.05rem;
        line-height: 1.35;
        text-align: center;
    }

    body.neon-nico-home .navbar-neon-grow .navbar-neon-actions {
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
        align-items: center;
        padding-top: 0.15rem;
    }

    body.neon-nico-home .navbar-neon-grow .btn-neon-cta,
    body.neon-nico-home .navbar-neon-grow .btn-neon-ghost {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-content: center;
        text-align: center;
        padding-top: 0.85rem !important;
        padding-bottom: 0.85rem !important;
    }
}

/* Dropdowns (if used) */
body.neon-nico-home .navbar-custom .dropdown-menu {
    background: rgba(18, 10, 31, 0.96);
    border: 1px solid rgba(200, 75, 255, 0.35);
}

body.neon-nico-home .navbar-custom .dropdown-item:hover {
    background: rgba(139, 61, 255, 0.25);
}

body.neon-nico-home .btn-getstarted,
body.neon-nico-home .btn-primary {
    background: var(--neon-grad-primary) !important;
    border: none !important;
    border-radius: 999px !important;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(139, 61, 255, 0.35);
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

body.neon-nico-home .btn-getstarted:hover,
body.neon-nico-home .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 14px 36px rgba(200, 75, 255, 0.45),
        0 0 22px rgba(60, 242, 255, 0.28);
    background: var(--neon-grad-primary) !important;
    color: #fff !important;
}

body.neon-nico-home .btn-getstarted:hover i {
    color: #fff;
}

/* ---------- Hero ---------- */
body.neon-nico-home #header.header {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 0;
}

body.neon-nico-home #header.header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

body.neon-nico-home #header.header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

body.neon-nico-home #header.header .header-content {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding-top: 84px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    text-align: center;
}

/* Hero badge spacing (social icons live in .hero-side-social--rail at inline-end) */
body.neon-nico-home
    #header.header
    .text-container
    > .hero-badge-neon:first-of-type {
    margin-bottom: 16px;
}

body.neon-nico-home .hero-side-social {
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* Vertical stack at logical end of hero (right in LTR, left in RTL) */
body.neon-nico-home .hero-side-social.hero-side-social--rail {
    position: absolute;
    z-index: 4;
    inset-inline-end: clamp(10px, 2.5vw, 28px);
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: auto;
}

body.neon-nico-home .hero-side-social-link {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #d86aff !important;
    background: rgba(22, 9, 36, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 14px rgba(200, 75, 255, 0.35);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home .hero-side-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    filter: brightness(1.08);
    box-shadow: 0 0 24px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home .hero-side-social-link--telegram {
    color: #5ccfff !important;
}

body.neon-nico-home .hero-side-social-link--telegram:hover {
    box-shadow: 0 0 22px rgba(34, 158, 217, 0.5);
}

body.neon-nico-home .hero-side-social-link--whatsapp {
    color: #25d366 !important;
}

body.neon-nico-home .hero-side-social-link--whatsapp:hover {
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.5);
}

/* Back to top button - neon identity + RTL/LTR logical end */
body.neon-nico-home #page-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

body.neon-nico-home a.back-to-top {
    position: fixed;
    z-index: 1100;
    inset-inline-start: 18px;
    right: auto;
    left: auto;
    bottom: 18px;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    color: transparent !important;
    text-indent: 0;
    overflow: visible;
    text-decoration: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    background: linear-gradient(
        135deg,
        rgba(200, 75, 255, 0.9),
        rgba(139, 61, 255, 0.9)
    ) !important;
    background-image: linear-gradient(
        135deg,
        rgba(200, 75, 255, 0.9),
        rgba(139, 61, 255, 0.9)
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(200, 75, 255, 0.45);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home a.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

html[dir="ltr"] body.neon-nico-home a.back-to-top,
body.neon-nico-home:not(.rtl) a.back-to-top {
    left: 18px;
    right: auto;
}

html[dir="rtl"] body.neon-nico-home a.back-to-top,
body.neon-nico-home.rtl a.back-to-top {
    right: 18px;
    left: auto;
}

body.neon-nico-home a.back-to-top::before {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    color: #fff;
    font-size: 0.96rem;
    line-height: 1;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

body.neon-nico-home a.back-to-top.is-visible:hover {
    transform: translateY(-3px) scale(1.04);
    filter: brightness(1.08);
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.42),
        0 0 26px rgba(200, 75, 255, 0.65);
}

body.neon-nico-home #header.header h1 {
    font-size: clamp(1.8rem, 3.9vw, 3rem);
    line-height: 1.03;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.35),
        0 0 30px rgba(139, 61, 255, 0.28),
        0 0 50px rgba(255, 77, 202, 0.22);
}

body.neon-nico-home #header.header .p-large {
    font-size: clamp(0.86rem, 1.05vw, 0.96rem);
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 0.8rem;
}

/* ---------- Social Platforms Strip ---------- */
body.neon-nico-home #social-sec {
    background: linear-gradient(
        180deg,
        rgba(18, 10, 31, 0.985),
        rgba(11, 11, 18, 0.995)
    );
    border-top: 1px solid rgba(200, 75, 255, 0.35);
    border-bottom: 1px solid rgba(200, 75, 255, 0.25);
    box-shadow:
        inset 0 1px 0 rgba(200, 75, 255, 0.45),
        inset 0 -1px 0 rgba(255, 77, 202, 0.34),
        inset 0 18px 45px rgba(139, 61, 255, 0.16),
        inset 0 -18px 45px rgba(255, 77, 202, 0.12);
    padding: 38px 0;
    overflow: hidden;
    position: relative;
}

body.neon-nico-home #social-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 14% 50%,
            rgba(200, 75, 255, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 86% 50%,
            rgba(60, 242, 255, 0.06),
            transparent 30%
        );
}

body.neon-nico-home #social-sec .social-slider {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

body.neon-nico-home #social-sec .social-slide {
    min-width: 0;
    flex: 1 1 0;
    height: 58px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    color: #ffffff;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    position: relative;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

body.neon-nico-home #social-sec .social-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.09),
        rgba(255, 255, 255, 0)
    );
    opacity: 0.4;
}

body.neon-nico-home #social-sec .social-slide:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow: 0 0 26px rgba(200, 75, 255, 0.28);
    background: rgba(200, 75, 255, 0.08);
}

body.neon-nico-home #social-sec .social-slide-txt {
    font-size: 13px;
    font-weight: 600;
    color: #f4edff;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

body.neon-nico-home #social-sec .social-slide-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    filter: drop-shadow(0 0 8px rgba(200, 75, 255, 0.35));
}

body.neon-nico-home #social-sec .social-slide-icon i {
    font-size: 20px;
    line-height: 1;
}

html[dir="rtl"] body.neon-nico-home #social-sec .social-slide,
body.neon-nico-home.rtl #social-sec .social-slide {
    text-align: start;
}

body.neon-nico-home #social-sec .social-facebook i {
    color: #1877f2;
}
body.neon-nico-home #social-sec .social-instagram i {
    color: #e1306c;
}
body.neon-nico-home #social-sec .social-twitter i {
    color: #9ba3ff;
}
body.neon-nico-home #social-sec .social-youtube i {
    color: #ff2d2d;
}
body.neon-nico-home #social-sec .social-tiktok i {
    color: #ffffff;
    text-shadow:
        -1px 0 #25f4ee,
        1px 0 #fe2c55;
}
body.neon-nico-home #social-sec .social-telegram i {
    color: #29a9eb;
}
body.neon-nico-home #social-sec .social-snapchat i {
    color: #fffc00;
}

/* ---------- Stories / Media Highlights ---------- */
body.neon-nico-home #stories-sec {
    position: relative;
    padding: 44px 0 36px;
    background: transparent;
    border-bottom: none;
}

body.neon-nico-home #stories-sec::before {
    content: none;
}

body.neon-nico-home #stories-sec .stories-head {
    margin-bottom: 18px;
}

body.neon-nico-home #stories-sec .stories-head h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #f4edff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.neon-nico-home #stories-sec .stories-head h3 i {
    color: #c84bff;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.45);
}

body.neon-nico-home #stories-sec .stories-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
}

/* Center sparse stories on desktop */
body.neon-nico-home #stories-sec .stories-track.center-few {
    justify-content: center;
    overflow-x: visible;
}

/* For 3 items: still centered, but shifted toward edge a bit */
body.neon-nico-home #stories-sec .stories-track.center-soft {
    justify-content: center;
    overflow-x: visible;
    padding-inline: 28px;
}

body.neon-nico-home #stories-sec .stories-track::-webkit-scrollbar {
    display: none;
}

/* ---------- About / Trust / Welcome ---------- */
body.neon-nico-home #about-trust-sec {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: transparent;
}

body.neon-nico-home #about-trust-sec::before {
    content: none;
}

body.neon-nico-home #about-trust-sec::after {
    content: none;
}

body.neon-nico-home #about-trust-sec .about-trust-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 0 18px;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.neon-nico-home #about-trust-sec .about-trust-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c84bff;
    background: rgba(200, 75, 255, 0.08);
    border: 1px solid rgba(200, 75, 255, 0.35);
    box-shadow: 0 0 18px rgba(200, 75, 255, 0.25);
}

html[dir="rtl"] body.neon-nico-home #about-trust-sec .about-trust-label,
body.neon-nico-home.rtl #about-trust-sec .about-trust-label {
    text-transform: none;
    letter-spacing: 0.02em;
}

body.neon-nico-home #about-trust-sec .about-trust-title {
    margin: 18px auto 14px;
    font-size: clamp(2.2rem, 4.4vw, 3.3rem);
    line-height: 1.08;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 16px rgba(200, 75, 255, 0.32),
        0 0 40px rgba(139, 61, 255, 0.25);
}

body.neon-nico-home #about-trust-sec .about-trust-text {
    max-width: 980px;
    margin: 0 auto;
}

body.neon-nico-home #about-trust-sec .about-trust-text p {
    margin: 0.85rem auto;
    color: rgba(185, 185, 201, 0.92);
    font-size: 1.02rem;
    line-height: 1.85;
}

body.neon-nico-home #about-trust-sec .about-trust-quote {
    margin-top: 20px;
    font-weight: 700;
    color: #f4edff;
    font-size: 1.02rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    text-shadow: 0 0 18px rgba(200, 75, 255, 0.22);
}

body.neon-nico-home #about-trust-sec .about-trust-stats {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.neon-nico-home #about-trust-sec .trust-stat {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 18px 14px;
}

body.neon-nico-home #about-trust-sec .trust-stat-num {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 16px rgba(200, 75, 255, 0.32);
}

body.neon-nico-home #about-trust-sec .trust-stat-num .plus {
    color: #ff4dca;
    margin-inline-start: 2px;
}

body.neon-nico-home #about-trust-sec .trust-stat-txt {
    margin-top: 6px;
    font-size: 0.92rem;
    color: #b9b9c9;
    font-weight: 600;
}

body.neon-nico-home #about-trust-sec .about-trust-founder {
    margin-top: 36px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.neon-nico-home #about-trust-sec .founder-avatar {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(200, 75, 255, 0.7);
    box-shadow:
        0 0 22px rgba(200, 75, 255, 0.42),
        0 0 44px rgba(139, 61, 255, 0.22);
    background: rgba(0, 0, 0, 0.18);
    flex: 0 0 auto;
}

body.neon-nico-home #about-trust-sec .founder-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: auto;
    filter: saturate(1.02) contrast(1.02);
    transform: translateZ(0);
    backface-visibility: hidden;
}

body.neon-nico-home #about-trust-sec .founder-avatar-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.35),
        rgba(255, 77, 202, 0.22)
    );
    text-shadow: 0 0 14px rgba(200, 75, 255, 0.35);
}

/* ---------- Why Choose SMMGaza (Premium) ---------- */
body.neon-nico-home #why-choose-smmgaza {
    position: relative;
    padding: 64px 0 92px;
    overflow: hidden;
    background: transparent;
}

body.neon-nico-home #why-choose-smmgaza::before {
    content: none;
}

body.neon-nico-home #why-choose-smmgaza::after {
    content: none;
}

body.neon-nico-home #why-choose-smmgaza .container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
}

body.neon-nico-home #why-choose-smmgaza .why-choose-top {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 26px;
    align-items: start;
    margin-bottom: 26px;
}

body.neon-nico-home #why-choose-smmgaza .why-choose-title {
    margin: 0;
    font-size: clamp(1.85rem, 3.6vw, 2.6rem);
    line-height: 1.15;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.28),
        0 0 34px rgba(139, 61, 255, 0.22);
}

body.neon-nico-home #why-choose-smmgaza .why-choose-desc {
    margin: 22px 0 0;
    color: rgba(185, 185, 201, 0.92);
    font-size: 1rem;
    line-height: 1.8;
}

body.neon-nico-home #why-choose-smmgaza .why-choose-right {
    padding-bottom: 26px;
}

/* ---------- CTA Signup Section ---------- */
body.neon-nico-home #cta-signup-sec {
    position: relative;
    padding: 10px 0 70px;
    min-height: 520px;
    overflow: hidden;
    background: transparent;
}

body.neon-nico-home #cta-signup-sec::before {
    content: none;
}

body.neon-nico-home #cta-signup-sec .container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
}

body.neon-nico-home #cta-signup-sec .cta-signup-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
}

/* RTL alignment for CTA Signup section */
html[dir="rtl"] body.neon-nico-home #cta-signup-sec .cta-signup-left,
body.neon-nico-home.rtl #cta-signup-sec .cta-signup-left {
    text-align: start;
    direction: rtl;
}

html[dir="rtl"] body.neon-nico-home #cta-signup-sec .cta-signup-btn i,
body.neon-nico-home.rtl #cta-signup-sec .cta-signup-btn i {
    transform: scaleX(-1);
}

body.neon-nico-home #cta-signup-sec .cta-signup-title {
    margin: 0 0 12px;
    font-size: clamp(1.85rem, 3.6vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.28),
        0 0 34px rgba(139, 61, 255, 0.22);
}

body.neon-nico-home #cta-signup-sec .cta-signup-desc {
    margin: 0 0 22px;
    max-width: 520px;
    color: rgba(185, 185, 201, 0.92);
    font-size: 1rem;
    line-height: 1.8;
}

body.neon-nico-home #cta-signup-sec .cta-signup-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--neon-grad-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 15px 36px;
    font-weight: 800;
    box-shadow: 0 0 28px rgba(200, 75, 255, 0.35);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home #cta-signup-sec .cta-signup-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
    box-shadow: 0 0 42px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home #cta-signup-sec .cta-signup-visual {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

body.neon-nico-home #cta-signup-sec .cta-signup-img {
    max-height: 600px;
    width: auto;
    max-width: 100%;
    filter: drop-shadow(0 0 45px rgba(200, 75, 255, 0.35));
    animation: ctaFloat 6s ease-in-out infinite;
    transform: translateY(-24px);
}

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

@media (max-width: 991px) {
    body.neon-nico-home #cta-signup-sec {
        padding: 64px 0;
        min-height: auto;
    }

    body.neon-nico-home #cta-signup-sec .cta-signup-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.neon-nico-home #cta-signup-sec .cta-signup-desc {
        margin-left: auto;
        margin-right: auto;
    }

    body.neon-nico-home #cta-signup-sec .cta-signup-visual {
        min-height: 380px;
        justify-content: center;
    }

    body.neon-nico-home #cta-signup-sec .cta-signup-img {
        max-height: 420px;
        transform: translateY(-10px);
    }

    /* floating cards removed */
}

body.neon-nico-home #why-choose-smmgaza .why-choose-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

body.neon-nico-home #why-choose-smmgaza .why-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px;
    min-height: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.32);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease;
    position: relative;
    overflow: hidden;
}

body.neon-nico-home #why-choose-smmgaza .why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.09),
        rgba(255, 255, 255, 0)
    );
    opacity: 0.28;
}

body.neon-nico-home #why-choose-smmgaza .why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow:
        0 0 32px rgba(200, 75, 255, 0.22),
        0 18px 55px rgba(0, 0, 0, 0.38);
    background: rgba(200, 75, 255, 0.06);
}

body.neon-nico-home #why-choose-smmgaza .why-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

body.neon-nico-home #why-choose-smmgaza .why-card-num {
    font-size: 1.6rem;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.neon-nico-home #why-choose-smmgaza .why-card-ic {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 75, 255, 0.1);
    border: 1px solid rgba(200, 75, 255, 0.25);
    color: #fff;
    box-shadow: 0 0 22px rgba(200, 75, 255, 0.18);
}

body.neon-nico-home #why-choose-smmgaza .why-card-title {
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 14px rgba(200, 75, 255, 0.18);
}

body.neon-nico-home #why-choose-smmgaza .why-card-text {
    margin: 0;
    position: relative;
    z-index: 1;
    color: rgba(185, 185, 201, 0.92);
    line-height: 1.7;
}

body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight {
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.95),
        rgba(255, 77, 202, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 45px rgba(200, 75, 255, 0.45);
    transform: translateY(-30px);
}

body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight::after {
    opacity: 0.22;
    background:
        linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.16),
            rgba(255, 255, 255, 0)
        ),
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.12) 0 1px,
            transparent 1px 10px
        );
    mix-blend-mode: overlay;
}

body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight .why-card-num {
    color: rgba(255, 255, 255, 0.98);
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight .why-card-text {
    color: rgba(255, 255, 255, 0.9);
}

body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight .why-card-title {
    text-shadow: 0 0 22px rgba(255, 255, 255, 0.22);
}

body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight .why-card-ic {
    background: rgba(0, 0, 0, 0.18);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.18);
}

body.neon-nico-home #why-choose-smmgaza .why-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 1;
    opacity: 0.95;
    transition:
        transform 0.2s ease,
        text-shadow 0.2s ease,
        opacity 0.2s ease;
}

body.neon-nico-home #why-choose-smmgaza .why-card-cta:hover {
    transform: translateY(-1px);
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
    opacity: 1;
}

/* RTL refinements for Why Choose cards */
html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-choose-top,
body.neon-nico-home.rtl #why-choose-smmgaza .why-choose-top {
    direction: rtl;
}

html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-choose-left,
body.neon-nico-home.rtl #why-choose-smmgaza .why-choose-left {
    direction: rtl;
    text-align: start;
}

html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-choose-title,
body.neon-nico-home.rtl #why-choose-smmgaza .why-choose-title {
    direction: rtl;
    text-align: start;
}

html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-choose-right,
body.neon-nico-home.rtl #why-choose-smmgaza .why-choose-right {
    text-align: start;
}

html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-card,
body.neon-nico-home.rtl #why-choose-smmgaza .why-card {
    text-align: start;
}

html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-card-top,
body.neon-nico-home.rtl #why-choose-smmgaza .why-card-top {
    flex-direction: row-reverse;
}

html[dir="rtl"] body.neon-nico-home #why-choose-smmgaza .why-card-cta i,
body.neon-nico-home.rtl #why-choose-smmgaza .why-card-cta i {
    transform: scaleX(-1);
}

@media (max-width: 991px) {
    body.neon-nico-home #why-choose-smmgaza {
        padding: 64px 0 68px;
    }

    body.neon-nico-home #why-choose-smmgaza .why-choose-top {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 22px;
    }

    body.neon-nico-home #why-choose-smmgaza .why-choose-desc {
        margin-top: 0;
    }

    body.neon-nico-home #why-choose-smmgaza .why-choose-cards {
        grid-template-columns: 1fr;
    }

    body.neon-nico-home #why-choose-smmgaza .why-card.is-highlight {
        transform: none;
    }

    body.neon-nico-home #why-choose-smmgaza .why-card {
        padding: 24px;
    }
}
body.neon-nico-home #about-trust-sec .founder-meta {
    text-align: start;
}

body.neon-nico-home #about-trust-sec .founder-role {
    color: rgba(185, 185, 201, 0.92);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 0 14px rgba(200, 75, 255, 0.22);
}

@media (max-width: 991px) {
    body.neon-nico-home #about-trust-sec {
        padding: 80px 0;
    }

    body.neon-nico-home #about-trust-sec .about-trust-inner {
        padding: 0 14px;
        border-radius: 0;
    }

    body.neon-nico-home #about-trust-sec .about-trust-stats {
        grid-template-columns: 1fr;
    }

    body.neon-nico-home #about-trust-sec .about-trust-founder {
        border-radius: 22px;
        width: 100%;
        justify-content: center;
    }

    body.neon-nico-home #about-trust-sec .founder-meta {
        text-align: center;
    }
}

/* ============================================================
   Founder Card — admin editable + multi-image gallery
   The card itself has NO background; only the avatar keeps its
   purple neon ring and the thumbnails their own framing.
   ============================================================ */
body.neon-nico-home #about-trust-sec .founder-card {
    margin-top: 36px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    position: relative;
}

body.neon-nico-home #about-trust-sec .founder-avatar--lg {
    width: 132px;
    height: 132px;
}

body.neon-nico-home #about-trust-sec .founder-avatar--lg .founder-avatar-img {
    transition:
        opacity 0.28s ease,
        transform 0.32s ease;
}

body.neon-nico-home
    #about-trust-sec
    .founder-avatar--lg
    .founder-avatar-img.is-swapping {
    opacity: 0.35;
    transform: scale(0.98);
}

body.neon-nico-home #about-trust-sec .founder-name {
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.005em;
    margin-bottom: 4px;
    text-shadow: 0 0 18px rgba(200, 75, 255, 0.28);
}

body.neon-nico-home #about-trust-sec .founder-card .founder-meta {
    min-width: 0;
}

/* Gallery thumbnails — responsive grid that wraps naturally */
body.neon-nico-home #about-trust-sec .founder-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-inline-start: auto;
    max-width: 100%;
    padding-inline-start: 6px;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
}

body.neon-nico-home #about-trust-sec .founder-thumb {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    width: 62px;
    height: 62px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 1.5px solid rgba(200, 75, 255, 0.42);
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.32),
        0 0 0 0 rgba(200, 75, 255, 0);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
    isolation: isolate;
}

body.neon-nico-home #about-trust-sec .founder-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35));
    pointer-events: none;
    opacity: 0.45;
    transition: opacity 0.22s ease;
}

body.neon-nico-home #about-trust-sec .founder-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.neon-nico-home #about-trust-sec .founder-thumb:hover,
body.neon-nico-home #about-trust-sec .founder-thumb:focus-visible {
    transform: translateY(-2px) scale(1.04);
    border-color: rgba(60, 242, 255, 0.7);
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.38),
        0 0 22px rgba(200, 75, 255, 0.5);
    outline: none;
}

body.neon-nico-home #about-trust-sec .founder-thumb:hover::after,
body.neon-nico-home #about-trust-sec .founder-thumb:focus-visible::after {
    opacity: 0;
}

/* Compact mode for the gallery card on narrower screens */
@media (max-width: 991px) {
    body.neon-nico-home #about-trust-sec .founder-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        padding: 0;
        width: 100%;
    }

    body.neon-nico-home #about-trust-sec .founder-avatar--lg {
        width: 112px;
        height: 112px;
    }

    body.neon-nico-home #about-trust-sec .founder-thumbs {
        margin-inline-start: 0;
        padding-inline-start: 0;
        border-inline-start: 0;
        padding-block-start: 14px;
        border-block-start: 1px solid rgba(255, 255, 255, 0.08);
        width: 100%;
        justify-content: center;
    }

    body.neon-nico-home #about-trust-sec .founder-name {
        font-size: 1.08rem;
    }
}

@media (max-width: 480px) {
    body.neon-nico-home #about-trust-sec .founder-thumb {
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }

    body.neon-nico-home #about-trust-sec .founder-avatar--lg {
        width: 100px;
        height: 100px;
    }
}

/* RTL refinements */
html[dir="rtl"] body.neon-nico-home #about-trust-sec .founder-thumbs {
    padding-inline-start: 6px;
    padding-inline-end: 0;
}

body.neon-nico-home #stories-sec .story-card {
    position: relative;
    width: clamp(180px, 18vw, 220px);
    height: clamp(320px, 34vw, 390px);
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(200, 75, 255, 0.18);
    cursor: pointer;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
    scroll-snap-align: start;
}

body.neon-nico-home #stories-sec .story-card:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.42),
        0 0 28px rgba(200, 75, 255, 0.34);
}

body.neon-nico-home #stories-sec .story-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(8, 7, 14, 0.92);
    transition: transform 0.32s ease;
}

body.neon-nico-home #stories-sec .story-card:hover .story-media {
    transform: scale(1.04);
}

body.neon-nico-home #stories-sec .story-play {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

body.neon-nico-home #stories-sec .story-photo-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

body.neon-nico-home #stories-sec .story-caption {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 14px 12px 12px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(5, 5, 8, 0), rgba(5, 5, 8, 0.86));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.neon-nico-home .story-viewer {
    position: fixed;
    inset: 0;
    background: rgba(5, 5, 10, 0.92);
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

body.neon-nico-home .story-viewer.is-open {
    display: flex;
}

body.neon-nico-home .story-viewer-content {
    width: min(400px, 88vw);
    height: min(82vh, 760px);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 36px rgba(200, 75, 255, 0.25);
    position: relative;
}

body.neon-nico-home .story-viewer-content img,
body.neon-nico-home .story-viewer-content video,
body.neon-nico-home .story-viewer-content iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(8, 7, 14, 0.96);
}

body.neon-nico-home .story-viewer-youtube {
    width: 100%;
    height: 100%;
    background: rgba(8, 7, 14, 0.96);
}

body.neon-nico-home .story-viewer-youtube iframe {
    border: 0;
    display: block;
}

body.neon-nico-home .story-viewer-title {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 16px 14px;
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85));
}

body.neon-nico-home .story-close,
body.neon-nico-home .story-nav {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(20, 16, 35, 0.72);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px rgba(200, 75, 255, 0.22);
}

body.neon-nico-home .story-close i,
body.neon-nico-home .story-nav i {
    font-size: 14px;
}

body.neon-nico-home .story-close {
    position: absolute;
    top: 18px;
    inset-inline-end: 18px;
}

body.neon-nico-home .story-nav {
    margin: 0 14px;
}

body.neon-nico-home.story-viewer-open {
    overflow: hidden;
}

body.neon-nico-home #header.header .text-container {
    max-width: 560px;
    margin-top: -18px;
}

body.neon-nico-home .hero-badge-neon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    margin-bottom: 0;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #d86aff;
    background: linear-gradient(
        180deg,
        rgba(34, 11, 53, 0.85),
        rgba(24, 7, 40, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 22px rgba(200, 75, 255, 0.26);
}

body.neon-nico-home .hero-badge-neon .hero-badge-icon {
    font-size: 1.1rem;
    line-height: 1;
    color: #c84bff;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home .hero-login-card {
    margin-top: 0.85rem;
    width: min(460px, 100%);
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
}

body.neon-nico-home .hero-login-title {
    margin-bottom: 10px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #fff;
}

body.neon-nico-home .hero-input-group {
    margin-bottom: 9px;
}

body.neon-nico-home .hero-input-group--icon {
    position: relative;
    display: flex;
    align-items: center;
}

body.neon-nico-home .hero-input-icon {
    position: absolute;
    inset-inline-start: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #c084fc;
    font-size: 0.95rem;
    pointer-events: none;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.35);
}

body.neon-nico-home .hero-login-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

body.neon-nico-home .hero-input-group input {
    width: 100%;
    background: rgba(22, 12, 38, 0.55);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
    border: 1px solid rgba(168, 85, 247, 0.32);
    border-radius: 14px;
    padding-block: 11px;
    padding-inline-start: 44px;
    padding-inline-end: 14px;
    color: #fff;
    text-align: start;
    direction: inherit;
    outline: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.22);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

body.neon-nico-home .hero-input-group input::placeholder {
    color: rgba(201, 196, 214, 0.72);
    text-align: start;
}

body.neon-nico-home .hero-input-group input:focus {
    border-color: rgba(200, 75, 255, 0.75);
    background: rgba(32, 16, 52, 0.62);
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 3px rgba(168, 85, 247, 0.2),
        0 0 22px rgba(200, 75, 255, 0.35);
}

body.neon-nico-home .hero-login-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 6px 0 10px;
}

body.neon-nico-home .hero-login-meta a {
    color: #b9b9c9;
    font-size: 0.88rem;
    text-decoration: none !important;
}

body.neon-nico-home .hero-remember-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #b9b9c9;
    font-size: 0.88rem;
    cursor: pointer;
}

body.neon-nico-home .hero-remember-wrap input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    margin: 0;
}

body.neon-nico-home .hero-remember-wrap input[type="checkbox"]::before {
    content: "";
    width: 9px;
    height: 9px;
    transform: scale(0);
    transition: transform 0.15s ease;
    border-radius: 2px;
    background: linear-gradient(135deg, #8b3dff, #ff4dca);
}

body.neon-nico-home .hero-remember-wrap input[type="checkbox"]:checked::before {
    transform: scale(1);
}

body.neon-nico-home .hero-login-submit {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
}

body.neon-nico-home .hero-login-signup {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    color: #b9b9c9;
    font-size: 0.9rem;
    text-decoration: none !important;
}

body.neon-nico-home .hero-login-signup:hover {
    color: var(--neon-primary);
    transform: translateY(-1px);
    text-shadow: 0 0 14px rgba(200, 75, 255, 0.45);
}

/* ---------- Hero RTL alignment ---------- */
html[dir="rtl"] body.neon-nico-home #header.header .text-container,
body.neon-nico-home.rtl #header.header .text-container {
    text-align: start;
    margin-right: 0;
    margin-left: auto;
}

html[dir="rtl"] body.neon-nico-home #header.header .p-large,
body.neon-nico-home.rtl #header.header .p-large {
    text-align: start;
}

html[dir="rtl"] body.neon-nico-home .hero-login-card,
body.neon-nico-home.rtl .hero-login-card {
    direction: rtl;
    text-align: start;
}

html[dir="rtl"] body.neon-nico-home .hero-login-meta,
body.neon-nico-home.rtl .hero-login-meta {
    flex-direction: row-reverse;
}

html[dir="rtl"] body.neon-nico-home .hero-login-signup,
body.neon-nico-home.rtl .hero-login-signup {
    text-align: start;
}

body.neon-nico-home #header.header .btn-neon-cta,
body.neon-nico-home #header.header .btn-getstarted {
    font-size: 1.06rem !important;
    padding: 14px 32px !important;
}

body.neon-nico-home #header.header .img-wrapper {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}

body.neon-nico-home #header.header .img-wrapper img {
    border-radius: 0;
    animation: neon-nico-float 6s ease-in-out infinite;
    width: min(690px, 100%);
    max-height: 76vh;
    object-fit: contain;
    margin: 0 auto;
}

@keyframes neon-nico-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (min-width: 992px) {
    body.neon-nico-home #header.header .header-content {
        text-align: left;
    }

    body.neon-nico-home #header.header .container {
        max-width: 1220px;
    }

    body.neon-nico-home #header.header .text-container {
        max-width: 560px;
    }

    body.neon-nico-home #header.header .p-large {
        max-width: 520px;
    }
}

@media (max-width: 991px) {
    body.neon-nico-home #header.header .header-content {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 28px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    body.neon-nico-home #header.header .header-content > .container {
        width: 100%;
    }

    body.neon-nico-home #header.header {
        height: auto;
        min-height: auto;
        max-height: none;
        padding-bottom: 1rem;
    }

    body.neon-nico-home #header.header .text-container {
        display: flex;
        flex-direction: column;
    }

    body.neon-nico-home .hero-side-social.hero-side-social--rail {
        top: auto;
        bottom: max(20px, env(safe-area-inset-bottom, 0px));
        transform: none;
        inset-inline-end: 12px;
    }

    body.neon-nico-home a.back-to-top {
        inset-inline-start: 10px;
        bottom: 12px;
        width: 42px;
        height: 42px;
    }

    body.neon-nico-home #social-sec {
        padding: 28px 0;
    }

    body.neon-nico-home #social-sec .social-slider {
        overflow-x: auto;
        padding-inline: 16px;
        scrollbar-width: none;
        gap: 10px;
    }

    body.neon-nico-home #social-sec .social-slider::-webkit-scrollbar {
        display: none;
    }

    body.neon-nico-home #social-sec .social-slide {
        min-width: 148px;
        height: 54px;
        padding: 0 12px;
        flex: 0 0 148px;
    }

    body.neon-nico-home #stories-sec {
        padding: 30px 0 26px;
    }

    body.neon-nico-home #stories-sec .story-card {
        width: 166px;
        height: 300px;
    }

    body.neon-nico-home #stories-sec .stories-track.center-few,
    body.neon-nico-home #stories-sec .stories-track.center-soft {
        justify-content: flex-start;
        overflow-x: auto;
        padding-inline: 0;
    }

    html[dir="ltr"] body.neon-nico-home a.back-to-top,
    body.neon-nico-home:not(.rtl) a.back-to-top {
        left: 10px;
        right: auto;
    }

    html[dir="rtl"] body.neon-nico-home a.back-to-top,
    body.neon-nico-home.rtl a.back-to-top {
        right: 10px;
        left: auto;
    }

    body.neon-nico-home #header.header h1 {
        font-size: clamp(1.7rem, 7.2vw, 2.5rem);
    }

    body.neon-nico-home #header.header .img-wrapper img {
        width: min(520px, 100%);
        max-height: 46vh;
    }

    body.neon-nico-home .hero-login-card {
        width: 100%;
    }

    body.neon-nico-home .hero-login-grid {
        grid-template-columns: 1fr;
    }

    body.neon-nico-home .hero-login-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    body.neon-nico-home .hero-login-submit {
        width: 100%;
    }

    body.neon-nico-home .hero-login-signup {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

/* ---------- Mid sections shared background ---------- */
body.neon-nico-home .social-icons,
body.neon-nico-home .faqs {
    position: relative;
    overflow: hidden;
}

body.neon-nico-home .social-icons::before,
body.neon-nico-home .faqs::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

body.neon-nico-home .social-icons::after,
body.neon-nico-home .faqs::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

body.neon-nico-home .social-icons > .container,
body.neon-nico-home .faqs > .container {
    position: relative;
    z-index: 1;
}

body.neon-nico-home .section-header .above-heading {
    background: var(--neon-grad-glow);
    color: #fff !important;
    font-weight: 600;
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(60, 242, 255, 0.25);
}

body.neon-nico-home .section-header .h2-heading,
body.neon-nico-home .faqs .section-header h2 {
    color: var(--neon-text) !important;
}

body.neon-nico-home .faqs .section-header p {
    color: var(--neon-muted);
}

/* ---------- Basic / social ---------- */
body.neon-nico-home .social-icons .feature-box {
    background: var(--neon-glass);
    border: 1px solid var(--neon-glass-border);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

body.neon-nico-home .social-icons .feature-box h3 {
    color: var(--neon-text) !important;
}

body.neon-nico-home .social-icons .feature-box i {
    color: var(--neon-highlight) !important;
    text-shadow: 0 0 12px rgba(60, 242, 255, 0.4);
}

body.neon-nico-home .social-icons .feature-box:hover {
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow: 0 12px 36px rgba(139, 61, 255, 0.18);
}

/* ---------- FAQ ---------- */
body.neon-nico-home .faqs {
    position: relative;
    background: transparent !important;
    padding: clamp(34px, 4vw, 70px) 0;
    isolation: isolate;
}

body.neon-nico-home .faqs.faqs-neon::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: transparent;
    opacity: 0;
}

body.neon-nico-home .faqs.faqs-neon::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: transparent;
    opacity: 0;
}

body.neon-nico-home .faqs.faqs-neon .section-header {
    text-align: center;
    margin-bottom: 22px;
    padding-bottom: 30px;
}

body.neon-nico-home .faqs.faqs-neon .faq-neon-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d86aff;
    box-shadow: 0 0 22px rgba(200, 75, 255, 0.18);
    backdrop-filter: blur(14px);
}

body.neon-nico-home .faqs.faqs-neon .faq-neon-badge i {
    color: #c84bff;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home .faqs.faqs-neon .faq-neon-title {
    margin: 14px 0 10px;
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.3),
        0 0 32px rgba(139, 61, 255, 0.2),
        0 0 48px rgba(255, 77, 202, 0.14);
}

body.neon-nico-home .faqs.faqs-neon .faq-neon-desc {
    margin: 0 auto;
    max-width: 900px;
    color: #b9b9c9;
    line-height: 1.8;
    font-size: 15px;
}

body.neon-nico-home .faqs .faq-block__card .card {
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 60px rgba(139, 61, 255, 0.12);
    overflow: hidden;
}

body.neon-nico-home .faqs .faq-block__card {
    margin-bottom: 14px;
}

body.neon-nico-home .faqs.faqs-neon .faq-block__header-title h4 {
    font-weight: 800;
    font-size: 17px;
    margin: 0;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow: 0 0 14px rgba(200, 75, 255, 0.14);
}

body.neon-nico-home .faqs .faq-block__body-description p {
    color: #b9b9c9;
    line-height: 1.8;
    font-size: 15px;
}

body.neon-nico-home .faqs .faq-block__header-icon {
    color: #fff !important;
}

body.neon-nico-home .faqs .faq-block__header {
    padding: 20px 24px;
    cursor: pointer;
}

body.neon-nico-home .faqs .faq-block__header {
    transition: background 0.2s ease;
}

body.neon-nico-home .faqs .faq-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.neon-nico-home .faqs .faq-block__header-title {
    flex: 1 1 auto;
    min-width: 0;
}

body.neon-nico-home .faqs .faq-block__header-icon {
    margin-inline-start: auto; /* push icon to inline-end in LTR/RTL */
    flex: 0 0 auto;
}

body.neon-nico-home .faqs .faq-block__header:not(.collapsed) {
    background: rgba(255, 255, 255, 0.02);
}

body.neon-nico-home .faqs .faq-block__body-description {
    padding: 0 24px 20px;
}

body.neon-nico-home .faqs .faq-plus {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8b3dff, #c84bff);
    box-shadow: 0 0 20px rgba(139, 61, 255, 0.25);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

[dir="rtl"] body.neon-nico-home .faqs.faqs-neon {
    direction: rtl;
}

[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-block__header,
[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-block__body-description,
[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-neon-title,
[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-neon-desc {
    text-align: start;
}

/* Keep FAQ header centered in Arabic */
[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .section-header,
[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-neon-title,
[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-neon-desc {
    text-align: center;
}

[dir="rtl"] body.neon-nico-home .faqs.faqs-neon .faq-block__header {
    flex-direction: row; /* keep natural order; icon is pushed to end */
}

body.neon-nico-home .faqs .faq-plus i {
    transition: transform 0.2s ease;
}

body.neon-nico-home .faqs .faq-block__header:not(.collapsed) .faq-plus {
    filter: brightness(1.06);
    box-shadow: 0 0 28px rgba(200, 75, 255, 0.28);
}

body.neon-nico-home .faqs .faq-block__header:not(.collapsed) .faq-plus i {
    transform: rotate(45deg);
}

body.neon-nico-home
    .faqs
    .faq-block__header:not(.collapsed)
    + .faq-block__body
    .faq-block__body-description {
    background: transparent;
}

body.neon-nico-home .faqs .faq-block__card.is-open .card {
    border-color: rgba(200, 75, 255, 0.55) !important;
    box-shadow:
        0 0 28px rgba(200, 75, 255, 0.25),
        0 20px 60px rgba(139, 61, 255, 0.14);
}

body.neon-nico-home .faqs .faq-block__card.is-open .faq-block__header-title h4 {
    text-shadow: 0 0 18px rgba(200, 75, 255, 0.18);
}

/* Pagination */
body.neon-nico-home .faqs .faq-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

body.neon-nico-home .faqs .faq-page-indicator {
    color: rgba(185, 185, 201, 0.92);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

body.neon-nico-home .faqs .faq-page-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(200, 75, 255, 0.28);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.03);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home .faqs .faq-page-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 77, 202, 0.55);
    box-shadow:
        0 0 22px rgba(200, 75, 255, 0.22),
        inset 0 0 20px rgba(255, 255, 255, 0.03);
    filter: brightness(1.05);
}

body.neon-nico-home .faqs .faq-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    filter: none;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.03);
}

[dir="rtl"] body.neon-nico-home .faqs .faq-page-prev i {
    transform: scaleX(-1);
}
[dir="rtl"] body.neon-nico-home .faqs .faq-page-next i {
    transform: scaleX(-1);
}

/* If JS doesn't run, show all. If JS runs, it will add .is-paged */
body.neon-nico-home .faqs .faq-neon-list.is-paged .faq-neon-item {
    display: none;
}

/* ============================================
   Fun Experience + Satisfying Results
============================================ */
body.neon-nico-home .fun-exp-sec {
    position: relative;
    padding: clamp(34px, 4vw, 74px) 0;
    isolation: isolate;
}

body.neon-nico-home .fun-exp-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(139, 61, 255, 0.1),
            transparent 62%
        ),
        radial-gradient(
            circle at 18% 78%,
            rgba(255, 77, 202, 0.06),
            transparent 60%
        );
    opacity: 0.75;
    filter: blur(0.2px);
}

body.neon-nico-home .fun-exp-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.22;
    background:
        radial-gradient(
            1200px 420px at 20% 30%,
            rgba(255, 255, 255, 0.04),
            transparent 60%
        ),
        radial-gradient(
            900px 360px at 80% 60%,
            rgba(255, 255, 255, 0.03),
            transparent 58%
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.018) 0 1px,
            transparent 1px 52px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.014) 0 1px,
            transparent 1px 52px
        );
    mask-image: radial-gradient(
        circle at 50% 45%,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0) 72%
    );
}

/* watery shimmer layer (transparent + subtle motion) */
body.neon-nico-home .fun-exp-sec .fun-exp-bg {
    opacity: 0.55;
    filter: blur(0.1px);
}

body.neon-nico-home .fun-exp-sec .fun-ring {
    border-color: rgba(200, 75, 255, 0.16);
    box-shadow: 0 0 34px rgba(139, 61, 255, 0.1);
    opacity: 0.42;
}

body.neon-nico-home .fun-exp-inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

body.neon-nico-home .fun-exp-head {
    margin-bottom: 20px;
}

body.neon-nico-home .fun-exp-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d86aff;
    box-shadow: 0 0 22px rgba(200, 75, 255, 0.18);
    backdrop-filter: blur(14px);
}

body.neon-nico-home .fun-exp-title {
    margin: 14px 0 12px;
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 800;
    line-height: 1.14;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.3),
        0 0 32px rgba(139, 61, 255, 0.2),
        0 0 48px rgba(255, 77, 202, 0.14);
}

body.neon-nico-home .fun-exp-desc {
    margin: 0 auto 18px;
    color: rgba(185, 185, 201, 0.92);
    font-size: 16.5px;
    line-height: 1.85;
    max-width: 850px;
}

body.neon-nico-home .fun-exp-counters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px auto 0;
    max-width: 980px;
}

body.neon-nico-home .fun-counter {
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(139, 61, 255, 0.1);
}

body.neon-nico-home .fun-counter-val {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -0.01em;
    background: linear-gradient(
        90deg,
        rgba(139, 61, 255, 0.98),
        rgba(200, 75, 255, 0.96),
        rgba(255, 77, 202, 0.94)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 22px rgba(139, 61, 255, 0.16);
}

body.neon-nico-home .fun-counter-txt {
    margin-top: 6px;
    color: #b9b9c9;
    font-size: 13px;
}

body.neon-nico-home .fun-exp-feats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px auto 0;
    max-width: 1080px;
}

body.neon-nico-home .fun-feat {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 14px 14px;
    box-shadow: 0 20px 60px rgba(139, 61, 255, 0.1);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
    display: grid;
    gap: 10px;
    align-content: start;
    text-align: start;
}

body.neon-nico-home .fun-feat:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow:
        0 0 28px rgba(200, 75, 255, 0.22),
        0 20px 60px rgba(139, 61, 255, 0.14);
}

body.neon-nico-home .fun-feat-ic {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.35),
        rgba(255, 77, 202, 0.18)
    );
    border: 1px solid rgba(200, 75, 255, 0.32);
    box-shadow: 0 0 18px rgba(139, 61, 255, 0.18);
}

body.neon-nico-home .fun-feat-ic i {
    color: #fff;
    font-size: 15px;
}

body.neon-nico-home .fun-feat-txt {
    color: #fff;
    font-weight: 800;
}

body.neon-nico-home .fun-exp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    justify-content: center;
}

body.neon-nico-home .fun-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

body.neon-nico-home .fun-btn--primary {
    background: linear-gradient(90deg, #8b3dff, #c84bff);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 44px rgba(139, 61, 255, 0.22);
}

body.neon-nico-home .fun-btn--primary:hover {
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow:
        0 0 26px rgba(200, 75, 255, 0.3),
        0 16px 44px rgba(139, 61, 255, 0.26);
}

[dir="rtl"] body.neon-nico-home .fun-btn--primary i {
    transform: scaleX(-1);
}

body.neon-nico-home .fun-btn--secondary {
    background: rgba(255, 255, 255, 0.03);
    color: #fff !important;
    border: 1px solid rgba(200, 75, 255, 0.28);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.03);
}

body.neon-nico-home .fun-btn--secondary:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 77, 202, 0.55);
    box-shadow:
        0 0 22px rgba(200, 75, 255, 0.22),
        inset 0 0 20px rgba(255, 255, 255, 0.03);
}

body.neon-nico-home .fun-exp-bg {
    position: absolute;
    inset: -10px;
    pointer-events: none;
    z-index: -1;
}

body.neon-nico-home .fun-ring {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(200, 75, 255, 0.22);
    box-shadow: 0 0 28px rgba(139, 61, 255, 0.14);
    opacity: 0.55;
    filter: blur(0.2px);
}
body.neon-nico-home .fun-ring.r1 {
    width: 260px;
    height: 260px;
    top: 40px;
    inset-inline-start: -40px;
}
body.neon-nico-home .fun-ring.r2 {
    width: 340px;
    height: 340px;
    bottom: 60px;
    inset-inline-end: -70px;
    border-color: rgba(255, 77, 202, 0.2);
}
body.neon-nico-home .fun-ring.r3 {
    width: 180px;
    height: 180px;
    top: 140px;
    inset-inline-end: 120px;
    opacity: 0.35;
}

body.neon-nico-home .fun-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 18px rgba(200, 75, 255, 0.2);
    opacity: 0.8;
    animation: funParticleFloat 6.5s ease-in-out infinite;
}
body.neon-nico-home .fun-particle.p1 {
    top: 90px;
    inset-inline-start: 18%;
    animation-delay: 0.2s;
}
body.neon-nico-home .fun-particle.p2 {
    top: 210px;
    inset-inline-end: 22%;
    animation-delay: 0.8s;
}
body.neon-nico-home .fun-particle.p3 {
    bottom: 120px;
    inset-inline-start: 42%;
    animation-delay: 1.1s;
}
body.neon-nico-home .fun-particle.p4 {
    bottom: 60px;
    inset-inline-end: 38%;
    animation-delay: 1.6s;
}

@keyframes funParticleFloat {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.65;
    }
    50% {
        transform: translateY(-12px);
        opacity: 0.95;
    }
}

@media (max-width: 992px) {
    body.neon-nico-home .fun-exp-sec {
        padding: clamp(26px, 7vw, 44px) 0;
    }

    body.neon-nico-home .fun-exp-sec .container {
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
    }

    body.neon-nico-home .fun-exp-head {
        margin-bottom: 22px;
    }

    body.neon-nico-home .fun-exp-title {
        font-size: clamp(24px, 6.5vw, 34px);
        margin: 12px 0 10px;
    }

    body.neon-nico-home .fun-exp-desc {
        font-size: 1.0625rem;
        line-height: 1.72;
        margin-bottom: 20px;
        padding-inline: 2px;
    }

    body.neon-nico-home .fun-exp-counters {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
    }

    body.neon-nico-home .fun-counter {
        padding: 13px 16px;
    }

    body.neon-nico-home .fun-counter-val {
        font-size: 1.2rem;
    }

    body.neon-nico-home .fun-counter-txt {
        font-size: 0.875rem;
    }

    body.neon-nico-home .fun-exp-feats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
    }

    /* Row layout: icon + full-width text (balanced in LTR/RTL) */
    body.neon-nico-home .fun-feat {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        min-height: 4.25rem;
        text-align: start;
        border-radius: 18px;
    }

    body.neon-nico-home .fun-feat-ic {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }

    body.neon-nico-home .fun-feat-ic i {
        font-size: 17px;
    }

    body.neon-nico-home .fun-feat-txt {
        flex: 1;
        min-width: 0;
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.45;
    }

    body.neon-nico-home .fun-feat:hover {
        transform: none;
    }

    body.neon-nico-home .fun-exp-actions {
        margin-top: 22px;
    }

    body.neon-nico-home .fun-btn--primary {
        width: 100%;
        max-width: 420px;
        padding: 15px 22px;
    }
}

@media (max-width: 992px) and (hover: hover) {
    body.neon-nico-home .fun-feat:hover {
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.neon-nico-home .fun-particle {
        animation: none !important;
    }
}

/* ============================================
   Need Help / Support Section
============================================ */
body.neon-nico-home .need-help-sec {
    position: relative;
    padding: 60px 20px;
    isolation: isolate;
    background: transparent;
}

body.neon-nico-home .need-help-sec::before,
body.neon-nico-home .need-help-sec::after {
    content: none;
}

body.neon-nico-home .need-help-card {
    max-width: 1320px;
    margin: 0 auto;
    padding: 5px 60px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(12, 8, 20, 0.92),
        rgba(80, 12, 105, 0.48),
        rgba(200, 75, 255, 0.18)
    );
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(200, 75, 255, 0.18);
}

body.neon-nico-home .need-help-card-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at 75% 50%,
        rgba(200, 75, 255, 0.35),
        transparent 45%
    );
    opacity: 0.95;
}

body.neon-nico-home .need-help-card-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.35) 0 1px,
            transparent 1px 56px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(200, 75, 255, 0.25) 0 1px,
            transparent 1px 56px
        );
    mask-image: radial-gradient(
        circle at 55% 45%,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0) 70%
    );
}

body.neon-nico-home .need-help-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: clamp(18px, 3vw, 46px);
    align-items: center;
    position: relative;
    z-index: 1;
}

[dir="rtl"] body.neon-nico-home .need-help-sec {
    direction: rtl;
}

[dir="rtl"] body.neon-nico-home .need-help-left {
    text-align: start;
}

[dir="rtl"] body.neon-nico-home .need-help-desc {
    text-align: start;
}

[dir="rtl"] body.neon-nico-home .need-help-actions {
    justify-content: flex-start;
}

body.neon-nico-home .need-help-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(139, 61, 255, 0.14);
    border: 1px solid rgba(200, 75, 255, 0.38);
    color: #f0d4ff;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    box-shadow: 0 0 22px rgba(200, 75, 255, 0.22);
    backdrop-filter: blur(14px);
}

body.neon-nico-home .need-help-title {
    margin: 14px 0 12px;
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 800;
    line-height: 1.14;
    background: linear-gradient(135deg, #f4edff 0%, #e8b4ff 42%, #ff8de8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.neon-nico-home .need-help-desc {
    margin: 0 0 18px;
    color: rgba(244, 237, 255, 0.94);
    font-size: 17px;
    line-height: 1.9;
    max-width: 680px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

body.neon-nico-home .need-help-feats {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

body.neon-nico-home .need-help-feat {
    background: rgba(8, 4, 16, 0.42);
    border: 1px solid rgba(200, 75, 255, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 14px 14px;
    box-shadow:
        0 20px 60px rgba(139, 61, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
}

body.neon-nico-home .need-help-feat-txt {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.45;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.98rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* Icon stays at inline-end in both LTR/RTL */

body.neon-nico-home .need-help-feat:hover {
    transform: translateY(-6px);
    background: rgba(12, 6, 22, 0.58);
    border-color: rgba(232, 180, 255, 0.55);
    box-shadow:
        0 0 28px rgba(200, 75, 255, 0.22),
        0 20px 60px rgba(139, 61, 255, 0.14);
}

body.neon-nico-home .need-help-feat:hover .need-help-feat-txt {
    color: #fff;
}

body.neon-nico-home .need-help-feat-ic {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.35),
        rgba(255, 77, 202, 0.18)
    );
    border: 1px solid rgba(200, 75, 255, 0.32);
    box-shadow: 0 0 18px rgba(139, 61, 255, 0.18);
}

body.neon-nico-home .need-help-feat-ic i {
    color: #f0d4ff;
    font-size: 15px;
    text-shadow: 0 0 10px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home .need-help-feat:hover .need-help-feat-ic i {
    color: #ffffff;
}

body.neon-nico-home .need-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

body.neon-nico-home .need-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

body.neon-nico-home .need-help-btn--primary {
    background: linear-gradient(90deg, #8b3dff, #c84bff);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 44px rgba(139, 61, 255, 0.22);
}

body.neon-nico-home .need-help-btn--primary:hover {
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow:
        0 0 26px rgba(200, 75, 255, 0.3),
        0 16px 44px rgba(139, 61, 255, 0.26);
}

[dir="rtl"] body.neon-nico-home .need-help-btn--primary i {
    transform: scaleX(-1);
}

body.neon-nico-home .need-help-btn--secondary {
    background: rgba(255, 255, 255, 0.03);
    color: #fff !important;
    border: 1px solid rgba(200, 75, 255, 0.28);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.03);
}

body.neon-nico-home .need-help-btn--secondary:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 77, 202, 0.55);
    box-shadow:
        0 0 22px rgba(200, 75, 255, 0.22),
        inset 0 0 20px rgba(255, 255, 255, 0.03);
}

body.neon-nico-home .need-help-visual {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

body.neon-nico-home .need-help-right {
    position: relative;
}

body.neon-nico-home .need-help-visual {
    transform: translateX(18px);
}

[dir="rtl"] body.neon-nico-home .need-help-visual {
    transform: translateX(-18px);
}

body.neon-nico-home .need-help-aura {
    position: absolute;
    inset: -26px;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(139, 61, 255, 0.22),
        rgba(11, 11, 18, 0) 62%
    );
    filter: blur(10px);
    opacity: 0.95;
    pointer-events: none;
}

body.neon-nico-home .need-help-particles {
    position: absolute;
    inset: -10px;
    pointer-events: none;
    opacity: 0.85;
    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 77, 202, 0.26) 0 2px,
            transparent 3px
        ),
        radial-gradient(
            circle at 70% 20%,
            rgba(200, 75, 255, 0.22) 0 2px,
            transparent 3px
        ),
        radial-gradient(
            circle at 85% 60%,
            rgba(139, 61, 255, 0.2) 0 2px,
            transparent 3px
        ),
        radial-gradient(
            circle at 35% 80%,
            rgba(255, 255, 255, 0.1) 0 1px,
            transparent 2px
        );
    animation: helpParticles 6.8s ease-in-out infinite;
}

@keyframes helpParticles {
    0%,
    100% {
        transform: translateY(0);
        filter: blur(0);
    }
    50% {
        transform: translateY(-10px);
        filter: blur(0.2px);
    }
}

body.neon-nico-home .need-help-img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 26px 70px rgba(139, 61, 255, 0.25))
        drop-shadow(0 0 22px rgba(255, 77, 202, 0.16));
    animation: floatHelp 6.5s ease-in-out infinite;
}

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

@media (max-width: 992px) {
    body.neon-nico-home .need-help-sec {
        padding: 80px 16px;
    }
    body.neon-nico-home .need-help-card {
        padding: 5px 18px;
        border-radius: 24px;
    }
    body.neon-nico-home .need-help-grid {
        grid-template-columns: 1fr;
    }
    body.neon-nico-home .need-help-right {
        order: -1;
    }
    body.neon-nico-home .need-help-feats {
        grid-template-columns: 1fr;
    }
    body.neon-nico-home .need-help-visual {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.neon-nico-home .need-help-img,
    body.neon-nico-home .need-help-particles {
        animation: none !important;
    }
}

/* ---------- Footer ---------- */
body.neon-nico-home #footer.footer {
    position: relative;
    overflow: hidden;
    background: transparent !important;
    padding: 80px 20px 28px;
}

[dir="rtl"] body.neon-nico-home #footer.footer {
    direction: rtl;
}

[dir="rtl"] body.neon-nico-home #footer.footer .footer-neon-grid {
    direction: rtl;
}

[dir="rtl"] body.neon-nico-home #footer.footer .footer-card {
    text-align: start;
}

[dir="rtl"] body.neon-nico-home #footer.footer .footer-neon-social {
    justify-content: flex-start;
}

body.neon-nico-home #footer.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 18% 12%,
            rgba(200, 75, 255, 0.14),
            transparent 42%
        ),
        radial-gradient(
            circle at 84% 34%,
            rgba(139, 61, 255, 0.12),
            transparent 46%
        ),
        linear-gradient(180deg, #120a1f, #0b0b12);
}

body.neon-nico-home #footer.footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.1;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.06) 0 1px,
            transparent 1px 56px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(200, 75, 255, 0.05) 0 1px,
            transparent 1px 56px
        );
    mask-image: radial-gradient(
        circle at 30% 20%,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0) 72%
    );
}

body.neon-nico-home #footer.footer .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

body.neon-nico-home #footer.footer .footer-top {
    padding: 0 0 18px 0;
}

body.neon-nico-home #footer.footer .footer-neon-topline {
    height: 1px;
    background: rgba(200, 75, 255, 0.25);
    margin-bottom: 16px;
}

body.neon-nico-home #footer.footer .footer-neon-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 1.15fr 0.95fr;
    gap: 24px;
    align-items: stretch;
    padding: 0;
}

body.neon-nico-home #footer.footer .footer-neon-col {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    padding: 22px 22px;
    backdrop-filter: blur(14px);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.35),
        0 0 46px rgba(200, 75, 255, 0.12);
    position: relative;
    overflow: hidden;
}

body.neon-nico-home #footer.footer .footer-card {
    height: 100%;
    padding: 34px 32px;
    border-radius: 28px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0.025)
    );
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

body.neon-nico-home #footer.footer .footer-card:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow:
        0 0 35px rgba(200, 75, 255, 0.18),
        0 18px 55px rgba(0, 0, 0, 0.28);
}

body.neon-nico-home #footer.footer .footer-neon-col::before {
    content: "";
    position: absolute;
    inset: -2px;
    pointer-events: none;
    background: radial-gradient(
        circle at 70% 20%,
        rgba(200, 75, 255, 0.2),
        transparent 52%
    );
    opacity: 0.9;
}

body.neon-nico-home #footer.footer .footer-neon-col > * {
    position: relative;
    z-index: 1;
}

body.neon-nico-home #footer.footer .footer-neon-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.4px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.98),
        rgba(200, 75, 255, 0.92),
        rgba(255, 77, 202, 0.84)
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 22px;
}

body.neon-nico-home #footer.footer .footer-neon-sub,
body.neon-nico-home #footer.footer .footer-neon-desc {
    color: #b9b9c9;
    line-height: 1.85;
    margin: 0;
    font-size: 15px;
}

body.neon-nico-home #footer.footer .footer-neon-desc {
    margin-top: 10px;
    margin-bottom: 12px;
    max-width: 360px;
}

/* Language selector (keep same logic, just restyle) */
body.neon-nico-home #footer.footer .footer-lang-selector {
    margin-top: 20px !important;
    margin-left: 0 !important;
    width: auto;
    min-width: 130px;
    padding: 11px 42px 11px 14px;
    border-radius: 10px;
    border: 1px solid rgba(200, 75, 255, 0.22);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.02)
        ),
        rgba(11, 11, 18, 0.55);
    color: rgba(185, 185, 201, 0.92);
    outline: none;
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.02);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        filter 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23C84BFF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color-scheme: dark;
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 1.1;
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.03),
        0 0 0 1px rgba(200, 75, 255, 0.06),
        0 18px 55px rgba(0, 0, 0, 0.2);
}

body.neon-nico-home #footer.footer .footer-lang-selector:focus {
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow:
        0 0 0 3px rgba(139, 61, 255, 0.16),
        0 0 26px rgba(200, 75, 255, 0.16),
        inset 0 0 18px rgba(255, 255, 255, 0.03);
}

body.neon-nico-home #footer.footer .footer-lang-selector:hover {
    border-color: rgba(200, 75, 255, 0.35);
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow:
        0 0 24px rgba(200, 75, 255, 0.14),
        inset 0 0 18px rgba(255, 255, 255, 0.03);
}

/* Dropdown (open) styling – best-effort across browsers */
body.neon-nico-home #footer.footer .footer-lang-selector option {
    background-color: #120a1f;
    color: #ffffff;
}

body.neon-nico-home #footer.footer .footer-lang-selector option:checked,
body.neon-nico-home #footer.footer .footer-lang-selector option:hover {
    background-color: #1a0f2e;
    color: #ffffff;
}

/* Custom language dropdown (premium) */
body.neon-nico-home #footer.footer .neon-lang {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

body.neon-nico-home #footer.footer .neon-lang__native {
    position: absolute !important;
    inset: 0 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.neon-nico-home #footer.footer .neon-lang__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 116px;
    padding: 6px 30px 6px 9px;
    border-radius: 8px;
    border: 1px solid rgba(200, 75, 255, 0.22);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.02)
        ),
        rgba(11, 11, 18, 0.55);
    color: rgba(185, 185, 201, 0.92);
    font-weight: 800;
    letter-spacing: 0.2px;
    font-size: 11.75px;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        filter 0.2s ease;
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.03),
        0 0 0 1px rgba(200, 75, 255, 0.06),
        0 18px 55px rgba(0, 0, 0, 0.2);
}

body.neon-nico-home #footer.footer .neon-lang__btn::after {
    content: "";
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23C84BFF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    opacity: 0.95;
}

body.neon-nico-home #footer.footer .neon-lang.is-open .neon-lang__btn {
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow:
        0 0 0 3px rgba(139, 61, 255, 0.16),
        0 0 26px rgba(200, 75, 255, 0.16),
        inset 0 0 18px rgba(255, 255, 255, 0.03);
}

body.neon-nico-home #footer.footer .neon-lang__list {
    position: static;
    margin-top: 8px;
    width: 100%;
    min-width: 0;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid rgba(200, 75, 255, 0.22);
    background: rgba(11, 11, 18, 0.92);
    backdrop-filter: blur(14px);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(200, 75, 255, 0.12);
    display: none;
    z-index: 50;
}

body.neon-nico-home #footer.footer .neon-lang.is-open .neon-lang__list {
    display: grid;
    gap: 4px;
}

body.neon-nico-home #footer.footer .neon-lang__opt {
    width: 100%;
    text-align: start;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(185, 185, 201, 0.92);
    font-weight: 800;
    font-size: 11.75px;
    cursor: pointer;
    transition:
        transform 0.15s ease,
        border-color 0.15s ease,
        background 0.15s ease,
        color 0.15s ease,
        box-shadow 0.15s ease;
}

body.neon-nico-home #footer.footer .neon-lang__opt:hover {
    color: #fff;
    background: rgba(200, 75, 255, 0.1);
    border-color: rgba(200, 75, 255, 0.28);
    box-shadow: 0 0 18px rgba(200, 75, 255, 0.12);
    transform: translateY(-1px);
}

body.neon-nico-home #footer.footer .neon-lang__opt.is-active {
    color: #fff;
    background: rgba(200, 75, 255, 0.16);
    border-color: rgba(200, 75, 255, 0.35);
}

[dir="rtl"] body.neon-nico-home #footer.footer .neon-lang__btn {
    padding: 6px 9px 6px 30px;
}

[dir="rtl"] body.neon-nico-home #footer.footer .footer-lang-selector {
    padding: 11px 14px 11px 42px;
    background-position: left 14px center;
}

body.neon-nico-home #footer.footer .footer-neon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

body.neon-nico-home #footer.footer .footer-neon-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #b9b9c9;
    text-decoration: none !important;
    transition: 0.3s;
}

body.neon-nico-home #footer.footer .footer-neon-list a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(200, 75, 255, 0.35);
    box-shadow: 0 0 14px rgba(200, 75, 255, 0.12);
    flex: 0 0 auto;
    transform: scale(0.9);
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

body.neon-nico-home #footer.footer .footer-neon-list a:hover {
    color: #ffffff;
    transform: translateX(4px);
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.6);
}

[dir="rtl"] body.neon-nico-home #footer.footer .footer-neon-list a:hover {
    transform: translateX(-4px);
}

body.neon-nico-home #footer.footer .footer-neon-list a:hover::before {
    background: rgba(255, 77, 202, 0.55);
    transform: scale(1.15);
}

body.neon-nico-home #footer.footer .footer-neon-trust-grid {
    display: grid;
    gap: 10px;
    margin-top: 2px;
}

body.neon-nico-home #footer.footer .footer-neon-trust-card {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 64px;
    padding: 0 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(200, 75, 255, 0.18);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.02);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    color: #fff;
    font-weight: 800;
}

body.neon-nico-home #footer.footer .footer-neon-trust-card i {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.32),
        rgba(255, 77, 202, 0.16)
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 16px rgba(200, 75, 255, 0.1);
}

body.neon-nico-home #footer.footer .footer-neon-trust-card:hover {
    transform: translateY(-2px);
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow:
        0 0 26px rgba(200, 75, 255, 0.14),
        inset 0 0 20px rgba(255, 255, 255, 0.02);
}

body.neon-nico-home #footer.footer .footer-neon-sep {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(200, 75, 255, 0.35),
        transparent
    );
    margin: 18px 0 10px;
    opacity: 0.9;
}

body.neon-nico-home #footer.footer .footer-neon-bottom {
    margin-top: 0;
    border-top: 0 !important;
}

body.neon-nico-home #footer.footer .footer-bottom .copyrights p {
    margin: 0;
    color: rgba(185, 185, 201, 0.92);
}

[dir="rtl"]
    body.neon-nico-home
    #newsletterForm
    .subscribe-box
    input[type="email"] {
    border-radius: 999px;
}

[dir="rtl"] body.neon-nico-home #newsletterForm .subscribe-box .btn-submit {
    border-radius: 999px !important;
}

@media (max-width: 992px) {
    body.neon-nico-home #footer.footer .footer-neon-grid {
        grid-template-columns: 1fr 1fr;
    }
    body.neon-nico-home #footer.footer .footer-neon-col {
        padding: 28px 22px;
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    body.neon-nico-home #footer.footer .footer-neon-grid {
        grid-template-columns: 1fr;
    }
    body.neon-nico-home #footer.footer .footer-info {
        text-align: center;
    }
    body.neon-nico-home #footer.footer .footer-neon-social {
        justify-content: center;
    }
    body.neon-nico-home #footer.footer .footer-neon-bottom {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }

    body.neon-nico-home #newsletterForm .newsletter-form {
        height: auto;
        flex-direction: column;
        border-radius: 18px;
    }
    body.neon-nico-home #newsletterForm .newsletter-form input[type="email"] {
        padding: 14px 16px;
    }
    body.neon-nico-home #newsletterForm .newsletter-form .btn-submit {
        width: 100%;
        min-width: 0;
        padding: 14px 16px;
    }

    body.neon-nico-home #footer.footer .footer-bottom {
        flex-direction: column;
        gap: 18px;
        align-items: center;
        text-align: center;
    }
}

body.neon-nico-home .footer .footer-top .footer-info p,
body.neon-nico-home .footer p {
    color: var(--neon-muted);
}

body.neon-nico-home #footer.footer .footer-top .footer-info p {
    margin-top: 10px;
    max-width: 56ch;
    line-height: 1.85;
}

body.neon-nico-home .footer .footer-menu a {
    color: var(--neon-muted);
    text-decoration: none;
    transition:
        color 0.2s ease,
        text-shadow 0.2s ease;
}

body.neon-nico-home .footer .footer-menu a:hover {
    color: var(--neon-highlight);
    text-shadow: 0 0 12px rgba(60, 242, 255, 0.35);
}

body.neon-nico-home .footer .fa-stack .fa-stack-2x {
    color: rgba(139, 61, 255, 0.35);
    transition:
        color 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home .footer .fa-stack:hover .fa-stack-2x {
    color: rgba(60, 242, 255, 0.45);
    filter: drop-shadow(0 0 8px rgba(60, 242, 255, 0.45));
}

body.neon-nico-home .footer .fa-stack .fa-stack-1x {
    color: var(--neon-text);
}

body.neon-nico-home #footer.footer .icon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body.neon-nico-home #footer.footer .fa-stack {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.03);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

body.neon-nico-home #footer.footer .fa-stack .fa-stack-2x {
    color: transparent !important;
}

body.neon-nico-home #footer.footer .fa-stack:hover {
    border-color: rgba(200, 75, 255, 0.45);
    box-shadow:
        0 0 18px rgba(200, 75, 255, 0.2),
        inset 0 0 18px rgba(255, 255, 255, 0.03);
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.22),
        rgba(255, 77, 202, 0.12)
    );
    transform: translateY(-3px) scale(1.03);
}

body.neon-nico-home #newsletterForm .subscribe-box {
    border-color: rgba(200, 75, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border-width: 1px;
    box-shadow:
        inset 0 0 22px rgba(255, 255, 255, 0.03),
        0 0 26px rgba(200, 75, 255, 0.1);
}

/* Newsletter card: title hierarchy */
body.neon-nico-home #footer.footer .footer-newsletter .footer-neon-title {
    background: linear-gradient(135deg, #8b3dff, #c84bff, #ff4dca);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 18px rgba(200, 75, 255, 0.18);
    margin-bottom: 14px;
}

body.neon-nico-home #footer.footer .footer-newsletter .footer-neon-sub {
    margin-top: -2px;
    margin-bottom: 16px;
}

body.neon-nico-home #newsletterForm .newsletter-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
}

body.neon-nico-home #newsletterForm .newsletter-form::before {
    content: none;
}

body.neon-nico-home #newsletterForm .subscribe-box input[type="email"] {
    width: 100%;
    background: rgba(11, 11, 18, 0.65);
    border: 1px solid rgba(200, 75, 255, 0.35);
    padding: 14px 18px;
    color: #fff;
    border-radius: 999px;
    box-shadow: none;
    font-size: 15px;
    position: relative;
    z-index: 1;
    box-shadow:
        inset 0 0 22px rgba(255, 255, 255, 0.02),
        0 0 26px rgba(200, 75, 255, 0.08);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

body.neon-nico-home #newsletterForm .subscribe-box input[type="email"]:focus {
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow:
        0 0 0 3px rgba(139, 61, 255, 0.14),
        0 0 36px rgba(200, 75, 255, 0.14),
        inset 0 0 22px rgba(255, 255, 255, 0.02);
    outline: none;
}

body.neon-nico-home
    #newsletterForm
    .subscribe-box
    input[type="email"]::placeholder {
    color: rgba(185, 185, 201, 0.75);
}

body.neon-nico-home #newsletterForm .subscribe-box .btn-submit {
    width: 100%;
    min-width: 0;
    background: linear-gradient(135deg, #8b3dff, #c84bff, #ff4dca) !important;
    color: #fff;
    font-weight: 700;
    border-radius: 999px !important;
    letter-spacing: 0.2px;
    transition:
        filter 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
    padding: 14px 18px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06);
}

body.neon-nico-home #newsletterForm .subscribe-box .btn-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.65;
    background: radial-gradient(
        circle at 30% 50%,
        rgba(255, 255, 255, 0.18),
        transparent 55%
    );
    border-radius: inherit;
}

body.neon-nico-home #newsletterForm .subscribe-box .btn-submit:hover {
    filter: brightness(1.08);
    box-shadow:
        0 18px 48px rgba(139, 61, 255, 0.22),
        0 0 26px rgba(200, 75, 255, 0.14);
    transform: translateY(-1px);
}

body.neon-nico-home #newsletterForm .subscribe-box .btn-submit:active {
    transform: translateY(0);
    filter: brightness(1.03);
}

body.neon-nico-home #footer.footer .footer-bottom {
    margin-top: 56px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.neon-nico-home #footer.footer .footer-neon-bottom {
    justify-content: center;
}

body.neon-nico-home #footer.footer .footer-links ul a {
    font-size: 15px;
    color: #b9b9c9;
    transition: 0.3s;
}

body.neon-nico-home #footer.footer .footer-links ul a:hover {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.6);
}

/* ============================================
   Budget / Statistics Section (below CTA)
============================================ */
body.neon-nico-home .budget-stats-sec {
    position: relative;
    padding: clamp(28px, 4vw, 56px) 0;
    margin-top: 10px;
    isolation: isolate;
}

body.neon-nico-home .budget-stats-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: -2;
}

body.neon-nico-home .budget-stats-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

body.neon-nico-home .budget-head {
    max-width: 920px;
    margin: 0 auto 24px;
    text-align: center;
}

[dir="rtl"] body.neon-nico-home .budget-head {
    text-align: start;
}

body.neon-nico-home .budget-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #d86aff;
    background: linear-gradient(
        180deg,
        rgba(34, 11, 53, 0.85),
        rgba(24, 7, 40, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 22px rgba(200, 75, 255, 0.26);
    backdrop-filter: blur(14px);
}

body.neon-nico-home .budget-badge-star {
    font-size: 1.05rem;
    line-height: 1;
    color: #c84bff;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home .budget-title {
    margin: 14px 0 10px;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(24px, 2.8vw, 42px);
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.35),
        0 0 30px rgba(139, 61, 255, 0.28),
        0 0 50px rgba(255, 77, 202, 0.22);
}

body.neon-nico-home .budget-desc {
    margin: 0 auto;
    max-width: 820px;
    color: #b9b9c9;
    line-height: 1.75;
    font-size: 15px;
}

body.neon-nico-home .budget-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-areas:
        "wide success"
        "pay numbers";
    align-items: stretch;
}

body.neon-nico-home .budget-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(139, 61, 255, 0.12);
    backdrop-filter: blur(14px);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
    padding: 22px;
    min-height: 240px;
    display: flex;
    align-items: center;
}

body.neon-nico-home .budget-card:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow:
        0 0 35px rgba(200, 75, 255, 0.25),
        0 20px 60px rgba(139, 61, 255, 0.14);
}

body.neon-nico-home .budget-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: radial-gradient(
        circle at 35% 10%,
        rgba(139, 61, 255, 0.18),
        rgba(0, 0, 0, 0) 55%
    );
    pointer-events: none;
    opacity: 0.9;
}

body.neon-nico-home .budget-card-body {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

[dir="rtl"] body.neon-nico-home .budget-card-body {
    text-align: start;
}

body.neon-nico-home .budget-card-body h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.26),
        0 0 26px rgba(139, 61, 255, 0.18),
        0 0 42px rgba(255, 77, 202, 0.14);
}

body.neon-nico-home .budget-card-body p {
    margin: 0;
    color: #b9b9c9;
    line-height: 1.8;
    font-size: 14px;
}

body.neon-nico-home .budget-card-img {
    width: 100%;
    max-height: 280px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 38px rgba(139, 61, 255, 0.25))
        drop-shadow(0 0 18px rgba(200, 75, 255, 0.2));
    opacity: 0.98;
    animation: budgetFloat 6.5s ease-in-out infinite;
}

body.neon-nico-home .budget-card--wide {
    grid-area: wide;
}
body.neon-nico-home .budget-card--success {
    grid-area: success;
}
body.neon-nico-home .budget-card--pay {
    grid-area: pay;
}
body.neon-nico-home .budget-card--numbers {
    grid-area: numbers;
}

body.neon-nico-home .budget-card--success .budget-card-img {
    max-height: 230px;
    opacity: 0.95;
    animation: none;
}

body.neon-nico-home .budget-card-split {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
    gap: 18px;
    align-items: center;
    width: 100%;
}

body.neon-nico-home .budget-card-media {
    position: relative;
    padding-inline-start: 18px;
    border-inline-start: none;
}

[dir="rtl"] body.neon-nico-home .budget-card-media {
    padding-inline-start: 0;
    padding-inline-end: 18px;
    border-inline-start: none;
    border-inline-end: none;
}

body.neon-nico-home .budget-success {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 6px;
}

body.neon-nico-home .budget-success-val {
    font-weight: 900;
    font-size: clamp(38px, 3.4vw, 54px);
    line-height: 1;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #8b3dff, #c84bff, #ff4dca);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 26px rgba(200, 75, 255, 0.22);
    animation: successPulse 2.6s ease-in-out infinite;
}

body.neon-nico-home .budget-success-val span {
    font-size: 0.6em;
}

body.neon-nico-home .budget-success-title {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}

body.neon-nico-home .budget-success-sub {
    color: #b9b9c9;
    font-size: 14px;
}

body.neon-nico-home .budget-circles {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    width: 100%;
}

body.neon-nico-home .budget-circle {
    border-radius: 999px;
    min-height: 132px;
    padding: 16px 14px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 0 0 1px rgba(139, 61, 255, 0.1),
        0 16px 44px rgba(139, 61, 255, 0.1);
}

body.neon-nico-home .budget-circle-val {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -0.01em;
    background: linear-gradient(
        90deg,
        rgba(139, 61, 255, 0.98),
        rgba(200, 75, 255, 0.96),
        rgba(255, 77, 202, 0.94)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 22px rgba(139, 61, 255, 0.16);
}

body.neon-nico-home .budget-circle-txt {
    margin-top: 6px;
    color: #b9b9c9;
    font-size: 12.5px;
    line-height: 1.4;
}

/* ============================================
   Work Process (4 steps)
============================================ */
body.neon-nico-home .work-process-sec {
    position: relative;
    padding: clamp(34px, 4vw, 70px) 0;
    margin-top: 6px;
    isolation: isolate;
}

body.neon-nico-home .work-process-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: -2;
    opacity: 0;
}

body.neon-nico-home .work-process-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: transparent;
    opacity: 0;
}

/* Reference-like layout (steps) */
body.neon-nico-home #steps .title-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    margin-bottom: 16px;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #d86aff;
    background: linear-gradient(
        180deg,
        rgba(34, 11, 53, 0.85),
        rgba(24, 7, 40, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 22px rgba(200, 75, 255, 0.26);
    backdrop-filter: blur(14px);
}

body.neon-nico-home #steps .title-label svg {
    flex: 0 0 auto;
    filter: drop-shadow(0 0 10px rgba(200, 75, 255, 0.32));
}

body.neon-nico-home #steps .title-label-txt {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: inherit;
}

body.neon-nico-home #steps .title {
    margin: 0 0 18px;
    font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.35),
        0 0 30px rgba(139, 61, 255, 0.28),
        0 0 50px rgba(255, 77, 202, 0.22);
}

body.neon-nico-home #steps .icon-btn {
    display: inline-flex;
    text-decoration: none !important;
    border: none;
    background: transparent;
    padding: 0;
}

body.neon-nico-home #steps .btn-primary-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 22px;
    background: linear-gradient(90deg, #8b3dff, #c84bff);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 16px 44px rgba(139, 61, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home #steps .icon-btn:hover .btn-primary-wrap {
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow:
        0 0 26px rgba(200, 75, 255, 0.3),
        0 16px 44px rgba(139, 61, 255, 0.26);
}

body.neon-nico-home #steps .icon-btn-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

[dir="rtl"] body.neon-nico-home #steps .icon-btn-icon {
    transform: scaleX(-1);
}

body.neon-nico-home #steps .col-sm-8 {
    position: relative;
    display: flex;
    justify-content: flex-end; /* LTR: end = right */
}

/* RTL direction fixes */
[dir="rtl"] body.neon-nico-home #steps {
    direction: rtl;
}

[dir="rtl"] body.neon-nico-home #steps .col-sm-4,
[dir="rtl"] body.neon-nico-home #steps .col-sm-8 {
    text-align: start;
}

/* Column placement:
   Always keep content first, cards second.
   In RTL, the row direction becomes RTL so they visually swap. */
body.neon-nico-home #steps .steps-col-content {
    order: 1;
}
body.neon-nico-home #steps .steps-col-cards {
    order: 2;
}

[dir="rtl"] body.neon-nico-home #steps .steps-num {
    direction: ltr;
}

body.neon-nico-home #steps .steps-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(190px, 1fr));
    gap: 18px;
    align-items: end;
    padding-inline-end: 0;
    width: min(100%, 1040px);
}

[dir="rtl"] body.neon-nico-home #steps .steps-ul {
    direction: rtl;
    padding-inline-start: 0;
}

body.neon-nico-home #steps .steps-box {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 20px 60px rgba(139, 61, 255, 0.12);
    overflow: hidden;
    min-height: 220px;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

body.neon-nico-home #steps .steps-box::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: radial-gradient(
        circle at 22% 10%,
        rgba(139, 61, 255, 0.18),
        rgba(0, 0, 0, 0) 52%
    );
    opacity: 0.85;
    pointer-events: none;
}

body.neon-nico-home #steps .steps-box:hover {
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow:
        0 0 35px rgba(200, 75, 255, 0.22),
        0 20px 60px rgba(139, 61, 255, 0.16);
    transform: translateY(-10px);
}

body.neon-nico-home #steps .steps-num {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    background: rgba(139, 61, 255, 0.16);
    border: 1px solid rgba(200, 75, 255, 0.35);
    box-shadow: 0 0 18px rgba(139, 61, 255, 0.18);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

body.neon-nico-home #steps .steps-title {
    margin: 0 0 10px;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.22),
        0 0 26px rgba(139, 61, 255, 0.16);
    font-size: 1.02rem;
    position: relative;
    z-index: 1;
}

body.neon-nico-home #steps .steps-txt {
    margin: 0;
    color: rgba(185, 185, 201, 0.92);
    line-height: 1.8;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
}

/* Progressive heights: 01 shortest -> 04 tallest */
body.neon-nico-home #steps .steps-ul > li:nth-child(1) .steps-box {
    min-height: 210px;
}
body.neon-nico-home #steps .steps-ul > li:nth-child(2) .steps-box {
    min-height: 245px;
}
body.neon-nico-home #steps .steps-ul > li:nth-child(3) .steps-box {
    min-height: 285px;
}
body.neon-nico-home #steps .steps-ul > li:nth-child(4) .steps-box {
    min-height: 325px;
}

body.neon-nico-home #steps .steps-visual {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(420px, 34vw);
    pointer-events: none;
    z-index: 2;
}

[dir="rtl"] body.neon-nico-home #steps .steps-visual {
    inset-inline-end: auto;
    inset-inline-start: 0;
}

body.neon-nico-home #steps .steps-img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(139, 61, 255, 0.25))
        drop-shadow(0 0 22px rgba(200, 75, 255, 0.22));
    animation: wpFloat 7s ease-in-out infinite;
}

@media (max-width: 992px) {
    body.neon-nico-home #steps .col-sm-8 {
        display: block;
    }
    body.neon-nico-home #steps .steps-ul {
        grid-template-columns: 1fr;
        padding-inline-end: 0;
    }
    [dir="rtl"] body.neon-nico-home #steps .steps-ul {
        padding-inline-start: 0;
    }
    body.neon-nico-home #steps .steps-ul > li:nth-child(1) .steps-box,
    body.neon-nico-home #steps .steps-ul > li:nth-child(2) .steps-box,
    body.neon-nico-home #steps .steps-ul > li:nth-child(3) .steps-box,
    body.neon-nico-home #steps .steps-ul > li:nth-child(4) .steps-box {
        transform: none;
    }
    body.neon-nico-home #steps .steps-visual {
        position: relative;
        inset: auto;
        top: auto;
        transform: none;
        width: min(420px, 100%);
        margin: 22px auto 0;
    }
    body.neon-nico-home #steps .steps-img {
        max-height: 460px;
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.neon-nico-home #steps .steps-img {
        animation: none !important;
    }
}

/* ============================================
   Platforms / Services Pills
============================================ */
body.neon-nico-home .platforms-sec {
    position: relative;
    padding: clamp(34px, 4vw, 70px) 0;
    isolation: isolate;
}

body.neon-nico-home .platforms-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(139, 61, 255, 0.1),
            transparent 55%
        ),
        radial-gradient(
            circle at 12% 70%,
            rgba(255, 77, 202, 0.07),
            transparent 55%
        );
    pointer-events: none;
}

body.neon-nico-home .platforms-head {
    text-align: center;
    margin: 0 auto 20px;
}

body.neon-nico-home .platforms-title {
    margin: 0 0 12px;
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.3),
        0 0 32px rgba(139, 61, 255, 0.2),
        0 0 48px rgba(255, 77, 202, 0.14);
}

body.neon-nico-home .platforms-title .hl {
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.neon-nico-home .platforms-desc {
    margin: 0 auto;
    max-width: 850px;
    color: #b9b9c9;
    font-size: 17px;
    line-height: 1.8;
}

body.neon-nico-home .platforms-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
}

body.neon-nico-home .platform-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.25),
        rgba(255, 77, 202, 0.12)
    );
    border: 1px solid rgba(200, 75, 255, 0.28);
    color: #fff;
    font-weight: 600;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.03);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home .platform-pill:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 77, 202, 0.65);
    box-shadow:
        0 0 28px rgba(200, 75, 255, 0.35),
        inset 0 0 20px rgba(255, 255, 255, 0.03);
    filter: brightness(1.04);
}

body.neon-nico-home .platform-pill .pill-ic {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff4dca, #8b3dff);
    box-shadow:
        0 0 18px rgba(255, 77, 202, 0.18),
        0 0 22px rgba(139, 61, 255, 0.22);
    flex: 0 0 auto;
}

body.neon-nico-home .platform-pill .pill-ic i {
    color: rgba(255, 255, 255, 0.96);
    font-size: 16px;
    text-shadow: 0 0 14px rgba(255, 77, 202, 0.18);
}

body.neon-nico-home .platform-pill .pill-ic svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: rgba(255, 255, 255, 0.96);
    filter: drop-shadow(0 0 12px rgba(255, 77, 202, 0.16));
}

body.neon-nico-home .platforms-divider {
    height: 1px;
    margin: 26px auto 0;
    max-width: 980px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(200, 75, 255, 0.45),
        transparent
    );
    opacity: 0.9;
}

[dir="rtl"] body.neon-nico-home .platforms-pills {
    direction: rtl;
}

@media (max-width: 576px) {
    body.neon-nico-home .platforms-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    body.neon-nico-home .platform-pill {
        scroll-snap-align: start;
        min-width: 170px;
        flex: 0 0 auto;
    }
}

/* ============================================
   Worldwide / Global Map Section
============================================ */
body.neon-nico-home .worldwide-sec {
    position: relative;
    padding: clamp(34px, 4vw, 72px) 0;
    isolation: isolate;
}

body.neon-nico-home .worldwide-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: transparent;
    opacity: 0;
}

body.neon-nico-home .worldwide-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: transparent;
    opacity: 0;
    animation: none;
}

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

body.neon-nico-home .worldwide-grid {
    display: none;
}

body.neon-nico-home .worldwide-left {
    display: none;
}

body.neon-nico-home .worldwide-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d86aff;
    box-shadow: 0 0 22px rgba(200, 75, 255, 0.18);
    backdrop-filter: blur(14px);
}

body.neon-nico-home .worldwide-badge-ic {
    filter: drop-shadow(0 0 10px rgba(255, 77, 202, 0.22));
}

body.neon-nico-home .worldwide-title {
    margin: 14px 0 12px;
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 800;
    line-height: 1.14;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.28),
        0 0 34px rgba(139, 61, 255, 0.22);
}

body.neon-nico-home .worldwide-desc {
    margin: 0 auto 18px;
    color: rgba(185, 185, 201, 0.92);
    font-size: 17px;
    line-height: 1.8;
    max-width: 850px;
}

body.neon-nico-home .worldwide-head {
    text-align: center;
    margin: 0 auto 18px;
}

body.neon-nico-home .worldwide-map-wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 18px auto 0;
    text-align: center;
}

body.neon-nico-home .worldwide-map-aura {
    position: absolute;
    inset: -26px;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(139, 61, 255, 0.22),
        rgba(11, 11, 18, 0) 60%
    );
    filter: blur(10px);
    opacity: 0.9;
    pointer-events: none;
}

body.neon-nico-home .worldwide-map {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 26px 70px rgba(139, 61, 255, 0.25))
        drop-shadow(0 0 22px rgba(255, 77, 202, 0.14));
    max-width: 900px;
    max-height: 340px;
    margin: 0 auto;
    animation: floatMap 5s ease-in-out infinite;
}

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

body.neon-nico-home .worldwide-stats {
    margin: 18px auto 0;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

body.neon-nico-home .worldwide-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(200, 75, 255, 0.25);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 25px rgba(139, 61, 255, 0.18);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

body.neon-nico-home .worldwide-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 77, 202, 0.55);
    box-shadow:
        0 0 28px rgba(200, 75, 255, 0.26),
        0 0 25px rgba(139, 61, 255, 0.18);
}

body.neon-nico-home .worldwide-stat-ic {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(139, 61, 255, 0.35),
        rgba(255, 77, 202, 0.18)
    );
    border: 1px solid rgba(200, 75, 255, 0.32);
    box-shadow: 0 0 18px rgba(139, 61, 255, 0.18);
    flex: 0 0 auto;
}

body.neon-nico-home .worldwide-stat-ic i {
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 14px rgba(200, 75, 255, 0.16);
}

body.neon-nico-home .worldwide-stat-txt {
    color: #fff;
    font-weight: 800;
}

@media (max-width: 992px) {
    body.neon-nico-home .worldwide-stats {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

@media (max-width: 576px) {
    body.neon-nico-home .worldwide-map-wrap {
        margin-top: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.neon-nico-home .worldwide-sec::after {
        animation: none !important;
    }
    body.neon-nico-home .worldwide-map {
        animation: none !important;
    }
}

/* Legacy work-process classes (keep, but unused now) */

body.neon-nico-home .work-process-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #d86aff;
    background: linear-gradient(
        180deg,
        rgba(34, 11, 53, 0.85),
        rgba(24, 7, 40, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 22px rgba(200, 75, 255, 0.26);
    backdrop-filter: blur(14px);
}

body.neon-nico-home .work-process-badge-ic {
    font-size: 1.05rem;
    line-height: 1;
    color: #c84bff;
    text-shadow: 0 0 12px rgba(200, 75, 255, 0.55);
}

body.neon-nico-home .work-process-title {
    margin: 16px 0 18px;
    font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.35),
        0 0 30px rgba(139, 61, 255, 0.28),
        0 0 50px rgba(255, 77, 202, 0.22);
}

body.neon-nico-home .work-process-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 22px;
    background: linear-gradient(90deg, #8b3dff, #c84bff);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 16px 44px rgba(139, 61, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.neon-nico-home .work-process-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow:
        0 0 26px rgba(200, 75, 255, 0.3),
        0 16px 44px rgba(139, 61, 255, 0.26);
}

[dir="rtl"] body.neon-nico-home .work-process-btn i {
    transform: scaleX(-1);
}

body.neon-nico-home .work-process-right {
    position: relative;
    min-height: 520px;
}

body.neon-nico-home .work-cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: end;
    padding-inline-end: clamp(260px, 20vw, 420px);
}

body.neon-nico-home .work-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 18px 18px 18px;
    box-shadow: 0 20px 60px rgba(139, 61, 255, 0.12);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.neon-nico-home .work-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: radial-gradient(
        circle at 22% 10%,
        rgba(139, 61, 255, 0.18),
        rgba(0, 0, 0, 0) 52%
    );
    opacity: 0.85;
    pointer-events: none;
}

body.neon-nico-home .work-card:hover {
    transform: translateY(-10px);
    border-color: rgba(200, 75, 255, 0.55);
    box-shadow:
        0 0 35px rgba(200, 75, 255, 0.22),
        0 20px 60px rgba(139, 61, 255, 0.16);
}

/* Preserve staircase position on hover */
body.neon-nico-home .work-card:nth-child(1):hover {
    transform: translateY(26px);
}
body.neon-nico-home .work-card:nth-child(2):hover {
    transform: translateY(14px);
}
body.neon-nico-home .work-card:nth-child(3):hover {
    transform: translateY(2px);
}
body.neon-nico-home .work-card:nth-child(4):hover {
    transform: translateY(-10px);
}

body.neon-nico-home .work-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

body.neon-nico-home .work-card-num {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    background: rgba(139, 61, 255, 0.16);
    border: 1px solid rgba(200, 75, 255, 0.35);
    box-shadow: 0 0 18px rgba(139, 61, 255, 0.18);
}

body.neon-nico-home .work-card-title {
    font-weight: 800;
    background: var(--neon-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 14px rgba(200, 75, 255, 0.22),
        0 0 26px rgba(139, 61, 255, 0.16);
    font-size: 1.02rem;
}

body.neon-nico-home .work-card-desc {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(185, 185, 201, 0.92);
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Staircase offsets */
body.neon-nico-home .work-card:nth-child(1) {
    transform: translateY(36px);
}
body.neon-nico-home .work-card:nth-child(2) {
    transform: translateY(24px);
}
body.neon-nico-home .work-card:nth-child(3) {
    transform: translateY(12px);
}
body.neon-nico-home .work-card:nth-child(4) {
    transform: translateY(0);
}

body.neon-nico-home .work-process-visual {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(420px, 34vw);
    pointer-events: none;
}

body.neon-nico-home .work-process-img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(139, 61, 255, 0.25))
        drop-shadow(0 0 22px rgba(200, 75, 255, 0.22));
    animation: wpFloat 7s ease-in-out infinite;
}

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

@media (max-width: 992px) {
    body.neon-nico-home .work-process-grid {
        grid-template-columns: 1fr;
    }
    body.neon-nico-home .work-process-left {
        position: relative;
        top: auto;
    }
    body.neon-nico-home .work-cards {
        padding-inline-end: 0;
        grid-template-columns: 1fr;
    }
    body.neon-nico-home .work-card:nth-child(2),
    body.neon-nico-home .work-card:nth-child(3),
    body.neon-nico-home .work-card:nth-child(4) {
        transform: none;
    }
    body.neon-nico-home .work-process-visual {
        position: relative;
        inset: auto;
        width: min(420px, 100%);
        margin: 22px auto 0;
    }
    body.neon-nico-home .work-process-img {
        max-height: 460px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.neon-nico-home .work-process-img {
        animation: none !important;
    }
    body.neon-nico-home .work-card {
        transition: none;
    }
}

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

@keyframes successPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(200, 75, 255, 0));
        opacity: 1;
    }
    50% {
        filter: drop-shadow(0 0 14px rgba(200, 75, 255, 0.32));
        opacity: 0.98;
    }
}

@media (max-width: 992px) {
    body.neon-nico-home .budget-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "wide"
            "success"
            "pay"
            "numbers";
    }
    body.neon-nico-home .budget-card-split {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    body.neon-nico-home .budget-card-media {
        padding-inline-start: 0;
        border-inline-start: none;
        padding-top: 14px;
        border-top: none;
    }
    [dir="rtl"] body.neon-nico-home .budget-card-media {
        padding-inline-end: 0;
        border-inline-end: none;
    }
    body.neon-nico-home .budget-card-img {
        max-height: 260px;
        animation: budgetFloat 6.5s ease-in-out infinite;
    }
    body.neon-nico-home .budget-card--success .budget-card-img {
        max-height: 220px;
        animation: none;
    }
    body.neon-nico-home .budget-circles {
        grid-template-columns: 1fr;
    }
    body.neon-nico-home .budget-circle {
        border-radius: 22px;
        min-height: 96px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.neon-nico-home .budget-card-img,
    body.neon-nico-home .budget-success-val {
        animation: none !important;
    }
    body.neon-nico-home .budget-card {
        transition: none;
    }
}

/* ---------- Modal ---------- */
body.neon-nico-home .modal-content {
    background: rgba(18, 10, 31, 0.97);
    border: 1px solid rgba(200, 75, 255, 0.4);
    color: var(--neon-text);
    border-radius: 18px;
}

body.neon-nico-home .modal-header .close {
    color: var(--neon-text);
    opacity: 1;
}

body.neon-nico-home .modal-body {
    color: var(--neon-muted);
}

/* ---------- Readability boost on dark background ---------- */
body.neon-nico-home .hero-badge-neon,
body.neon-nico-home #header.header h1,
body.neon-nico-home .about-trust-label,
body.neon-nico-home .about-trust-title,
body.neon-nico-home .why-choose-title,
body.neon-nico-home .why-card-title,
body.neon-nico-home .cta-signup-title,
body.neon-nico-home .budget-badge,
body.neon-nico-home .budget-title,
body.neon-nico-home .title-label-txt,
body.neon-nico-home .work-process-title,
body.neon-nico-home .steps-title,
body.neon-nico-home .platforms-title,
body.neon-nico-home .platforms-title .hl,
body.neon-nico-home .worldwide-badge,
body.neon-nico-home .worldwide-title,
body.neon-nico-home .faq-neon-badge,
body.neon-nico-home .faq-neon-title,
body.neon-nico-home .faq-block__header-title h4,
body.neon-nico-home .fun-exp-badge,
body.neon-nico-home .fun-exp-title,
body.neon-nico-home .need-help-badge,
body.neon-nico-home .need-help-title {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.38) !important;
}

body.neon-nico-home #need-help-sec .need-help-title {
    text-shadow: none !important;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35))
        drop-shadow(0 0 18px rgba(200, 75, 255, 0.28));
}

body.neon-nico-home #need-help-sec .need-help-badge {
    text-shadow: 0 0 10px rgba(200, 75, 255, 0.35) !important;
}

/* ---------- Brand logo (navbar + footer) ---------- */
@keyframes neon-brand-logo-in {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Navbar logo — Grow header (fixed heights, no stretch) */
body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow
    .navbar-brand.logo-image.neon-brand-logo-link {
    height: auto !important;
    min-height: 0 !important;
    align-self: center;
    display: inline-flex !important;
    align-items: center;
    box-sizing: border-box;
}

body.neon-nico-home .neon-brand-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.28s ease;
}

body.neon-nico-home .neon-brand-logo-link:focus {
    outline: none;
}

body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow
    .navbar-brand.logo-image.neon-brand-logo-link
    .neon-brand-logo,
body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow
    .navbar-brand.logo-image
    img.neon-brand-logo {
    height: 42px !important;
    width: auto !important;
    max-width: min(220px, 46vw) !important;
    max-height: none !important;
    object-fit: contain;
    object-position: left center;
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    animation: neon-brand-logo-in 0.65s ease-out both;
    filter: drop-shadow(0 0 6px rgba(139, 61, 255, 0.42))
        drop-shadow(0 0 14px rgba(255, 77, 202, 0.18));
    transition:
        filter 0.28s ease,
        transform 0.2s ease;
}

/* Logo hover effect (requested .logo) */
body.neon-nico-home img.logo {
    transition: all 0.25s ease;
}

body.neon-nico-home img.logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(200, 75, 255, 0.5)) brightness(1.08);
}

body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow
    .navbar-brand.neon-brand-logo-link:hover
    .neon-brand-logo,
body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow
    .navbar-brand.neon-brand-logo-link:focus-visible
    .neon-brand-logo {
    filter: drop-shadow(0 0 10px rgba(139, 61, 255, 0.55))
        drop-shadow(0 0 18px rgba(255, 77, 202, 0.25)) brightness(1.06);
    transform: scale(1.02);
}

body.neon-nico-home
    .navbar.navbar-custom.navbar-neon-grow
    .navbar-brand.neon-brand-logo-link:active
    .neon-brand-logo {
    transform: scale(1);
}

@media (max-width: 991px) {
    body.neon-nico-home
        .navbar.navbar-custom.navbar-neon-grow
        .neon-brand-logo {
        height: 36px !important;
        max-width: min(200px, 50vw) !important;
    }

    html[dir="rtl"]
        body.neon-nico-home
        .navbar.navbar-custom.navbar-neon-grow
        .neon-brand-logo,
    body.neon-nico-home.rtl
        .navbar.navbar-custom.navbar-neon-grow
        .neon-brand-logo {
        object-position: right center;
    }
}

@media (max-width: 575px) {
    body.neon-nico-home
        .navbar.navbar-custom.navbar-neon-grow
        .neon-brand-logo {
        height: 30px !important;
        max-width: min(180px, 55vw) !important;
    }
}

body.neon-nico-home
    .footer
    .neon-brand-logo-link--footer
    .neon-brand-logo--footer {
    height: 42px;
    width: auto;
    max-width: min(260px, 88vw);
    object-fit: contain;
    object-position: left center;
    display: block;
    background: transparent;
    filter: drop-shadow(0 0 6px rgba(139, 61, 255, 0.38))
        drop-shadow(0 0 12px rgba(255, 77, 202, 0.15));
    transition:
        filter 0.28s ease,
        transform 0.28s ease;
}

[dir="rtl"]
    body.neon-nico-home
    .footer
    .neon-brand-logo-link--footer
    .neon-brand-logo--footer {
    object-position: right center;
}

[dir="rtl"] body.neon-nico-home #footer.footer .footer-neon-list a {
    flex-direction: row;
}

body.neon-nico-home
    .footer
    .neon-brand-logo-link--footer:hover
    .neon-brand-logo--footer,
body.neon-nico-home
    .footer
    .neon-brand-logo-link--footer:focus-visible
    .neon-brand-logo--footer {
    filter: drop-shadow(0 0 10px rgba(139, 61, 255, 0.55))
        drop-shadow(0 0 18px rgba(255, 77, 202, 0.22)) brightness(1.06);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    body.neon-nico-home
        .footer
        .neon-brand-logo-link--footer
        .neon-brand-logo--footer {
        height: 42px;
        max-width: min(260px, 85vw);
    }
}
