:root {
    --grid-cell: clamp(70px, 8vw, 110px);
}

nav {
    background-color: #0E0E0E !important;
    border-bottom: none !important;
}

body.page-grid {
    position: relative;
    min-height: 100vh;
    background-color: #050912;
    overflow-x: hidden;
}

body.page-grid::before,
body.page-grid::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
}

body.page-grid::before {
    background: transparent;
    z-index: -2;
}

body.page-grid::after {
    background-image:
        linear-gradient(rgba(59, 130, 246, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
    background-size: var(--grid-cell) var(--grid-cell);
    background-position: center;
    opacity: 0.52;
    filter: drop-shadow(0 0 16px rgba(59, 130, 246, 0.35));
    z-index: -1;
}

body.page-grid::before {
    background-image:
        radial-gradient(circle 240px at 15% 10%, rgba(59, 130, 246, 0.18) 0%, transparent 90%),
        radial-gradient(circle 210px at 90% 60%, rgba(59, 130, 246, 0.15) 0%, transparent 90%),
        radial-gradient(circle 200px at 10% 80%, rgba(59, 130, 246, 0.16) 0%, transparent 90%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.grid-cross-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.grid-cross {
    position: absolute;
    width: 1px;
    background: rgba(59, 130, 246, 0.75);
    transform: translate(-0.5px, -50%);
}

.grid-cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: rgba(59, 130, 246, 0.75);
    width: var(--cross-length);
    transform: translate(-50%, -0.5px);
}


.typewriter.active {
    display: inline-block;
    border-right: 3px solid rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: rgba(255, 255, 255, 0.8); }
}

.has-edge-glow {
    position: relative;
    isolation: isolate;
    z-index: 0;
}

.section-glow {
    position: absolute;
    width: clamp(180px, 26vw, 360px);
    height: clamp(220px, 38vh, 420px);
    background:
        radial-gradient(circle at 50% 50%, rgba(191, 219, 254, 0.45) 0%, rgba(96, 165, 250, 0.4) 28%, rgba(59, 130, 246, 0.32) 52%, transparent 90%),
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.45) 0%, rgba(15, 23, 42, 0.05) 65%, transparent 100%);
    box-shadow: 0 0 35px rgba(59, 130, 246, 0.25);
    opacity: 0.58;
    filter: blur(5px) saturate(1.15);
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.section-glow--bright {
    opacity: 0.78;
    filter: blur(4px) saturate(1.2);
}

.section-glow--left {
    left: -10%;
}

.section-glow--right {
    right: -10%;
}

.section-glow--top {
    top: -18%;
}

.section-glow--high {
    top: -6%;
}

.section-glow--mid {
    top: 18%;
}

.section-glow--low {
    top: 52%;
}

.section-glow--bottom {
    top: auto;
    bottom: -12%;
}

.section-glow--tall {
    height: clamp(320px, 50vh, 560px);
}

.section-glow--short {
    height: clamp(160px, 26vh, 260px);
}

.section-grid-intense {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.section-grid-intense > * {
    position: relative;
    z-index: 1;
}

.section-grid-intense::before {
    content: none;
}

.discord-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 1.7rem;
    padding: 0.18rem 1.4rem 0.18rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, 100% 100%, 0 100%);
    transition: transform 0.15s ease, filter 0.15s ease;
    border-radius: 0.25rem;
}

.discord-btn span {
    position: relative;
    z-index: 1;
}

.discord-btn .discord-arrow {
    font-size: 1.2rem;
    font-weight: 900;
}

.discord-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.hero-section {
    position: relative;
    background: transparent;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/main-page/background.webp") center/cover no-repeat;
    opacity: 0.4;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 9, 18, 0.2) 30%, rgba(5, 9, 18, 0.6) 60%, rgba(5, 9, 18, 0.9) 85%, #050912 100%);
    pointer-events: none;
}

.games-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.games-section > * {
    position: relative;
    z-index: 1;
}

.games-section::before {
    content: none;
}

.games-section::after {
    content: none;
}

.hero-card {
    background: linear-gradient(145deg, rgba(16, 23, 36, 0.92), rgba(12, 18, 28, 0.75));
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 25px 45px rgba(4, 11, 19, 0.45);
}

.promo-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 1rem;
    backdrop-filter: blur(12px);
    display: flex;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.promo-card-wrapper {
    position: relative;
    isolation: isolate;
}

.promo-top-particles {
    position: absolute;
    bottom: calc(100% - 2px);
    left: 50%;
    width: 160px;
    height: 130px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.promo-card-wrapper::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 60px;
    background: radial-gradient(ellipse 100% 100% at 50% 100%, rgba(59, 130, 246, 0.35) 0%, rgba(59, 130, 246, 0.18) 25%, rgba(59, 130, 246, 0.08) 50%, rgba(59, 130, 246, 0.03) 75%, transparent 100%);
    border-radius: 1000px 1000px 0 0;
    filter: blur(2px);
    pointer-events: none;
    z-index: 1;
}


.promo-top-particles span {
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: rgba(191, 219, 254, 0.8);
    border-radius: 999px;
    opacity: 0;
    animation: promo-rise 2.6s linear infinite;
}

.promo-top-particles span:nth-child(1) {
    left: 28%;
    transform: translateX(-50%) scale(0.7);
    animation-delay: 0s;
    animation-duration: 2.4s;
}

.promo-top-particles span:nth-child(2) {
    left: 44%;
    transform: translateX(-50%) scale(0.5);
    animation-delay: 0.7s;
    animation-duration: 2.1s;
}

.promo-top-particles span:nth-child(3) {
    left: 60%;
    transform: translateX(-50%) scale(0.65);
    animation-delay: 1.3s;
}

.promo-top-particles span:nth-child(4) {
    left: 52%;
    transform: translateX(-50%) scale(0.4);
    animation-delay: 1.8s;
    animation-duration: 2.8s;
}

.promo-top-particles span:nth-child(5) {
    left: 36%;
    transform: translateX(-50%) scale(0.55);
    animation-delay: 1.05s;
    animation-duration: 2.3s;
}

@keyframes promo-rise {
    0% {
        transform: translate(-50%, 0) scale(0.9);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -90px) scale(0.6);
        opacity: 0;
    }
}

@keyframes promo-fall {
    0% {
        transform: translate(-50%, 0) scale(0.9);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -90px) scale(0.6);
        opacity: 0;
    }
}

.promo-card-content {
    position: relative;
    z-index: 2;
}


.promo-card-overlay {
    position: absolute;
    inset: 0;
    border-radius: 0.5rem;
    background:
        radial-gradient(circle at top center, rgba(37, 99, 235, 0.45) 0%, rgba(37, 99, 235, 0.25) 28%, rgba(15, 23, 42, 0) 60%),
        radial-gradient(circle at 50% 70%, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 55%),
        linear-gradient(180deg, rgba(37, 99, 235, 0.28) 0%, rgba(15, 23, 42, 0) 65%);
    opacity: 0.9;
    filter: blur(0.2px);
    z-index: 1;
}

.promo-card-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.promo-card-particles::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(96, 165, 250, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96, 165, 250, 0.08) 1px, transparent 1px);
    background-size: 140px 140px;
    transform: translateY(-28px) scaleY(0.98);
    opacity: 0.18;
    mask: radial-gradient(circle at top center, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.3) 45%, transparent 75%);
}

.promo-card-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(144, 205, 244, 0.8);
    border-radius: 999px;
    animation: promo-float 8s linear infinite;
}

.promo-card-particles span:nth-child(1) {
    top: 22%;
    left: 18%;
    animation-delay: 0s;
}

.promo-card-particles span:nth-child(2) {
    top: 38%;
    left: 68%;
    width: 4px;
    height: 4px;
    animation-delay: 1.8s;
}

.promo-card-particles span:nth-child(3) {
    top: 52%;
    left: 42%;
    animation-delay: 3.2s;
}

.promo-card-particles span:nth-child(4) {
    top: 60%;
    left: 82%;
    width: 3px;
    height: 3px;
    animation-delay: 2.6s;
}

.promo-card-particles span:nth-child(5) {
    top: 17%;
    left: 55%;
    width: 5px;
    height: 5px;
    animation-delay: 4.5s;
}

.promo-card-particles span:nth-child(6) {
    top: 44%;
    left: 27%;
    width: 4px;
    height: 4px;
    animation-delay: 5.4s;
}

@keyframes promo-float {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate3d(0, -60px, 0) scale(0.85);
        opacity: 0;
    }
}

.hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 2.2rem 0.5rem 1.2rem;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, 100% 100%, 0 100%);
    transition: transform 0.2s ease, filter 0.2s ease;
    border-radius: 0.75rem;
}

.hero-btn span {
    position: relative;
    z-index: 1;
}

.hero-btn span:last-child {
    font-size: 1.5rem;
}

.hero-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.accent-primary {
    color: #3b82f6;
}

.accent-primary-dark {
    color: #2563eb;
}

.gradient-primary {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-diamond {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    transform: rotate(45deg);
    box-shadow: 0 15px 40px rgba(45, 122, 226, 0.45);
}

.hero-section {
    position: relative;
    background: #0a0a0a;
}

.footer-wrap {
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.footer-wrap--full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.footer-wrap--full .footer-top {
    border-radius: 0;
}

.footer-wrap--full .footer-top::before,
.footer-wrap--full .footer-top::after {
    border-radius: 0;
}

.footer-top {
    background: linear-gradient(130deg, rgba(44, 81, 135, 0.58), rgba(16, 39, 68, 0.85));
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 28px 28px 0 0;
    box-shadow: 0 25px 55px rgba(2, 8, 17, 0.55);
    overflow: hidden;
}

.footer-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(90, 164, 255, 0.45), transparent 65%);
    opacity: 0.6;
}

.footer-top::after {
    content: none;
}

.footer-pill {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #ffffff;
    border-radius: 16px;
    box-shadow: inset 0 -2px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-pill:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.footer-contact {
    background: linear-gradient(135deg, rgba(12, 20, 35, 0.92), rgba(6, 12, 22, 0.85));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
}

.footer-brand-glow {
    position: absolute;
    top: -220px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(90, 164, 255, 0.38), transparent 70%);
    filter: blur(4px);
    display: none;
}

.footer-card-glow {
    position: absolute;
    bottom: -220px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(86, 255, 201, 0.25), transparent 70%);
    filter: blur(4px);
}

.reviews-section {
    background: transparent;
}

.reviews-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.reviews-wrapper::before,
.reviews-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 10;
    pointer-events: none;
}

.reviews-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(5, 9, 18, 0.95) 0%, rgba(5, 9, 18, 0.85) 26%, transparent 100%);
}

.reviews-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(5, 9, 18, 0.95) 0%, rgba(5, 9, 18, 0.85) 26%, transparent 100%);
}

.reviews-track {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    width: max-content;
    will-change: transform;
}


.payment-section {
    padding-top: 2.75rem;
    padding-bottom: 1.75rem;
}

.payment-marquee {
    position: relative;
    overflow: hidden;
}

.payment-marquee::before,
.payment-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    pointer-events: none;
    z-index: 2;
}

.payment-marquee::before {
    left: 0;
    background: linear-gradient(to right, rgba(5, 9, 18, 1) 0%, rgba(5, 9, 18, 0.95) 15%, rgba(5, 9, 18, 0.8) 40%, rgba(5, 9, 18, 0.4) 70%, transparent 100%);
}

.payment-marquee::after {
    right: 0;
    background: linear-gradient(to left, rgba(5, 9, 18, 1) 0%, rgba(5, 9, 18, 0.95) 15%, rgba(5, 9, 18, 0.8) 40%, rgba(5, 9, 18, 0.4) 70%, transparent 100%);
}

.payment-track {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: max-content;
    will-change: transform;
}

.payment-track img {
    filter: drop-shadow(0 0 6px rgba(63, 136, 255, 0.25));
    transition: opacity 0.2s ease;
}

.stats-section {
    position: relative;
    background: transparent;
    overflow: hidden;
    isolation: isolate;
}

.stats-section::before {
    content: none;
}

.stats-section::after {
    content: none;
}

.stat-card {
    position: relative;
    padding: 2rem 1.25rem;
}

.best-seller-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1.1rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: white;
    background-image: linear-gradient(90deg, #93c5fd 0%, #3b82f6 45%, #2563eb 75%, #3a58ed 100%);
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* border: 1px solid rgba(96, 165, 250, 0.7); */
    border-radius: 10px;
    text-shadow: 0 0 14px rgba(96, 165, 250, 0.95);
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15), 0 0 22px rgba(59, 130, 246, 0.35);
    pointer-events: none;
}

.best-seller-badge::before {
    content: "";
    position: absolute;
    inset: -6px -10px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 65%);
    border-radius: inherit;
    filter: blur(6px);
    opacity: 0.9;
    z-index: -1;
}

@media (hover: hover) {
    .game-card:hover .best-seller-badge {
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25), 0 0 26px rgba(59, 130, 246, 0.45);
        transform: translateY(-2px);
    }
}

.stat-value {
    position: relative;
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    font-weight: 600;
    color: #dbeafe;
    letter-spacing: -0.015em;
}

.stat-label {
    position: relative;
    margin-bottom: 0.35rem;
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 1024px) {
    .payment-section {
        padding-top: 2.5rem;
        padding-bottom: 1.25rem;
    }
}



.review-card {
    background: linear-gradient(145deg, rgba(18, 26, 40, 0.85), rgba(12, 18, 28, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    transition: border-color 0.3s ease;
}

.review-card:hover {
    border-color: rgba(86, 171, 255, 0.25);
}

.review-card > div:first-child {
    align-items: flex-start;
}

.review-card > div:first-child > div:last-child {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.review-badge {
    display: none;
}

.review-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.7rem;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}



body.modal-open {
    overflow: hidden;
}

.payment-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-modal.is-hidden {
    display: none;
}

.payment-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 25, 0.8);
    backdrop-filter: blur(12px);
}

.payment-modal__content {
    position: relative;
    width: min(520px, 92vw);
    background: linear-gradient(160deg, rgba(13, 18, 31, 0.96), rgba(7, 11, 22, 0.94));
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 28px;
    padding: clamp(1.8rem, 2.6vw, 2.4rem);
    box-shadow: 0 35px 80px rgba(9, 17, 31, 0.55);
}

.payment-modal__close {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: rgba(226, 232, 240, 0.8);
    background: rgba(148, 163, 184, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.22);
    transition: all 0.25s ease;
}

.payment-modal__close:hover {
    color: #fff;
    background: rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.4);
}

.payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.3rem;
    border-radius: 18px;
    background: rgba(17, 26, 42, 0.82);
    border: 1px solid rgba(71, 85, 105, 0.35);
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.payment-option:hover,
.payment-option.payment-option--active {
    border-color: rgba(59, 130, 246, 0.6);
    background: rgba(30, 64, 175, 0.22);
}

.payment-option__left {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.payment-option__radio {
    width: 18px;
    height: 18px;
    accent-color: #3b82f6;
}

.payment-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
}

.payment-modal__action {
    padding: 0.85rem 1.9rem;
    border-radius: 16px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.payment-modal__action--secondary {
    background: rgba(148, 163, 184, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: rgba(226, 232, 240, 0.8);
}

.payment-modal__action--secondary:hover {
    border-color: rgba(226, 232, 240, 0.45);
    color: #fff;
}

.payment-modal__action--primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border: 1px solid rgba(59, 130, 246, 0.65);
    color: #fff;
}

.payment-modal__action--primary:hover {
    filter: brightness(1.05);
}

@media (max-width: 768px) {
    .product-review-card {
        flex-direction: column;
        text-align: left;
    }

    .product-review-meta {
        align-items: flex-start;
        gap: 0.75rem;
    }

    .product-review-initial {
        width: 60px;
        height: 60px;
    }
}

.view-more-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    padding: 0.6rem 1.4rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(86, 171, 255, 0.4);
    transform: translateX(4px);
}

.features-section {
    position: relative;
    background: transparent;
    overflow: hidden;
    isolation: isolate;
}

.features-section > * {
    position: relative;
    z-index: 1;
}

.features-section::before {
    content: none;
}

.feature-card {
    background: linear-gradient(145deg, rgba(16, 23, 36, 0.88), rgba(10, 16, 26, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(86, 171, 255, 0.3);
    box-shadow: 0 20px 40px rgba(86, 171, 255, 0.15);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #0b1524;
    box-shadow: 0 8px 20px rgba(86, 171, 255, 0.35);
}

.promo-section {
    background: transparent;
}

.promo-section + .promo-section {
    margin-top: 3.5rem;
}

@media (min-width: 1024px) {
    .promo-section + .promo-section {
        margin-top: 5.5rem;
    }
}

.promo-video {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.promo-card .promo-video {
    border-radius: inherit;
    flex: 1;
    height: 100%;
    aspect-ratio: auto;
}

.promo-card .promo-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-card .promo-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.games-section {
    background: transparent;
}

.game-card {
    position: relative;
    transition: transform 0.3s ease;
}

.game-card:hover {
    transform: translateY(-8px);
}

.game-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.75rem;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    pointer-events: none;
}

.game-card:hover::after {
    border-color: rgba(59, 130, 246, 0.5);
}

.footer-game-link {
    cursor: pointer;
    transition: text-decoration 0.2s ease;
}

.footer-game-link:hover {
    text-decoration: underline;
}

.nav-link {
    position: relative;
    padding-bottom: 4px;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link.active {
    color: #ffffff;
}

.nav-link.active .nav-icon {
    color: #3b82f6;
}

.nav-link.active::after {
    width: 100%;
}

@keyframes progressBar {
    0% {
        width: 0%;
    }
    95% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

.step-item {
    position: relative;
    overflow: hidden;
}

.step-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transition: width 0.3s ease;
}

.step-item.active::after {
    animation: stepProgress 5s linear infinite;
}

@keyframes stepProgress {
    0% {
        width: 0%;
    }
    90% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border: 3px solid #0a0a0a;
    background: rgb(46, 155, 252);
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::selection {
    background: rgb(46, 155, 252);
    color: #ffffff;
}