* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; background: #080808; color: #f5f5f5; }
a { color: inherit; text-decoration: none; }
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: #d4a72c; }
.nav-menu { display: flex; gap: 38px; margin-left: auto; margin-right: 45px; }
.nav-menu a { font-size: 15px; font-weight: 700; color: #ddd; transition: .3s; }
.nav-menu a:hover, .login:hover, footer a:hover { color: #d4a72c; }
.nav-buttons { display: flex; align-items: center; gap: 18px; }
.login { font-size: 16px; font-weight: 800; }
.daftar, .button-main, .game-button { background: #d4a72c; color: #080808; border-radius: 40px; font-weight: 800; transition: .3s; }
.daftar { padding: 17px 30px; font-size: 16px; }
.daftar:hover, .button-main: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 { 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: #d4a72c; margin-bottom: 28px; }
.hero h1 { font-size: clamp(85px, 10vw, 145px); line-height: .82; letter-spacing: -8px; font-weight: 400; margin-bottom: 40px; }
.hero h1 span, .game-title h2 span { color: #d4a72c; }
.hero-text { max-width: 570px; color: #aaa; font-size: 18px; line-height: 1.8; margin-bottom: 35px; }
.hero-buttons { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.button-main { padding: 20px 34px; font-size: 16px; }
.button-line { border: 1px solid #555; color: #fff; padding: 18px 30px; border-radius: 40px; font-size: 16px; font-weight: 800; transition: .3s; }
.button-line:hover { border-color: #d4a72c; color: #d4a72c; }
.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(.78);
}
.image-info { position: absolute; left: 25px; bottom: 25px; background: rgba(0,0,0,.92); color: #fff; padding: 18px 23px; border-left: 4px solid #d4a72c; display: flex; flex-direction: column; gap: 4px; }
.image-info strong { font-size: 25px; }
.image-info span { font-size: 11px; letter-spacing: 2px; color: #aaa; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 140px 10%; background: #111; color: #fff; }
.about h2 { font-size: clamp(60px, 7vw, 95px); line-height: .9; letter-spacing: -6px; font-weight: 400; }
.about-text { align-self: end; max-width: 560px; }
.about-text p { color: #aaa; font-size: 18px; line-height: 1.8; margin-bottom: 28px; }
.about-text strong { display: block; color: #d4a72c; font-size: 22px; line-height: 1.5; }
.game { display: grid; grid-template-columns: 40% 60%; align-items: center; gap: 80px; padding: 140px 8%; background: #080808; }
.game-title h2 { font-size: clamp(75px, 9vw, 115px); font-weight: 400; line-height: .82; letter-spacing: -7px; margin-bottom: 35px; }
.game-title > p:not(.label) { max-width: 450px; color: #999; font-size: 18px; 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: #d4a72c; font-size: 17px; font-weight: 800; }
.game-item small { display: block; color: #666; font-size: 11px; letter-spacing: 2px; margin-bottom: 7px; }
.game-item strong { font-size: 23px; }
.game-item b { color: #d4a72c; font-size: 28px; }
footer { display: flex; justify-content: space-between; align-items: center; padding: 40px 6%; border-top: 1px solid #292929; font-size: 13px; color: #777; background: #080808; }
.footer-logo { font-size: 27px; font-weight: 800; }
.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); }
    .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-image {
        width: 100%;
        justify-content: center;
    }

    .hero-image img {
        width: auto;
        height: 380px;
        max-width: 100%;
        object-fit: contain;
    }
    .hero h1 { font-size: 72px; letter-spacing: -5px; }
    .hero-text { font-size: 17px; }
    .button-main, .button-line { font-size: 15px; padding: 18px 25px; }
    .hero-image img { height: 430px; object-fit: cover; }
    .about { grid-template-columns: 1fr; gap: 50px; padding: 100px 7%; }
    .about h2 { font-size: 60px; letter-spacing: -4px; }
    .about-text p { font-size: 17px; }
    .game { grid-template-columns: 1fr; gap: 60px; padding: 100px 7%; }
    .game-title h2 { font-size: 72px; letter-spacing: -5px; }
    .game-title > p:not(.label) { font-size: 17px; }
    .game-button { font-size: 15px; padding: 18px 27px; }
    .game-item { padding: 27px 0; }
    .game-item strong { font-size: 20px; }
    footer { flex-direction: column; align-items: flex-start; gap: 15px; padding: 35px 7%; }
}
