/* =========================================================
   s01.css — S01 Pertanian, Kehutanan & Perikanan
   Nuansa: hijau daun • natural • bersih
========================================================= */

:root{
  --accent:#2e7d32;
  --accent-2:#1b5e20;
  --accent-soft: rgba(46,125,50,.10);
}

/* Aksen visual khusus halaman */
.s-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--accent-soft);
  border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);
  font-weight:800;
  font-size:12px;
  color:color-mix(in srgb, var(--accent) 75%, #111);
}

.s-badge i{
  width:10px;height:10px;
  border-radius:999px;
  background:var(--accent);
  display:inline-block;
}

/* Hero background lembut */
.hero-card{
  background:
    linear-gradient(135deg, #fff, var(--accent-soft));
}

/* Divider strip halus di hero */
.hero-card::after{
  content:"";
  position:absolute;
  inset:auto -40px -60px auto;
  width:240px;
  height:240px;
  border-radius:999px;
  background: radial-gradient(circle at 30% 30%, rgba(46,125,50,.20), transparent 60%);
  pointer-events:none;
}

/* Kartu paket/fitur sedikit “natural” */
.card{
  background:
    linear-gradient(180deg, #fff, rgba(46,125,50,.03));
}
