:root {
  --ckg-radius: 16px;
  --ckg-light: #FDF9FF;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #FDEEF4 0%, var(--yellow) 100%);
  padding: 64px 48px 56px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
  position: relative; overflow: hidden;
  min-height: auto;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--rose); color: white;
  border-radius: 50px; padding: 7px 18px;
  font-size: 12px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(30px, 4vw, 50px); font-weight: 900;
  line-height: 1.15; margin-bottom: 16px;
}
.hero h1 span { color: var(--rose); }
.hero-sub { font-size: 16px; color: #444; line-height: 1.7; font-weight: 600; margin-bottom: 28px; }
.hero-facts {
  display: flex; gap: 24px; flex-wrap: wrap;
}
.fact-pill {
  background: white; border-radius: 50px;
  padding: 10px 20px; font-size: 13px; font-weight: 800;
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
/* Hero right – visual stat cards */
.hero-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.hstat {
  background: white; border-radius: var(--ckg-radius);
  padding: 22px 20px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  text-align: center;
}
.hstat .num {
  font-size: 32px; font-weight: 900; color: var(--rose);
  line-height: 1; margin-bottom: 6px;
}
.hstat .lbl { font-size: 12px; color: var(--gray); font-weight: 700; line-height: 1.4; }
.hstat.accent { background: var(--rose); }
.hstat.accent .num { color: var(--yellow); }
.hstat.accent .lbl { color: rgba(255,255,255,.8); }

/* WHAT IS CKG */
.section { padding: 64px 48px; }
.section-alt { background: var(--ckg-light); }
.chip {
  display: inline-block; background: var(--yellow);
  color: var(--dark); border-radius: 50px;
  padding: 5px 16px; font-size: 12px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase; margin-bottom: 14px;
}
.section h2 {
  font-size: clamp(22px, 3vw, 34px); font-weight: 900;
  margin-bottom: 32px; color: var(--dark);
}
.section h2 span { color: var(--rose); }

/* INFO CARDS GRID */
.info-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.info-card {
  border-radius: var(--ckg-radius); padding: 26px 22px;
  background: white; border: 2px solid #F0F0F0;
  transition: box-shadow .2s;
}
.info-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.1); }
.info-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 14px;
}
.info-card h3 { font-size: 16px; font-weight: 900; margin-bottom: 8px; }
.info-card p { font-size: 13px; color: var(--gray); line-height: 1.65; }

/* PEMERIKSAAN TABLE */
.check-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 14px;
}
.check-item {
  background: white; border-radius: var(--ckg-radius);
  border-left: 4px solid var(--rose);
  padding: 16px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.check-item.teal { border-color: var(--teal); }
.check-item span { font-size: 13px; font-weight: 700; color: var(--dark); }

/* CARA DAFTAR – 3 PILIHAN */
.daftar-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.daftar-card {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 6px 30px rgba(0,0,0,0.1);
  transition: transform .25s;
  display: flex; flex-direction: column;
}
.daftar-card:hover { transform: translateY(-6px); }
.daftar-header {
  padding: 30px 26px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.daftar-header.satusehat { background: var(--teal); }
.daftar-header.whatsapp   { background: #25D366; }
.daftar-header.puskesmas  { background: var(--rose); }
.daftar-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,.25); color: white;
  font-weight: 900; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.daftar-icon { font-size: 36px; }
.daftar-header h3 { color: white; font-size: 20px; font-weight: 900; }
.daftar-header p { color: rgba(255,255,255,.85); font-size: 13px; font-weight: 600; }
.daftar-body {
  background: white; padding: 24px 26px; flex: 1;
  display: flex; flex-direction: column;
}
.steps { list-style: none; flex: 1; margin-bottom: 22px; }
.steps li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 13px; color: #444; line-height: 1.5;
  padding: 8px 0; border-bottom: 1px solid #F5F5F5;
  font-weight: 600;
}
.steps li:last-child { border-bottom: none; }
.step-num {
  width: 22px; height: 22px; border-radius: 50%;
  font-size: 11px; font-weight: 900; color: white;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.step-num.teal-bg { background: var(--teal); }
.step-num.wa-bg   { background: #25D366; }
.step-num.rose-bg { background: var(--rose); }
.daftar-btn {
  display: block; text-align: center; text-decoration: none;
  border-radius: 50px; padding: 13px 20px;
  font-weight: 900; font-size: 14px; color: white;
  transition: opacity .2s;
}
.daftar-btn:hover { opacity: .85; }
.btn-teal  { background: var(--teal); }
.btn-wa    { background: #25D366; }
.btn-rose  { background: var(--rose); }

/* SYARAT */
.syarat-list {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; max-width: 700px;
}
.syarat-item {
  display: flex; align-items: center; gap: 12px;
  background: white; border-radius: var(--ckg-radius);
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  font-size: 14px; font-weight: 700;
}
.syarat-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: #FDEEF4; display: flex; align-items: center;
  justify-content: center; font-size: 18px; flex-shrink: 0;
}

/* CTA BANNER */
.cta-banner {
  background: var(--rose);
  padding: 56px 48px; text-align: center;
}
.cta-banner h2 {
  font-size: clamp(24px, 3vw, 38px); font-weight: 900;
  color: white; margin-bottom: 12px;
}
.cta-banner p { color: rgba(255,255,255,.85); font-size: 16px; font-weight: 600; margin-bottom: 32px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-btns a {
  text-decoration: none; border-radius: 50px;
  padding: 14px 30px; font-weight: 900; font-size: 14px;
}
.cta-white { background: white; color: var(--rose); }
.cta-outline { background: transparent; color: white; border: 2.5px solid rgba(255,255,255,.6); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 40px 20px; }
  .hero-stats { display: none; }
  .info-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr 1fr; }
  .daftar-grid { grid-template-columns: 1fr; }
  .syarat-list { grid-template-columns: 1fr; }
  .section { padding: 48px 20px; }
  .cta-banner { padding: 40px 20px; }
}