@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --text: #10213f;
  --muted: #667085;
  --line: #e7ecf4;
  --soft: #f5f8ff;
  --white: #ffffff;
  --shadow: 0 25px 70px rgba(37, 99, 235, .16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: auto; }

.navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231,236,244,.8);
}
.nav-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 600; }
.brand strong { color: var(--primary); }
.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.brand-title {
  white-space: nowrap;
}

.brand-text small {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  opacity: 0.7;
}

.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links a:not(.nav-button):hover { color: var(--primary); }
.nav-button { background: var(--primary); color: white; padding: 11px 18px; border-radius: 10px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 26px; }

.hero { padding: 90px 0 100px; overflow: hidden; background: linear-gradient(180deg, #f7faff 0%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-block; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 15px; }
.hero h1 { font-size: clamp(42px, 5.5vw, 68px); line-height: 1.05; letter-spacing: -.045em; margin-bottom: 24px; }
.hero h1 span { color: var(--primary); }
.hero-text { max-width: 610px; color: var(--muted); font-size: 18px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 11px; font-weight: 700; font-size: 14px; transition: .2s; }
.button.primary { background: var(--primary); color: white; box-shadow: 0 10px 24px rgba(37,99,235,.2); }
.button.primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.button.secondary { background: white; border: 1px solid var(--line); }
.button.secondary:hover { border-color: var(--primary); color: var(--primary); }
.hero-note { display: flex; gap: 18px; margin-top: 22px; color: #64748b; font-size: 12px; font-weight: 600; }

.hero-visual { display: flex; justify-content: center; }
.app-card {
  width: min(390px, 100%); padding: 22px; border-radius: 28px;
  background: white; box-shadow: var(--shadow); border: 1px solid var(--line);
  transform: rotate(1deg);
}
.app-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.app-card-top small { display: block; color: var(--muted); font-size: 11px; }
.app-card-top strong { display: block; font-size: 17px; }
.dashboard-preview { border-radius: 20px; background: var(--soft); padding: 20px; }
.preview-title { font-size: 18px; font-weight: 800; margin-bottom: 15px; }
.preview-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.preview-stats div { background: white; border-radius: 12px; padding: 12px 7px; text-align: center; }
.preview-stats strong { display: block; font-size: 20px; }
.preview-stats small { color: var(--muted); font-size: 9px; }
.preview-menu { display: flex; justify-content: space-around; padding: 18px 0; color: var(--primary); font-size: 22px; }
.qr-preview { width: 130px; height: 130px; margin: 5px auto 12px; display: grid; place-items: center; border-radius: 15px; background: white; font-size: 88px; }
.dashboard-preview p { text-align: center; color: var(--muted); font-size: 11px; }

.section { padding: 100px 0; border-top: 1px solid rgba(0, 0, 0, 0.08);}
.soft { background: var(--soft); }
.section-heading { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .split h2, .download-box h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 15px; }
.section-heading p, .lead { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .2s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(16,33,63,.08); }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: #eef4ff; color: var(--primary); font-size: 22px; margin-bottom: 20px; }
.feature-card h3 { margin-bottom: 8px; font-size: 18px; }
.feature-card p { color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.lead { margin-bottom: 25px; }
.check-list { list-style: none; display: grid; gap: 12px; color: #475569; font-size: 14px; }
.check-list span { color: var(--primary); font-weight: 800; margin-right: 8px; }
.screenshot-placeholder { min-height: 440px; display: grid; place-items: center; }
.placeholder-screen { width: 280px; height: 420px; border: 8px solid #18243b; border-radius: 30px; background: white; box-shadow: var(--shadow); display: grid; place-content: center; text-align: center; padding: 25px; }
.placeholder-screen span { font-weight: 800; font-size: 13px; }
.placeholder-screen small { margin-top: 10px; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.step { padding: 28px; border-top: 2px solid var(--primary); }
.step-number { color: var(--primary); font-size: 13px; font-weight: 800; margin-bottom: 30px; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14px; }

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.download-box {
  padding: 35px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.download-box h3 {
  font-size: 28px;
  margin: 8px 0 12px;
}

.download-content p {
  margin: 0;
  line-height: 1.7;
}

.download-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.download-actions small {
  font-size: 12px;
  opacity: 0.65;
}

@media (max-width: 700px) {

  .download-grid {
    grid-template-columns: 1fr;
  }

  .download-box {
    padding: 25px;
  }

}
footer { background: #f8fafc; border-top: 1px solid var(--line); }
.footer-inner { padding: 45px 0; display: flex; justify-content: space-between; gap: 30px; }
.footer-inner p { color: var(--muted); font-size: 13px; margin-top: 12px; }
.footer-links { display: flex; gap: 20px; font-size: 13px; color: #64748b; }
.footer-links a:hover { color: var(--primary); }
.copyright { border-top: 1px solid var(--line); padding: 20px 0; color: #94a3b8; font-size: 11px; }

@media (max-width: 800px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 15px 35px rgba(16,33,63,.1); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { padding-top: 60px; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 45px; }
  .hero-content { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .feature-grid, .steps { grid-template-columns: 1fr 1fr; }
  .download-box { flex-direction: column; text-align: center; padding: 40px 25px; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero h1 { font-size: 42px; }
  .hero-text { font-size: 16px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .section { padding: 75px 0; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

.phone-frame {
  width: 280px;
  background: #111827;
  padding: 7px;
  border-radius: 32px;
  box-shadow: 0 25px 60px rgba(16,33,63,.18);
  overflow: hidden;
}
.phone-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.hero-phone {
  width: min(335px, 100%);
  transform: rotate(1.5deg);
}
.screenshots {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}
.screenshots .offset {
  margin-top: 55px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: auto;
}
.showcase-card {
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 25px;
  align-items: center;
}
.showcase-image.phone-frame {
  width: 230px;
}
.showcase-copy span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}
.showcase-copy h3 {
  font-size: 22px;
  margin: 7px 0;
}
.showcase-copy p {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .showcase-grid { grid-template-columns: 1fr; max-width: 600px; }
}
@media (max-width: 800px) {
  .hero-phone { width: min(310px, 85vw); }
  .showcase-card { grid-template-columns: 190px 1fr; }
  .showcase-image.phone-frame { width: 190px; }
}
@media (max-width: 520px) {
  .screenshots { gap: 14px; }
  .screenshots .phone-frame { width: 47%; }
  .screenshots .offset { margin-top: 30px; }
  .showcase-card { grid-template-columns: 1fr; }
  .showcase-image.phone-frame { width: 230px; margin: auto; }
  .showcase-copy { text-align: center; }
}

.advantages-section { background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%); }
.advantages-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.advantage-card { position:relative; padding:30px; min-height:285px; border:1px solid var(--line); border-radius:20px; background:white; overflow:hidden; transition:.2s ease; }
.advantage-card:hover { transform:translateY(-4px); box-shadow:0 18px 45px rgba(16,33,63,.09); }
.advantage-card.featured { border-color:rgba(37,99,235,.25); box-shadow:0 15px 45px rgba(37,99,235,.08); }
.advantage-number { position:absolute; right:20px; top:16px; color:#dbe7ff; font-size:38px; font-weight:800; letter-spacing:-.05em; }
.advantage-icon { width:52px; height:52px; display:grid; place-items:center; margin-bottom:20px; border-radius:15px; background:#eef4ff; font-size:23px; }
.advantage-card h3 { font-size:18px; line-height:1.3; margin-bottom:10px; }
.advantage-card p { color:var(--muted); font-size:13px; line-height:1.75; }
.advantage-card strong { color:var(--text); }
@media (max-width:900px) { .advantages-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px) { .advantages-grid { grid-template-columns:1fr; } .advantage-card { min-height:auto; } }
/* ============================================================
   BAGIAN 08 — CARA MENGGUNAKAN
   ============================================================ */

.how-section {
  background: #f8fafc;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-card {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  min-height: 260px;
  transition: .2s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(16, 33, 63, .09);
}

.step-number {
  position: absolute;
  top: 15px;
  right: 20px;

  font-size: 36px;
  font-weight: 800;
  color: #dbe7ff;
}

.step-icon {
  width: 52px;
  height: 52px;

  display: grid;
  place-items: center;

  margin-bottom: 20px;

  border-radius: 15px;
  background: #eef4ff;

  font-size: 23px;
}

.step-card h3 {
  font-size: 18px;
  line-height: 1.3;

  margin-bottom: 10px;
}

.step-card p {
  color: var(--muted);

  font-size: 13px;
  line-height: 1.75;
}


/* ============================================================
   TIPS
   ============================================================ */

.how-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  margin-top: 35px;
  padding: 25px 28px;

  background: white;

  border: 1px solid var(--line);
  border-radius: 20px;
}

.how-note-icon {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  border-radius: 14px;
  background: #eef4ff;

  font-size: 22px;
}

.how-note h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.how-note p {
  margin: 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.7;
}


/* ============================================================
   RESPONSIVE TABLET
   ============================================================ */

@media (max-width: 1000px) {

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ============================================================
   RESPONSIVE HP
   ============================================================ */

@media (max-width: 520px) {

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .how-note {
    flex-direction: column;
  }

}
/* ============================================================
   BAGIAN 09 — DUKUNGAN & HUBUNGI KAMI
   ============================================================ */

.support-section {
  background: #ffffff;
}


/* =========================
   GRID SUPPORT
   ========================= */

.support-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;

  max-width: 1050px;

  margin: 0 auto;
}


/* =========================
   KARTU SUPPORT
   ========================= */

.support-card {
  padding: 30px;

  background: #ffffff;

  border: 1px solid var(--line);

  border-radius: 20px;

  text-align: center;

  transition: .2s ease;
}


.support-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 18px 45px rgba(16, 33, 63, .09);
}


/* =========================
   ICON
   ========================= */

.support-icon {
  width: 60px;
  height: 60px;

  display: grid;

  place-items: center;

  margin: 0 auto 20px;

  border-radius: 17px;

  background: #eef4ff;

  font-size: 26px;
}


/* =========================
   JUDUL
   ========================= */

.support-card h3 {
  margin-bottom: 10px;

  font-size: 19px;
}


/* =========================
   DESKRIPSI
   ========================= */

.support-card p {
  margin-bottom: 22px;

  color: var(--muted);

  font-size: 13px;

  line-height: 1.7;
}


/* =========================
   TOMBOL
   ========================= */

.support-button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 11px 18px;

  border-radius: 10px;

  background: var(--primary);

  color: white;

  font-size: 13px;

  font-weight: 700;

  text-decoration: none;

  transition: .2s ease;
}


.support-button:hover {
  transform: translateY(-2px);

  opacity: .9;
}


.support-button.secondary {
  background: #eef4ff;

  color: var(--primary);
}


/* =========================
   CATATAN SUPPORT
   ========================= */

.support-note {
  max-width: 850px;

  margin: 30px auto 0;

  padding: 22px 25px;

  border-radius: 16px;

  background: #f8fafc;

  border: 1px solid var(--line);
}


.support-note strong {
  display: block;

  margin-bottom: 7px;

  font-size: 14px;
}


.support-note p {
  margin: 0;

  color: var(--muted);

  font-size: 13px;

  line-height: 1.7;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 850px) {

  .support-grid {
    grid-template-columns: 1fr 1fr;
  }

}


/* =========================
   HP
   ========================= */

@media (max-width: 550px) {

  .support-grid {
    grid-template-columns: 1fr;
  }

}

/* ==================== EKOSISTEM SCAN CLASS ==================== */

.ecosystem-card {
display: grid;
grid-template-columns: 1.6fr 1fr;
gap: 40px;
padding: 40px;
border-radius: 24px;
background: var(--surface);
border: 1px solid rgba(0, 0, 0, 0.08);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.ecosystem-content h3 {
margin: 8px 0 15px;
font-size: 32px;
}

.ecosystem-lead {
font-size: 18px;
line-height: 1.7;
}

.ecosystem-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 22px;
margin-top: 30px;
}

.ecosystem-feature {
display: flex;
gap: 14px;
}

.ecosystem-feature > span {
font-size: 25px;
flex-shrink: 0;
}

.ecosystem-feature h4 {
margin-bottom: 5px;
}

.ecosystem-feature p {
font-size: 14px;
line-height: 1.6;
margin: 0;
}

.ecosystem-side {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
border-radius: 18px;
background: rgba(37, 99, 235, 0.05);
}

.ecosystem-badge {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 25px;
}

.ecosystem-badge span {
font-size: 35px;
margin-bottom: 8px;
}

.ecosystem-badge strong {
font-size: 18px;
}

.ecosystem-badge small {
margin-top: 3px;
opacity: 0.7;
}

.ecosystem-flow {
width: 100%;
text-align: center;
}

.flow-item {
display: flex;
flex-direction: column;
align-items: center;
padding: 12px;
}

.flow-item span {
font-size: 28px;
margin-bottom: 5px;
}

.flow-item strong {
font-size: 15px;
}

.flow-item small {
font-size: 12px;
opacity: 0.7;
}

.flow-arrow {
font-size: 22px;
opacity: 0.5;
}

.ecosystem-bottom {
margin-top: 25px;
padding: 22px 25px;
border-radius: 14px;
text-align: center;
background: rgba(37, 99, 235, 0.06);
}

.ecosystem-bottom strong {
display: block;
margin-bottom: 5px;
}

.ecosystem-bottom p {
margin: 0;
}

/* RESPONSIVE */

@media (max-width: 800px) {

.ecosystem-card {
grid-template-columns: 1fr;
padding: 25px;
}

.ecosystem-features {
grid-template-columns: 1fr;
}

.ecosystem-content h3 {
font-size: 28px;
}

}
