/* ===== GMV MAX — gaya demo (Siri 04) ===== */
#d-harga, #d-beg, #d-auto, #d-aff, #d-camp { font-size: 14px; }

.gm-row label, .gm-cut label {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 12.5px; color: rgba(245,245,245,.7); margin-bottom: 6px;
}
.gm-row label b, .gm-cut label b { color: var(--gold-bright); font-family: var(--font-mono); font-size: 13px; }
.gm-row input[type=range], .gm-cut input[type=range] {
  width: 100%; accent-color: var(--gold); background: transparent; cursor: pointer;
}
.gm-cut { margin-top: 10px; }
.gm-cuts { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); }

.gm-mult { display: flex; gap: 8px; margin: 14px 0; flex-wrap: wrap; }
.gm-mult button {
  flex: 1; min-width: 96px; background: rgba(255,255,255,.04); color: rgba(245,245,245,.72);
  border: 1px solid rgba(255,255,255,.12); border-radius: 11px; padding: 9px 10px;
  font: inherit; font-weight: 700; cursor: pointer; transition: .18s; line-height: 1.25;
}
.gm-mult button span { display: block; font-size: 10.5px; font-weight: 400; opacity: .7; margin-top: 2px; }
.gm-mult button:hover { border-color: rgba(255,77,0,.45); }
.gm-mult button.on { background: var(--gold); border-color: var(--gold); color: #0b0b0d; }

.gm-price {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 13px 15px; border-radius: 12px; background: rgba(255,77,0,.08);
  border: 1px solid rgba(255,77,0,.28);
}
.gm-price span { font-size: 12px; color: rgba(245,245,245,.7); }
.gm-price b { font-family: var(--font-display); font-size: 24px; color: var(--gold-bright); }

.gm-left { margin-top: 14px; padding: 14px 15px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.gm-line { display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(245,245,245,.6); padding: 3px 0; }
.gm-line b { font-family: var(--font-mono); color: rgba(245,245,245,.8); }
.gm-final {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  margin-top: 10px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.12);
}
.gm-final span { font-size: 12px; color: rgba(245,245,245,.7); }
.gm-final b { font-family: var(--font-display); font-size: 26px; margin-left: auto; }
.gm-final i { font-style: normal; font-size: 11.5px; color: rgba(245,245,245,.45); width: 100%; text-align: right; }
.gm-left.good .gm-final b { color: #4ade80; }
.gm-left.thin .gm-final b { color: var(--gold-bright); }
.gm-left.bad  .gm-final b { color: #ef5f4a; }
.gm-warn, .gm-ok { font-size: 12.5px; line-height: 1.55; margin: 10px 0 0; }
.gm-warn { color: #ef8f7a; }
.gm-ok { color: #86d6a0; }
.gm-note { font-size: 11.5px; color: rgba(245,245,245,.45); line-height: 1.6; margin: 12px 0 0; }

.gm-toggle { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.gm-toggle button {
  flex: 1; min-width: 140px; background: rgba(255,255,255,.04); color: rgba(245,245,245,.72);
  border: 1px solid rgba(255,255,255,.12); border-radius: 11px; padding: 10px;
  font: inherit; font-weight: 600; cursor: pointer; transition: .18s;
}
.gm-toggle button.on { background: var(--gold); border-color: var(--gold); color: #0b0b0d; }

.gm-phone { display: flex; justify-content: center; }
.gm-screen {
  width: 168px; border-radius: 18px; border: 1px solid rgba(255,255,255,.14);
  background: #0c0c0e; padding: 9px; box-shadow: 0 14px 34px rgba(0,0,0,.5);
}
.gm-vid {
  position: relative; height: 190px; border-radius: 11px;
  background: linear-gradient(160deg, #23232a, #131317);
  display: flex; align-items: center; justify-content: center;
}
.gm-vid > span:first-child { font-size: 11px; color: rgba(245,245,245,.32); }
.gm-bag {
  position: absolute; left: 9px; bottom: 9px; background: var(--gold); color: #0b0b0d;
  font-size: 10.5px; font-weight: 800; padding: 5px 9px; border-radius: 8px;
  animation: gmBag .5s var(--ease-out);
}
@keyframes gmBag { from { opacity: 0; transform: translateY(8px) scale(.9); } }

.gm-status { margin-top: 14px; padding: 13px 15px; border-radius: 12px; border: 1px solid; }
.gm-status b { display: block; font-size: 13.5px; margin-bottom: 4px; }
.gm-status span { font-size: 12.5px; line-height: 1.6; color: rgba(245,245,245,.68); }
.gm-status.good { border-color: rgba(74,222,128,.3); background: rgba(74,222,128,.07); }
.gm-status.good b { color: #86d6a0; }
.gm-status.thin { border-color: rgba(255,77,0,.3); background: rgba(255,77,0,.07); }
.gm-status.thin b { color: var(--gold-bright); }
.gm-status.bad { border-color: rgba(239,95,74,.32); background: rgba(239,95,74,.07); }
.gm-status.bad b { color: #ef8f7a; }

.gm-day { display: flex; gap: 6px; align-items: flex-end; height: 118px; }
.gm-slot { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.gm-bar {
  width: 100%; border-radius: 5px 5px 0 0; background: rgba(255,255,255,.1);
  transition: height .45s var(--ease-out), background .3s;
}
.gm-slot.on .gm-bar { background: linear-gradient(180deg, var(--gold), rgba(255,77,0,.35)); }
.gm-h { font-size: 9.5px; color: rgba(245,245,245,.4); margin-top: 6px; white-space: nowrap; }

.gm-dots { display: flex; flex-wrap: wrap; gap: 5px; min-height: 58px; align-content: flex-start; }
.gm-dots i {
  width: 13px; height: 13px; border-radius: 4px; background: var(--gold);
  animation: gmPop .34s var(--ease-out) both;
}
@keyframes gmPop { from { opacity: 0; transform: scale(.3); } }

.gm-qrow { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.gm-qrow:last-child { border-bottom: 0; }
.gm-qrow p { font-size: 13px; margin: 0 0 8px; color: rgba(245,245,245,.82); }
.gm-qrow div { display: flex; gap: 8px; flex-wrap: wrap; }
.gm-qrow button {
  background: rgba(255,255,255,.04); color: rgba(245,245,245,.72); border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px; padding: 7px 13px; font: inherit; font-size: 12.5px; cursor: pointer; transition: .18s;
}
.gm-qrow button:hover { border-color: rgba(255,77,0,.45); }
.gm-qrow button.on { background: var(--gold); border-color: var(--gold); color: #0b0b0d; font-weight: 700; }
.gm-result { margin-top: 14px; padding: 14px 15px; border-radius: 12px; border: 1px dashed rgba(255,255,255,.14); }
.gm-result.on { border-style: solid; border-color: rgba(255,77,0,.35); background: rgba(255,77,0,.07); }
.gm-result b { display: block; font-family: var(--font-display); font-size: 19px; color: var(--gold-bright); margin: 3px 0 5px; }
.gm-result span { font-size: 12.5px; line-height: 1.6; color: rgba(245,245,245,.7); display: block; }
.gm-tagline { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,245,245,.45) !important; }
.gm-muted { color: rgba(245,245,245,.42) !important; font-size: 12.5px; }

@media (prefers-reduced-motion: reduce) {
  .gm-bar, .gm-bag, .gm-dots i { transition: none !important; animation: none !important; }
}
@media (max-width: 560px) {
  .gm-mult button, .gm-toggle button { min-width: 100%; }
  .gm-h { font-size: 8.5px; }
}

/* ===== Bahagian 2–5 ===== */
.gm-split { display: flex; align-items: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.gm-box { flex: 1; min-width: 130px; padding: 14px 16px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); }
.gm-box.on { border-color: rgba(255,77,0,.4); background: rgba(255,77,0,.08); }
.gm-box span { display: block; font-size: 11px; color: rgba(245,245,245,.5); }
.gm-box b { display: block; font-family: var(--font-display); font-size: 24px; margin: 3px 0 1px; }
.gm-box.on b { color: var(--gold-bright); }
.gm-box i { font-style: normal; font-size: 11px; color: rgba(245,245,245,.45); }
.gm-arrow { color: var(--gold-bright); font-size: 22px; flex: none; }

.gm-sub { font-size: 13px; color: rgba(245,245,245,.6); margin: 14px 0 6px; }
.gm-list { margin: 0 0 0 4px; padding: 0; list-style: none; }
.gm-list li { font-size: 13.5px; line-height: 1.65; color: rgba(245,245,245,.78); padding-left: 20px; position: relative; margin-bottom: 5px; }
.gm-list li::before { content: '·'; position: absolute; left: 6px; color: rgba(245,245,245,.4); }
.gm-list.act li::before { content: '✓'; color: var(--gold-bright); font-size: 11px; left: 2px; top: 1px; }

.gm-funnel { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.gm-funnel button { flex: 1; min-width: 108px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03); border-radius: 12px; padding: 12px 10px; cursor: pointer;
  font: inherit; color: rgba(245,245,245,.7); transition: .18s; }
.gm-funnel button.on { border-color: var(--fc); background: color-mix(in srgb, var(--fc) 18%, transparent); color: #fff; }
.gf-k { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; color: var(--fc); }
.gf-t { display: block; font-weight: 700; font-size: 14px; margin-top: 3px; }

.gm-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gm-grid2 > div { padding: 12px 14px; border-radius: 11px; background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.09); }
.gm-grid2 .gm-wide { grid-column: 1 / -1; }
.gm-grid2 span { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; color: rgba(245,245,245,.45); }
.gm-grid2 b { display: block; font-size: 13.5px; font-weight: 600; margin-top: 4px; line-height: 1.5; }
.gm-yes { color: #86d6a0 !important; }

.gm-flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.gm-fstep { background: rgba(255,77,0,.12); border: 1px solid rgba(255,77,0,.35); color: var(--gold-bright);
  border-radius: 99px; padding: 7px 14px; font-size: 12.5px; font-weight: 700; }
.gm-fsep { color: rgba(245,245,245,.35); }

.gm-slots { display: grid; gap: 8px; margin-top: 14px; }
.gm-slot-row { display: flex; gap: 12px; padding: 12px 14px; border-radius: 11px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); border-left: 3px solid var(--sc); }
.gm-slot-no { font-family: var(--font-mono); font-size: 12px; color: rgba(245,245,245,.4); flex: none; padding-top: 2px; }
.gm-slot-row b { display: block; font-size: 13px; }
.gm-slot-row i { font-style: normal; display: block; font-size: 10.5px; color: rgba(245,245,245,.42); margin-top: 1px; }
.gm-slot-row p { margin: 6px 0 0; font-size: 13px; line-height: 1.55; color: rgba(245,245,245,.8); }

@media (max-width: 560px) { .gm-grid2 { grid-template-columns: 1fr; } .gm-funnel button { min-width: 100%; } }

/* ===== Bahagian 6–7 (Semua Boleh Famous) ===== */
.gm-mark { font-size: 11.5px; align-self: center; margin-left: 4px; }
.gm-mark.ok { color: #86d6a0; }
.gm-mark.no { color: #ef8f7a; }
.gm-qrow button.on.ok { background: #3f9b52; border-color: #3f9b52; color: #fff; }
.gm-qrow button.on.no { background: #b0402c; border-color: #b0402c; color: #fff; }
.gm-fields { display: grid; gap: 12px; }
.gm-fields label { display: block; font-size: 13px; color: rgba(245,245,245,.75); }
.gm-fields input {
  width: 100%; margin-top: 6px; padding: 10px 12px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04);
  color: var(--cream); font: inherit; font-size: 13.5px; outline: none;
}
.gm-fields input:focus { border-color: var(--gold); background: rgba(255,255,255,.06); }
.gm-fields input::placeholder { color: rgba(245,245,245,.28); }
.gm-flow .gm-fstep { white-space: normal; line-height: 1.5; text-align: left; }
.gm-idea { border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.03);
  border-radius:11px; padding:11px 14px; }
.gm-idea summary { cursor:pointer; font-weight:600; font-size:13.5px; display:flex; gap:10px; align-items:baseline; }
.gm-idea summary::-webkit-details-marker { display:none; }
.gm-idea[open] summary { color:var(--gold-bright); margin-bottom:8px; }
.gm-idea p { font-size:12.5px; line-height:1.6; color:rgba(245,245,245,.72); margin:6px 0 0; }
.gm-idea p b { color:rgba(245,245,245,.9); }
.gm-kump { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold-bright) !important; margin: 0 0 6px !important; }
