*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Roboto',sans-serif;background:#f0f2f5;color:#1a2332;min-height:100vh;display:flex;justify-content:center}
#app{width:100%;max-width:480px;min-height:100vh;background:#f7f8fa;position:relative;padding-bottom:80px;box-shadow:0 0 40px rgba(0,0,0,.06)}
.header{background:#fff;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeef2;position:sticky;top:0;z-index:10}
.header-left{display:flex;align-items:center;gap:8px}
.logo-box{width:36px;height:36px;background:#0d9668;border-radius:10px;display:flex;align-items:center;justify-content:center}
.logo-title{font-weight:700;font-size:15px;letter-spacing:-.3px;line-height:1.2}
.logo-title span{color:#0d9668}
.logo-sub{font-size:10px;color:#8a9a8f;font-weight:500}
.secure-badge{display:none}
.page{display:none;padding:12px 16px 0;animation:fu .35s ease}
.page.active{display:block}
.btn-primary{width:100%;padding:15px 20px;border-radius:12px;border:none;background:linear-gradient(135deg,#0d9668,#0ab085);color:#fff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-family:'Roboto',sans-serif;box-shadow:0 4px 14px rgba(13,150,104,.25)}
.btn-outline{width:100%;padding:14px 20px;border-radius:12px;border:1.5px solid #eaeef2;background:#fff;color:#4a5e52;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:'Roboto',sans-serif;margin-top:8px}
.banner{margin:0 0 8px;border-radius:16px;padding:20px 18px;position:relative;overflow:hidden;min-height:140px}
.banner-tag{font-size:10px;font-weight:700;padding:3px 12px;border-radius:20px;display:inline-block;margin-bottom:8px;letter-spacing:.5px;color:#fff}
.banner h2{font-size:20px;font-weight:900;line-height:1.25;margin-bottom:6px;color:#0f2b1e;white-space:pre-line}
.banner p{font-size:11px;color:#4a6e5a;margin-bottom:12px}
.banner-icons{display:flex;gap:10px}
.banner-icon{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.banner-dots{display:flex;justify-content:center;gap:6px;margin:6px 0 14px}
.banner-dot{height:5px;border-radius:3px;cursor:pointer;transition:all .3s}

/* PAKET - semua list memanjang */
.pkg-list{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}
.pkg-card{background:#fff;border:1.5px solid #eaeef2;border-radius:14px;padding:14px 16px;cursor:pointer;display:flex;align-items:center;gap:0;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:'Roboto',sans-serif;position:relative;overflow:hidden}
.pkg-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.pkg-card:active{transform:scale(.96)}
.pkg-color-bar{position:absolute;left:0;top:0;bottom:0;width:5px;border-radius:14px 0 0 14px}
.pkg-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}
.pkg-info{flex:1}
.pkg-name{font-weight:800;font-size:17px;margin-bottom:2px}
.pkg-desc{font-size:11px;color:#8a9a8f}
.pkg-right{text-align:right;flex-shrink:0}
.pkg-price{font-weight:900;font-size:18px;font-family:'JetBrains Mono',monospace}
.pkg-beli{font-size:10px;color:#fff;font-weight:700;border-radius:6px;padding:3px 10px;display:none;margin-top:4px;animation:fu .2s ease}
.pkg-card:hover .pkg-beli{display:inline-block}

/* Voucher button */
.voucher-btn{width:100%;padding:0;border-radius:16px;border:none;background:linear-gradient(135deg,#1a2332,#2d3a4d);cursor:pointer;display:flex;align-items:center;gap:0;margin-bottom:18px;font-family:'Roboto',sans-serif;box-shadow:0 4px 16px rgba(26,35,50,.2);overflow:hidden;position:relative;transition:all .3s}
.voucher-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,35,50,.3)}
.voucher-btn:active{transform:scale(.97)}
.voucher-btn-left{padding:16px 14px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08)}
.voucher-btn-icon-wrap{width:46px;height:46px;border-radius:12px;background:#f97316;border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;animation:voucherPulse 2s ease infinite}
.voucher-btn-body{flex:1;padding:14px 12px;text-align:left}
.voucher-btn-title{font-weight:700;font-size:14px;color:#fff;margin-bottom:2px;display:flex;align-items:center;gap:6px}
.voucher-btn-sub{font-size:11px;color:rgba(255,255,255,.6)}
.voucher-btn-arrow{padding:14px 16px;display:flex;align-items:center;color:rgba(255,255,255,.4);font-size:20px}
.voucher-sparkle{position:absolute;top:8px;right:40px;font-size:14px;opacity:.3;animation:sparkle 3s ease infinite}

.features{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0;padding:16px 0;border-top:1px solid #eaeef2}
.feature{text-align:center}
.feature-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#e6f7f0,#d4f1e6);display:flex;align-items:center;justify-content:center;margin:0 auto 4px}
.feature-t{font-size:11px;font-weight:700}
.feature-s{font-size:9px;color:#8a9a8f}
.footer-text{text-align:center;font-size:11px;color:#b0b5b2;padding-bottom:16px}
.card{background:#fff;border-radius:14px;padding:16px;margin-bottom:14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.card-label{font-size:10px;color:#8a9a8f;margin-bottom:1px}
.card-selected{border-left:4px solid #0d9668}
.card-row{display:flex;justify-content:space-between;align-items:center}
.pkg-info-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5}
.pkg-info-row:last-child{border-bottom:none}
.pkg-info-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pkg-info-label{font-size:11px;color:#8a9a8f}
.pkg-info-val{font-weight:600;font-size:13px}
.input-wrap{display:flex;align-items:center;background:#fff;border:1.5px solid #eaeef2;border-radius:12px;padding:0 14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.input-wrap.error{border-color:#e53e3e}
.input-prefix{color:#8a9a8f;font-size:13px;font-family:'JetBrains Mono',monospace;margin-right:8px}
.input-field{flex:1;padding:13px 0;background:none;border:none;color:#1a2332;font-size:15px;outline:none;font-family:'JetBrains Mono',monospace;width:100%}
.input-field::placeholder{color:#c0c5c2}
.input-warn{background:#fff3f3;border-radius:8px;padding:8px 12px;margin-bottom:8px;display:flex;align-items:center;gap:6px;font-size:11px;color:#c53030}
.input-err{font-size:11px;color:#e53e3e;margin-top:4px}
.input-label{font-size:12px;font-weight:600;color:#4a5e52;margin-bottom:5px;display:block}
.change-pkg{background:none;border:none;cursor:pointer;color:#0d9668;font-size:11px;font-weight:600;margin-top:6px;padding:0;display:flex;align-items:center;gap:3px;font-family:'Roboto',sans-serif}
.wa-notif{background:#e8fbe8;border-radius:10px;padding:8px 14px;margin-bottom:12px;display:flex;align-items:center;gap:8px;font-size:11px;color:#2d6e3f}
.active-card{background:linear-gradient(135deg,#e6f7f0,#d4f1e6);border-radius:18px;padding:28px 20px;margin-bottom:16px;position:relative;overflow:hidden;text-align:center}
.active-check{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:0 4px 16px rgba(13,150,104,.15);animation:pop .5s ease}
.active-title{font-size:18px;font-weight:700;color:#0d9668;margin-bottom:2px}
.active-sub{font-size:12px;color:#4a6e5a;margin-bottom:14px}
.active-timer{font-size:44px;font-weight:900;font-family:'JetBrains Mono',monospace;color:#1a2332;margin-bottom:8px}
.active-info{display:inline-flex;align-items:center;gap:6px;background:#fff;border-radius:8px;padding:6px 14px;font-size:11px}
.login-label{font-size:10px;color:#8a9a8f;margin-bottom:3px;font-weight:600}
.login-row{display:flex;align-items:center;justify-content:space-between;background:#f7f8fa;border-radius:8px;padding:10px 12px}
.login-val{font-size:20px;font-weight:700;font-family:'JetBrains Mono',monospace;letter-spacing:3px}
.copy-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:3px;font-size:10px;font-weight:600;font-family:'Roboto',sans-serif}
.btn-google{width:100%;padding:14px 18px;border-radius:12px;border:1.5px solid #eaeef2;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-family:'Roboto',sans-serif;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:8px}
.btn-google span{font-weight:700;font-size:14px;color:#1a2332}
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:99}
.overlay.show{display:block}
.sec-modal{display:none;position:fixed;top:60px;left:50%;transform:translateX(-50%);width:90%;max-width:360px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px rgba(0,0,0,.15);z-index:100;text-align:center;animation:fu .3s ease}
.sec-modal.show{display:block}
.sec-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0d9668,#0ab085);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 4px 16px rgba(13,150,104,.3)}
.sec-modal h3{font-size:17px;font-weight:700;color:#0d9668;margin-bottom:6px}
.sec-modal p{font-size:13px;color:#5a6b62;line-height:1.6;margin-bottom:16px}
.sec-badges{display:flex;gap:8px;justify-content:center;margin-bottom:16px}
.sec-badge{background:#f0faf5;border-radius:10px;padding:10px 14px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#0d9668}
.sec-modal button{background:#0d9668;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;font-family:'Roboto',sans-serif;font-size:13px}
.voucher-input{width:100%;padding:12px 14px;background:#fff;border:1.5px solid #eaeef2;border-radius:10px;color:#1a2332;font-size:16px;outline:none;font-family:'JetBrains Mono',monospace;letter-spacing:2px;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.voucher-tip{background:#f8fdf9;border-radius:14px;padding:14px 16px;margin-top:12px}
.voucher-tip-title{font-size:12px;font-weight:700;margin-bottom:6px;color:#4a5e52}
.voucher-tip-text{font-size:11px;color:#8a9a8f;line-height:1.8}
.buy-again{background:#fff;border-radius:12px;padding:14px;margin-top:16px;text-align:center;border:1px solid #eaeef2}
.buy-again p{font-size:12px;color:#4a5e52;margin-bottom:6px}
.buy-again button{background:none;border:none;cursor:pointer;color:#0d9668;font-weight:700;font-size:13px;font-family:'Roboto',sans-serif;display:flex;align-items:center;justify-content:center;gap:4px;width:100%}
.loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px;color:#0d9668;font-weight:600}
.spinner{width:24px;height:24px;border:3px solid #e6f7f0;border-top-color:#0d9668;border-radius:50%;animation:spin .7s linear infinite}

/* WA Float + popup */
.wa-wrap{position:fixed;bottom:20px;right:20px;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.wa-popup{background:#1a2332;color:#fff;font-size:12px;font-weight:600;padding:8px 14px;border-radius:12px;white-space:nowrap;box-shadow:0 4px 16px rgba(0,0,0,.2);animation:popIn .3s ease;pointer-events:none}
.wa-popup::after{content:'';position:absolute;bottom:-6px;right:20px;width:12px;height:12px;background:#1a2332;clip-path:polygon(0 0,100% 0,50% 100%)}

@keyframes fu{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes pop{0%{transform:scale(0);opacity:0}70%{transform:scale(1.1)}100%{transform:scale(1);opacity:1}}
@keyframes popIn{from{opacity:0;transform:scale(.8) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes iconB{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes voucherPulse{0%,100%{box-shadow:0 2px 8px rgba(13,150,104,.3)}50%{box-shadow:0 4px 16px rgba(13,150,104,.5)}}
@keyframes sparkle{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}
button:active{transform:scale(.97)!important}
*{-webkit-tap-highlight-color:transparent}

/* OVERRIDE pkg-card sesuai referensi baru */
.pkg-list{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}
.pkg-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:16px;padding:0;cursor:pointer;display:flex;align-items:stretch;gap:0;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:'Roboto',sans-serif;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.pkg-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.1);border-color:#e0e0e0}
.pkg-card:active{transform:scale(.97)}
.pkg-color-bar{width:5px;border-radius:16px 0 0 16px;flex-shrink:0}
.pkg-icon-wrap{padding:16px 12px 16px 14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pkg-icon-box{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}
.pkg-main{flex:1;padding:16px 10px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.pkg-name{font-weight:800;font-size:17px;color:#1a1a1a;margin-bottom:3px;white-space:nowrap}
.pkg-desc{font-size:12px;color:#8a9a8f;font-weight:400}
.pkg-divider{width:1px;background:#f0f0f0;margin:12px 0;flex-shrink:0}
.pkg-speed-wrap{padding:16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;min-width:64px}
.pkg-speed-label{font-size:10px;color:#8a9a8f;margin-top:5px;text-align:center;line-height:1.4}
.pkg-price-wrap{padding:16px 16px 16px 12px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:90px}
.pkg-price-new{font-weight:900;font-size:20px;color:#1a1a1a;font-family:'Roboto',sans-serif;letter-spacing:-.5px;white-space:nowrap}
.pkg-price-new .rp{font-size:13px;font-weight:700;color:#555;margin-right:1px}
.pkg-beli{font-size:9px;color:#fff;font-weight:700;border-radius:6px;padding:3px 10px;display:none;margin-top:4px;animation:fu .2s ease;text-align:center}
.pkg-card:hover .pkg-beli{display:block}

/* ===== REVISI KARTU PAKET ===== */
.pkg-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;padding:0;cursor:pointer;display:flex;align-items:center;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:'Roboto',sans-serif;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);min-height:0}
.pkg-color-bar{width:4px;align-self:stretch;border-radius:14px 0 0 14px;flex-shrink:0}
.pkg-icon-new{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:10px 14px 10px 8px}
.pkg-main-new{flex:1;padding:10px 4px;min-width:0}
.pkg-name-new{font-weight:800;font-size:15px;color:#1a1a1a;margin-bottom:2px;white-space:nowrap}
.pkg-desc-new{font-size:11px;color:#8a9a8f;transition:opacity .4s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pkg-price-new-wrap{padding:10px 14px 10px 8px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0}
.pkg-price-container{position:relative;display:flex;align-items:flex-start}
.pkg-rp{font-size:10px;font-weight:700;color:#555;margin-top:3px;margin-right:1px;line-height:1}
.pkg-amount{font-size:22px;font-weight:900;color:#1a1a1a;font-family:'Roboto',sans-serif;letter-spacing:-.5px;line-height:1}
.pkg-beli{font-size:9px;color:#fff;font-weight:700;border-radius:5px;padding:2px 8px;margin-top:3px;text-align:center}

/* ===== TOMBOL VOUCHER ORANGE ===== */
.voucher-btn{background:linear-gradient(135deg,#f97316,#ea580c) !important}
.voucher-btn:hover{box-shadow:0 8px 24px rgba(249,115,22,.35) !important}
.voucher-btn-arrow{color:rgba(255,255,255,.9) !important;font-size:22px !important;animation:arrowPulse 1.5s ease infinite}
.voucher-btn:hover .voucher-btn-arrow{color:#fff !important;animation:arrowBounce .4s ease infinite alternate}
.voucher-btn-icon-wrap{background:rgba(255,255,255,.2) !important;box-shadow:0 2px 8px rgba(0,0,0,.15) !important}

/* ===== WA PILL ANIMATION ===== */
.wa-wrap{position:fixed;bottom:20px;right:20px;z-index:50;display:flex;flex-direction:column;align-items:flex-end}
.wa-float{width:52px;height:52px;border-radius:26px;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.35);text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;white-space:nowrap}


.wa-label{display:none}

/* ===== BADGE AMAN ===== */
.secure-badge{display:none}
.secure-badge::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,150,104,.08),rgba(13,150,104,.04))}
.secure-badge svg{flex-shrink:0}
.secure-badge .badge-text{display:flex;flex-direction:column;line-height:1.2}
.secure-badge .badge-main{font-size:10px;font-weight:700;color:#0d9668}
.secure-badge .badge-sub{font-size:8px;font-weight:500;color:#8a9a8f;letter-spacing:.2px}
.secure-badge:hover{background:rgba(13,150,104,.06);box-shadow:0 2px 8px rgba(13,150,104,.15)}

@keyframes arrowPulse{0%,100%{transform:translateX(0)}50%{transform:translateX(3px)}}
@keyframes arrowBounce{from{transform:translateX(0)}to{transform:translateX(5px)}}
@keyframes descFade{0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}

/* PAYMENT TICKER */
.pay-section{padding:4px 14px 12px}
.pay-title{font-size:11px;font-weight:400;color:#8a9a8f;margin-bottom:8px;display:flex;align-items:center}
.pay-ticker{overflow:hidden;position:relative}
.pay-ticker::before{content:'';position:absolute;left:0;top:0;bottom:0;width:20px;background:linear-gradient(90deg,#f7f8fa,transparent);z-index:2}
.pay-ticker::after{content:'';position:absolute;right:0;top:0;bottom:0;width:20px;background:linear-gradient(270deg,#f7f8fa,transparent);z-index:2}
.pay-track{display:flex;animation:tickRun 30s linear infinite;width:max-content}
.pay-item{display:flex;align-items:center;gap:5px;padding:0 12px;flex-shrink:0}
.pay-dot{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;flex-shrink:0}
.pay-name{font-size:11px;font-weight:700;white-space:nowrap}
.pay-sep{width:1px;height:14px;background:#e0e0e0;flex-shrink:0}
@keyframes tickRun{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* FOOTER LABEL - semua halaman */
.foot-divider{height:1px;background:linear-gradient(90deg,transparent,#dfe3e8,transparent);margin:16px 0}
.foot-bar{background:#eef1f4;border:1px solid #e2e6ea;border-radius:12px;display:flex;overflow:hidden;margin-bottom:16px}
.foot-bar-item{flex:1;padding:13px 4px;text-align:center;position:relative}
.foot-bar-item:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:#d5dae0}
.foot-bar-ic{width:34px;height:34px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 5px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.foot-bar-t{font-size:10px;font-weight:700;color:#1a1a1a}
.foot-bar-s{font-size:8px;color:#8a9a8f}

/* HALAMAN VOUCHER OFFLINE */
.vc-banner{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:16px;padding:22px 18px;position:relative;overflow:hidden;margin-bottom:8px;text-align:center}
.vc-banner-deco1{position:absolute;left:-20px;top:-20px;width:90px;height:90px;border-radius:50%;background:rgba(255,255,255,.1)}
.vc-banner-deco2{position:absolute;right:-15px;bottom:-25px;width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.08)}
.vc-ticket-anim{width:60px;height:60px;border-radius:16px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;position:relative;animation:ticketFloat 2.5s ease-in-out infinite}
.vc-ticket-anim .star1{position:absolute;top:-4px;right:-2px;font-size:12px;animation:sparkle 2s ease infinite}
.vc-ticket-anim .star2{position:absolute;bottom:-2px;left:-4px;font-size:9px;animation:sparkle 2s ease infinite .8s}
.vc-banner h3{font-size:18px;font-weight:900;color:#fff;margin-bottom:5px}
.vc-banner p{font-size:11px;color:rgba(255,255,255,.85);line-height:1.35}
.vc-buy{background:linear-gradient(135deg,#25d366,#1ebe5d);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 4px 14px rgba(37,211,102,.3);margin-bottom:14px;border:none;width:100%;font-family:'Roboto',sans-serif}
.vc-buy-icon{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.vc-buy-icon span{display:flex;animation:cartMove 1.6s ease-in-out infinite}
.vc-buy-body{flex:1;text-align:left}
.vc-buy-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:1px}
.vc-buy-sub{font-size:10px;color:rgba(255,255,255,.85)}
.vc-buy-arrow{font-size:20px;color:#fff}
@keyframes ticketFloat{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-6px) rotate(3deg)}}
@keyframes sparkle{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}
@keyframes cartMove{0%,100%{transform:translateX(-3px)}50%{transform:translateX(3px)}}

/* BOX PEMBAYARAN DETAIL */
.pay-box{background:#fff;border-radius:14px;padding:14px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.04);border:1.5px solid #eef1f4}
.pay-box-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.pay-box-ic{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pay-box-title{font-size:13px;font-weight:700;color:#1a2332}
.pay-box-sub{font-size:10px;color:#8a9a8f}
.pay-group{margin-bottom:10px}
.pay-group:last-child{margin-bottom:0}
.pay-group-label{font-size:10px;font-weight:700;color:#8a9a8f;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px}
.pay-chips{display:flex;flex-wrap:wrap;gap:6px}
.pay-chip{display:inline-flex;align-items:center;gap:5px;background:#f7f8fa;border:1px solid #eaeef2;border-radius:8px;padding:5px 10px}
.pay-chip-dot{width:18px;height:18px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:6px;font-weight:800}
.pay-chip-name{font-size:11px;font-weight:700}

/* BADGE SSL PILL */
.ssl-pill{display:flex;align-items:center;gap:7px;padding:6px 12px;border-radius:20px;background:#e8fbf0;border:none;cursor:pointer}
.ssl-pill-dot{width:7px;height:7px;border-radius:50%;background:#25d366;color:#25d366;animation:sslPulse 1.5s ease infinite;flex-shrink:0}
.ssl-pill-label{font-size:10px;font-weight:400;color:#1ba74e;white-space:nowrap}
@keyframes sslPulse{0%,100%{box-shadow:0 0 0 0 currentColor;opacity:1}50%{box-shadow:0 0 0 4px transparent;opacity:.6}}

/* LOGO SVG DI TICKER */
.pay-img{height:24px;width:auto;max-width:70px;object-fit:contain;display:block}

/* LOGO SVG DI CHIP PEMBAYARAN */
.pay-chip-img{height:22px;width:auto;max-width:64px;object-fit:contain;display:block}
.pay-chip:has(.pay-chip-img){padding:6px 10px}

/* DETAIL + FORM GABUNGAN */
.pkg-banner-top{margin:12px;border-radius:14px;display:flex;align-items:center;overflow:hidden;position:relative;height:64px}
.pbt-bar{width:4px;align-self:stretch;flex-shrink:0}
.pbt-ic{width:56px;height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pbt-ic-inner{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center}
.pbt-left{flex:1;padding:0 8px}
.pbt-name{font-size:16px;font-weight:900;color:#1a2332}
.pbt-sub{font-size:10px;color:#8a9a8f;margin-top:1px}
.pbt-price{padding:0 14px;text-align:right;flex-shrink:0}
.pbt-rp{font-size:10px;font-weight:700;display:block;line-height:1}
.pbt-amt{font-size:22px;font-weight:900;line-height:1.2;letter-spacing:-.5px}
.specs-grid{margin:0 12px 10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.spec-card{background:#fff;border-radius:11px;padding:10px 12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.spec-label{font-size:9px;color:#8a9a8f;margin-bottom:3px;text-transform:uppercase;letter-spacing:.3px}
.spec-val{font-size:12px;font-weight:700;color:#1a2332;display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.spec-ic{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pay-chips-mini{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}
.pay-chip-mini-img{height:18px;width:auto;max-width:48px;object-fit:contain;display:block}
.pay-chip-mini-txt{display:inline-flex;align-items:center;background:#f0f0f0;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:800}
.wa-section-new{margin:0 12px 12px}
.wa-alert{display:flex;align-items:flex-start;gap:8px;background:#fffbeb;border:1.5px solid #fbbf24;border-radius:12px;padding:10px 12px;margin-bottom:8px}
.wa-alert-ic{width:26px;height:26px;border-radius:7px;background:#fef3c7;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.wa-alert-txt{font-size:11px;color:#92400e;line-height:1.5}
.wa-opt-note{font-size:9px;color:#b0b5b2;margin-top:4px;text-align:right}
.btn-buy-block{width:calc(100% - 24px);margin:0 12px 8px;background:linear-gradient(135deg,#0d9668,#0ab085);border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(13,150,104,.25);cursor:pointer;border:none;padding:0;font-family:'Roboto',sans-serif;display:block}
.btn-buy-main{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;position:relative;overflow:hidden}
.btn-buy-shine{position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:buyShine 2.5s ease-in-out infinite}
.btn-buy-label{font-size:15px;font-weight:700;color:#fff}
.btn-buy-divider{height:1px;background:rgba(255,255,255,.15);margin:0 16px}
.btn-buy-sub{padding:8px 16px;font-size:10px;color:rgba(255,255,255,.8);text-align:center;display:flex;align-items:center;justify-content:center;gap:5px}
.btn-back-new{width:calc(100% - 24px);margin:0 12px 16px;padding:13px;border-radius:12px;border:1.5px solid #eaeef2;background:#fff;color:#4a5e52;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;font-family:'Roboto',sans-serif}
@keyframes buyShine{0%{left:-100%}60%,100%{left:150%}}
@keyframes pbtFloat{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-5px) rotate(3deg)}}

.wa-float.pill{width:170px;border-radius:26px;gap:8px;padding:0 14px 0 10px;justify-content:flex-start;overflow:hidden}
.wa-float.pill .wa-label{display:inline-block;color:#fff;font-size:12px;font-weight:600;font-family:'Roboto',sans-serif;white-space:nowrap;animation:fu .3s ease}
/* TOMBOL BELI PAKET - REDESIGN */
.btn-beli{width:calc(100% - 24px);margin:0 12px 8px;border:none;border-radius:16px;background:linear-gradient(135deg,#25d366,#1ebe5d);box-shadow:0 6px 20px rgba(37,211,102,.35);cursor:pointer;padding:0;overflow:hidden;font-family:'Roboto',sans-serif;display:block;position:relative}
.btn-beli-top{display:flex;align-items:center;justify-content:center;gap:14px;padding:18px 22px}
.btn-beli-ic{width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:cartBounce 1.4s ease-in-out infinite}
.btn-beli-txt{display:flex;flex-direction:column;align-items:flex-start}
.btn-beli-main{font-size:21px;font-weight:900;color:#fff;letter-spacing:-.4px;line-height:1.1}
.btn-beli-sub2{font-size:13px;color:rgba(255,255,255,.85);font-weight:400;margin-top:2px}
.btn-beli-div{height:1px;background:rgba(255,255,255,.2);margin:0 16px}
.btn-beli-info{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:rgba(0,0,0,.08)}
.btn-beli-info-dot{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.8;flex-shrink:0;animation:infoPulse 1.5s ease infinite}
.btn-beli-info-txt{font-size:11px;font-weight:600;color:#fff;letter-spacing:.1px}
@keyframes cartBounce{0%,100%{transform:translateY(0) rotate(0deg)}30%{transform:translateY(-4px) rotate(-8deg)}60%{transform:translateY(-2px) rotate(4deg)}}
@keyframes infoPulse{0%,100%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}

/* BANNER INTERNET AKTIF - SPLIT LAYOUT */
.active-banner{background:linear-gradient(135deg,#25d366,#1ebe5d);border-radius:16px;padding:20px;position:relative;overflow:hidden;display:flex;align-items:center;gap:16px;margin-bottom:12px}
.ab-deco1{position:absolute;left:-25px;top:-25px;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.08)}
.ab-deco2{position:absolute;right:-15px;bottom:-25px;width:90px;height:90px;border-radius:50%;background:rgba(255,255,255,.06)}
.ab-spark{position:absolute;color:rgba(255,255,255,.5);font-size:12px;animation:sparkFloat 2s ease-in-out infinite}
.ab-left{flex:1;position:relative;z-index:1;min-width:0}
.ab-check{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin-bottom:9px;animation:checkPop .6s cubic-bezier(.34,1.56,.64,1) both;border:1.5px solid rgba(255,255,255,.3)}
.ab-title{font-size:16px;font-weight:900;color:#fff;white-space:nowrap;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis}
.ab-sub{font-size:11px;color:rgba(255,255,255,.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ab-right{position:relative;z-index:1;text-align:center;flex-shrink:0}
.ab-timer-box{background:rgba(255,255,255,.15);border-radius:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.2)}
.ab-timer{font-size:28px;font-weight:900;color:#fff;font-family:'Roboto',sans-serif;letter-spacing:-1px;line-height:1;margin-bottom:8px}
.ab-progress-wrap{background:rgba(255,255,255,.2);border-radius:10px;height:5px;width:100%;overflow:hidden;margin-bottom:6px}
.ab-progress-bar{height:100%;border-radius:10px;background:#fff;width:100%;transition:width 1s linear}
.ab-timer-label{font-size:9px;color:rgba(255,255,255,.85);font-weight:500;display:flex;align-items:center;justify-content:center;gap:4px}
.ab-timer-dot{width:5px;height:5px;border-radius:50%;background:#fff;opacity:.8;animation:timerPulse 1s ease infinite;flex-shrink:0}
@keyframes checkPop{0%{transform:scale(0);opacity:0}70%{transform:scale(1.15)}100%{transform:scale(1);opacity:1}}
@keyframes sparkFloat{0%,100%{transform:translateY(0);opacity:.5}50%{transform:translateY(-6px);opacity:1}}
@keyframes timerPulse{0%,100%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}

/* TOMBOL PERPANJANG - style voucher */
.btn-perpanjang{width:100%;padding:0;border-radius:16px;border:none;background:linear-gradient(135deg,#f97316,#ea580c);cursor:pointer;display:flex;align-items:center;overflow:hidden;position:relative;box-shadow:0 4px 16px rgba(249,115,22,.2);font-family:'Roboto',sans-serif;transition:all .3s;margin-bottom:8px}
.btn-perpanjang:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(249,115,22,.35)}
.bp-sparkle{position:absolute;top:8px;right:42px;font-size:13px;opacity:.5;color:#1a2332;pointer-events:none}
.bp-left{padding:14px 12px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08)}
.bp-icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.bp-body{flex:1;padding:14px 10px;text-align:left}
.bp-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}
.bp-sub{font-size:10px;color:rgba(255,255,255,.7)}
.bp-arrow{padding:14px 16px;color:#fff;font-size:22px;font-weight:300;animation:arrowPulse 1.5s ease infinite}

/* NOTE TIPS HEMAT DURASI */
.note-tips{display:flex;align-items:flex-start;gap:10px;background:#fff;border:1px solid #eaeef2;border-left:3px solid #0d9668;border-radius:12px;padding:12px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-bottom:10px}
.note-tips-ic{width:32px;height:32px;border-radius:9px;background:#e6f7f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.note-tips-title{font-size:11px;font-weight:700;color:#1a2332;margin-bottom:3px;display:flex;align-items:center;gap:5px}
.note-tips-txt{font-size:11px;color:#4a6e5a;line-height:1.6}
.bulb-blink{display:inline-block;animation:bulbBlink 1.5s ease-in-out infinite}
.wifi-cross-line{stroke-dasharray:28;stroke-dashoffset:0;animation:crossSlide 1.8s ease-in-out infinite}
.wifi-s1{animation:wifiPulse 1.8s ease-in-out infinite}
.wifi-s2{animation:wifiPulse 1.8s ease-in-out infinite .2s}
.wifi-s3{animation:wifiPulse 1.8s ease-in-out infinite .4s}
@keyframes crossSlide{0%{stroke-dashoffset:28;opacity:0}40%{stroke-dashoffset:0;opacity:1}70%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-28;opacity:0}}
@keyframes wifiPulse{0%,100%{opacity:1}40%,70%{opacity:.25}}
@keyframes bulbBlink{0%,100%{filter:drop-shadow(0 0 0px #fbbf24);opacity:1}50%{filter:drop-shadow(0 0 4px #fbbf24);opacity:.7}}

/* NOTE SCREENSHOT */
.note-ss{display:flex;align-items:flex-start;gap:10px;background:#fffbeb;border:1px solid #fcd34d;border-left:3px solid #d97706;border-radius:12px;padding:12px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-bottom:10px}
.note-ss-ic{width:34px;height:34px;border-radius:9px;background:#fef3c7;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;position:relative;overflow:hidden}
.note-ss-ic::after{content:'';position:absolute;inset:0;background:#fff;border-radius:9px;opacity:0;animation:cameraFlash 3s ease-in-out infinite}
.cam-lens{animation:shutterBlink 3s ease-in-out infinite}
.note-ss-title{font-size:11px;font-weight:700;color:#1a2332;margin-bottom:3px}
.note-ss-txt{font-size:11px;color:#92400e;line-height:1.6}
@keyframes cameraFlash{0%,60%,100%{opacity:0}65%{opacity:.8}70%{opacity:0}}
@keyframes shutterBlink{0%,55%{r:4;opacity:1}60%{r:1;opacity:.5}65%{r:4;opacity:1}100%{r:4;opacity:1}}

/* TOMBOL BELI PAKET LAGI - lebih pendek */
.btn-beli-lagi{width:100%;padding:0;border-radius:14px;border:none;background:linear-gradient(135deg,#f97316,#ea580c);cursor:pointer;display:flex;align-items:center;overflow:hidden;position:relative;box-shadow:0 4px 16px rgba(249,115,22,.2);font-family:'Roboto',sans-serif;margin-bottom:8px;transition:all .3s}
.bp2-sparkle{position:absolute;top:6px;right:42px;font-size:12px;opacity:.5;color:#1a2332;pointer-events:none}
.bp2-left{padding:10px 12px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08)}
.bp2-icon{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.bp2-body{flex:1;padding:10px;text-align:left}
.bp2-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px}
.bp2-sub{font-size:9px;color:rgba(255,255,255,.75);line-height:1.4}
.bp2-arrow{padding:10px 14px;color:#fff;font-size:20px;font-weight:300;animation:arrowPulse 1.5s ease infinite}

/* ERROR BLOCK - compact center */
.err-wrap{display:flex;justify-content:center;margin-bottom:10px;margin-top:4px}
.err-block{background:#dc2626;border-radius:8px;padding:8px 16px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(220,38,38,.2);animation:errPop .3s cubic-bezier(.34,1.56,.64,1)}
.err-block-txt{font-size:14px;font-weight:400;color:#fff;white-space:nowrap}
@keyframes errPop{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
@keyframes spinOcc{0%,70%,100%{transform:rotate(0deg)}75%{transform:rotate(180deg)}80%{transform:rotate(360deg)}}
@keyframes arrowLR{from{transform:translateX(-3px)}to{transform:translateX(3px)}}

/* ANIMASI FIX WINDOWS CHROME */
.spin-occ{animation:spinOcc 4s ease-in-out infinite;display:inline-flex;will-change:transform}
.arrow-lr{animation:arrowLR .8s ease-in-out infinite alternate;display:inline-flex;will-change:transform}
@keyframes gPop{0%,100%{opacity:.4;transform:scale(1)}25%{opacity:1;transform:scale(1.15);filter:brightness(1.2)}50%{opacity:.6;transform:scale(1)}}
.g-blue{animation:gPop 2s ease-in-out infinite 0s}
.g-green{animation:gPop 2s ease-in-out infinite .5s}
.g-yellow{animation:gPop 2s ease-in-out infinite 1s}
.g-red{animation:gPop 2s ease-in-out infinite 1.5s}
.ring-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.5);animation:tickDot 1s ease-in-out infinite}
@keyframes spF{0%,100%{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-6px) scale(1.2);opacity:1}}
@keyframes dotGlow{0%,100%{opacity:.7}50%{opacity:1;box-shadow:0 0 0 3px rgba(255,255,255,.1)}}
@keyframes tickDot{0%,100%{transform:scale(1);opacity:.5;background:rgba(255,255,255,.5)}50%{transform:scale(1.5);opacity:1;background:#fff}}
.qr-p1{animation:qrPulse 1.6s ease-in-out infinite 0s}
.qr-p2{animation:qrPulse 1.6s ease-in-out infinite .4s}
.qr-p3{animation:qrPulse 1.6s ease-in-out infinite .8s}
.qr-p4{animation:qrPulse 1.6s ease-in-out infinite 1.2s}
@keyframes qrPulse{0%,100%{opacity:.4}25%{opacity:1;filter:drop-shadow(0 0 1px rgba(255,255,255,.9))}50%{opacity:.7}}
@keyframes fadeSlideChev{0%{transform:translateX(-4px);opacity:0}40%,60%{transform:translateX(0);opacity:1}100%{transform:translateX(4px);opacity:0}}

/* LABEL PROMO & TERLARIS */
.pkg-labels{display:flex;gap:5px;margin-bottom:4px}
.pkg-label{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-weight:400;padding:2px 7px;border-radius:4px;letter-spacing:.3px}
.pkg-label.promo{background:#fecaca;color:#b91c1c;animation:labelFade 2.5s ease-in-out infinite}
.pkg-label.terlaris{background:#fef08a;color:#a16207;animation:labelFade 2.5s ease-in-out infinite .5s}
@keyframes labelFade{0%,100%{opacity:1}50%{opacity:.55}}

/* TRUST BADGE SSL */
.ssl-trust-badge{display:inline-flex;align-items:center;background:#eff6ff;border-radius:20px;overflow:hidden;animation:sslExpand 7s ease-in-out infinite;height:22px;pointer-events:none;user-select:none;cursor:default}
.ssl-shield-ic{display:flex;align-items:center;justify-content:center;width:22px;flex-shrink:0;animation:shieldBlink 7s ease-in-out infinite}
.ssl-trust-lbl{font-size:9px;font-weight:600;color:#2563eb;white-space:nowrap;overflow:hidden;animation:sslTxtFade 7s ease-in-out infinite;padding-right:0}
@keyframes sslExpand{0%,12%{width:22px;border-radius:50%}22%,78%{width:148px;border-radius:20px}88%,100%{width:22px;border-radius:50%}}
@keyframes sslTxtFade{0%,15%{max-width:0;opacity:0;padding-right:0}25%,75%{max-width:140px;opacity:1;padding-right:8px}85%,100%{max-width:0;opacity:0;padding-right:0}}
@keyframes shieldBlink{0%,38%,62%,100%{opacity:1}50%{opacity:.3}}
