:root { --primary:#6957ed; --ink:#17213e; --muted:#7883a0; --line:#e4e8f6; --surface:#fff; --success:#4d44c6; }
* { box-sizing:border-box; }
body { min-height:100vh; margin:0; padding:32px 18px; display:flex; justify-content:center; align-items:flex-start; overflow-x:hidden; color:var(--ink); background:#17134a; font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; }
body::before,body::after { position:fixed; z-index:-1; width:470px; height:470px; border-radius:50%; content:""; filter:blur(18px); opacity:.85; }
body::before { top:-185px; left:-140px; background:radial-gradient(circle,#39d5ef 0,rgba(57,213,239,0) 68%); }
body::after { right:-190px; bottom:-180px; background:radial-gradient(circle,#8b58fa 0,rgba(139,88,250,0) 68%); }
.container { width:min(100%,560px); max-width:none; padding:0; margin:0; }
.container > .card { position:relative; display:block; overflow:hidden; padding:34px; border:0; border-radius:28px; background:rgba(255,255,255,.96); box-shadow:0 25px 70px rgba(3,0,56,.4),inset 0 1px rgba(255,255,255,.95); }
.customer-card::before { position:absolute; top:0; left:12%; width:76%; height:3px; border-radius:0 0 12px 12px; background:linear-gradient(90deg,transparent,#4ee2f1,#8365f5,transparent); box-shadow:0 1px 15px #8673ff; content:""; }
.brand-mark { width:62px; height:62px; display:grid; place-items:center; margin:0 auto 12px; border:1px solid rgba(255,255,255,.6); border-radius:21px; color:#fff; background:linear-gradient(145deg,#4ed8ef,#6657eb 62%,#9e65f6); box-shadow:0 12px 26px rgba(97,76,226,.34),inset 0 1px rgba(255,255,255,.55); }
.brand-mark svg { width:32px; height:32px; }.eyebrow { margin:0 0 5px; color:#6755df; font-size:11px; font-weight:800; letter-spacing:1.4px; text-align:center; }
h1 { margin:0; color:var(--ink); font-size:clamp(26px,6vw,32px); font-weight:800; letter-spacing:-.7px; text-align:center; }.subtitle { margin:7px 0 29px; color:var(--muted); font-size:15px; text-align:center; }
.field-heading,.section-title { display:flex; align-items:baseline; justify-content:space-between; gap:12px; }.field-heading span { color:var(--muted); font-size:11px; } label { display:block; margin:0 0 9px; color:#33415a; font-size:14px; font-weight:700; }.input-shell { position:relative; }.input-icon { position:absolute; z-index:1; top:15px; left:15px; color:#6556dd; font-size:18px; font-weight:800; }
#wa { width:100%; height:54px; padding:0 16px 0 37px; border:1.5px solid #dce4ef; border-radius:14px; outline:none; color:var(--ink); background:#fbfcff; font-size:16px; transition:border-color .2s,box-shadow .2s,background .2s; }#wa::placeholder { color:#9ba7b9; }#wa:focus { border-color:var(--primary); background:#fff; box-shadow:0 0 0 4px rgba(105,87,237,.12); }
.section-title { align-items:center; margin-top:28px; }.section-title p { margin:0 0 2px; color:#7665dc; font-size:10px; font-weight:800; letter-spacing:1.2px; }.section-title h2 { margin:0; color:var(--ink); font-size:18px; font-weight:800; }.secure-badge { padding:6px 9px; border-radius:20px; color:#477453; background:#eff9f1; font-size:10px; font-weight:800; }
#daftarPaket { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin:14px 0 0; }#daftarPaket .col-md-6 { width:auto; padding:0; margin:0!important; }.paket-card { display:block!important; position:relative; height:100%; min-height:174px; margin:0; border:1.5px solid var(--line)!important; border-radius:19px; background:linear-gradient(150deg,#fff,#fafbff); box-shadow:0 5px 14px rgba(25,54,97,.05)!important; cursor:pointer; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease; }.paket-card:hover { transform:translateY(-3px); border-color:#958cf0!important; box-shadow:0 12px 25px rgba(72,56,172,.14)!important; }.paket-card:focus-visible { outline:3px solid rgba(105,87,237,.35); outline-offset:2px; }.paket-card.border-primary { border-color:var(--primary)!important; background:linear-gradient(145deg,#f5f3ff,#eefaff); box-shadow:0 0 0 3px rgba(105,87,237,.13),0 12px 25px rgba(70,56,183,.15)!important; }.paket-card .card-body { display:flex; flex-direction:column; justify-content:center; min-height:174px; padding:20px 12px; }.package-icon { width:31px; height:31px; display:grid; place-items:center; margin:0 auto 10px; border-radius:11px; color:#5c52d8; background:#efedff; font-size:24px; font-weight:800; line-height:1; }.paket-card h5 { margin:0; color:#24324a; font-size:17px; line-height:1.35; }.paket-card .text-muted { margin-top:8px; color:var(--muted)!important; font-size:13px; }.paket-card h4 { margin:13px 0 0; color:#5547d4!important; font-size:20px; font-weight:800; }
.container > .card > .card.mt-3 { display:block; margin:22px 0 0!important; border:1px solid #e1defb; border-radius:18px; background:linear-gradient(135deg,#f6f4ff,#f0f9ff); box-shadow:none; }.container > .card > .card.mt-3 .card-body { padding:18px 20px; }.container > .card > .card.mt-3 h5 { display:flex; justify-content:space-between; margin:0 0 7px; color:#53627a; font-size:14px; font-weight:600; }.container > .card > .card.mt-3 h4 { margin:0; color:var(--success)!important; font-size:25px; font-weight:800; }
#btnBayar { width:100%; min-height:56px; margin-top:18px; border:0; border-radius:15px; color:#fff; background:linear-gradient(100deg,#5950d7,#7158ed 52%,#38bddb); box-shadow:0 13px 24px rgba(74,57,193,.32),inset 0 1px rgba(255,255,255,.32); font-size:15px; font-weight:800; letter-spacing:.2px; transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease; }#btnBayar:hover:not(:disabled) { transform:translateY(-2px); box-shadow:0 16px 28px rgba(74,57,193,.4),inset 0 1px rgba(255,255,255,.32); }#btnBayar:disabled { cursor:not-allowed; opacity:.65; }#error { display:none; margin-top:16px; padding:12px 14px; border:1px solid #ffd1d1; border-radius:12px; color:#b42318; background:#fff4f3; font-size:14px; }#loading { margin-top:16px; color:var(--primary); font-size:14px; font-weight:700; text-align:center; }
@media (max-width:460px) { body { padding:16px 12px; }.container > .card { padding:27px 19px; border-radius:23px; }#daftarPaket { gap:10px; }.paket-card,.paket-card .card-body { min-height:157px; }.paket-card .card-body { padding:16px 8px; }.paket-card h5 { font-size:15px; }.paket-card h4 { font-size:18px; } }
