/*
Theme Name: KEITOGEL Premium
Theme URI: #
Author: KEITOGEL
Author URI: #
Description: KEITOGEL - LINK DAFTAR SLOT TOTO TOGEL 4D TERBAIK DI INDONESIA. (Premium Landing Page Version)
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keitogel
Tags: dark, gold, landing-page, responsive, optimized
*/

:root {
    --gold: #f7c948;
    --dark-bg: #0a0a0a;
    --box-bg: #141414;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background: radial-gradient(circle at 50% -20%, #2a2a2a, var(--dark-bg) 60%);
    color: #fff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.container-xxl {
    width: 100%;
    max-width: 840px; /* Adjusted for a cleaner centered look */
    padding: 0 15px;
    margin: 0 auto;
}

/* NAVBAR & HEADER */
.site-header {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}

.nav-wrap {
    min-height: 78px;
    background: linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,.65)),
                radial-gradient(circle at center, rgba(247,201,72,.1), transparent 60%);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 30px rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: space-between; /* Adjusted for livechat button */
    position: relative;
    border-radius: 18px;
    padding: 0 20px;
}

.logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    max-height: 48px;
    width: auto;
}

/* MARQUEE */
.marquee-container {
    width: 100%;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(247,201,72,0.2);
    padding: 8px 0;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 12px;
}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
}

@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* BOXES */
.section-box {
    background: linear-gradient(180deg, var(--box-bg), #0c0c0c);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,.05);
    box-shadow: 0 10px 30px rgba(0,0,0,.7);
    width: 100%;
}

.hero-box {
    border-radius: 18px;
    padding: 10px;
    background: #000;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

/* TITLES */
.title-gold {
    color: var(--gold);
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

/* BUTTONS */
.buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.btn-gold {
    background: linear-gradient(180deg, #ffe27a, #f7b500);
    color: #000;
    font-weight: 800;
    border: none;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all .25s ease;
    box-shadow: 0 6px 18px rgba(255,215,0,.35),
                inset 0 1px 0 rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-gold::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
    transition: left .6s ease;
}

.btn-gold:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 10px 28px rgba(255,215,0,.55),
                inset 0 1px 0 rgba(255,255,255,.7);
    filter: brightness(1.05);
    color: #000;
}

.btn-gold:hover::before {
    left: 120%;
}

.btn-sm.btn-gold {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 10px;
}

/* CONTENT & FAQ */
.seo-center {
    text-align: left;
    max-width: 900px;
    margin: 0 auto 20px;
}

.seo-center p {
    margin-bottom: 15px;
    color: #ccc;
}

.seo-center strong, .seo-center a {
    color: var(--gold);
    text-decoration: none;
}

.faq-item {
    background: #111;
    border: 1px solid #222;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 12px;
    text-align: left;
}

.faq-item b {
    color: var(--gold);
    display: block;
    margin-bottom: 5px;
}

/* FOOTER */
.site-footer {
    text-align: center;
    padding: 25px;
    opacity: .7;
    font-size: 14px;
    width: 100%;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

/* MAIN */
.site-main {
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .buttons-grid {
        grid-template-columns: 1fr 1fr; /* Keep two columns on tablets */
    }
}

@media (max-width: 480px) {
    .buttons-grid {
        grid-template-columns: 1fr; /* Stack buttons on mobile */
    }
    .btn-gold {
        font-size: 14px;
        padding: 12px;
    }
}

/* CUSTOM ADJUSTMENTS FOR TITLE & DESCRIPTION */
.title-gold {
    margin-bottom: 5px; /* Mengurangi margin bawah judul agar dekat dengan deskripsi */
    font-size: 28px;
}

.title-description {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 20px; /* Memberikan celah spasi ke bawah sebelum teks berikutnya */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-center-p {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    color: var(--gold) !important; /* Memberikan warna emas agar senada */
    font-weight: 600;
}

/* PAKSA TOMBOL PENUH KIRI KANAN */
.section-box.text-center {
    text-align: center !important;
    padding: 25px 15px !important;
    width: 100% !important; /* Pastikan kotak utama penuh */
    box-sizing: border-box !important;
}

.buttons-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Paksa 2 kolom murni */
    gap: 12px !important;
    width: 100% !important; /* Paksa grid penuh */
    max-width: 100% !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.buttons-grid .btn-gold {
    width: 100% !important; /* Paksa tombol penuh di dalam kolomnya */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    margin: 0 !important; /* Hapus margin yang mungkin mendorong tombol */
}

/* Penyesuaian Judul & Promo agar tetap di tengah */
.title-gold, .title-description, .promo-container {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
}

.text-promo {
    display: inline-block !important;
    background: rgba(255,255,255,0.1) !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    color: #fff !important;
}

/* Mobile: Tetap 2 kolom atau 1 kolom penuh */
@media (max-width: 480px) {
    .buttons-grid {
        grid-template-columns: 1fr !important; /* Tumpuk 1 kolom di HP agar sangat lebar */
    }
}
/* === SOLUSI FINAL TOMBOL (MENGGUNAKAN ID) === */

/* 1. Hapus aturan lama yang mungkin mengganggu */
.section-box.text-center .buttons-grid {
    margin: 0 !important;
}

/* 2. Wadah utama tombol dengan ID */
#tombol-wrapper {
    background: rgba(0, 0, 0, 0.55); /* Sedikit lebih gelap */
    border-radius: 14px;
    padding: 12px;
    margin-top: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

/* 3. Grid di dalam wadah */
#tombol-wrapper .buttons-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Gaya tombol yang lebih spesifik */
#tombol-wrapper .btn-gold {
    background: linear-gradient(180deg, #FFDE59, #F7B500) !important;
    color: #000 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.5) !important;
    padding: 14px 5px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    border: none !important;
    transform: none !important; /* Reset transform dari aturan lain */
    transition: all 0.2s ease;
}

/* 5. Efek hover yang lebih halus */
#tombol-wrapper .btn-gold:hover {
    filter: brightness(1.1);
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6) !important;
}

/* 6. Responsif untuk mobile */
@media (max-width: 480px) {
    #tombol-wrapper .btn-gold {
        font-size: 14px !important;
    }
}
