/* =========================================================
   LEVEL X GAME ZONE
   PREMIUM COMPONENT SYSTEM
   Dark Navy / Electric Blue / Neon Purple / Cyan
========================================================= */

:root {
    --lx-black: #03050a;
    --lx-navy: #07101d;
    --lx-navy-2: #0a1424;
    --lx-panel: rgba(10, 18, 31, 0.78);
    --lx-panel-strong: rgba(8, 15, 27, 0.94);

    --lx-blue: #1688ff;
    --lx-blue-bright: #39a8ff;
    --lx-purple: #8a4dff;
    --lx-purple-bright: #b477ff;
    --lx-cyan: #4deaff;

    --lx-white: #f7fbff;
    --lx-text: #d9e4f0;
    --lx-muted: #8190a3;

    --lx-border: rgba(111, 176, 255, 0.18);
    --lx-border-strong: rgba(77, 234, 255, 0.38);

    --lx-radius: 18px;
    --lx-radius-small: 12px;

    --lx-shadow:
        0 18px 55px rgba(0, 0, 0, 0.38);

    --lx-blue-glow:
        0 0 28px rgba(22, 136, 255, 0.18);

    --lx-purple-glow:
        0 0 28px rgba(138, 77, 255, 0.16);
}


/* =========================================================
   GLOBAL COMPONENT SAFETY
========================================================= */

.home-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(22, 136, 255, 0.055),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 35%,
            rgba(138, 77, 255, 0.045),
            transparent 30%
        ),
        var(--lx-black);
    color: var(--lx-white);
}

.home-page *,
.home-page *::before,
.home-page *::after {
    box-sizing: border-box;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}


/* =========================================================
   NAVBAR
========================================================= */

.site-navbar,
.navbar,
.main-navbar {
    position: relative;
    z-index: 1000;
}

.site-navbar {
    background: rgba(3, 5, 10, 0.78);
    border-bottom: 1px solid rgba(77, 234, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.navbar-inner,
.nav-container {
    min-height: 76px;
}

.brand,
.navbar-brand,
.site-brand {
    color: var(--lx-white);
    text-decoration: none;
    letter-spacing: -0.02em;
}

.brand:hover,
.navbar-brand:hover,
.site-brand:hover {
    color: var(--lx-white);
}

.brand-mark {
    color: var(--lx-blue-bright);
}

.nav-link {
    color: rgba(247, 251, 255, 0.76);
    transition:
        color 180ms ease,
        text-shadow 180ms ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--lx-white);
    text-shadow:
        0 0 14px rgba(57, 168, 255, 0.5);
}

.login-button,
.nav-login,
.nav-cta {
    border: 1px solid rgba(57, 168, 255, 0.45);
    color: var(--lx-white);
    background: rgba(22, 136, 255, 0.08);
    border-radius: 10px;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.login-button:hover,
.nav-login:hover,
.nav-cta:hover {
    background: rgba(22, 136, 255, 0.16);
    border-color: rgba(77, 234, 255, 0.7);
    box-shadow: var(--lx-blue-glow);
    transform: translateY(-1px);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.mobile-menu-toggle,
.menu-toggle,
.nav-menu-toggle {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid rgba(77, 234, 255, 0.28);
    border-radius: 11px;
    background: rgba(8, 18, 31, 0.86);
    color: var(--lx-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.mobile-menu-toggle:hover,
.menu-toggle:hover,
.nav-menu-toggle:hover {
    border-color: var(--lx-cyan);
    background: rgba(22, 136, 255, 0.12);
    box-shadow: 0 0 20px rgba(77, 234, 255, 0.14);
}

.mobile-menu-toggle:active,
.menu-toggle:active,
.nav-menu-toggle:active {
    transform: scale(0.95);
}



/* =========================================================
   NAVIGATION LAYOUT
========================================================= */
.site-header {
    position: relative;
    z-index: 1000;
}

.navbar {
    width: min(1180px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: baseline;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.brand-level { color: #fff; }
.brand-x { color: var(--lx-blue-bright); margin-left: 3px; text-shadow: 0 0 18px rgba(57,168,255,.45); }

.nav-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-menu a {
    padding: 9px 10px;
    border-radius: 8px;
    color: rgba(247,251,255,.68);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: color .18s ease, background .18s ease;
}

.nav-menu a:hover {
    color: #fff;
    background: rgba(22,136,255,.07);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    display: block;
}

.nav-menu .nav-login {
    margin-left: 7px;
    padding-inline: 14px;
}

@media (max-width: 900px) {
    .navbar { min-height: 68px; }
    .menu-toggle { display: inline-flex; }
    .nav-menu {
        position: absolute;
        top: 64px;
        left: 13px;
        right: 13px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 10px;
        border: 1px solid rgba(77,234,255,.16);
        border-radius: 14px;
        background: rgba(5,10,18,.97);
        box-shadow: 0 22px 55px rgba(0,0,0,.45);
        backdrop-filter: blur(18px);
    }
    .nav-menu.open { display: flex; }
    .nav-menu a { padding: 12px 11px; }
    .nav-menu .nav-login { margin-left: 0; margin-top: 4px; text-align: center; }
}

/* =========================================================
   BUTTON SYSTEM
========================================================= */

.lx-button {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-decoration: none;
    white-space: nowrap;

    cursor: pointer;

    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease;
}

.lx-button:hover {
    transform: translateY(-2px);
}

.lx-button:active {
    transform: translateY(0) scale(0.98);
}

.lx-button-primary {
    color: #ffffff;
    border: 1px solid rgba(77, 234, 255, 0.65);
    background:
        linear-gradient(
            135deg,
            rgba(22, 136, 255, 0.95),
            rgba(80, 72, 255, 0.95)
        );
    box-shadow:
        0 8px 28px rgba(22, 136, 255, 0.18);
}

.lx-button-primary:hover {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 12px 34px rgba(22, 136, 255, 0.26),
        0 0 24px rgba(77, 234, 255, 0.12);
}

.lx-button-outline {
    color: var(--lx-white);
    border: 1px solid rgba(77, 234, 255, 0.34);
    background: rgba(7, 16, 29, 0.58);
}

.lx-button-outline:hover {
    border-color: rgba(77, 234, 255, 0.7);
    background: rgba(22, 136, 255, 0.08);
    box-shadow: 0 0 24px rgba(77, 234, 255, 0.1);
}

.lx-button-ghost {
    color: var(--lx-text);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.025);
}

.lx-button-ghost:hover {
    color: #fff;
    border-color: rgba(138, 77, 255, 0.5);
    background: rgba(138, 77, 255, 0.07);
}


/* =========================================================
   HERO
========================================================= */

.home-hero {
    position: relative;
    min-height: min(780px, calc(100vh - 60px));
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 72% 30%,
            rgba(22, 136, 255, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 68%,
            rgba(138, 77, 255, 0.1),
            transparent 30%
        ),
        var(--lx-black);
}

.home-hero-media,
.home-hero-image,
.home-hero-overlay,
.home-hero-grid {
    position: absolute;
    inset: 0;
}

.home-hero-image {
    background:
        linear-gradient(
            90deg,
            rgba(3, 5, 10, 0.98) 0%,
            rgba(3, 5, 10, 0.88) 38%,
            rgba(3, 5, 10, 0.52) 68%,
            rgba(3, 5, 10, 0.72) 100%
        ),
        url("../images/backgrounds/hero.jpg")
        center / cover no-repeat;
}

.home-hero-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(3, 5, 10, 0.12),
            rgba(3, 5, 10, 0.35)
        );
}

.home-hero-grid {
    opacity: 0.17;
    background-image:
        linear-gradient(
            rgba(77, 234, 255, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(77, 234, 255, 0.055) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 20%,
        black 78%,
        transparent
    );
}

.home-hero-light {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.12;
}

.home-hero-light-blue {
    right: 3%;
    top: 18%;
    background: var(--lx-blue);
}

.home-hero-light-purple {
    right: 22%;
    bottom: -20%;
    background: var(--lx-purple);
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    padding: 95px 0 105px;
}

.home-hero-copy {
    width: min(720px, 100%);
}

.home-kicker,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--lx-cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.home-kicker {
    margin-bottom: 22px;
}

.home-kicker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lx-cyan);
    box-shadow:
        0 0 10px rgba(77, 234, 255, 0.75);
}

.home-hero-title {
    margin: 0;
    color: #ffffff;

    font-size: clamp(52px, 8vw, 108px);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: -0.055em;

    text-transform: uppercase;
    text-shadow:
        0 0 32px rgba(22, 136, 255, 0.14);
}

.home-hero-title span {
    display: block;
    margin-top: 10px;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            var(--lx-blue-bright) 46%,
            var(--lx-purple-bright) 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-hero-tagline {
    margin: 25px 0 0;

    color: #ffffff;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 600;
    letter-spacing: 0.08em;
}

.home-hero-tagline b {
    margin: 0 7px;
    color: var(--lx-cyan);
}

.home-hero-description {
    max-width: 600px;
    margin: 18px 0 0;

    color: rgba(217, 228, 240, 0.72);
    font-size: 15px;
    line-height: 1.8;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 30px;
}

.home-hero-meta {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 48px;
}

.home-meta-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home-meta-item strong {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.home-meta-item span {
    color: var(--lx-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.home-meta-line {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.12);
}

.home-scroll-indicator {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 34px;

    display: flex;
    align-items: center;
    gap: 12px;

    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.17em;
    writing-mode: vertical-rl;
}

.home-scroll-indicator i {
    display: block;
    width: 1px;
    height: 42px;
    background:
        linear-gradient(
            to bottom,
            transparent,
            var(--lx-cyan)
        );
}


/* =========================================================
   EXPERIENCE STRIP
========================================================= */

.home-experience-strip {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: #050a12;
    border-top: 1px solid rgba(77, 234, 255, 0.08);
    border-bottom: 1px solid rgba(77, 234, 255, 0.08);
}

.home-experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.experience-item {
    min-height: 100px;
    padding: 20px 24px;

    display: flex;
    align-items: center;
    gap: 16px;

    color: inherit;
    text-decoration: none;

    border-right: 1px solid rgba(255, 255, 255, 0.08);

    transition:
        background 180ms ease,
        padding 180ms ease;
}

.experience-item:last-child {
    border-right: 0;
}

.experience-item:hover {
    padding-left: 28px;
    background: rgba(22, 136, 255, 0.045);
}

.experience-icon {
    width: 39px;
    height: 39px;
    min-width: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(77, 234, 255, 0.28);
    border-radius: 9px;

    color: var(--lx-cyan);
    font-size: 9px;
    font-weight: 800;
}

.experience-item div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.experience-item strong {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.experience-item span {
    color: var(--lx-muted);
    font-size: 10px;
}

.experience-item > b {
    margin-left: auto;
    color: rgba(77, 234, 255, 0.65);
    font-size: 18px;
}


/* =========================================================
   GENERAL HOME SECTIONS
========================================================= */

.home-section {
    padding: 105px 0;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 35px;
}

.home-section-heading h2 {
    margin: 10px 0 0;

    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.home-section-heading h2 span {
    color: var(--lx-blue-bright);
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-decoration: none;

    transition:
        color 180ms ease,
        gap 180ms ease;
}

.section-link span {
    color: var(--lx-cyan);
    font-size: 15px;
}

.section-link:hover {
    color: #fff;
    gap: 13px;
}


/* =========================================================
   CONSOLES
========================================================= */

.home-live-section {
    background:
        linear-gradient(
            180deg,
            #050a12,
            #04070d
        );
}

.home-console-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.console-status-card {
    position: relative;
    min-height: 145px;
    padding: 18px;

    overflow: hidden;

    border: 1px solid var(--lx-border);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 25, 43, 0.88),
            rgba(6, 12, 21, 0.9)
        );

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);

    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.console-status-card:hover {
    transform: translateY(-4px);
    border-color: rgba(77, 234, 255, 0.32);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.28),
        0 0 22px rgba(22, 136, 255, 0.08);
}

.console-status-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.console-platform {
    color: var(--lx-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.console-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lx-cyan);
    box-shadow: 0 0 11px rgba(77, 234, 255, 0.65);
}

.console-number {
    margin-top: 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.console-status-bottom {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 17px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.console-status-bottom span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.console-status-bottom small {
    color: var(--lx-muted);
    font-size: 7px;
    letter-spacing: 0.12em;
}

.status-available {
    border-color: rgba(77, 234, 255, 0.22);
}

.status-available .console-status-bottom span {
    color: var(--lx-cyan);
}

.status-playing {
    border-color: rgba(22, 136, 255, 0.3);
}

.status-playing .console-live-dot {
    background: var(--lx-blue-bright);
    box-shadow: 0 0 11px rgba(57, 168, 255, 0.75);
}

.status-playing .console-status-bottom span {
    color: var(--lx-blue-bright);
}

.status-reserved {
    border-color: rgba(138, 77, 255, 0.28);
}

.status-reserved .console-live-dot {
    background: var(--lx-purple-bright);
    box-shadow: 0 0 11px rgba(180, 119, 255, 0.65);
}

.status-reserved .console-status-bottom span {
    color: var(--lx-purple-bright);
}

.status-offline {
    opacity: 0.62;
}


/* =========================================================
   GAMES
========================================================= */

.home-games-section {
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(138, 77, 255, 0.07),
            transparent 25%
        ),
        #03060c;
}

.home-games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.game-showcase-card {
    display: block;
    overflow: hidden;

    color: inherit;
    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;

    background: rgba(9, 16, 27, 0.76);

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.game-showcase-card:hover {
    transform: translateY(-6px);
    border-color: rgba(77, 234, 255, 0.28);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(22, 136, 255, 0.08);
}

.game-card-visual {
    position: relative;
    height: 235px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(22, 136, 255, 0.18),
            transparent 42%
        ),
        #08111e;
}

.game-card-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition:
        transform 400ms ease,
        filter 400ms ease;
}

.game-showcase-card:hover .game-card-visual img {
    transform: scale(1.045);
    filter: brightness(1.08);
}

.game-card-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(3, 5, 10, 0.05),
            rgba(3, 5, 10, 0.82)
        );
}

.game-card-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle,
            rgba(22, 136, 255, 0.15),
            transparent 48%
        );
}

.game-card-placeholder span {
    color: rgba(255, 255, 255, 0.14);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.game-card-platform {
    position: absolute;
    left: 14px;
    top: 14px;

    padding: 7px 9px;

    border: 1px solid rgba(77, 234, 255, 0.2);
    border-radius: 7px;

    color: var(--lx-cyan);
    background: rgba(3, 8, 15, 0.72);

    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.game-card-arrow {
    position: absolute;
    right: 14px;
    top: 14px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;

    color: #fff;
    background: rgba(3, 8, 15, 0.5);

    font-size: 14px;

    transition:
        background 180ms ease,
        border-color 180ms ease;
}

.game-showcase-card:hover .game-card-arrow {
    border-color: rgba(77, 234, 255, 0.45);
    background: rgba(22, 136, 255, 0.12);
}

.game-card-info {
    min-height: 88px;
    padding: 17px 16px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.game-card-label {
    color: var(--lx-muted);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.game-card-info h3 {
    margin: 7px 0 0;

    color: #fff;
    font-size: 16px;
    line-height: 1.15;
}

.game-card-line {
    width: 25px;
    height: 2px;
    flex-shrink: 0;
    margin-bottom: 5px;
    background: var(--lx-blue);
}


/* =========================================================
   PRICING
========================================================= */

.home-pricing-section {
    background:
        linear-gradient(
            135deg,
            rgba(22, 136, 255, 0.045),
            transparent 45%
        ),
        #050912;
}

.home-pricing-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 65px;
    align-items: center;
}

.home-pricing-copy h2 {
    max-width: 480px;
    margin: 12px 0 18px;

    color: #fff;
    font-size: clamp(36px, 4.5vw, 55px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.home-pricing-copy h2 span {
    display: block;
    color: var(--lx-blue-bright);
}

.home-pricing-copy p {
    max-width: 510px;
    margin: 0 0 26px;

    color: var(--lx-muted);
    font-size: 13px;
    line-height: 1.8;
}

.home-price-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.home-price-item {
    min-height: 105px;
    padding: 18px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border: 1px solid rgba(77, 234, 255, 0.12);
    border-radius: 13px;

    background: rgba(7, 16, 29, 0.68);

    transition:
        border-color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.home-price-item:hover {
    transform: translateY(-3px);
    border-color: rgba(77, 234, 255, 0.28);
    background: rgba(22, 136, 255, 0.055);
}

.price-item-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.price-item-top span {
    color: var(--lx-cyan);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.price-item-top small {
    color: var(--lx-muted);
    font-size: 8px;
    font-weight: 700;
}

.home-price-item strong {
    color: #fff;
    font-size: 27px;
    letter-spacing: -0.04em;
}


/* =========================================================
   FEATURE / TOURNAMENT
========================================================= */

.home-feature-section {
    padding: 45px 0 105px;
    background: #03060c;
}

.home-feature-panel {
    position: relative;
    min-height: 390px;
    overflow: hidden;

    display: flex;
    align-items: center;

    border: 1px solid rgba(77, 234, 255, 0.15);
    border-radius: 22px;

    background:
        radial-gradient(
            circle at 80% 45%,
            rgba(138, 77, 255, 0.15),
            transparent 33%
        ),
        linear-gradient(
            125deg,
            rgba(8, 20, 36, 0.96),
            rgba(7, 11, 22, 0.98)
        );

    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.28);
}

.feature-panel-content {
    position: relative;
    z-index: 2;
    width: 58%;
    padding: 55px;
}

.feature-panel-content h2 {
    max-width: 550px;
    margin: 13px 0 17px;

    color: #fff;
    font-size: clamp(35px, 4vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.feature-panel-content h2 span {
    display: block;
    color: var(--lx-purple-bright);
}

.feature-panel-content p {
    max-width: 490px;
    color: var(--lx-muted);
    font-size: 13px;
    line-height: 1.8;
}

.feature-panel-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 27px;
}

.text-action {
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.text-action span {
    margin-left: 7px;
    color: var(--lx-cyan);
}

.feature-panel-art {
    position: absolute;
    right: 4%;
    top: 50%;
    width: 360px;
    height: 360px;
    transform: translateY(-50%);
}

.art-ring {
    position: absolute;
    left: 50%;
    top: 50%;

    border-radius: 50%;
    transform: translate(-50%, -50%);

    border: 1px solid rgba(77, 234, 255, 0.16);
}

.art-ring-one {
    width: 230px;
    height: 230px;
}

.art-ring-two {
    width: 320px;
    height: 320px;
    border-color: rgba(138, 77, 255, 0.12);
}

.art-center {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 145px;
    height: 145px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(77, 234, 255, 0.32);
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(22, 136, 255, 0.16),
            rgba(5, 10, 18, 0.95)
        );

    box-shadow:
        0 0 45px rgba(22, 136, 255, 0.1);
}

.art-center span {
    color: var(--lx-cyan);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.art-center strong {
    color: #fff;
    font-size: 65px;
    line-height: 0.8;
}


/* =========================================================
   MOMENTS / GALLERY
========================================================= */

.home-moments-section {
    background: #050a12;
}

.home-moments-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr 0.8fr;
    gap: 12px;
}

.moment-tile {
    position: relative;
    min-height: 260px;
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;

    color: inherit;
    text-decoration: none;

    background: #08111e;
}

.moment-large {
    min-height: 390px;
}

.moment-tile-bg {
    position: absolute;
    inset: 0;

    transition:
        transform 500ms ease,
        filter 500ms ease;
}

.moment-bg-one {
    background:
        linear-gradient(
            180deg,
            rgba(3, 5, 10, 0.05),
            rgba(3, 5, 10, 0.9)
        ),
        url("../images/gallery/moment-01.jpg")
        center / cover no-repeat;
}

.moment-bg-two {
    background:
        linear-gradient(
            180deg,
            rgba(3, 5, 10, 0.05),
            rgba(3, 5, 10, 0.9)
        ),
        url("../images/gallery/moment-02.jpg")
        center / cover no-repeat;
}

.moment-bg-three {
    background:
        linear-gradient(
            180deg,
            rgba(3, 5, 10, 0.05),
            rgba(3, 5, 10, 0.9)
        ),
        url("../images/gallery/moment-03.jpg")
        center / cover no-repeat;
}

.moment-tile:hover .moment-tile-bg {
    transform: scale(1.05);
    filter: brightness(1.08);
}

.moment-tile-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.moment-tile-content span {
    color: var(--lx-cyan);
    font-size: 8px;
    font-weight: 800;
}

.moment-tile-content strong {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.moment-tile-content small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.15em;
}


/* =========================================================
   FINAL CTA
========================================================= */

.home-final-cta {
    position: relative;
    overflow: hidden;

    padding: 115px 0;

    background:
        radial-gradient(
            circle at 50% 40%,
            rgba(22, 136, 255, 0.1),
            transparent 32%
        ),
        #03050a;

    border-top: 1px solid rgba(77, 234, 255, 0.08);
}

.home-final-glow {
    position: absolute;
    left: 50%;
    top: 45%;

    width: 500px;
    height: 180px;

    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: rgba(138, 77, 255, 0.07);
    filter: blur(70px);
}

.home-final-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.home-final-content h2 {
    max-width: 760px;
    margin: 14px auto 17px;

    color: #fff;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.home-final-content h2 span {
    display: block;
    color: var(--lx-blue-bright);
}

.home-final-content p {
    margin: 0 auto;
    color: var(--lx-muted);
    font-size: 14px;
}

.home-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}


/* =========================================================
   EMPTY STATES
========================================================= */

.home-empty-state {
    min-height: 150px;
    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    border: 1px dashed rgba(77, 234, 255, 0.15);
    border-radius: 15px;

    background: rgba(7, 16, 29, 0.4);
}

.home-empty-state span {
    color: var(--lx-cyan);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.home-empty-state p {
    margin: 9px 0 0;
    color: var(--lx-muted);
    font-size: 12px;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer,
.footer {
    background: #020409;
    border-top: 1px solid rgba(77, 234, 255, 0.08);
}

.site-footer a,
.footer a {
    transition:
        color 180ms ease,
        opacity 180ms ease;
}

.site-footer a:hover,
.footer a:hover {
    color: var(--lx-cyan);
}


/* =========================================================
   MODAL
========================================================= */

.modal-backdrop,
.modal-overlay {
    background: rgba(1, 3, 7, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.modal,
.modal-content {
    border: 1px solid rgba(77, 234, 255, 0.18);
    background: rgba(7, 15, 27, 0.96);
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(22, 136, 255, 0.08);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .home-console-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-games-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-pricing-layout {
        gap: 35px;
    }

    .feature-panel-art {
        right: -30px;
        opacity: 0.75;
    }

}


@media (max-width: 820px) {

    .container {
        width: min(100% - 30px, 680px);
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero-image {
        background:
            linear-gradient(
                180deg,
                rgba(3, 5, 10, 0.84),
                rgba(3, 5, 10, 0.96)
            ),
            url("../images/backgrounds/hero.jpg")
            center / cover no-repeat;
    }

    .home-hero-inner {
        padding: 80px 0 75px;
    }

    .home-hero-title {
        font-size: clamp(48px, 13vw, 78px);
    }

    .home-hero-description {
        max-width: 550px;
    }

    .home-hero-meta {
        gap: 15px;
        margin-top: 35px;
    }

    .home-experience-grid {
        grid-template-columns: 1fr;
    }

    .experience-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .experience-item:last-child {
        border-bottom: 0;
    }

    .home-console-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-games-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-pricing-layout {
        grid-template-columns: 1fr;
    }

    .home-pricing-copy h2 {
        max-width: 600px;
    }

    .home-feature-panel {
        min-height: 430px;
    }

    .feature-panel-content {
        width: 72%;
        padding: 40px;
    }

    .feature-panel-art {
        right: -80px;
        opacity: 0.45;
    }

    .home-moments-grid {
        grid-template-columns: 1fr 1fr;
    }

    .moment-large {
        grid-column: 1 / -1;
        min-height: 320px;
    }

}


@media (max-width: 600px) {

    .container {
        width: calc(100% - 26px);
    }

    .home-hero-inner {
        padding: 65px 0 62px;
    }

    .home-kicker {
        margin-bottom: 17px;
        font-size: 8px;
    }

    .home-hero-title {
        font-size: clamp(43px, 14vw, 65px);
        line-height: 0.9;
    }

    .home-hero-tagline {
        margin-top: 19px;
        font-size: 15px;
    }

    .home-hero-description {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.7;
    }

    .home-hero-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .home-hero-actions .lx-button {
        width: 100%;
    }

    .home-hero-meta {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 30px;
    }

    .home-meta-line {
        display: none;
    }

    .home-meta-item {
        padding-right: 8px;
    }

    .home-meta-item strong {
        font-size: 11px;
    }

    .home-meta-item span {
        font-size: 6px;
        line-height: 1.4;
    }

    .home-scroll-indicator {
        display: none;
    }

    .home-section {
        padding: 75px 0;
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .home-section-heading h2 {
        font-size: 31px;
    }

    .section-link {
        font-size: 9px;
    }

    .home-console-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .console-status-card {
        min-height: 132px;
        padding: 14px;
    }

    .console-number {
        margin-top: 20px;
        font-size: 14px;
    }

    .console-status-bottom {
        left: 14px;
        right: 14px;
        bottom: 13px;
    }

    .console-status-bottom span {
        font-size: 7px;
    }

    .console-status-bottom small {
        font-size: 6px;
    }

    .home-games-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .game-card-visual {
        height: 185px;
    }

    .game-card-info {
        min-height: 77px;
        padding: 13px;
    }

    .game-card-info h3 {
        font-size: 13px;
    }

    .game-card-label {
        font-size: 6px;
    }

    .game-card-platform {
        left: 9px;
        top: 9px;
        padding: 6px 7px;
        font-size: 6px;
    }

    .game-card-arrow {
        right: 9px;
        top: 9px;
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .home-price-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .home-price-item {
        min-height: 92px;
        padding: 14px;
    }

    .price-item-top {
        flex-direction: column;
        gap: 4px;
    }

    .home-price-item strong {
        font-size: 23px;
    }

    .home-feature-section {
        padding: 20px 0 75px;
    }

    .home-feature-panel {
        min-height: 470px;
        border-radius: 17px;
    }

    .feature-panel-content {
        width: 100%;
        padding: 30px 24px;
    }

    .feature-panel-content h2 {
        font-size: 36px;
    }

    .feature-panel-art {
        width: 280px;
        height: 280px;
        right: -95px;
        bottom: -75px;
        top: auto;
        transform: none;
        opacity: 0.3;
    }

    .feature-panel-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .home-moments-grid {
        grid-template-columns: 1fr;
    }

    .moment-large,
    .moment-tile {
        grid-column: auto;
        min-height: 240px;
    }

    .home-final-cta {
        padding: 85px 0;
    }

    .home-final-content h2 {
        font-size: 42px;
    }

    .home-final-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-final-actions .lx-button {
        width: 100%;
    }

    .lx-button {
        min-height: 48px;
        padding-inline: 18px;
        font-size: 10px;
    }

}


@media (max-width: 390px) {

    .home-hero-title {
        font-size: 40px;
    }

    .home-console-grid {
        grid-template-columns: 1fr;
    }

    .home-games-grid {
        grid-template-columns: 1fr;
    }

    .home-price-grid {
        grid-template-columns: 1fr;
    }

    .home-meta-item span {
        font-size: 5.5px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}