/* ==========================================================================
   Komplia — shared stylesheet
   Fully self-contained: no CDNs, no webfonts,
   no external requests, no JS frameworks. System font stack only.
   Brand: navy #0F2A43 (primary), gold #C9A54A (accent), white background.
   ========================================================================== */

:root {
  --navy:        #0F2A43;
  --navy-700:    #16385a;
  --navy-050:    #eef3f8;
  --gold:        #C9A54A;
  --gold-600:    #b28f33;
  --gold-050:    #faf5e7;
  --ink:         #1d2733;
  --muted:       #5b6b7a;
  --line:        #e2e8ef;
  --line-strong: #cdd7e1;
  --bg:          #ffffff;
  --bg-soft:     #f6f9fb;
  --radius:      14px;
  --shadow-sm:   0 1px 2px rgba(15,42,67,.05);
  --shadow:      0 1px 2px rgba(15,42,67,.04), 0 10px 28px rgba(15,42,67,.07);
  --maxw:        1120px;
  --font: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---- Base ---------------------------------------------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { vertical-align: middle; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.2; margin: 0 0 .5em; }
h1 { font-size: 2.6rem; letter-spacing: -.02em; }
h2 { font-size: 1.95rem; letter-spacing: -.015em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.15rem; }
li { margin: .3rem 0; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 78px 0; }
.section--soft {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section__head { max-width: 62ch; margin-bottom: 2.4rem; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .15em; font-size: .78rem;
  font-weight: 700; color: var(--gold-600); margin: 0 0 .7rem;
}
.lead { font-size: 1.14rem; color: var(--muted); max-width: 64ch; }
.center { text-align: center; }
.center .lead, .center .section__head { margin-left: auto; margin-right: auto; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: inherit; font-weight: 600; font-size: 1rem;
  padding: .82rem 1.45rem; border-radius: 10px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .05s ease;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: #241a00; border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-600); border-color: var(--gold-600); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--navy); background: var(--navy-050); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--sm { padding: .55rem 1rem; font-size: .92rem; }
.btn__wa { width: 18px; height: 18px; flex: none; }

/* ---- Header -------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 20px;
  max-width: var(--maxw); margin: 0 auto; padding: 12px 24px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
/* Wordmark institusional: huruf besar berjarak terbaca lebih formal dan tenang
   daripada judul tebal biasa — sejalan dengan logo segelnya. */
.brand__name {
  font-weight: 700; font-size: 1.1rem; color: var(--navy);
  text-transform: uppercase; letter-spacing: .13em;
}
.brand__tag { font-size: .72rem; color: var(--muted); letter-spacing: .015em; }
.header-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.navlink { color: var(--navy); font-weight: 600; font-size: .95rem; }
.navlink:hover { color: var(--gold-600); text-decoration: none; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 700; font-size: .85rem; color: var(--navy);
  border: 1.5px solid var(--line-strong); border-radius: 8px;
  padding: .35rem .6rem; letter-spacing: .02em;
}
.lang-toggle:hover { border-color: var(--navy); text-decoration: none; }
.header-hide-sm { display: inline-flex; }

/* ---- Hero ---------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 460px at 82% -8%, rgba(201,165,74,.20), transparent 60%),
    linear-gradient(158deg, #0f2a43 0%, #123655 55%, #0d2439 100%);
  border-bottom: 3px solid var(--gold);
}
.hero::before { /* thin letterhead rule near the top */
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(201,165,74,.15) 100%);
}
.hero-inner { max-width: var(--maxw); margin: 0 auto; padding: 92px 24px 84px; }
.hero h1 { color: #fff; max-width: 20ch; }
.hero__sub { font-size: 1.24rem; color: #d6e2ee; max-width: 56ch; margin: 1.1rem 0 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 1.8rem; }
.hero__byline {
  font-size: .95rem; color: #aebfce; padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.14); max-width: 52ch;
}
.hero__byline strong { color: #e7d9ac; font-weight: 600; }

/* ---- Problem / stat row -------------------------------------------------- */
.factgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 2rem;
}
.factcard {
  background: var(--bg); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 12px; padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.factcard h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.factcard p { font-size: .96rem; color: var(--muted); margin: 0; }

/* ---- How it works -------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  background: var(--bg); border: 1px solid var(--line); border-radius: 12px;
  padding: 26px 22px; box-shadow: var(--shadow-sm);
}
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--navy-050); color: var(--navy); font-weight: 800; font-size: 1.05rem;
  border: 1px solid var(--line); margin-bottom: 14px;
}
.step h3 { font-size: 1.08rem; margin-bottom: .4rem; }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }

/* ---- Comparison table ---------------------------------------------------- */
.table-scroll {
  overflow-x: auto; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-sm); -webkit-overflow-scrolling: touch;
}
table.compare { width: 100%; border-collapse: collapse; min-width: 720px; background: var(--bg); }
table.compare th, table.compare td {
  text-align: left; padding: 16px 18px; vertical-align: top;
  border-bottom: 1px solid var(--line); font-size: .96rem;
}
table.compare thead th {
  background: var(--navy); color: #fff; font-weight: 700; letter-spacing: .01em;
  border-bottom: none;
}
table.compare tbody tr:last-child td { border-bottom: none; }
table.compare .sku { font-weight: 700; color: var(--navy); white-space: nowrap; }
table.compare .price { font-weight: 700; color: var(--navy); white-space: nowrap; }
table.compare .price small { display: block; font-weight: 500; color: var(--muted); font-size: .82rem; }

/* ---- Pricing cards ------------------------------------------------------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  position: relative; background: var(--bg); border: 1px solid var(--line);
  border-radius: 16px; padding: 30px 26px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.price-card--featured {
  border: 2px solid var(--gold); box-shadow: var(--shadow); transform: translateY(-6px);
}
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #241a00; font-weight: 700; font-size: .76rem;
  letter-spacing: .08em; text-transform: uppercase; padding: .32rem .8rem; border-radius: 999px;
}
.price-card h3 { font-size: 1.3rem; margin-bottom: .3rem; }
.price-card .amount { font-size: 1.85rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.price-card .cadence { color: var(--muted); font-size: .95rem; margin-bottom: .2rem; }
.price-card .vat { color: var(--muted); font-size: .82rem; margin-bottom: 1.2rem; }
.price-card .from { font-size: .9rem; color: var(--muted); font-weight: 600; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.price-card ul li {
  position: relative; padding-left: 1.6rem; margin: .55rem 0;
  font-size: .95rem; color: var(--ink);
}
.price-card ul li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 8px; height: 8px; border-radius: 2px; background: var(--gold);
}
.price-card .btn { margin-top: auto; width: 100%; }

/* ---- FAQ ----------------------------------------------------------------- */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 34px; }
.faq-item { border-top: 2px solid var(--navy-050); padding-top: 16px; }
.faq-item h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.faq-item p { font-size: .96rem; color: var(--muted); margin: 0; }

/* ---- About strip --------------------------------------------------------- */
.about-strip { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; max-width: 78ch; }
.about-strip .about-mark { width: 46px; height: 46px; }
.about-strip p { margin: 0; color: var(--muted); }
.about-strip strong { color: var(--navy); }

/* ---- Contact / final CTA ------------------------------------------------- */
.cta-band {
  background:
    radial-gradient(800px 320px at 15% 120%, rgba(201,165,74,.18), transparent 60%),
    linear-gradient(158deg, #0f2a43 0%, #123655 100%);
  color: #fff; border-radius: 18px; padding: 52px 40px; text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #d6e2ee; max-width: 52ch; margin: 0 auto 1.7rem; }

/* ---- Footer -------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #c7d3df; padding: 46px 0 34px; font-size: .92rem; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.footer-top { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand .brand__name { color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #c7d3df; font-weight: 500; }
.footer-links a:hover { color: #fff; }
.footer-disclaimer {
  border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px;
  color: #9fb1c2; max-width: 82ch; font-size: .88rem;
}
.footer-meta { margin-top: 10px; color: #7f93a6; font-size: .84rem; }
.footer-meta span { margin-right: 14px; }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 900px) {
  h1 { font-size: 2.15rem; }
  h2 { font-size: 1.65rem; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .factgrid { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
  .faq { grid-template-columns: 1fr; }
  .header-nav { gap: 14px; }
  .header-hide-sm { display: none; }
}
@media (max-width: 560px) {
  .section { padding: 56px 0; }
  .hero-inner { padding: 68px 24px 60px; }
  .steps { grid-template-columns: 1fr; }
  .brand__tag { display: none; }
  .cta-band { padding: 40px 22px; }
}

/* ---- Print --------------------------------------------------------------- */
@media print {
  .site-header, .hero__cta, .cta-band .btn, .lang-toggle { display: none !important; }
  .hero, .cta-band { background: #fff !important; color: var(--ink) !important; border: none; }
  .hero h1, .cta-band h2 { color: var(--navy) !important; }
  .hero__sub, .hero__byline, .cta-band p { color: var(--muted) !important; }
  .price-card--featured { transform: none; }
  body { font-size: 12pt; }
  .section { padding: 24px 0; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #555; }
}


/* ==========================================================================
   Service range (index) + service detail pages — generated by
   services_ui/build_website.py. Edit the generator, not the HTML.
   ========================================================================== */

/* ---- Range list on the home page ---------------------------------------- */
.svc-group { margin-top: 34px; }
.svc-group:first-of-type { margin-top: 10px; }
.svc-group__title {
  font-size: 1.04rem; color: var(--navy); margin: 0 0 14px;
  padding-bottom: 9px; border-bottom: 2px solid var(--gold);
  display: flex; align-items: center; gap: 10px;
}
.svc-group__count {
  font-size: .72rem; font-weight: 700; color: var(--gold-600);
  background: var(--gold-050); border: 1px solid #e7d9ac;
  border-radius: 999px; padding: 2px 9px;
}
.svc-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 10px;
}
.svc { display: flex; }
.svc__link {
  flex: 1; display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: 2px 12px; text-decoration: none; color: inherit;
  background: var(--bg); border: 1px solid var(--line); border-radius: 11px;
  padding: 13px 15px; box-shadow: var(--shadow-sm);
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.svc__link:hover, .svc__link:focus-visible {
  border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-1px);
  outline: none;
}
.svc__name { font-weight: 600; color: var(--ink); font-size: .95rem; line-height: 1.35; }
.svc__meta { grid-column: 1; font-size: .78rem; color: var(--muted); }
.svc__meta em { color: var(--gold-600); font-style: normal; font-weight: 600; }
.svc__go {
  grid-row: 1 / span 2; grid-column: 2; color: var(--line-strong);
  font-size: 1.05rem; transition: color .15s, transform .15s;
}
.svc__link:hover .svc__go { color: var(--gold); transform: translateX(2px); }
.svc-foot {
  margin-top: 30px; padding: 15px 17px; font-size: .88rem; color: var(--muted);
  background: var(--bg); border: 1px solid var(--line); border-radius: 11px;
}

/* ---- Detail page -------------------------------------------------------- */
.svc-hero { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 26px 0 34px; }
.crumb { font-size: .8rem; color: var(--muted); margin-bottom: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--navy); text-decoration: underline; }
.svc-hero h1 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin: 4px 0 6px; color: var(--navy); }
.svc-hero__en { color: var(--muted); font-size: .93rem; margin: 0 0 14px; }
.svc-hero .lead { max-width: 74ch; }
.svc-facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px; margin: 22px 0 20px;
}
.fact {
  background: var(--bg); border: 1px solid var(--line); border-radius: 10px;
  padding: 11px 14px; display: flex; flex-direction: column; gap: 3px;
}
.fact__k { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.fact__v { font-size: .9rem; color: var(--ink); font-weight: 600; line-height: 1.35; }
.fact__v a { color: var(--navy); }
.svc-hero__cta { display: flex; gap: 10px; flex-wrap: wrap; }

.svc-body { padding: 34px 0 20px; }
.svc-sec { margin-bottom: 38px; }
.svc-sec > h2 {
  font-size: 1.22rem; color: var(--navy); margin: 0 0 14px;
  padding-bottom: 9px; border-bottom: 2px solid var(--gold); display: inline-block;
}
.svc-sec h3 { font-size: .98rem; color: var(--navy); margin: 0 0 8px; }
.muted-note { font-size: .84rem; color: var(--muted); margin: 0 0 16px; max-width: 82ch; }
.callout {
  background: var(--gold-050); border: 1px solid #e7d9ac; border-left: 4px solid var(--gold);
  border-radius: 10px; padding: 14px 17px; font-size: .9rem; color: #6b551b; margin: 0 0 30px;
}
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; }
.ticks, .crosses { list-style: none; padding: 0; margin: 0; }
.ticks li, .crosses li {
  position: relative; padding-left: 26px; margin-bottom: 8px;
  font-size: .91rem; color: var(--ink); line-height: 1.5;
}
.ticks li::before { content: "\2713"; position: absolute; left: 3px; top: -1px; color: #1f7a41; font-weight: 800; }
.crosses li::before { content: "\00D7"; position: absolute; left: 4px; top: -2px; color: #a32020; font-weight: 800; font-size: 1.1rem; }

/* timeline */
.tl { list-style: none; margin: 0; padding: 0; position: relative; }
.tl::before {
  content: ""; position: absolute; left: 15px; top: 6px; bottom: 6px;
  width: 2px; background: var(--line);
}
.tl__item { position: relative; display: flex; gap: 16px; padding-bottom: 22px; }
.tl__num {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 700; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 4px var(--bg); z-index: 1;
}
.tl__item--klien .tl__num { background: var(--gold-600); }
.tl__item--instansi .tl__num { background: #7c5c9b; }
.tl__body {
  flex: 1; background: var(--bg); border: 1px solid var(--line);
  border-radius: 11px; padding: 13px 16px; box-shadow: var(--shadow-sm);
}
.tl__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.tl__head h3 { margin: 0; font-size: .96rem; line-height: 1.4; flex: 1; min-width: 200px; }
.chip {
  font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
  background: var(--navy-050); color: var(--navy); border: 1px solid #cfe0ef;
}
.chip--klien { background: var(--gold-050); color: var(--gold-600); border-color: #e7d9ac; }
.chip--instansi { background: #f2ecf7; color: #6a4a88; border-color: #ddcce9; }
.tl__docs { margin-top: 9px; }
.tl__docs summary {
  cursor: pointer; font-size: .82rem; color: var(--navy); font-weight: 600;
  padding: 3px 0; user-select: none;
}
.tl__docs summary:hover { color: var(--gold-600); }
.tl__docs ul { margin: 8px 0 0; padding-left: 20px; font-size: .85rem; color: var(--muted); }
.tl__docs li { margin-bottom: 4px; }
.tl__rem { font-size: .86rem; color: var(--muted); margin: 9px 0 0; }
.tl__limit {
  display: inline-block; margin: 9px 0 0; font-size: .78rem; font-weight: 700;
  color: #a32020; background: #fceceb; border: 1px solid #f2cfcd;
  padding: 3px 10px; border-radius: 6px;
}

.lawtable { width: 100%; border-collapse: collapse; font-size: .86rem; }
.lawtable th {
  text-align: left; padding: 10px 12px; background: var(--navy); color: #fff;
  font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700;
}
.lawtable td { padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink); }
.lawtable tbody tr:nth-child(even) { background: var(--bg-soft); }
.lawtable td:nth-child(2) { white-space: nowrap; font-weight: 600; color: var(--navy); }
.lawtable td:nth-child(3) { color: var(--muted); font-size: .82rem; }

.warns { list-style: none; padding: 0; margin: 0; }
.warns li {
  position: relative; padding: 11px 14px 11px 38px; margin-bottom: 9px;
  background: var(--bg); border: 1px solid var(--line); border-left: 3px solid #d9a441;
  border-radius: 9px; font-size: .9rem; line-height: 1.55; color: var(--ink);
}
.warns li::before {
  content: "\0021"; position: absolute; left: 14px; top: 11px;
  width: 15px; height: 15px; border-radius: 50%; background: #d9a441; color: #fff;
  font-size: .68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
}

.svc-body .cta-band h2 { border: none; display: block; }

@media (max-width: 640px) {
  .svc-list { grid-template-columns: 1fr; }
  .tl__item { gap: 12px; }
  .svc-sec { margin-bottom: 30px; }
}


/* ---- Category grid on the home page (sections, not the full 62) ---------- */
.catgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; }
.catgrid .catcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--bg); border: 1px solid var(--line); border-radius: 13px;
  padding: 20px 22px 18px; text-decoration: none; color: inherit;
  box-shadow: var(--shadow-sm);
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.catgrid .catcard:hover, .catgrid .catcard:focus-visible {
  border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); outline: none;
}
.catcard__count {
  align-self: flex-start; font-size: .7rem; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; color: var(--gold-600); background: var(--gold-050);
  border: 1px solid #e7d9ac; border-radius: 999px; padding: 3px 10px; margin-bottom: 12px;
}
.catgrid .catcard h3 { margin: 0 0 7px; font-size: 1.06rem; color: var(--navy); line-height: 1.3; }
.catgrid .catcard p { margin: 0 0 16px; font-size: .88rem; color: var(--muted); line-height: 1.55; flex: 1; }
.catcard__go { font-size: .84rem; font-weight: 700; color: var(--navy); }
.catgrid .catcard:hover .catcard__go { color: var(--gold-600); }

/* ---- Articles (written for business owners) ------------------------------ */
.art-body { max-width: 760px; padding: 34px 0 24px; }
.art-body h2 {
  font-size: 1.32rem; color: var(--navy); margin: 34px 0 12px;
  padding-bottom: 8px; border-bottom: 2px solid var(--gold); display: inline-block;
}
.art-body h3 { font-size: 1.04rem; color: var(--navy); margin: 26px 0 8px; }
.art-body p { font-size: 1.02rem; line-height: 1.75; color: var(--ink); margin: 0 0 16px; }
.art-body ul, .art-body ol { margin: 0 0 18px; padding-left: 22px; }
.art-body li { font-size: 1.0rem; line-height: 1.7; margin-bottom: 8px; color: var(--ink); }
.art-body strong { color: var(--navy); }
.arttable { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 6px 0 20px; }
.arttable th {
  text-align: left; padding: 10px 13px; background: var(--navy); color: #fff;
  font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 700;
}
.arttable td { padding: 10px 13px; border-bottom: 1px solid var(--line); vertical-align: top; }
.arttable tbody tr:nth-child(even) { background: var(--bg-soft); }
.art-cta {
  margin: 34px 0 10px; padding: 22px 24px; background: var(--bg-soft);
  border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 12px;
}
.art-cta h3 { margin: 4px 0 6px; color: var(--navy); }
.art-cta p { font-size: .94rem; color: var(--muted); margin: 0 0 14px; }
.art-date { font-size: .84rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 30px; }

.artlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.artcard a {
  display: block; text-decoration: none; color: inherit; background: var(--bg);
  border: 1px solid var(--line); border-radius: 13px; padding: 20px 22px;
  box-shadow: var(--shadow-sm); transition: border-color .15s, box-shadow .15s, transform .15s;
}
.artcard a:hover, .artcard a:focus-visible {
  border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); outline: none;
}
.artcard__tag {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--gold-600); background: var(--gold-050);
  border: 1px solid #e7d9ac; border-radius: 999px; padding: 3px 10px; margin-bottom: 10px;
}
.artcard h3 { margin: 0 0 7px; font-size: 1.1rem; color: var(--navy); line-height: 1.35; }
.artcard p { margin: 0 0 10px; font-size: .93rem; color: var(--muted); line-height: 1.6; }
.artcard__meta { font-size: .8rem; color: var(--ink-3, var(--muted)); }

/* article teaser on the home page */
.artteaser { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 14px; }
@media (max-width: 640px) { .art-body p, .art-body li { font-size: .97rem; } }

/* ==========================================================================
   LAPISAN KEPERCAYAAN — ditambahkan 28-07-2026
   Kepercayaan dibangun dari janji yang bisa ditagih, bukan dari lencana hiasan.
   Tidak ada bintang penilaian palsu, tidak ada "500+ klien", tidak ada logo
   mitra yang tidak pernah jadi mitra. Semua yang tampil di sini adalah
   kebijakan yang memang sudah kita nyatakan di halaman lain.
   ========================================================================== */

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
  padding: 20px 0;
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.trust {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: .93rem; color: var(--muted); line-height: 1.45;
}
.trust svg { width: 19px; height: 19px; flex: none; margin-top: 1px; color: var(--gold-600); }
.trust strong { display: block; color: var(--navy); font-weight: 650; font-size: .95rem; }

/* Testimoni — hanya terbit kalau izin tertulisnya tercatat. Lihat
   data/testimonials.json dan gerbangnya di validate.py. */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.quote-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 26px 22px; box-shadow: var(--shadow-sm); position: relative;
}
.quote-card::before {
  content: "\201C"; position: absolute; top: 6px; right: 20px;
  font-size: 3.4rem; line-height: 1; color: var(--gold); opacity: .28;
}
.quote-card blockquote {
  margin: 0 0 16px; font-size: 1.02rem; color: var(--ink); line-height: 1.6;
}
.quote-who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 14px; }
.quote-ini {
  width: 38px; height: 38px; flex: none; border-radius: 50%;
  background: var(--navy-050); color: var(--navy);
  display: grid; place-items: center; font-weight: 700; font-size: .9rem;
}
.quote-name { font-weight: 650; color: var(--navy); font-size: .95rem; line-height: 1.25; }
.quote-role { font-size: .85rem; color: var(--muted); line-height: 1.3; }
.quote-svc { margin-top: 10px; font-size: .82rem; color: var(--muted); }
.quote-svc a { color: var(--gold-600); font-weight: 600; }

@media (max-width: 900px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
}

/* ---- FAQ halaman layanan -------------------------------------------------
   Kelasnya `svc-faq`, bukan `faq`: `.faq` sudah dipakai beranda sebagai grid
   dua kolom, dan memakai nama itu di sini membuat tiap butir menjadi grid —
   rusak tanpa satu pun galat build.
   Dibuka-tutup (details) supaya enam pertanyaan tidak mendorong ajakan kontak
   terlalu jauh ke bawah, sedangkan isinya tetap ADA di HTML — mesin pencari dan
   asisten AI membaca isi `details` yang tertutup, pembaca tidak dipaksa
   melewatinya. Yang dilarang adalah markup FAQ tanpa isi yang tampak; ini bukan
   itu, isinya tampak begitu diklik dan hadir di sumbernya. */
.svc-faq { border-top: 1px solid var(--navy-050); }
.svc-faq:last-of-type { border-bottom: 1px solid var(--navy-050); }
.svc-faq > summary {
  cursor: pointer; list-style: none; padding: 15px 34px 15px 0; position: relative;
  font-weight: 620; font-size: 1.02rem; color: var(--navy-700);
}
.svc-faq > summary::-webkit-details-marker { display: none; }
.svc-faq > summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-weight: 400; font-size: 1.35rem; line-height: 1; color: var(--gold-600);
}
.svc-faq[open] > summary::after { content: "\2013"; }
.svc-faq > summary:hover { color: var(--gold-600); }
.svc-faq > p {
  margin: 0 0 16px; padding-right: 34px; color: var(--muted); font-size: .97rem;
  line-height: 1.62;
}
.page-verified {
  margin: 26px 0 0; font-size: .86rem; color: var(--muted); line-height: 1.55;
}
