/* ================================================================
   Penawaran Kerja Bulanan — styles
   Palet solid (tanpa gradient). Kertas hangat + tinta + 1 aksen.
   ================================================================ */

:root {
  --paper:      #edecea;   /* latar utama, abu terang */
  --paper-2:    #e4e3e0;   /* section alternatif */
  --card:       #ffffff;   /* permukaan kartu, putih */
  --ink:        #131313;   /* teks utama, hitam pekat */
  --ink-soft:   #6e6e6c;   /* teks sekunder, abu */
  --line:       #d9d8d4;   /* garis / border tipis */
  --green:      #1f2ae6;   /* positif / hemat  -> biru elektrik */
  --green-soft: #e2e3ff;   /* tint biru muda */
  --clay:       #131313;   /* mahal / project  -> hitam */
  --clay-soft:  #e7e6e2;   /* abu muda */
  --accent:     #1f2ae6;   /* aksen utama, biru elektrik */
  --on-accent:  #ffffff;   /* teks di atas biru */
  --strong:     #131313;   /* bingkai / hard-shadow = hitam */

  --maxw: 1120px;
  --r: 18px;
  --sans: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --serif: "Arial Black", "Arial Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }

h1, h2, h3 { font-family: var(--serif); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; text-transform: none; }
em { font-style: italic; }
a { color: inherit; }

.eyebrow {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft); margin: 0 0 14px; font-weight: 600;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 13px 22px; border-radius: 999px;
  background: var(--ink); color: var(--paper); text-decoration: none;
  font-family: inherit; font-weight: 600; font-size: 15px; border: 1.5px solid var(--ink);
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}
.btn:hover { box-shadow: 0 10px 22px -10px rgba(0,0,0,.55); }
.btn:hover { transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--lg { padding: 16px 30px; font-size: 16px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.2) blur(6px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease, background .25s ease;
}
.nav.is-scrolled { box-shadow: 0 8px 24px -14px rgba(0,0,0,.7); background: color-mix(in srgb, var(--paper) 96%, transparent); }

/* Scroll progress bar */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--accent); transition: width .1s linear; }
.nav__inner { display: flex; align-items: center; gap: 24px; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; }
.brand__avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; object-position: top; border: 1.5px solid var(--ink); display: block; }
.brand__name { font-family: var(--serif); font-size: 19px; letter-spacing: -.02em; }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--ink-soft); font-size: 15px; font-weight: 500; }
.nav__links a:hover { color: var(--ink); }
.nav__links-cta { display: none; }
.nav__toggle { display: none; }

/* Floating WhatsApp */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 55;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--ink); color: #fff; text-decoration: none;
  padding: 13px 18px; border-radius: 999px; font-weight: 700; font-size: 15px;
  box-shadow: 0 12px 26px -10px rgba(0,0,0,.5);
  transform: translateY(20px); opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.fab.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.fab:hover { transform: translateY(-2px); }
.fab svg { color: #25d366; }

/* ---------- Hero ---------- */
.hero { padding: 74px 0 84px; border-bottom: 1px solid var(--line); }
.hero__inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.hero__title { font-size: clamp(38px, 5.4vw, 62px); margin: 0 0 22px; }
.hero__title .strike { position: relative; white-space: nowrap; color: var(--ink-soft); }
.hero__title .strike::after {
  content: ""; position: absolute; left: -2px; top: 52%; height: 4px; width: 0;
  background: var(--clay); transform: rotate(-2deg); transform-origin: left;
  animation: strikeIn .55s 1.05s ease-out forwards;
}
@keyframes strikeIn { to { width: calc(100% + 4px); } }
.hero__rotator { font-size: 18px; font-weight: 600; color: var(--ink-soft); margin: 0 0 20px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; animation: riseIn .8s .26s both ease-out; }
.rotator { color: var(--accent); font-weight: 800; font-family: var(--serif); letter-spacing: -.01em; }
.rotator__caret { display: inline-block; width: 3px; height: 1.05em; background: var(--accent); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.hero__lead { font-size: 19px; color: var(--ink-soft); max-width: 30em; margin: 0 0 30px; }
.hero__lead strong { color: var(--ink); }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__meta { display: flex; align-items: center; gap: 20px; margin-top: 36px; }
.hero__arrow { font-family: var(--serif); font-size: 42px; line-height: 1; color: var(--ink); flex-shrink: 0; }
.hashtags { list-style: none; display: flex; flex-wrap: wrap; gap: 9px 16px; padding: 0; margin: 0; }
.hashtags li { font-weight: 700; font-size: 14px; color: var(--ink); border-bottom: 2px solid var(--accent); padding-bottom: 2px; }

/* Hero card / ticket — panel biru flat */
.ticket {
  background: var(--accent); color: #fff; border: none; border-radius: 22px;
  padding: 30px; box-shadow: 0 24px 50px -28px var(--accent);
}
.ticket__row { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.28); }
.ticket__row span { font-weight: 600; color: rgba(255,255,255,.82); }
.ticket__price { font-family: var(--serif); font-size: 38px; letter-spacing: -.02em; }
.ticket__price small { font-size: 16px; color: rgba(255,255,255,.82); font-family: var(--sans); }
.ticket__perf { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.perf { display: flex; align-items: baseline; flex-wrap: wrap; gap: 2px 8px; }
.perf__tag { font-family: var(--serif); font-size: 30px; color: #fff; line-height: 1; }
.perf__label { flex-basis: 100%; margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.85); }
.ticket__list { list-style: none; padding: 18px 0 0; margin: 0; display: grid; gap: 11px; }
.ticket__list li { position: relative; padding-left: 26px; font-size: 15px; }
.ticket__list li::before {
  content: "→"; position: absolute; left: 0; top: -1px;
  color: #fff; font-weight: 700;
}

/* ---------- Section heads ---------- */
.section-head { max-width: 40em; margin-bottom: 42px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 12px; }
.section-sub, .section-head .section-sub { color: var(--ink-soft); font-size: 17px; margin: 0; }

/* ---------- Calculator ---------- */
.calc { padding: 84px 0; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.calc__panel {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 34px; display: grid; gap: 30px;
}
.calc__presets { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.calc__presets-label { font-size: 13px; color: var(--ink-soft); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.chip {
  font: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
  padding: 8px 15px; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--paper); color: var(--ink); transition: border-color .15s, background .15s, color .15s;
}
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.calc__controls { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.calc__control label { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.calc__hint { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--ink-soft); opacity: .8; }
.calc__months { display: block; font-family: var(--serif); font-size: 28px; margin: 4px 0 16px; }

input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px;
  background: var(--line); border-radius: 999px; outline: none; cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--accent); border: 3px solid var(--card); box-shadow: 0 0 0 1.5px var(--accent);
}
input[type="range"]::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%; background: var(--accent);
  border: 3px solid var(--card); box-shadow: 0 0 0 1.5px var(--accent);
}
.calc__ticks { display: flex; justify-content: space-between; margin-top: 10px; font-size: 12px; color: var(--ink-soft); }

/* Bars */
.bars { display: grid; gap: 22px; }
.bar-row__head { display: flex; align-items: center; gap: 9px; font-weight: 600; margin-bottom: 8px; font-size: 15px; }
.bar-row__val { margin-left: auto; font-family: var(--serif); font-size: 20px; }
.bar-row__sub { display: block; margin-top: 6px; font-size: 13px; color: var(--ink-soft); }
.dot { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.dot--clay { background: var(--clay); }
.dot--green { background: var(--green); }
.bar-track { background: var(--paper-2); border-radius: 8px; height: 30px; overflow: hidden; border: 1px solid var(--line); }
.bar { height: 100%; border-radius: 7px; transition: width .55s cubic-bezier(.22,.61,.36,1); }
.bar--clay { background: var(--clay); }
.bar--green { background: var(--green); }

/* Result */
.calc__result { border-top: 1px solid var(--line); padding-top: 26px; display: grid; gap: 14px; }
.save { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 16px; }
.save__label { font-weight: 600; color: var(--ink-soft); }
.save__value { font-family: var(--serif); font-size: 44px; color: var(--green); line-height: 1; }
.save__pct { background: var(--green-soft); color: var(--green); padding: 5px 12px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.save__pct--bad { background: var(--clay-soft); color: var(--clay); }
.calc__note { color: var(--ink-soft); font-size: 15px; margin: 0; max-width: 52em; }

/* ---------- Kenalan / About ---------- */
.about { padding: 84px 0; border-bottom: 1px solid var(--line); }
.about__inner { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 50px; align-items: center; }
.about__media { position: relative; background: var(--paper-2); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.about__media img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.about__badge { position: absolute; left: 16px; bottom: 16px; background: var(--ink); color: #fff; font-weight: 700; font-size: 13px; padding: 8px 15px; border-radius: 999px; }
.about__text h2 { font-size: clamp(28px, 3.6vw, 42px); margin: 0 0 16px; }
.hl { color: var(--accent); }
.about__lead { color: var(--ink-soft); font-size: 17.5px; margin: 0 0 26px; max-width: 40em; }
.stack__label { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; margin-bottom: 12px; }
.pills { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; }
.pills li { background: var(--card); border: 1.5px solid var(--line); border-radius: 999px; padding: 8px 15px; font-weight: 600; font-size: 14px; transition: border-color .15s ease, color .15s ease, transform .15s ease; }
.pills li:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

/* Tile logo brand */
.pills--logos { gap: 12px; }
.pill-logo {
  width: 56px; height: 56px; padding: 0; display: grid; place-items: center;
  background: var(--card); border: 1.5px solid var(--line); border-radius: 15px; cursor: default;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.pill-logo:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 12px 22px -14px rgba(0,0,0,.4); color: inherit; }
.pill-logo svg, .pill-logo img { width: 30px; height: 30px; display: block; object-fit: contain; }

/* ---------- Reasons ---------- */
.reasons { padding: 84px 0; border-bottom: 1px solid var(--line); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px -18px #000; border-color: var(--accent); }
.card__no { font-family: var(--serif); font-size: 15px; color: var(--accent); font-weight: 700; }
.card h3 { font-size: 21px; margin: 10px 0 8px; }
.card p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

/* ---------- Compare table ---------- */
.compare { padding: 84px 0; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 26px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.stat__num { display: block; font-family: var(--serif); font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.stat__label { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 14.5px; }
.stat--hi { background: var(--accent); border-color: var(--accent); }
.stat--hi .stat__num { color: #fff; }
.stat--hi .stat__label { color: rgba(255,255,255,.9); }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
.ctable { width: 100%; border-collapse: collapse; background: var(--card); min-width: 560px; }
.ctable th, .ctable td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.ctable thead th { font-family: var(--serif); font-size: 17px; background: var(--paper); }
.ctable tbody tr:last-child td { border-bottom: none; }
.ctable td:first-child { color: var(--ink-soft); font-weight: 500; }
.ctable__win { background: var(--green-soft); color: var(--ink); font-weight: 600; }
thead .ctable__win { background: var(--green); color: var(--paper); }

/* ---------- CTA ---------- */
.cta { padding: 80px 0; }
.cta__inner {
  background: var(--accent); color: #fff; border-radius: 26px; padding: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap;
}
.cta__title { font-size: clamp(30px, 4vw, 46px); margin: 0 0 10px; color: #fff; }
.cta__lead { color: rgba(255,255,255,.88); margin: 0; max-width: 30em; font-size: 17px; }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta .btn { background: #fff; color: var(--ink); border-color: #fff; }
.cta .btn:hover { box-shadow: 0 10px 22px -10px rgba(0,0,0,.35); }
.cta .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.cta .btn--ghost:hover { background: #fff; color: var(--ink); }

/* ---------- Footer ---------- */
.foot { padding: 30px 0 44px; }
.foot__inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--ink-soft); font-size: 14px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* Stagger kartu alasan */
.grid .card:nth-child(1) { transition-delay: .00s; }
.grid .card:nth-child(2) { transition-delay: .07s; }
.grid .card:nth-child(3) { transition-delay: .14s; }
.grid .card:nth-child(4) { transition-delay: .07s; }
.grid .card:nth-child(5) { transition-delay: .14s; }
.grid .card:nth-child(6) { transition-delay: .21s; }

/* ---------- Entrance animasi hero (saat load) ---------- */
@keyframes riseIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.hero .eyebrow { animation: riseIn .7s .05s both ease-out; }
.hero__title   { animation: riseIn .8s .16s both ease-out; }
.hero__lead    { animation: riseIn .8s .30s both ease-out; }
.hero__cta     { animation: riseIn .8s .44s both ease-out; }
.hero__card    { animation: riseIn .9s .40s both cubic-bezier(.22,.61,.36,1); }
.hero__card:hover { animation: floaty 4s ease-in-out infinite; }

/* Pop saat nilai berubah (klik preset) */
@keyframes pop { 0% { transform: scale(1); } 32% { transform: scale(1.09); } 100% { transform: scale(1); } }
.is-pop { animation: pop .38s ease; }

/* Bar shimmer halus saat bergerak sudah dari transition width; tambah sheen tipis */
.bar { position: relative; }
.dot { transition: transform .2s ease; }
.bar-row:hover .dot { transform: scale(1.25); }

/* ---------- Aksesibilitas: focus ---------- */
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, .chip:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px;
}

/* ---------- Nomor section ---------- */
.sec-no { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif); font-weight: 800; font-size: 14px; color: var(--accent); margin-bottom: 10px; }
.sec-no::after { content: ""; width: 26px; height: 2px; background: var(--accent); }

/* ---------- Scrollspy: nav aktif ---------- */
.nav__links a { position: relative; }
.nav__links a.is-current { color: var(--ink); }
.nav__links a.is-current::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; background: var(--accent); }

/* ---------- Petunjuk scroll di hero ---------- */
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--ink-soft); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue__dot { width: 22px; height: 34px; border: 2px solid var(--ink-soft); border-radius: 12px; position: relative; }
.scroll-cue__dot::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 6px; background: var(--accent); border-radius: 2px; transform: translateX(-50%); animation: cue 1.5s ease-in-out infinite; }
@keyframes cue { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 11px); } }

/* ---------- Portofolio ---------- */
.work-sec { padding: 84px 0; border-bottom: 1px solid var(--line); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.work:hover { transform: translateY(-4px); box-shadow: 0 16px 30px -20px rgba(0,0,0,.4); border-color: var(--accent); }
.work__thumb { aspect-ratio: 16 / 10; display: grid; place-items: center; }
.work__thumb span { font-family: var(--serif); font-weight: 800; font-size: 40px; letter-spacing: -.03em; }
.t-a { background: var(--ink); } .t-a span { color: var(--paper); }
.t-b { background: var(--accent); } .t-b span { color: #fff; }
.t-c { background: var(--paper-2); } .t-c span { color: var(--ink); }
.work__body { padding: 20px 22px 24px; }
.work__tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.work__body h3 { font-size: 20px; margin: 0 0 8px; }
.work__body p { color: var(--ink-soft); font-size: 15px; margin: 0; }
.work-note { color: var(--ink-soft); font-size: 13px; margin-top: 18px; }

/* ---------- Yang termasuk ---------- */
.incl { padding: 84px 0; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.incl-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; }
.incl-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; }
.incl-card--in { border-color: var(--accent); }
.incl-card h3 { font-size: 21px; margin: 0 0 18px; }
.incl-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.incl-list li { position: relative; padding-left: 28px; font-size: 15.5px; }
.incl-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--accent); font-weight: 800; }
.incl-list--muted li { color: var(--ink-soft); }
.incl-list--muted li::before { content: "—"; color: var(--ink-soft); }
.incl-hint { margin: 18px 0 0; font-size: 14px; color: var(--ink-soft); }

/* ---------- Testimoni ---------- */
.tsti { padding: 84px 0; border-bottom: 1px solid var(--line); }
.tsti-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; position: relative; }
.quote::before { content: "\201C"; position: absolute; top: 4px; left: 18px; font-family: var(--serif); font-size: 66px; color: var(--accent); opacity: .22; line-height: 1; }
.quote blockquote { margin: 16px 0 20px; font-size: 16.5px; line-height: 1.55; }
.quote figcaption strong { display: block; font-weight: 700; }
.quote figcaption span { color: var(--ink-soft); font-size: 14px; }

/* ---------- Cara mulai ---------- */
.steps-sec { padding: 84px 0; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; }
.step__no { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--serif); font-weight: 800; font-size: 20px; margin-bottom: 16px; }
.step h3 { font-size: 20px; margin: 0 0 8px; }
.step p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---------- FAQ ---------- */
.faq-sec { padding: 84px 0; border-bottom: 1px solid var(--line); }
.faq { max-width: 820px; }
.faq__item { border: 1px solid var(--line); border-radius: 14px; background: var(--card); margin-bottom: 12px; padding: 0 22px; transition: border-color .15s ease; }
.faq__item[open] { border-color: var(--accent); }
.faq__item summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-family: var(--serif); font-size: 26px; color: var(--accent); transition: transform .2s ease; line-height: 1; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0 0 20px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr; }
  .work-grid, .tsti-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .incl-grid { grid-template-columns: 1fr; }
  .about__inner { grid-template-columns: 1fr; gap: 30px; }
  .about__media { max-width: 380px; margin: 0 auto; }

  .nav__cta { display: none; }
  .nav__toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 40px; margin-left: auto; padding: 8px;
    background: transparent; border: none; cursor: pointer;
  }
  .nav__toggle span { display: block; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    display: none; flex-direction: column; gap: 0; margin: 0;
    background: var(--card); border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px -18px rgba(0,0,0,.45);
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 15px 20px; border-top: 1px solid var(--line); font-size: 16px; }
  .nav__links-cta { display: block; color: var(--accent); font-weight: 700; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .grid { grid-template-columns: 1fr; }
  .work-grid, .tsti-grid, .steps { grid-template-columns: 1fr; }
  .calc__controls { grid-template-columns: 1fr; gap: 22px; }
  .calc__panel { padding: 22px; }
  .cta__inner { padding: 34px; }
  .ticket { box-shadow: 0 16px 34px -22px var(--accent); }
  .fab span { display: none; }
  .fab { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; }
  .reveal { transition: none; opacity: 1; transform: none; }
  .bar { transition: none; }
  .hero__title .strike::after { width: calc(100% + 4px); }
  .hero .eyebrow, .hero__title, .hero__lead, .hero__cta, .hero__card { opacity: 1; transform: none; }
}

/* ---------- Versi ringkas untuk PDF ---------- */
.pdf-sheet { display: none; }

@media print {
  @page { size: A4; margin: 12mm; }
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; box-shadow: none !important; }
  body { background: #fff; }
  /* sembunyikan situs live, tampilkan hanya lembar PDF ringkas */
  body > *:not(.pdf-sheet) { display: none !important; }
  .pdf-sheet { display: block !important; color: var(--ink); font-family: var(--sans); }

  .pdf-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
  .pdf-brand { display: flex; align-items: center; gap: 12px; }
  .pdf-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; object-position: top; border: 1.5px solid var(--ink); }
  .pdf-brand strong { display: block; font-family: var(--serif); font-size: 18px; letter-spacing: -.02em; }
  .pdf-brand span { font-size: 12px; color: var(--ink-soft); }
  .pdf-price { background: var(--accent); color: #fff; font-family: var(--serif); font-size: 26px; letter-spacing: -.02em; padding: 8px 16px; border-radius: 12px; text-align: right; }
  .pdf-price span { display: block; font-family: var(--sans); font-size: 11px; font-weight: 600; color: rgba(255,255,255,.85); letter-spacing: 0; }

  .pdf-title { font-family: var(--serif); font-weight: 800; font-size: 30px; letter-spacing: -.03em; line-height: 1.05; margin: 22px 0 8px; }
  .pdf-title em { font-style: italic; }
  .pdf-sub { color: var(--ink-soft); font-size: 12.5px; margin: 0 0 18px; max-width: 60em; }

  .pdf-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
  .pdf-stats > div { border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
  .pdf-stats b { display: block; font-family: var(--serif); font-size: 22px; letter-spacing: -.02em; }
  .pdf-stats span { font-size: 11px; color: var(--ink-soft); }
  .pdf-stats .hi { background: var(--accent); border-color: var(--accent); }
  .pdf-stats .hi b { color: #fff; }
  .pdf-stats .hi span { color: rgba(255,255,255,.9); }

  .pdf-cols { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 22px; margin-bottom: 18px; }
  .pdf-cols h2 { font-family: var(--serif); font-size: 15px; margin: 0 0 10px; }
  .pdf-why ul { margin: 0; padding: 0; list-style: none; }
  .pdf-why li { position: relative; padding-left: 20px; font-size: 12.5px; margin-bottom: 8px; }
  .pdf-why li::before { content: "\2192"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
  .pdf-cmp table { width: 100%; border-collapse: collapse; }
  .pdf-cmp th, .pdf-cmp td { text-align: left; font-size: 11.5px; padding: 7px 9px; border-bottom: 1px solid var(--line); }
  .pdf-cmp thead th { background: var(--paper-2); font-family: var(--serif); }
  .pdf-cmp .win { background: var(--green-soft); font-weight: 700; }
  .pdf-cmp thead .win { background: var(--accent); color: #fff; }

  .pdf-stack { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .pdf-stack span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); font-weight: 600; }
  .pdf-stack img { width: 26px; height: 26px; object-fit: contain; }

  .pdf-foot { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; font-size: 11.5px; color: var(--ink-soft); }
  .pdf-foot strong { color: var(--ink); }
  .pdf-sheet, .pdf-sheet * { break-inside: avoid; }
}
