/* ============================================================
   NezukoStore — DARK PREMIUM (biru + latar gelap).
   Font: Plus Jakarta Sans (teks) + Poppins (judul).
   ============================================================ */

:root {
    /* Biru & aksen */
    --brand-300: #93c5fd;
    --brand-400: #60a5fa;
    --brand-500: #3b82f6;
    --brand-600: #2563eb;
    --brand-700: #1d4ed8;
    --accent-400: #22d3ee;
    --accent-500: #06b6d4;
    /* Latar & permukaan gelap */
    --bg:        #060a14;
    --bg-2:      #0a1122;
    --surface:   #0f1728;
    --surface-2: #141f36;
    --surface-3: #1b294698;
    --border:    rgba(255,255,255,.08);
    --border-2:  rgba(96,165,250,.30);
    /* Teks */
    --text:     #e9f0fc;
    --text-dim: #93a1ba;
    --muted:    #7c8aa6;
    /* Status */
    --ok:   #34d399;
    --warn: #fbbf24;
    --radius: 16px;
    --shadow: 0 20px 45px -20px rgba(0,0,0,.7);
    --shadow-sm: 0 8px 22px -12px rgba(0,0,0,.6);
    --glow: 0 0 0 1px var(--border-2), 0 18px 40px -18px rgba(37,99,235,.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--text);
    background:
        radial-gradient(1000px 600px at 85% -5%, rgba(6,182,212,.12), transparent 60%),
        radial-gradient(900px 600px at 0% 100%, rgba(37,99,235,.14), transparent 55%),
        var(--bg);
    background-attachment: fixed;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .brand-name { font-family: 'Poppins', sans-serif; line-height: 1.2; color: var(--text); }
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, 92%); margin-inline: auto; }
.muted { color: var(--muted); }

/* ---------- Promo / urgency bar ---------- */
.promo-bar {
    background: linear-gradient(90deg, #0b1a3a, var(--brand-700), var(--accent-500));
    color: #fff; text-align: center; font-size: 13.5px; font-weight: 600;
    padding: 9px 12px; letter-spacing: .2px;
}
.promo-bar b { font-weight: 800; }
.promo-bar .cd {
    display: inline-block; background: rgba(255,255,255,.16);
    padding: 2px 9px; border-radius: 8px; font-variant-numeric: tabular-nums; margin-left: 4px;
}

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(8, 13, 26, .72);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; }
.brand-mark-img { width: 38px; height: 30px; display: block; filter: drop-shadow(0 2px 6px rgba(34,211,238,.35)); }
.brand-name { font-size: 22px; color: #fff; letter-spacing: -.5px; }
.brand-name span { color: var(--brand-400); }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 600; }
.nav-links a { color: var(--text-dim); transition: color .2s; }
.nav-links a:hover { color: var(--brand-400); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 22px; border-radius: 12px; font-weight: 700;
    font-family: inherit; font-size: 15px; cursor: pointer;
    border: none; transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
}
.btn-primary {
    background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
    color: #fff; box-shadow: 0 12px 28px -12px rgba(37,99,235,.7);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(37,99,235,.85); }
.btn-accent { background: linear-gradient(135deg, var(--accent-400), var(--brand-600)); color: #04121f; box-shadow: 0 12px 28px -12px rgba(34,211,238,.6); }
.btn-accent:hover { transform: translateY(-2px); }
.btn-ghost {
    background: rgba(255,255,255,.04); color: var(--brand-300);
    border: 1.5px solid var(--border-2);
}
.btn-ghost:hover { border-color: var(--brand-400); background: rgba(96,165,250,.10); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 30px; font-size: 16px; }

/* ---------- Hero ---------- */
.hero {
    position: relative; overflow: hidden; color: #fff;
    background:
        radial-gradient(820px 380px at 82% -10%, rgba(34,211,238,.35), transparent 60%),
        radial-gradient(680px 360px at 6% 120%, rgba(29,78,216,.5), transparent 60%),
        linear-gradient(135deg, #0a1430 0%, #10285f 55%, #0b3a63 100%);
    border-bottom: 1px solid var(--border);
    padding: 66px 0 62px;
}
.hero::before {
    content: ''; position: absolute; inset: 0; opacity: .10; pointer-events: none;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%);
            mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); color: #dbeafe;
    padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: 13px; backdrop-filter: blur(6px);
}
.hero h1 { font-size: clamp(34px, 5vw, 54px); color: #fff; margin: 18px 0 14px; letter-spacing: -1px; }
.hero h1 .accent {
    background: linear-gradient(120deg, var(--accent-400), #7dd3fc);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { font-size: 18px; color: rgba(233,240,252,.82); max-width: 520px; }
.hero-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 30px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats .stat b { font-family: 'Poppins'; font-size: 24px; color: #fff; display: block; }
.hero-stats .stat span { font-size: 13px; color: rgba(233,240,252,.62); }

.hero-card {
    position: relative; background: rgba(15, 23, 40, .72); backdrop-filter: blur(10px);
    border-radius: 22px; padding: 24px; color: var(--text);
    box-shadow: var(--shadow); border: 1px solid var(--border-2);
}
.hero-card h3 { color: #fff; margin-bottom: 4px; }
.os-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.os-badge {
    display: flex; align-items: center; gap: 6px;
    background: rgba(96,165,250,.12); border: 1px solid var(--border); color: var(--text);
    padding: 8px 14px; border-radius: 12px; font-weight: 600; font-size: 14px;
}

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--bg-2); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 20px 0; }
.trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.trust-item .ic { font-size: 24px; }
.trust-item b { display: block; font-size: 15px; color: #fff; }
.trust-item span { font-size: 12.5px; color: var(--text-dim); }

/* ---------- Sections ---------- */
section { padding: 62px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 42px; }
.section-head .kicker { color: var(--brand-400); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); color: #fff; margin: 8px 0 10px; }
.section-head p { color: var(--text-dim); font-size: 17px; }

/* ---------- Pricing cards ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
    position: relative; background: var(--surface); border-radius: var(--radius);
    padding: 30px 26px; border: 1px solid var(--border);
    box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
    display: flex; flex-direction: column;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--glow); border-color: var(--border-2); }
.price-card.featured { border-color: transparent; box-shadow: var(--glow); transform: translateY(-6px); background: linear-gradient(180deg, #10203f, var(--surface)); }
.price-card.featured::before {
    content: ''; position: absolute; inset: 0; border-radius: var(--radius);
    padding: 1.6px; background: linear-gradient(135deg, var(--accent-400), var(--brand-600));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.badge {
    position: absolute; top: -12px; right: 20px;
    background: linear-gradient(135deg, var(--accent-500), var(--brand-600)); color: #fff;
    font-size: 12px; font-weight: 800; padding: 5px 13px; border-radius: 999px;
    box-shadow: 0 8px 18px -8px rgba(6,182,212,.7); letter-spacing: .3px;
}
.price-card h3 { color: #fff; font-size: 20px; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: 16px; font-weight: 600; margin-top: 10px; }
.price-card .price { font-family: 'Poppins'; font-size: 38px; font-weight: 800; color: #fff; margin: 2px 0 2px; line-height: 1; }
.price-card .price small { font-size: 15px; font-weight: 600; color: var(--text-dim); }
.price-save {
    display: inline-block; background: rgba(52,211,153,.14); color: var(--ok); font-weight: 800;
    font-size: 12px; padding: 3px 10px; border-radius: 999px; margin: 8px 0 0; border: 1px solid rgba(52,211,153,.25);
}
.price-card .desc { color: var(--text-dim); font-size: 14px; min-height: 40px; margin-top: 12px; }
.spec-list { list-style: none; margin: 16px 0 22px; display: grid; gap: 11px; }
.spec-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text); }
.spec-list li .ic {
    width: 22px; height: 22px; flex: 0 0 22px; border-radius: 7px;
    background: rgba(96,165,250,.14); color: var(--brand-300); display: grid; place-items: center; font-size: 13px;
}
.price-card .btn { margin-top: auto; }
.stock-note { font-size: 12.5px; color: var(--warn); font-weight: 700; margin-top: 12px; text-align: center; }

/* ---------- Bulk packages ---------- */
.bulk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bulk-card {
    background: linear-gradient(160deg, #0d1830, #101f3d); color: #fff;
    border-radius: var(--radius); padding: 30px 26px; position: relative; overflow: hidden;
    box-shadow: var(--shadow-sm); border: 1px solid var(--border);
}
.bulk-card::after {
    content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%;
    background: radial-gradient(circle, rgba(34,211,238,.35), transparent 70%);
    top: -70px; right: -60px;
}
.bulk-card.special { background: linear-gradient(160deg, #10306b, #0b4a63); border-color: var(--border-2); }
.bulk-card h3 { font-size: 22px; position: relative; color: #fff; }
.bulk-card .price { font-family: 'Poppins'; font-size: 34px; font-weight: 800; margin: 10px 0; position: relative; color: #fff; }
.bulk-card p { color: rgba(233,240,252,.72); font-size: 14px; position: relative; margin-bottom: 22px; }
.bulk-card .btn { position: relative; }
.tag-free {
    display: inline-block; background: rgba(255,255,255,.16);
    padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; margin-bottom: 8px; color: #fff;
}

/* ---------- Benefits ---------- */
.benefit-wrap { background: var(--bg-2); border-block: 1px solid var(--border); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit {
    background: var(--surface); border-radius: var(--radius); padding: 26px 22px;
    border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s;
}
.benefit:hover { transform: translateY(-4px); border-color: var(--border-2); }
.benefit .ic-lg { font-size: 30px; }
.benefit h4 { color: #fff; margin: 12px 0 6px; }
.benefit p { color: var(--text-dim); font-size: 14px; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card {
    background: var(--surface); border-radius: var(--radius); padding: 26px 24px;
    border: 1px solid var(--border); box-shadow: var(--shadow-sm);
}
.stars { color: #fbbf24; font-size: 16px; letter-spacing: 2px; }
.testi-card p { margin: 12px 0 18px; color: var(--text); font-size: 15px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.avatar {
    width: 42px; height: 42px; border-radius: 50%; flex: 0 0 42px;
    background: linear-gradient(135deg, var(--brand-400), var(--accent-500));
    color: #04121f; display: grid; place-items: center; font-weight: 800; font-family: 'Poppins';
}
.testi-author b { display: block; color: #fff; font-size: 14px; }
.testi-author span { color: var(--text-dim); font-size: 12.5px; }

/* ---------- Guarantee band ---------- */
.guarantee {
    background: linear-gradient(135deg, #10306b, #0b4a63); color: #fff;
    border-radius: 22px; padding: 34px; display: flex; align-items: center; gap: 24px;
    box-shadow: var(--shadow); position: relative; overflow: hidden; border: 1px solid var(--border-2);
}
.guarantee .seal {
    width: 84px; height: 84px; flex: 0 0 84px; border-radius: 50%;
    background: rgba(255,255,255,.12); border: 2px dashed rgba(255,255,255,.5);
    display: grid; place-items: center; font-size: 38px;
}
.guarantee h3 { font-size: 24px; margin-bottom: 4px; color: #fff; }
.guarantee p { color: rgba(233,240,252,.85); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary {
    cursor: pointer; list-style: none; padding: 17px 20px; font-weight: 700; color: #fff;
    display: flex; justify-content: space-between; align-items: center; font-size: 15.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--brand-400); font-size: 22px; font-weight: 700; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 20px 18px; color: var(--text-dim); font-size: 14.5px; }

/* ---------- Final CTA band ---------- */
.cta-band {
    background: linear-gradient(135deg, #0a1836, #133a86); color: #fff; text-align: center;
    border-radius: 24px; padding: 48px 30px; position: relative; overflow: hidden; border: 1px solid var(--border-2);
}
.cta-band h2 { font-size: clamp(26px, 4vw, 38px); margin-bottom: 10px; color: #fff; }
.cta-band p { color: rgba(233,240,252,.82); max-width: 520px; margin: 0 auto 24px; font-size: 17px; }

/* ---------- Forms / checkout ---------- */
.page-wrap { padding: 48px 0 72px; }
.form-card {
    background: var(--surface); border-radius: var(--radius); padding: 34px;
    box-shadow: var(--shadow); border: 1px solid var(--border); max-width: 560px; margin-inline: auto;
}
.form-card h1 { font-size: 26px; color: #fff; margin-bottom: 6px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; color: var(--text); }
.field input, .field select {
    width: 100%; padding: 12px 14px; border-radius: 11px; font-family: inherit; font-size: 15px;
    border: 1.5px solid var(--border); background: #0b1322; color: var(--text); transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder { color: #55627d; }
.field input:focus, .field select:focus {
    outline: none; border-color: var(--brand-500); box-shadow: 0 0 0 4px rgba(59,130,246,.18);
}
.field select option { background: #0b1322; color: var(--text); }
.summary {
    background: rgba(96,165,250,.07); border: 1px dashed var(--border-2); border-radius: 12px;
    padding: 16px 18px; margin-bottom: 22px;
}
.summary .row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 15px; color: var(--text); }
.summary .row.total { font-weight: 800; color: var(--brand-300); font-size: 19px; border-top: 1px dashed var(--border-2); margin-top: 8px; padding-top: 12px; }

/* ---------- Access box (akses VPS) ---------- */
.access-box { background: #0b1322; border: 1px solid var(--border-2); border-radius: 12px; padding: 16px 18px; margin: 20px 0; text-align: left; }
.access-box h3 { color: #fff; font-size: 16px; margin-bottom: 10px; }
.access-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 6px 0; border-top: 1px solid var(--border); }
.access-row:first-of-type { border-top: none; }
.access-row span { color: var(--text-dim); font-size: 13px; min-width: 120px; }
.access-row code { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; background: rgba(96,165,250,.12); color: var(--brand-300); padding: 3px 8px; border-radius: 6px; }

/* ---------- Alerts / notices ---------- */
.notice { padding: 14px 18px; border-radius: 12px; font-size: 14px; margin-bottom: 18px; }
.notice.info { background: rgba(59,130,246,.10); border: 1px solid var(--border-2); color: var(--brand-300); }
.notice.ok { background: rgba(52,211,153,.10); border: 1px solid rgba(52,211,153,.3); color: var(--ok); }
.notice.warn { background: rgba(251,191,36,.10); border: 1px solid rgba(251,191,36,.3); color: var(--warn); }

/* ---------- Pay page ---------- */
.pay-box { max-width: 480px; margin-inline: auto; text-align: center; }
.pay-box .qr {
    width: 200px; height: 200px; margin: 22px auto; border-radius: 16px;
    background: repeating-linear-gradient(45deg, #0b1322 0 10px, #1b2946 10px 20px);
    display: grid; place-items: center; position: relative; border: 1px solid var(--border-2);
}
.pay-box .qr span { background: var(--brand-600); padding: 10px 14px; border-radius: 10px; font-weight: 800; color: #fff; }
.pay-amount { font-family: 'Poppins'; font-size: 40px; font-weight: 800; color: var(--brand-300); }
.qris-img {
    display: block; width: 300px; max-width: 100%; height: auto; margin: 20px auto;
    border-radius: 14px; border: 4px solid #fff; box-shadow: 0 14px 34px -14px rgba(0,0,0,.7); background: #fff;
}
.pay-steps { margin: 10px 0 0 18px; padding: 0; display: grid; gap: 6px; }
.pay-steps li { font-size: 14px; }

/* ---------- Success page ---------- */
.success-icon {
    width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 18px;
    background: linear-gradient(135deg, #10b981, #059669); color: #fff;
    display: grid; place-items: center; font-size: 44px; box-shadow: 0 12px 30px -8px rgba(16,185,129,.6);
}

/* ---------- Admin ---------- */
.admin-shell { min-height: 100vh; background: var(--bg); }
.admin-top { background: #070d1c; color: #fff; padding: 14px 0; border-bottom: 1px solid var(--border); }
.admin-top .container { display: flex; justify-content: space-between; align-items: center; }
.admin-top a { color: var(--brand-300); font-weight: 600; }
.card {
    background: var(--surface); border-radius: var(--radius); padding: 24px;
    box-shadow: var(--shadow-sm); border: 1px solid var(--border); margin-bottom: 22px;
}
.card h3 { color: #fff; margin-bottom: 14px; }
.card p, .card label { color: var(--text); }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 22px; }
.stat-box { background: var(--surface); border-radius: var(--radius); padding: 20px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.stat-box b { font-family: 'Poppins'; font-size: 30px; color: var(--brand-300); display: block; }
.stat-box span { color: var(--text-dim); font-size: 14px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; color: var(--text); }
th, td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--border); }
th { color: var(--text-dim); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.pill { padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.pill.pending { background: rgba(251,191,36,.14); color: var(--warn); }
.pill.paid { background: rgba(59,130,246,.16); color: var(--brand-300); }
.pill.provisioning { background: rgba(139,92,246,.16); color: #c4b5fd; }
.pill.manual { background: rgba(248,113,113,.14); color: #fca5a5; }
.pill.done { background: rgba(52,211,153,.14); color: var(--ok); }
.pill.confirming { background: rgba(251,191,36,.16); color: var(--warn); }
.pill.rejected { background: rgba(248,113,113,.18); color: #fca5a5; }
.kv { display: grid; grid-template-columns: 220px 1fr; gap: 10px 16px; font-size: 14px; color: var(--text); }
.kv b { color: var(--text-dim); }
.kv a { color: var(--brand-300); }
.mono { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 13px; background: rgba(96,165,250,.12); color: var(--brand-300); padding: 2px 7px; border-radius: 6px; }

/* ---------- Footer ---------- */
.site-footer { background: #05090f; color: #fff; padding: 54px 0 24px; margin-top: 40px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 30px; }
.site-footer .brand-name { color: #fff; }
.site-footer h4 { margin-bottom: 12px; color: #fff; }
.site-footer a { display: block; color: var(--text-dim); padding: 4px 0; transition: color .2s; }
.site-footer a:hover { color: var(--brand-300); }
.site-footer .muted { color: var(--muted); margin-top: 8px; max-width: 320px; }
.copyright { border-top: 1px solid var(--border); margin-top: 30px; padding-top: 20px; color: var(--muted); font-size: 13px; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .hero-grid, .footer-grid { grid-template-columns: 1fr; }
    .pricing-grid, .bulk-grid, .testi-grid { grid-template-columns: 1fr; }
    .benefit-grid, .stat-row, .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-links a:not(.btn) { display: none; }
    .guarantee { flex-direction: column; text-align: center; }
    .kv { grid-template-columns: 1fr; gap: 2px 0; }
    .kv b { margin-top: 8px; }
}
