* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; background: #080808; color: #f5f5f5; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

/* HEADER & NAVBAR */
header { position: absolute; top: 0; left: 0; width: 100%; padding: 28px 6%; z-index: 100; }
nav { display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 30px; font-weight: 800; letter-spacing: -1.5px; }
.logo span, .footer-logo span { color: #f59e0b; }
.nav-menu { display: flex; gap: 38px; margin-left: auto; margin-right: 45px; }
.nav-menu a { font-size: 15px; font-weight: 700; color: #e5e5e5; transition: .3s; }
.nav-menu a:hover, .login:hover, footer a:hover { color: #f59e0b; }
.nav-buttons { display: flex; align-items: center; gap: 18px; }
.login { font-size: 16px; font-weight: 800; color: #f59e0b; }
.daftar, .game-button { background: #d4a72c; color: #080808; border-radius: 40px; font-weight: 800; transition: .3s; }
.daftar { padding: 17px 30px; font-size: 16px; }
.daftar:hover, .game-button:hover { background: #f0c84d; transform: translateY(-3px); }
.menu-toggle { display: none; border: none; background: transparent; color: white; font-size: 30px; cursor: pointer; }

/* HERO SECTION */
.hero { min-height: 100vh; display: flex; align-items: center; gap: 80px; padding: 130px 6% 80px; background: #080808; }
.hero-content { width: 48%; }
.label { font-size: 14px; letter-spacing: 3px; font-weight: 800; color: #f59e0b; margin-bottom: 28px; }
.hero h1 { font-size: clamp(32px, 5.5vw, 75px) !important; line-height: 1.1 !important; letter-spacing: -1.5px !important; font-weight: 800 !important; margin-bottom: 30px !important; color: #ffffff; }
.hero h1 span, .game-title h2 span { color: #f59e0b; }
.hero-text { max-width: 570px; color: #e5e5e5; font-size: 17px; line-height: 1.8; margin-bottom: 35px; }

/* HERO BUTTONS FIX (RAPI & SIMETRIS) */
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 480px;
    margin-top: 15px;
}

.hero-btn-group {
    display: flex;
    gap: 12px;
    width: 100%;
}

.button-main, 
.button-line {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.button-main {
    background: #d4a72c;
    color: #080808;
    border: none;
}

.button-main:hover {
    background: #f0c84d;
    transform: translateY(-2px);
}

.button-line {
    background: transparent;
    color: #ffffff;
    border: 2px solid #333333;
}

.button-line:hover {
    border-color: #f59e0b;
    color: #f59e0b;
    transform: translateY(-2px);
}

.button-apk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #ffd700, #d4a72c);
    color: #080808;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 40px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 167, 44, 0.2);
}

.button-apk:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 167, 44, 0.35);
}

.hero-image { width: 45%; position: relative; display: flex; justify-content: center; align-items: flex-start; }
.hero-image img { display: block; width: auto; height: 520px; max-width: 100%; object-fit: contain; object-position: center; border-radius: 4px; filter: brightness(.88); }
.image-info { position: absolute; left: 25px; bottom: 25px; background: rgba(0,0,0,.92); color: #fff; padding: 18px 23px; border-left: 4px solid #f59e0b; display: flex; flex-direction: column; gap: 4px; }
.image-info strong { font-size: 25px; }
.image-info span { font-size: 11px; letter-spacing: 2px; color: #e5e5e5; }

/* SEO CONTENT SECTION */
.seo-content { padding: 80px 8%; background: #0d0d0d; border-top: 1px solid #222; border-bottom: 1px solid #222; }
.seo-content h2.elementor-heading-title { color: #f59e0b; font-size: 26px; font-weight: 700; margin-top: 30px; margin-bottom: 15px; }
.seo-content h3 { color: #ffffff; font-size: 18px; font-weight: 600; margin-top: 20px; margin-bottom: 10px; }
.seo-content p { color: #e5e5e5; font-size: 15px; margin-bottom: 18px; line-height: 1.8; }

/* ABOUT SECTION */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 100px 8%; background: #111; color: #fff; }
.about h2 { font-size: clamp(28px, 3.5vw, 48px) !important; line-height: 1.2 !important; letter-spacing: -1px !important; font-weight: 700 !important; }
.about-text { align-self: end; width: 100%; }
.faq-item { background: #080808; padding: 20px; border-radius: 10px; margin-bottom: 15px; border: 1px solid #222; }
.faq-item h3 { color: #f59e0b; margin-bottom: 8px; font-size: 17px; }
.faq-item p { color: #e5e5e5; font-size: 15px; margin: 0; }

/* GAME SECTION */
.game { display: grid; grid-template-columns: 40% 60%; align-items: center; gap: 80px; padding: 100px 8%; background: #080808; }
.game-title h2 { font-size: clamp(28px, 3.5vw, 48px) !important; font-weight: 700 !important; line-height: 1.2 !important; letter-spacing: -1px !important; margin-bottom: 25px !important; }
.game-title > p:not(.label) { max-width: 450px; color: #e5e5e5; font-size: 17px; line-height: 1.8; }
.game-button { display: inline-block; margin-top: 32px; padding: 20px 34px; font-size: 16px; }
.game-list { width: 100%; }
.game-item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 20px; padding: 30px 0; border-top: 1px solid #292929; transition: .3s; }
.game-item:last-child { border-bottom: 1px solid #292929; }
.game-item:hover { padding-left: 15px; }
.game-item > span { color: #f59e0b; font-size: 17px; font-weight: 800; }
.game-item small { display: block; color: #aaaaaa; font-size: 11px; letter-spacing: 2px; margin-bottom: 7px; }
.game-item strong { font-size: 23px; color: #ffffff; }
.game-item b { color: #f59e0b; font-size: 28px; }

/* FOOTER */
footer { display: flex; justify-content: space-between; align-items: center; padding: 40px 6%; border-top: 1px solid #292929; font-size: 13px; color: #aaaaaa; background: #080808; }
.footer-logo { font-size: 27px; font-weight: 800; }

/* MOBILE RESPONSIVE */
.mobile-menu { display: none; }
@media (max-width: 800px) {
    header { padding: 22px 6%; }
    .logo { font-size: 28px; }
    .nav-menu, .nav-buttons { display: none; }
    .menu-toggle { display: block; }
    .mobile-menu { position: absolute; top: 75px; right: 6%; min-width: 250px; padding: 25px; background: #111; color: #fff; display: none; flex-direction: column; gap: 23px; border: 1px solid #292929; box-shadow: 0 15px 40px rgba(0,0,0,.5); z-index: 999; }
    .mobile-menu.active { display: flex; }
    .mobile-menu a { font-size: 16px; font-weight: 800; }
    .mobile-daftar { background: #d4a72c; color: #080808; padding: 16px; text-align: center; border-radius: 35px; }
    .hero { min-height: auto; flex-direction: column; align-items: flex-start; gap: 45px; padding: 125px 6% 70px; }
    .hero-content, .hero-image { width: 100%; }
    .hero-buttons { max-width: 100%; }
    .hero-image { width: 100%; justify-content: center; }
    .hero-image img { width: auto; height: 350px; max-width: 100%; object-fit: contain; }
    .hero-text { font-size: 16px; }
    .about { grid-template-columns: 1fr; gap: 40px; padding: 80px 7%; }
    .game { grid-template-columns: 1fr; gap: 50px; padding: 80px 7%; }
    footer { flex-direction: column; align-items: flex-start; gap: 15px; padding: 35px 7%; }
}