/* =========================================================
   trabaja.css — circuito laboral (diferenciado del comercial)
   ========================================================= */
.jobs-hero{padding-top:clamp(36px,5vw,72px);padding-bottom:clamp(36px,5vw,72px)}
.jobs-hero .inner{max-width:820px;margin:0 auto}

.jobs{max-width:820px;margin:0 auto}
.jobs__list{display:flex;flex-direction:column;gap:14px;margin:22px 0 32px}
.jobs__item{display:flex;gap:13px;align-items:center;font-size:16px;color:#3c4a44}
.jobs__check{flex:none;width:30px;height:30px;border-radius:9px;background:var(--soft);
  display:flex;align-items:center;justify-content:center}

.jobs-form{max-width:520px}
.jobs-form .btn--primary{background:var(--brand-mid);color:#fff}

.jobs__note{margin-top:26px;padding:18px 20px;border:1px dashed rgba(34,51,46,.2);border-radius:16px;
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}
.jobs__note span{font-size:14.5px;color:var(--muted)}
.jobs__note a{font-weight:700;font-size:14.5px;color:var(--deep);text-decoration:underline}
