  /* ================== PALETA ================== */
  :root{
  --green-900:#f7f9f5; /* fondo general claro */
  --green-800:#ecf39e; /* secciones secundarias */
  --green-700:#5f8a4a; /* botones / acentos */
  --green-500:#90A955; /* hover / resaltado */
  --green-200:#4F772D; /* texto verde oscuro */
  --ink:#2a2a2a;        /* texto principal */
  --muted:#555;         /* texto secundario */
  --shadow:0 10px 25px rgba(0,0,0,.08);
  --radius:16px;
}