/* =========================================
   ZERRA CLOUD - style.css
   Slim, Responsive, Clean
   ========================================= */

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:         #f4f6fb;
  --surface:    #ffffff;
  --border:     #e2e6ef;
  --text:       #1a1d2e;
  --text-muted: #6b7280;
  --accent:     #1a6dff;
  --accent-dk:  #0f52cc;
  --accent-lt:  #e8f0ff;
  --success:    #10b981;
  --warning:    #f59e0b;
  --danger:     #ef4444;
  --font-head:  'Poppins', sans-serif;
  --font-body:  'DM Sans', sans-serif;
  --radius:     6px;
  --radius-lg:  10px;
  --shadow:     0 2px 10px rgba(26,109,255,.08);
  --shadow-md:  0 4px 20px rgba(26,109,255,.13);
  --nav-h:      54px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.2; }
h1 { font-size: clamp(1.4rem, 3.5vw, 2.2rem); font-weight: 800; }
h2 { font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 700; }
h3 { font-size: .85rem; font-weight: 700; }
.accent { color: var(--accent); }

/* --- BUTTONS --- */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 16px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600;
  cursor: pointer; border: none;
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary      { background: var(--accent); color: #fff; }
.btn-primary:hover{ background: var(--accent-dk); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-outline      { background: transparent; color: var(--accent); border: 1.5px solid var(--accent); }
.btn-outline:hover{ background: var(--accent-lt); }
.btn-ghost        { background: rgba(255,255,255,.15); color: #fff; border: 1.5px solid rgba(255,255,255,.3); backdrop-filter: blur(6px); }
.btn-ghost:hover  { background: rgba(255,255,255,.25); }
.btn-lg   { padding: 9px 20px; font-size: 13px; }
.btn-sm   { padding: 5px 12px; font-size: 11px; }
.btn-block { width: 100%; justify-content: center; }
.btn:disabled { opacity: .45; cursor: not-allowed; }

/* --- BADGE PILL --- */
.badge-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px;
  background: var(--accent-lt); color: var(--accent);
  border-radius: 100px; font-size: 10px; font-weight: 600;
}

/* --- SECTION HEADER --- */
.section-header {
  text-align: center; margin-bottom: 28px;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
}
.section-header p { color: var(--text-muted); max-width: 480px; font-size: 12px; }

/* --- EMPTY STATE --- */
.empty-state {
  text-align: center; padding: 28px;
  color: var(--text-muted); font-size: 12px;
}

/* =========================================
   NAVBAR
   ========================================= */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  transition: box-shadow .2s;
}
#navbar.scrolled { box-shadow: var(--shadow); }

.nav-inner {
  height: 100%;
  display: flex; align-items: center; gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-head); font-weight: 800; font-size: 1rem;
  color: var(--text); flex-shrink: 0;
}
.logo i  { color: var(--accent); font-size: 1.1rem; }
.logo em { color: var(--accent); font-style: normal; }

.nav-links { display: flex; align-items: center; gap: 20px; flex: 1; }
.nav-links a {
  font-size: 12px; font-weight: 500; color: var(--text-muted);
  position: relative; transition: color .2s;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 2px; background: var(--accent); border-radius: 2px;
  transform: scaleX(0); transition: transform .2s;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; gap: 7px; margin-left: auto; }
.nav-toggle {
  display: none;
  background: none; border: none; font-size: 1rem;
  cursor: pointer; color: var(--text); padding: 6px; margin-left: auto;
}

/* =========================================
   HERO
   ========================================= */
/* ── HERO MINIMAL ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060e1d;
  overflow: hidden;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Dot grid menggantikan grid-overlay lama */
.dot-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Subtle glow di tengah */
.hero-radial-glow {
  position: absolute;
  width: 700px;
  height: 380px;
  background: radial-gradient(ellipse at center, rgba(26,109,255,0.12) 0%, transparent 68%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  padding: 120px 20px 80px;
}

/* Eyebrow pill */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  border: 1px solid rgba(77,166,255,0.22);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: rgba(77,166,255,0.82);
  background: rgba(26,109,255,0.07);
  margin-bottom: 26px;
}
.eyebrow-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4da6ff;
  flex-shrink: 0;
  animation: eyebrowPulse 2s infinite;
}
@keyframes eyebrowPulse {
  0%,100% { opacity: 1; }
  50%      { opacity: .3; }
}

/* Heading */
.hero-content h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 0;
}
.hero-content h1 .accent {
  background: linear-gradient(90deg, #4da6ff 0%, #74bfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Thin divider under heading */
.hero-divider {
  width: 32px;
  height: 2px;
  background: #1a6dff;
  border-radius: 2px;
  margin: 18px auto;
  opacity: .5;
}

/* Subtitle */
.hero-sub {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.4);
  max-width: 420px;
  margin: 0 auto 32px;
}

/* CTA buttons */
.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

/* Stats bar — satu baris terpadu */
.hero-stats {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,.025);
}
.hero-stats .stat-item {
  padding: 13px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.06);
}
.hero-stats .stat-item:last-child { border-right: none; }
.hero-stats .stat-item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
  margin-bottom: 2px;
}
.hero-stats .stat-item span {
  font-size: 10px;
  color: rgba(255,255,255,.3);
  letter-spacing: .3px;
  text-transform: uppercase;
}
/* hapus stat-divider lama jika ada */
.stat-divider { display: none; }
/* =========================================
   FEATURES
   ========================================= */
.features { padding: 48px 0; background: var(--surface); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.feature-card {
  padding: 18px; border: 1px solid var(--border);
  border-radius: var(--radius-lg); background: var(--bg);
  transition: box-shadow .2s, transform .2s;
}
.feature-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.feature-icon {
  width: 34px; height: 34px;
  background: var(--accent-lt); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: .9rem; margin-bottom: 10px;
}
.feature-card h3 { margin-bottom: 4px; font-size: .82rem; }
.feature-card p  { color: var(--text-muted); font-size: 11px; }

/* =========================================
   PRICELIST
   ========================================= */
.pricelist { padding: 52px 0; background: var(--bg); }

.category-tabs {
  display: flex; gap: 6px; flex-wrap: wrap;
  justify-content: center; margin-bottom: 22px;
}
.cat-tab {
  padding: 5px 13px; border-radius: 100px;
  border: 1.5px solid var(--border); background: var(--surface);
  font-size: 11px; font-weight: 600; cursor: pointer;
  color: var(--text-muted); transition: all .2s;
}
.cat-tab:hover, .cat-tab.active {
  background: var(--accent); color: #fff; border-color: var(--accent);
}

/* Grid desktop */
.pricelist-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-bottom: 4px;
}
.pricelist-grid .price-card,
.pricelist-grid .skeleton-card {
  width: 200px;
  flex: 0 0 200px;
}

/* Mobile/tablet: horizontal scroll */
@media (max-width: 768px) {
  .pricelist-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
  }
  .pricelist-grid::-webkit-scrollbar { display: none; }
  .price-card    { flex: 0 0 175px; width: 175px; scroll-snap-align: start; }
  .skeleton-card { flex: 0 0 175px; width: 175px; scroll-snap-align: start; }
}

/* Price Card */
.price-card {
  width: 200px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 14px 13px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.price-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--accent); }
.price-card.sold-out { opacity: .65; }

.price-card-header { margin-bottom: 10px; }
.price-card-cat  { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--accent); margin-bottom: 2px; }
.price-card-name { font-family: var(--font-head); font-size: .82rem; font-weight: 700; color: var(--text); }

.price-specs {
  display: flex; flex-direction: column; gap: 4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.spec-row {
  margin:8px 0;
    padding:8px 10px;
    border-radius:10px;
    background:rgba(59,130,246,.08);
    border:1px solid rgba(59,130,246,.2);
    color:#cbd5e1;
    font-size:11px;
    line-height:1.5;
}
.spec-row i    { width: 12px; text-align: center; color: var(--accent); font-size: 10px; flex-shrink: 0; }
.spec-row span { color: var(--text); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Price table */
.price-table {
  display: flex; flex-direction: column; gap: 0;
  margin-bottom: 0;
  border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden;
}
.price-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 5px 8px; gap: 6px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.price-row:last-child { border-bottom: none; }
.price-period-lbl { font-size: 10px; color: var(--text-muted); font-weight: 500; white-space: nowrap; }
.price-val {
  font-family: var(--font-head); font-size: 11px; font-weight: 700;
  color: var(--accent); text-align: right; white-space: nowrap;
}
.price-val.na {
  font-family: var(--font-body); font-size: 10px; font-weight: 400;
  color: var(--text-muted); font-style: italic;
}
.price-val-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
.price-stock-mini {
  font-size: 9px; font-weight: 600;
  display: flex; align-items: center; gap: 2px; white-space: nowrap;
}
.price-stock-mini.slot-ok    { color: var(--success); }
.price-stock-mini.slot-warn  { color: var(--warning); }
.price-stock-mini.slot-empty { color: var(--danger); }

/* Skeleton */
.skeleton-card {
  width: 200px;
  height: 240px;
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, var(--border) 25%, #edf0f8 50%, var(--border) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* Stok */
.price-stock {
  display: flex; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 600;
  padding: 4px 7px; border-radius: var(--radius);
  margin-bottom: 8px; margin-top: auto;
}
.price-stock.slot-ok    { background: #ecfdf5; color: #059669; }
.price-stock.slot-warn  { background: #fffbeb; color: #d97706; }
.price-stock.slot-empty { background: #fef2f2; color: #dc2626; }
.price-stock i { font-size: 9px; }

/* =========================================
   ORDER BUILDER (legacy, kept for compat)
   ========================================= */
.order-section { padding: 52px 0; background: var(--surface); }

.order-builder {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 16px;
  align-items: start;
  min-width: 0;
}
.order-steps-left { min-width: 0; overflow: hidden; }
.order-step {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 12px 14px;
  margin-bottom: 8px;
  overflow: hidden; min-width: 0;
}
.step-label {
  display: flex; align-items: center; gap: 7px;
  font-weight: 700; font-size: 11px;
  margin-bottom: 8px; color: var(--text);
}
.step-num {
  width: 18px; height: 18px;
  background: var(--accent); color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700; flex-shrink: 0;
}

/* Durasi */
.period-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.period-options .option-card { display: block; cursor: pointer; }
.period-options .option-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.period-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: 2px; padding: 8px 6px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  text-align: center;
  transition: all .2s; cursor: pointer;
}
.period-inner i      { font-size: .85rem; color: var(--text-muted); }
.period-name         { font-size: 11px; font-weight: 700; color: var(--text); }
.period-desc         { font-size: 9px; color: var(--text-muted); }
.period-options .option-card.selected .period-inner,
.period-options .option-card input:checked ~ .period-inner {
  border-color: var(--accent); background: var(--accent-lt);
}
.period-options .option-card.selected .period-inner i,
.period-options .option-card input:checked ~ .period-inner i { color: var(--accent); }
.period-options .option-card.selected .period-name,
.period-options .option-card input:checked ~ .period-inner .period-name { color: var(--accent); }
.period-inner:hover { border-color: var(--accent); }

/* Loading */
.pkg-loading { text-align: center; padding: 14px; color: var(--text-muted); font-size: 11px; }

/* Pilih Paket scroll */
.pkg-scroll-wrap {
  display: flex; flex-direction: row; gap: 7px;
  overflow-x: auto; overflow-y: visible;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--border);
  width: 100%; max-width: 100%; box-sizing: border-box;
}
.pkg-scroll-wrap::-webkit-scrollbar { height: 3px; }
.pkg-scroll-wrap::-webkit-scrollbar-track { background: var(--border); border-radius: 10px; }
.pkg-scroll-wrap::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }

.pkg-option {
  flex: 0 0 148px; min-width: 148px; max-width: 148px;
  scroll-snap-align: start; display: block; cursor: pointer;
}
.pkg-option input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.pkg-option-inner {
  display: flex; flex-direction: column;
  gap: 5px; padding: 9px 9px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface); height: 100%; transition: all .2s;
}
.pkg-option:hover:not(.pkg-disabled) .pkg-option-inner { border-color: var(--accent); }
.pkg-option.selected .pkg-option-inner { border-color: var(--accent); background: var(--accent-lt); }
.pkg-option.pkg-disabled { opacity: .5; cursor: not-allowed; }
.pkg-option.pkg-disabled .pkg-option-inner { background: var(--bg); }

.pkg-option-info { display: flex; flex-direction: column; gap: 2px; }
.pkg-option-info strong { font-size: 11px; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pkg-specs { font-size: 9px; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pkg-stock-badge { display: inline-flex; align-items: center; gap: 2px; font-size: 9px; font-weight: 600; }
.pkg-stock-badge.slot-ok    { color: #059669; }
.pkg-stock-badge.slot-warn  { color: #d97706; }
.pkg-stock-badge.slot-empty { color: #dc2626; }

.pkg-option-price {
  display: flex; flex-direction: column;
  gap: 1px; margin-top: auto; padding-top: 5px;
  border-top: 1px solid var(--border);
}
.pkg-price-val { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--accent); white-space: nowrap; }
.pkg-price-val.na { font-size: 9px; font-weight: 400; color: var(--text-muted); }
.pkg-price-suffix { font-size: 9px; color: var(--text-muted); }

/* OS & Region */
.step-options { display: flex; flex-wrap: wrap; gap: 5px; }
.option-card { position: relative; cursor: pointer; }
.option-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.option-label {
  display: flex; align-items: center; gap: 4px;
  padding: 5px 10px;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  font-size: 11px; font-weight: 500;
  background: var(--surface); transition: all .2s; cursor: pointer; white-space: nowrap;
}
.option-card input:checked + .option-label,
.option-card.selected .option-label { border-color: var(--accent); background: var(--accent-lt); color: var(--accent); }
.option-label:hover { border-color: var(--accent); }

/* Order Summary */
.order-summary { position: sticky; top: calc(var(--nav-h) + 14px); }
.summary-card {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 13px;
}
.summary-card h3 { display: flex; align-items: center; gap: 5px; font-size: 12px; margin-bottom: 10px; }
.summary-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 4px 0; border-bottom: 1px solid var(--border); font-size: 11px;
}
.summary-row:last-child { border: none; }
.summary-row span:first-child { color: var(--text-muted); white-space: nowrap; }
.summary-row span:last-child  { font-weight: 600; text-align: right; max-width: 60%; word-break: break-word; }
.total-row { padding-top: 7px; }
.total-row span:first-child { font-weight: 700; color: var(--text); font-size: 11px; }
.total-price { color: var(--accent); font-size: .88rem; font-family: var(--font-head); }
.btn-block { margin-top: 10px; }
.summary-note { font-size: 9px; color: var(--text-muted); margin-top: 5px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 3px; }

/* =========================================
   TESTIMONI
   ========================================= */
.testimoni-section { padding: 52px 0; background: var(--bg); }

.testimoni-grid {
  display: flex; flex-direction: row; gap: 14px;
  overflow-x: auto; padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--border);
  margin-bottom: 20px;
}
.testimoni-grid::-webkit-scrollbar { height: 3px; }
.testimoni-grid::-webkit-scrollbar-track { background: var(--border); border-radius: 10px; }
.testimoni-grid::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }

/* GANTI DENGAN */
.testimoni-card {
  flex: 0 0 200px; min-width: 200px; max-width: 200px;
  scroll-snap-align: start;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 10px;
  transition: box-shadow .2s;
  display: flex; flex-direction: column; gap: 0;
}
.testimoni-card:hover { box-shadow: var(--shadow-md); }

/* GANTI DENGAN */
.testi-img-wrap {
  width: 100%; height: 80px;
  border-radius: var(--radius); overflow: hidden;
  margin-bottom: 8px;
  background: var(--bg); border: 1px solid var(--border);
}
.testi-img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; transition: transform .3s; }
.testi-img:hover { transform: scale(1.04); }

.testi-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.testi-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent-lt); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-text { color: var(--accent); font-weight: 700; font-size: .78rem; }
.testi-meta { display: flex; flex-direction: column; gap: 1px; }
.testi-name { font-weight: 700; font-size: 12px; }
.testi-date { font-size: 10px; }
.testi-stars { color: var(--warning); font-size: 11px; margin-bottom: 6px; }
.testi-msg  { font-size: 11px; color: var(--text-muted); line-height: 1.55; flex: 1; }
.testi-package {
  display: inline-flex; align-items: center; gap: 3px;
  margin-top: 8px; font-size: 9px; font-weight: 600;
  color: var(--accent); background: var(--accent-lt);
  padding: 2px 7px; border-radius: 100px; align-self: flex-start;
}
/* GANTI DENGAN */
.testimoni-actions { display: none; }

/* =========================================
   OTHER PRODUCTS - UPDATE GRID
   ========================================= */
.other-products { 
    padding: 52px 0; 
    background: var(--surface); 
}

/* Default Desktop - Grid Wrap (ke bawah) */
/* GANTI DENGAN */
.other-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 14px;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--accent) var(--border);
}
.other-grid::-webkit-scrollbar { height: 3px; }
.other-grid::-webkit-scrollbar-track { background: var(--border); border-radius: 10px; }
.other-grid::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }

/* Card Style Desktop */
/* GANTI DENGAN */
.other-card {
    border: 1px solid var(--border); 
    border-radius: var(--radius-lg);
    padding: 20px 16px; 
    background: var(--bg); 
    position: relative;
    transition: box-shadow .2s, transform .2s;
    width: 240px;
    flex: 0 0 240px;
    scroll-snap-align: start;
    box-sizing: border-box;
}
.other-card:hover { 
    box-shadow: var(--shadow-md); 
    transform: translateY(-2px); 
}
.other-icon {
    width: 36px; 
    height: 36px; 
    background: var(--accent-lt);
    border-radius: var(--radius); 
    display: flex; 
    align-items: center;
    justify-content: center; 
    color: var(--accent); 
    font-size: 1rem; 
    margin-bottom: 10px;
}
.other-card h3 { margin-bottom: 5px; font-size: .82rem; }
.other-card p  { font-size: 11px; color: var(--text-muted); }
.other-tag {
    display: inline-flex; 
    align-items: center; 
    margin-top: 10px;
    font-size: 9px; 
    font-weight: 700;
    background: var(--warning); 
    color: #fff;
    padding: 2px 8px; 
    border-radius: 100px;
}

/* =========================================
   MEDIA QUERY: HP & TABLET (MAX-WIDTH 1024px)
   ========================================= */
@media (max-width: 1024px) {
    /* Ubah grid menjadi horizontal scroll ke samping */
    .other-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 12px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        
        /* Hide scrollbar */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .other-grid::-webkit-scrollbar { 
        display: none; 
    }
    
    /* Card size untuk HP/Tablet */
    .other-card {
        flex: 0 0 220px;
        width: 220px;
        scroll-snap-align: start;
        /* Ensure box-sizing correct */
        box-sizing: border-box;
    }
}

/* Smallest Devices (Max-width 480px) */
@media (max-width: 480px) {
    .other-grid {
        gap: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .other-card {
        flex: 0 0 180px;
        width: 180px;
        padding: 16px 12px;
    }
    
    .other-icon {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
}
/* =========================================
   CTA BANNER
   ========================================= */
.cta-banner { padding: 48px 0; background: linear-gradient(135deg, #0f1629 0%, #1a2d5a 100%); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cta-inner h2 { color: #fff; font-size: 1.3rem; }
.cta-inner p  { color: rgba(255,255,255,.6); margin-top: 3px; font-size: 12px; }
.cta-buttons  { display: flex; gap: 8px; flex-wrap: wrap; }

/* =========================================
   FOOTER
   ========================================= */
.footer { background: #080d1a; color: rgba(255,255,255,.6); }

.footer-top { padding: 44px 0 32px; border-bottom: 1px solid rgba(255,255,255,.07); }

.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
  gap: 28px; align-items: start;
}

.footer .logo    { color: #fff; margin-bottom: 10px; display: inline-flex; }
.footer-brand p  { font-size: 11px; line-height: 1.7; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.footer-socials  { display: flex; gap: 7px; margin-bottom: 14px; }
.footer-socials a {
  width: 30px; height: 30px;
  border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4); font-size: .82rem; transition: all .2s;
}
.footer-socials a:hover { color: #fff; border-color: var(--accent); background: rgba(26,109,255,.2); transform: translateY(-2px); }

.footer-status {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.25);
  border-radius: 100px; padding: 4px 10px;
  font-size: 10px; color: #10b981; font-weight: 600;
}
.status-dot {
  width: 6px; height: 6px; background: #10b981; border-radius: 50%;
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,.5); }
  50%      { box-shadow: 0 0 0 4px rgba(16,185,129,0); }
}

.footer-col h4 {
  font-family: var(--font-head); font-size: 10px; font-weight: 700;
  color: #fff; letter-spacing: .8px; text-transform: uppercase;
  margin-bottom: 12px; display: flex; align-items: center; gap: 5px;
}
.footer-col h4 i { color: var(--accent); font-size: 9px; }

.footer-col a {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; color: rgba(255,255,255,.4);
  margin-bottom: 9px; transition: all .2s; text-decoration: none;
}
.footer-col a i { width: 12px; text-align: center; color: rgba(255,255,255,.2); font-size: 9px; transition: color .2s; }
.footer-col a:hover { color: #fff; padding-left: 3px; }
.footer-col a:hover i { color: var(--accent); }

.footer-contact { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.contact-item { display: flex; align-items: center; gap: 8px; font-size: 11px; color: rgba(255,255,255,.4); }
.contact-item i {
  width: 24px; height: 24px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 10px; flex-shrink: 0;
}

.footer-cta { width: 100%; justify-content: center; margin-top: 3px; }

.footer-bottom { padding: 12px 0; background: rgba(0,0,0,.3); }
.footer-bottom-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 6px; font-size: 10px; color: rgba(255,255,255,.22);
}
.footer-bottom-links { display: flex; gap: 14px; }
.footer-bottom-links a { font-size: 10px; color: rgba(255,255,255,.22); transition: color .2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.55); }

/* =========================================
   STORY ORDER
   ========================================= */
.story-order {
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Semua step: default tersembunyi */
.story-step {
  border-radius: var(--radius-lg);
  background: var(--surface);
  overflow: hidden;
  display: none;
}

/* ACTIVE */
.story-step.active {
  display: block;
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 3px rgba(26,109,255,.06);
}

/* DONE */
.story-step.done {
  display: block;
  border: 1.5px solid var(--border);
  background: var(--bg);
}

/* LOCKED — pastikan benar-benar hilang */
.story-step.locked {
  display: none !important;
}

.story-step-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
}

.story-done-val {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-left: 4px;
}

.story-num {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700;
  flex-shrink: 0;
}
.story-step.done .story-num { background: var(--success); }

.story-title { font-weight: 700; font-size: 12px; }

.story-edit {
  font-size: 10px; color: var(--accent); cursor: pointer;
  display: none; align-items: center; gap: 3px;
  padding: 2px 7px; border-radius: 100px;
  border: 1px solid var(--accent);
  white-space: nowrap; transition: background .15s;
  margin-left: auto;
}
.story-edit:hover { background: var(--accent-lt); }
.story-step.done .story-edit { display: flex; }

.story-body {
  padding: 0 12px 12px;
  display: none;
}
.story-step.active .story-body { display: block; }

.btn-next { margin-top: 10px; padding: 7px 18px; font-size: 12px; }

/* Category options */
.cat-options { display: flex; flex-wrap: wrap; gap: 5px; }
.cat-opt-card { cursor: pointer; position: relative; }
.cat-opt-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.cat-opt-label {
  display: flex; align-items: center; gap: 4px;
  padding: 5px 11px;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  font-size: 11px; font-weight: 600;
  background: var(--surface); cursor: pointer;
  transition: all .15s; white-space: nowrap;
}
.cat-opt-card.selected .cat-opt-label {
  border-color: var(--accent);
  background: var(--accent-lt);
  color: var(--accent);
}
.cat-opt-label:hover { border-color: var(--accent); }

/* Summary step */
.story-summary-step.active {
  border-color: var(--accent);
  background: var(--accent-lt);
}
.story-summary-step .story-step-head {
  border-bottom: 1px solid var(--border);
}
.story-summary-step .story-num { font-size: 9px; }
.story-summary-step .story-body { padding: 10px 12px 12px; }

.summary-rows {
  display: flex; flex-direction: column;
  margin-bottom: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}
.summary-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid var(--border);
  font-size: 11px;
}
.summary-row:last-child { border-bottom: none; }
.summary-row span:first-child { color: var(--text-muted); }
.summary-row span:last-child  {
  font-weight: 600; text-align: right;
  max-width: 60%; word-break: break-word;
}
.total-row { background: var(--bg); }
.total-row span:first-child { font-weight: 700; font-size: 12px; }
.total-price { color: var(--accent); font-size: .92rem; font-family: var(--font-head); }
.summary-note {
  font-size: 9px; color: var(--text-muted); margin-top: 7px;
  text-align: center; display: flex;
  align-items: center; justify-content: center; gap: 3px;
}

/* SERVICE CARDS */
.service-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 2px;
}
.service-card { cursor: pointer; position: relative; }
.service-card input[type="radio"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.service-inner {
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 4px;
  padding: 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  transition: all .2s;
}
.service-inner i {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.service-name {
  font-size: 13px; font-weight: 700;
  color: var(--text);
}
.service-desc {
  font-size: 10px; color: var(--text-muted); line-height: 1.4;
}
.service-card.selected .service-inner {
  border-color: var(--accent);
  background: var(--accent-lt);
}
.service-card.selected .service-inner i,
.service-card.selected .service-name {
  color: var(--accent);
}
@media (max-width: 480px) {
  .service-options { grid-template-columns: 1fr; }
}

/* PERIOD OPTIONS */
.period-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.period-options .option-card { display: block; cursor: pointer; position: relative; }
.period-options .option-card input[type="radio"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.period-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: 2px; padding: 8px 6px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  text-align: center; transition: all .2s; cursor: pointer;
}
.period-inner i    { font-size: .85rem; color: var(--text-muted); }
.period-name       { font-size: 11px; font-weight: 700; color: var(--text); }
.period-desc       { font-size: 9px; color: var(--text-muted); }
.period-options .option-card.selected .period-inner {
  border-color: var(--accent); background: var(--accent-lt);
}
.period-options .option-card.selected .period-inner i { color: var(--accent); }
.period-options .option-card.selected .period-name { color: var(--accent); }
.period-inner:hover { border-color: var(--accent); }

/* OPTION CARDS (OS, Region, Purpose) */
.step-options { display: flex; flex-wrap: wrap; gap: 5px; }
.option-card { position: relative; cursor: pointer; }
.option-card input[type="radio"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.option-label {
  display: flex; align-items: center; gap: 4px;
  padding: 5px 10px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 11px; font-weight: 500;
  background: var(--surface);
  transition: all .2s; cursor: pointer; white-space: nowrap;
}
.option-card.selected .option-label {
  border-color: var(--accent);
  background: var(--accent-lt);
  color: var(--accent);
}
.option-label:hover { border-color: var(--accent); }

/* PKG SCROLL */
.pkg-loading {
  text-align: center; padding: 14px;
  color: var(--text-muted); font-size: 11px;
}
.pkg-scroll-wrap {
  display: flex; flex-direction: row; gap: 7px;
  overflow-x: auto; padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--border);
}
.pkg-scroll-wrap::-webkit-scrollbar { height: 3px; }
.pkg-scroll-wrap::-webkit-scrollbar-track { background: var(--border); border-radius: 10px; }
.pkg-scroll-wrap::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }
.pkg-option {
  flex: 0 0 148px; min-width: 148px; max-width: 148px;
  scroll-snap-align: start; display: block; cursor: pointer;
  position: relative;
}
.pkg-option input[type="radio"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.pkg-option-inner {
  display: flex; flex-direction: column;
  gap: 5px; padding: 9px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface); height: 100%; transition: all .2s;
}
.pkg-option.selected .pkg-option-inner {
  border-color: var(--accent); background: var(--accent-lt);
}
.pkg-option.pkg-disabled { opacity: .5; cursor: not-allowed; }
.pkg-option.pkg-disabled .pkg-option-inner { background: var(--bg); }
.pkg-option-info { display: flex; flex-direction: column; gap: 2px; }
.pkg-option-info strong {
  font-size: 11px; font-weight: 700; color: var(--text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pkg-specs {
  font-size: 9px; color: var(--text-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pkg-stock-badge {
  display: inline-flex; align-items: center;
  gap: 2px; font-size: 9px; font-weight: 600;
}
.pkg-stock-badge.slot-ok    { color: #059669; }
.pkg-stock-badge.slot-warn  { color: #d97706; }
.pkg-stock-badge.slot-empty { color: #dc2626; }
.pkg-option-price {
  display: flex; flex-direction: column;
  gap: 1px; margin-top: auto; padding-top: 5px;
  border-top: 1px solid var(--border);
}
.pkg-price-val {
  font-family: var(--font-head); font-size: 11px;
  font-weight: 700; color: var(--accent); white-space: nowrap;
}
.pkg-price-val.na {
  font-size: 9px; font-weight: 400; color: var(--text-muted);
}
.pkg-price-suffix { font-size: 9px; color: var(--text-muted); }

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 960px) {
  .order-builder { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .footer-inner  { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .footer-brand  { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --nav-h: 50px; }

  .nav-links   { display: none; }
  .nav-actions { display: none; }
  .nav-toggle  { display: block; }

  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: var(--surface); padding: 14px 16px 10px;
    border-bottom: 1px solid var(--border);
    gap: 12px; z-index: 99; box-shadow: var(--shadow-md);
  }
  .nav-links.open ~ .nav-actions {
    display: flex; flex-direction: row; gap: 7px;
    position: fixed; top: calc(var(--nav-h) + 174px);
    left: 0; right: 0;
    background: var(--surface); padding: 9px 16px 12px;
    z-index: 99; border-bottom: 1px solid var(--border);
  }
  .nav-links.open ~ .nav-actions .btn { flex: 1; justify-content: center; }

  .hero-cta      { flex-direction: column; }
  .stat-divider  { display: none; }
  .hero-stats    { gap: 12px; }

  .cta-inner     { flex-direction: column; text-align: center; }
  .cta-buttons   { justify-content: center; }

  .footer-inner  { grid-template-columns: 1fr; gap: 20px; }
  .footer-links  { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

  .story-order      { max-width: 100%; }
  .story-step-head  { padding: 8px 10px; }
  .story-body       { padding: 0 10px 10px; }
  .btn-next         { width: 100%; justify-content: center; }

  .period-options { gap: 6px; }
  .period-inner   { padding: 7px 4px; }
  .period-name    { font-size: 10px; }
  .pkg-option     { flex: 0 0 138px; min-width: 138px; max-width: 138px; }
}

@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 5px; }
  .footer-bottom-links { justify-content: center; }
}

@media (max-width: 420px) {
  .price-card    { flex: 0 0 165px; width: 165px; }
  .skeleton-card { flex: 0 0 165px; width: 165px; }
  .pkg-option    { flex: 0 0 128px; min-width: 128px; max-width: 128px; }
  .footer-links  { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ── SERVICE TYPE CARDS (Step 1) ── */
.service-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.service-card {
  cursor: pointer;
}

.service-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.service-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  transition: all .2s;
  cursor: pointer;
}

.service-inner:hover {
  border-color: var(--accent);
}

.service-card input[type="radio"]:checked + .service-inner,
.service-card.selected .service-inner,
.service-card:has(input:checked) .service-inner {
  border-color: var(--accent) !important;
  background: var(--accent-lt) !important;
}

.service-card input[type="radio"]:checked + .service-inner .service-name,
.service-card.selected .service-inner .service-name,
.service-card:has(input:checked) .service-inner .service-name {
  color: var(--accent) !important;
}

.service-icon-wrap {
  width: 32px;
  height: 32px;
  background: var(--accent-lt);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-card input[type="radio"]:checked + .service-inner .service-icon-wrap,
.service-card.selected .service-inner .service-icon-wrap {
  background: var(--accent);
}

.service-icon-wrap i {
  font-size: .85rem;
  color: var(--accent);
}

.service-card input[type="radio"]:checked + .service-inner .service-icon-wrap i,
.service-card.selected .service-inner .service-icon-wrap i {
  color: #fff;
}

.service-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.service-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: .3px;
}

.service-card input[type="radio"]:checked + .service-inner .service-name,
.service-card.selected .service-inner .service-name {
  color: var(--accent);
}

.service-desc {
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.4;
}

@media (max-width: 480px) {
  .service-options {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.time-ago {
  color: var(--accent);
  font-weight: 600;
}


/* =========================================
   SITE BANNER MODAL
   ========================================= */
.banner-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.banner-overlay.visible {
  display: flex;
}

body.banner-open {
  overflow: hidden;
}

.banner-box {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  animation: bannerIn .3s cubic-bezier(.34, 1.56, .64, 1) both;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}

@keyframes bannerIn {
  from { opacity: 0; transform: scale(.92) translateY(16px); }
  to   { opacity: 1; transform: scale(1)   translateY(0);    }
}

/* Close */
.banner-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(220, 38, 38, .9);
  border: 2px solid rgba(239, 68, 68, .9);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, transform .15s;
  flex-shrink: 0;
}
.banner-close:hover {
  background: rgba(185, 28, 28, 1);
  transform: scale(1.1);
}

/* Header / Judul */
.banner-header {
  display: none;
  padding: 18px 52px 0 20px;
}
.banner-header.visible {
  display: block;
}
.banner-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

/* Text body */
.banner-text {
  display: none;
  padding: 14px 20px 4px;
  overflow-y: auto;
  flex: 1;
}
.banner-text.visible {
  display: block;
}
.banner-message {
  font-size: 13px;
  line-height: 1.85;
  color: #374151;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Image body */
.banner-img-wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
}
.banner-img-wrap.visible {
  display: block;
}
.banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* CTA */
.banner-cta {
  display: none;
  padding: 14px 20px 20px;
  flex-shrink: 0;
}
.banner-cta.visible {
  display: flex;
  justify-content: flex-start;
}

/* Mobile */
@media (max-width: 480px) {
  .banner-overlay { padding: 12px; }
  .banner-box { border-radius: 14px; max-height: 92vh; }
  .banner-header { padding: 16px 48px 0 16px; }
  .banner-title  { font-size: 14px; }
  .banner-text   { padding: 12px 16px 4px; }
  .banner-message { font-size: 12.5px; line-height: 1.8; }
  .banner-cta    { padding: 12px 16px 16px; }
}


/* ═══ PRICE CARD BUY BUTTONS ═══ */
.price-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid var(--accent, #6366f1);
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.08);
  color: var(--accent, #6366f1);
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.01em;
}

.btn-buy:hover {
  background: var(--accent, #6366f1);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.btn-buy:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

.btn-buy i {
  font-size: 0.9rem;
}

.btn-buy.btn-disabled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  pointer-events: none;
}

.price-sold-out-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #ef4444;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .price-actions {
    gap: 6px;
    margin-top: 12px;
    padding-top: 10px;
  }
  
  .btn-buy {
    padding: 10px 14px;
    font-size: 0.8rem;
    border-radius: 8px;
  }
}

/* ═══ PRICELIST FLOW STYLES ═══ */
.story-body-mini {
  padding: 12px 0;
}

.selected-pkg-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(99, 102, 241, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.15);
}

.pkg-summary-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #cbd5e1;
}

.pkg-summary-item i {
  color: var(--accent, #6366f1);
  font-size: 0.9rem;
  width: 16px;
  text-align: center;
}

.pkg-summary-item strong {
  color: #f1f5f9;
}

.step-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  background: rgba(250, 204, 21, 0.08);
  border: 1px solid rgba(250, 204, 21, 0.2);
  border-radius: 8px;
  font-size: 0.82rem;
  color: #facc15;
}

.step-hint i {
  font-size: 0.9rem;
}

.os-card {
  /* Untuk filter display */
  transition: all 0.25s ease;
}

@media (max-width: 640px) {
  .selected-pkg-summary {
    flex-direction: column;
    gap: 8px;
  }
}

.spec-desc{
    margin:8px 0;
    padding:8px 10px;
    border-radius:10px;
    background:rgba(59,130,246,.08);
    border:1px solid rgba(59,130,246,.2);
    color:#cbd5e1;
    font-size:11px;
    line-height:1.5;
}



.package-desc{
    margin:8px 0;
    padding:8px 10px;
    border-radius:10px;
    background:rgba(59,130,246,.08);
    border:1px solid rgba(59,130,246,.2);
    color:#cbd5e1;
    font-size:11px;
    line-height:1.5;
}
.package-desc i    { width: 12px; text-align: center; color: var(--accent); font-size: 10px; flex-shrink: 0; }

.panel-rules{
  margin-top:14px;
  padding:12px;
  border-radius:12px;
  background:rgba(255,255,255,.03);
}

.panel-rules ul{
  margin:8px 0 0;
  padding-left:18px;
  font-size:12px;
  opacity:.9;
}

.btn-buy-big{
  width:100%;
  font-size:15px;
  font-weight:700;
  padding:14px;
}

.price-main-value{
  font-size:28px;
  font-weight:800;
}

.stok-badge{
  margin-top:8px;
}