/* sidejob — gaya situs
   Warna diturunkan dari latar logo, #1b5c9e, sama dengan aplikasinya. */

:root {
  --brand: #1b5c9e;
  --brand-dark: #10395c;
  --brand-deep: #0a2740;
  --card: #16496f;
  --line: #2a6da8;
  --accent: #2f80d2;
  --accent-hi: #4a97e6;
  --txt: #eef4fa;
  --muted: #a8c4de;
  --dim: #7ea7c9;
  --ok: #5fd39a;
  --radius: 12px;
  --wrap: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  background: var(--brand-dark);
  color: var(--txt);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

a { color: var(--accent-hi); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Kepala ─────────────────────────────────────────────────────────── */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(16, 57, 92, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap {
  display: flex; align-items: center; gap: 18px;
  height: 66px;
}
header.site img.logo { height: 30px; width: auto; display: block; }
nav.main { margin-left: auto; display: flex; align-items: center; gap: 22px; }
nav.main a { color: var(--muted); font-size: 15px; }
nav.main a:hover { color: var(--txt); text-decoration: none; }

.lang { display: flex; gap: 6px; align-items: center; font-size: 14px; }
.lang a { color: var(--dim); padding: 3px 8px; border-radius: 5px; }
.lang a[aria-current="true"] { background: var(--accent); color: #fff; }

.btn {
  display: inline-block; padding: 11px 22px; border-radius: 8px;
  font-weight: 700; font-size: 15px; border: 1px solid transparent;
  transition: background .15s, border-color .15s;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hi); }
.btn-ghost { border-color: var(--line); color: var(--txt); }
.btn-ghost:hover { background: var(--card); }
.btn-lg { padding: 14px 30px; font-size: 16px; }

/* ── Hero ───────────────────────────────────────────────────────────── */
.hero {
  padding: 84px 0 70px;
  background:
    radial-gradient(900px 420px at 78% -8%, rgba(47,128,210,.34), transparent 62%),
    radial-gradient(700px 380px at 8% 8%, rgba(27,92,158,.42), transparent 60%);
}
.hero h1 {
  font-size: clamp(32px, 5vw, 52px); line-height: 1.14;
  letter-spacing: -0.02em; max-width: 15ch; font-weight: 800;
}
.hero .lead {
  margin-top: 20px; font-size: clamp(16px, 2vw, 19px);
  color: var(--muted); max-width: 62ch;
}
.hero .cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero .note { margin-top: 18px; font-size: 14px; color: var(--dim); }

.pill {
  display: inline-block; padding: 5px 13px; border-radius: 999px;
  background: rgba(47,128,210,.18); border: 1px solid var(--line);
  color: var(--accent-hi); font-size: 13px; font-weight: 600;
  margin-bottom: 22px;
}

/* ── Bagian umum ────────────────────────────────────────────────────── */
section { padding: 68px 0; border-top: 1px solid rgba(42,109,168,.34); }
section > .wrap > h2 {
  font-size: clamp(25px, 3.4vw, 34px); letter-spacing: -0.01em;
  font-weight: 800; max-width: 22ch;
}
section > .wrap > .sub {
  margin-top: 12px; color: var(--muted); max-width: 66ch; font-size: 17px;
}

.grid { display: grid; gap: 18px; margin-top: 38px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
}
.card h3 { font-size: 18px; margin-bottom: 9px; font-weight: 700; }
.card p { color: var(--muted); font-size: 15px; }
.card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--accent); color: #fff; font-weight: 800; font-size: 15px;
  margin-bottom: 13px;
}
.card .ico { font-size: 24px; display: block; margin-bottom: 11px; }

/* ── Harga ──────────────────────────────────────────────────────────── */
.price-card {
  max-width: 480px; margin-top: 38px;
  background: var(--card); border: 1px solid var(--accent);
  border-radius: var(--radius); padding: 32px;
}
.price-card .amount { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; }
.price-card .per { color: var(--muted); font-size: 16px; font-weight: 500; }
.price-card ul { list-style: none; margin: 22px 0 26px; }
.price-card li { padding: 7px 0 7px 28px; position: relative; color: var(--muted); }
.price-card li::before {
  content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800;
}

/* ── Catatan penting ────────────────────────────────────────────────── */
.callout {
  background: rgba(47,128,210,.12); border: 1px solid var(--line);
  border-left: 4px solid var(--accent); border-radius: 8px;
  padding: 20px 24px; margin-top: 30px; color: var(--muted);
}
.callout strong { color: var(--txt); }

/* ── FAQ ────────────────────────────────────────────────────────────── */
details.faq {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 10px; padding: 18px 22px; margin-top: 12px;
}
details.faq summary {
  cursor: pointer; font-weight: 700; font-size: 16px; list-style: none;
  display: flex; justify-content: space-between; gap: 16px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--accent-hi); font-size: 21px; line-height: 1; }
details.faq[open] summary::after { content: "\2212"; }
details.faq p { margin-top: 12px; color: var(--muted); font-size: 15px; }

/* ── Kaki ───────────────────────────────────────────────────────────── */
footer.site {
  border-top: 1px solid var(--line); padding: 46px 0 40px;
  background: var(--brand-deep); color: var(--muted); font-size: 14px;
}
footer.site img.logo {
  height: 30px; width: auto; max-width: 100%;
  display: block; margin-bottom: 16px;
}
footer.site .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
footer.site h4 { color: var(--txt); font-size: 14px; margin-bottom: 11px; }
footer.site a { color: var(--muted); display: block; padding: 3px 0; }
footer.site a:hover { color: var(--txt); }
footer.site .legal { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(42,109,168,.4); font-size: 13px; color: var(--dim); }

/* ── Halaman dokumen ────────────────────────────────────────────────── */
.doc { padding: 56px 0 76px; }
.doc .wrap { max-width: 800px; }
.doc h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.doc .meta { color: var(--dim); font-size: 14px; margin-bottom: 34px; }
.doc h2 { font-size: 20px; font-weight: 700; margin: 34px 0 12px; }
.doc p { color: var(--muted); margin-bottom: 13px; }
.doc ul { margin: 0 0 15px 22px; color: var(--muted); }
.doc li { margin-bottom: 7px; }

/* ── Layar kecil ────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  nav.main a.hide-sm { display: none; }
  header.site .wrap { gap: 12px; }
  .hero { padding: 56px 0 48px; }
  section { padding: 50px 0; }
  footer.site .cols { grid-template-columns: 1fr; }
}

/* ── Tangkapan layar produk ─────────────────────────────────────────── */
.shots { display: grid; gap: 26px; margin-top: 38px; }
.shots figure { margin: 0; }
.shots img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--brand-deep);
  box-shadow: 0 14px 34px rgba(6, 26, 44, .45);
}
.shots figcaption {
  margin-top: 13px; color: var(--muted); font-size: 15px; max-width: 72ch;
}
.shots figcaption strong { color: var(--txt); display: block; margin-bottom: 3px; }
@media (min-width: 900px) {
  .shots { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .shots figcaption { font-size: 14px; }
}

/* ── Kotak pemesanan sementara, selama halaman pembayaran belum ada ──── */
.mailbox p { color: var(--muted); font-size: 15px; }
.mailbox .mail {
  display: inline-block; margin: 12px 0 10px;
  background: var(--field, #0d3050); border: 1px solid var(--accent);
  border-radius: 8px; padding: 12px 20px;
  font-size: 17px; font-weight: 700; color: #fff;
  word-break: break-all; user-select: all;
}
.mailbox .mail:hover { background: var(--accent); text-decoration: none; }
.mailbox .hint { color: var(--dim); font-size: 13px; }

/* ── Bagian unduh ───────────────────────────────────────────────────── */
.download { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 32px; }
.btn.dl { display: inline-flex; align-items: center; gap: 10px; }
.btn.dl svg { flex: none; }
.dl-meta { display: flex; align-items: center; gap: 10px; }
.dl-ver { color: var(--muted); font-size: 15px; font-weight: 600; }
.dl-tag {
  background: var(--ok); color: #06301f; font-size: 12px; font-weight: 800;
  padding: 3px 10px; border-radius: 999px; text-transform: lowercase;
}
.dl-note { margin-top: 18px; color: var(--dim); font-size: 13px; max-width: 68ch; }
