/* Landing page Design v2 (di atas v2.css) */
body { background: #fff; }
.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 760px; }
.lnav { position: sticky; top: 0; z-index: 10; background: rgba(255, 255, 255, .96); backdrop-filter: blur(6px); border-bottom: 2px solid var(--line); }
.lnav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 64px; }
.brand { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 20px; color: var(--green-d); text-decoration: none; white-space: nowrap; }
.brand img { width: 34px; height: 34px; }
.lnav .right { display: flex; align-items: center; gap: 10px; }
.lnav a.login { color: var(--ink2); font-weight: 900; text-decoration: none; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.lnav .b3 { width: auto; min-height: 42px; padding: 8px 14px; font-size: 13px; }

.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; padding: 42px 0 36px; }
.hero h1 { font-size: clamp(32px, 4.8vw, 50px); line-height: 1.1; margin: 14px 0; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero.purple h1 em { color: var(--purple); }
.hero .lead { font-size: 19px; color: var(--ink2); margin: 0 0 22px; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--line); border-radius: 12px; padding: 6px 12px; font-weight: 900; font-size: 14px; }
.cta { display: flex; flex-direction: column; gap: 12px; max-width: 380px; }
.cta small { color: var(--ink2); font-weight: 700; text-align: center; }

/* telefon demo */
.device { width: 280px; margin: 0 auto; background: #1d1d1d; border-radius: 42px; padding: 10px; box-shadow: 0 30px 60px rgba(0, 0, 0, .16); position: relative; }
.device .scr { background: #fff; border-radius: 33px; overflow: hidden; height: 540px; display: flex; flex-direction: column; }
.device .scr .top { display: flex; align-items: center; gap: 10px; padding: 26px 14px 8px; }
.device .pb { flex: 1; height: 12px; background: var(--line); border-radius: 99px; overflow: hidden; } .device .pb span { display: block; width: 55%; height: 100%; background: var(--green); border-radius: 99px; }
.device .body { padding: 10px 14px; flex: 1; }
.device .body b.q { display: block; font-size: 17px; font-weight: 900; margin-bottom: 10px; }
.device .sp { width: 52px; height: 46px; border-radius: 13px; background: var(--blue); box-shadow: 0 4px 0 var(--blue-d); display: grid; place-items: center; margin-bottom: 12px; }
.device .ops { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.device .op { border: 2px solid var(--line); border-bottom-width: 4px; border-radius: 13px; padding: 16px 0; text-align: center; font-weight: 900; font-size: 24px; }
.device .op.ok { border-color: #8FDCA8; background: var(--green-l); color: var(--green-d); }
.device .sheet { background: var(--green-l); padding: 12px 14px 16px; }
.device .sheet b { display: flex; align-items: center; gap: 8px; color: var(--green-d); font-size: 18px; margin-bottom: 10px; }
.device .sheet .bt { background: var(--green); color: #fff; border-radius: 12px; box-shadow: 0 4px 0 var(--green-d); text-align: center; padding: 11px; font-weight: 900; letter-spacing: .05em; font-size: 13px; }
.device .mascot { position: absolute; left: -54px; bottom: 30px; width: 120px; }
.device .ans { border: 2px solid #8FDCA8; background: var(--green-l); border-radius: 13px; padding: 12px; font-size: 24px; font-weight: 900; color: var(--green-d); margin: 6px 0 10px; }
.device .steps { border: 2px solid var(--line); border-radius: 13px; padding: 10px 12px; font-size: 13px; line-height: 1.6; }

.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 8px 0 20px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--line); border-radius: 14px; padding: 8px 12px; font-weight: 800; font-size: 14px; }

.sec { padding: 46px 0 10px; }
.sec h2 { font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 12px; }
.sec p.lead2 { color: var(--ink2); font-size: 18px; margin: 0 0 12px; }
.sec .center-h { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
.stepsx { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.stepx { border: 2px solid var(--line); border-bottom-width: 5px; border-radius: 20px; padding: 20px; }
.stepx .n { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--c, var(--green)); box-shadow: 0 4px 0 var(--cd, var(--green-d)); color: #fff; font-weight: 900; margin-bottom: 12px; }
.stepx h3 { font-size: 20px; margin-bottom: 6px; } .stepx p { margin: 0; color: var(--ink2); }
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.feat { border: 2px solid var(--line); border-bottom-width: 5px; border-radius: 20px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.feat h3 { font-size: 19px; } .feat p { margin: 0; color: var(--ink2); font-size: 16px; }
.stat-band { display: flex; gap: 16px; align-items: center; border: 2px solid var(--line); border-radius: 20px; padding: 18px 20px; margin-top: 12px; }
.stat-band b { font-size: 36px; color: var(--red); display: block; line-height: 1; }

.cmp { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 560px; }
.cmp-wrap { overflow-x: auto; border: 2px solid var(--line); border-radius: 20px; margin-top: 18px; }
.cmp th, .cmp td { padding: 13px 12px; text-align: center; border-bottom: 2px solid var(--soft); font-weight: 800; }
.cmp th { font-size: 14px; color: var(--ink2); }
.cmp td:first-child, .cmp th:first-child { text-align: left; }
.cmp .us { background: var(--green-l); color: var(--green-d); }
.cmp.purple .us { background: var(--purple-l); color: var(--purple-d); }
.cmp .ic { display: inline-block; vertical-align: middle; }
.yes { color: var(--green); } .no { color: var(--red); }

.offer { border: 2px solid var(--line); border-bottom-width: 6px; border-radius: 24px; padding: 24px; }
.offer .tagp { display: inline-block; background: var(--green-l); color: var(--green-d); border-radius: 10px; padding: 5px 12px; font-weight: 900; font-size: 13px; }
.offer.purple .tagp { background: var(--purple-l); color: var(--purple-d); }
.offer h2 { margin: 12px 0 8px; font-size: 28px; }
.ticks { list-style: none; padding: 0; margin: 12px 0; } .ticks li { display: flex; gap: 10px; margin: 10px 0; font-weight: 700; }
.ticks li .ic { color: var(--green); margin-top: 2px; } .offer.purple .ticks li .ic { color: var(--purple); }
.price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 16px 0 18px; }
.price { font-size: 48px; font-weight: 900; } .price-note { color: var(--ink2); font-weight: 700; }
.order { border-top: 2px dashed var(--line); padding-top: 18px; }
.order .field label { font-size: 15px; }
.order .b3 { margin-top: 16px; }
.order .muted { text-align: center; margin-top: 10px; }

.guar { display: flex; gap: 20px; align-items: center; border: 2px solid var(--line); border-radius: 20px; padding: 20px; }
.guar p { margin: 6px 0 0; color: var(--ink2); }
.faq details { border: 2px solid var(--line); border-bottom-width: 4px; border-radius: 16px; padding: 14px 18px; margin-bottom: 12px; }
.faq summary { font-weight: 900; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { color: var(--ink3); transition: transform .2s; } .faq details[open] summary .ic { transform: rotate(90deg); }
.faq details p { margin: 10px 0 0; color: var(--ink2); font-weight: 700; }
.final { text-align: center; padding: 50px 0 60px; }
.final .b3 { max-width: 380px; margin: 16px auto 8px; }
.lfoot { background: var(--soft); border-top: 2px solid var(--line); padding: 26px 0 40px; font-size: 14px; font-weight: 700; color: var(--ink2); }
.lfoot a { color: var(--ink); }
.src { color: var(--blue); font-size: 14px; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 26px; }
  .cta { max-width: none; }
  .device { width: 250px; } .device .scr { height: 480px; } .device .mascot { width: 80px; left: -56px; bottom: 90px; }
  .stepsx, .feats { grid-template-columns: 1fr; }
  .guar { flex-direction: column; text-align: center; }
}
@media (max-width: 420px) {
  .brand { font-size: 17px; } .brand img { width: 30px; height: 30px; }
  .lnav a.login { font-size: 12px; } .lnav .b3 { font-size: 12px; padding: 8px 10px; }
}
