:root {
    --bg: #080d18;
    --bg-soft: #0d1424;
    --card: #111a2b;
    --card-2: #151f33;
    --text: #f7f9ff;
    --muted: #9aa7bd;
    --primary: #3d7cff;
    --primary-2: #6b5cff;
    --line: rgba(255,255,255,.09);
    --shadow: 0 20px 60px rgba(0,0,0,.28);
    --radius: 20px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f7fb;
    color: #101828;
}

a { color: inherit; text-decoration: none; }

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* NAVBAR */
.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(8,13,24,.88);
    border-bottom: 1px solid rgba(255,255,255,.07);
    backdrop-filter: blur(16px);
}

.nav-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .5px;
    color: #fff;
}

.brand b { color: #78a5ff; }

.brand-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 8px 25px rgba(61,124,255,.35);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-links a {
    color: #b8c3d6;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 10px;
    transition: .2s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #fff;
    background: rgba(255,255,255,.07);
}

.nav-cta {
    padding: 10px 17px;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(61,124,255,.25);
}


/* NAV ACTIONS */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 11px;
    color: #fff !important;
    background: rgba(255,255,255,.06);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease;
}

.nav-login:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.4);
    transform: translateY(-1px);
}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 75% 20%, rgba(61,124,255,.25), transparent 32%),
        radial-gradient(circle at 15% 80%, rgba(107,92,255,.16), transparent 30%),
        var(--bg);
}

.hero-grid {
    min-height: 590px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.hero-content { padding: 70px 0; }

.eyebrow,
.section-kicker {
    display: inline-block;
    color: #7ea7ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.eyebrow {
    padding: 8px 12px;
    border: 1px solid rgba(126,167,255,.2);
    border-radius: 999px;
    background: rgba(61,124,255,.08);
}

.eyebrow span { margin-right: 5px; }

.hero h1 {
    margin: 20px 0 15px;
    font-size: clamp(45px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -3px;
}

.hero h1 span {
    background: linear-gradient(90deg, #fff, #76a5ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p {
    max-width: 560px;
    margin: 0;
    color: #aebbd0;
    font-size: 17px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    transition: .22s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 14px 30px rgba(61,124,255,.25);
}

.btn-ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
    color: #9daac0;
    font-size: 12px;
    font-weight: 700;
}

.hero-trust span { color: #62d69a; margin-right: 5px; }

.hero-art {
    position: relative;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art-card {
    position: absolute;
    border-radius: 28px;
}

.art-back {
    width: 72%;
    height: 76%;
    transform: rotate(8deg);
    background: linear-gradient(135deg, rgba(61,124,255,.15), rgba(107,92,255,.08));
    border: 1px solid rgba(255,255,255,.07);
}

.art-main {
    width: 82%;
    padding: 13px;
    background: rgba(17,26,43,.82);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
    backdrop-filter: blur(12px);
}

.hero-game-collage {
    height: 260px;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
    overflow: hidden;
    border-radius: 19px;
}

.hero-game-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-game-collage img:first-child { grid-row: 1 / 3; }

.art-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 8px 5px;
}

.art-bottom small,
.art-bottom strong { display: block; }

.art-bottom small { color: #71819c; font-size: 9px; letter-spacing: 1.4px; font-weight: 900; }
.art-bottom strong { margin-top: 4px; font-size: 16px; }

.mini-arrow {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #0b1220;
    font-weight: 900;
}

.floating-badge {
    position: absolute;
    z-index: 3;
    top: -13px;
    right: -13px;
    padding: 9px 12px;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
}

.floating-card {
    position: absolute;
    left: -4px;
    bottom: 35px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    color: #fff;
    background: rgba(17,26,43,.92);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--shadow);
}

.floating-card > span { font-size: 22px; }

.floating-card b,
.floating-card small { display: block; }
.floating-card b { font-size: 12px; }
.floating-card small { margin-top: 2px; color: #8d9bb1; font-size: 10px; }

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .35;
}

.glow-one { width: 250px; height: 250px; background: #3d7cff; right: 25%; top: -120px; }
.glow-two { width: 220px; height: 220px; background: #6b5cff; left: -100px; bottom: -100px; }

/* SECTIONS */
.section { padding: 85px 0; }

.games-section { background: #f5f7fb; }

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.section-heading h2 {
    margin: 7px 0 0;
    font-size: 30px;
    letter-spacing: -1px;
}

.section-heading.centered {
    display: block;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 40px;
}

.section-heading.centered p {
    color: #667085;
    line-height: 1.7;
    margin: 10px 0 0;
}

.see-all {
    color: #326be0;
    font-size: 13px;
    font-weight: 900;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.game-card {
    display: block;
    padding: 9px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e7ebf2;
    box-shadow: 0 8px 25px rgba(16,24,40,.05);
    transition: .25s ease;
}

.game-card:hover {
    transform: translateY(-6px);
    border-color: #d4def3;
    box-shadow: 0 18px 40px rgba(16,24,40,.11);
}

.game-image {
    position: relative;
    height: 190px;
    overflow: hidden;
    border-radius: 13px;
    background: #e9edf4;
}

.game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease;
}

.game-card:hover .game-image img { transform: scale(1.06); }

.game-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 8px;
    border-radius: 7px;
    background: #fff;
    color: #172033;
    font-size: 9px;
    font-weight: 900;
}

.image-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-weight: 900;
    backdrop-filter: blur(5px);
}

.game-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 5px 6px;
}

.game-info h3 { margin: 0; font-size: 15px; }
.game-info p { margin: 4px 0 0; color: #8994a7; font-size: 11px; }
.card-arrow { color: #326be0; font-size: 19px; font-weight: 900; }


/* PULSA & PAKET DATA */
.pulsa-section {
    background: #fff;
    padding-top: 15px;
}

.section-note {
    color: #8994a7;
    font-size: 12px;
    font-weight: 700;
}

.provider-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.provider-card {
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 17px;
    background: #f8faff;
    border: 1px solid #e5eaf3;
    box-shadow: 0 8px 25px rgba(16,24,40,.04);
    transition: .25s ease;
}

.provider-card:hover {
    transform: translateY(-5px);
    border-color: #cfdcf7;
    box-shadow: 0 16px 35px rgba(16,24,40,.09);
}

.provider-logo {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    font-weight: 950;
    font-size: 21px;
    letter-spacing: -1px;
}

.telkomsel-logo { background: linear-gradient(135deg, #e31b23, #ff5b61); }
.indosat-logo { background: linear-gradient(135deg, #ffd400, #ff9f00); color: #111827; font-size: 13px; letter-spacing: -.5px; }
.xlaxis-logo { background: linear-gradient(135deg, #0c72ff, #20a5ff); }
.tri-logo { background: linear-gradient(135deg, #111827, #3b4659); font-size: 28px; }
.smartfren-logo { background: linear-gradient(135deg, #e51b23, #ff6a6f); font-size: 16px; }

.provider-info {
    min-width: 0;
    flex: 1;
}

.provider-info h3 {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
}

.provider-info p {
    margin: 5px 0 0;
    color: #8a95a8;
    font-size: 10px;
    line-height: 1.35;
}

.provider-arrow {
    color: #326be0;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 1050px) {
    .provider-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
    .pulsa-section { padding-top: 0; }
    .provider-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .provider-card { min-height: 88px; padding: 11px; gap: 9px; border-radius: 14px; }
    .provider-logo { width: 42px; height: 42px; flex-basis: 42px; border-radius: 11px; font-size: 18px; }
    .provider-info h3 { font-size: 11px; }
    .provider-info p { font-size: 8px; }
    .provider-arrow { font-size: 15px; }
    .section-note { display: none; }
}

/* BENEFITS */
.benefit-section {
    padding: 90px 0;
    background: #fff;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.benefit-card {
    padding: 25px;
    border-radius: 18px;
    background: #f7f9fc;
    border: 1px solid #e9edf3;
}

.benefit-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 13px;
    background: #eaf1ff;
    font-size: 20px;
}

.benefit-card h3 { margin: 0 0 8px; font-size: 16px; }
.benefit-card p { margin: 0; color: #667085; font-size: 12px; line-height: 1.7; }

/* HOW */
.how-section {
    padding: 90px 0;
    color: #fff;
    background: #080d18;
}

.how-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: center;
}

.how-copy h2 {
    margin: 12px 0;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2px;
}

.how-copy h2 span { color: #77a5ff; }

.how-copy p {
    max-width: 430px;
    color: #9aa8bd;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 25px;
}

.steps { border-top: 1px solid var(--line); }

.step {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.step-number {
    color: #638ff0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

.step h3 { margin: 0 0 5px; font-size: 16px; }
.step p { margin: 0; color: #7f8ca2; font-size: 12px; }

/* CTA */
.cta-section { padding: 30px 0 80px; background: #f5f7fb; }

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 45px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(120deg, #151f33, #253b69);
    box-shadow: 0 20px 50px rgba(30,50,90,.18);
}

.cta-box h2 { margin: 8px 0 5px; font-size: 29px; }
.cta-box p { margin: 0; color: #aebbd0; font-size: 13px; }

.btn-light { background: #fff; color: #101828; min-width: 150px; }

/* FOOTER */
.footer {
    color: #a3aec1;
    background: #070b14;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 55px 0;
}

.footer-brand p { color: #707d92; font-size: 12px; margin-top: 15px; }

.footer-links {
    display: flex;
    gap: 70px;
}

.footer-links h4 { color: #fff; margin: 0 0 13px; font-size: 12px; }
.footer-links a { display: block; margin: 9px 0; color: #77849a; font-size: 12px; }
.footer-links a:hover { color: #fff; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.07);
    font-size: 10px;
    color: #626e82;
}

/* RESPONSIVE */
@media (max-width: 950px) {
    .nav-links { display: none; }
    .hero-grid { grid-template-columns: 1fr; padding-bottom: 60px; }
    .hero-content { padding-bottom: 0; }
    .hero-art { max-width: 650px; width: 100%; margin: 0 auto; }
    .game-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .how-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 24px, 1180px); }
    .nav-inner { min-height: 64px; }
    .nav-cta { padding: 9px 12px; font-size: 11px; }
    .hero-grid { min-height: auto; gap: 15px; }
    .hero h1 { font-size: 48px; letter-spacing: -2px; }
    .hero p { font-size: 14px; }
    .hero-actions { flex-direction: column; }
    .btn { width: 100%; }
    .hero-trust { gap: 10px; }
    .hero-art { height: 320px; }
    .art-main { width: 92%; }
    .hero-game-collage { height: 190px; }
    .floating-card { left: 0; bottom: 12px; }
    .section { padding: 60px 0; }
    .section-heading { align-items: start; flex-direction: column; }
    .section-heading h2 { font-size: 25px; }
    .game-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .game-card { padding: 6px; border-radius: 14px; }
    .game-image { height: 125px; border-radius: 10px; }
    .game-info { padding: 9px 3px 4px; }
    .game-info h3 { font-size: 12px; }
    .game-info p { font-size: 9px; }
    .card-arrow { font-size: 15px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { padding: 20px; }
    .how-copy h2 { font-size: 42px; }
    .cta-box { padding: 28px 22px; flex-direction: column; align-items: stretch; }
    .cta-box h2 { font-size: 24px; }
    .footer-top { flex-direction: column; padding: 40px 0; }
    .footer-links { gap: 50px; }
    .footer-bottom { flex-direction: column; }
}

/* PROVIDER PAGES */
.provider-hero {
    padding: 55px 0 60px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(61,124,255,.25), transparent 35%),
        #080d18;
}

.back-link {
    display: inline-block;
    margin-bottom: 35px;
    color: #9fb0c9;
    font-size: 12px;
    font-weight: 800;
}

.provider-title-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.provider-title-row .provider-logo {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 19px;
    font-size: 30px;
}

.provider-title-row h1 {
    margin: 5px 0 7px;
    font-size: 42px;
    letter-spacing: -1.5px;
}

.provider-title-row p {
    margin: 0;
    color: #9aa8bd;
    font-size: 14px;
}

.product-section { background: #f5f7fb; }

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.product-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #e5eaf3;
    box-shadow: 0 8px 25px rgba(16,24,40,.04);
    transition: .22s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: #cfdcf7;
    box-shadow: 0 15px 32px rgba(16,24,40,.09);
}

.product-type {
    color: #326be0;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 1px;
}

.product-card h3 {
    margin: 7px 0 3px;
    font-size: 14px;
}

.product-card p {
    margin: 0;
    color: #8994a7;
    font-size: 10px;
}

.product-card strong {
    color: #172033;
    font-size: 13px;
    white-space: nowrap;
}

.product-notice {
    margin-top: 22px;
    padding: 15px 17px;
    border-radius: 13px;
    background: #eef4ff;
    color: #60708a;
    font-size: 11px;
    line-height: 1.6;
}

.product-notice strong { color: #315fae; }

@media (max-width: 950px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .provider-hero { padding: 38px 0 45px; }
    .provider-title-row { align-items: flex-start; }
    .provider-title-row .provider-logo { width: 55px; height: 55px; flex-basis: 55px; border-radius: 14px; font-size: 23px; }
    .provider-title-row h1 { font-size: 30px; }
    .provider-title-row p { font-size: 12px; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card { min-height: 96px; }
}

/* FIX - KARTU KENAPA JAMAL STORE */
.feature-section {
    width: 100%;
    overflow: hidden;
}

.feature-section .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.feature-section .feature-card {
    position: relative;
    width: auto;
    min-width: 0;
    box-sizing: border-box;
    padding: 26px;
    border-radius: 18px;
    background: #f7f9fc;
    border: 1px solid #e3e8f1;
    overflow: hidden;
}

.feature-section .feature-card h3 {
    margin: 16px 0 8px;
    line-height: 1.25;
}

.feature-section .feature-card p {
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .feature-section .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .feature-section .feature-grid {
        grid-template-columns: 1fr;
    }
}
/* TELKOMSEL / OPERATOR PAGES */
.operator-page {
    background: #f5f7fb;
    min-height: 100vh;
}

.operator-hero {
    padding: 48px 0 55px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 0%, rgba(255,55,55,.18), transparent 30%),
        linear-gradient(135deg, #070b15, #101b32);
}

.operator-back {
    display: inline-block;
    margin-bottom: 30px;
    color: #9aa9c1;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.operator-heading {
    display: flex;
    align-items: center;
    gap: 18px;
}

.operator-logo {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 950;
}

.telkomsel-bg {
    background: linear-gradient(135deg, #e31b23, #ff5960);
}

.operator-heading h1 {
    margin: 4px 0 7px;
    font-size: 38px;
}

.operator-heading p {
    margin: 0;
    color: #a6b2c5;
    font-size: 13px;
}

.operator-content {
    padding: 45px 0 75px;
}

.operator-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.operator-main {
    min-width: 0;
}

.operator-step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.step-number {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: #316ff6;
    font-size: 12px;
    font-weight: 900;
}

.step-label {
    color: #7890ba;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 1.3px;
}

.operator-step h2 {
    margin: 3px 0 0;
    color: #111a2b;
    font-size: 19px;
}

.phone-box {
    padding: 20px;
    margin-bottom: 28px;
    background: #fff;
    border: 1px solid #e3e8f1;
    border-radius: 17px;
}

.phone-box label {
    display: block;
    margin-bottom: 9px;
    color: #273249;
    font-size: 12px;
    font-weight: 850;
}

.phone-input-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 50px;
    border: 1px solid #d9e0eb;
    border-radius: 12px;
    background: #fbfcfe;
}

.phone-input-wrap span {
    padding: 0 15px;
    color: #68778e;
    font-size: 13px;
    font-weight: 800;
    border-right: 1px solid #e2e7ef;
}

.phone-input-wrap input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 14px;
    background: transparent;
    color: #111827;
    font-size: 14px;
}

.phone-box small {
    display: block;
    margin-top: 8px;
    color: #909bad;
    font-size: 10px;
}

.product-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
}

.product-tab {
    border: 1px solid #dfe5ef;
    background: #fff;
    color: #68768c;
    border-radius: 10px;
    padding: 11px 18px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 850;
}

.product-tab.active {
    color: #fff;
    background: #316ff6;
    border-color: #316ff6;
}

.product-step-title {
    margin-bottom: 17px;
}

.product-panel {
    display: none;
}

.product-panel.active {
    display: block;
}

.operator-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.operator-product {
    min-height: 116px;
    text-align: left;
    padding: 17px;
    border: 1px solid #e1e7f0;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.operator-product:hover {
    transform: translateY(-3px);
    border-color: #b9cdf8;
    box-shadow: 0 10px 25px rgba(20,35,70,.07);
}

.operator-product.selected {
    border: 2px solid #316ff6;
    padding: 16px;
    background: #f4f7ff;
}

.product-tag {
    display: block;
    margin-bottom: 8px;
    color: #4775d6;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: 1px;
}

.operator-product strong {
    display: block;
    color: #162033;
    font-size: 14px;
}

.operator-product small {
    display: block;
    margin-top: 7px;
    color: #687891;
    font-size: 11px;
    font-weight: 750;
}

.operator-notice {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    color: #687791;
    background: #edf3ff;
    font-size: 10px;
    line-height: 1.6;
}

.operator-notice strong {
    color: #315fae;
}

.order-summary {
    position: sticky;
    top: 85px;
    padding: 20px;
    border: 1px solid #e0e6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(17,31,59,.06);
}

.summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf0f5;
    color: #77859b;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 1px;
}

.summary-badge {
    padding: 5px 8px;
    border-radius: 7px;
    color: #d51c24;
    background: #fff0f1;
    font-size: 7px;
}

.summary-empty {
    padding: 34px 10px 28px;
    text-align: center;
}

.summary-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin: 0 auto 13px;
    border-radius: 14px;
    color: #fff;
    background: #e31b23;
    font-weight: 950;
}

.summary-empty strong {
    display: block;
    color: #202b3e;
    font-size: 13px;
}

.summary-empty p {
    margin: 7px 0 0;
    color: #929dad;
    font-size: 10px;
    line-height: 1.5;
}

.summary-filled {
    display: none;
    padding-top: 17px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
    color: #8a96a9;
    font-size: 10px;
}

.summary-row strong {
    max-width: 60%;
    text-align: right;
    color: #1b2638;
    font-size: 11px;
}

.summary-divider {
    height: 1px;
    margin: 18px 0;
    background: #edf0f5;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #68768c;
    font-size: 11px;
}

.summary-total strong {
    color: #111b2c;
    font-size: 17px;
}

.summary-button {
    width: 100%;
    height: 46px;
    margin-top: 18px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #316ff6, #6257ff);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.summary-help {
    display: block;
    margin-top: 10px;
    color: #98a2b2;
    text-align: center;
    font-size: 8px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .operator-layout {
        grid-template-columns: 1fr;
    }

    .order-summary {
        position: static;
    }

    .operator-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .operator-hero {
        padding: 35px 0 42px;
    }

    .operator-heading {
        align-items: flex-start;
    }

    .operator-logo {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
        border-radius: 14px;
        font-size: 24px;
    }

    .operator-heading h1 {
        font-size: 29px;
    }

    .operator-heading p {
        font-size: 11px;
        line-height: 1.5;
    }

    .operator-content {
        padding: 30px 0 55px;
    }

    .operator-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .operator-product {
        min-height: 105px;
        padding: 13px;
    }

    .operator-product.selected {
        padding: 12px;
    }

    .product-tabs {
        margin-bottom: 22px;
    }
}

/* =========================
   PAYMENT METHODS
========================= */

.payment-section {
    margin: 20px 0;
}

.payment-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.payment-title strong {
    font-size: 14px;
    color: #fff;
}

.payment-title small {
    font-size: 11px;
    color: #8b8f9d;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-method {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
    color: #fff;
}

.payment-method:hover {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.06);
}

.payment-method.selected {
    border-color: #7c5cff;
    background: rgba(124,92,255,0.12);
    box-shadow: 0 0 0 1px rgba(124,92,255,0.2);
}

.payment-method-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-method-info img {
    width: 42px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    padding: 3px;
}

.payment-method-icon {
    width: 42px;
    height: 28px;
    border-radius: 6px;
    background: #fff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.payment-method-info strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.payment-method-info small {
    display: block;
    font-size: 10px;
    color: #9296a5;
}

.payment-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.payment-method.selected .payment-check {
    background: #7c5cff;
    border-color: #7c5cff;
    color: #fff;
}

.payment-loading {
    padding: 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    color: #8b8f9d;
    font-size: 12px;
    text-align: center;
}

.payment-group {
    margin-bottom: 16px;
}

.payment-group-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #667085;
    margin-top: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.payment-method {
    margin-bottom: 7px;
}

.payment-method:last-child {
    margin-bottom: 0;
}

.payment-qris-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payment-qris-logo svg {
    width: 38px;
    height: 38px;
    display: block;
}

.payment-method {
    min-height: 64px;
    padding: 12px 14px;
    border-radius: 12px;
}

.payment-method-info {
    gap: 12px;
}

.payment-method-info img {
    width: 52px;
    height: 38px;
    object-fit: contain;
    border-radius: 7px;
    background: #fff;
    padding: 4px;
}

.payment-method-info strong {
    font-size: 13px;
    font-weight: 700;
}

.payment-method-info small {
    font-size: 11px;
    margin-top: 4px;
}

.payment-check {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

/* =========================
   TOKEN LISTRIK
========================= */

.listrik-section {
    padding-top: 28px;
    padding-bottom: 28px;
}

.listrik-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    padding: 24px 28px;

    background: linear-gradient(
        135deg,
        #fffdf5 0%,
        #fff8df 100%
    );

    border: 1px solid #f4e5b5;
    border-radius: 20px;

    box-shadow: 0 8px 24px rgba(20, 30, 50, 0.05);
}

.listrik-main {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 300px;
}

.listrik-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 16px;

    background: #ffc21c;
    color: #fff;

    font-size: 30px;
    font-weight: 800;

    box-shadow: 0 8px 18px rgba(255, 194, 28, 0.25);
}

.listrik-info {
    min-width: 0;
}

.listrik-kicker {
    display: block;

    margin-bottom: 5px;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.14em;

    color: #e7a900;
}

.listrik-info h2 {
    margin: 0 0 5px;

    font-size: 25px;
    font-weight: 800;

    color: #101828;
}

.listrik-info p {
    margin: 0;

    font-size: 13px;
    line-height: 1.5;

    color: #667085;
}

.listrik-benefits {
    display: flex;
    align-items: center;
    gap: 24px;

    flex: 1;
}

.listrik-benefit {
    display: flex;
    align-items: center;
    gap: 9px;
}

.listrik-benefit > span {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #fff4c7;

    font-size: 17px;
}

.listrik-benefit strong {
    display: block;

    margin-bottom: 2px;

    font-size: 12px;
    font-weight: 700;

    color: #101828;
}

.listrik-benefit small {
    display: block;

    font-size: 10px;

    color: #98a2b3;
}

.listrik-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 145px;
    padding: 14px 20px;

    border-radius: 12px;

    background: #ffb800;
    color: #151515;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    transition: 0.2s ease;
}

.listrik-button span {
    font-size: 17px;
}

.listrik-button:hover {
    transform: translateY(-2px);

    background: #ffca28;

    box-shadow: 0 8px 18px rgba(255, 184, 0, 0.2);
}


/* =========================
   TOKEN LISTRIK RESPONSIVE
========================= */

@media (max-width: 1050px) {

    .listrik-card {
        flex-wrap: wrap;
    }

    .listrik-benefits {
        width: 100%;
        justify-content: space-between;
    }

    .listrik-button {
        margin-left: auto;
    }
}


@media (max-width: 700px) {

    .listrik-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .listrik-card {
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .listrik-main {
        min-width: 0;
    }

    .listrik-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
    }

    .listrik-info h2 {
        font-size: 22px;
    }

    .listrik-benefits {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .listrik-benefit {
        padding: 4px 0;
    }

    .listrik-button {
        width: 100%;
        margin-left: 0;
    }
}

/* =========================
   TOKEN LISTRIK PAGE
========================= */

.listrik-page-hero {
    padding: 55px 0 35px;
    background: #f8fafc;
}

.listrik-page-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.listrik-page-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 18px;

    background: #ffc21c;
    color: #fff;

    font-size: 32px;
    font-weight: 800;

    box-shadow: 0 10px 24px rgba(255, 194, 28, 0.22);
}

.listrik-page-title h1 {
    margin: 5px 0 7px;

    font-size: 32px;
    line-height: 1.15;

    font-weight: 800;

    color: #101828;
}

.listrik-page-title p {
    margin: 0;

    max-width: 620px;

    font-size: 14px;
    line-height: 1.6;

    color: #667085;
}


/* =========================
   TOKEN SECTION
========================= */

.token-section {
    padding-top: 35px;
    padding-bottom: 70px;

    background: #f8fafc;
}

.token-grid {
    display: grid;

    grid-template-columns: minmax(0, 1fr) 360px;

    gap: 28px;

    align-items: start;
}


/* =========================
   TOKEN BOX
========================= */

.token-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.token-box {
    padding: 24px;

    background: #fff;

    border: 1px solid #eaecf0;

    border-radius: 18px;

    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.04);
}

.token-box-heading {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 22px;
}

.token-step {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;

    background: #fff4c7;

    color: #d99800;

    font-size: 12px;
    font-weight: 800;
}

.token-box-heading h2 {
    margin: 0 0 3px;

    font-size: 17px;
    font-weight: 800;

    color: #101828;
}

.token-box-heading p {
    margin: 0;

    font-size: 12px;

    color: #98a2b3;
}


/* =========================
   CUSTOMER INPUT
========================= */

.token-box > label {
    display: block;

    margin-bottom: 8px;

    font-size: 13px;
    font-weight: 700;

    color: #344054;
}

#customerNumber {
    width: 100%;

    height: 50px;

    padding: 0 15px;

    border: 1px solid #d0d5dd;

    border-radius: 11px;

    outline: none;

    background: #fff;

    font-family: inherit;
    font-size: 14px;

    color: #101828;

    transition: 0.2s ease;

    box-sizing: border-box;
}

#customerNumber::placeholder {
    color: #98a2b3;
}

#customerNumber:focus {
    border-color: #ffb800;

    box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.12);
}

.token-help {
    display: block;

    margin-top: 8px;

    font-size: 11px;

    color: #98a2b3;
}


/* =========================
   TOKEN PRODUCTS
========================= */

.token-products {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;
}

.token-product {
    min-height: 82px;

    padding: 15px;

    border: 1px solid #eaecf0;

    border-radius: 13px;

    background: #fff;

    cursor: pointer;

    text-align: left;

    font-family: inherit;

    transition: all 0.2s ease;
}

.token-product:hover {
    border-color: #ffc21c;

    transform: translateY(-2px);

    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
}

.token-product strong {
    display: block;

    margin-bottom: 7px;

    font-size: 15px;
    font-weight: 800;

    color: #101828;
}

.token-product span {
    display: block;

    font-size: 11px;

    color: #98a2b3;
}

.token-product.selected {
    border-color: #ffb800;

    background: #fffaf0;

    box-shadow: 0 0 0 2px rgba(255, 184, 0, 0.12);
}

.token-product.selected strong {
    color: #d89400;
}


/* =========================
   TOKEN SUMMARY
========================= */

.token-summary {
    position: sticky;

    top: 90px;

    background: #fff;

    border: 1px solid #eaecf0;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.token-summary-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 17px 20px;

    border-bottom: 1px solid #eaecf0;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.08em;

    color: #667085;
}

.token-summary-badge {
    padding: 5px 9px;

    border-radius: 6px;

    background: #fff4c7;

    color: #d89400;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0;
}

.token-summary-empty {
    padding: 55px 25px;

    text-align: center;
}

.token-summary-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    border-radius: 15px;

    background: #fff8df;

    color: #f2ad00;

    font-size: 25px;
}

.token-summary-empty strong {
    display: block;

    margin-bottom: 7px;

    font-size: 14px;

    color: #344054;
}

.token-summary-empty p {
    max-width: 230px;

    margin: 0 auto;

    font-size: 11px;
    line-height: 1.6;

    color: #98a2b3;
}


/* HIDDEN UNTIL PRODUCT SELECTED */

.token-summary-filled {
    display: none;

    padding: 20px;
}

.token-summary-filled .summary-row {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 15px;

    margin-bottom: 14px;
}

.token-summary-filled .summary-row span {
    font-size: 11px;

    color: #98a2b3;
}

.token-summary-filled .summary-row strong {
    max-width: 190px;

    font-size: 12px;
    font-weight: 700;

    color: #344054;

    text-align: right;
}

.token-summary-filled .summary-divider {
    height: 1px;

    margin: 17px 0;

    background: #eaecf0;
}

.token-summary-filled .summary-total {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 17px;
}

.token-summary-filled .summary-total span {
    font-size: 12px;

    color: #667085;
}

.token-summary-filled .summary-total strong {
    font-size: 20px;
    font-weight: 800;

    color: #101828;
}

.token-summary-filled .summary-button {
    width: 100%;

    height: 48px;

    border: 0;

    border-radius: 11px;

    background: #ffb800;
    color: #151515;

    cursor: pointer;

    font-family: inherit;

    font-size: 13px;
    font-weight: 800;

    transition: 0.2s ease;
}

.token-summary-filled .summary-button:hover {
    background: #ffca28;

    transform: translateY(-1px);
}

.token-summary-filled .summary-button span {
    margin-left: 5px;
}

.token-summary-filled .summary-help {
    display: block;

    margin-top: 12px;

    font-size: 10px;
    line-height: 1.5;

    text-align: center;

    color: #98a2b3;
}


/* =========================
   TOKEN RESPONSIVE
========================= */

@media (max-width: 900px) {

    .token-grid {
        grid-template-columns: 1fr;
    }

    .token-summary {
        position: static;
    }

}


@media (max-width: 650px) {

    .listrik-page-hero {
        padding: 35px 0 25px;
    }

    .listrik-page-title {
        align-items: flex-start;
    }

    .listrik-page-icon {
        width: 56px;
        height: 56px;

        border-radius: 14px;

        font-size: 26px;
    }

    .listrik-page-title h1 {
        font-size: 25px;
    }

    .listrik-page-title p {
        font-size: 12px;
    }

    .token-section {
        padding-top: 25px;
        padding-bottom: 45px;
    }

    .token-box {
        padding: 18px;
    }

    .token-products {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 420px) {

    .listrik-page-title {
        gap: 13px;
    }

    .listrik-page-icon {
        width: 50px;
        height: 50px;

        font-size: 23px;
    }

    .listrik-page-title h1 {
        font-size: 22px;
    }

    .token-products {
        grid-template-columns: 1fr 1fr;

        gap: 9px;
    }

    .token-product {
        min-height: 75px;

        padding: 12px;
    }

    .token-product strong {
        font-size: 13px;
    }

}

/* ================================
   DATA PEMBAYARAN TOKEN
================================ */

.token-whatsapp-label {
    display: block;
    margin-top: 16px;
    margin-bottom: 7px;

    font-size: 13px;
    font-weight: 700;
    color: #344054;
}

#tokenCustomerName,
#tokenEmail,
#tokenWhatsapp {
    width: 100%;
    height: 48px;

    padding: 0 14px;

    border: 1px solid #d0d5dd;
    border-radius: 10px;

    background: #ffffff;

    font-size: 14px;
    color: #101828;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#tokenCustomerName::placeholder,
#tokenEmail::placeholder,
#tokenWhatsapp::placeholder {
    color: #98a2b3;
}

#tokenCustomerName:focus,
#tokenEmail:focus,
#tokenWhatsapp:focus {
    border-color: #7f56d9;

    box-shadow:
        0 0 0 3px rgba(127, 86, 217, 0.10);
}

#tokenCustomerName:hover,
#tokenEmail:hover,
#tokenWhatsapp:hover {
    border-color: #98a2b3;
}

/* Mobile */
@media (max-width: 700px) {

    #tokenCustomerName,
    #tokenEmail,
    #tokenWhatsapp {
        height: 46px;
        font-size: 14px;
    }

    .token-whatsapp-label {
        margin-top: 14px;
        font-size: 13px;
    }

}
/* =========================
   NAVBAR JAMAL STORE
   ========================= */

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 16px 6%;
    background: rgba(11, 16, 32, 0.96);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    backdrop-filter: blur(12px);
}

header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

header nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

header nav a {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border-radius: 9px;
    color: #aeb8d0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

header nav a:hover {
    color: #ffffff;
    background: rgba(99,91,255,0.15);
}

@media (max-width: 700px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px 18px;
    }

    header nav {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    header nav a {
        flex: 0 0 auto;
    }
}

/* MOBILE LEGENDS - DIAMOND PRODUCTS */
.diamond-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.diamond-list button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 78px;
    padding: 16px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5eaf3;
    box-shadow: 0 8px 25px rgba(16,24,40,.04);
    cursor: pointer;
    text-align: left;
    transition: .22s ease;
}

.diamond-list button:hover {
    transform: translateY(-3px);
    border-color: #cfdcf7;
    box-shadow: 0 15px 32px rgba(16,24,40,.09);
}

.diamond-list button strong {
    display: block;
    color: #172033;
    font-size: 13px;
    white-space: nowrap;
}

.diamond-list button span {
    color: #326be0;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.diamond-list button.selected {
    border: 2px solid #316ff6;
    background: #f4f7ff;
    padding: 15px;
}

@media (max-width: 950px) {
    .diamond-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .diamond-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 450px) {
    .diamond-list {
        grid-template-columns: 1fr;
    }
}

/* MOBILE LEGENDS - 2 KOLOM */
.diamond-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.diamond-list button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 70px;
    padding: 15px 18px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5eaf3;
    box-shadow: 0 8px 25px rgba(16,24,40,.04);
    cursor: pointer;
    text-align: left;
    transition: .22s ease;
}

.diamond-list button:hover {
    transform: translateY(-3px);
    border-color: #cfdcf7;
    box-shadow: 0 15px 32px rgba(16,24,40,.09);
}

.diamond-list button strong {
    color: #172033;
    font-size: 13px;
    white-space: nowrap;
}

.diamond-list button span {
    color: #326be0;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.diamond-list button.selected {
    border: 2px solid #316ff6;
    background: #f4f7ff;
    padding: 14px 17px;
}

@media (max-width: 600px) {
    .diamond-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .diamond-list button {
        min-height: 65px;
        padding: 13px;
    }

    .diamond-list button strong {
        font-size: 12px;
    }

    .diamond-list button span {
        font-size: 11px;
    }
}

/* MOBILE LEGENDS - CHECKOUT LAYOUT */
.topup-page {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 40px 0 70px;
}

.topup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.topup-main {
    min-width: 0;
}

.topup-side {
    min-width: 0;
    position: sticky;
    top: 90px;
}

.diamond-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.diamond-list button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid #e5eaf3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(16,24,40,.04);
    cursor: pointer;
    text-align: left;
    transition: .2s ease;
}

.diamond-list button:hover {
    transform: translateY(-2px);
    border-color: #cfdcf7;
    box-shadow: 0 12px 28px rgba(16,24,40,.08);
}

.diamond-list button strong {
    color: #172033;
    font-size: 13px;
    white-space: nowrap;
}

.diamond-list button span {
    color: #316ff6;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.diamond-list button.selected {
    border: 2px solid #316ff6;
    background: #f4f7ff;
    padding: 13px 15px;
}

.topup-side .order-summary {
    position: sticky;
    top: 90px;
    padding: 22px;
    border: 1px solid #e0e6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(17,31,59,.07);
}

@media (max-width: 900px) {
    .topup-layout {
        grid-template-columns: 1fr;
    }

    .topup-side,
    .topup-side .order-summary {
        position: static;
    }
}

@media (max-width: 600px) {
    .topup-page {
        width: min(100% - 24px, 700px);
        padding-top: 25px;
    }

    .diamond-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .diamond-list button {
        padding: 12px;
    }

    .diamond-list button strong {
        font-size: 12px;
    }

    .diamond-list button span {
        font-size: 11px;
    }
}


/* =========================================================
   JAMAL STORE - MOBILE LEGENDS PREMIUM CHECKOUT
   ========================================================= */

.topup-page {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 32px 0 70px;
}

.topup-header {
    position: relative;
    overflow: hidden;
    min-height: 185px;
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 20px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(4,12,30,.96), rgba(8,35,82,.65)),
        url("../images/mobile-legends.png") center/cover no-repeat;
    box-shadow: 0 18px 45px rgba(20,45,90,.18);
}

.topup-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,14,32,.35), transparent 65%);
    pointer-events: none;
}

.topup-header > * {
    position: relative;
    z-index: 2;
}

.topup-header img {
    display: none;
}

.topup-header h2 {
    margin: 0 0 8px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.8px;
}

.topup-header p {
    margin: 0;
    color: #d9e6ff;
    font-size: 14px;
    font-weight: 600;
}

.topup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 24px;
    align-items: start;
}

.topup-main {
    min-width: 0;
}

.topup-side {
    min-width: 0;
    position: sticky;
    top: 90px;
}

.topup-box {
    margin-bottom: 20px;
    padding: 22px;
    border: 1px solid #e2e8f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20,35,70,.05);
}

.topup-box h3 {
    margin: 0 0 18px;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
}

.topup-box label {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.topup-box input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d9e1ec;
    border-radius: 11px;
    outline: none;
    background: #fbfcfe;
    color: #172033;
    font-size: 13px;
    transition: .2s ease;
}

.topup-box input:focus {
    border-color: #316ff6;
    box-shadow: 0 0 0 3px rgba(49,111,246,.10);
    background: #fff;
}

.topup-main > .topup-box:first-child {
    position: relative;
}

.topup-main > .topup-box:first-child::before {
    content: "1";
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 9px;
    border-radius: 50%;
    color: #fff;
    background: #316ff6;
    font-size: 13px;
    font-weight: 900;
}

.topup-main > .topup-box:nth-child(2) h3::before {
    content: "2";
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 9px;
    border-radius: 50%;
    color: #fff;
    background: #316ff6;
    font-size: 13px;
    vertical-align: middle;
}

.topup-side .order-summary {
    position: sticky;
    top: 90px;
    padding: 24px;
    border: 1px solid #e0e6ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(17,31,59,.08);
}

.topup-side .order-summary h3 {
    margin: 0 0 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid #edf0f5;
    color: #172033;
    font-size: 19px;
    font-weight: 900;
}

.topup-side .order-summary p {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 0;
    padding: 9px 0;
    color: #667085;
    font-size: 13px;
}

.topup-side .order-summary p strong {
    color: #172033;
    text-align: right;
}

.topup-side .order-summary hr {
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #edf0f5;
}

.topup-side .order-summary .grand-total {
    align-items: center;
    padding-top: 14px;
    color: #172033;
    font-size: 14px;
    font-weight: 800;
}

.topup-side .order-summary .grand-total strong {
    color: #1769ff;
    font-size: 25px;
    font-weight: 950;
}

.topup-side .buy-button {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #316ff6, #5b5cf0);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(49,111,246,.20);
    transition: .2s ease;
}

.topup-side .buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(49,111,246,.28);
}

@media (max-width: 900px) {
    .topup-layout {
        grid-template-columns: 1fr;
    }

    .topup-side,
    .topup-side .order-summary {
        position: static;
    }
}

@media (max-width: 600px) {
    .topup-page {
        width: calc(100% - 24px);
        padding-top: 20px;
    }

    .topup-header {
        min-height: 150px;
        padding: 24px;
    }

    .topup-header h2 {
        font-size: 26px;
    }

    .topup-box {
        padding: 17px;
    }

    .topup-side .order-summary {
        padding: 18px;
    }
}


/* =========================================================
   MOBILE LEGENDS - PAYMENT & CONFIRMATION PREMIUM
   ========================================================= */

.payment-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.payment-list button {
    position: relative;
    min-height: 82px;
    padding: 16px;
    border: 1px solid #dfe6f1;
    border-radius: 14px;
    background: #fff;
    color: #172033;
    text-align: left;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 6px 20px rgba(16,24,40,.035);
}

.payment-list button:hover {
    transform: translateY(-2px);
    border-color: #bcd0f8;
    box-shadow: 0 12px 28px rgba(16,24,40,.08);
}

.payment-list button strong {
    display: block;
    margin-bottom: 7px;
    color: #172033;
    font-size: 14px;
    font-weight: 900;
}

.payment-list button span {
    display: block;
    color: #7b879a;
    font-size: 11px;
    font-weight: 600;
}

.payment-list button.selected {
    border: 2px solid #316ff6;
    background: #f4f7ff;
    box-shadow: 0 8px 25px rgba(49,111,246,.10);
}

.payment-list button.selected strong {
    color: #175fd6;
}

/* KONFIRMASI PESANAN - SEMBUNYI SAAT AWAL */
.confirmation-box {
    display: none;
}

/* RINGKASAN LEBIH PREMIUM */
.topup-side .order-summary {
    overflow: hidden;
}

.topup-side .order-summary h3::before {
    content: "🛒";
    margin-right: 9px;
    font-size: 18px;
}

.topup-side .order-summary p {
    border-bottom: 0;
}

.topup-side .order-summary .grand-total {
    margin-top: 4px;
    padding-top: 18px;
}

@media (max-width: 700px) {
    .payment-list {
        grid-template-columns: 1fr;
    }
}

/* ===== REGION SELECTOR ===== */
.region-box h3 {
    margin-bottom: 16px;
}

.region-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.region-list button {
    border: 1px solid #e4e9f2;
    background: #fff;
    color: #1f2937;
    border-radius: 12px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}

.region-list button:hover {
    border-color: #172554;
    background: #f5f7ff;
    transform: translateY(-1px);
}

.region-list button.selected {
    border-color: #172554;
    background: #172554;
    color: #fff;
    box-shadow: 0 6px 16px rgba(23,37,84,.18);
}

.region-note {
    margin: 14px 0 0;
    font-size: 12px;
    color: #7b8494;
}

.diamond-step,
.payment-step,
.whatsapp-step {
    display: none;
}

@media (max-width: 900px) {
    .region-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .region-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
