body {
    background: linear-gradient(-45deg, #fdfbfb, #e2ebf0, #a1c4fd, #c2e9fb);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: #333333;
    font-family: 'Google Sans', sans-serif; 
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

section { padding: 90px 0; background-color: rgba(255, 255, 255, 0.4); backdrop-filter: blur(5px); }
.bg-solid { background-color: rgba(255, 255, 255, 0.7) !important; }

.navbar { background-color: rgba(255, 255, 255, 0.98) !important; border-bottom: 1px solid #eaeaea; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.navbar-brand { font-weight: 700; color: #0070d1 !important; letter-spacing: 1px; }
.nav-link { color: #555555 !important; font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; transition: color 0.3s; }
.nav-link:hover { color: #0070d1 !important; }

.dropdown-menu { border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-radius: 8px; }
.dropdown-item { font-size: 13px; font-weight: 600; color: #555; text-transform: uppercase; padding: 10px 20px; }
.dropdown-item:hover { background-color: #f4f9ff; color: #0070d1; }

.section-title { text-transform: uppercase; margin-bottom: 40px; text-align: center; color: #111111; font-weight: 700; }
.section-title span { color: #0070d1; }

.separator {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent);
    margin: 0 auto;
    width: 80%;
}

#beranda { 
    height: 100vh; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    background: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.8)), url('https://images.unsplash.com/photo-1606144042898-132d75a898b8?q=80&w=2000&auto=format&fit=crop') no-repeat center center; 
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    position: relative;
}
.hero-logo-wrapper {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}
.hero-logo-icon {
    font-size: 4.5rem;
    color: #0070d1;
    margin-bottom: 15px;
    filter: drop-shadow(0 4px 6px rgba(0,112,209,0.2));
}
.hero-title { font-size: 3.5rem; font-weight: 800; letter-spacing: 1px; color: #111111; }
.hero-title span { color: #0070d1; }
.hero-subtitle { font-size: 1.2rem; margin-bottom: 30px; color: #333; font-weight: 600; }

.btn-custom { background: #0070d1; color: #ffffff; font-weight: 700; text-transform: uppercase; border: none; transition: 0.3s; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(0,112,209,0.3); }
.btn-custom:hover { background: #005bb5; color: #ffffff; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,112,209,0.4); }

.pagination-container { display: flex; justify-content: center; align-items: center; margin-bottom: 35px; gap: 15px; }
.page-btn { background-color: transparent; color: #6c757d; border: 2px solid #dddddd; padding: 10px 25px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; outline: none !important; }
.page-btn:hover { color: #0070d1; border-color: #0070d1; background: rgba(255,255,255,0.8); }
.page-btn.active { background-color: #0070d1; color: #ffffff; border-color: #0070d1; box-shadow: 0 4px 15px rgba(0, 112, 209, 0.3); transform: scale(1.05); }

.grid-container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; width: 100%; }
.card-display { background-color: rgba(255,255,255,0.85); border: 1px solid #eaeaea; border-radius: 12px; padding: 25px 10px; text-align: center; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.3s ease; position: relative; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.card-display:hover { transform: translateY(-5px); border-color: #0070d1; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); background-color: #fff; }
.card-display.active-card { border-color: #0070d1; background-color: #f4f9ff; }

.badge-meja { position: absolute; top: 10px; right: 15px; font-size: 20px; font-weight: 800; color: #cccccc; transition: color 0.3s; }
.active-card .badge-meja { color: #0070d1; }
.icon-status { font-size: 36px; margin-bottom: 15px; margin-top: 10px; }
.icon-check { color: #28a745; }
.icon-active { color: #0070d1; animation: pulse-ps 2s infinite; }

@keyframes pulse-ps { 0% { transform: scale(1); text-shadow: 0 0 0 rgba(0, 112, 209, 0.4); } 50% { transform: scale(1.15); text-shadow: 0 0 15px rgba(0, 112, 209, 0.6); } 100% { transform: scale(1); text-shadow: 0 0 0 rgba(0, 112, 209, 0); } }

.text-countdown { font-size: 22px; font-weight: 700; color: #111111; letter-spacing: 1px; margin-bottom: 8px; }
.text-selesai, .text-tersedia { font-size: 11px; font-weight: 800; margin-bottom: 12px; letter-spacing: 1px; text-transform: uppercase; }
.text-selesai { color: #0070d1; }
.text-tersedia { color: #28a745; }
.text-subtitle { color: #555555; font-size: 13px; font-weight: 700; text-transform: uppercase; margin-top: 5px; }

.ps-game-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); 
    gap: 20px; 
    width: 100%;
    padding: 0 10px;
}

.ps-game-card { 
    background: rgba(33, 37, 41, 0.95); 
    border-radius: 16px; 
    padding: 15px; 
    text-align: center; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
    border: 1px solid rgba(255,255,255,0.05); 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ps-game-box-art { 
    width: 100%; 
    aspect-ratio: 1/1.15; 
    object-fit: cover; 
    border-radius: 8px; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.3); 
    margin-bottom: 15px; 
    transition: transform 0.3s; 
}
.ps-game-card:hover .ps-game-box-art { transform: scale(1.03); }
.ps-game-label { 
    border: 1.5px solid #28a745; 
    color: #28a745; 
    font-size: 11px; 
    font-weight: 700; 
    padding: 6px 8px; 
    border-radius: 6px; 
    text-transform: uppercase; 
    display: inline-block; 
    letter-spacing: 0.5px; 
    background: rgba(40, 167, 69, 0.05); 
    width: 100%; 
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
}

.rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; margin-bottom: 15px; }
.rating-input input { display: none; }
.rating-input label { font-size: 28px; color: #ddd; cursor: pointer; transition: color 0.2s; margin: 0; }
.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label { color: #ffc107; }

.google-review-card { background: #ffffff; border-radius: 12px; padding: 20px; margin-bottom: 15px; border: 1px solid #eaeaea; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.review-header { display: flex; align-items: center; margin-bottom: 10px; }
.review-avatar { width: 42px; height: 42px; background-color: #0070d1; color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 16px; margin-right: 12px; text-transform: uppercase; }
.review-user-info h6 { margin: 0; font-weight: 700; color: #212529; }
.review-user-info span { font-size: 11px; color: #888; }
.review-stars { color: #ffc107; font-size: 13px; margin: 4px 0; }
.review-text { font-size: 13.5px; color: #495057; line-height: 1.5; margin: 0; }

.back-to-top { background-color: #198754; color: white; width: 40px; height: 40px; display: inline-flex; justify-content: center; align-items: center; text-decoration: none; transition: 0.3s; border-radius: 4px; }
.back-to-top:hover { background-color: #157347; color: white; transform: translateY(-3px); }

#beranda-carousel-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    background-color: #0b0c10;
    overflow: hidden;
}
#arayaHeroCarousel,
#arayaHeroCarousel .carousel-inner,
#arayaHeroCarousel .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
#arayaHeroCarousel .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#arayaHeroCarousel .carousel-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}
.hero-container-fixed {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 100vh;
    display: flex !important;
    align-items: center;
}
.hero-content-left {
    width: 100%;
    max-width: 650px;
    text-align: left;
    padding: 0 15px;
}
.tagline-badge-custom {
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    color: #00ff88;
}
.tagline-badge-custom .line {
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #00ff88;
    margin-right: 12px;
}
.hero-title-custom {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.text-cyan {
    color: #00d2ff;
    text-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
}
.text-green {
    color: #00ff88;
    text-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
}
.hero-desc-custom {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #c5c6c7;
    margin-bottom: 40px;
}
.btn-araya-custom {
    border: 1px solid red;
    color: blue;
    padding: 14px 32px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0 !important;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-araya-custom:hover {
    background-color: #ffffff;
    color: #0b0c10 !important;
    border-color: #ffffff;
}
.carousel-custom-controls {
    position: absolute;
    bottom: 80px;
    right: 8%;
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 10;
}
.slide-number {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav-buttons-wrapper {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(11, 12, 16, 0.5);
}
.nav-buttons-wrapper button {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 15px 22px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.nav-buttons-wrapper button:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}
.nav-buttons-wrapper button:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fasilitas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.fasilitas-card {
    background-color: #0b0c10;
    padding: 20px 15px;
    border-radius: 12px;
    transition: transform 0.3s;
    border: 1px solid #1f2833;
    width: 200px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fasilitas-card:hover { transform: translateY(-5px); }
.fasilitas-icon { font-size: 2.2rem; color: #45f3ff; margin-bottom: 12px; }
.fasilitas-text { color: #45f3ff; font-weight: bold; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; line-height: 1.2; }
.fasilitas-subtext { color: #c5c6c7; font-size: 0.8rem; margin-top: 5px; line-height: 1.3; }

.banner-iklan {
    position: relative;
    background: linear-gradient(135deg, #0b0c10 0%, #1f2833 100%);
    border: 2px solid #45f3ff;
    border-radius: 16px;
    padding: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(69, 243, 255, 0.1);
}
.banner-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 80% 20%, rgba(69, 243, 255, 0.15) 0%, transparent 50%);
    pointer-events: none;
}
.banner-content { max-width: 650px; position: relative; z-index: 2; }
.banner-badge {
    background-color: rgba(69, 243, 255, 0.1); color: #45f3ff; padding: 6px 14px;
    border-radius: 50px; font-size: 0.8rem; font-weight: bold; display: inline-block; margin-bottom: 15px;
    letter-spacing: 1px; border: 1px solid rgba(69, 243, 255, 0.3);
}
.banner-title { color: #fff; font-weight: 800; font-size: 1.8rem; line-height: 1.3; margin-bottom: 15px; }
.banner-title span { color: #45f3ff; }
.banner-text { color: #c5c6c7; font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; }
.btn-banner {
    background: linear-gradient(90deg, #45f3ff, #00a8ff); color: #000 !important; font-weight: 700;
    padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-size: 0.9rem;
    letter-spacing: 0.5px; transition: transform 0.2s, box-shadow 0.2s; border: none;
}
.btn-banner:hover { transform: translateY(-3px); box-shadow: 0 5px 20px rgba(69, 243, 255, 0.4); }
.banner-visual { font-size: 9rem; color: rgba(65, 243, 255, 0.05); position: absolute; right: 40px; transform: rotate(-15deg); z-index: 1; }

.footer-kustom {
    background-color: #000000;
    color: #c5c6c7;
    padding: 60px 40px 30px 40px;
    margin: 40px 20px 20px 20px;
    border-radius: 24px;
    border: none;
}
.footer-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 40px;
}
.footer-brand-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.footer-logo-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #45f3ff;
}
.footer-brand-title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-socmed-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 5px;
    width: 100%;
}
.footer-socmed-icon {
    color: #45f3ff;
    font-size: 1.6rem;
    transition: color 0.2s, transform 0.2s;
}
.footer-socmed-icon:hover {
    color: #ffffff;
    transform: scale(1.1);
}
.footer-menu-block {
    text-align: left;
}
.footer-section-title {
    color: #45f3ff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-list li {
    font-size: 0.95rem;
    color: #c5c6c7;
    font-weight: 500;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 992px) { 
    .grid-container { grid-template-columns: repeat(3, 1fr); gap: 15px; } 
    .hero-title { font-size: 2.8rem; } 
}

@media (max-width: 768px) {
    .grid-container { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .hero-title-custom { font-size: 2.2rem; }
    .carousel-custom-controls { right: 50%; transform: translateX(50%); bottom: 40px; gap: 15px; }
    .banner-iklan { padding: 30px 20px; }
    .footer-kustom {
        margin: 20px 12px 12px 12px;
        padding: 45px 20px 25px 20px;
        border-radius: 20px;
    }
    .footer-container-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 35px;
    }
    .footer-brand-block {
        align-items: center;
    }
    .footer-socmed-wrapper {
        justify-content: center;
    }
    .footer-menu-block {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .banner-iklan { flex-direction: row; justify-content: space-between; text-align: left; padding: 40px; }
    .banner-title { font-size: 2rem; }
    .banner-text { font-size: 1rem; }
}

.hero-content-left {
    max-width: 650px;
    padding: 15px;
}
.carousel-title {
    white-space: normal;
    word-wrap: break-word;
}
@media (max-width: 767.98px) {
    #beranda-carousel-wrapper, .carousel-item {
        height: 80vh !important;
        background-position: center center !important;
    }
    .hero-container-fixed {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 20px !important; /* Margin aman sudut mobile carousel */
    }
    .hero-content-left {
        text-align: center !important;
        margin: 0 auto;
        width: 100%;
    }
    .carousel-title {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
        display: block;
    }
    .hero-desc-custom {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
        padding: 0 10px;
    }
    .btn-carousel-action {
        width: 100%;
        padding: 12px 20px !important;
        font-size: 1rem !important;
    }
    .carousel-custom-controls {
        bottom: 20px !important;
        right: 50% !important;
        transform: translateX(50%) !important;
    }
}
@media (max-width: 575.98px) {
    .fasilitas-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 0 10px;
    }
    .ps-game-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 10px;
    }
}

/* ==========================================================================
   TAMBAHAN: Gaya CSS untuk Tombol WhatsApp Mengambang & Animasi Pulse
   ========================================================================== */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: waPulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
}

/* Animasi Pulse lembut di sekitar icon */
@keyframes waPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsif untuk perangkat Mobile agar ukurannya sedikit menyesuaikan */
@media (max-width: 767.98px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
}