/* ============================================
   DESIGN TOKENS — tema biru muda modern (light blue)
   ============================================ */
:root {
  --paper: #EAF5FF;
  --paper-2: #DCEEFC;
  --ink: #0B2E4F;
  --ink-soft: #4A6B85;
  --seal: #1C7ED6;
  --seal-dark: #125A9C;
  --ledger: #0B4F8A;
  --ledger-light: #1670B8;
  --gold: #38BDF8;
  --line: #C7E2F7;
  --white: #FFFFFF;

  --font-display: 'Fraunces', serif;
  --font-body: 'Work Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  --radius: 6px;
  --shadow-doc: 0 2px 0 var(--line), 0 18px 40px -20px rgba(27,46,40,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1em; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--seal);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 18px; height: 2px; background: var(--seal); display: inline-block; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.btn-seal { background: var(--seal); color: var(--white); }
.btn-seal:hover { transform: translateY(-2px); box-shadow: 0 10px 20px -8px rgba(179,58,46,.5); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn-ledger { background: var(--ledger); color: var(--white); }
.btn-ledger:hover { transform: translateY(-2px); box-shadow: 0 10px 20px -8px rgba(47,93,80,.5); }
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-block { width: 100%; }

/* Topbar */
.topbar { background: var(--ink); color: var(--paper-2); font-size: 13px; font-family: var(--font-mono); }
.topbar-inner { display: flex; align-items: center; gap: 14px; padding: 8px 24px; flex-wrap: wrap; }
.topbar-sep { opacity: .4; }
.topbar-wa { margin-left: auto; color: var(--gold); font-weight: 500; }
.topbar-wa:hover { text-decoration: underline; }

/* Header */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; gap: 28px; padding: 16px 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 21px; font-weight: 700; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--seal); color: var(--seal);
  display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0;
}
.brand-mark-dark { border-color: var(--gold); color: var(--gold); }
.main-nav { display: flex; gap: 26px; margin-left: auto; font-weight: 500; font-size: 15px; }
.main-nav a { padding: 6px 0; border-bottom: 2px solid transparent; color: var(--ink-soft); }
.main-nav a:hover, .main-nav a.active { color: var(--ink); border-color: var(--seal); }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--ink); }

/* ============ HERO — signature element ============ */
.hero { padding: 72px 0 100px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 46px; line-height: 1.12; margin-bottom: 22px; letter-spacing: -.01em; }
.hero h1 em { font-style: italic; color: var(--seal); }
.hero p.lead { font-size: 18px; color: var(--ink-soft); max-width: 480px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 13px; color: var(--ink-soft); }
.hero-trust strong { display: block; font-family: var(--font-display); font-size: 24px; color: var(--ink); font-weight: 700; }

/* the stamped document card */
.doc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 4px;
  box-shadow: var(--shadow-doc); padding: 38px 34px; position: relative;
  transform: rotate(-1.2deg);
}
.doc-card::before {
  content: ''; position: absolute; top: 0; left: 28px; right: 28px; height: 10px;
  background: repeating-linear-gradient(90deg, var(--line) 0 10px, transparent 10px 18px);
}
.doc-card .doc-line { height: 10px; background: var(--paper-2); border-radius: 2px; margin-bottom: 14px; }
.doc-card .doc-line.w-80 { width: 80%; } .doc-card .doc-line.w-60 { width: 60%; } .doc-card .doc-line.w-95 { width: 95%; } .doc-card .doc-line.w-40 { width: 40%; }
.doc-card .doc-title { font-family: var(--font-display); font-size: 20px; margin-bottom: 22px; color: var(--ink); }
.doc-card .doc-body { margin-top: 22px; }

.stamp {
  position: absolute; right: -18px; bottom: -22px; width: 148px; height: 148px;
  color: var(--seal); transform: rotate(-14deg); opacity: .92;
  animation: stampIn .6s cubic-bezier(.2,1.4,.4,1) .3s both;
}
@keyframes stampIn { from { transform: rotate(-14deg) scale(2.2); opacity: 0; } to { transform: rotate(-14deg) scale(1); opacity: .92; } }
.stamp svg { width: 100%; height: 100%; }

@media (prefers-reduced-motion: reduce) { .stamp { animation: none; } }

/* Section framework */
.section { padding: 88px 0; }
.section-alt { background: var(--paper-2); }
.section-head { max-width: 620px; margin-bottom: 50px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: 32px; }
.section-head p { color: var(--ink-soft); font-size: 16.5px; }

/* Services grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: box-shadow .2s ease, transform .2s ease; position: relative;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px -18px rgba(27,46,40,.35); border-color: var(--ledger); }
.svc-icon {
  width: 46px; height: 46px; border-radius: 50%; background: var(--ledger); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 18px;
}
.svc-card h3 { font-size: 19px; margin-bottom: 10px; }
.svc-card p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 16px; }
.svc-meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 12px; color: var(--gold); border-top: 1px dashed var(--line); padding-top: 14px; margin-top: auto; }
.svc-link { font-weight: 600; color: var(--seal); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; }

/* Process / steps (real sequence, numbering justified) */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; position: relative; }
.steps::before { content: ''; position: absolute; top: 26px; left: 6%; right: 6%; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 14px); }
.step { text-align: center; padding: 0 14px; position: relative; }
.step-num {
  width: 52px; height: 52px; border-radius: 50%; background: var(--white); border: 2px solid var(--seal); color: var(--seal);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 500; font-size: 18px;
  margin: 0 auto 18px; position: relative; z-index: 1;
}
.step h4 { font-size: 16px; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--ink-soft); }

/* Why us */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 40px; }
.why-item { display: flex; gap: 16px; }
.why-item .mark { font-family: var(--font-mono); color: var(--gold); font-size: 20px; flex-shrink: 0; }
.why-item h4 { font-size: 16.5px; margin-bottom: 6px; }
.why-item p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }

/* Articles */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px -18px rgba(27,46,40,.35); }
.article-thumb { aspect-ratio: 16/10; background: var(--paper-2) center/cover no-repeat; position: relative; }
.article-cat { position: absolute; top: 12px; left: 12px; background: var(--seal); color: var(--white); font-family: var(--font-mono); font-size: 11px; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .05em; }
.article-body { padding: 20px 22px 24px; }
.article-date { font-family: var(--font-mono); font-size: 12px; color: var(--gold); margin-bottom: 8px; display: block; }
.article-body h3 { font-size: 17.5px; margin-bottom: 10px; line-height: 1.35; }
.article-body p { color: var(--ink-soft); font-size: 14px; margin-bottom: 0; }

/* CTA band */
.cta-band { background: var(--ledger); color: var(--white); padding: 64px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: var(--white); font-size: 30px; }
.cta-band p { color: #D7E5DF; max-width: 520px; margin: 0 auto 28px; }
.cta-band .ring { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }

/* Footer */
.site-footer { background: var(--ink); color: #C9D3CE; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer h4 { color: var(--white); font-size: 15px; margin-bottom: 16px; font-family: var(--font-body); font-weight: 600; }
.site-footer .brand-text { color: var(--white); }
.footer-brand p { font-size: 14px; color: #9FB0A9; max-width: 260px; }
.footer-stamp { color: var(--gold); margin-top: 18px; opacity: .8; }
.site-footer ul li { margin-bottom: 10px; font-size: 14px; }
.site-footer a:hover { color: var(--gold); }
.footer-contact li { color: #9FB0A9; }
.footer-bottom { padding: 22px 24px; font-size: 13px; color: #7C8D86; }

/* WhatsApp float */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,.4); z-index: 60; transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* Inner pages */
.page-hero { background: var(--ink); color: var(--paper); padding: 56px 0; }
.page-hero h1 { color: var(--white); font-size: 34px; margin-bottom: 8px; }
.page-hero .crumbs { font-family: var(--font-mono); font-size: 13px; color: var(--gold); }
.page-hero .crumbs a { color: #C9D3CE; }

.content-wrap { padding: 64px 0; }
.prose { font-size: 16px; max-width: 760px; }
.prose h2 { font-size: 24px; margin-top: 1.5em; }
.prose h3 { font-size: 19px; margin-top: 1.3em; }
.prose img { border-radius: var(--radius); margin: 20px 0; }
.prose ul, .prose ol { padding-left: 22px; margin-bottom: 1em; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--seal); text-decoration: underline; }

/* Layanan detail */
.layanan-detail { display: grid; grid-template-columns: 2fr 1fr; gap: 44px; }
.layanan-side { align-self: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; position: sticky; top: 100px; }
.layanan-side dl { font-family: var(--font-mono); font-size: 13px; }
.layanan-side dt { color: var(--ink-soft); margin-top: 14px; }
.layanan-side dd { margin: 2px 0 0; font-size: 16px; color: var(--ink); font-weight: 600; font-family: var(--font-body); }

/* Article listing filters */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-chip { font-family: var(--font-mono); font-size: 13px; padding: 8px 16px; border-radius: 20px; border: 1px solid var(--line); color: var(--ink-soft); }
.filter-chip.active, .filter-chip:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* Pagination */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 44px; font-family: var(--font-mono); font-size: 14px; }
.pagination a, .pagination span { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; }
.pagination a:hover { background: var(--ink); color: var(--paper); }
.pagination .current { background: var(--seal); color: var(--white); border-color: var(--seal); }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info-card { background: var(--ink); color: var(--paper); border-radius: var(--radius); padding: 36px; }
.contact-info-card h3 { color: var(--white); }
.contact-info-item { display: flex; gap: 14px; margin-bottom: 20px; font-size: 14.5px; }
.contact-info-item .ic { font-family: var(--font-mono); color: var(--gold); }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 4px; font-family: var(--font-body);
  font-size: 14.5px; background: var(--white); color: var(--ink);
}
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 2px solid var(--ledger); outline-offset: 1px; }
.alert { padding: 14px 18px; border-radius: 4px; margin-bottom: 20px; font-size: 14.5px; }
.alert-success { background: #E3EFE9; color: var(--ledger); border: 1px solid var(--ledger); }
.alert-error { background: #F6E3E0; color: var(--seal-dark); border: 1px solid var(--seal); }

/* Empty states */
.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-soft); }
.empty-state .ic { font-size: 40px; margin-bottom: 14px; }

/* Tracker */
.tracker-result { margin-top: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.tracker-summary { display: flex; gap: 30px; flex-wrap: wrap; margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px dashed var(--line); }
.tracker-summary .label { display: block; font-family: var(--font-mono); font-size: 12px; color: var(--ink-soft); text-transform: uppercase; margin-bottom: 4px; }
.tracker-summary strong { font-size: 16px; }
.tracker-timeline { display: flex; justify-content: space-between; position: relative; margin-bottom: 10px; }
.tracker-timeline::before { content: ''; position: absolute; top: 20px; left: 5%; right: 5%; height: 3px; background: var(--line); z-index: 0; }
.tracker-step { flex: 1; text-align: center; position: relative; z-index: 1; }
.tracker-dot {
  width: 40px; height: 40px; border-radius: 50%; background: var(--white); border: 3px solid var(--line); color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-family: var(--font-mono); font-weight: 600; font-size: 14px;
}
.tracker-step.done .tracker-dot { background: var(--ledger); border-color: var(--ledger); color: #fff; }
.tracker-step.active .tracker-dot { background: var(--seal); border-color: var(--seal); color: #fff; box-shadow: 0 0 0 6px rgba(28,126,214,.15); }
.tracker-label { font-size: 12.5px; color: var(--ink-soft); max-width: 100px; margin: 0 auto; line-height: 1.3; }
.tracker-step.active .tracker-label, .tracker-step.done .tracker-label { color: var(--ink); font-weight: 600; }
.tracker-note { margin-top: 26px; padding: 16px 18px; background: var(--paper-2); border-radius: 6px; font-size: 14px; }
.tracker-note-date { font-family: var(--font-mono); font-size: 12px; color: var(--ink-soft); margin-top: 6px; }

@media (max-width: 640px) {
  .tracker-timeline { flex-direction: column; align-items: flex-start; gap: 22px; }
  .tracker-timeline::before { left: 20px; top: 0; bottom: 0; right: auto; width: 3px; height: auto; }
  .tracker-step { display: flex; align-items: center; gap: 14px; text-align: left; }
  .tracker-dot { margin: 0; flex-shrink: 0; }
  .tracker-label { max-width: none; }
}

/* KBLI */
.kbli-list { display: flex; flex-direction: column; gap: 14px; }
.kbli-item { display: flex; gap: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; }
.kbli-kode { font-family: var(--font-mono); font-size: 20px; font-weight: 600; color: var(--seal); flex-shrink: 0; width: 70px; }
.kbli-body h3 { font-size: 16.5px; margin-bottom: 6px; }
.kbli-body p { font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; }
.kbli-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.kbli-tag { font-family: var(--font-mono); font-size: 11.5px; background: var(--paper-2); padding: 3px 10px; border-radius: 20px; color: var(--ink-soft); }
.kbli-risk { font-family: var(--font-mono); font-size: 11.5px; padding: 3px 10px; border-radius: 20px; }
.kbli-risk-rendah { background: #E3EFE9; color: var(--ledger); }
.kbli-risk-menengah_rendah { background: #E4F3FC; color: var(--seal); }
.kbli-risk-menengah_tinggi { background: #FBF1DC; color: #96762B; }
.kbli-risk-tinggi { background: #F6E3E0; color: var(--seal-dark); }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.testi-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.testi-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: 14px; color: var(--ink-soft); margin-bottom: 16px; }
.testi-name { font-weight: 700; font-size: 14.5px; }
.testi-company { font-size: 13px; color: var(--ink-soft); }

/* Trust section: "Dipercaya oleh berbagai pelaku usaha" */
.trust-section { padding: 48px 0; }
.trust-eyebrow {
  text-align: center; font-family: var(--font-mono); font-size: 12.5px; color: var(--seal);
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 22px; font-weight: 600;
}
.logo-marquee-wrap {
  overflow: hidden; padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-marquee { display: flex; gap: 18px; width: max-content; animation: marqueeScroll 32s linear infinite; align-items: stretch; }
.trust-card {
  display: flex; align-items: center; gap: 12px; white-space: nowrap;
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 22px 10px 10px; box-shadow: 0 2px 10px -6px rgba(11,46,79,0.15);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.trust-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px -10px rgba(28,126,214,0.35); border-color: var(--seal); }
.trust-logo {
  height: 40px; width: 40px; object-fit: contain; border-radius: 50%;
  background: var(--paper-2); padding: 5px; flex-shrink: 0;
}
.trust-logo-fallback {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  color: var(--white); background: linear-gradient(135deg, var(--seal), var(--ledger));
}
.trust-name { font-family: var(--font-body); font-weight: 600; font-size: 14.5px; color: var(--ink); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .logo-marquee { animation: none; } }
@media (max-width: 640px) {
  .trust-logo { height: 34px; width: 34px; }
  .trust-name { font-size: 13.5px; }
  .trust-card { padding: 8px 16px 8px 8px; gap: 10px; }
}

/* Hero tracker widget on homepage */

/* Layanan kategori sections (grouped like Legal Kreatif) */
.kategori-svc-section { margin-bottom: 70px; }
.kategori-svc-head { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.kategori-svc-icon {
  width: 52px; height: 52px; border-radius: 12px; background: var(--ledger); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0;
}
.kategori-svc-head h2 { margin: 0; font-size: 22px; }

/* Layanan overview grid (category cards, homepage-style) */
.layanan-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.layanan-overview-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px;
  text-align: center; transition: transform .2s ease, box-shadow .2s ease;
}
.layanan-overview-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px -18px rgba(11,46,79,.25); border-color: var(--ledger); }
.layanan-overview-icon {
  width: 56px; height: 56px; border-radius: 50%; background: var(--paper-2); color: var(--seal); font-size: 26px;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.layanan-overview-card h3 { font-size: 17px; margin-bottom: 8px; }
.layanan-overview-card p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 0; }

@media (max-width: 960px) {
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .layanan-overview-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .svc-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 30px 10px; }
  .steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .layanan-detail { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .testi-grid { grid-template-columns: 1fr; }
  .layanan-overview-grid { grid-template-columns: 1fr; }
  .kbli-item { flex-direction: column; gap: 8px; }
}

@media (max-width: 680px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-cta { display: none; }
  .hero h1 { font-size: 32px; }
  .svc-grid, .article-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar-inner span:not(.topbar-wa) { display: none; }
  .doc-card { transform: none; }
}

/* Mega dropdown nav */
.nav-item-dropdown { position: relative; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; background: none; border: none; font: inherit; padding: 6px 0; color: var(--ink-soft); }
.nav-dropdown-trigger:hover, .nav-item-dropdown.open .nav-dropdown-trigger { color: var(--ink); }
.nav-dropdown-trigger .chevron { font-size: 10px; transition: transform .2s ease; }
.nav-item-dropdown.open .chevron { transform: rotate(180deg); }
.mega-panel {
  display: none; position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  width: 480px; background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 24px 48px -20px rgba(11,46,79,.25); padding: 26px 28px; z-index: 80;
}
.nav-item-dropdown.open .mega-panel { display: block; }
.mega-panel h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-soft); font-family: var(--font-mono); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 20px; margin-bottom: 14px; }
.mega-item { display: flex; gap: 12px; padding: 10px 8px; border-radius: 8px; align-items: flex-start; }
.mega-item:hover { background: var(--paper); }
.mega-item-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--paper-2); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.mega-item-text strong { display: block; font-size: 14px; margin-bottom: 2px; }
.mega-item-text span { font-size: 12px; color: var(--ink-soft); line-height: 1.35; display: block; }
.mega-more { font-size: 13.5px; font-weight: 600; color: var(--seal); display: inline-flex; align-items: center; gap: 5px; }
.mega-divider { border: none; border-top: 1px solid var(--line); margin: 18px 0; }
.mega-tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }

@media (max-width: 680px) {
  .mega-panel { position: static; transform: none; width: auto; box-shadow: none; border: none; border-radius: 0; margin-top: 10px; padding: 16px 0 0; display: none; }
  .nav-item-dropdown.open .mega-panel { display: block; }
  .mega-grid, .mega-tools-grid { grid-template-columns: 1fr; }
}

/* Press / media mention strip */
.media-strip { padding: 40px 0; }
.media-strip p.label { text-align: center; font-size: 15px; color: var(--ink-soft); margin-bottom: 26px; }
.media-strip-grid { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; opacity: .75; }
.media-strip-grid img { max-height: 32px; width: auto; filter: grayscale(1); }
.media-strip-grid span { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink-soft); }

/* Pricing packages */
.paket-section { padding: 20px 0 10px; }
.paket-title { text-align: center; font-size: 28px; margin-bottom: 40px; }
.paket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.paket-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 34px 28px;
  text-align: center; position: relative; display: flex; flex-direction: column;
}
.paket-card.rekomended { border: 2px solid var(--gold); box-shadow: 0 20px 40px -22px rgba(56,189,248,.4); transform: translateY(-6px); }
.paket-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink);
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .05em; padding: 5px 16px; border-radius: 20px;
  text-transform: uppercase;
}
.paket-nama { font-family: var(--font-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; }
.paket-harga { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--seal); margin-bottom: 4px; }
.paket-harga-asli { font-size: 14px; color: var(--ink-soft); text-decoration: line-through; margin-bottom: 14px; }
.paket-estimasi { display: inline-block; background: var(--paper-2); color: var(--ink-soft); font-family: var(--font-mono); font-size: 12px; padding: 5px 14px; border-radius: 20px; margin: 0 auto 22px; }
.paket-fitur { text-align: left; list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.paket-fitur li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink); margin-bottom: 12px; }
.paket-fitur li::before { content: '✓'; color: var(--ledger); font-weight: 700; flex-shrink: 0; }
.paket-card .btn { width: 100%; }

@media (max-width: 900px) {
  .paket-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .paket-card.rekomended { transform: none; }
}

/* Testimonial images (proof screenshots) */
.testi-grid.with-image { grid-template-columns: repeat(4, 1fr); }
.testi-card.has-image { padding: 0; overflow: hidden; }
.testi-card.has-image img { width: 100%; display: block; aspect-ratio: 4/5; object-fit: cover; cursor: zoom-in; }
.testi-card.has-image .testi-body { padding: 18px 20px; }
.testi-lightbox {
  display: none; position: fixed; inset: 0; background: rgba(11,46,79,.85); z-index: 200;
  align-items: center; justify-content: center; padding: 30px; cursor: zoom-out;
}
.testi-lightbox.open { display: flex; }
.testi-lightbox img { max-width: 90vw; max-height: 90vh; border-radius: 8px; }

/* Hero slider */
.hero-slider { position: relative; min-height: 320px; }
.hero-slide { display: none; animation: heroFadeIn .5s ease; }
.hero-slide.active { display: block; }
@keyframes heroFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-visual img { border-radius: 12px; width: 100%; max-height: 380px; object-fit: cover; }
.hero-visual-placeholder {
  width: 100%; aspect-ratio: 4/3; border-radius: 16px; background: linear-gradient(135deg, var(--paper-2), var(--white));
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 72px; opacity: .55;
}
.hero-dots { display: flex; gap: 8px; margin-top: 6px; }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: var(--line); cursor: pointer; padding: 0; transition: background .2s ease, transform .2s ease; }
.hero-dot.active { background: var(--seal); transform: scale(1.25); }

@media (max-width: 960px) {
  .hero-visual { margin-top: 24px; }
  .hero-visual-placeholder { font-size: 54px; }
}

/* Site logo in header/footer */
.site-logo-img {
  height: 46px; width: 46px; object-fit: contain; display: block;
  border-radius: 12px; background: var(--white);
  padding: 4px; border: 1px solid var(--line);
}
.footer-logo-badge {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; width: 44px; border-radius: 12px; background: var(--white); padding: 5px;
}
.site-logo-img.footer-logo { height: 34px; width: 34px; border: none; padding: 0; background: transparent; }
