* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Segoe UI, Arial
}

body {
    background: #06070b;
    color: white;
    position: relative;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    height: auto;
}

/* ===== HERO ===== */
.hero {
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px;
    overflow: hidden;
}


.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, #06070b);
}

.hero h1 {
    position: relative;
    z-index: 2;
    font-size: 48px
}

/* ===== SLIDER ===== */
.slider {
    display: flex;
    gap: 60px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 120px 80px 200px;

    scroll-behavior: auto;
    /* GANTI */
}


.slider::-webkit-scrollbar {
    display: none
}

/* ===== CARD ===== */
.game-card {
    margin-top: 60px;
    width: 720px;
    height: 520px;
    aspect-ratio: 16/9;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
    overflow: visible;
    /* WAJIB */
    margin-inline: 30px;
    /* ruang aman kiri kanan */
}

.poster-inner {
    position: absolute;
    inset: 14px;
    border-radius: 14px;
    overflow: hidden;

}

/* background poster */
.poster {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    position: relative;


}

.poster-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.6);
    transition: .5s;
    background: linear-gradient(to bottom, transparent, #06070b);
}

/* gradient shadow */
.poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent 60%);
}

/* foreground layer (keluar) */
.poster-layer {
    position: absolute;
    bottom: -10px;
    left: 50%;

    /* INI KUNCINYA */
    width: 140%;
    height: auto;
    max-height: 620px;
    object-fit: contain;

    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
    filter: drop-shadow(0 45px 35px rgba(0, 0, 0, .9));
    transition: .5s cubic-bezier(.2, .8, .2, 1);
    --char-scale: 1;
    --char-y: 0px;

    transform: translateX(-50%) translateY(var(--char-y)) scale(var(--char-scale));
}



/* title */
.content {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}

.content h3 {
    font-size: 28px
}

.content span {
    color: #3700b6
}

/* hover cinematic */
.game-card:hover .poster-layer {
    transform: translateX(-50%) translateY(calc(var(--char-y) - 25px)) scale(calc(var(--char-scale) * 1.05));
}

.game-card:hover .poster-bg {
    transform: scale(1.12);
}


.slider {
    display: flex;
    gap: 60px;
    overflow-x: auto;
    overflow-y: visible;
    /* WAJIB */
    padding: 120px 80px 200px;
    /* tambah bawah */
}

.slider {
    cursor: grab;
    user-select: none;
}

.slider.dragging {
    cursor: grabbing;
}

.slider img {
    pointer-events: none;
    /* biar drag ga ke-block gambar */
}

#firefly {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    /* PALING ATAS */
}




.hero,
.slider {
    position: relative;
    z-index: 2;
}

/* ===== ABOUT SECTION ===== */
.about {
    padding: 120px 80px;
    position: relative;
    z-index: 2;
}

.about-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-left {
    flex: 1;
}

.about-right {
    flex: 1;
}

.about h2 {
    font-size: 64px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #fff, #6b7280);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.about p {
    color: #c9ccd6;
    line-height: 1.75;
    margin-bottom: 22px;
    font-size: 15px;
}

.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 2px solid #4f8cff;
    color: white;
    text-decoration: none;
    transition: .25s;
}

.about-btn:hover {
    background: #4f8cff;
}


/* ===== ABOUT CENTER ===== */
.about-center {
    padding: 180px 20px 140px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-wrapper {
    max-width: 850px;
    margin: auto;
}

.about-center h2 {
    font-size: 72px;
    margin-bottom: 40px;
    font-weight: 800;
    letter-spacing: -1px;

    background: linear-gradient(to right, #ffffff, #7aa2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-center p {
    color: #c9ccd6;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 26px;
}

/* glow effect */
.about-center::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 500px;
    background: radial-gradient(circle, rgba(79, 140, 255, 0.15), transparent 70%);
    filter: blur(120px);
    z-index: -1;
}


/* VIDEO BACKGROUND */
.hero {
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px;
    overflow: hidden;
}

/* VIDEO */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2), #06070b);
    z-index: 1;
}

/* TEXT */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 48px;
}

/* ===== ABOUT VIDEO ===== */
.about-video {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 70px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #2a2f3a;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .7);
}

/* rasio 16:9 */
.about-video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.about-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* glow bawah video */
.about-video::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    width: 70%;
    height: 120px;
    background: radial-gradient(circle, rgba(79, 140, 255, .35), transparent 70%);
    filter: blur(60px);
    z-index: -1;
}

/* MOBILE */
@media(max-width:900px) {
    .about-container {
        flex-direction: column;
    }

    .about h2 {
        font-size: 42px;
    }
}

/* ===== FEATURES ===== */
/* ===== SPLIT FEATURES ===== */
.features-split {
    position: relative;
    padding: 200px 0;
    overflow: hidden;
}

/* layout */
.features-wrap {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 80px;
}

/* ===== CONTENT ===== */
.features-content {
    padding-right: 40px;
}

.features-title {
    font-size: 34px;
    margin-bottom: 60px;
    font-weight: 800;
    background: linear-gradient(90deg, #fff, #6aa3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 30px;
}

/* card */
.feature-card {
    padding: 28px 26px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(6px);
    transition: .35s;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: #4f8cff;
    box-shadow: 0 20px 70px rgba(79, 140, 255, .25);
}

.feature-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
    filter: drop-shadow(0 0 8px rgba(79, 140, 255, .6));
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.feature-card p {
    font-size: 13px;
    color: #c9ccd6;
    line-height: 1.6;
}

/* glow background */
.features-split::before {
    content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    width: 900px;
    height: 500px;
    background: radial-gradient(circle, rgba(79, 140, 255, .15), transparent 70%);
    filter: blur(120px);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.features-planet {
    position: relative;
    width: 900px;
    height: 900px;
}

#blackhole {
    width: 90%;
    height: 100%;
    display: block;
    transform: translateX(-25%);
    filter: drop-shadow(0 0 80px rgba(170, 80, 255, .6));
}



/* ===== MOBILE ===== */
@media(max-width:1000px) {
    .features-wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .features-planet img {
        width: 600px;
        transform: none;
        margin: auto;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-content {
        padding: 0 20px;
    }
}

#arcaneOrb {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 420px;
    height: 420px;
    transform: translateY(-50%);
    pointer-events: none;
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 40px rgba(140, 80, 255, .7));
}

/* ================= HEADER ================= */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding: 18px 60px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
}

/* LOGO */
.logo {
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    cursor: pointer;
}

.logo-top {
    font-size: 26px;
    color: #ddd;
    display: block;
}

.logo-bottom {
    font-size: 14px;
    color: #3700b6;
    letter-spacing: 4px;
}

/* MENU */
.menu {
    display: flex;
    gap: 38px;
    font-size: 14px;
}

.menu a {
    text-decoration: none;
    color: #d6d6d6;
    position: relative;
    transition: .25s;
}

.menu a:hover {
    color: white;
}

.menu a.active {
    color: #ffffff;
}

.menu a.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 6px;
    height: 6px;

    border-radius: 50%;
    transform: translateX(-50%);
}

/* RIGHT SIDE */
.nav-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* LANG */
.lang {
    width: 34px;
    height: 34px;
    border: 2px solid #3700b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

/* ===== LANGUAGE SWITCHER ===== */

.lang-switcher {
    position: relative;
    user-select: none;
}

/* tombol bulat */
.lang-current {
    width: 34px;
    height: 34px;
    border: 2px solid #3700b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: .25s;
}

.lang-current:hover {
    background: #3700b6;
}

/* dropdown */
.lang-dropdown {
    position: absolute;
    right: 0;
    top: 48px;
    background: #0b0c12;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 6px 0;
    width: 70px;

    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: .25s cubic-bezier(.2, .8, .2, 1);

    box-shadow: 0 25px 80px rgba(0, 0, 0, .8);
}

/* aktif */
.lang-switcher.open .lang-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* item */
.lang-dropdown a {
    display: block;
    padding: 9px 14px;
    font-size: 12px;
    color: #cfcfcf;
    text-decoration: none;
    transition: .2s;
    cursor: pointer;
}

.lang-dropdown a:hover {
    background: rgba(76, 0, 255, 0.12);
    color: white;
}


/* CART */
.cart {
    position: relative;
    font-size: 20px;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #15008a;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
}


.menu-item {
    position: relative;
}

.mega-menu {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%) translateY(20px);
    width: 1100px;

    background: #270450;
    border: 1px solid rgba(4, 0, 255, 0.35);
    border-radius: 8px;

    padding: 30px 40px;
    display: flex;
    gap: 60px;

    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
}

/* small dropdown */
.mega-menu.small {
    width: 260px;
    padding: 18px 22px;
    flex-direction: column;
}

.has-mega:hover .mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mega-col {
    display: flex;
    flex-direction: column;
    min-width: 220px;
}

.mega-col h4 {
    color: #3d3791;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 1px;
}

.mega-col a {
    color: #cfcfcf;
    text-decoration: none;
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: .2s;
}

.mega-col a:hover {
    color: #fff;
    padding-left: 6px;
}

.menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 25px;
    top: 100%;
}

/* ================= MOBILE MENU ================= */

.burger {
    width: 28px;
    height: 22px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 10001;
}

.burger span {
    height: 3px;
    background: white;
    border-radius: 4px;
    transition: .35s;
}

/* animasi X */
.burger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* panel */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #06070b;
    transform: translateX(100%);
    transition: .45s cubic-bezier(.2, .8, .2, 1);
    z-index: 10000;
    padding: 110px 30px 40px;
}

.mobile-menu.open {
    transform: translateX(0);
}

.mobile-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 18px;
}

.mobile-inner a {
    color: white;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* group */
.mobile-group {
    margin-top: 15px;
}

.mobile-title {
    color: #3700b6;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

/* hide desktop menu */
@media(max-width:1000px) {

    .menu {
        display: none;
    }

    .burger {
        display: flex;
    }
}

.mobile-header {
    position: absolute;
    top: 22px;
    left: 22px;
}

.mobile-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #03009c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(89, 0, 255, 0.6);
}

/* ===== TOP LOADER ===== */
#top-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #1900ff, #4b0077);
    z-index: 20000;
    transition: width .25s ease;
    box-shadow: 0 0 12px rgba(255, 80, 0, .7);
}

/* accordion */
.mobile-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* panah */
.arrow {
    transition: .35s;
}

/* rotate arrow */
.mobile-group.open .arrow {
    transform: rotate(180deg);
}

/* content */
.mobile-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.2, .8, .2, 1);
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

/* spacing link */
.mobile-sub a {
    padding: 9px 0;
    font-size: 15px;
    opacity: .85;
}

/* open state */
.mobile-group.open .mobile-sub {
    max-height: 500px;
    /* cukup besar buat semua isi */
}

/* ================= REVIEWS ================= */

.reviews-section {
    padding: 220px 80px 160px;
    position: relative;

}

.reviews-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    /* ganti gambar bebas */
    background: url("../images/wall.jpg") center/cover no-repeat;


    opacity: .50;
    /* transparansi texture */
    filter: contrast(110%) brightness(100%);
}

/* DARK FADE TOP & BOTTOM */
.reviews-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(to bottom, #06070b 0%, transparent 20%, transparent 80%, #06070b 100%);
}

.reviews-section>* {
    position: relative;
    z-index: 2;
}

/* HEADER ROW */
.reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

/* LEFT */
.reviews-title h2 {
    font-size: 72px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(to right, #fff, #9aa0aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* BUTTON */
.reviews-btn {
    display: inline-block;
    margin-top: 28px;
    padding: 13px 32px;
    border-radius: 999px;
    border: 2px solid #3700b6;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .8px;
    transition: .25s;
    box-shadow: 0 0 20px rgba(255, 60, 0, .45);
}

.reviews-btn:hover {
    background: #3700b6;
    box-shadow: 0 0 40px rgba(255, 60, 0, .85);
}

/* RIGHT TRUST */
.reviews-trust {
    margin-top: 22px;
    font-size: 14px;
    color: #c9ccd6;
}

.trust {
    color: #00b67a;
    font-weight: 600;
}

.reviews-track {
    display: flex;
    gap: 120px;
    will-change: transform;
}

/* REVIEWS GRID */
.reviews-list {
    display: flex;
    gap: 120px;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    padding-bottom: 20px;
}

/* ITEM */
.review-item {
    min-width: 420px;
    max-width: 420px;
    font-size: 20px;
    color: #cfd3da;
    line-height: 1.6;
    opacity: .9;
}

/* AUTHOR */
.review-item .author {
    margin-top: 14px;
    font-size: 13px;
    color: #8f96a3;
}

/* ================= FOOTER ================= */

/* ================= FOOTER ================= */

/* ================= FOOTER ================= */

.footer {
    background: #06070b;
    color: #cfd3da;
    position: relative;
}

/* =================================================
   HERO IMAGE (BACKGROUND SYSTEM — NO STICKER LOOK)
================================================= */

.footer-hero {
    position: relative;
    height: 460px;
    overflow: hidden;

    /* tarik sedikit ke atas biar ga ada garis */
    margin-top: -60px;
    padding-top: 60px;
}

/* HIDE IMG (kita pakai sebagai fallback saja) */
.footer-hero img {
    display: none;
}

/* IMAGE LAYER */
.footer-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background: url("../images/demon.jpg") center/cover no-repeat;
    filter: brightness(.82) contrast(1.05) saturate(1.05);
}

/* ATMOSPHERIC BLEND */
.footer-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:

        /* TOP FADE (penting buat hilang garis) */
        linear-gradient(to bottom,
            #06070b 0%,
            rgba(6, 7, 11, .95) 10%,
            rgba(6, 7, 11, .65) 22%,
            rgba(6, 7, 11, .25) 40%,
            transparent 65%),

        /* BOTTOM FADE */
        linear-gradient(to top,
            #06070b 0%,
            rgba(6, 7, 11, .9) 18%,
            rgba(6, 7, 11, .5) 35%,
            transparent 60%),

        /* SIDE VIGNETTE */
        radial-gradient(ellipse at center,
            transparent 45%,
            rgba(6, 7, 11, .55) 75%,
            #06070b 100%);
}

/* =================================================
   PAYMENTS BAR
================================================= */

.footer-payments {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 30px 40px;
    position: relative;
    z-index: 2;
}

.pay-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.pay-row img {
    height: 34px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    transition: .2s;
    backdrop-filter: blur(4px);
}

.pay-row img:hover {
    border-color: white;
    background: rgba(255, 255, 255, .14);
    transform: translateY(-2px);
}

/* =================================================
   GRID LINKS
================================================= */

.footer-links {
    max-width: 1200px;
    margin: auto;
    padding: 70px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    position: relative;
    z-index: 2;
}

.footer-col h3 {
    color: white;
    margin-bottom: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-col a {
    text-decoration: none;
    color: #9aa0aa;
    font-size: 14px;
    transition: .25s;
}

.footer-col a:hover {
    color: white;
    transform: translateX(4px);
}

/* =================================================
   COPYRIGHT
================================================= */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
    padding: 22px;
    font-size: 11px;
    color: #8f96a3;
    position: relative;
    z-index: 2;
}

/* =================================================
   MOBILE
================================================= */

@media(max-width:900px) {

    .footer-hero {
        height: 360px;
        margin-top: -40px;
        padding-top: 40px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .footer-col a:hover {
        transform: none;
    }
}

/* =================================================
   GLOBAL MOBILE FIX
================================================= */
/* =========================================
   TABLET & MOBILE
========================================= */
/* =================================================
   MOBILE SLIDER FIX (STABLE - NO CUT - NO COLLAPSE)
================================================= */

@media (max-width:1000px){

    /* SLIDER CONTAINER */
    .slider{
        padding:80px 20px 160px;
        gap:30px;
        overflow-x:auto;
        overflow-y:visible;
    }

    /* CARD */
    .game-card{
        width:85vw;
        aspect-ratio:16/9;   /* penting */
        height:auto;         /* jangan fixed height */
        min-height:220px;    /* safety */
        margin:0;
        flex:0 0 auto;
        position:relative;
        overflow:visible;
    }

    /* POSTER */
    .poster{
        width:100%;
        height:100%;
        border-radius:18px;
        overflow:hidden;
        position:relative;
    }

    .poster-bg{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    /* CHARACTER LAYER */
    .poster-layer{
        width:120%;
        max-height:480px;
        left:50%;
        transform:translateX(-50%);
    }

    /* TITLE FIX */
    .content{
        bottom:20px; /* jangan minus */
        left:0;
        width:100%;
        padding-left:15px;
    }

    .content h3{
        font-size:20px;
    }

    .content span{
        font-size:12px;
    }

}

/* =========================================
   MOBILE SMALL DEVICES
========================================= */
@media (max-width: 600px) {

    /* ================= HERO ================= */
    .hero {
        padding: 110px 16px 60px;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    /* ================= SLIDER ================= */
    .slider {
        padding: 60px 16px 120px;
        gap: 20px;
    }

    .game-card {
        width: 92vw;
        height: auto;
        aspect-ratio: 16/9;
        margin: 0;
    }

    .poster-layer {
        width: 115%;
        max-height: 420px;
    }

    /* ================= FEATURES SECTION ================= */

    .features-split {
        padding: 80px 16px;
    }

    .features-wrap {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    /* Planet container */
    .features-planet {
    width: 100%;
    height: 300px;   /* WAJIB ADA HEIGHT */
    margin-bottom: 20px;
}

    /* Blackhole canvas */
   #blackhole {
        width: 100%;
        height: 100%;
        transform: none;
    }

    /* Kalau ada orb tambahan */
    #arcaneOrb {
        display: none;          /* tetap dimatikan biar ringan */
    }

    /* ================= REVIEWS ================= */

    .reviews-section {
        padding: 120px 16px 80px;
    }

    .review-item {
        min-width: 92vw;
        max-width: 92vw;
    }

    /* ================= TYPO ================= */

    .about h2,
    .about-center h2,
    .reviews-title h2,
    .features-title h2 {
        font-size: 28px;
        line-height: 1.3;
    }

}