/* ===================== HALAMAN ORDER - JASA PENOMORAN ===================== */

/* Loading spinner di tombol UPLOAD */
@keyframes spin { to { transform: rotate(360deg); } }
.btn-upload-main .spinner {
    display: none;
    width: 16px; height: 16px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    flex-shrink: 0;
}
.btn-upload-main.loading {
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn-upload-main.loading .spinner { display: inline-block; }
.btn-upload-main.loading .btn-label::after { content: '...'; }

/* Blokir seleksi teks di seluruh panel order */
.order-panel, .order-right, .preview-box, .benefits-box, .warning-box {
    user-select: none;
    -webkit-user-select: none;
}

/* Page Title */
.page-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0;
}

/* ===== ORDER WRAPPER (2 kolom) ===== */
.order-wrapper {
    display: flex;
    gap: 20px;
    padding: 28px 40px 60px;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

/* Bungkus page header juga agar sejajar */
.page-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 40px 18px;
    text-align: center;
    border-bottom: 1px solid rgba(124, 58, 237, 0.15);
}

/* ===== KIRI: Upload + Paket ===== */
.order-left {
    width: 52%;
    flex-shrink: 0;
}

.order-panel {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(124,58,237,0.2);
    border-radius: 16px;
    padding: 14px 16px;
    color: #e2e8f0;
}

/* No. Telepon */
.phone-field {
    margin-bottom: 10px;
}

.phone-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    margin-bottom: 4px;
}

.phone-input {
    width: 100%;
    padding: 7px 10px;
    border: 1.5px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    font-size: 12px;
    color: #e2e8f0;
    outline: none;
    transition: 0.2s;
    box-sizing: border-box;
    background: rgba(255,255,255,0.06);
}

.phone-optional-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    color: #6b7280;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    padding: 1px 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin-left: 6px;
}

.phone-hint {
    font-size: 10px;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.4;
}

.phone-hint b { color: #a78bfa; }

.phone-input::placeholder { color: #4b5563; }

.phone-input:focus {
    border-color: #7c3aed;
    background: rgba(124,58,237,0.12);
}

/* Upload Area */
.upload-area {
    position: relative;
    border: 2px dashed rgba(124,58,237,0.4);
    border-radius: 10px;
    padding: 12px 14px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.25s, background 0.25s, transform 0.15s;
    margin-bottom: 10px;
    background: rgba(124,58,237,0.06);
    user-select: none;
}

/* Input transparan menutupi seluruh area — native click, bukan JS .click() */
#fileInput {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload-area:hover {
    border-color: #7c3aed;
    background: rgba(124,58,237,0.12);
}

.upload-area.drag-over {
    border-color: #a78bfa;
    background: rgba(124,58,237,0.22);
    transform: scale(1.01);
}

.upload-area p {
    margin: 0 0 2px;
    font-size: 12px;
    font-weight: 600;
    color: #e2e8f0;
}

.upload-area span {
    font-size: 10px;
    color: #6b7280;
}

.file-display {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: rgba(124,58,237,0.12);
    border: 1px solid rgba(124,58,237,0.35);
    border-radius: 8px;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #a78bfa;
    word-break: break-all;
}

.file-remove {
    cursor: pointer;
    color: #6b7280;
    font-weight: 700;
    padding: 0 4px;
    flex-shrink: 0;
    margin-left: 10px;
}
.file-remove:hover { color: #ef4444; }

/* Pilih Paket Label */
.pilih-paket-label {
    font-weight: 600;
    font-size: 11px;
    color: #9ca3af;
    margin: 0 0 6px;
}

/* ===== ACCORDION PILIH PAKET ===== */
.paket-accordion {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 24px;
}

.paket-card {
    position: relative;
    border: 1.5px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    transition: border-color 0.2s, background 0.2s;
}

.paket-card[data-paket="3"],
.paket-card[data-paket="4"] {
    margin-top: 8px;
}

.paket-card:not(.paket-card-disabled):hover {
    border-color: rgba(124,58,237,0.45);
    background: rgba(124,58,237,0.06);
}

.paket-card.active {
    border: 2px solid #7c3aed;
    background: rgba(124,58,237,0.10);
}

.paket-card-disabled { opacity: 0.45; }

.paket-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
}

.paket-card-disabled .paket-card-header { cursor: default; }

.paket-card-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.paket-card-sub-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.paket-card-name {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    white-space: nowrap;
    min-width: 120px;
    flex-shrink: 0;
}

.paket-card.active .paket-card-name { color: #a78bfa; }

.paket-card-sub { font-size: 11px; color: #6b7280; }

.paket-arrow-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(124,58,237,0.18);
    border: 1px solid rgba(124,58,237,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.paket-arrow-icon svg {
    width: 11px;
    height: 11px;
    stroke: #a78bfa;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.35s ease;
}

.paket-card.active .paket-arrow-icon {
    background: rgba(124,58,237,0.35);
}

.paket-card.active .paket-arrow-icon svg {
    transform: rotate(180deg);
}

.paket-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding: 0 12px;
}

.paket-card.active .paket-card-body {
    max-height: 360px;
    overflow: visible;
    padding: 0 12px 12px;
}

/* Paket 4 punya 12 field — di mobile jadi 12 baris, butuh lebih tinggi */
.paket-card[data-paket="4"].active .paket-card-body {
    max-height: 700px;
}

.populer-badge {
    position: absolute;
    top: -11px;
    left: 12px;
    background: #f97316;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(249,115,22,0.4);
}

.coming-soon-badge {
    font-size: 9px;
    color: #6b7280;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 2px 7px;
    letter-spacing: 0.3px;
}

/* ===== OPTS FORM GRID (2-kolom: label | dropdown) ===== */
.opts-form-grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    column-gap: 10px;
    row-gap: 7px;
}

.opts-placeholder { display: none; }

.opts-row-label {
    font-size: 10px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    line-height: 1.3;
}

.opts-row-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* ===== CUSTOM SELECT DROPDOWN ===== */
.opts-select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(124,58,237,0.28);
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    transition: border-color 0.2s, background 0.2s;
}

.opts-select:hover {
    border-color: rgba(124,58,237,0.6);
    background: rgba(124,58,237,0.08);
}

.opts-select.open {
    border-color: #7c3aed;
    background: rgba(124,58,237,0.12);
}

.opts-sel-tri {
    font-size: 7px;
    color: rgba(124,58,237,0.8);
    background: rgba(124,58,237,0.2);
    border-radius: 3px;
    padding: 2px 4px;
    flex-shrink: 0;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

.opts-select.has-value .opts-sel-tri {
    color: white;
    background: rgba(124,58,237,0.55);
}

.opts-sel-text {
    font-size: 13px;
    color: #4b5563;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.15s;
}

.opts-select.has-value .opts-sel-text {
    color: #e2e8f0;
    font-weight: 600;
}

.opts-sel-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 100%;
    width: max-content;
    background: #1a1740;
    border: 1.5px solid #7c3aed;
    border-radius: 8px;
    padding: 4px;
    z-index: 200;
    display: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}

.opts-select.open .opts-sel-dropdown { display: block; }

.opt-sel-item {
    padding: 6px 9px;
    font-size: 12px;
    color: #9ca3af;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.opt-sel-item:hover {
    background: rgba(124,58,237,0.2);
    color: #c4b5fd;
}

.opt-sel-item.selected {
    background: #7c3aed;
    color: white;
    font-weight: 600;
}

.opts-keterangan {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(124,58,237,0.2);
    font-size: 9px;
    color: #6b7280;
}

.opts-keterangan strong {
    display: block;
    color: #9ca3af;
    margin-bottom: 3px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.opts-keterangan ul {
    margin: 0;
    padding-left: 12px;
}

.opts-keterangan li {
    margin-bottom: 1px;
    line-height: 1.4;
}

/* ===== OPTION BUTTONS GRID (legacy, kept for compatibility) ===== */
.opts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/* 4-kolom untuk Paket 1 (ada Posisi/Letak) */
.opts-grid-4 {
    grid-template-columns: 1.6fr 1.2fr 0.8fr 1fr;
}


.opts-label {
    font-size: 10px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.opt-btn {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 5px 4px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: 0.15s;
    user-select: none;
    text-align: center;
}

.opt-btn:hover {
    border-color: #a78bfa;
    color: #a78bfa;
    background: rgba(124,58,237,0.12);
}

.opt-btn.selected {
    background: #7c3aed;
    color: white;
    border-color: #7c3aed;
    font-weight: 600;
}

/* Grid posisi 2 kolom: [Tengah][Bawah] / [Kanan][Atas] / [Kiri] */
.pos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

/* Upload Button */
.btn-upload-main {
    display: block;
    width: 100%;
    padding: 13px;
    background: #7c3aed;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
    letter-spacing: 1.5px;
    transition: 0.2s;
}

.btn-upload-main:hover {
    background: #a855f7;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.45);
    transform: translateY(-1px);
}

/* ===== KANAN: Info + Preview ===== */
.order-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Benefits */
.benefits-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(124, 58, 237, 0.22);
    border-radius: 14px;
    padding: 18px 22px;
}

.benefits-title {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin: 0 0 12px;
}

.benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.benefits-list li {
    font-size: 13px;
    color: #86efac;
}

/* Warning */
.warning-box {
    background: rgba(251, 191, 36, 0.07);
    border: 1px solid rgba(251, 191, 36, 0.28);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 12px;
    color: #fbbf24;
    line-height: 1.5;
    transition: 0.3s;
}

.warning-box.warning-ok {
    background: rgba(52, 211, 153, 0.06);
    border-color: rgba(52, 211, 153, 0.25);
    color: #34d399;
}

/* ===== PREVIEW BOX ===== */
.preview-box {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(124,58,237,0.2);
    border-radius: 14px;
    padding: 18px 20px;
    color: #e2e8f0;
    flex: 1;
}

.preview-label {
    font-size: 11px;
    font-weight: 600;
    color: #a78bfa;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.preview-paket-name {
    font-weight: 800;
    font-size: 14px;
    color: #e2e8f0;
    margin-bottom: 3px;
}

.preview-paket-sub {
    font-size: 11px;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 12px;
}

.preview-detail-list {
    list-style: disc;
    margin: 0 0 16px 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.preview-detail-list li {
    font-size: 12px;
    color: #9ca3af;
}

/* Preview pages (miniature) */
.preview-pages {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.preview-page {
    width: 62px;
    height: 82px;
    border: 1.5px solid rgba(124,58,237,0.3);
    border-radius: 5px;
    position: relative;
    background: rgba(255,255,255,0.06);
    flex-shrink: 0;
}

/* Lines in page (decorative) */
.preview-page::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    right: 6px;
    height: 3px;
    background: rgba(255,255,255,0.08);
    border-radius: 2px;
    box-shadow: 0 6px 0 rgba(255,255,255,0.08), 0 12px 0 rgba(255,255,255,0.08),
                0 18px 0 rgba(255,255,255,0.08), 0 24px 0 rgba(124,58,237,0.2);
}

.page-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    font-weight: 700;
    color: #4b5563;
    text-align: center;
    white-space: nowrap;
}

.page-num-bottom {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    color: #a78bfa;
}

.page-num-topright {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #a78bfa;
}

.page-num-topcenter {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    color: #a78bfa;
}

.page-num-topleft {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #a78bfa;
}

.page-num-bottomright {
    position: absolute;
    bottom: 5px;
    right: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #a78bfa;
}

.page-num-bottomleft {
    position: absolute;
    bottom: 5px;
    left: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #a78bfa;
}


/* ===== VALIDASI ===== */
.validation-msg {
    display: none;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: 10px;
    padding: 10px 14px;
    color: #f87171;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.9;
}
.validation-msg.show { display: block; }

/* ===== MOBILE ===== */
@media (max-width: 900px) {
    .page-header {
        padding: 20px 16px 14px;
    }

    .page-title {
        font-size: 20px;
    }

    .order-wrapper {
        flex-direction: column;
        padding: 20px 16px 40px;
        gap: 16px;
    }

    /* Kiri dan kanan masing-masing full width */
    .order-left,
    .order-right {
        width: 100%;
    }

    /* Kolom kanan (benefits, warning, preview) tampil di bawah */
    .order-right {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

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

    .opts-grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .paket-card-name { font-size: 11px; }
    .paket-card-sub  { font-size: 10px; }

    .opts-form-grid {
        grid-template-columns: max-content 1fr;
    }
    .opts-placeholder { display: none; }
}

/* ===== LIGHT MODE OVERRIDES ===== */
html[data-theme="light"] .page-title { color: #1a2332; }
html[data-theme="light"] .page-header { border-bottom-color: rgba(21,101,192,0.15); }

html[data-theme="light"] .order-panel {
    background: white;
    border-color: rgba(21,101,192,0.15);
    color: #1a2332;
}

html[data-theme="light"] .upload-area {
    border-color: rgba(21,101,192,0.35);
    background: rgba(21,101,192,0.04);
}
html[data-theme="light"] .upload-area:hover {
    border-color: #1565C0;
    background: rgba(21,101,192,0.08);
}
html[data-theme="light"] .upload-area p { color: #1a2332; }
html[data-theme="light"] .upload-area span { color: #64748b; }

html[data-theme="light"] .file-display {
    background: rgba(21,101,192,0.08);
    border-color: rgba(21,101,192,0.25);
    color: #1565C0;
}

html[data-theme="light"] .paket-card {
    border-color: rgba(21,101,192,0.12);
    background: rgba(21,101,192,0.02);
}
html[data-theme="light"] .paket-card:not(.paket-card-disabled):hover {
    border-color: rgba(21,101,192,0.35);
    background: rgba(21,101,192,0.05);
}
html[data-theme="light"] .paket-card.active {
    border-color: #1565C0;
    background: rgba(21,101,192,0.06);
}
html[data-theme="light"] .paket-card-name { color: #374151; }
html[data-theme="light"] .paket-card.active .paket-card-name { color: #1565C0; }
html[data-theme="light"] .paket-card-sub { color: #64748b; }

html[data-theme="light"] .paket-arrow-icon {
    background: rgba(21,101,192,0.10);
    border-color: rgba(21,101,192,0.2);
}
html[data-theme="light"] .paket-arrow-icon svg { stroke: #1565C0; }
html[data-theme="light"] .paket-card.active .paket-arrow-icon { background: rgba(21,101,192,0.20); }

html[data-theme="light"] .opts-select {
    background: rgba(21,101,192,0.03);
    border-color: rgba(21,101,192,0.22);
}
html[data-theme="light"] .opts-select:hover {
    border-color: rgba(21,101,192,0.5);
    background: rgba(21,101,192,0.06);
}
html[data-theme="light"] .opts-select.open {
    border-color: #1565C0;
    background: rgba(21,101,192,0.08);
}
html[data-theme="light"] .opts-sel-tri {
    color: rgba(21,101,192,0.8);
    background: rgba(21,101,192,0.12);
}
html[data-theme="light"] .opts-select.has-value .opts-sel-tri {
    background: rgba(21,101,192,0.55);
}
html[data-theme="light"] .opts-sel-text { color: #64748b; }
html[data-theme="light"] .opts-select.has-value .opts-sel-text { color: #1a2332; }
html[data-theme="light"] .opts-sel-dropdown {
    background: white;
    border-color: #1565C0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
html[data-theme="light"] .opt-sel-item { color: #374151; }
html[data-theme="light"] .opt-sel-item:hover {
    background: rgba(21,101,192,0.10);
    color: #1565C0;
}
html[data-theme="light"] .opt-sel-item.selected {
    background: #1565C0;
    color: white;
}

html[data-theme="light"] .phone-input {
    border-color: rgba(21,101,192,0.2);
    color: #1a2332;
    background: rgba(21,101,192,0.03);
}
html[data-theme="light"] .phone-input:focus {
    border-color: #1565C0;
    background: rgba(21,101,192,0.06);
}
html[data-theme="light"] .phone-input::placeholder { color: #94a3b8; }
html[data-theme="light"] .phone-optional-badge {
    background: rgba(21,101,192,0.06);
    border-color: rgba(21,101,192,0.15);
}
html[data-theme="light"] .phone-hint b { color: #1565C0; }

html[data-theme="light"] .btn-upload-main { background: #1565C0; }
html[data-theme="light"] .btn-upload-main:hover {
    background: #29B6F6;
    box-shadow: 0 6px 20px rgba(41,182,246,0.35);
}

html[data-theme="light"] .preview-box {
    background: white;
    border-color: rgba(21,101,192,0.15);
    color: #1a2332;
}
html[data-theme="light"] .preview-label { color: #1565C0; }
html[data-theme="light"] .preview-paket-name { color: #1a2332; }
html[data-theme="light"] .preview-paket-sub { color: #64748b; }
html[data-theme="light"] .preview-detail-list li { color: #374151; }
html[data-theme="light"] .preview-page {
    border-color: rgba(21,101,192,0.2);
    background: #f8fafc;
}
html[data-theme="light"] .preview-page::before {
    background: rgba(0,0,0,0.06);
    box-shadow: 0 6px 0 rgba(0,0,0,0.06), 0 12px 0 rgba(0,0,0,0.06),
                0 18px 0 rgba(0,0,0,0.06), 0 24px 0 rgba(21,101,192,0.12);
}
html[data-theme="light"] .page-num-bottom,
html[data-theme="light"] .page-num-topright,
html[data-theme="light"] .page-num-topcenter,
html[data-theme="light"] .page-num-topleft,
html[data-theme="light"] .page-num-bottomright,
html[data-theme="light"] .page-num-bottomleft { color: #1565C0; }

html[data-theme="light"] .benefits-box {
    background: white;
    border-color: rgba(21,101,192,0.15);
}
html[data-theme="light"] .benefits-title { color: #1a2332; }
html[data-theme="light"] .benefits-list li { color: #15803d; }
html[data-theme="light"] .warning-box {
    background: rgba(180,83,9,0.06);
    border-color: rgba(180,83,9,0.25);
    color: #92400e;
}
html[data-theme="light"] .warning-box.warning-ok {
    background: rgba(21,128,61,0.06);
    border-color: rgba(21,128,61,0.25);
    color: #15803d;
}

html[data-theme="light"] .opts-row-label { color: #64748b; }
html[data-theme="light"] .pilih-paket-label { color: #64748b; }
html[data-theme="light"] .opts-keterangan { border-top-color: rgba(21,101,192,0.15); }
html[data-theme="light"] .opts-keterangan strong { color: #374151; }
html[data-theme="light"] .coming-soon-badge {
    background: rgba(21,101,192,0.04);
    border-color: rgba(21,101,192,0.12);
}
