/* =========================================================
   BODY - GALAXY + STARS, TANPA BULAN
========================================================= */

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    color: #edf6ff;
    background-color: #020617;
    background-image:
        radial-gradient(circle at 7% 12%, rgba(255,255,255,0.85) 0 1px, transparent 1.5px),
        radial-gradient(circle at 16% 34%, rgba(111,221,255,0.75) 0 1px, transparent 1.5px),
        radial-gradient(circle at 27% 17%, rgba(255,255,255,0.65) 0 1px, transparent 1.5px),
        radial-gradient(circle at 38% 61%, rgba(151,127,255,0.70) 0 1px, transparent 1.5px),
        radial-gradient(circle at 49% 28%, rgba(255,255,255,0.75) 0 1px, transparent 1.5px),
        radial-gradient(circle at 61% 74%, rgba(91,211,255,0.70) 0 1px, transparent 1.5px),
        radial-gradient(circle at 72% 19%, rgba(255,255,255,0.75) 0 1px, transparent 1.5px),
        radial-gradient(circle at 83% 52%, rgba(172,128,255,0.65) 0 1px, transparent 1.5px),
        radial-gradient(circle at 94% 27%, rgba(255,255,255,0.70) 0 1px, transparent 1.5px),

        radial-gradient(
            ellipse at 10% 18%,
            rgba(0,196,255,0.16) 0%,
            rgba(0,117,255,0.08) 25%,
            transparent 48%
        ),

        radial-gradient(
            ellipse at 88% 22%,
            rgba(87,65,255,0.18) 0%,
            rgba(81,31,200,0.09) 28%,
            transparent 50%
        ),

        radial-gradient(
            ellipse at 75% 78%,
            rgba(151,44,255,0.14) 0%,
            rgba(81,20,170,0.07) 30%,
            transparent 52%
        ),

        radial-gradient(
            ellipse at 22% 82%,
            rgba(0,159,255,0.11) 0%,
            transparent 45%
        ),

        linear-gradient(
            145deg,
            #020617 0%,
            #04102c 25%,
            #071640 48%,
            #100b38 70%,
            #07051c 100%
        );

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

/* Selection biar ikut tema */
::selection {
    color: #ffffff;
    background: rgba(0,174,255,0.65);
}

/* Scrollbar galaxy */
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #03081d;
}

::-webkit-scrollbar-thumb {
    border: 2px solid #03081d;
    border-radius: 20px;
    background:
        linear-gradient(
            180deg,
            #00cfff 0%,
            #176cff 48%,
            #7d3cff 100%
        );
}

::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(
            180deg,
            #75efff 0%,
            #2889ff 48%,
            #a466ff 100%
        );
}

/* Default text */
body p,
body li {
    color: #dce9f8;
}

/* Heading */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #ffffff;
}

/* Link */
body a {
    transition:
        color 0.25s ease,
        text-shadow 0.25s ease;
}

/* Garis horizontal */
body hr {
    height: 1px;
    border: 0;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0,207,255,0.65),
            rgba(91,91,255,0.55),
            rgba(151,66,255,0.55),
            transparent
        );
    box-shadow:
        0 0 8px rgba(0,174,255,0.25);
}

/* Mobile */
@media (max-width: 600px) {
    body {
        background-attachment: scroll;
        background-image:
            radial-gradient(circle at 8% 13%, rgba(255,255,255,0.75) 0 1px, transparent 1.5px),
            radial-gradient(circle at 22% 37%, rgba(103,220,255,0.65) 0 1px, transparent 1.5px),
            radial-gradient(circle at 39% 18%, rgba(255,255,255,0.65) 0 1px, transparent 1.5px),
            radial-gradient(circle at 57% 66%, rgba(157,126,255,0.65) 0 1px, transparent 1.5px),
            radial-gradient(circle at 74% 29%, rgba(255,255,255,0.70) 0 1px, transparent 1.5px),
            radial-gradient(circle at 91% 57%, rgba(91,211,255,0.65) 0 1px, transparent 1.5px),

            radial-gradient(
                ellipse at 10% 18%,
                rgba(0,196,255,0.14),
                transparent 45%
            ),

            radial-gradient(
                ellipse at 88% 25%,
                rgba(101,58,255,0.15),
                transparent 48%
            ),

            radial-gradient(
                ellipse at 72% 80%,
                rgba(151,44,255,0.11),
                transparent 50%
            ),

            linear-gradient(
                145deg,
                #020617 0%,
                #04102c 30%,
                #08143b 55%,
                #100a35 78%,
                #07051c 100%
            );
    }
}

.tp-text-note,
.m-design__ratings,
.m-design-product-info--product-quality {
    position: relative;
    z-index: 1;
    isolation: isolate;
    padding: 16px 20px;
    border: 1px solid rgba(76, 160, 255, 0.78);
    border-radius: 16px;
    background:
        radial-gradient(circle at 12% 20%, rgba(0, 174, 255, 0.22), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(62, 92, 255, 0.18), transparent 28%),
        radial-gradient(circle at 76% 82%, rgba(130, 42, 255, 0.21), transparent 32%),
        radial-gradient(circle at 25% 90%, rgba(0, 213, 255, 0.08), transparent 25%),
        linear-gradient(135deg, #061b50 0%, #081747 48%, #180a42 100%);
    color: #ffffff;
    box-shadow:
        0 0 9px rgba(0, 151, 255, 0.48),
        0 0 22px rgba(0, 102, 255, 0.22),
        0 0 38px rgba(98, 42, 255, 0.13),
        inset 0 0 24px rgba(0, 158, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

/* =========================================================
   TP TEXT NOTE - GALAXY + STARS, TANPA BULAN
========================================================= */

.tp-text-note {
    overflow: hidden;
    color: #edf5ff;
    line-height: 1.65;
}

.tp-text-note::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at 7% 20%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 17% 72%, #71dfff 0 1px, transparent 1.5px),
        radial-gradient(circle at 29% 37%, #ffffff 0 1.2px, transparent 1.7px),
        radial-gradient(circle at 41% 81%, #9f89ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 54% 17%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 66% 67%, #68daff 0 1px, transparent 1.5px),
        radial-gradient(circle at 79% 31%, #ffffff 0 1.2px, transparent 1.7px),
        radial-gradient(circle at 91% 75%, #b18bff 0 1px, transparent 1.5px);
    opacity: 0.55;
    animation: galaxyStarsSoft 4s ease-in-out infinite alternate;
}

.tp-text-note::after {
    content: none !important;
    display: none !important;
}

/* =========================================================
   RATINGS - GALAXY + STARS, TANPA BULAN
========================================================= */

.m-design__ratings {
    overflow: hidden;
    color: #ffffff;
    font-weight: 700;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.55),
        0 0 11px rgba(0, 180, 255, 0.45);
}

.m-design__ratings::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at 8% 23%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 20% 69%, #71dfff 0 1px, transparent 1.5px),
        radial-gradient(circle at 32% 34%, #ffffff 0 1.2px, transparent 1.7px),
        radial-gradient(circle at 45% 79%, #9f89ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 57% 19%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 70% 63%, #68daff 0 1px, transparent 1.5px),
        radial-gradient(circle at 82% 29%, #ffffff 0 1.2px, transparent 1.7px),
        radial-gradient(circle at 94% 74%, #b18bff 0 1px, transparent 1.5px);
    opacity: 0.55;
    animation: galaxyStarsSoft 3.6s ease-in-out infinite alternate-reverse;
}

.m-design__ratings::after {
    content: none !important;
    display: none !important;
}

/* =========================================================
   PRODUCT QUALITY
   GALAXY + STARS + 1 BULAN + METEOR
========================================================= */

.m-design-product-info--product-quality {
    position: relative;
    overflow: hidden;
    padding: 16px 115px 16px 20px;
    color: #ffffff;
    font-weight: 700;
    background:
        radial-gradient(circle at 7% 18%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 16% 72%, #71dfff 0 1px, transparent 1.5px),
        radial-gradient(circle at 27% 37%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 39% 81%, #9f89ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 52% 16%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 64% 67%, #68daff 0 1px, transparent 1.5px),
        radial-gradient(circle at 78% 31%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 91% 75%, #b18bff 0 1px, transparent 1.5px),
        radial-gradient(circle at 12% 20%, rgba(0, 174, 255, 0.24), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(62, 92, 255, 0.20), transparent 28%),
        radial-gradient(circle at 76% 82%, rgba(130, 42, 255, 0.23), transparent 32%),
        radial-gradient(circle at 25% 90%, rgba(0, 213, 255, 0.09), transparent 25%),
        linear-gradient(135deg, #061b50 0%, #081747 48%, #180a42 100%);
    text-shadow:
        0 0 4px rgba(255, 255, 255, 0.35),
        0 0 10px rgba(0, 160, 255, 0.30);
}

/* =========================================================
   HIDE ICON / GAMBAR ASLI DI PRODUCT QUALITY
========================================================= */

.m-design-product-info--product-quality img,
.m-design-product-info--product-quality picture,
.m-design-product-info--product-quality svg,
.m-design-product-info--product-quality figure {
    display: none !important;
}

/* =========================================================
   METEOR PRODUCT QUALITY
   KEPALA TERANG + EKOR CYAN/BIRU
========================================================= */

.m-design-product-info--product-quality::before {
    content: "";
    position: absolute;
    top: -75px;
    right: -40px;
    width: 8px;
    height: 8px;
    z-index: 3;
    pointer-events: none;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    box-shadow:
        0 0 4px #ffffff,
        0 0 8px #ffffff,
        0 0 14px #a9f1ff,
        0 0 22px #00c8ff,
        0 0 34px #006cff,

        -10px -10px 2px 0 rgba(255, 255, 255, 0.92),
        -18px -18px 3px -1px rgba(160, 239, 255, 0.90),
        -28px -28px 4px -1px rgba(103, 222, 255, 0.82),
        -40px -40px 5px -2px rgba(51, 190, 255, 0.70),
        -54px -54px 7px -3px rgba(25, 143, 255, 0.58),
        -70px -70px 9px -4px rgba(32, 100, 255, 0.45),
        -88px -88px 12px -5px rgba(61, 67, 255, 0.32),
        -108px -108px 15px -6px rgba(103, 43, 255, 0.22),
        -130px -130px 19px -8px rgba(125, 32, 255, 0.12);
    animation: productQualityMeteor 6.8s linear infinite;
}

/* =========================================================
   BULAN - CUMA SATU DAN CUMA DI PRODUCT QUALITY
========================================================= */

.m-design-product-info--product-quality::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 78px;
    height: 78px;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
    transform: translateY(-50%);
    background:
        radial-gradient(circle at 27% 25%, rgba(255, 255, 255, 0.90) 0 3px, transparent 4px),
        radial-gradient(circle at 61% 34%, rgba(44, 77, 140, 0.52) 0 6px, transparent 7px),
        radial-gradient(circle at 37% 63%, rgba(42, 72, 132, 0.46) 0 7px, transparent 8px),
        radial-gradient(circle at 72% 69%, rgba(27, 54, 111, 0.48) 0 5px, transparent 6px),
        radial-gradient(circle at 22% 52%, rgba(49, 83, 146, 0.40) 0 4px, transparent 5px),
        radial-gradient(circle at 68% 18%, rgba(255, 255, 255, 0.30) 0 3px, transparent 4px),
        radial-gradient(circle at 48% 42%, rgba(40, 78, 140, 0.28) 0 4px, transparent 5px),
        radial-gradient(circle at 32% 28%, #f2fcff 0%, #b5ebff 17%, #69b7ef 38%, #3d76c3 58%, #244a8e 76%, #091b45 100%);
    box-shadow:
        inset -13px -11px 19px rgba(0, 0, 0, 0.52),
        inset 7px 6px 12px rgba(255, 255, 255, 0.20),
        0 0 6px rgba(255, 255, 255, 0.60),
        0 0 14px rgba(91, 216, 255, 0.78),
        0 0 28px rgba(0, 139, 255, 0.55),
        0 0 45px rgba(78, 48, 255, 0.30);
    animation: productQualityMoon 5s ease-in-out infinite;
}

/* =========================================================
   CONTENT TETAP DI DEPAN
========================================================= */

.tp-text-note > *,
.m-design__ratings > *,
.m-design-product-info--product-quality > * {
    position: relative;
    z-index: 5;
}

/* =========================================================
   TEXT
========================================================= */

.tp-text-note p,
.m-design__ratings p,
.m-design-product-info--product-quality p {
    color: #edf5ff;
}

.tp-text-note span,
.m-design__ratings span,
.m-design-product-info--product-quality span {
    color: inherit;
}

.tp-text-note strong,
.tp-text-note b,
.m-design__ratings strong,
.m-design__ratings b,
.m-design-product-info--product-quality strong,
.m-design-product-info--product-quality b {
    color: #8eeaff;
    text-shadow:
        0 0 5px rgba(0, 220, 255, 0.65),
        0 0 11px rgba(0, 102, 255, 0.40);
}

/* =========================================================
   LINK
========================================================= */

.tp-text-note a,
.m-design__ratings a,
.m-design-product-info--product-quality a {
    color: #8eeaff;
    text-decoration: none;
    text-shadow:
        0 0 8px rgba(0, 196, 255, 0.45);
    transition:
        color 0.25s ease,
        text-shadow 0.25s ease;
}

.tp-text-note a:hover,
.m-design__ratings a:hover,
.m-design-product-info--product-quality a:hover {
    color: #ffffff;
    text-shadow:
        0 0 5px #ffffff,
        0 0 11px #00cfff,
        0 0 19px #006cff;
}

/* =========================================================
   RATING ICON
========================================================= */

.m-design__ratings i {
    color: #8eeaff;
    text-shadow:
        0 0 4px #ffffff,
        0 0 8px #00d8ff,
        0 0 14px #006cff;
}

/* =========================================================
   HOVER
========================================================= */

.tp-text-note:hover,
.m-design__ratings:hover,
.m-design-product-info--product-quality:hover {
    transform: translateY(-2px);
    border-color: rgba(104, 216, 255, 0.95);
    box-shadow:
        0 0 11px rgba(0, 207, 255, 0.65),
        0 0 25px rgba(0, 108, 255, 0.34),
        0 0 40px rgba(106, 43, 255, 0.17),
        inset 0 0 25px rgba(0, 180, 255, 0.07);
}

/* =========================================================
   ANIMASI BINTANG
========================================================= */

@keyframes galaxyStarsSoft {
    0% {
        opacity: 0.35;
        filter: brightness(0.9);
    }

    50% {
        opacity: 0.62;
        filter: brightness(1.15);
    }

    100% {
        opacity: 0.48;
        filter: brightness(1.35);
    }
}

/* =========================================================
   ANIMASI METEOR
   MUNCUL DARI KANAN ATAS -> KIRI BAWAH
========================================================= */

@keyframes productQualityMeteor {
    0%,
    55% {
        top: -75px;
        right: -40px;
        opacity: 0;
    }

    58% {
        top: -65px;
        right: -30px;
        opacity: 0;
    }

    61% {
        opacity: 1;
    }

    67% {
        top: -10px;
        right: 12%;
        opacity: 1;
    }

    74% {
        top: 25%;
        right: 32%;
        opacity: 1;
    }

    81% {
        top: 58%;
        right: 57%;
        opacity: 1;
    }

    87% {
        top: 88%;
        right: 80%;
        opacity: 0.8;
    }

    92% {
        top: 125%;
        right: 110%;
        opacity: 0;
    }

    100% {
        top: 125%;
        right: 110%;
        opacity: 0;
    }
}

/* =========================================================
   ANIMASI BULAN
========================================================= */

@keyframes productQualityMoon {
    0%,
    100% {
        transform: translateY(-50%) translateX(0) rotate(-3deg);
    }

    50% {
        transform: translateY(-56%) translateX(-3px) rotate(3deg);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
    .tp-text-note,
    .m-design__ratings,
    .m-design-product-info--product-quality {
        padding: 13px 14px;
        border-radius: 13px;
        font-size: 13px;
    }

    .m-design-product-info--product-quality {
        padding-right: 85px;
    }

    .m-design-product-info--product-quality::after {
        right: 10px;
        width: 58px;
        height: 58px;
    }

    .m-design-product-info--product-quality::before {
        width: 6px;
        height: 6px;
        box-shadow:
            0 0 4px #ffffff,
            0 0 8px #a9f1ff,
            0 0 16px #00c8ff,
            0 0 25px #006cff,

            -8px -8px 2px 0 rgba(255, 255, 255, 0.90),
            -16px -16px 3px -1px rgba(160, 239, 255, 0.85),
            -25px -25px 4px -1px rgba(103, 222, 255, 0.76),
            -36px -36px 5px -2px rgba(51, 190, 255, 0.62),
            -49px -49px 7px -3px rgba(25, 143, 255, 0.48),
            -64px -64px 9px -4px rgba(32, 100, 255, 0.36),
            -80px -80px 12px -5px rgba(61, 67, 255, 0.25),
            -98px -98px 15px -7px rgba(103, 43, 255, 0.13);
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .tp-text-note::before,
    .m-design__ratings::before,
    .m-design-product-info--product-quality::before,
    .m-design-product-info--product-quality::after {
        animation: none !important;
    }
}

    
.n-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    font-weight: 700;
}

.n-columns-2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 3px;
    padding: 11px 12px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.4px;
    border-radius: 12px;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.login,
.register {
    color: #ffffff;
}

.login,
.login-button {
    position: relative;
    border: 1px solid rgba(90, 189, 255, 0.85);
    border-radius: 12px;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 233, 255, 0.25), transparent 32%),
        linear-gradient(135deg, #061c67 0%, #0758d8 48%, #1825a2 100%);
    color: #ffffff;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.75),
        0 0 12px rgba(0, 186, 255, 0.6);
    box-shadow:
        0 0 8px rgba(0, 168, 255, 0.65),
        0 0 18px rgba(0, 102, 255, 0.42),
        0 0 30px rgba(60, 0, 255, 0.18),
        inset 0 0 16px rgba(0, 210, 255, 0.10),
        0 7px 16px rgba(0, 0, 0, 0.28);
}

.register,
.register-button {
    position: relative;
    border: 1px solid rgba(170, 109, 255, 0.85);
    border-radius: 12px;
    background:
        radial-gradient(circle at 20% 20%, rgba(196, 111, 255, 0.25), transparent 32%),
        linear-gradient(135deg, #261068 0%, #5530ca 48%, #0b4db8 100%);
    color: #ffffff;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.75),
        0 0 12px rgba(143, 77, 255, 0.65);
    box-shadow:
        0 0 8px rgba(124, 67, 255, 0.7),
        0 0 18px rgba(73, 0, 255, 0.42),
        0 0 30px rgba(0, 121, 255, 0.18),
        inset 0 0 16px rgba(154, 82, 255, 0.10),
        0 7px 16px rgba(0, 0, 0, 0.28);
}

.login::before,
.login-button::before,
.register::before,
.register-button::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(
            115deg,
            rgba(255, 255, 255, 0.10),
            transparent 28%,
            transparent 72%,
            rgba(255, 255, 255, 0.04)
        );
}

.login::after,
.login-button::after,
.register::after,
.register-button::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #b5f6ff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 9px #00dcff,
        0 0 16px #006cff;
    animation: navEnergyDot 2s ease-in-out infinite;
}

.register::after,
.register-button::after {
    background: #e0baff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 9px #b66cff,
        0 0 16px #6b00ff;
}

.login:hover,
.login-button:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: #8cefff;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 247, 255, 0.32), transparent 32%),
        linear-gradient(135deg, #08328d 0%, #0787ea 48%, #2435c9 100%);
    color: #ffffff;
    box-shadow:
        0 0 10px rgba(0, 225, 255, 0.95),
        0 0 22px rgba(0, 126, 255, 0.68),
        0 0 38px rgba(61, 0, 255, 0.3),
        inset 0 0 20px rgba(0, 223, 255, 0.15),
        0 10px 22px rgba(0, 0, 0, 0.34);
}

.register:hover,
.register-button:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: #d39cff;
    background:
        radial-gradient(circle at 20% 20%, rgba(220, 129, 255, 0.32), transparent 32%),
        linear-gradient(135deg, #42118d 0%, #7842e8 48%, #1066d8 100%);
    color: #ffffff;
    box-shadow:
        0 0 10px rgba(191, 103, 255, 0.95),
        0 0 22px rgba(107, 42, 255, 0.68),
        0 0 38px rgba(0, 126, 255, 0.3),
        inset 0 0 20px rgba(180, 97, 255, 0.15),
        0 10px 22px rgba(0, 0, 0, 0.34);
}

.login:active,
.login-button:active,
.register:active,
.register-button:active {
    transform: translateY(0) scale(0.98);
}

@keyframes navEnergyDot {
    0%, 100% {
        opacity: 0.55;
        transform: translateY(-50%) scale(0.75);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.25);
    }
}

@media (max-width: 480px) {
    .n-columns-2 {
        gap: 6px;
    }

    .n-columns-2 a {
        min-height: 42px;
        padding: 10px 8px;
        font-size: 13px;
    }

    .login::after,
    .login-button::after,
    .register::after,
    .register-button::after {
        left: 11px;
        width: 6px;
        height: 6px;
    }
}

.m-design__price,
.m-cart-config__color-label {
    color: #fff;
}

/* =========================================================
   BTNX - GALAXY + STARS
========================================================= */

.btn-x {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 14px 28px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid rgba(90, 176, 255, 0.8);
    border-radius: 12px;
    background:
        radial-gradient(circle at 25% 20%, rgba(0, 211, 255, 0.22), transparent 30%),
        linear-gradient(135deg, #061d67 0%, #0b3cc1 45%, #47178f 100%);
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow:
        0 0 8px rgba(0, 140, 255, 0.65),
        0 0 18px rgba(0, 102, 255, 0.38),
        0 0 30px rgba(104, 0, 255, 0.22),
        inset 0 0 18px rgba(0, 173, 255, 0.10),
        0 8px 18px rgba(0, 0, 0, 0.28);
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.7),
        0 0 12px rgba(0, 174, 255, 0.55);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.btn-x::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.14), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(0, 225, 255, 0.10), transparent 25%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 30%, transparent 72%, rgba(119, 0, 255, 0.08));
    opacity: 0.9;
}

.btn-x::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 17px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #93edff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 9px #00d8ff,
        0 0 16px #006dff;
    animation: buttonEnergyDot 2s ease-in-out infinite;
}

.btn-x:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: #7ee8ff;
    background:
        radial-gradient(circle at 25% 20%, rgba(0, 238, 255, 0.28), transparent 30%),
        linear-gradient(135deg, #06318c 0%, #075fe0 45%, #6924c7 100%);
    color: #ffffff;
    box-shadow:
        0 0 10px rgba(0, 210, 255, 0.9),
        0 0 22px rgba(0, 111, 255, 0.65),
        0 0 38px rgba(118, 0, 255, 0.35),
        inset 0 0 22px rgba(0, 195, 255, 0.14),
        0 12px 24px rgba(0, 0, 0, 0.34);
}

.btn-x:active {
    transform: translateY(0) scale(0.98);
    box-shadow:
        0 0 7px rgba(0, 168, 255, 0.75),
        0 0 16px rgba(0, 86, 255, 0.5),
        inset 0 0 20px rgba(0, 151, 255, 0.16);
}

@keyframes buttonEnergyDot {
    0%, 100% {
        opacity: 0.6;
        transform: translateY(-50%) scale(0.8);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.25);
    }
}

.right-rail:empty,
.sidebar:empty,
.product__aside:empty {
    display: none !important;
}

.page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (max-width: 480px) {
    .btn-x {
        min-width: 170px;
        padding: 12px 22px;
        font-size: 14px;
    }

    .btn-x::after {
        left: 14px;
        width: 6px;
        height: 6px;
    }
}

/* =========================================================
   INFO BOX - GALAXY + STARS
========================================================= */

.info-box {
    position: relative;
    max-width: 650px;
    margin: 45px auto;
    padding: 28px 26px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 24px;
    border: 1px solid rgba(76, 143, 255, 0.85);
    background:
        radial-gradient(circle at 16% 18%, rgba(0, 125, 255, 0.28), transparent 25%),
        radial-gradient(circle at 82% 22%, rgba(59, 73, 255, 0.20), transparent 26%),
        radial-gradient(circle at 75% 80%, rgba(126, 0, 255, 0.24), transparent 32%),
        radial-gradient(circle at 20% 85%, rgba(0, 211, 255, 0.14), transparent 26%),
        linear-gradient(145deg, #020516 0%, #061745 36%, #0b0c37 65%, #16052f 100%);
    box-shadow:
        0 0 10px rgba(0, 107, 255, 0.8),
        0 0 28px rgba(0, 107, 255, 0.42),
        0 0 58px rgba(77, 0, 255, 0.26),
        0 24px 60px rgba(0, 0, 0, 0.5),
        inset 0 0 45px rgba(0, 101, 255, 0.08);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    animation: infoFloat 8s ease-in-out infinite, infoGlow 4s ease-in-out infinite alternate;
}

.info-box::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: -3;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(0, 149, 255, 0.22), transparent 28%),
        radial-gradient(ellipse at 70% 24%, rgba(0, 234, 255, 0.10), transparent 22%),
        radial-gradient(ellipse at 78% 68%, rgba(155, 0, 255, 0.24), transparent 30%),
        radial-gradient(ellipse at 42% 76%, rgba(67, 30, 255, 0.16), transparent 28%);
    filter: blur(18px);
    animation: infoNebula 16s ease-in-out infinite alternate;
}

.info-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 7% 13%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 17% 8%, #79dbff 0 1px, transparent 1.5px),
        radial-gradient(circle at 28% 19%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 41% 10%, #9edfff 0 1px, transparent 1.5px),
        radial-gradient(circle at 53% 23%, #ffffff 0 1.1px, transparent 1.6px),
        radial-gradient(circle at 65% 12%, #9bc1ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 76% 27%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 88% 9%, #73edff 0 1px, transparent 1.5px),
        radial-gradient(circle at 94% 20%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 11% 39%, #77d7ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 24% 51%, #ffffff 0 1.2px, transparent 1.7px),
        radial-gradient(circle at 36% 38%, #a48cff 0 1px, transparent 1.6px),
        radial-gradient(circle at 49% 54%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 62% 43%, #77cfff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 77% 49%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 92% 38%, #af94ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 8% 75%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 19% 65%, #6bddff 0 1px, transparent 1.5px),
        radial-gradient(circle at 32% 84%, #ffffff 0 1.4px, transparent 1.8px),
        radial-gradient(circle at 45% 69%, #8e9dff 0 1px, transparent 1.5px),
        radial-gradient(circle at 58% 88%, #ffffff 0 1.1px, transparent 1.6px),
        radial-gradient(circle at 70% 74%, #71deff 0 1px, transparent 1.5px),
        radial-gradient(circle at 83% 89%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 95% 70%, #af7cff 0 1px, transparent 1.5px);
    opacity: 0.75;
    animation: infoStars 3.8s ease-in-out infinite alternate;
}

.info-box h2 {
    position: relative;
    z-index: 10;
    width: fit-content;
    max-width: 90%;
    margin: 0 auto 24px;
    padding: 12px 24px 12px 49px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border: 1px solid rgba(92, 169, 255, 0.55);
    border-radius: 999px;
    background:
        radial-gradient(circle at 18% 50%, rgba(0, 199, 255, 0.17), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 0 12px rgba(0, 141, 255, 0.38),
        0 0 28px rgba(69, 0, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-shadow:
        0 0 5px #ffffff,
        0 0 11px #ffffff,
        0 0 20px #238cff,
        0 0 37px #0057ff,
        0 0 52px #742cff;
    animation: infoTitleFloat 4s ease-in-out infinite, infoTitleGlow 2.4s ease-in-out infinite alternate;
}

.info-box h2::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    transform: translateY(-50%);
    background:
        radial-gradient(circle at 30% 25%, #ffffff 0%, #a7f2ff 8%, #22bdff 23%, #1469ff 46%, #5026d8 72%, #19012f 100%);
    box-shadow:
        0 0 6px #ffffff,
        0 0 14px #00caff,
        0 0 26px #006aff,
        0 0 40px rgba(124, 0, 255, 0.78);
    animation: infoPlanetPulse 3s ease-in-out infinite;
}

.info-box h2::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 38px;
    height: 12px;
    border: 1px solid rgba(94, 218, 255, 0.55);
    border-radius: 50%;
    transform: translateY(-50%) rotate(-16deg);
    box-shadow: 0 0 9px rgba(0, 179, 255, 0.35);
}

.info-table {
    position: relative;
    z-index: 10;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.info-table tr {
    position: relative;
    background:
        radial-gradient(circle at 5% 50%, rgba(0, 149, 255, 0.08), transparent 25%),
        linear-gradient(135deg, rgba(7, 20, 58, 0.90), rgba(3, 8, 31, 0.96));
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.25),
        inset 0 0 20px rgba(0, 122, 255, 0.04);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.info-table tr:hover {
    transform: translateY(-2px);
    background:
        radial-gradient(circle at 7% 50%, rgba(0, 160, 255, 0.15), transparent 28%),
        linear-gradient(135deg, rgba(8, 33, 83, 0.97), rgba(8, 9, 44, 0.97));
    box-shadow:
        0 0 10px rgba(0, 145, 255, 0.38),
        0 8px 22px rgba(0, 0, 0, 0.32),
        inset 0 0 22px rgba(0, 139, 255, 0.06);
}

.info-table td {
    position: relative;
    padding: 13px 12px;
    border-top: 1px solid rgba(65, 153, 255, 0.26);
    border-bottom: 1px solid rgba(65, 153, 255, 0.26);
    color: #d0ddf5;
    font-size: 14px;
    line-height: 1.5;
}

.info-table td:first-child {
    width: 45%;
    padding-left: 34px;
    border-left: 1px solid rgba(65, 153, 255, 0.26);
    border-radius: 12px 0 0 12px;
    color: #8edfff;
    font-weight: 800;
    text-shadow:
        0 0 6px rgba(0, 190, 255, 0.55),
        0 0 12px rgba(0, 102, 255, 0.35);
}

.info-table td:first-child::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #9aefff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 9px #00d5ff,
        0 0 16px #0070ff;
    animation: infoDot 2s ease-in-out infinite;
}

.info-table td:last-child {
    border-right: 1px solid rgba(65, 153, 255, 0.26);
    border-radius: 0 12px 12px 0;
    color: #ffffff;
}

.rating {
    color: #80e7ff;
    font-weight: 900;
    text-shadow:
        0 0 4px #ffffff,
        0 0 9px #00d8ff,
        0 0 16px #006dff;
}

.info-box .info-meteor-one,
.info-box .info-meteor-two {
    position: absolute;
    z-index: 2;
    width: 7px;
    height: 7px;
    pointer-events: none;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    box-shadow:
        0 0 5px #ffffff,
        0 0 10px #96ebff,
        0 0 20px #00b7ff,
        0 0 32px #0066ff;
}

.info-box .info-meteor-one::before,
.info-box .info-meteor-two::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 145px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(0, 170, 255, 0.12), rgba(111, 224, 255, 0.65), #ffffff);
    filter: drop-shadow(0 0 5px rgba(0, 178, 255, 0.8));
}

.info-box .info-meteor-one {
    top: -60px;
    right: 45px;
    animation: infoMeteorOne 7s linear infinite;
}

.info-box .info-meteor-two {
    top: 80px;
    right: -100px;
    animation: infoMeteorTwo 10s linear infinite 4s;
}

.info-box .info-planet-one {
    position: absolute;
    z-index: 1;
    right: -60px;
    bottom: -35px;
    width: 130px;
    height: 130px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.48;
    background:
        radial-gradient(circle at 30% 25%, #b5f6ff 0%, #55bfff 9%, #1577e6 27%, #263290 55%, #541b82 77%, #190223 100%);
    box-shadow:
        inset -22px -16px 32px rgba(0, 0, 0, 0.5),
        inset 12px 9px 20px rgba(255, 255, 255, 0.12),
        0 0 24px rgba(0, 149, 255, 0.58),
        0 0 52px rgba(88, 0, 255, 0.30);
    animation: infoPlanetFloat 8s ease-in-out infinite;
}

.info-box .info-planet-one::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 44px;
    width: 185px;
    height: 42px;
    border: 3px solid rgba(94, 219, 255, 0.44);
    border-left-color: rgba(184, 88, 255, 0.65);
    border-right-color: rgba(0, 144, 255, 0.16);
    border-radius: 50%;
    transform: rotate(-17deg);
    box-shadow: 0 0 12px rgba(0, 169, 255, 0.37);
}

.info-box .info-orbit-one {
    position: absolute;
    z-index: 0;
    top: 85px;
    right: -120px;
    width: 380px;
    height: 135px;
    pointer-events: none;
    border: 1px solid rgba(65, 182, 255, 0.14);
    border-radius: 50%;
    transform: rotate(-18deg);
    animation: infoOrbit 10s ease-in-out infinite alternate;
}

@keyframes infoMeteorOne {
    0%, 64% {
        transform: translate(0, 0) rotate(135deg);
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    88% {
        transform: translate(-620px, 520px) rotate(135deg);
        opacity: 0;
    }
    100% {
        transform: translate(-620px, 520px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes infoMeteorTwo {
    0%, 70% {
        transform: translate(0, 0) rotate(158deg) scale(0.65);
        opacity: 0;
    }
    73% {
        opacity: 0.9;
    }
    84% {
        opacity: 0.9;
    }
    92% {
        transform: translate(-520px, 250px) rotate(158deg) scale(0.65);
        opacity: 0;
    }
    100% {
        transform: translate(-520px, 250px) rotate(158deg) scale(0.65);
        opacity: 0;
    }
}

@keyframes infoNebula {
    0% {
        transform: translate(-2%, -1%) scale(1);
    }
    50% {
        transform: translate(3%, 2%) scale(1.07);
    }
    100% {
        transform: translate(-1%, 4%) scale(1.03);
    }
}

@keyframes infoStars {
    0% {
        opacity: 0.42;
        filter: brightness(0.9);
    }
    100% {
        opacity: 0.82;
        filter: brightness(1.35);
    }
}

@keyframes infoFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes infoGlow {
    0% {
        box-shadow:
            0 0 9px rgba(0, 107, 255, 0.65),
            0 0 24px rgba(0, 107, 255, 0.35),
            0 0 50px rgba(77, 0, 255, 0.19),
            0 24px 60px rgba(0, 0, 0, 0.50),
            inset 0 0 45px rgba(0, 101, 255, 0.07);
    }
    100% {
        box-shadow:
            0 0 14px rgba(0, 155, 255, 0.95),
            0 0 34px rgba(0, 105, 255, 0.52),
            0 0 72px rgba(90, 0, 255, 0.31),
            0 24px 60px rgba(0, 0, 0, 0.50),
            inset 0 0 45px rgba(0, 125, 255, 0.11);
    }
}

@keyframes infoTitleFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes infoTitleGlow {
    0% {
        text-shadow:
            0 0 4px #ffffff,
            0 0 9px #ffffff,
            0 0 17px #248cff,
            0 0 29px #0057ff;
    }
    100% {
        text-shadow:
            0 0 6px #ffffff,
            0 0 14px #ffffff,
            0 0 27px #248cff,
            0 0 44px #0057ff,
            0 0 62px #742cff;
    }
}

@keyframes infoPlanetPulse {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.18);
    }
}

@keyframes infoDot {
    0%, 100% {
        opacity: 0.55;
        transform: translateY(-50%) scale(0.75);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.25);
    }
}

@keyframes infoPlanetFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(4deg);
    }
}

@keyframes infoOrbit {
    0% {
        transform: rotate(-18deg) scale(1);
        opacity: 0.35;
    }
    100% {
        transform: rotate(-13deg) scale(1.08);
        opacity: 0.75;
    }
}

@media (max-width: 480px) {
    .info-box {
        margin: 30px 10px;
        padding: 20px 14px;
        border-radius: 20px;
    }

    .info-box h2 {
        padding: 10px 16px 10px 42px;
        font-size: 19px;
        letter-spacing: 1.2px;
    }

    .info-box h2::before {
        left: 14px;
        width: 16px;
        height: 16px;
    }

    .info-box h2::after {
        left: 7px;
        width: 31px;
        height: 10px;
    }

    .info-table {
        border-spacing: 0 7px;
    }

    .info-table td {
        padding: 11px 8px;
        font-size: 12px;
    }

    .info-table td:first-child {
        width: 42%;
        padding-left: 27px;
    }

    .info-table td:first-child::before {
        left: 11px;
        width: 5px;
        height: 5px;
    }

    .info-box .info-planet-one {
        width: 95px;
        height: 95px;
        right: -50px;
        bottom: -20px;
    }

    .info-box .info-planet-one::before {
        left: -22px;
        top: 32px;
        width: 138px;
        height: 31px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .info-box,
    .info-box::before,
    .info-box::after,
    .info-box h2,
    .info-box h2::before,
    .info-table td:first-child::before,
    .info-box .info-meteor-one,
    .info-box .info-meteor-two,
    .info-box .info-planet-one,
    .info-box .info-orbit-one {
        animation: none !important;
    }
}

/* =========================================================
   FAQ - GALAXY + STARS, TANPA BULAN
========================================================= */

.faq-container {
    position: relative;
    max-width: 900px;
    margin: 45px auto;
    padding: 34px 28px 30px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 28px;
    border: 1px solid rgba(76, 143, 255, 0.85);
    background:
        radial-gradient(circle at 18% 16%, rgba(0, 120, 255, 0.30), transparent 22%),
        radial-gradient(circle at 80% 18%, rgba(53, 65, 255, 0.22), transparent 24%),
        radial-gradient(circle at 72% 76%, rgba(130, 0, 255, 0.28), transparent 30%),
        radial-gradient(circle at 25% 82%, rgba(0, 211, 255, 0.18), transparent 24%),
        linear-gradient(145deg, #020516 0%, #061745 36%, #0b0c37 65%, #16052f 100%);
    box-shadow:
        0 0 10px rgba(0, 107, 255, 0.8),
        0 0 28px rgba(0, 107, 255, 0.42),
        0 0 58px rgba(77, 0, 255, 0.26),
        0 28px 70px rgba(0, 0, 0, 0.52),
        inset 0 0 45px rgba(0, 101, 255, 0.08);
    font-family: Arial, sans-serif;
    animation: spaceBoxFloat 8s ease-in-out infinite, spaceBoxGlow 4s ease-in-out infinite alternate;
}

.faq-container::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: -3;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(0, 149, 255, 0.22), transparent 28%),
        radial-gradient(ellipse at 68% 22%, rgba(0, 234, 255, 0.10), transparent 22%),
        radial-gradient(ellipse at 78% 66%, rgba(155, 0, 255, 0.25), transparent 28%),
        radial-gradient(ellipse at 44% 74%, rgba(67, 30, 255, 0.18), transparent 27%);
    filter: blur(18px);
    animation: nebulaMove 16s ease-in-out infinite alternate;
}

.faq-container::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.9;
    background:
        radial-gradient(circle at 7% 13%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 16% 7%, #79dbff 0 1px, transparent 1.5px),
        radial-gradient(circle at 27% 18%, #ffffff 0 1.4px, transparent 1.8px),
        radial-gradient(circle at 39% 9%, #9edfff 0 0.9px, transparent 1.5px),
        radial-gradient(circle at 51% 22%, #ffffff 0 1.1px, transparent 1.6px),
        radial-gradient(circle at 64% 11%, #9bc1ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 73% 27%, #ffffff 0 1.4px, transparent 1.8px),
        radial-gradient(circle at 86% 8%, #73edff 0 1px, transparent 1.5px),
        radial-gradient(circle at 94% 19%, #ffffff 0 1.1px, transparent 1.5px),
        radial-gradient(circle at 11% 38%, #77d7ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 23% 49%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 37% 36%, #a48cff 0 1px, transparent 1.6px),
        radial-gradient(circle at 48% 53%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 61% 41%, #77cfff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 77% 48%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 91% 37%, #af94ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 8% 72%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 19% 63%, #6bddff 0 1px, transparent 1.5px),
        radial-gradient(circle at 31% 83%, #ffffff 0 1.4px, transparent 1.8px),
        radial-gradient(circle at 45% 68%, #8e9dff 0 1px, transparent 1.5px),
        radial-gradient(circle at 57% 88%, #ffffff 0 1.1px, transparent 1.6px),
        radial-gradient(circle at 69% 73%, #71deff 0 1px, transparent 1.5px),
        radial-gradient(circle at 82% 89%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 94% 69%, #af7cff 0 1px, transparent 1.5px);
    animation: starsTwinkle 3.8s ease-in-out infinite alternate;
}

.faq-title {
    position: relative;
    z-index: 10;
    width: fit-content;
    max-width: 90%;
    margin: 0 auto 38px;
    padding: 13px 28px 13px 52px;
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: 1px solid rgba(110, 177, 255, 0.6);
    border-radius: 999px;
    background:
        radial-gradient(circle at 18% 50%, rgba(0, 205, 255, 0.18), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 0 12px rgba(0, 157, 255, 0.45),
        0 0 27px rgba(51, 76, 255, 0.30),
        0 0 48px rgba(103, 0, 255, 0.17),
        0 10px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-shadow:
        0 0 5px #ffffff,
        0 0 11px #ffffff,
        0 0 21px #238cff,
        0 0 37px #0057ff,
        0 0 58px #742cff;
    animation: titleHover 4s ease-in-out infinite, titleEnergy 2.4s ease-in-out infinite alternate;
}

.faq-title::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    background:
        radial-gradient(circle at 30% 25%, #ffffff 0%, #a7f2ff 8%, #22bdff 23%, #1469ff 46%, #5026d8 72%, #19012f 100%);
    box-shadow:
        0 0 6px #ffffff,
        0 0 14px #00caff,
        0 0 26px #006aff,
        0 0 42px rgba(124, 0, 255, 0.78);
    animation: miniPlanet 3s ease-in-out infinite;
}

.faq-title::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    width: 39px;
    height: 12px;
    border: 1px solid rgba(94, 218, 255, 0.55);
    border-radius: 50%;
    transform: translateY(-50%) rotate(-16deg);
    box-shadow: 0 0 9px rgba(0, 179, 255, 0.35);
    animation: miniOrbit 5s linear infinite;
}

.faq-item {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(68, 141, 255, 0.34);
    border-radius: 17px;
    background:
        radial-gradient(circle at 5% 50%, rgba(0, 149, 255, 0.08), transparent 26%),
        linear-gradient(135deg, rgba(7, 20, 59, 0.90), rgba(3, 8, 31, 0.96));
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 255, 255, 0.018) inset,
        inset 0 0 25px rgba(0, 122, 255, 0.04);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    transition:
        transform 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        background 0.32s ease;
}

.faq-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 7px;
    height: 7px;
    z-index: 3;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #9aefff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 10px #00d5ff,
        0 0 18px #0070ff;
    animation: itemEnergy 2.1s ease-in-out infinite;
}

.faq-item::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0.04), transparent 20%, transparent 80%, rgba(124, 0, 255, 0.05));
    opacity: 0.8;
}

.faq-item:hover {
    transform: translateY(-4px) scale(1.008);
    border-color: rgba(72, 176, 255, 0.95);
    background:
        radial-gradient(circle at 8% 50%, rgba(0, 164, 255, 0.15), transparent 30%),
        linear-gradient(135deg, rgba(8, 34, 87, 0.97), rgba(8, 9, 44, 0.97));
    box-shadow:
        0 0 11px rgba(0, 140, 255, 0.52),
        0 0 25px rgba(45, 82, 255, 0.25),
        0 15px 30px rgba(0, 0, 0, 0.36),
        inset 0 0 28px rgba(0, 131, 255, 0.07);
}

.faq-item.active {
    border-color: rgba(78, 181, 255, 1);
    background:
        radial-gradient(circle at 8% 30%, rgba(0, 166, 255, 0.18), transparent 34%),
        radial-gradient(circle at 85% 100%, rgba(116, 0, 255, 0.12), transparent 35%),
        linear-gradient(135deg, rgba(8, 34, 88, 0.98), rgba(10, 8, 51, 0.98));
    box-shadow:
        0 0 10px rgba(0, 148, 255, 0.72),
        0 0 27px rgba(64, 79, 255, 0.31),
        0 0 48px rgba(105, 0, 255, 0.12),
        inset 0 0 30px rgba(0, 129, 255, 0.08);
}

.faq-question {
    position: relative;
    z-index: 4;
    cursor: pointer;
    min-height: 58px;
    padding: 17px 18px 17px 43px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition:
        padding-left 0.3s ease,
        color 0.3s ease,
        text-shadow 0.3s ease,
        background 0.3s ease;
}

.faq-question:hover {
    padding-left: 47px;
    background: linear-gradient(90deg, rgba(0, 137, 255, 0.11), rgba(97, 0, 255, 0.045), transparent);
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.55),
        0 0 13px rgba(0, 145, 255, 0.58);
}

.faq-item.active .faq-question {
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.55),
        0 0 16px rgba(0, 139, 255, 0.78);
}

.faq-arrow {
    position: relative;
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    padding: 0;
    border: 1px solid rgba(61, 159, 255, 0.63);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 35%, rgba(0, 190, 255, 0.20), rgba(6, 10, 43, 0.75));
    box-shadow:
        0 0 8px rgba(0, 134, 255, 0.48),
        inset 0 0 10px rgba(0, 165, 255, 0.10);
    transform: none;
    transition:
        transform 0.4s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.faq-arrow::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 45%;
    left: 50%;
    border: solid #73d9ff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    filter:
        drop-shadow(0 0 3px #00c8ff)
        drop-shadow(0 0 7px #006cff);
}

.faq-item:hover .faq-arrow {
    border-color: #68d7ff;
    box-shadow:
        0 0 10px rgba(0, 205, 255, 0.9),
        0 0 20px rgba(0, 92, 255, 0.52),
        inset 0 0 12px rgba(0, 173, 255, 0.16);
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
    border-color: #75e0ff;
    box-shadow:
        0 0 10px rgba(0, 209, 255, 0.95),
        0 0 20px rgba(0, 102, 255, 0.7),
        0 0 30px rgba(103, 0, 255, 0.35);
}

.faq-answer {
    position: relative;
    z-index: 4;
    max-height: 0;
    overflow: hidden;
    padding: 0 18px 0 43px;
    color: #c4d6f5;
    font-size: 14px;
    line-height: 1.75;
    opacity: 0;
    transform: translateY(-8px);
    transition:
        max-height 0.52s cubic-bezier(.2, .8, .2, 1),
        padding 0.36s ease,
        opacity 0.36s ease,
        transform 0.36s ease;
}

.faq-answer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 43px;
    right: 18px;
    height: 1px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgba(0, 221, 255, 0.8), rgba(73, 74, 255, 0.38), transparent);
    box-shadow: 0 0 8px rgba(0, 157, 255, 0.5);
    transition: transform 0.45s ease 0.1s, opacity 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 420px;
    padding: 14px 18px 21px 43px;
    opacity: 1;
    transform: translateY(0);
}

.faq-item.active .faq-answer::before {
    opacity: 1;
    transform: scaleX(1);
}

.faq-container .meteor-one,
.faq-container .meteor-two,
.faq-container .meteor-three {
    position: absolute;
    z-index: 2;
    width: 7px;
    height: 7px;
    pointer-events: none;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    box-shadow:
        0 0 5px #ffffff,
        0 0 10px #96ebff,
        0 0 20px #00b7ff,
        0 0 32px #0066ff;
}

.faq-container .meteor-one::before,
.faq-container .meteor-two::before,
.faq-container .meteor-three::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 150px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(0, 170, 255, 0.12), rgba(111, 224, 255, 0.65), #ffffff);
    filter: drop-shadow(0 0 5px rgba(0, 178, 255, 0.8));
}

.faq-container .meteor-one {
    top: -70px;
    right: 40px;
    animation: meteorOne 7s linear infinite;
}

.faq-container .meteor-two {
    top: -50px;
    right: 270px;
    transform: scale(0.7);
    animation: meteorTwo 10s linear infinite 3.2s;
}

.faq-container .meteor-three {
    top: 110px;
    right: -100px;
    transform: scale(0.55);
    animation: meteorThree 9s linear infinite 6s;
}

.faq-container .planet-one {
    position: absolute;
    z-index: 1;
    right: -72px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.60;
    background:
        radial-gradient(circle at 30% 25%, #b5f6ff 0%, #55bfff 9%, #1577e6 27%, #263290 55%, #541b82 77%, #190223 100%);
    box-shadow:
        inset -24px -18px 34px rgba(0, 0, 0, 0.5),
        inset 14px 11px 22px rgba(255, 255, 255, 0.12),
        0 0 25px rgba(0, 149, 255, 0.58),
        0 0 55px rgba(88, 0, 255, 0.30);
    animation: planetOneFloat 8s ease-in-out infinite;
}

.faq-container .planet-one::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 51px;
    width: 215px;
    height: 46px;
    border: 3px solid rgba(94, 219, 255, 0.44);
    border-left-color: rgba(184, 88, 255, 0.65);
    border-right-color: rgba(0, 144, 255, 0.16);
    border-radius: 50%;
    transform: rotate(-17deg);
    box-shadow: 0 0 12px rgba(0, 169, 255, 0.37);
}

.faq-container .planet-two {
    position: absolute;
    z-index: 1;
    left: -26px;
    top: 145px;
    width: 76px;
    height: 76px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.48;
    background:
        radial-gradient(circle at 30% 25%, #ffffff 0%, #e393ff 8%, #933cff 26%, #47128c 60%, #180020 100%);
    box-shadow:
        inset -10px -9px 17px rgba(0, 0, 0, 0.48),
        0 0 18px rgba(171, 82, 255, 0.6),
        0 0 36px rgba(96, 0, 255, 0.33);
    animation: planetTwoFloat 6s ease-in-out infinite alternate;
}

.faq-container .orbit-one {
    position: absolute;
    z-index: 0;
    top: 92px;
    right: -130px;
    width: 490px;
    height: 175px;
    pointer-events: none;
    border: 1px solid rgba(65, 182, 255, 0.15);
    border-radius: 50%;
    transform: rotate(-19deg);
    box-shadow: 0 0 20px rgba(0, 122, 255, 0.05);
    animation: orbitMove 10s ease-in-out infinite alternate;
}

@keyframes meteorOne {
    0%, 64% {
        transform: translate(0, 0) rotate(135deg);
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    88% {
        transform: translate(-760px, 650px) rotate(135deg);
        opacity: 0;
    }
    100% {
        transform: translate(-760px, 650px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes meteorTwo {
    0%, 70% {
        transform: translate(0, 0) rotate(132deg) scale(0.7);
        opacity: 0;
    }
    73% {
        opacity: 0.9;
    }
    84% {
        opacity: 0.9;
    }
    91% {
        transform: translate(-590px, 520px) rotate(132deg) scale(0.7);
        opacity: 0;
    }
    100% {
        transform: translate(-590px, 520px) rotate(132deg) scale(0.7);
        opacity: 0;
    }
}

@keyframes meteorThree {
    0%, 72% {
        transform: translate(0, 0) rotate(158deg) scale(0.55);
        opacity: 0;
    }
    75% {
        opacity: 0.85;
    }
    86% {
        opacity: 0.85;
    }
    93% {
        transform: translate(-630px, 310px) rotate(158deg) scale(0.55);
        opacity: 0;
    }
    100% {
        transform: translate(-630px, 310px) rotate(158deg) scale(0.55);
        opacity: 0;
    }
}

@keyframes nebulaMove {
    0% {
        transform: translate(-2%, -1%) scale(1);
    }
    50% {
        transform: translate(3%, 2%) scale(1.07);
    }
    100% {
        transform: translate(-1%, 4%) scale(1.03);
    }
}

@keyframes starsTwinkle {
    0% {
        opacity: 0.48;
        filter: brightness(0.9);
    }
    100% {
        opacity: 0.95;
        filter: brightness(1.35);
    }
}

@keyframes spaceBoxFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes spaceBoxGlow {
    0% {
        box-shadow:
            0 0 9px rgba(0, 107, 255, 0.65),
            0 0 24px rgba(0, 107, 255, 0.35),
            0 0 50px rgba(77, 0, 255, 0.19),
            0 28px 70px rgba(0, 0, 0, 0.52),
            inset 0 0 45px rgba(0, 101, 255, 0.07);
    }
    100% {
        box-shadow:
            0 0 14px rgba(0, 155, 255, 0.95),
            0 0 34px rgba(0, 105, 255, 0.52),
            0 0 72px rgba(90, 0, 255, 0.31),
            0 28px 70px rgba(0, 0, 0, 0.52),
            inset 0 0 45px rgba(0, 125, 255, 0.11);
    }
}

@keyframes titleHover {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes titleEnergy {
    0% {
        text-shadow:
            0 0 4px #ffffff,
            0 0 9px #ffffff,
            0 0 17px #248cff,
            0 0 29px #0057ff;
    }
    100% {
        text-shadow:
            0 0 6px #ffffff,
            0 0 14px #ffffff,
            0 0 27px #248cff,
            0 0 44px #0057ff,
            0 0 62px #742cff;
    }
}

@keyframes miniPlanet {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.18);
    }
}

@keyframes miniOrbit {
    0% {
        transform: translateY(-50%) rotate(-16deg) scaleX(1);
    }
    50% {
        transform: translateY(-50%) rotate(-10deg) scaleX(0.94);
    }
    100% {
        transform: translateY(-50%) rotate(-16deg) scaleX(1);
    }
}

@keyframes itemEnergy {
    0%, 100% {
        opacity: 0.55;
        transform: translateY(-50%) scale(0.75);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.25);
    }
}

@keyframes planetOneFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(4deg);
    }
}

@keyframes planetTwoFloat {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(12px, -17px) rotate(10deg);
    }
}

@keyframes orbitMove {
    0% {
        transform: rotate(-19deg) scale(1);
        opacity: 0.35;
    }
    100% {
        transform: rotate(-14deg) scale(1.08);
        opacity: 0.75;
    }
}

@media (max-width: 600px) {
    .faq-container {
        margin: 30px 10px;
        padding: 27px 14px 21px;
        border-radius: 22px;
    }

    .faq-title {
        margin-bottom: 28px;
        padding: 11px 18px 11px 44px;
        font-size: 20px;
        letter-spacing: 1.4px;
    }

    .faq-title::before {
        left: 15px;
        width: 16px;
        height: 16px;
    }

    .faq-title::after {
        left: 8px;
        width: 31px;
        height: 10px;
    }

    .faq-item {
        margin-bottom: 12px;
        border-radius: 14px;
    }

    .faq-item::before {
        left: 14px;
        width: 6px;
        height: 6px;
    }

    .faq-question {
        min-height: 51px;
        padding: 15px 13px 15px 34px;
        font-size: 14px;
        line-height: 1.4;
    }

    .faq-question:hover {
        padding-left: 37px;
    }

    .faq-arrow {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
    }

    .faq-answer {
        padding: 0 14px 0 34px;
        font-size: 13px;
    }

    .faq-answer::before {
        left: 34px;
        right: 14px;
    }

    .faq-item.active .faq-answer {
        padding: 12px 14px 18px 34px;
    }

    .faq-container .planet-one {
        width: 105px;
        height: 105px;
        right: -57px;
        bottom: 35px;
    }

    .faq-container .planet-one::before {
        left: -24px;
        top: 35px;
        width: 150px;
        height: 34px;
    }

    .faq-container .planet-two {
        width: 48px;
        height: 48px;
        left: -18px;
        top: 130px;
    }

    .faq-container .orbit-one {
        width: 340px;
        height: 120px;
        right: -120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-container,
    .faq-container::before,
    .faq-container::after,
    .faq-title,
    .faq-title::before,
    .faq-title::after,
    .faq-item::before,
    .faq-container .meteor-one,
    .faq-container .meteor-two,
    .faq-container .meteor-three,
    .faq-container .planet-one,
    .faq-container .planet-two,
    .faq-container .orbit-one {
        animation: none !important;
    }
}

/* =========================================================
   REVIEW - GALAXY + STARS, TANPA BULAN
========================================================= */

.review-wrap {
    position: relative;
    max-width: 1300px;
    margin: 45px auto;
    padding: 24px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 26px;
    border: 1px solid rgba(76, 143, 255, 0.85);
    background:
        radial-gradient(circle at 15% 18%, rgba(0, 122, 255, 0.28), transparent 24%),
        radial-gradient(circle at 82% 20%, rgba(57, 73, 255, 0.22), transparent 24%),
        radial-gradient(circle at 74% 78%, rgba(126, 0, 255, 0.27), transparent 30%),
        radial-gradient(circle at 22% 85%, rgba(0, 211, 255, 0.14), transparent 25%),
        linear-gradient(145deg, #020516 0%, #061745 36%, #0b0c37 65%, #16052f 100%);
    box-shadow:
        0 0 10px rgba(0, 107, 255, 0.8),
        0 0 28px rgba(0, 107, 255, 0.42),
        0 0 58px rgba(77, 0, 255, 0.26),
        0 28px 70px rgba(0, 0, 0, 0.52),
        inset 0 0 45px rgba(0, 101, 255, 0.08);
    color: #ffffff;
    font-family: Arial, sans-serif;
    animation: reviewFloat 8s ease-in-out infinite, reviewGlow 4s ease-in-out infinite alternate;
}

.review-wrap::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: -3;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 18% 28%, rgba(0, 149, 255, 0.22), transparent 28%),
        radial-gradient(ellipse at 70% 24%, rgba(0, 234, 255, 0.10), transparent 22%),
        radial-gradient(ellipse at 78% 67%, rgba(155, 0, 255, 0.24), transparent 30%),
        radial-gradient(ellipse at 42% 75%, rgba(67, 30, 255, 0.16), transparent 28%);
    filter: blur(18px);
    animation: reviewNebula 16s ease-in-out infinite alternate;
}

.review-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 6% 14%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 14% 7%, #79dbff 0 1px, transparent 1.5px),
        radial-gradient(circle at 25% 17%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 38% 9%, #9edfff 0 1px, transparent 1.5px),
        radial-gradient(circle at 49% 22%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 63% 11%, #9bc1ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 74% 25%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 87% 8%, #73edff 0 1px, transparent 1.5px),
        radial-gradient(circle at 95% 18%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 10% 38%, #77d7ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 22% 49%, #ffffff 0 1.2px, transparent 1.7px),
        radial-gradient(circle at 36% 36%, #a48cff 0 1px, transparent 1.6px),
        radial-gradient(circle at 48% 52%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 61% 41%, #77cfff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 76% 48%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 91% 37%, #af94ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 8% 73%, #ffffff 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 18% 64%, #6bddff 0 1px, transparent 1.5px),
        radial-gradient(circle at 31% 84%, #ffffff 0 1.4px, transparent 1.8px),
        radial-gradient(circle at 44% 68%, #8e9dff 0 1px, transparent 1.5px),
        radial-gradient(circle at 57% 88%, #ffffff 0 1.1px, transparent 1.6px),
        radial-gradient(circle at 69% 73%, #71deff 0 1px, transparent 1.5px),
        radial-gradient(circle at 83% 89%, #ffffff 0 1.3px, transparent 1.7px),
        radial-gradient(circle at 95% 69%, #af7cff 0 1px, transparent 1.5px);
    opacity: 0.75;
    animation: reviewStars 3.8s ease-in-out infinite alternate;
}

.review-head {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
    padding: 15px 18px;
    border: 1px solid rgba(86, 163, 255, 0.42);
    border-radius: 16px;
    background:
        radial-gradient(circle at 8% 50%, rgba(0, 180, 255, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow:
        0 0 12px rgba(0, 131, 255, 0.22),
        inset 0 0 20px rgba(0, 130, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.review-title {
    position: relative;
    margin: 0;
    padding-left: 34px;
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 1.2px;
    text-shadow:
        0 0 5px #ffffff,
        0 0 12px #248cff,
        0 0 26px #0057ff,
        0 0 42px rgba(116, 44, 255, 0.7);
}

.review-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    background:
        radial-gradient(circle at 30% 25%, #ffffff 0%, #a7f2ff 8%, #22bdff 23%, #1469ff 46%, #5026d8 72%, #19012f 100%);
    box-shadow:
        0 0 6px #ffffff,
        0 0 14px #00caff,
        0 0 26px #006aff,
        0 0 42px rgba(124, 0, 255, 0.78);
    animation: reviewTitlePlanet 3s ease-in-out infinite;
}

.review-sub {
    margin: 0;
    font-size: 13px;
    color: #b9c9e8;
    text-shadow: 0 0 8px rgba(0, 118, 255, 0.28);
}

.review-marquee {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 16px;
}

.review-marquee::before,
.review-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 12;
    pointer-events: none;
}

.review-marquee::before {
    left: 0;
    background: linear-gradient(to right, rgba(3, 12, 42, 0.95), rgba(3, 12, 42, 0));
}

.review-marquee::after {
    right: 0;
    background: linear-gradient(to left, rgba(11, 7, 48, 0.95), rgba(11, 7, 48, 0));
}

.review-track {
    display: flex;
    width: max-content;
    gap: 16px;
    padding: 8px 7px 10px;
    animation: reviewScroll 28s linear infinite;
}

.review-wrap:hover .review-track {
    animation-play-state: paused;
}

.review-card {
    position: relative;
    width: 320px;
    min-width: 320px;
    overflow: hidden;
    padding: 16px 16px 14px;
    border: 1px solid rgba(65, 154, 255, 0.40);
    border-radius: 17px;
    background:
        radial-gradient(circle at 8% 10%, rgba(0, 160, 255, 0.12), transparent 25%),
        radial-gradient(circle at 92% 90%, rgba(116, 0, 255, 0.10), transparent 32%),
        linear-gradient(145deg, rgba(6, 20, 60, 0.94), rgba(4, 8, 29, 0.97));
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.34),
        0 0 10px rgba(0, 123, 255, 0.18),
        inset 0 0 24px rgba(0, 130, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.review-card::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #95ecff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 10px #00d6ff,
        0 0 18px #006cff;
    animation: reviewDot 2s ease-in-out infinite;
}

.review-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 25%, transparent 78%, rgba(109, 0, 255, 0.05));
}

.review-card:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: rgba(73, 183, 255, 0.95);
    box-shadow:
        0 0 12px rgba(0, 151, 255, 0.5),
        0 0 27px rgba(65, 78, 255, 0.25),
        0 16px 35px rgba(0, 0, 0, 0.4),
        inset 0 0 28px rgba(0, 145, 255, 0.08);
}

.review-top {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 11px;
    padding-left: 17px;
}

.reviewer {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.reviewer-name {
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 138, 255, 0.32);
}

.reviewer-meta {
    font-size: 12px;
    color: #9db6dc;
}

.stars {
    display: flex;
    gap: 2px;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    text-shadow:
        0 0 4px #ffffff,
        0 0 8px #45bfff,
        0 0 15px rgba(0, 102, 255, 0.75);
}

.review-title-card {
    position: relative;
    z-index: 3;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.review-body {
    position: relative;
    z-index: 3;
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #c8d5ee;
}

.review-wrap .review-meteor-one,
.review-wrap .review-meteor-two,
.review-wrap .review-meteor-three {
    position: absolute;
    z-index: 2;
    width: 7px;
    height: 7px;
    pointer-events: none;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    box-shadow:
        0 0 5px #ffffff,
        0 0 10px #96ebff,
        0 0 20px #00b7ff,
        0 0 32px #0066ff;
}

.review-wrap .review-meteor-one::before,
.review-wrap .review-meteor-two::before,
.review-wrap .review-meteor-three::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 155px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(0, 170, 255, 0.12), rgba(111, 224, 255, 0.65), #ffffff);
    filter: drop-shadow(0 0 5px rgba(0, 178, 255, 0.8));
}

.review-wrap .review-meteor-one {
    top: -65px;
    right: 70px;
    animation: reviewMeteorOne 7s linear infinite;
}

.review-wrap .review-meteor-two {
    top: -60px;
    right: 430px;
    animation: reviewMeteorTwo 11s linear infinite 3s;
}

.review-wrap .review-meteor-three {
    top: 110px;
    right: -110px;
    animation: reviewMeteorThree 9s linear infinite 5.5s;
}

.review-wrap .review-planet-one {
    position: absolute;
    z-index: 1;
    right: -80px;
    bottom: -20px;
    width: 180px;
    height: 180px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.50;
    background:
        radial-gradient(circle at 30% 25%, #b5f6ff 0%, #55bfff 9%, #1577e6 27%, #263290 55%, #541b82 77%, #190223 100%);
    box-shadow:
        inset -28px -20px 40px rgba(0, 0, 0, 0.5),
        inset 15px 11px 25px rgba(255, 255, 255, 0.12),
        0 0 28px rgba(0, 149, 255, 0.58),
        0 0 65px rgba(88, 0, 255, 0.3);
    animation: reviewPlanetFloat 8s ease-in-out infinite;
}

.review-wrap .review-planet-one::before {
    content: "";
    position: absolute;
    left: -38px;
    top: 62px;
    width: 255px;
    height: 54px;
    border: 3px solid rgba(94, 219, 255, 0.44);
    border-left-color: rgba(184, 88, 255, 0.65);
    border-right-color: rgba(0, 144, 255, 0.16);
    border-radius: 50%;
    transform: rotate(-17deg);
    box-shadow: 0 0 12px rgba(0, 169, 255, 0.37);
}

.review-wrap .review-planet-two {
    position: absolute;
    z-index: 1;
    left: -35px;
    top: 65px;
    width: 85px;
    height: 85px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.38;
    background:
        radial-gradient(circle at 30% 25%, #ffffff 0%, #e393ff 8%, #933cff 26%, #47128c 60%, #180020 100%);
    box-shadow:
        inset -12px -10px 20px rgba(0, 0, 0, 0.48),
        0 0 18px rgba(171, 82, 255, 0.6),
        0 0 38px rgba(96, 0, 255, 0.33);
    animation: reviewPlanetTwo 6s ease-in-out infinite alternate;
}

.review-wrap .review-orbit-one {
    position: absolute;
    z-index: 0;
    top: 50px;
    right: -140px;
    width: 520px;
    height: 185px;
    pointer-events: none;
    border: 1px solid rgba(65, 182, 255, 0.14);
    border-radius: 50%;
    transform: rotate(-19deg);
    animation: reviewOrbit 10s ease-in-out infinite alternate;
}

@keyframes reviewScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes reviewMeteorOne {
    0%, 64% {
        transform: translate(0, 0) rotate(135deg);
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    88% {
        transform: translate(-900px, 680px) rotate(135deg);
        opacity: 0;
    }
    100% {
        transform: translate(-900px, 680px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes reviewMeteorTwo {
    0%, 70% {
        transform: translate(0, 0) rotate(132deg) scale(0.7);
        opacity: 0;
    }
    73% {
        opacity: 0.9;
    }
    84% {
        opacity: 0.9;
    }
    91% {
        transform: translate(-700px, 540px) rotate(132deg) scale(0.7);
        opacity: 0;
    }
    100% {
        transform: translate(-700px, 540px) rotate(132deg) scale(0.7);
        opacity: 0;
    }
}

@keyframes reviewMeteorThree {
    0%, 72% {
        transform: translate(0, 0) rotate(158deg) scale(0.55);
        opacity: 0;
    }
    75% {
        opacity: 0.85;
    }
    86% {
        opacity: 0.85;
    }
    93% {
        transform: translate(-760px, 320px) rotate(158deg) scale(0.55);
        opacity: 0;
    }
    100% {
        transform: translate(-760px, 320px) rotate(158deg) scale(0.55);
        opacity: 0;
    }
}

@keyframes reviewNebula {
    0% {
        transform: translate(-2%, -1%) scale(1);
    }
    50% {
        transform: translate(3%, 2%) scale(1.07);
    }
    100% {
        transform: translate(-1%, 4%) scale(1.03);
    }
}

@keyframes reviewStars {
    0% {
        opacity: 0.42;
        filter: brightness(0.9);
    }
    100% {
        opacity: 0.82;
        filter: brightness(1.35);
    }
}

@keyframes reviewFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes reviewGlow {
    0% {
        box-shadow:
            0 0 9px rgba(0, 107, 255, 0.65),
            0 0 24px rgba(0, 107, 255, 0.35),
            0 0 50px rgba(77, 0, 255, 0.19),
            0 28px 70px rgba(0, 0, 0, 0.52),
            inset 0 0 45px rgba(0, 101, 255, 0.07);
    }
    100% {
        box-shadow:
            0 0 14px rgba(0, 155, 255, 0.95),
            0 0 34px rgba(0, 105, 255, 0.52),
            0 0 72px rgba(90, 0, 255, 0.31),
            0 28px 70px rgba(0, 0, 0, 0.52),
            inset 0 0 45px rgba(0, 125, 255, 0.11);
    }
}

@keyframes reviewTitlePlanet {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.18);
    }
}

@keyframes reviewDot {
    0%, 100% {
        opacity: 0.55;
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        transform: scale(1.25);
    }
}

@keyframes reviewPlanetFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(4deg);
    }
}

@keyframes reviewPlanetTwo {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(12px, -17px) rotate(10deg);
    }
}

@keyframes reviewOrbit {
    0% {
        transform: rotate(-19deg) scale(1);
        opacity: 0.35;
    }
    100% {
        transform: rotate(-14deg) scale(1.08);
        opacity: 0.75;
    }
}

@media (max-width: 768px) {
    .review-wrap {
        margin: 30px 10px;
        padding: 16px;
        border-radius: 22px;
    }

    .review-head {
        padding: 13px 14px;
    }

    .review-title {
        font-size: 20px;
        padding-left: 29px;
    }

    .review-title::before {
        width: 17px;
        height: 17px;
    }

    .review-card {
        width: 270px;
        min-width: 270px;
    }

    .review-marquee::before,
    .review-marquee::after {
        width: 44px;
    }

    .review-track {
        animation-duration: 30s;
    }

    .review-wrap .review-planet-one {
        width: 120px;
        height: 120px;
        right: -65px;
    }

    .review-wrap .review-planet-one::before {
        left: -27px;
        top: 41px;
        width: 170px;
        height: 38px;
    }

    .review-wrap .review-planet-two {
        width: 52px;
        height: 52px;
        left: -22px;
    }
}

@media (max-width: 420px) {
    .review-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-card {
        width: 240px;
        min-width: 240px;
    }

    .review-title {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .review-wrap,
    .review-wrap::before,
    .review-wrap::after,
    .review-track,
    .review-title::before,
    .review-card::before,
    .review-wrap .review-meteor-one,
    .review-wrap .review-meteor-two,
    .review-wrap .review-meteor-three,
    .review-wrap .review-planet-one,
    .review-wrap .review-planet-two,
    .review-wrap .review-orbit-one {
        animation: none !important;
    }
}

/* =========================================================
   FOOTER - GALAXY + STARS, TANPA BULAN
========================================================= */

                            .tt12-gaming-fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
    overflow: hidden;
    isolation: isolate;
    border-radius: 20px 20px 0 0;
    border-top: 1px solid rgba(93, 193, 255, 0.75);
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 193, 255, 0.20), transparent 27%),
        radial-gradient(circle at 76% 10%, rgba(85, 75, 255, 0.20), transparent 30%),
        radial-gradient(circle at 65% 100%, rgba(145, 43, 255, 0.22), transparent 34%),
        linear-gradient(180deg, #061b50 0%, #07133c 48%, #17083d 100%);
    box-shadow:
        0 -8px 24px rgba(0, 174, 255, 0.34),
        0 -18px 48px rgba(0, 93, 255, 0.18),
        0 -30px 70px rgba(110, 41, 255, 0.12),
        inset 0 0 25px rgba(0, 183, 255, 0.06);
    font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
    color: #ffffff;
}

.footer-space-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.footer-star {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 8px #70ddff,
        0 0 12px rgba(0, 139, 255, 0.65);
    animation: footerStarTwinkle 2.8s ease-in-out infinite alternate;
}

.star-1 {
    top: 18%;
    left: 7%;
    animation-delay: 0s;
}

.star-2 {
    top: 65%;
    left: 18%;
    width: 2px;
    height: 2px;
    animation-delay: .8s;
}

.star-3 {
    top: 28%;
    left: 35%;
    width: 2px;
    height: 2px;
    animation-delay: 1.4s;
}

.star-4 {
    top: 72%;
    left: 58%;
    animation-delay: .4s;
}

.star-5 {
    top: 20%;
    left: 76%;
    width: 2px;
    height: 2px;
    animation-delay: 1.8s;
}

.star-6 {
    top: 62%;
    left: 91%;
    animation-delay: 1.1s;
}

.footer-meteor {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    box-shadow:
        0 0 5px #ffffff,
        0 0 10px #8eeaff,
        0 0 20px #00bfff,
        0 0 30px #006cff;
}

.footer-meteor::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    width: 150px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(31, 103, 255, 0.10) 18%,
            rgba(0, 190, 255, 0.32) 48%,
            rgba(132, 232, 255, 0.75) 78%,
            #ffffff 100%
        );
    filter:
        drop-shadow(0 0 4px rgba(0, 213, 255, 0.8))
        drop-shadow(0 0 8px rgba(0, 105, 255, 0.45));
}

.footer-meteor::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 90px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 144, 255, 0.12),
            rgba(255, 255, 255, 0.30)
        );
    filter: blur(5px);
}

.meteor-1 {
    top: -55px;
    right: 7%;
    animation: footerMeteorOne 7s linear infinite;
}

.meteor-2 {
    top: -45px;
    right: 35%;
    transform: scale(.65);
    animation: footerMeteorTwo 10s linear infinite 3.5s;
}

.footer-planet {
    position: absolute;
    top: -42px;
    left: 50%;
    width: 86px;
    height: 86px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.95) 0 3px, transparent 4px),
        radial-gradient(circle at 63% 38%, rgba(50,84,150,.48) 0 6px, transparent 7px),
        radial-gradient(circle at 40% 66%, rgba(40,73,137,.45) 0 8px, transparent 9px),
        radial-gradient(circle at 31% 28%, #effaff 0%, #a7e7ff 20%, #5ca8ea 45%, #315da9 67%, #111e60 84%, #090d32 100%);
    box-shadow:
        inset -14px -12px 20px rgba(0,0,0,.52),
        inset 7px 6px 12px rgba(255,255,255,.20),
        0 0 8px rgba(255,255,255,.50),
        0 0 18px rgba(80,215,255,.72),
        0 0 35px rgba(0,121,255,.45),
        0 0 55px rgba(94,42,255,.25);
    opacity: .82;
    animation: footerPlanetFloat 5s ease-in-out infinite;
}

.footer-orbit {
    position: absolute;
    top: -11px;
    left: 50%;
    width: 130px;
    height: 38px;
    transform: translateX(-50%) rotate(-12deg);
    border: 1px solid rgba(115, 226, 255, 0.48);
    border-radius: 50%;
    box-shadow:
        0 0 8px rgba(0, 217, 255, 0.45),
        0 0 16px rgba(0, 105, 255, 0.25);
    animation: footerOrbitPulse 3.5s ease-in-out infinite;
}

.tt12-gaming-fixed-footer a {
    position: relative;
    z-index: 5;
    flex: 1;
    max-width: 96px;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 8px;
    overflow: hidden;
    border: 1px solid rgba(75, 168, 255, 0.42);
    border-radius: 14px;
    background:
        radial-gradient(circle at 20% 15%, rgba(0, 220, 255, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(10, 40, 98, 0.84), rgba(7, 13, 43, 0.90));
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-shadow:
        0 0 5px rgba(255,255,255,.50),
        0 0 10px rgba(0,183,255,.35);
    box-shadow:
        0 5px 14px rgba(0,0,0,.24),
        inset 0 0 15px rgba(0,167,255,.05);
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}

.tt12-gaming-fixed-footer a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,.08), transparent 22%),
        radial-gradient(circle at 80% 80%, rgba(117,52,255,.09), transparent 30%);
}

.tt12-gaming-fixed-footer a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 26px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #7cecff, transparent);
    box-shadow:
        0 0 6px #00cfff,
        0 0 12px rgba(0,105,255,.55);
    opacity: .42;
    transition:
        width .25s ease,
        opacity .25s ease;
}

.tt12-gaming-fixed-footer a:hover {
    transform: translateY(-4px);
    border-color: rgba(113, 222, 255, .92);
    background:
        radial-gradient(circle at 20% 15%, rgba(0,232,255,.20), transparent 32%),
        linear-gradient(180deg, rgba(12,57,126,.94), rgba(9,18,57,.96));
    box-shadow:
        0 0 10px rgba(0,213,255,.55),
        0 0 23px rgba(0,107,255,.30),
        0 9px 20px rgba(0,0,0,.30),
        inset 0 0 18px rgba(0,190,255,.08);
}

.tt12-gaming-fixed-footer a:hover::after {
    width: 52px;
    opacity: 1;
}

.tt12-gaming-fixed-footer img {
    position: relative;
    z-index: 7;
    width: 28px;
    height: 28px;
    object-fit: contain;
    opacity: 1;
    filter:
        brightness(1.15)
        drop-shadow(0 0 4px rgba(255,255,255,.50))
        drop-shadow(0 0 9px rgba(0,205,255,.62));
    transition:
        transform .22s ease,
        filter .22s ease;
}

.tt12-gaming-fixed-footer a:hover img {
    transform: translateY(-2px) scale(1.14);
    filter:
        brightness(1.22)
        drop-shadow(0 0 5px rgba(255,255,255,.65))
        drop-shadow(0 0 12px rgba(0,218,255,.80))
        drop-shadow(0 0 18px rgba(0,98,255,.45));
}

.tt12-gaming-fixed-footer .tada {
    transform: translateY(-11px);
    border-color: rgba(119, 223, 255, .82);
    background:
        radial-gradient(circle at 50% 10%, rgba(0,232,255,.22), transparent 35%),
        radial-gradient(circle at 50% 95%, rgba(121,47,255,.19), transparent 40%),
        linear-gradient(180deg, rgba(8,57,139,.97), rgba(17,11,70,.98));
    box-shadow:
        0 0 11px rgba(0,211,255,.70),
        0 0 26px rgba(0,108,255,.44),
        0 0 46px rgba(107,43,255,.23),
        0 10px 24px rgba(0,0,0,.34),
        inset 0 0 22px rgba(0,195,255,.10);
}

.tt12-gaming-fixed-footer .tada:hover {
    transform: translateY(-14px) scale(1.02);
    border-color: #8ceeff;
    box-shadow:
        0 0 14px rgba(0,225,255,.88),
        0 0 31px rgba(0,112,255,.57),
        0 0 55px rgba(108,43,255,.30),
        0 12px 28px rgba(0,0,0,.38);
}

.tt12-gaming-fixed-footer a:active {
    transform: scale(.96);
}

.tt12-gaming-fixed-footer .tada:active {
    transform: translateY(-8px) scale(.96);
}

@keyframes footerStarTwinkle {
    0% {
        opacity: .25;
        transform: scale(.65);
    }

    100% {
        opacity: 1;
        transform: scale(1.35);
    }
}

@keyframes footerMeteorOne {
    0%, 58% {
        transform: translate(0,0) rotate(135deg);
        opacity: 0;
    }

    61% {
        opacity: 1;
    }

    82% {
        opacity: 1;
    }

    91% {
        transform: translate(-750px,650px) rotate(135deg);
        opacity: 0;
    }

    100% {
        transform: translate(-750px,650px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes footerMeteorTwo {
    0%, 68% {
        transform: translate(0,0) rotate(133deg) scale(.65);
        opacity: 0;
    }

    71% {
        opacity: .9;
    }

    86% {
        opacity: .9;
    }

    94% {
        transform: translate(-550px,480px) rotate(133deg) scale(.65);
        opacity: 0;
    }

    100% {
        transform: translate(-550px,480px) rotate(133deg) scale(.65);
        opacity: 0;
    }
}

@keyframes footerPlanetFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0) rotate(-3deg);
    }

    50% {
        transform: translateX(-50%) translateY(6px) rotate(3deg);
    }
}

@keyframes footerOrbitPulse {
    0%, 100% {
        transform: translateX(-50%) rotate(-12deg) scale(1);
        opacity: .45;
    }

    50% {
        transform: translateX(-50%) rotate(-8deg) scale(1.08);
        opacity: .9;
    }
}

@media (max-width: 500px) {
    .tt12-gaming-fixed-footer {
        gap: 7px;
        padding: 10px 7px calc(10px + env(safe-area-inset-bottom));
        border-radius: 17px 17px 0 0;
    }

    .tt12-gaming-fixed-footer a {
        max-width: 86px;
        min-height: 56px;
        padding: 9px 5px;
        border-radius: 12px;
        font-size: 11px;
        gap: 5px;
    }

    .tt12-gaming-fixed-footer img {
        width: 23px;
        height: 23px;
    }

    .tt12-gaming-fixed-footer .tada {
        transform: translateY(-8px);
    }

    .footer-planet {
        width: 66px;
        height: 66px;
        top: -31px;
    }

    .footer-orbit {
        width: 100px;
        height: 30px;
        top: -7px;
    }

    .footer-meteor::before {
        width: 105px;
    }

    .footer-meteor::after {
        width: 65px;
    }

    .meteor-2 {
        right: 27%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-star,
    .footer-meteor,
    .footer-planet,
    .footer-orbit {
        animation: none !important;
    }
}

/* =========================================================
   POP UP - GALAXY + STARS, TANPA BULAN
========================================================= */

#popup-banner {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(0, 184, 255, 0.15), transparent 27%),
        radial-gradient(circle at 85% 20%, rgba(85, 65, 255, 0.17), transparent 30%),
        radial-gradient(circle at 72% 85%, rgba(144, 43, 255, 0.14), transparent 32%),
        rgba(1, 4, 18, 0.86);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    z-index: 999999;
}

.popup-space {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.popup-star {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 8px #70e4ff,
        0 0 14px rgba(0, 137, 255, 0.65);
    animation: popupStarTwinkle 2.8s ease-in-out infinite alternate;
}

.ps-1 {
    top: 10%;
    left: 8%;
    animation-delay: 0s;
}

.ps-2 {
    top: 24%;
    left: 20%;
    width: 2px;
    height: 2px;
    animation-delay: .7s;
}

.ps-3 {
    top: 73%;
    left: 12%;
    animation-delay: 1.2s;
}

.ps-4 {
    top: 88%;
    left: 31%;
    width: 2px;
    height: 2px;
    animation-delay: .3s;
}

.ps-5 {
    top: 12%;
    left: 71%;
    width: 2px;
    height: 2px;
    animation-delay: 1.7s;
}

.ps-6 {
    top: 33%;
    left: 91%;
    animation-delay: .9s;
}

.ps-7 {
    top: 70%;
    left: 86%;
    width: 2px;
    height: 2px;
    animation-delay: 1.4s;
}

.ps-8 {
    top: 91%;
    left: 68%;
    animation-delay: .5s;
}

.popup-meteor {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    box-shadow:
        0 0 5px #ffffff,
        0 0 10px #a4efff,
        0 0 20px #00c7ff,
        0 0 34px #006cff;
}

.popup-meteor::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 180px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(81, 46, 255, 0.04) 10%,
            rgba(0, 102, 255, 0.15) 30%,
            rgba(0, 202, 255, 0.38) 55%,
            rgba(126, 230, 255, 0.82) 80%,
            #ffffff 100%
        );
    filter:
        drop-shadow(0 0 4px rgba(0, 214, 255, .85))
        drop-shadow(0 0 9px rgba(0, 98, 255, .50));
}

.popup-meteor::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 110px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 130, 255, 0.08),
            rgba(100, 222, 255, 0.20),
            rgba(255, 255, 255, 0.35)
        );
    filter: blur(6px);
}

.pm-1 {
    top: -100px;
    right: 8%;
    animation: popupMeteorOne 7s linear infinite;
}

.pm-2 {
    top: -80px;
    right: 42%;
    transform: scale(.65);
    animation: popupMeteorTwo 10s linear infinite 3.5s;
}

.popup-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 24px;
    border: 1px solid rgba(95, 204, 255, 0.78);
    background:
        radial-gradient(circle at 12% 15%, rgba(0, 201, 255, 0.14), transparent 30%),
        radial-gradient(circle at 86% 85%, rgba(130, 47, 255, 0.17), transparent 34%),
        linear-gradient(145deg, #061b50 0%, #07133d 50%, #16083d 100%);
    box-shadow:
        0 0 10px rgba(0, 210, 255, 0.55),
        0 0 28px rgba(0, 111, 255, 0.35),
        0 0 55px rgba(95, 42, 255, 0.22),
        0 22px 70px rgba(0, 0, 0, 0.65),
        inset 0 0 30px rgba(0, 174, 255, 0.05);
    animation: popupGalaxyEntrance .55s cubic-bezier(.2, .8, .2, 1);
}

.popup-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 7% 18%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 16% 68%, #70dfff 0 1px, transparent 1.5px),
        radial-gradient(circle at 29% 35%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 42% 81%, #9f89ff 0 1px, transparent 1.5px),
        radial-gradient(circle at 55% 17%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 68% 65%, #68daff 0 1px, transparent 1.5px),
        radial-gradient(circle at 81% 29%, #ffffff 0 1px, transparent 1.5px),
        radial-gradient(circle at 93% 74%, #b18bff 0 1px, transparent 1.5px);
    opacity: .45;
    animation: popupInnerStars 4s ease-in-out infinite alternate;
}

.popup-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 22px rgba(0, 191, 255, 0.05);
}

.popup-nebula {
    position: absolute;
    left: -90px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 210, 255, 0.18) 0%,
            rgba(0, 107, 255, 0.10) 32%,
            rgba(108, 41, 255, 0.07) 50%,
            transparent 70%
        );
    filter: blur(12px);
    animation: popupNebula 6s ease-in-out infinite alternate;
}

.popup-header {
    position: relative;
    z-index: 30;
}

#close-button {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(112, 220, 255, 0.65);
    outline: none;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 25%, rgba(0, 215, 255, 0.22), transparent 45%),
        linear-gradient(145deg, rgba(8, 39, 96, 0.95), rgba(15, 8, 54, 0.95));
    color: #bcefff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        0 0 8px rgba(0, 210, 255, 0.45),
        0 0 18px rgba(0, 104, 255, 0.30),
        inset 0 0 12px rgba(0, 198, 255, 0.08);
    text-shadow:
        0 0 5px #ffffff,
        0 0 10px #00cfff;
    transition:
        transform .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

#close-button:hover {
    transform: rotate(90deg) scale(1.08);
    color: #ffffff;
    border-color: #92edff;
    box-shadow:
        0 0 10px rgba(0, 224, 255, 0.80),
        0 0 24px rgba(0, 106, 255, 0.50),
        0 0 35px rgba(115, 45, 255, 0.25),
        inset 0 0 14px rgba(0, 208, 255, 0.12);
}

.popup-image-wrap {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    background: #030817;
}

.popup-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 65%,
            rgba(5, 17, 53, 0.25) 82%,
            rgba(5, 17, 53, 0.85) 100%
        );
    box-shadow:
        inset 0 -1px 0 rgba(77, 206, 255, 0.20);
}

.popup-content img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter:
        contrast(1.04)
        brightness(1.04)
        saturate(1.06);
    transition:
        transform .45s ease,
        filter .45s ease;
}

.popup-image-wrap:hover img {
    transform: scale(1.015);
    filter:
        contrast(1.05)
        brightness(1.07)
        saturate(1.10);
}

.popup-info {
    position: relative;
    z-index: 6;
    padding: 13px 18px 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 194, 255, 0.10), transparent 45%),
        linear-gradient(180deg, rgba(5, 20, 59, 0.92), rgba(11, 7, 38, 0.97));
}

.popup-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.popup-title-wrap h2 {
    flex: 1;
    margin: 0;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.30),
        0 0 12px rgba(0, 194, 255, 0.35);
}

.popup-title-star {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 0 4px #ffffff,
        0 0 8px #75e7ff,
        0 0 14px #008cff;
    animation: popupTitleStar 1.8s ease-in-out infinite alternate;
}

.popup-title-star:last-child {
    animation-delay: .9s;
}

.popup-divider {
    position: relative;
    width: 78%;
    height: 14px;
    margin: 7px auto 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-divider::before,
.popup-divider::after {
    content: "";
    flex: 1;
    height: 1px;
}

.popup-divider::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 207, 255, 0.55)
        );
}

.popup-divider::after {
    background:
        linear-gradient(
            90deg,
            rgba(119, 83, 255, 0.55),
            transparent
        );
}

.popup-divider span {
    width: 7px;
    height: 7px;
    margin: 0 9px;
    border: 1px solid #84eaff;
    transform: rotate(45deg);
    box-shadow:
        0 0 6px #00cfff,
        0 0 12px rgba(80, 83, 255, 0.65);
}

.popup-buttons {
    display: flex;
    gap: 14px;
    padding: 5px 0 0;
    background: transparent;
}

.btn-popup {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    flex: 1;
    padding: 14px 0;
    border-radius: 14px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}

.btn-popup::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .13), transparent 22%),
        radial-gradient(circle at 82% 78%, rgba(116, 55, 255, .14), transparent 30%);
}

.btn-popup::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 35%;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, .85),
            transparent
        );
    opacity: .48;
    filter: blur(.2px);
    transition:
        width .25s ease,
        opacity .25s ease;
}

.btn-login {
    color: #ffffff;
    border: 1px solid rgba(80, 202, 255, .75);
    background:
        radial-gradient(circle at 25% 15%, rgba(0, 224, 255, .22), transparent 34%),
        linear-gradient(135deg, #063eaa 0%, #071b72 52%, #100b4c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.15),
        inset 0 0 18px rgba(0, 200, 255, .08),
        0 0 9px rgba(0, 205, 255, .40),
        0 0 20px rgba(0, 104, 255, .25);
    text-shadow:
        0 0 5px rgba(255,255,255,.55),
        0 0 10px rgba(0,204,255,.55);
}

.btn-daftar {
    color: #ffffff;
    border: 1px solid rgba(151, 118, 255, .78);
    background:
        radial-gradient(circle at 75% 20%, rgba(175, 91, 255, .30), transparent 35%),
        linear-gradient(135deg, #5729c7 0%, #31209a 50%, #11105d 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        inset 0 0 18px rgba(151, 60, 255, .09),
        0 0 9px rgba(126, 80, 255, .42),
        0 0 20px rgba(72, 42, 255, .26);
    text-shadow:
        0 0 5px rgba(255,255,255,.55),
        0 0 10px rgba(151,96,255,.58);
}

.btn-popup:hover {
    transform: translateY(-3px);
    filter: brightness(1.12);
}

.btn-login:hover {
    border-color: #8cecff;
    box-shadow:
        0 0 12px rgba(0, 224, 255, .72),
        0 0 27px rgba(0, 107, 255, .40),
        inset 0 0 20px rgba(0, 215, 255, .12);
}

.btn-daftar:hover {
    border-color: #c4a2ff;
    box-shadow:
        0 0 12px rgba(166, 107, 255, .70),
        0 0 27px rgba(88, 42, 255, .42),
        inset 0 0 20px rgba(159, 75, 255, .13);
}

.btn-popup:hover::after {
    width: 65%;
    opacity: .9;
}

@keyframes popupGalaxyEntrance {
    0% {
        opacity: 0;
        transform: translateY(25px) scale(.92);
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes popupStarTwinkle {
    0% {
        opacity: .20;
        transform: scale(.6);
    }

    100% {
        opacity: 1;
        transform: scale(1.4);
    }
}

@keyframes popupInnerStars {
    0% {
        opacity: .30;
        filter: brightness(.9);
    }

    100% {
        opacity: .62;
        filter: brightness(1.35);
    }
}

@keyframes popupTitleStar {
    0% {
        opacity: .35;
        transform: scale(.65);
    }

    100% {
        opacity: 1;
        transform: scale(1.35);
    }
}

@keyframes popupNebula {
    0% {
        transform: scale(.9) translate(0, 0);
        opacity: .55;
    }

    100% {
        transform: scale(1.15) translate(15px, -10px);
        opacity: .85;
    }
}

@keyframes popupMeteorOne {
    0%, 52% {
        transform: translate(0, 0) rotate(135deg);
        opacity: 0;
    }

    55% {
        opacity: 1;
    }

    78% {
        opacity: 1;
    }

    88% {
        transform: translate(-950px, 820px) rotate(135deg);
        opacity: 0;
    }

    100% {
        transform: translate(-950px, 820px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes popupMeteorTwo {
    0%, 65% {
        transform: translate(0, 0) rotate(133deg) scale(.65);
        opacity: 0;
    }

    68% {
        opacity: .9;
    }

    84% {
        opacity: .9;
    }

    93% {
        transform: translate(-720px, 630px) rotate(133deg) scale(.65);
        opacity: 0;
    }

    100% {
        transform: translate(-720px, 630px) rotate(133deg) scale(.65);
        opacity: 0;
    }
}

@media (max-width: 480px) {
    #popup-banner {
        padding: 12px;
    }

    .popup-content {
        max-width: 94vw;
        border-radius: 19px;
    }

    .popup-info {
        padding: 11px 13px 14px;
    }

    .popup-title-wrap {
        gap: 7px;
    }

    .popup-title-wrap h2 {
        font-size: 14px;
        line-height: 1.4;
    }

    .popup-title-star {
        width: 4px;
        height: 4px;
    }

    .popup-buttons {
        gap: 10px;
    }

    .btn-popup {
        padding: 13px 0;
        border-radius: 12px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    #close-button {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    .popup-meteor::before {
        width: 125px;
    }

    .popup-meteor::after {
        width: 75px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .popup-content,
    .popup-star,
    .popup-meteor,
    .popup-nebula,
    .popup-title-star {
        animation: none !important;
    }
}