.about-footer{
    background:#07111d;
    padding:55px 20px 35px;
    border-top:1px solid rgba(255,255,255,.08);
}
.about-footer-container{
    max-width:1100px;
    margin:auto;
    text-align:center;
}
.footer-logo{
    display:inline-block;
    margin-bottom:20px;
}
.footer-logo img{
    width:170px;
    height:auto;
    transition:.35s;
    filter:drop-shadow(0 0 10px rgba(255,215,0,.18));
}
.footer-logo:hover img{
    transform:scale(1.04);
}
.footer-description{
    max-width:720px;
    margin:0 auto 28px;
    color:#b8c5d3;
    line-height:1.9;
    font-size:15px;
}
.footer-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    flex-wrap:wrap;
    margin-bottom:28px;
}
.footer-nav a{
    color:#d9e3ec;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:.3s;
    position:relative;
}
.footer-nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:#FFD54F;
    transition:.3s;
}
.footer-nav a:hover{
    color:#FFD54F;
}
.footer-nav a:hover::after{
    width:100%;
}
.footer-line{
    width:100%;
    max-width:220px;
    height:1px;
    margin:0 auto 22px;
    background:rgba(255,255,255,.12);
}
.footer-copy{
    color:#8fa2b4;
    font-size:14px;
    letter-spacing:.5px;
}
@media(max-width:768px){
    .about-footer{
        padding:45px 18px 30px;
    }
    .footer-logo img{
        width:145px;
    }
    .footer-description{
        font-size:14px;
        line-height:1.8;
    }
    .footer-nav{
        gap:18px;
    }
    .footer-nav a{
        font-size:14px;
    }
    .footer-copy{
        font-size:13px;
    }
}
.promo-banner-section {
    width:100%;
    max-width:1200px;
    margin:25px auto;
    padding:0 15px;
    box-sizing:border-box;
}
.promoBannerSwiper {
    width:100%;
    max-width:1200px;
    margin:auto;
    overflow:hidden;
    border-radius:20px;
    background:#111;
    box-shadow:
        0 15px 40px rgba(0,0,0,.45),
        0 0 35px rgba(255,215,0,.15);
}
.promoBannerSwiper .swiper-slide {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.promoBannerSwiper img {
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
    border-radius:20px;
    user-select:none;
}
.promoBannerSwiper .swiper-pagination {
    bottom:15px !important;
}
.promoBannerSwiper .swiper-pagination-bullet {
    width:10px;
    height:10px;
    background:#ffffff;
    opacity:.45;
    transition:.3s;
}
.promoBannerSwiper 
.swiper-pagination-bullet-active {
    width:35px;
    border-radius:20px;
    background:#FFD700;
    opacity:1;
}
.promo-button-group {
    width:100%;
    display:flex;
    gap:15px;
    margin-top:20px;
}
.promo-button-group a {
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px 10px;
    border-radius:14px;
    font-size:17px;
    font-weight:800;
    text-decoration:none;
    transition:.3s;
}
.promo-login {
    background:
    linear-gradient(
        135deg,
        #242424,
        #111
    );
    color:#fff;
    border:2px solid #444;
    box-shadow:
    inset 0 0 15px rgba(255,255,255,.05);
}
.promo-login:hover {
    transform:translateY(-3px);
    border-color:#FFD700;
    color:#FFD700;
}
.promo-register {
    background:
    linear-gradient(
        135deg,
        #FFD700,
        #FF9800
    );
    color:#111;
    box-shadow:
    0 8px 25px rgba(255,193,7,.45);
}
.promo-register:hover {
    transform:translateY(-3px);
    box-shadow:
    0 12px 35px rgba(255,193,7,.65);
}
@media(min-width:1400px){
    .promo-banner-section{
        max-width:1200px;
    }
}
@media(max-width:768px){
    .promo-banner-section{
        padding:0 10px;
        margin:15px auto;
    }
    .promoBannerSwiper,
    .promoBannerSwiper img {
        border-radius:15px;
    }
    .promo-button-group {
        gap:10px;
        margin-top:15px;
    }
    .promo-button-group a {
        padding:13px 5px;
        font-size:15px;
    }
}
@media(max-width:480px){
    .promo-button-group {
        flex-direction:row;
    }
    .promo-button-group a {
        font-size:14px;
        border-radius:10px;
    }
}

.live-status-container{
    width:100%;
    max-width:1280px;   /* maksimal lebar */
    margin:40px auto;
    padding:0 18px;
    box-sizing:border-box;
}
.status-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:22px;
}
.status-card{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(180deg,#1d1610,#100d09);
    border:1px solid rgba(255,215,0,.18);
    border-radius:22px;
    padding:24px;
    backdrop-filter:blur(18px);
    transition:.35s;
    box-shadow:
    inset 0 1px rgba(255,255,255,.05),
    0 12px 30px rgba(0,0,0,.45),
    0 0 25px rgba(255,180,0,.08);
}
.status-card:hover{
    transform:translateY(-6px);
    border-color:#FFD700;
    box-shadow:
    0 0 25px rgba(255,215,0,.35),
    0 15px 35px rgba(0,0,0,.45);
}
.card-glow{
    position:absolute;
    width:220px;
    height:220px;
    right:-90px;
    top:-110px;
    border-radius:50%;
    background:#FFD700;
    opacity:.08;
    filter:blur(55px);
}
.status-title{
    display:flex;
    align-items:center;
    gap:12px;
    color:#F6E6B4;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:22px;
}
.status-title i{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#3a2b00;
    background:
    linear-gradient(180deg,#FFF4A8,#FFD54A,#D89C00);
    box-shadow:
    0 0 15px rgba(255,215,0,.55);
}
.status-value{
    text-align:center;
    font-size:36px;
    font-weight:900;
    color:#FFD85A;
    text-shadow:
    0 0 12px rgba(255,215,0,.45);
    margin-bottom:22px;
}
.progress-wrap{
    width:100%;
    height:12px;
    background:#32281d;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:18px;
}
.progress-bar{
    height:100%;
    border-radius:999px;
}
.deposit-bar{
    background:
    linear-gradient(90deg,
    #FFE48C,
    #FFD700,
    #FFB300);
    box-shadow:0 0 18px gold;
}
.withdraw-bar{
    background:
    linear-gradient(90deg,
    #FFC857,
    #FFB000,
    #E58A00);
    box-shadow:0 0 18px orange;
}
.time-wrap{
    display:flex;
    align-items:center;
    gap:12px;
}
.time-wrap span{
    color:#D8C48A;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
}
.time-line{
    flex:1;
    height:5px;
    background:#32281d;
    border-radius:999px;
    overflow:hidden;
}
.time-fill{
    height:100%;
    width:60%;
    border-radius:999px;
}
/* Deposit = 1 Menit */
.deposit-fill{
    width:10%;
    background:linear-gradient(90deg,#FFEAA0,#FFD700,#D99A00);
    box-shadow:0 0 15px rgba(255,215,0,.7);
}
/* Withdraw = 3 Menit */
.withdraw-fill{
    width:30%;
    background:linear-gradient(90deg,#FFD46A,#FFB300,#E58A00);
    box-shadow:0 0 15px rgba(255,180,0,.7);
}
.member-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.member-online{
    text-align:center;
    font-size:56px;
    font-weight:900;
    color:#FFD700;
    line-height:1;
    text-shadow:
    0 0 12px rgba(255,215,0,.7),
    0 0 28px rgba(255,215,0,.45);
    animation:pulseGold 2s infinite;
}
.member-text{
    margin-top:14px;
    text-align:center;
    color:#E9C86A;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}
@keyframes pulseGold{
    0%{
        transform:scale(1);
        text-shadow:
        0 0 8px gold;
    }
    50%{
        transform:scale(1.05);
        text-shadow:
        0 0 22px gold,
        0 0 40px gold;
    }
    100%{
        transform:scale(1);
        text-shadow:
        0 0 8px gold;
    }
}
  .jp-toast{
position:absolute;
right:20px;
bottom:20px;
display:flex;
align-items:center;
gap:14px;
padding:14px 18px;
background:rgba(15,15,15,.95);
border:1px solid rgba(255,215,0,.35);
border-radius:18px;
box-shadow:
0 15px 40px rgba(0,0,0,.45),
0 0 25px rgba(255,215,0,.15);
backdrop-filter:blur(10px);
opacity:0;
transform:translateY(40px);
pointer-events:none;
transition:.45s;
z-index:999;
max-width:320px;
}
.jp-toast.show{
opacity:1;
transform:translateY(0);
}
.jp-toast-icon{
font-size:34px;
}
.jp-toast-title{
font-size:13px;
font-weight:800;
letter-spacing:1px;
color:#FFD700;
margin-bottom:4px;
}
.jp-toast-text{
font-size:14px;
line-height:1.5;
color:#fff;
}
@media(max-width:768px){
.jp-toast{
left:12px;
right:12px;
bottom:12px;
max-width:none;
}
}
  .jp-section{
position:relative;
max-width:1200px;
margin:40px auto;
padding:35px;
border-radius:28px;
overflow:hidden;
background:
linear-gradient(180deg,#2b1d05,#130d03);
border:1px solid rgba(255,215,0,.18);
box-shadow:
0 20px 60px rgba(0,0,0,.45),
0 0 40px rgba(255,190,0,.12);
}
.jp-glow{
position:absolute;
width:420px;
height:420px;
right:-180px;
top:-180px;
border-radius:50%;
background:#FFD700;
opacity:.08;
filter:blur(70px);
}
.jp-header{
text-align:center;
position:relative;
z-index:2;
}
.jp-mini{
display:inline-block;
padding:8px 18px;
border-radius:30px;
background:rgba(255,215,0,.12);
color:#FFD84D;
font-size:13px;
font-weight:700;
letter-spacing:2px;
margin-bottom:15px;
}
.jp-header h2{
margin:0;
font-size:48px;
font-weight:900;
background:linear-gradient(#FFF9D7,#FFD447,#B57B00);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 20px rgba(255,215,0,.25);
letter-spacing:3px;
}
.jp-counter{
margin-top:30px;
text-align:center;
font-size:58px;
font-weight:900;
color:#FFD700;
font-family:Arial,sans-serif;
text-shadow:
0 0 10px gold,
0 0 25px rgba(255,215,0,.55);
}
.jp-progress{
position:relative;
margin-top:35px;
height:22px;
background:#3b2d10;
border-radius:50px;
overflow:hidden;
box-shadow:inset 0 2px 6px rgba(0,0,0,.5);
}
.jp-progress-fill{
width:50%;
height:100%;
border-radius:50px;
background:
linear-gradient(90deg,
#FFF2A0,
#FFD700,
#F5A300);
transition:.8s;
}
.jp-shine{
position:absolute;
left:-180px;
top:0;
width:180px;
height:100%;
background:
linear-gradient(90deg,
transparent,
rgba(255,255,255,.55),
transparent);
animation:shine 3s linear infinite;
}
@keyframes shine{
100%{
left:120%;
}
}
.jp-scale{
margin-top:10px;
display:flex;
justify-content:space-between;
color:#D8B95F;
font-size:13px;
font-weight:700;
}
.jp-info{
margin-top:30px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
}
.jp-item{
padding:18px;
border-radius:18px;
background:rgba(255,215,0,.05);
border:1px solid rgba(255,215,0,.12);
text-align:center;
}
.jp-item label{
display:block;
margin-bottom:8px;
font-size:13px;
color:#c8b178;
letter-spacing:1px;
}
.jp-item strong{
font-size:22px;
color:#FFD84D;
font-weight:800;
}
@media(max-width:768px){
.jp-header h2{
font-size:32px;
}
.jp-counter{
font-size:36px;
}
.jp-info{
grid-template-columns:1fr;
}
/* ===========================
   PREMIUM EFFECT
=========================== */
.jp-section::before{
content:"";
position:absolute;
inset:0;
padding:1px;
border-radius:28px;
background:linear-gradient(
135deg,
rgba(255,255,255,.15),
rgba(255,215,0,.45),
rgba(255,255,255,.05)
);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
opacity:.8;
}
.jp-section::after{
content:"";
position:absolute;
left:0;
right:0;
top:0;
height:2px;
background:linear-gradient(
90deg,
transparent,
#FFD700,
transparent
);
animation:topLight 5s linear infinite;
opacity:.8;
}
@keyframes topLight{
0%{
transform:translateX(-100%);
}
100%{
transform:translateX(100%);
}
}

.jp-counter{
transition:
transform .25s,
text-shadow .25s,
color .25s;
animation:counterPulse 2s infinite;
}
@keyframes counterPulse{
0%{
transform:scale(1);
}
50%{
transform:scale(1.02);
}
100%{
transform:scale(1);
}
}

.jp-progress{
position:relative;
overflow:hidden;
}
.jp-progress::after{
content:"";
position:absolute;
inset:0;
background:
repeating-linear-gradient(
45deg,
rgba(255,255,255,.10) 0px,
rgba(255,255,255,.10) 10px,
transparent 10px,
transparent 20px
);
animation:progressMove .8s linear infinite;
opacity:.45;
}
@keyframes progressMove{
100%{
background-position:40px 0;
}

.jp-item{
transition:.35s;
}
.jp-item:hover{
transform:translateY(-6px);
border-color:#FFD700;
box-shadow:
0 0 20px rgba(255,215,0,.18);
}

.jp-mini{
position:relative;
overflow:hidden;
}
.jp-mini::before{
content:"";
position:absolute;
left:-120px;
top:0;
width:120px;
height:100%;
background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.65),
transparent
);
animation:badgeShine 3s linear infinite;
}
@keyframes badgeShine{
100%{
left:220%;
}
}

.jp-particle{
position:absolute;
border-radius:50%;
background:#FFD700;
opacity:.25;
animation:floatGold linear infinite;
pointer-events:none;
}
.jp-particle:nth-child(1){
width:5px;
height:5px;
left:8%;
animation-duration:12s;
animation-delay:0s;
}
.jp-particle:nth-child(2){
width:7px;
height:7px;
left:24%;
animation-duration:18s;
animation-delay:2s;
}
.jp-particle:nth-child(3){
width:4px;
height:4px;
left:45%;
animation-duration:14s;
animation-delay:1s;
}
.jp-particle:nth-child(4){
width:6px;
height:6px;
left:63%;
animation-duration:16s;
animation-delay:3s;
}
.jp-particle:nth-child(5){
width:8px;
height:8px;
left:86%;
animation-duration:20s;
animation-delay:4s;
}
@keyframes floatGold{
0%{
transform:translateY(40px);
opacity:0;
}
20%{
opacity:.25;
}
80%{
opacity:.4;
}
100%{
transform:translateY(-550px);
opacity:0;
}
}

.jp-flash{
animation:flashGold .5s;
}
@keyframes flashGold{
0%{
filter:brightness(1);
}
50%{
filter:brightness(1.45);
}
100%{
filter:brightness(1);
}
}
/* ===========================
   RESPONSIVE
=========================== */
@media(max-width:768px){
.jp-progress{
height:16px;
}
.jp-scale{
font-size:11px;
}
.jp-item strong{
font-size:18px;
}
}
}