/* =====================================================================
   b2b.css — Docokids B2B tracks (Empresas / Escuelas).

   Two side-by-side tracks, each a title + pitch + outline CTA. The title sets
   its OWN size token (--fs-h2) via a component class instead of relying on a
   bare `.b2b-track h3` element selector, so the component carries its own
   styling on any page. Every value is a var(--token).
   ===================================================================== */
.b2b-track__title {
  font-size: var(--fs-h2);
  margin-bottom: var(--space-3);
}
.b2b-track__body {
  color: var(--gris-secundario);
  margin-bottom: var(--space-4);
}
