/* /public/assets/css/zp-ui.css */

html, body { height: 100%; }
body { margin: 0; }

.zp-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.zp-main { flex: 1; }

/* NAV */
.zp-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.zp-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.zp-brand {
  font-weight: 800;
  letter-spacing: .5px;
  text-decoration: none;
  color: #111827;
}
.zp-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}
.zp-menu a {
  text-decoration: none;
  color: #374151;
  font-weight: 600;
  font-size: 14px;
}
.zp-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0d6efd;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

/* spacing karena nav fixed */
.zp-spacer { height: 72px; }

/* HERO (mirip SB UI Kit Pro) */
.zp-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 120px;
  background: linear-gradient(90deg, #0d6efd 0%, #5b3df5 55%, #6f42c1 100%);
}
.zp-hero::before {
  content:"";
  position:absolute;
  inset:-120px -120px auto -120px;
  height: 420px;
  background: radial-gradient(closest-side, rgba(255,255,255,.14), rgba(255,255,255,0));
  transform: rotate(-8deg);
}
.zp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}
.zp-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 46px;
  align-items: center;
}
@media (max-width: 992px) {
  .zp-hero-grid { grid-template-columns: 1fr; }
}

.zp-kicker {
  color: rgba(255,255,255,.75);
  font-weight: 700;
  letter-spacing: .12em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.zp-title {
  color: #fff;
  font-weight: 900;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.05;
  margin: 0 0 14px;
}
.zp-sub {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 22px;
}
.zp-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.zp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}
.zp-btn-light { background: #fff; color: #111827; }
.zp-btn-outline { border: 2px solid rgba(255,255,255,.85); color: #fff; }
.zp-note { color: rgba(255,255,255,.7); font-size: 12px; }

/* Phone mock */
.zp-phone {
  width: min(420px, 100%);
  aspect-ratio: 9/16;
  margin-left: auto;
  border-radius: 48px;
  position: relative;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 30px 90px rgba(0,0,0,.25);
}
.zp-phone::before {
  content:"";
  position:absolute;
  top: 18px;
  left: 50%;
  width: 40%;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
}
.zp-phone::after {
  content:"";
  position:absolute;
  inset: 18px;
  border-radius: 38px;
  background: rgba(0,0,0,.10);
}

/* Wave */
.zp-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%;
  height: 120px;
}
.zp-wave path { fill: #f5f7fb; }

/* FEATURES */
.zp-section {
  background: #f5f7fb;
  padding: 46px 0 26px;
}
.zp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  transform: translateY(-54px);
}
@media (max-width: 992px) {
  .zp-cards { grid-template-columns: 1fr; transform: translateY(-28px); }
}
.zp-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 40px rgba(17,24,39,.08);
  border: 1px solid rgba(17,24,39,.06);
}
.zp-card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 900; }
.zp-card p { margin: 0; color: #6b7280; line-height: 1.7; }

/* INDOPAY-LIKE */
.zp-bottom {
  padding: 26px 0 44px;
  background: #fff;
}
.zp-bottom-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: start;
}
@media (max-width: 992px) {
  .zp-bottom-grid { grid-template-columns: 1fr; }
}
.zp-company h4 { margin: 0 0 2px; font-weight: 900; }
.zp-company .muted { color: #6b7280; font-size: 13px; }
.zp-company .addr { margin-top: 14px; color: #4b5563; line-height: 1.65; }
.zp-company .actions { margin-top: 16px; display:flex; flex-wrap:wrap; gap:10px; }

.zp-pill {
  display:inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.zp-pill-primary { background:#0d6efd; color:#fff; }
.zp-pill-outline { border:2px solid rgba(13,110,253,.25); color:#0d6efd; }

.zp-keywords {
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: 0 10px 40px rgba(17,24,39,.06);
}
.zp-keywords-head {
  display:flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  flex-wrap: wrap;
}
.zp-keywords-head b { font-weight: 900; }
.zp-keywords small { color:#6b7280; }
.zp-keywords hr { border:0; border-top:1px solid rgba(17,24,39,.08); margin: 12px 0; }
.zp-keywords .text {
  color:#4b5563;
  line-height: 1.9;
  font-size: 13px;
}

/* FOOTER */
.zp-footer {
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 16px 0;
  background: #fff;
}
.zp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
  display:flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  color:#6b7280;
  font-size: 13px;
}

/* ===== ABOUT SPLIT (1:1 mirip Indopay) ===== */
.about-split{
  background:#fff;
  padding: 90px 0;
}

.about-icon{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0b5ed7;
  margin-bottom:18px;
}

.about-title{
  font-weight:800;
  letter-spacing:-.02em;
  font-size: clamp(28px, 3vw, 44px);
  margin: 0 0 12px;
  color:#0f172a;
}

.about-text{
  font-size: 1.05rem;
  line-height: 1.9;
  color:#334155;
  margin: 0 0 14px;
  max-width: 56ch;
}

/* tombol googleplay */
.btn-googleplay{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 14px 28px;
  border-radius: 999px;
  background:#0b5ed7;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow: 0 14px 30px rgba(11,94,215,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-googleplay:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(11,94,215,.28);
  color:#fff;
}
.btn-googleplay .gp-ic{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 6px;
  background: rgba(255,255,255,.18);
  font-size: 12px;
  line-height: 1;
}

/* gambar kanan */
.about-phone{
  max-width: 520px;
  filter: drop-shadow(0 30px 55px rgba(0,0,0,.18));
}

/* ===== ANIMASI REVEAL ===== */
[data-reveal]{
  opacity:0;
  transition: opacity .8s ease, transform .8s ease;
  will-change: transform, opacity;
}
[data-reveal="left"]{ transform: translate3d(-42px,0,0); }
[data-reveal="up"]{ transform: translate3d(0,48px,0); }

[data-reveal].is-visible{
  opacity:1;
  transform: translate3d(0,0,0);
}

@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity:1; transform:none; transition:none; }
}

