/* Pricing block and /akses checkout. Loaded after site.css. */

/* ---------- pricing ---------- */
.price-card {
  display: grid; gap: clamp(28px, 4vw, 56px); align-items: center;
  padding: clamp(28px, 4vw, 56px); border-radius: 24px;
  background: radial-gradient(120% 140% at 85% 0%, rgba(50, 98, 165, .16), rgba(12, 24, 41, 0) 60%), var(--panel);
  border: 1px solid var(--line-strong);
}
@media (min-width: 900px) { .price-card { grid-template-columns: 1.25fr .75fr; } }
.price-copy h2 { margin-bottom: 14px; }
.price-copy .lead { max-width: 46ch; }
.price-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.price-list li { position: relative; padding-left: 26px; color: var(--fg); }
.price-list li::before {
  content: ""; position: absolute; left: 2px; top: .55em; width: 12px; height: 6px;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg);
}
.price-box { padding: clamp(22px, 3vw, 32px); border-radius: 18px; background: rgba(8, 17, 31, .6); border: 1px solid var(--line); }
.price-was { margin: 0; color: var(--dim2); font-size: 15px; }
.price-was s { text-decoration-thickness: 1px; }
.price-now { margin: 4px 0 0; display: flex; align-items: baseline; gap: 8px; color: #fff; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.price-now .num { font-size: clamp(2.8rem, 2rem + 3vw, 4rem); }
.price-cur { font-size: 1.1rem; font-weight: 700; color: var(--dim); letter-spacing: 0; }
.price-per { margin: 6px 0 22px; color: var(--dim); font-size: 14px; }
.price-cta { width: 100%; }
.price-pay { margin: 14px 0 0; font-size: 12.5px; color: var(--dim2); line-height: 1.5; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
#harga + * { margin-top: 0; }
#harga .shot-note { margin-top: 18px; }

/* ---------- checkout ---------- */
.hero-slim { padding-bottom: 0; }
.steps { list-style: none; display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 0; padding: 0; }
.steps li {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: 999px;
  border: 1px solid var(--line-strong); color: var(--dim2); font-size: 14px; font-weight: 600; transition: all .5s var(--ease);
}
.steps li span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; background: rgba(142,163,189,.12); color: var(--dim); }
.steps li.is-on { color: #fff; border-color: rgba(217,164,65,.6); }
.steps li.is-on span { background: var(--gold); color: var(--gold-ink); }
.steps li.is-done { color: var(--dim); }
.steps li.is-done span { background: rgba(47,191,143,.2); color: var(--green); }
.checkout { display: grid; gap: 16px; }
.order-sum { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 8px 24px; padding: 20px 24px; }
.order-sum .label { margin-bottom: 6px; }
.sum-price { margin: 0; font-size: 1.1rem; }
.sum-price s { color: var(--dim2); font-size: .9rem; margin-right: 6px; }
.sum-price strong { font-size: 1.5rem; letter-spacing: -0.02em; }
.sum-note { margin: 0; font-size: 13px; }
#order-form, .pay, .done { padding: clamp(22px, 3vw, 32px); }
.hint { margin: 8px 0 0; font-size: 13px; color: var(--dim2); line-height: 1.5; }
.consents { display: grid; gap: 14px; padding-top: 4px; }
.form-err { margin: 0; padding: 12px 14px; border-radius: 12px; background: rgba(255,107,87,.1); color: #ffb0a4; font-size: 14px; }
.demo-note { margin: 0 0 18px; padding: 10px 14px; border-radius: 12px; background: rgba(217,164,65,.12); color: var(--gold-soft); font-size: 13px; }
.pay-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; align-items: end; }
.pay-head .label { margin-bottom: 4px; }
.order-id { margin: 0; font-weight: 700; letter-spacing: .04em; color: #fff; }
.pay-amount { text-align: right; }
.amount { margin: 0; font-size: clamp(2rem, 1.6rem + 2vw, 2.8rem); font-weight: 800; color: var(--gold); letter-spacing: -0.03em; line-height: 1; }
.copy { margin-top: 8px; background: none; border: 1px solid var(--line-strong); color: var(--dim); border-radius: 999px; padding: 6px 12px; font: inherit; font-size: 12.5px; cursor: pointer; }
.copy:hover { color: #fff; border-color: rgba(142,163,189,.34); }
.pay-method { margin-top: 24px; }
.qris-box { width: min(320px, 100%); aspect-ratio: 1; border-radius: 18px; background: #fff; padding: 14px; margin-top: 6px; display: grid; place-items: center; }
.qris-box img { width: 100%; height: 100%; object-fit: contain; }
.qris-box.is-empty { background: var(--panel-2); border: 1px dashed var(--line-strong); }
.qris-box.is-empty img { display: none; }
.qris-box.is-empty::after { content: attr(data-empty); color: var(--dim2); font-size: 13px; text-align: center; padding: 20px; }
.bank { margin: 6px 0 0; display: grid; border-top: 1px solid var(--line); }
.bank div { display: grid; grid-template-columns: 140px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.bank dt { color: var(--dim2); font-size: 13px; }
.bank dd { margin: 0; color: #fff; font-weight: 600; }
.bank .copy { margin: 0 0 0 8px; }
.pay-switch { margin-top: 18px; }
.pay .hair { margin: 26px 0; }
.field input[type="file"] { width: 100%; color: var(--dim); font: inherit; font-size: 14px; }
.field input[type="file"]::file-selector-button {
  margin-right: 12px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line-strong);
  background: transparent; color: var(--fg); font: inherit; cursor: pointer;
}
.auto-wait { display: flex; gap: 10px; align-items: center; color: var(--dim); }
.pulse { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: ping 1.8s var(--ease) infinite; }
.done h2 { margin: 6px 0 12px; }
@media (max-width: 520px) {
  .pay-amount { text-align: left; }
  .bank div { grid-template-columns: 1fr; gap: 2px; }
}

/* Prioritas rows, real crops stacked as one card */
.prio-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--line-strong); background: #08111f;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7); }
.prio-head { display: flex; justify-content: space-between; margin: 0; padding: 14px 18px 10px; font-size: 11px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--dim2); border-bottom: 1px solid var(--line); }
.prio-card img { width: 100%; display: block; border-bottom: 1px solid var(--line); }
.prio-card img:last-child { border-bottom: 0; }

/* ---------- pricing poster: bento of real screens + a price card that ticks through its list ---------- */
.poster-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.poster-head h2 { font-size: clamp(2.6rem, 1.6rem + 4vw, 4.4rem); line-height: 1.02; margin: 14px 0 16px; }
.poster-head .eyebrow { margin: 0; }
.bento { display: grid; gap: 16px; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(0, auto); }
.tile { position: relative; display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; border-radius: 22px; grid-column: span 4; min-height: 300px; }
.tile.t-wide { grid-column: span 8; }
.tile.t-tall { grid-column: span 4; grid-row: span 2; }
.tile-media { position: relative; flex: 1; min-height: 170px; overflow: hidden; background: #08111f; }
.tile-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform 1.2s var(--ease); }
.tile:hover .tile-media > img { transform: scale(1.035); }
.tile-media::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(to bottom, rgba(12,24,41,0), var(--panel)); pointer-events: none; }
.tile-copy { position: relative; padding: 18px 22px 22px; }
.tile-k { margin: 0 0 6px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.tile h3 { font-size: 1.2rem; line-height: 1.25; margin: 0; }
.prio-mini { display: flex; flex-direction: column; justify-content: center; padding: 14px; gap: 0; }
.prio-mini img { position: static; width: 100%; height: auto; border-bottom: 1px solid var(--line); }
.prio-mini img:last-child { border-bottom: 0; }
.devices-mini { display: flex; align-items: flex-end; justify-content: center; gap: 4%; padding: 22px 22px 0; }
.devices-mini img { position: static; height: auto; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.5)); }
.devices-mini img:nth-child(1) { width: 52%; }
.devices-mini img:nth-child(2) { width: 22%; }
.devices-mini img:nth-child(3) { width: 12%; }
.devices-mini::after { display: none; }

.price-tile {
  grid-column: span 12; padding: clamp(26px, 4vw, 48px); display: grid; gap: clamp(24px, 4vw, 56px); align-items: center;
  border-radius: 22px; border: 1px solid rgba(217, 164, 65, .35);
  background: radial-gradient(120% 90% at 50% 0%, rgba(217, 164, 65, .10), rgba(12, 24, 41, 0) 55%), var(--panel);
  box-shadow: 0 40px 90px -40px rgba(217, 164, 65, .25);
}
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 28px; color: var(--fg); font-size: 15px; opacity: .35; transition: opacity .6s var(--ease); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .2em; width: 17px; height: 17px; border-radius: 50%;
  border: 1.5px solid var(--line-strong); transition: background-color .5s var(--ease), border-color .5s var(--ease);
}
.ticks li::after {
  content: ""; position: absolute; left: 5px; top: calc(.2em + 5px); width: 7px; height: 4px;
  border-left: 2px solid var(--gold-ink); border-bottom: 2px solid var(--gold-ink); transform: rotate(-45deg) scale(0);
  transition: transform .4s var(--ease);
}
.price-tile.in .ticks li { opacity: 1; }
.price-tile.in .ticks li::before { background: var(--gold); border-color: var(--gold); }
.price-tile.in .ticks li::after { transform: rotate(-45deg) scale(1); }
.price-tile .ticks li:nth-child(1), .price-tile .ticks li:nth-child(1)::before, .price-tile .ticks li:nth-child(1)::after { transition-delay: .15s; }
.price-tile .ticks li:nth-child(2), .price-tile .ticks li:nth-child(2)::before, .price-tile .ticks li:nth-child(2)::after { transition-delay: .3s; }
.price-tile .ticks li:nth-child(3), .price-tile .ticks li:nth-child(3)::before, .price-tile .ticks li:nth-child(3)::after { transition-delay: .45s; }
.price-tile .ticks li:nth-child(4), .price-tile .ticks li:nth-child(4)::before, .price-tile .ticks li:nth-child(4)::after { transition-delay: .6s; }
.price-tile .ticks li:nth-child(5), .price-tile .ticks li:nth-child(5)::before, .price-tile .ticks li:nth-child(5)::after { transition-delay: .75s; }
.price-tile .ticks li:nth-child(6), .price-tile .ticks li:nth-child(6)::before, .price-tile .ticks li:nth-child(6)::after { transition-delay: .9s; }
.price-tile .ticks li:nth-child(7), .price-tile .ticks li:nth-child(7)::before, .price-tile .ticks li:nth-child(7)::after { transition-delay: 1.05s; }
.price-tile .ticks li:nth-child(8), .price-tile .ticks li:nth-child(8)::before, .price-tile .ticks li:nth-child(8)::after { transition-delay: 1.2s; }
.price-left { display: flex; flex-direction: column; gap: 14px; }
.price-title { margin: 0 0 6px; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.2rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; color: #fff; }
.price-right { display: flex; flex-direction: column; gap: 16px; }
.price-stack { padding: 0; }
@media (min-width: 900px) {
  .price-tile { grid-template-columns: 1.4fr 1fr; }
  .ticks { grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .price-right { padding-left: clamp(24px, 4vw, 56px); border-left: 1px solid var(--line); }
}
.strike { position: relative; display: inline-block; color: var(--dim2); font-size: 16px; }
.strike::after { content: ""; position: absolute; left: -2px; right: -2px; top: 52%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease) 1.45s; }
.price-tile.in .strike::after { transform: scaleX(1); }
.price-tile .price-now { opacity: 0; transform: translateY(10px); transition: opacity .8s var(--ease) 1.9s, transform .8s var(--ease) 1.9s; }
.price-tile.in .price-now { opacity: 1; transform: none; }
.price-tile .price-per { margin-bottom: 0; }

@media (max-width: 1023px) {
  .tile, .tile.t-wide { grid-column: span 6; }
  .tile.t-tall { grid-column: span 6; grid-row: span 1; }
  .price-tile { grid-column: span 12; }
}
/* phones: the feature tiles become a swipeable row, the price card follows */
@media (max-width: 719px) {
  .bento { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-inline: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 8px; scrollbar-width: none; flex-wrap: nowrap; }
  .bento::-webkit-scrollbar { display: none; }
  .tile { flex: 0 0 82%; scroll-snap-align: center; min-height: 340px; }
  .price-tile { flex: 0 0 100%; scroll-snap-align: none; padding: 24px; }
  .bento .price-tile { display: none; }
  .price-tile.mobile-copy { display: flex; margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .ticks li, .ticks li::before, .ticks li::after, .strike::after, .price-tile .price-now { transition: none !important; }
  .price-tile .ticks li { opacity: 1; }
  .price-tile .strike::after { transform: scaleX(1); }
  .price-tile .price-now { opacity: 1; transform: none; }
}

/* poster header: title left, the price as the moment on the right */
.poster-head { max-width: 860px; margin-inline: auto; text-align: center; }
.poster-head h2 { font-size: clamp(2.6rem, 1.4rem + 4.6vw, 5.2rem); }
.poster-head .lead { max-width: 56ch; margin-inline: auto; }
/* the stage: a big terminal with the price card floating over it */
.poster-stage { position: relative; margin: clamp(28px, 4vw, 56px) auto 0; width: min(1240px, 100%); }
.poster-monitor { width: 78%; }
.poster-phone { position: absolute; left: 58%; bottom: 2%; width: 15%; }
.poster-price {
  grid-column: auto; grid-row: auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: min(380px, 34%); overflow: hidden; display: flex; flex-direction: column; gap: 6px;
  background: radial-gradient(120% 90% at 50% 0%, rgba(217, 164, 65, .12), rgba(12, 24, 41, 0) 55%), rgba(12, 24, 41, .86);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.poster-price.reveal { transform: translateY(calc(-50% + 18px)); }
.poster-price.reveal.in { transform: translateY(-50%); }
.poster-sub { margin: clamp(40px, 5vw, 72px) 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--dim2); }
@media (max-width: 899px) {
  .poster-monitor { width: 100%; }
  .poster-phone { display: none; }
  .poster-price, .poster-price.reveal, .poster-price.reveal.in { position: relative; top: auto; right: auto; transform: none; width: 100%; margin-top: 18px; }
}
.price-now.big .num { font-size: clamp(3.4rem, 2.2rem + 4vw, 5.4rem); }
.price-now.big { text-shadow: 0 0 60px rgba(217, 164, 65, .18); }
.poster-price .price-per { margin: 2px 0 18px; }
/* a slow light sweep across the price cards, like the wordmark sweep in the video */
.sheen { position: absolute; inset: -40% -60%; pointer-events: none; z-index: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 236, 200, .07) 50%, transparent 58%);
  transform: translateX(-70%); animation: sheen 7s var(--ease) 2.5s infinite; }
@keyframes sheen { 0% { transform: translateX(-70%); } 35%, 100% { transform: translateX(70%); } }
.price-tile > *:not(.sheen) { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .sheen { animation: none; display: none; } }

/* Apple-style buy bar: appears after the hero, steps away at the price poster and the footer */
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; transform: translateY(110%); transition: transform .6s var(--ease);
  background: rgba(8, 17, 31, .82); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
.buybar.is-on { transform: none; }
.buybar-row { display: flex; align-items: center; gap: 16px; min-height: 62px; }
.buybar-name { margin: 0; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.buybar-tag { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.buybar-price { margin: 0 0 0 auto; white-space: nowrap; color: var(--dim); font-size: 14px; }
.buybar-price s { color: var(--dim2); margin-right: 4px; }
.buybar-price strong { color: #fff; font-size: 16px; }
.buybar-cta { min-height: 40px; padding: 0 18px; font-size: 14px; }
@media (max-width: 600px) { .buybar-name { display: none; } .buybar-price { margin-left: 0; font-size: 13px; } .buybar-cta { margin-left: auto; } }
.poster-price { text-align: left; padding: clamp(24px, 2.6vw, 34px); }
.poster-price .price-now.big .num { font-size: clamp(2.8rem, 1.6rem + 2.6vw, 4.2rem); }
.poster-price .price-cta { width: 100%; }

/* ---------- auth pages ---------- */
.auth { padding-top: clamp(3rem, 2rem + 4vw, 6rem); }
.auth-wrap { width: min(460px, 100% - 2 * var(--gutter)); margin-inline: auto; display: grid; gap: 16px; }
.auth-wrap.auth-wide { width: min(680px, 100% - 2 * var(--gutter)); }
.auth-head { margin-bottom: 8px; }
.auth-title { font-size: clamp(2.4rem, 1.8rem + 2.4vw, 3.4rem); margin: 6px 0 10px; }
.auth-card { padding: clamp(22px, 3vw, 30px); }
.auth-card .label { margin-bottom: 14px; }
.auth-done h2 { font-size: var(--step-2); margin: 4px 0 10px; }
.auth-done .btn { margin-top: 16px; }
.auth-alt { text-align: center; color: var(--dim); font-size: 14px; margin: 4px 0 0; }
.auth-msg { margin: 0; padding: 12px 14px; border-radius: 12px; background: rgba(217,164,65,.12); color: var(--gold-soft); font-size: 14px; }
.auth-msg.is-ok, .form-err.is-ok { background: rgba(47,191,143,.12); color: #9fe6cc; }
.label-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.label-row label { margin: 0; }
.link-quiet { font-size: 13px; color: var(--dim); border-bottom: 1px solid var(--line-strong); }
.link-quiet:hover { color: #fff; }
.pw { position: relative; }
.pw input { padding-right: 104px !important; }
.pw-eye { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: var(--dim); font: inherit; font-size: 13px; font-weight: 600; padding: 8px 10px; cursor: pointer; border-radius: 8px; }
.pw-eye:hover { color: #fff; }
.field input[type="password"] { width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--panel); color: var(--fg); font: inherit; font-size: 16px; }
.field input[type="password"]:focus { border-color: rgba(217,164,65,.7); outline: none; }
.field input:disabled { opacity: .5; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
