body { font-family: 'Poppins', sans-serif; background-color: #f8f9fa; }
.navbar { background-color: rgba(255,255,255,0.95) !important; backdrop-filter: blur(10px); box-shadow: 0 2px 15px rgba(0,0,0,0.05); }
.navbar-brand { font-weight: 700; color: #6610f2 !important; }
.btn-outline-purple { color: #6610f2; border: 2px solid #6610f2; background: transparent; font-weight: 600; transition: all 0.3s; }
.btn-outline-purple:hover { background: #6610f2; color: #fff; box-shadow: 0 4px 10px rgba(102,16,242,0.3); transform: translateY(-2px); }
.hero-section { position: relative; background: linear-gradient(135deg, #3a0ca3 0%, #f72585 100%); color: white; padding: 130px 0 90px; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; overflow: hidden; }
.hero-glow-1 { position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: rgba(114,9,183,0.6); filter: blur(80px); border-radius: 50%; z-index: 0; }
.hero-glow-2 { position: absolute; bottom: -50px; right: -50px; width: 300px; height: 300px; background: rgba(247,37,133,0.5); filter: blur(90px); border-radius: 50%; z-index: 0; }
.hero-content { position: relative; z-index: 2; }
.hero-title { font-weight: 700; font-size: 3rem; line-height: 1.2; text-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.floating-element { animation: float 5s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.btn-custom { background: #ffc107; color: #000; font-weight: 600; border: none; padding: 12px 30px; border-radius: 30px; transition: all 0.3s; }
.btn-custom:hover { background: #ffca2c; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255,193,7,0.4); }
.btn-outline-light-custom { border: 2px solid rgba(255,255,255,0.5); color: #fff; font-weight: 600; padding: 10px 28px; border-radius: 30px; transition: all 0.3s; }
.btn-outline-light-custom:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.custom-tabs .nav-link { color: #6c757d; font-weight: 600; background: #e9ecef; border-radius: 50px; padding: 8px 24px; margin-right: 10px; margin-bottom: 10px; transition: all 0.3s; border: 1px solid transparent; }
.custom-tabs .nav-link:hover { background: #f4efff; color: #6610f2; border-color: #e0d4fc; }
.custom-tabs .nav-link.active { background: #6610f2; color: white; box-shadow: 0 4px 10px rgba(102,16,242,0.3); border-color: #6610f2; }
.feature-card { border: none; border-radius: 20px; padding: 30px 20px; transition: all 0.3s; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.03); height: 100%; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(102,16,242,0.1); }
.feature-icon { font-size: 3rem; color: #d63384; margin-bottom: 20px; }
.step-number { width: 60px; height: 60px; background: #6610f2; color: white; font-size: 1.5rem; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.game-card { display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; background: #fff; text-decoration: none; overflow: hidden; box-shadow: 0 8px 15px rgba(0,0,0,0.08); transition: all 0.3s; height: 100%; }
.game-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(102,16,242,0.2); border-color: rgba(102,16,242,0.4); }
.game-card .img-wrapper { overflow: hidden; aspect-ratio: 1/1; position: relative; background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%); }
.game-card img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform 0.5s; }
.game-card:hover img { transform: scale(1.15); }
.game-card-body { padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; flex-grow: 1; background: linear-gradient(to bottom, #fff, #f8f9fa); }
.game-title { font-size: 0.9rem; font-weight: 700; color: #2b2b2b; margin-bottom: 12px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.btn-topup { font-size: 0.75rem; font-weight: 600; padding: 6px 15px; border-radius: 20px; background: #e0d4fc; color: #6610f2; border: none; width: 100%; transition: all 0.3s; text-align: center; }
.game-card:hover .btn-topup { background: #6610f2; color: #fff; }
.footer { background: #212529; color: #adb5bd; }
.footer-link { color: #adb5bd; transition: all 0.3s; text-decoration: none; }
.footer-link:hover { color: #ffc107 !important; padding-left: 5px; }
.payment-icon-wrapper { background: #fff; padding: 4px 8px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; }
.payment-icon-wrapper img { height: 18px; width: auto; object-fit: contain; }
.blog-header { background: linear-gradient(135deg, #3a0ca3 0%, #f72585 100%); color: white; padding: 120px 0 60px; position: relative; overflow: hidden; }
.blog-glow-1 { position: absolute; top: -50px; left: -50px; width: 300px; height: 300px; background: rgba(114,9,183,0.6); filter: blur(80px); border-radius: 50%; z-index: 0; }
.blog-glow-2 { position: absolute; bottom: -50px; right: -50px; width: 200px; height: 200px; background: rgba(247,37,133,0.5); filter: blur(90px); border-radius: 50%; z-index: 0; }
.blog-header-content { position: relative; z-index: 2; }
.blog-card { border: none; border-radius: 16px; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: all 0.3s; height: 100%; display: flex; flex-direction: column; overflow: hidden; }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(102,16,242,0.1); }
.blog-img-wrapper { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.blog-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-img-wrapper img { transform: scale(1.08); }
.blog-category-badge { position: absolute; top: 15px; left: 15px; background: #6610f2; color: #fff; padding: 5px 12px; border-radius: 8px; font-size: 0.75rem; font-weight: 600; z-index: 2; }
.blog-card-body { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-title { font-size: 1.1rem; font-weight: 700; color: #2b2b2b; margin-bottom: 10px; text-decoration: none; transition: color 0.3s; }
.blog-title:hover { color: #6610f2; }
.blog-excerpt { color: #6c757d; font-size: 0.85rem; margin-bottom: 15px; }
.blog-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; color: #adb5bd; border-top: 1px solid #f0f0f0; padding-top: 15px; }
.blog-header.game-topup-header {
    padding: 100px 0 44px;
}

.game-topup-title {
    font-size: 1.65rem;
    line-height: 1.25;
}

.game-topup-badge {
    font-size: 0.8rem;
    font-weight: 600;
}

.game-topup-badge .bi-shield-check {
    color: #198754;
}

.payment-method-inline-logo {
    height: 22px;
    width: auto;
    max-width: 36px;
    object-fit: contain;
}

.payment-icon-wrapper img.payment-logo-ovo {
    height: 22px;
    width: 22px;
    object-fit: cover;
    border-radius: 4px;
}

.game-logo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border: 3px solid rgba(255, 255, 255, 0.9);
    object-fit: cover;
    flex-shrink: 0;
}
.step-card { background: #fff; border-radius: 16px; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.03); margin-bottom: 25px; }
.step-header { background: #6610f2; color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; margin-right: 15px; }
.item-radio { display: none; }
.item-card { border: 2px solid #f0f0f0; border-radius: 12px; padding: 15px; cursor: pointer; transition: all 0.2s; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.item-card:hover { border-color: #c9aafa; background: #fbf9ff; }
.item-radio:checked + .item-card { border-color: #6610f2; background: #f4efff; box-shadow: 0 4px 10px rgba(102,16,242,0.15); }
.item-price { font-weight: 700; color: #6610f2; font-size: 0.95rem; margin-top: 8px; }
.payment-method { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border: 1px solid #eee; border-radius: 10px; margin-bottom: 10px; cursor: pointer; transition: 0.2s; }
.payment-method:hover { border-color: #6610f2; background: #f8f9fa; }
.payment-radio:checked + .payment-method { border-color: #6610f2; background: #f4efff; }
.payment-logo { height: 22px; width: 50px; object-fit: contain; object-position: left; margin-right: 12px; }
.payment-logo.payment-logo-ovo { width: 22px; object-fit: cover; border-radius: 4px; }
.btn-checkout { background: #ffc107; color: #000; font-weight: 700; padding: 15px; border-radius: 12px; font-size: 1.1rem; transition: all 0.3s; border: none; }
.btn-checkout:hover { background: #ffca2c; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,193,7,0.4); }
.info-card { background: #fff; border-radius: 16px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); border: none; padding: 25px; display: flex; align-items: center; transition: all 0.3s; text-decoration: none; color: inherit; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(102,16,242,0.1); }
.icon-box { width: 55px; height: 55px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-right: 20px; flex-shrink: 0; }
.form-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); border: none; padding: 40px; }
.btn-submit { background: #6610f2; color: #fff; font-weight: 600; padding: 14px; border-radius: 12px; transition: all 0.3s; border: none; }
.btn-submit:hover { background: #520dc2; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(102,16,242,0.3); }
@media (max-width: 576px) { .hero-title { font-size: 2.2rem; } }
