/* Tampilan baru situs Solmed (SEMAI, beranda) — di atas solmed.css. Semua kelas berawalan sp- */
.sp {
  --sp-tinta: #0c2340;
  --sp-biru: #114983;
  --sp-biru-muda: #9fc3e6;
  --sp-merah: #ee2628;
  --sp-teks: #45596e;
  --sp-garis: #dfe7ec;
  --sp-dasar: #f4f7f8;
  --sp-serif: "Fraunces", Georgia, serif;
  --sp-mono: "JetBrains Mono", ui-monospace, monospace;
  background: var(--sp-dasar);
  color: var(--sp-tinta);
}
.sp h1, .sp h2, .sp h3 { color: inherit; }
.sp-wadah { width: min(100% - 32px, var(--lebar, 1120px)); margin-inline: auto; }
.sp-miring { font-style: italic; color: var(--sp-biru); }
.sp-label { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sp-mono); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sp-merah); margin: 0 0 16px; }
.sp-judul { font-family: var(--sp-serif); font-weight: 400; font-size: clamp(2.3rem, 4.6vw, 3.75rem); line-height: 1.04; letter-spacing: -.02em; margin: 0; }
.sp-kepala { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px 64px; flex-wrap: wrap; margin-bottom: 56px; }
.sp-kepala > p { margin: 0; max-width: 420px; font-size: 1.06rem; line-height: 1.6; color: var(--sp-teks); }
/* Judul dan pengantar berbagi satu baris selama muat; tanpa flex-basis judul
   yang panjang merebut seluruh baris dan pengantarnya jatuh ke bawah. */
.sp-kepala > div:first-child { flex: 1 1 520px; max-width: 720px; }
.sp-kepala > p, .sp-kepala > .sp-kepala-kanan { flex: 0 1 440px; }
.sp-bagian { padding: clamp(72px, 9vw, 128px) 0; }
.sp-putih { background: #fff; border-block: 1px solid var(--sp-garis); }
.sp-tombol { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 28px; border-radius: 999px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: transform .15s, background .2s; }
.sp-tombol:active { transform: translateY(1px); }
.sp-tombol svg { width: 18px; height: 18px; }

/* Hero */
.sp-hero { background: var(--sp-tinta); color: #eaf1f6; position: relative; overflow: hidden; padding: clamp(64px, 8vw, 96px) 0 0; }
.sp-hero-cincin { position: absolute; right: -180px; top: -160px; width: 760px; height: 760px; opacity: .16; pointer-events: none; }
.sp-hero-isi { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; position: relative; }
.sp-hero-teks { display: flex; flex-direction: column; gap: 28px; padding-bottom: 96px; }
.sp-hero .sp-label { color: var(--sp-biru-muda); margin: 0; font-size: .74rem; letter-spacing: .08em; }
.sp-titik { width: 8px; height: 8px; border-radius: 50%; background: var(--sp-merah); }
.sp-hero h1 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(3rem, 6.4vw, 5.25rem); line-height: .98; letter-spacing: -.025em; color: #fff; }
.sp-hero h1 em { color: var(--sp-biru-muda); }
.sp-hero-teks > p { margin: 0; font-size: 1.2rem; line-height: 1.6; color: #c3d4e3; max-width: 540px; }
.sp-hero-aksi { display: flex; gap: 14px; flex-wrap: wrap; }
.sp-tombol-terang { background: #fff; color: var(--sp-tinta); }
.sp-tombol-terang:hover { background: #e3edf6; color: var(--sp-tinta); }
.sp-tombol-hantu { color: #fff; border: 1px solid #4b6d92; }
.sp-tombol-hantu:hover { background: #16365b; color: #fff; }
.sp-hero-catatan { font-size: .9rem !important; color: #8aa3bb !important; }

/* Tiruan layar produk */
.sp-layar { align-self: end; justify-self: end; width: 100%; max-width: 580px; background: #f9fbfc; border-radius: 20px 20px 0 0; box-shadow: 0 40px 80px rgba(0,0,0,.35); color: var(--sp-tinta); overflow: hidden; }
.sp-layar-bilah { height: 48px; background: #fff; border-bottom: 1px solid #e3eaef; display: flex; align-items: center; gap: 8px; padding: 0 20px; }
.sp-layar-bilah i { width: 10px; height: 10px; border-radius: 50%; background: #dfe7ec; }
.sp-layar-bilah span { margin-left: 12px; font-family: var(--sp-mono); font-size: 12px; color: #6a7f94; }
.sp-layar-isi { padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.sp-layar-atas { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.sp-kecil-mono { font-family: var(--sp-mono); font-size: 11px; color: #6a7f94; letter-spacing: .06em; }
.sp-layar-judul { font-family: var(--sp-serif); font-size: 26px; margin-top: 4px; }
.sp-lencana { font-size: 12px; font-weight: 600; background: #e5f3ec; color: #1f6b47; padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
.sp-angka4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.sp-kotak { background: #fff; border: 1px solid #e3eaef; border-radius: 12px; padding: 12px; }
.sp-kotak small { display: block; font-size: 11px; color: #6a7f94; }
.sp-kotak b { font-size: 24px; }
.sp-panel { background: #fff; border: 1px solid #e3eaef; border-radius: 14px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.sp-panel-kepala { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 600; }
.sp-panel-kepala span:last-child { font-family: var(--sp-mono); font-weight: 400; color: var(--sp-biru); }
.sp-embrio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sp-embrio figure { margin: 0; border: 1px solid #e3eaef; border-radius: 12px; padding: 12px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sp-embrio figure.dipilih { border: 2px solid var(--sp-biru); padding: 11px; }
.sp-embrio svg { width: 84px; height: 84px; max-width: 100%; }
.sp-embrio b { font-family: var(--sp-mono); font-size: 18px; font-weight: 500; }
.sp-embrio figcaption { font-size: 11px; color: #6a7f94; }
.sp-embrio .dipilih figcaption { color: var(--sp-biru); font-weight: 600; }
.sp-bar { height: 8px; background: #edf2f5; border-radius: 999px; overflow: hidden; display: flex; }
.sp-bar span { width: 62%; background: var(--sp-biru); }
.sp-bar i { width: 3px; background: var(--sp-merah); }
.sp-panel p { margin: 0; font-size: 12px; color: #6a7f94; }

/* Strip kepatuhan */
.sp-strip { background: #fff; border-bottom: 1px solid var(--sp-garis); }
.sp-strip ul { list-style: none; margin: 0 auto; padding: 28px 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sp-strip li { display: flex; flex-direction: column; gap: 4px; padding: 4px 20px; border-left: 1px solid #e3eaef; }
.sp-strip li:first-child { border-left: 0; padding-left: 0; }
.sp-strip b { font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.3rem, 2vw, 1.6rem); white-space: nowrap; }
.sp-strip span { font-size: .82rem; color: #56697d; }

/* Modul */
.sp-modul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.sp-kartu { background: #fff; border: 1px solid var(--sp-garis); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; transition: transform .2s, box-shadow .2s; }
.sp-kartu:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,35,64,.08); }
.sp-ikon { width: 52px; height: 52px; border-radius: 14px; background: #e8f0f8; display: flex; align-items: center; justify-content: center; }
.sp-ikon svg { width: 26px; height: 26px; }
.sp-kartu h3 { margin: 0; font-family: var(--sp-serif); font-weight: 500; font-size: 2rem; line-height: 1.1; }
.sp-kartu h3 small { display: block; font-family: var(--sp-mono); font-size: .75rem; font-weight: 400; color: #6a7f94; margin-bottom: 6px; }
.sp-kartu p { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--sp-teks); }

/* Alur */
.sp-alur { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 28px; position: relative; }
.sp-alur::before { content: ""; position: absolute; left: 0; right: 0; top: 23px; height: 1px; background: #cfdbe3; }
.sp-alur li { display: flex; flex-direction: column; gap: 14px; position: relative; }
.sp-alur li > span { width: 46px; height: 46px; border-radius: 50%; background: var(--sp-tinta); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--sp-mono); font-size: 14px; }
.sp-alur li.sorot > span { background: var(--sp-biru); box-shadow: 0 0 0 6px #e8f0f8; }
.sp-alur li.akhir > span { background: var(--sp-merah); }
.sp-alur h3 { margin: 0; font-family: var(--tampil); font-size: 1.15rem; font-weight: 700; }
.sp-alur p { margin: 0; font-size: .9rem; line-height: 1.6; color: var(--sp-teks); }

/* Bento keunggulan */
.sp-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sp-bento article { background: #fff; border: 1px solid var(--sp-garis); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.sp-bento article > svg { width: 28px; height: 28px; }
.sp-bento h3 { margin: 0; font-family: var(--tampil); font-size: 1.3rem; font-weight: 700; line-height: 1.3; }
.sp-bento p { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--sp-teks); }
.sp-bento .sp-besar { grid-column: span 2; grid-row: span 2; background: var(--sp-tinta); color: #eaf1f6; border: 0; padding: 48px; justify-content: space-between; gap: 32px; position: relative; overflow: hidden; min-height: 560px; }
.sp-besar .sp-besar-seni { position: absolute; right: -40px; bottom: -40px; width: 420px; height: 420px; pointer-events: none; }
.sp-besar > div { position: relative; display: flex; flex-direction: column; gap: 20px; max-width: 520px; }
.sp-besar .sp-kecil-mono { font-size: 12px; color: var(--sp-biru-muda); }
.sp-besar h3 { font-family: var(--sp-serif); font-weight: 400; font-size: clamp(2rem, 3.2vw, 2.75rem); line-height: 1.08; color: #fff; }
.sp-besar p { font-size: 1.06rem; line-height: 1.65; color: #c3d4e3; }
.sp-besar .sp-pil { position: relative; align-self: flex-start; font-size: .9rem; font-weight: 600; background: #16365b; border: 1px solid #2d5580; padding: 10px 16px; border-radius: 999px; }
.sp-bento .sp-biru { background: #e8f0f8; border-color: #cfdeed; }
.sp-bento .sp-biru p { color: #34495f; }

/* Pelaporan */
.sp-gelap { background: var(--sp-tinta); color: #eaf1f6; }
.sp-gelap .sp-label { color: #ff8a8b; }
.sp-gelap .sp-judul { color: #fff; }
.sp-gelap .sp-miring { color: var(--sp-biru-muda); }
.sp-gelap .sp-kepala > p { color: #c3d4e3; }
.sp-lapor { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #2d4a6c; }
.sp-lapor > div { padding: 40px 40px 8px; border-left: 1px solid #2d4a6c; display: flex; flex-direction: column; gap: 14px; }
.sp-lapor > div:first-child { border-left: 0; padding-left: 0; }
.sp-lapor > div:last-child { padding-right: 0; }
.sp-lapor h3 { margin: 0; font-family: var(--tampil); font-size: 1.25rem; font-weight: 700; color: #fff; }
.sp-lapor p { margin: 0; font-size: .95rem; line-height: 1.65; color: #b3c6d8; }
.sp-lapor-angka { font-family: var(--sp-serif); font-size: 6rem; line-height: 1; color: #fff; height: 96px; display: flex; align-items: flex-end; gap: 14px; }
.sp-lapor-angka small { font-size: 2.5rem; color: #6f8fb1; }
.sp-lapor-angka em { font-size: 4.5rem; }
.sp-grafik { display: flex; align-items: flex-end; gap: 8px; height: 96px; }
.sp-grafik i { width: 28px; border-radius: 4px 4px 0 0; background: #3a6a9c; }

/* Kepatuhan & FAQ: dua kolom */
.sp-dua { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px 96px; }
.sp-dua > div:first-child > p:not(.sp-label) { margin: 16px 0 0; font-size: 1.06rem; line-height: 1.6; color: var(--sp-teks); }
.sp-patuh { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cfdbe3; }
.sp-patuh > div { padding: 32px 32px 32px 0; display: flex; flex-direction: column; gap: 10px; border-bottom: 1px solid #cfdbe3; }
.sp-patuh > div:nth-child(even) { padding: 32px 0 32px 32px; border-left: 1px solid #cfdbe3; }
.sp-patuh > div:nth-last-child(-n+2) { border-bottom: 0; }
.sp-patuh .sp-kecil-mono { font-size: 12px; color: var(--sp-biru); }
.sp-patuh h3 { margin: 0; font-family: var(--tampil); font-size: 1.25rem; font-weight: 700; }
.sp-patuh p { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--sp-teks); }

/* Implementasi */
.sp-impl { background: #fff; border: 1px solid var(--sp-garis); border-radius: 24px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; gap: 32px; }
.sp-impl-kepala { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.sp-impl h2 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.9rem, 3vw, 2.5rem); }
.sp-impl-kepala span { color: #56697d; }
.sp-impl ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.sp-impl li { display: flex; flex-direction: column; gap: 10px; }
.sp-impl li i { height: 10px; border-radius: 999px; }
.sp-impl li small { font-family: var(--sp-mono); font-size: 12px; color: #6a7f94; }
.sp-impl li b { font-size: 1.1rem; }

/* Ajakan */
.sp-ajak { background: var(--sp-biru); color: #fff; border-radius: 32px; padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 64px; align-items: center; position: relative; overflow: hidden; }
.sp-ajak-seni { position: absolute; left: -160px; bottom: -260px; width: 520px; height: 520px; opacity: .25; pointer-events: none; }
.sp-ajak > div { position: relative; display: flex; flex-direction: column; gap: 14px; }
.sp-ajak .sp-judul { color: #fff; }
.sp-ajak p { margin: 0; font-size: 1.12rem; line-height: 1.6; color: #d6e4f2; }
.sp-ajak-tautan { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 28px; border-radius: 16px; font-weight: 700; font-size: 1.06rem; text-decoration: none; }
.sp-ajak-tautan.utama { background: #fff; color: var(--sp-tinta); }
.sp-ajak-tautan.utama:hover { background: #e3edf6; color: var(--sp-tinta); }
.sp-ajak-tautan.kedua { background: #0d3a68; color: #fff; border: 1px solid #2f6aa6; font-weight: 600; flex-direction: column; align-items: flex-start; gap: 4px; }
.sp-ajak-tautan.kedua:hover { background: #0a2f55; color: #fff; }
.sp-ajak-tautan.kedua small { font-size: .85rem; font-weight: 500; color: #b8d0e8; }
.sp-ajak-tautan svg { width: 20px; height: 20px; flex-shrink: 0; }
.sp-ajak-kecil { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sp-ajak-kecil a { color: #fff; font-weight: 600; padding: 16px 20px; border-radius: 16px; border: 1px solid #4b82bb; text-align: center; text-decoration: none; }
.sp-ajak-kecil a:hover { background: #0d3a68; color: #fff; }

/* FAQ */
.sp-faq { border-top: 1px solid #cfdbe3; }
.sp-faq details { border-bottom: 1px solid #cfdbe3; padding: 24px 0; }
.sp-faq summary { font-family: var(--tampil); font-size: 1.2rem; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.sp-faq summary::-webkit-details-marker { display: none; }
.sp-faq summary::after { content: "+"; font-family: var(--sp-mono); font-weight: 400; font-size: 1.4rem; line-height: 1.2; color: var(--sp-biru); transition: transform .2s; }
.sp-faq details[open] summary::after { transform: rotate(45deg); }
.sp-faq p { margin: 14px 0 0; font-size: 1rem; line-height: 1.65; color: var(--sp-teks); max-width: 640px; }

/* Responsif */
@media (max-width: 1080px) {
  .sp-hero-isi { grid-template-columns: 1fr; gap: 0; }
  .sp-hero-teks { padding-bottom: 56px; }
  .sp-layar { justify-self: start; }
  .sp-modul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-alur { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 40px; }
  .sp-alur::before { display: none; }
  .sp-strip ul { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 20px; }
  .sp-strip li:nth-child(4) { border-left: 0; padding-left: 0; }
  .sp-dua { grid-template-columns: 1fr; }
  .sp-ajak { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .sp-bento { grid-template-columns: 1fr 1fr; }
  .sp-bento .sp-besar { min-height: 480px; }
  .sp-lapor { grid-template-columns: 1fr; }
  .sp-lapor > div, .sp-lapor > div:first-child { padding: 32px 0; border-left: 0; border-bottom: 1px solid #2d4a6c; }
  .sp-lapor > div:last-child { border-bottom: 0; }
  .sp-impl ol { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
}
@media (max-width: 640px) {
  .sp-kepala { margin-bottom: 36px; }
  .sp-modul, .sp-bento, .sp-patuh { grid-template-columns: 1fr; }
  .sp-bento .sp-besar { grid-column: auto; grid-row: auto; padding: 32px; min-height: 0; }
  .sp-besar .sp-besar-seni { width: 260px; height: 260px; opacity: .5; }
  .sp-alur { grid-template-columns: 1fr; row-gap: 28px; }
  .sp-alur li { display: grid; grid-template-columns: 46px 1fr; column-gap: 16px; row-gap: 6px; }
  .sp-alur li > span { grid-row: span 2; }
  .sp-strip ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-strip li, .sp-strip li:nth-child(4) { border-left: 0; padding: 0; }
  .sp-strip li:nth-child(odd) { padding-right: 12px; }
  .sp-patuh > div, .sp-patuh > div:nth-child(even) { padding: 24px 0; border-left: 0; border-bottom: 1px solid #cfdbe3; }
  .sp-patuh > div:last-child { border-bottom: 0; }
  .sp-layar-isi { padding: 16px; }
  .sp-layar-judul { font-size: 21px; }
  .sp-panel-kepala { flex-direction: column; gap: 2px; }
  .sp-angka4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-embrio figure { padding: 8px; }
  .sp-embrio figure.dipilih { padding: 7px; }
  .sp-embrio svg { width: 64px; height: 64px; }
  .sp-lencana { white-space: normal; text-align: center; }
  .sp-lapor-angka { font-size: 4.5rem; }
  .sp-hero-aksi .sp-tombol { flex: 1 1 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .sp-kartu, .sp-kartu:hover { transition: none; transform: none; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Rincian modul per kelompok (versi Indonesia) */
.sp-rinci { display: flex; flex-direction: column; }
.sp-rinci-grup { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 24px 48px; padding: 40px 0; border-top: 1px solid #cfdbe3; }
.sp-rinci-grup > h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: 1.75rem; line-height: 1.15; }
.sp-rinci-grup > h3 small { display: block; font-family: var(--sp-mono); font-size: .75rem; color: var(--sp-merah); letter-spacing: .08em; margin-bottom: 8px; }
.sp-rinci-isi { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 32px; }
.sp-rinci-isi h4 { margin: 0 0 8px; font-family: var(--tampil); font-size: 1.05rem; font-weight: 700; color: var(--sp-tinta); }
.sp-rinci-isi p { margin: 0; font-size: .92rem; line-height: 1.6; color: var(--sp-teks); }
.sp-tiga { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.sp-tiga article { background: #fff; border: 1px solid var(--sp-garis); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.sp-tiga .sp-kecil-mono { color: var(--sp-merah); font-size: 12px; }
.sp-tiga h3 { margin: 0; font-family: var(--sp-serif); font-weight: 500; font-size: 1.5rem; line-height: 1.2; }
.sp-tiga p { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--sp-teks); }
@media (max-width: 1080px) {
  .sp-rinci-grup { grid-template-columns: 1fr; }
  .sp-tiga { grid-template-columns: 1fr; }
}
@media (max-width: 860px) { .sp-rinci-isi { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .sp-rinci-isi { grid-template-columns: 1fr; gap: 20px; } }

/* ══════════════════════════════════════════════════════════════════════════
   BERANDA (/ dan /id/) — 23 Sep 2026
   Isi dan data-k tetap sama dengan versi lama: teks yang diubah pemilik di
   admin situs masih menggantikan teks bawaan. ID formulir tidak diubah
   karena dipakai solmed.js.
   ══════════════════════════════════════════════════════════════════════════ */
.sp-beranda section[id] { scroll-margin-top: 76px; }
.sp-kepala-kanan p { margin: 0; font-size: 1.06rem; line-height: 1.6; color: var(--sp-teks); }
.sp-tombol-gelap { background: var(--sp-tinta); color: #fff; }
.sp-tombol-gelap:hover { background: var(--sp-biru); color: #fff; }
.sp-beranda .sp-kecil-mono { margin: 0; text-transform: uppercase; letter-spacing: .08em; }

/* Hero — cincin dipisah ke lapisan sendiri supaya kartu lini boleh menjorok
   keluar dari bagian gelap tanpa ikut terpotong. */
.sp-hero-beranda { overflow: visible; padding-bottom: 0; }
.sp-hero-latar { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.sp-hero-beranda .sp-hero-isi { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: center; }
.sp-hero-beranda .sp-hero-teks { padding-bottom: 0; }
.sp-hero-beranda h1 { font-size: clamp(2.5rem, 4.7vw, 3.9rem); line-height: 1.04; }

.sp-kolase { position: relative; height: 500px; }
.sp-kolase-foto { position: absolute; right: 0; top: 0; width: 84%; height: 440px; margin: 0; background: #fff; border-radius: 28px; box-shadow: 0 40px 80px rgba(0,0,0,.35); display: flex; flex-direction: column; overflow: hidden; }
.sp-kolase-foto img { flex: 1; min-height: 0; width: 100%; object-fit: contain; padding: 28px 28px 4px; }
.sp-kolase-foto figcaption { padding: 0 24px 20px; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: .92rem; color: var(--sp-teks); }
.sp-kolase-foto figcaption b { font-family: var(--sp-mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; color: var(--sp-biru); }
.sp-kolase-kartu { position: absolute; background: #fff; color: var(--sp-tinta); border-radius: 18px; box-shadow: 0 24px 48px rgba(0,0,0,.28); }
.sp-kolase-status { left: 0; top: 40px; display: flex; align-items: center; gap: 12px; padding: 10px 18px 10px 10px; border-radius: 999px; }
.sp-kolase-cek { width: 34px; height: 34px; border-radius: 50%; background: #e5f3ec; color: #1f6b47; display: grid; place-items: center; flex: none; }
.sp-kolase-cek svg { width: 18px; height: 18px; }
.sp-kolase-status b { display: block; font-size: 13px; }
.sp-kolase-status small { display: block; font-size: 11px; color: #56697d; }
.sp-kolase-studi { left: 0; bottom: 0; width: 224px; padding: 18px; display: flex; flex-direction: column; gap: 8px; background: #e8f0f8; }
.sp-kolase-studi .sp-kecil-mono { color: var(--sp-biru); }
.sp-kolase-studi b { font-family: var(--sp-serif); font-weight: 500; font-size: 1.15rem; }
.sp-kolase-batang { display: flex; align-items: flex-end; gap: 6px; height: 56px; }
.sp-kolase-batang i { flex: 1; border-radius: 4px 4px 0 0; background: #8fb3d9; }
.sp-kolase-batang i:last-child { background: var(--sp-biru); }
.sp-kolase-studi small { font-size: 11px; color: #56697d; }

/* Tiga lini layanan: kartu putih di perbatasan hero gelap dan bagian berikutnya */
.sp-lini { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 80px; margin-bottom: -96px; }
.sp-lini-kartu { display: flex; flex-direction: column; gap: 12px; padding: 28px; background: #fff; color: var(--sp-tinta); border: 1px solid var(--sp-garis); border-radius: 22px; box-shadow: 0 24px 60px rgba(12,35,64,.16); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.sp-lini-kartu:hover { transform: translateY(-4px); box-shadow: 0 30px 70px rgba(12,35,64,.22); color: var(--sp-tinta); }
.sp-lini-atas { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.sp-lini-nomor { font-family: var(--sp-mono); font-size: 13px; letter-spacing: .08em; color: var(--sp-merah); }
.sp-lini-kartu strong { font-family: var(--sp-serif); font-weight: 500; font-size: 1.55rem; line-height: 1.15; }
.sp-lini-teks { font-size: .94rem; line-height: 1.6; color: var(--sp-teks); }
.sp-lini-panah { margin-top: auto; padding-top: 6px; color: var(--sp-biru); }
.sp-lini-panah svg { width: 22px; height: 22px; transition: transform .2s; }
.sp-lini-kartu:hover .sp-lini-panah svg { transform: translateX(4px); }

/* Tentang */
.sp-tentang { padding-top: calc(96px + clamp(64px, 8vw, 104px)); }
.sp-tentang-isi { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px 80px; align-items: start; }
.sp-tentang-isi .sp-judul { margin-bottom: 24px; }
.sp-tentang-isi > div > p:not(.sp-label) { margin: 0 0 1em; max-width: 62ch; font-size: 1.08rem; line-height: 1.7; color: var(--sp-teks); }
.sp-misi { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--sp-garis); border-radius: 24px; padding: 36px; display: flex; flex-direction: column; gap: 20px; }
.sp-misi::before { content: "\201C"; position: absolute; right: 26px; top: 10px; font-family: var(--sp-serif); font-size: 120px; line-height: 1; color: #dde8f4; pointer-events: none; }
.sp-misi .sp-kecil-mono { position: relative; color: var(--sp-merah); font-size: 12px; }
.sp-misi blockquote { position: relative; margin: 0; font-family: var(--sp-serif); font-style: italic; font-weight: 400; font-size: 1.6rem; line-height: 1.3; }
.sp-fakta { list-style: none; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--sp-garis); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sp-fakta li { display: flex; flex-direction: column; gap: 6px; }
.sp-fakta strong { font-family: var(--sp-serif); font-weight: 400; font-size: 2.6rem; line-height: 1; color: var(--sp-biru); }
.sp-fakta span { font-size: .85rem; line-height: 1.4; color: #56697d; }

/* Alat kesehatan */
.sp-merek { list-style: none; margin: 0 0 40px; padding: 20px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 48px; border-block: 1px solid var(--sp-garis); font-family: var(--sp-serif); font-size: 1.35rem; color: #56697d; }
.sp-merek-label { font-family: var(--sp-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #6a7f94; }
.sp-merek img { height: 26px; width: auto; }
.sp-produk-kisi { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sp-produk { background: #fff; border: 1px solid var(--sp-garis); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.sp-produk:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,35,64,.08); }
.sp-produk-foto { background: var(--sp-dasar); aspect-ratio: 4 / 3; padding: 24px; display: flex; align-items: center; justify-content: center; }
/* multiply: latar putih foto produk larut ke latar abu kartu, jadi alatnya
   terlihat seperti potongan tanpa harus menyunting fotonya. */
.sp-produk-foto img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.sp-produk-isi { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.sp-produk-kategori { margin: 0; font-family: var(--sp-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--sp-biru); }
.sp-produk h3 { margin: 0; font-family: var(--sp-serif); font-weight: 500; font-size: 1.5rem; line-height: 1.15; }
.sp-produk-isi > p:not(.sp-produk-kategori) { margin: 0; font-size: .94rem; line-height: 1.6; color: var(--sp-teks); }
.sp-produk details { font-size: .9rem; }
.sp-produk summary { cursor: pointer; list-style: none; display: inline-flex; gap: 8px; color: var(--sp-biru); font-weight: 600; }
.sp-produk summary::-webkit-details-marker { display: none; }
.sp-produk summary::after { content: "+"; font-family: var(--sp-mono); font-weight: 400; }
.sp-produk details[open] summary::after { content: "−"; }
.sp-produk details ul { margin: 8px 0 0; padding-left: 18px; color: var(--sp-teks); }
.sp-produk-tambah { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border: 1px solid var(--sp-tinta); border-radius: 999px; background: transparent; color: var(--sp-tinta); font: inherit; font-weight: 600; cursor: pointer; transition: background .2s, color .2s; }
.sp-produk-tambah:hover { background: var(--sp-tinta); color: #fff; }
.sp-produk-tambah svg { width: 16px; height: 16px; }
.sp-produk-lebar { grid-column: 1 / -1; flex-direction: row; }
.sp-produk-lebar .sp-produk-foto { flex: 0 0 48%; aspect-ratio: auto; padding: 32px; }
.sp-produk-lebar .sp-produk-isi { justify-content: center; padding: 40px; max-width: 560px; }

.sp-lini-produk { margin-top: 56px; background: var(--sp-dasar); border-radius: 24px; padding: clamp(28px, 4vw, 48px); }
.sp-lini-produk-kepala { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px 48px; margin-bottom: 32px; }
.sp-lini-produk-kepala h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: 2rem; line-height: 1.1; }
.sp-lini-produk-kepala p { margin: 0; max-width: 520px; font-size: .98rem; line-height: 1.6; color: var(--sp-teks); }
.sp-lini-produk-kisi { columns: 4 220px; column-gap: 32px; }
.sp-lini-produk-kisi > div { break-inside: avoid; margin-bottom: 28px; }
.sp-lini-produk-kisi h4 { margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px solid #cfdbe3; font-family: var(--sp-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--sp-biru); }
.sp-lini-produk-kisi ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; font-size: .88rem; line-height: 1.45; color: var(--sp-teks); }

.sp-syarat { margin-top: 20px; border: 1px solid var(--sp-garis); border-radius: 24px; padding: clamp(24px, 3.5vw, 40px); display: flex; flex-direction: column; gap: 28px; }
.sp-syarat-daftar { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.sp-syarat-daftar li { display: flex; flex-direction: column; gap: 6px; padding-left: 24px; border-left: 1px solid var(--sp-garis); }
.sp-syarat-daftar li:first-child { padding-left: 0; border-left: 0; }
.sp-syarat-daftar b { font-family: var(--sp-serif); font-weight: 400; font-size: 1.9rem; line-height: 1.1; }
.sp-syarat-daftar span { font-size: .88rem; line-height: 1.5; color: #56697d; }
.sp-syarat-bawah { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px 40px; padding-top: 24px; border-top: 1px solid var(--sp-garis); }
.sp-syarat-bawah p { flex: 1 1 380px; margin: 0; max-width: 620px; font-size: .95rem; line-height: 1.6; color: var(--sp-teks); }
.sp-syarat-bawah .sp-tombol { flex: none; }

/* Konsultansi */
.sp-pasar { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 40px 64px; margin-bottom: 64px; background: #fff; border: 1px solid var(--sp-garis); border-radius: 24px; padding: clamp(28px, 4.5vw, 56px); }
.sp-pasar-teks { display: flex; flex-direction: column; gap: 16px; }
.sp-pasar-teks .sp-kecil-mono { color: var(--sp-merah); font-size: 12px; }
.sp-pasar-teks h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1; }
.sp-pasar-teks p { margin: 0; font-size: 1rem; line-height: 1.7; color: var(--sp-teks); }
.sp-pasar-teks .sp-sumber { font-size: .82rem; color: #6a7f94; }
.sp-sumber a { color: var(--sp-biru); }
.sp-pasar-angka { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.sp-pasar-angka li { display: flex; flex-direction: column; gap: 6px; padding: 22px 0; border-top: 1px solid var(--sp-garis); }
.sp-pasar-angka li:first-child { padding-top: 0; border-top: 0; }
.sp-pasar-angka li:last-child { padding-bottom: 0; }
.sp-pasar-angka b { font-family: var(--sp-serif); font-weight: 400; font-size: clamp(2.3rem, 4vw, 3.1rem); line-height: 1; }
.sp-pasar-angka span { font-size: .95rem; line-height: 1.5; color: var(--sp-teks); }
.sp-pasar-angka small { font-family: var(--sp-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #6a7f94; }

.sp-subjudul { margin: 0 0 20px; font-family: var(--sp-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #6a7f94; }
.sp-alasan { list-style: none; margin: 0 0 64px; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.sp-alasan li { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; border-top: 2px solid var(--sp-tinta); }
.sp-alasan strong { font-family: var(--tampil); font-size: 1.08rem; font-weight: 700; line-height: 1.3; }
.sp-alasan span { font-size: .92rem; line-height: 1.6; color: var(--sp-teks); }
.sp-layanan { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sp-layanan article { background: #fff; border: 1px solid var(--sp-garis); border-radius: 22px; padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; }
.sp-layanan .sp-kecil-mono { color: var(--sp-merah); font-size: 12px; }
.sp-layanan h3 { margin: 0; font-family: var(--sp-serif); font-weight: 500; font-size: 1.4rem; line-height: 1.2; }
.sp-layanan p { margin: 0; font-size: .94rem; line-height: 1.65; color: var(--sp-teks); }
.sp-proses { margin-top: 64px; }
.sp-alur-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sp-ajak-klinik { position: relative; overflow: hidden; margin-top: 64px; background: var(--sp-tinta); color: #eaf1f6; border-radius: 28px; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px 56px; align-items: center; }
.sp-ajak-klinik > div { position: relative; }
.sp-ajak-klinik h3 { margin: 0 0 12px; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.1; color: #fff; }
.sp-ajak-klinik p { margin: 0; font-size: 1.02rem; line-height: 1.65; color: #c3d4e3; }
.sp-ajak-klinik-aksi { display: flex; flex-direction: column; gap: 12px; }
.sp-ajak-klinik-aksi .sp-tombol { justify-content: center; }
.sp-ajak-klinik .sp-ajak-seni { left: auto; right: -200px; bottom: -280px; }

/* Sistem informasi */
.sp-sistem-kisi { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sp-sistem { background: #112d50; border: 1px solid #24466e; border-radius: 26px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.sp-sistem-layar { position: relative; height: 190px; margin-bottom: 8px; background: #0c2340; border: 1px solid #24466e; border-radius: 16px; overflow: hidden; }
.sp-sistem-layar svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.sp-sistem .sp-kecil-mono { color: var(--sp-biru-muda); font-size: 12px; }
.sp-sistem h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: 2.6rem; line-height: 1.05; color: #fff; }
.sp-sistem h3 em { display: block; margin-top: 8px; font-family: var(--tampil); font-style: normal; font-size: 1rem; font-weight: 600; line-height: 1.4; color: #c3d4e3; }
.sp-sistem > p { margin: 0; font-size: .96rem; line-height: 1.65; color: #b3c6d8; }
.sp-sistem > p strong { color: #fff; }
.sp-modul-chip { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sp-modul-chip li { padding: 5px 12px; border: 1px solid #2d5580; border-radius: 999px; background: rgba(159,195,230,.08); font-size: .82rem; color: #dbe7ee; }
.sp-sistem-aksi { margin-top: auto; padding-top: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.sp-tautan-garis { color: #fff; font-weight: 600; font-size: .95rem; text-decoration: none; border-bottom: 1px solid #3c5878; padding-bottom: 2px; }
.sp-tautan-garis:hover { color: var(--sp-biru-muda); border-color: var(--sp-biru-muda); }
.sp-domain { font-family: var(--sp-mono); font-size: 12px; color: #6f8fb1; }
.sp-kepatuhan { margin-top: 56px; padding-top: 40px; border-top: 1px solid #2d4a6c; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 64px; }
.sp-kepatuhan h3 { margin: 0 0 10px; font-family: var(--sp-serif); font-weight: 400; font-size: 1.6rem; line-height: 1.2; color: #fff; }
.sp-kepatuhan p { margin: 0; font-size: .96rem; line-height: 1.65; color: #b3c6d8; }

/* Keunggulan */
.sp-ai { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); margin-bottom: 20px; background: #fff; border: 1px solid var(--sp-garis); border-radius: 26px; overflow: hidden; }
.sp-ai-kepala { position: relative; overflow: hidden; background: var(--sp-tinta); color: #eaf1f6; padding: clamp(32px, 4vw, 48px); display: flex; flex-direction: column; gap: 18px; }
.sp-ai-kepala > * { position: relative; }
.sp-ai-kepala .sp-kecil-mono { color: var(--sp-biru-muda); font-size: 12px; }
.sp-ai-kepala h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.1; color: #fff; }
.sp-ai-kepala p { margin: 0; font-size: 1rem; line-height: 1.7; color: #c3d4e3; }
.sp-ai-kepala .sp-ai-seni { position: absolute; right: -120px; bottom: -140px; width: 360px; height: 360px; opacity: .5; pointer-events: none; }
.sp-ai-kisi { display: flex; flex-direction: column; }
.sp-ai-kisi article { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 18px; row-gap: 6px; padding: 28px 36px; border-top: 1px solid var(--sp-garis); }
.sp-ai-kisi article:first-child { border-top: 0; }
.sp-nomor-bulat { grid-row: span 2; width: 44px; height: 44px; border: 1px solid #cfdbe3; border-radius: 50%; display: grid; place-items: center; font-family: var(--sp-mono); font-size: 13px; color: var(--sp-biru); }
.sp-ai-kisi h4 { margin: 0; font-family: var(--tampil); font-size: 1.12rem; font-weight: 700; line-height: 1.35; }
.sp-ai-kisi p { margin: 0; font-size: .92rem; line-height: 1.65; color: var(--sp-teks); }
.sp-percaya { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sp-percaya article { background: #fff; border: 1px solid var(--sp-garis); border-radius: 24px; padding: 30px; display: flex; flex-direction: column; gap: 12px; }
.sp-percaya article.sp-biru { background: #e8f0f8; border-color: #cfdeed; }
.sp-percaya-atas { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.sp-percaya-atas svg { width: 28px; height: 28px; }
.sp-percaya-atas .sp-kecil-mono { color: #6a7f94; font-size: 12px; }
.sp-percaya h3 { margin: 0; font-family: var(--tampil); font-size: 1.15rem; font-weight: 700; line-height: 1.35; }
.sp-percaya p { margin: 0; font-size: .92rem; line-height: 1.65; color: var(--sp-teks); }

/* Penawaran — kelas formulir lama dipertahankan (dipakai solmed.js), di sini
   hanya disesuaikan rupanya. Sisa warna hijau-toska dan jingga dari palet
   lama diganti biru logo. */
.sp-jaminan { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sp-jaminan li { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: #e8f0f8; font-size: .85rem; font-weight: 600; }
.sp-jaminan li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sp-biru); }
.sp-beranda .langkah { border-color: var(--sp-garis); border-radius: 22px; padding: clamp(20px, 3vw, 32px); }
.sp-beranda .langkah-kepala { align-items: center; gap: 16px; }
.sp-beranda .langkah-nomor { width: 40px; height: 40px; background: var(--sp-tinta); font-family: var(--sp-mono); font-size: 14px; font-weight: 500; }
.sp-beranda .langkah-kepala h3 { font-family: var(--sp-serif); font-size: 1.45rem; font-weight: 500; }
.sp-beranda .baris input, .sp-beranda .baris select, .sp-beranda .baris textarea,
.sp-beranda .alat-katalog input, .sp-beranda .alat-katalog select { border-color: #cfdbe3; border-radius: 12px; }
.sp-beranda .baris input:focus, .sp-beranda .baris select:focus, .sp-beranda .baris textarea:focus { outline-color: var(--sp-biru); border-color: var(--sp-biru); }
.sp-beranda .produk-kelompok { font-family: var(--sp-mono); font-size: 11.5px; font-weight: 500; }
.sp-beranda .pilih { border-width: 1px; border-radius: 16px; padding: 14px; }
.sp-beranda .pilih:hover { border-color: var(--sp-biru); }
.sp-beranda .pilih.terpilih { border-color: var(--sp-biru); background: #f3f7fc; box-shadow: 0 0 0 3px rgba(17,73,131,.14); }
.sp-beranda .pilih input[type=checkbox] { left: 14px; top: 14px; accent-color: var(--sp-biru); }
.sp-beranda .pilih-gambar, .sp-beranda .pilih-ikon { border-radius: 10px; }
.sp-beranda .pilih-ikon { background: #e8f0f8; }
.sp-beranda .ringkasan { background: var(--sp-tinta); border-radius: 22px; padding: 28px; }
.sp-beranda .ringkasan-judul { font-family: var(--sp-mono); font-size: 12px; font-weight: 500; color: var(--sp-biru-muda); }
.sp-beranda .ringkasan li span:last-child, .sp-beranda .ringkasan-rincian { color: #c3d4e3; }
.sp-beranda .ringkasan-kosong { color: #8aa3bb; }
.sp-beranda .ringkasan-total strong { font-family: var(--sp-serif); font-size: 1.9rem; font-weight: 500; }
.sp-beranda .penawaran-aksi { border-color: var(--sp-garis); border-radius: 22px; padding: 28px; }
.sp-beranda .tombol { border-radius: 999px; }
.sp-beranda .tombol-garis { border-color: var(--sp-tinta); color: var(--sp-tinta) !important; }
.sp-beranda .tombol-garis:hover { background: var(--sp-tinta); color: #fff !important; }
.sp-beranda .tombol-besar { background: var(--sp-merah); border-color: var(--sp-merah); box-shadow: 0 12px 28px rgba(238,38,40,.28); font-weight: 700; }
.sp-beranda .tombol-besar:hover { background: #c81e20; border-color: #c81e20; }
.sp-beranda .hasil { border-color: #cfdeed; background: #f3f7fc; border-radius: 22px; padding: clamp(20px, 3vw, 32px); }
.sp-beranda .hasil h3 { font-family: var(--sp-serif); font-size: 1.6rem; font-weight: 500; }
.sp-beranda .spesial { border-color: var(--sp-biru); border-radius: 16px; }

/* Hubungi */
.sp-kontak { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); background: var(--sp-tinta); border-radius: 30px; overflow: hidden; }
.sp-kontak-kiri { position: relative; overflow: hidden; padding: clamp(32px, 5vw, 56px); color: #eaf1f6; display: flex; flex-direction: column; gap: 16px; }
.sp-kontak-kiri > * { position: relative; }
.sp-kontak-kiri .sp-label { margin: 0; color: #ff8a8b; }
.sp-kontak-kiri .sp-judul { color: #fff; }
.sp-kontak-kiri > p:not(.sp-label) { margin: 0; font-size: 1.04rem; line-height: 1.65; color: #c3d4e3; }
.sp-kontak-kiri .sp-ajak-seni { position: absolute; left: -200px; bottom: -300px; }
.sp-beranda .sp-kontak .kontak-daftar { margin-top: 8px; gap: 14px; }
.sp-beranda .sp-kontak .kontak-daftar li { color: #eaf1f6; }
.sp-beranda .sp-kontak .kontak-daftar a { color: #fff; }
.sp-beranda .sp-kontak .kontak-daftar svg { stroke: var(--sp-biru-muda); }
.sp-beranda .sp-kontak .formulir { border: 0; border-radius: 0; padding: clamp(28px, 4vw, 48px); gap: 16px; }
.sp-beranda .sp-kontak .formulir .sp-tombol { align-self: flex-start; border: 0; cursor: pointer; font-family: inherit; }

/* Beranda — responsif */
@media (max-width: 1080px) {
  .sp-hero-beranda .sp-hero-isi { grid-template-columns: 1fr; gap: 48px; }
  .sp-kolase { max-width: 540px; width: 100%; }
  .sp-tentang-isi, .sp-pasar, .sp-ai, .sp-ajak-klinik, .sp-kontak { grid-template-columns: 1fr; }
  .sp-alasan { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-alur-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-sistem-kisi { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .sp-lini { grid-template-columns: 1fr; gap: 14px; margin-top: 56px; }
  .sp-lini-kartu { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; column-gap: 18px; row-gap: 6px; padding: 22px; }
  .sp-lini-atas { grid-column: 1; grid-row: 1 / span 2; margin: 0; align-items: flex-start; }
  .sp-lini-atas .sp-lini-nomor { display: none; }
  .sp-lini-kartu strong { grid-column: 2; grid-row: 1; font-size: 1.35rem; }
  .sp-lini-teks { grid-column: 2; grid-row: 2; }
  .sp-lini-panah { grid-column: 3; grid-row: 1 / span 2; align-self: center; margin: 0; padding: 0; }
  .sp-produk-kisi, .sp-layanan, .sp-percaya { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-syarat-daftar { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .sp-syarat-daftar li:nth-child(3) { padding-left: 0; border-left: 0; }
  .sp-kepatuhan { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sp-kolase { height: 380px; }
  .sp-kolase-foto { width: 88%; height: 330px; border-radius: 22px; }
  .sp-kolase-foto img { padding: 20px 20px 4px; }
  .sp-kolase-status { top: 20px; padding: 8px 14px 8px 8px; }
  .sp-kolase-studi { width: 180px; padding: 14px; }
  .sp-kolase-batang { height: 40px; }
  .sp-lini { margin-bottom: -72px; }
  .sp-lini-kartu { grid-template-columns: minmax(0, 1fr) auto; }
  .sp-lini-atas { display: none; }
  .sp-lini-kartu strong, .sp-lini-teks { grid-column: 1; }
  .sp-lini-panah { grid-column: 2; }
  .sp-tentang { padding-top: calc(72px + 56px); }
  .sp-misi { padding: 28px 24px; }
  .sp-misi blockquote { font-size: 1.35rem; }
  .sp-fakta strong { font-size: 2.1rem; }
  .sp-merek { gap: 12px 28px; font-size: 1.15rem; }
  .sp-produk-kisi, .sp-layanan, .sp-percaya, .sp-alasan, .sp-alur-4 { grid-template-columns: 1fr; }
  .sp-produk-lebar { flex-direction: column; }
  .sp-produk-lebar .sp-produk-foto { flex: none; aspect-ratio: 4 / 3; padding: 20px; }
  .sp-produk-lebar .sp-produk-isi { padding: 24px; }
  .sp-lini-produk-kepala h3 { font-size: 1.6rem; }
  .sp-syarat-daftar b { font-size: 1.5rem; }
  .sp-syarat-daftar li { padding-left: 16px; }
  .sp-syarat-bawah .sp-tombol { flex: 1 1 100%; justify-content: center; padding: 12px 20px; text-align: center; }
  .sp-alasan { gap: 24px; margin-bottom: 48px; }
  .sp-sistem { padding: 22px; }
  .sp-sistem h3 { font-size: 2.1rem; }
  .sp-sistem-layar { height: 150px; }
  .sp-ai-kisi article { grid-template-columns: 1fr; padding: 24px; }
  .sp-nomor-bulat { grid-row: auto; margin-bottom: 6px; }
  .sp-kontak { border-radius: 24px; }
  .sp-beranda .sp-kontak .formulir { padding: 24px 20px; }
  .sp-beranda .sp-kontak .formulir .sp-tombol { align-self: stretch; justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════════════════
   PUTIK (/putik/ dan /id/putik/) — 23 Sep 2026
   Satu keluarga dengan SEMAI & beranda (Fraunces, label mono, biru tinta),
   tetapi lebih tegas: sudut tajam, garis rambut sebagai kisi, angka besar.
   Aksen mawar menandai produk ibu & kandungan (SEMAI memakai biru muda).
   ══════════════════════════════════════════════════════════════════════════ */
.pt { --pt-mawar: #a3284a; --pt-blush: #f2c4cc; --pt-garis: #d3dbe3; }
.pt section[id] { scroll-margin-top: 76px; }
.pt .sp-label, .pt .sp-miring { color: var(--pt-mawar); }
.pt .sp-kecil-mono { margin: 0; text-transform: uppercase; letter-spacing: .08em; }
.pt .sp-faq summary::after { color: var(--pt-mawar); }

.pt-tombol { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; font-size: 1rem; letter-spacing: .01em; text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.pt-tombol svg { width: 18px; height: 18px; flex: none; }
.pt-tombol-terang { background: #fff; color: var(--sp-tinta); }
.pt-tombol-terang:hover { background: var(--pt-blush); color: var(--sp-tinta); }
.pt-tombol-garis-terang { color: #fff; border-color: rgba(255,255,255,.45); }
.pt-tombol-garis-terang:hover { background: rgba(255,255,255,.08); border-color: #fff; color: #fff; }

/* Hero */
.pt-hero { position: relative; overflow: hidden; background: var(--sp-tinta); color: #eaf1f6; padding: clamp(64px, 8vw, 104px) 0 clamp(72px, 8vw, 112px); }
.pt-hero-isi { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.pt-hero-teks { display: flex; flex-direction: column; gap: 28px; }
.pt-hero .sp-label { margin: 0; color: var(--pt-blush); font-size: .74rem; letter-spacing: .08em; }
.pt-hero h1 { margin: 0; display: flex; flex-direction: column; gap: 16px; color: #fff; }
.pt-merek { font-family: var(--sp-serif); font-weight: 400; font-size: clamp(4.5rem, 10vw, 8.5rem); line-height: .86; letter-spacing: -.045em; }
.pt-h1-sub { max-width: 520px; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.15; letter-spacing: -.01em; color: #c3d4e3; }
.pt-h1-sub em { color: var(--pt-blush); }
.pt-hero-teks > p { margin: 0; max-width: 540px; font-size: 1.1rem; line-height: 1.65; color: #c3d4e3; }
.pt-hero-aksi { display: flex; flex-wrap: wrap; gap: 12px; }
.pt-pindai { position: relative; }
.pt-pindai > svg { display: block; width: 100%; height: auto; }
.pt-biometri { position: absolute; right: -12px; bottom: -36px; width: 252px; padding: 18px; display: flex; flex-direction: column; gap: 10px; background: #fff; color: var(--sp-tinta); border-radius: 6px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.pt-biometri-kepala { display: flex; justify-content: space-between; gap: 8px; font-family: var(--sp-mono); font-size: 10.5px; letter-spacing: .08em; color: #6a7f94; }

/* Bilah persentil (dipakai di kartu hero dan contoh laporan) */
.pt-baris-persentil { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 10px; font-family: var(--sp-mono); font-size: 11.5px; }
.pt-persentil { position: relative; height: 8px; background: #edf2f5; }
.pt-persentil::before { content: ""; position: absolute; left: 10%; right: 10%; top: 0; bottom: 0; background: #dbe6f2; }
.pt-persentil::after { content: ""; position: absolute; left: 50%; top: -3px; bottom: -3px; width: 1px; background: #8fa3b8; }
.pt-persentil i { position: absolute; z-index: 1; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--pt-mawar); border: 2px solid #fff; box-shadow: 0 0 0 1px var(--pt-mawar); }
.pt-skala { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 10px; font-family: var(--sp-mono); font-size: 9.5px; color: #8aa3bb; }
.pt-skala span:last-child { position: relative; height: 12px; }
.pt-skala b { position: absolute; top: 0; transform: translateX(-50%); font-weight: 400; }

/* Kepala bagian: garis tebal di atas judul */
.pt-kepala { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px 64px; margin-bottom: 48px; padding-top: 24px; border-top: 2px solid var(--sp-tinta); }
.pt-kepala > div:first-child { flex: 1 1 520px; max-width: 720px; }
.pt-kepala > p { flex: 0 1 420px; margin: 0; font-size: 1.06rem; line-height: 1.6; color: var(--sp-teks); }
.pt-gelap { background: var(--sp-tinta); color: #eaf1f6; }
.pt-gelap .pt-kepala { border-top-color: rgba(255,255,255,.55); }
.pt-gelap .sp-label, .pt-gelap .sp-miring { color: var(--pt-blush); }
.pt-gelap .sp-judul { color: #fff; }

/* Modul: kisi bergaris rambut, tanpa bayangan */
.pt-modul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: #fff; border-top: 1px solid var(--pt-garis); border-left: 1px solid var(--pt-garis); }
.pt-modul article { position: relative; padding: clamp(28px, 3.5vw, 44px); display: flex; flex-direction: column; gap: 14px; border-right: 1px solid var(--pt-garis); border-bottom: 1px solid var(--pt-garis); }
.pt-modul article > svg { position: absolute; top: clamp(28px, 3.5vw, 44px); right: clamp(28px, 3.5vw, 44px); width: 30px; height: 30px; }
.pt-angka { font-family: var(--sp-serif); font-weight: 400; font-size: 3.2rem; line-height: .9; letter-spacing: -.02em; color: var(--pt-mawar); }
.pt-modul h3 { margin: 6px 0 0; font-family: var(--tampil); font-size: 1.35rem; font-weight: 700; line-height: 1.25; }
.pt-modul p { margin: 0; max-width: 48ch; font-size: .98rem; line-height: 1.65; color: var(--sp-teks); }

/* Alur kerja: lima kolom di atas biru tinta, kolom dokter disorot */
.pt-alur { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #2d4a6c; border-bottom: 1px solid #2d4a6c; }
.pt-alur li { padding: 32px 24px 36px; display: flex; flex-direction: column; gap: 12px; border-left: 1px solid #2d4a6c; }
.pt-alur li:first-child { padding-left: 0; border-left: 0; }
.pt-alur .sp-kecil-mono { font-size: 12px; color: #6f8fb1; }
.pt-alur h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: 1.75rem; line-height: 1.1; color: #fff; }
.pt-alur p { margin: 0; font-size: .92rem; line-height: 1.6; color: #b3c6d8; }
.pt-alur li.sorot { background: #112d50; box-shadow: inset 0 3px 0 var(--pt-blush); }
.pt-alur li.sorot .sp-kecil-mono { color: var(--pt-blush); }

/* Keunggulan: satu sorotan dengan contoh laporan, lalu daftar bergaris */
.pt-utama { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 48px 72px; align-items: center; margin-bottom: 8px; padding-bottom: 56px; border-bottom: 1px solid var(--pt-garis); }
.pt-utama-teks { display: flex; flex-direction: column; gap: 18px; }
.pt-utama-teks .sp-kecil-mono { font-size: 12px; color: var(--pt-mawar); }
.pt-utama-teks h3 { margin: 0; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1.08; }
.pt-utama-teks p { margin: 0; font-size: 1.04rem; line-height: 1.7; color: var(--sp-teks); }
.pt-meja { display: flex; justify-content: center; padding: clamp(24px, 4vw, 48px); background: var(--sp-dasar); }
.pt-laporan { width: 100%; max-width: 440px; margin: 0; padding: 28px; display: flex; flex-direction: column; gap: 16px; background: #fff; box-shadow: 0 30px 60px rgba(12,35,64,.14), 0 2px 6px rgba(12,35,64,.06); }
.pt-laporan-kop { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 2px solid var(--sp-tinta); }
.pt-laporan-logo { width: 30px; height: 30px; flex: none; background: var(--sp-tinta); }
.pt-garis-teks { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.pt-garis-teks i { display: block; height: 6px; background: #dfe7ec; }
.pt-laporan-kop .sp-kecil-mono { font-size: 10.5px; color: #6a7f94; }
.pt-laporan-judul { margin: 0; font-family: var(--sp-serif); font-size: 1.35rem; line-height: 1.1; }
.pt-laporan-tabel { display: flex; flex-direction: column; gap: 9px; }
.pt-laporan > svg { display: block; width: 100%; height: auto; }
.pt-laporan-kaki { display: flex; align-items: flex-end; gap: 16px; padding-top: 14px; border-top: 1px solid #e3eaef; }
.pt-laporan-kaki .pt-garis-teks { gap: 5px; }
.pt-qr { width: 56px; height: 56px; flex: none; }
.pt-daftar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 72px; }
.pt-daftar article { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 16px; row-gap: 8px; padding: 32px 0; border-bottom: 1px solid var(--pt-garis); }
.pt-daftar .sp-kecil-mono { grid-row: span 2; padding-top: 4px; font-size: 12px; color: var(--pt-mawar); }
.pt-daftar h3 { margin: 0; font-family: var(--tampil); font-size: 1.2rem; font-weight: 700; line-height: 1.3; }
.pt-daftar p { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--sp-teks); }

/* Laporan */
.pt-lapor { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pt-garis); }
.pt-lapor > div { display: flex; flex-direction: column; gap: 14px; padding: 36px 36px 8px; border-left: 1px solid var(--pt-garis); }
.pt-lapor > div:first-child { padding-left: 0; border-left: 0; }
.pt-lapor > div:last-child { padding-right: 0; }
.pt-lapor-visual { height: 104px; display: flex; align-items: flex-end; }
.pt-batang { display: flex; align-items: flex-end; gap: 12px; }
.pt-batang span { display: flex; flex-direction: column; align-items: center; gap: 6px; font-family: var(--sp-mono); font-size: 11px; color: #6a7f94; }
.pt-batang i { display: block; width: 34px; background: var(--sp-tinta); }
.pt-batang span:last-child i { background: var(--pt-mawar); }
.pt-senin { font-family: var(--sp-serif); font-style: italic; font-size: 4.2rem; line-height: 1; color: var(--sp-tinta); }
.pt-format { font-family: var(--sp-mono); font-size: 1.45rem; line-height: 1.25; letter-spacing: -.01em; color: var(--sp-tinta); }
.pt-lapor h3 { margin: 0; font-family: var(--tampil); font-size: 1.2rem; font-weight: 700; }
.pt-lapor p { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--sp-teks); }

/* Kepatuhan */
.pt-patuh-utama { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 32px 64px; align-items: center; margin-bottom: 20px; padding: clamp(28px, 4vw, 48px); background: #fff; border: 1px solid var(--pt-garis); }
.pt-patuh-utama .sp-kecil-mono { font-size: 12px; color: var(--pt-mawar); }
.pt-patuh-utama h3 { margin: 8px 0 12px; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.1; }
.pt-patuh-utama p { margin: 0; font-size: 1rem; line-height: 1.7; color: var(--sp-teks); }
.pt-kunjungan { display: grid; grid-template-columns: 2fr 1fr 3fr; gap: 14px; }
.pt-kunjungan > div { display: flex; flex-direction: column; gap: 12px; }
.pt-kunjungan .sp-kecil-mono { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; padding-bottom: 8px; border-bottom: 1px solid var(--pt-garis); font-size: 11px; color: #6a7f94; }
.pt-kunjungan .sp-kecil-mono b { padding: 2px 6px; background: var(--pt-mawar); color: #fff; font-weight: 500; font-size: 9.5px; letter-spacing: .06em; }
.pt-titik { display: flex; flex-wrap: wrap; gap: 10px; }
.pt-titik i { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--sp-tinta); }
.pt-patuh-kisi { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pt-patuh-kisi article { display: flex; flex-direction: column; gap: 10px; padding: 28px; background: #fff; border: 1px solid var(--pt-garis); }
.pt-patuh-kisi .sp-kecil-mono { font-size: 11.5px; color: var(--sp-biru); }
.pt-patuh-kisi h3 { margin: 0; font-family: var(--tampil); font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.pt-patuh-kisi p { margin: 0; font-size: .93rem; line-height: 1.65; color: var(--sp-teks); }

/* Ajakan */
.pt-ajak { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px 64px; align-items: end; padding: clamp(40px, 6vw, 72px); background: var(--sp-tinta); color: #eaf1f6; }
.pt-ajak > * { position: relative; }
.pt-ajak > svg { position: absolute; right: -60px; top: -40px; width: 460px; height: auto; opacity: .5; pointer-events: none; }
.pt-ajak h2 { margin: 0 0 16px; font-family: var(--sp-serif); font-weight: 400; font-size: clamp(2.3rem, 4.6vw, 3.75rem); line-height: 1.02; color: #fff; }
.pt-ajak h2 em { color: var(--pt-blush); }
.pt-ajak p { margin: 0; max-width: 560px; font-size: 1.06rem; line-height: 1.65; color: #c3d4e3; }
.pt-ajak-aksi { display: flex; flex-direction: column; gap: 12px; }
.pt-ajak-aksi .pt-tombol { justify-content: space-between; }
.pt-ajak .pt-ajak-catatan { grid-column: 1 / -1; max-width: none; padding-top: 24px; border-top: 1px solid #2d4a6c; font-size: .95rem; color: #b3c6d8; }
.pt-ajak-catatan a { color: #fff; }

/* PUTIK — responsif */
@media (max-width: 1080px) {
  .pt-hero-isi, .pt-utama, .pt-patuh-utama, .pt-ajak { grid-template-columns: 1fr; }
  .pt-pindai { max-width: 560px; }
}
@media (max-width: 900px) {
  .pt-alur { grid-template-columns: 1fr; }
  .pt-alur li { display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: 16px; row-gap: 6px; padding: 24px 0; border-left: 0; border-top: 1px solid #2d4a6c; }
  .pt-alur li:first-child { border-top: 0; }
  .pt-alur li .sp-kecil-mono { grid-row: span 2; padding-top: 8px; }
  .pt-alur li.sorot { margin: 0 -16px; padding: 24px 16px; }
  .pt-alur h3 { font-size: 1.5rem; }
  .pt-lapor, .pt-patuh-kisi, .pt-daftar { grid-template-columns: 1fr; }
  .pt-lapor > div, .pt-lapor > div:first-child, .pt-lapor > div:last-child { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--pt-garis); }
}
@media (max-width: 640px) {
  .pt-modul { grid-template-columns: 1fr; }
  .pt-angka { font-size: 2.6rem; }
  .pt-biometri { position: relative; right: auto; bottom: auto; width: auto; margin: -56px 12px 0; }
  .pt-hero-aksi .pt-tombol, .pt-ajak-aksi .pt-tombol { flex: 1 1 100%; }
  .pt-meja { padding: 20px 12px; }
  .pt-laporan { padding: 20px; }
  .pt-daftar article { grid-template-columns: 1fr; }
  .pt-daftar .sp-kecil-mono { grid-row: auto; padding: 0; }
  .pt-kunjungan { grid-template-columns: 1fr; gap: 18px; }
  .pt-senin { font-size: 3.2rem; }
  .pt-ajak > svg { width: 300px; right: -80px; }
}
