:root {
    --primary-color: #0071e3;
    --dark-bg: #0b1230;
    --accent-gold: #ffd400;
    --font-main: 'Assistant', sans-serif;
}

body {
    font-family: var(--font-main);
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Style Tombol Login & Daftar */
.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px 0;
}

.btn-action {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    text-transform: uppercase;
}

.login {
    background: linear-gradient(135deg, #53008b, #950fe2);
    border: 2px solid #000;
}

.register {
    background: linear-gradient(135deg, #ff7b00, #ca5c02);
    border: 2px solid #000;
}

.btn-action:hover {
    transform: scale(1.02);
    filter: brightness(1.2);
}

/* Section Produk & Media */
.product-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.media-gallery {
    flex: 1;
    min-width: 300px;
}

.media-gallery img {
    width: 100%;
    border-radius: 15px;
}

.product-info {
    flex: 1;
    min-width: 300px;
}

/* Togel Box & Marketing */
.marketing-box {
    background: linear-gradient(rgba(0, 15, 40, 0.6), rgba(0, 15, 40, 0.6)),
        url('https://seokurakura.click/images/2025/12/08/background-mahjong333.jpg');
    background-size: cover;
    color: white;
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    text-align: justify;
}

/* Header & Navigation */
header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .logo-wrapper {
    text-align: center;
    padding: 10px 0;
}

header .logo-wrapper img {
    display: inline-block;
    width: 200px;
    height: auto;
}

nav {
    background: #f5f5f5;
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

nav a {
    display: inline-block;
    margin: 0 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

nav a:hover {
    color: #0071e3;
    text-decoration: underline;
}

/* Footer */
footer {
    padding: 40px 0;
    background: #f5f5f7;
    border-top: 1px solid #ddd;
}

.product-price {
    font-size: 24px;
    font-weight: bold;
    color: #d00;
}

.product-options {
    margin: 20px 0;
}

.main-footer {
    text-align: center;
    font-size: 0.8rem;
    color: #888;
}