/**
 * Hingenia Empleos — CSS público.
 *
 * Sección 1: estilos de la maqueta docs/maqueta-empleos.html TAL CUAL
 * (mismas clases e IDs), scopeados bajo .he-page para no pisar el
 * header/footer del tema. Sección 2: extensiones (detalle, portal, modal
 * de postulación) con el mismo lenguaje visual.
 */

/* ================================================================
   1. TOKENS + BASE (de la maqueta, scopeado)
   ================================================================ */
.he-page{
  --bg:#ffffff; --bg-soft:#f6f7f9; --canvas:#eef0f4; --ink:#0b0b12; --muted:#6b7280;
  --border:#e6e7eb; --border-soft:#eef0f3; --blue:#2563eb; --blue-dark:#1d4ed8; --blue-soft:#eff4ff;
  --green:#16a34a; --green-soft:#e9f9ef; --amber:#f59e0b; --amber-soft:#fef3c7; --cyan:#0891b2; --cyan-soft:#ecfeff;
  --red:#dc2626; --red-soft:#fee2e2;
  --radius:16px; --maxw:1240px;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--canvas); color:var(--ink);
  -webkit-font-smoothing:antialiased; line-height:1.5;
  position:relative; padding-bottom:40px; min-height:60vh;
}
.he-page *, .he-page *::before, .he-page *::after{ box-sizing:border-box; }
.he-page h1,.he-page h2,.he-page h3,.he-page p,.he-page ul{ margin:0; padding:0; }
.he-page::before{ content:''; position:absolute; inset:0; z-index:0; background-image:radial-gradient(rgba(11,11,18,.045) 1px, transparent 1px); background-size:26px 26px; -webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent 900px); mask-image:linear-gradient(to bottom,#000 0%,transparent 900px); pointer-events:none; }
.he-page > *{ position:relative; z-index:1; }
.he-page a{ color:inherit; text-decoration:none; }
.he-page button{ font-family:inherit; cursor:pointer; }
.he-page .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }

.he-page .btn{ display:inline-flex; align-items:center; gap:8px; font-family:inherit; font-weight:700; cursor:pointer; border:1px solid transparent; font-size:14px; padding:10px 16px; border-radius:11px; transition:.13s; }
.he-page .btn-primary{ background:var(--blue); color:#fff; box-shadow:0 10px 22px -12px rgba(37,99,235,.6); } .he-page .btn-primary:hover{ background:var(--blue-dark); color:#fff; }
.he-page .btn-ghost{ background:var(--bg); border-color:var(--border); color:var(--ink); } .he-page .btn-ghost:hover{ background:var(--bg-soft); }

/* HERO (línea Hingenia: badge mono, acento azul sólido, buscador negro) */
.he-page .hero{ padding:48px 0 14px; text-align:center; }
.he-page .hero-in{ max-width:840px; margin:0 auto; }
.he-page .badge{ display:inline-flex; align-items:center; gap:8px; border:1px solid var(--border); background:var(--bg); border-radius:999px; padding:6px 14px; font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); font-family:ui-monospace,'SF Mono',Menlo,monospace; }
.he-page .badge .dot{ width:6px; height:6px; border-radius:50%; background:var(--blue); box-shadow:0 0 8px var(--blue); }
.he-page h1.title{ margin:18px auto 0; font-size:clamp(34px,5vw,62px); font-weight:900; letter-spacing:-.035em; line-height:1.0; max-width:18ch; }
.he-page h1.title .accent{ color:var(--blue); }
.he-page .subtitle{ margin:15px auto 0; font-size:17px; color:var(--muted); max-width:56ch; }
.he-page .subtitle b{ color:var(--ink); }
.he-page .searchbar{ margin:26px auto 0; display:flex; align-items:center; gap:8px; border:1px solid var(--border); border-radius:16px; padding:8px 8px 8px 16px; max-width:720px; box-shadow:0 14px 40px -26px rgba(0,0,0,.4); background:var(--bg); }
.he-page .searchbar .f{ flex:1; display:flex; align-items:center; gap:10px; color:var(--muted); min-width:0; }
.he-page .searchbar input{ flex:1; min-width:0; border:0; outline:0; font-size:15px; font-family:inherit; background:transparent; color:var(--ink); box-shadow:none; }
.he-page .searchbar .loc{ border-left:1px solid var(--border); padding-left:14px; flex:0 0 auto; }
.he-page .searchbar .loc select{ border:0; outline:0; font-size:14px; font-family:inherit; background:transparent; color:var(--ink); padding:11px 0; }
.he-page .searchbar button{ border:0; background:var(--ink); color:#fff; font-family:inherit; font-size:14px; font-weight:700; padding:12px 22px; border-radius:11px; display:inline-flex; align-items:center; gap:7px; transition:transform .12s ease; }
.he-page .searchbar button:hover{ transform:translateY(-1px); }
.he-page .trust{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px 24px; margin-top:20px; font-size:13px; color:#334155; font-weight:600; }
.he-page .trust span{ display:inline-flex; align-items:center; gap:8px; }
.he-page .trust .ic{ width:20px; height:20px; border-radius:6px; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; }

/* BODY */
.he-page .grid-wrap{ max-width:var(--maxw); margin:0 auto; padding:30px 28px 10px; display:grid; grid-template-columns:280px 1fr; gap:24px; align-items:start; }

/* FILTROS */
.he-page .filters{ background:var(--bg); border:1px solid var(--border); border-radius:18px; padding:18px; position:sticky; top:84px; }
.he-page .filters-h{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.he-page .filters-h .ic{ width:34px; height:34px; border-radius:10px; background:var(--blue); color:#fff; display:grid; place-items:center; }
.he-page .filters-h b{ font-size:15px; font-weight:800; }
.he-page .filters-h a{ margin-left:auto; font-size:12px; font-weight:700; color:var(--blue); }
.he-page .fgroup{ padding:14px 0; border-top:1px solid var(--border-soft); } .he-page .fgroup:first-of-type{ border-top:0; }
.he-page .flabel{ font-size:11px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--muted); display:flex; align-items:center; gap:7px; margin-bottom:10px; }
.he-page .finput{ width:100%; border:1px solid var(--border); border-radius:10px; padding:9px 12px; font-size:13px; font-family:inherit; background:#fff; color:var(--ink); }
.he-page .finput:focus{ outline:0; border-color:var(--blue); box-shadow:0 0 0 3px var(--blue-soft); }
.he-page .fchecks{ display:flex; flex-direction:column; gap:7px; }
.he-page .fcheck{ display:flex; align-items:center; gap:10px; padding:9px 11px; border:1px solid var(--border); border-radius:10px; font-size:13px; font-weight:600; color:#374151; cursor:pointer; transition:.13s; margin:0; }
.he-page .fcheck:hover{ border-color:#cdd5e3; }
.he-page .fcheck.on{ border-color:var(--blue); background:var(--blue-soft); color:var(--blue-dark); }
.he-page .fcheck .bx{ width:16px; height:16px; border-radius:5px; border:2px solid #cdd5e3; display:grid; place-items:center; color:#fff; flex-shrink:0; }
.he-page .fcheck.on .bx{ background:var(--blue); border-color:var(--blue); }
.he-page .fcheck.on .bx svg{ display:block; } .he-page .fcheck .bx svg{ display:none; }
.he-page .fchips{ display:flex; flex-wrap:wrap; gap:6px; }
.he-page .fchip{ font-size:12px; font-weight:700; padding:6px 11px; border-radius:999px; border:1px solid var(--border); background:#fff; color:#4b5563; }
.he-page .fchip:hover{ border-color:var(--blue); color:var(--blue); }
.he-page .fchip.on{ background:var(--blue); border-color:var(--blue); color:#fff; }
.he-page .frow{ display:flex; gap:8px; } .he-page .frow .finput{ width:50%; }

/* RESULTS */
.he-page .res-h{ display:flex; align-items:flex-end; justify-content:space-between; gap:14px; flex-wrap:wrap; margin-bottom:16px; }
.he-page .res-h h2{ font-size:20px; font-weight:900; letter-spacing:-.02em; } .he-page .res-h h2 b{ color:var(--blue); }
.he-page .res-h p{ font-size:13px; color:var(--muted); margin-top:2px; }
.he-page .res-sort{ display:flex; align-items:center; gap:8px; font-size:13px; color:var(--muted); }
.he-page .res-sort select{ border:1px solid var(--border); border-radius:9px; padding:8px 12px; font-size:13px; font-family:inherit; background:#fff; color:var(--ink); }
.he-page .jobs{ display:flex; flex-direction:column; gap:14px; }
.he-page .job{ background:var(--bg); border:1px solid var(--border); border-radius:16px; padding:20px; transition:box-shadow .16s ease, transform .16s ease, border-color .16s; }
.he-page .job:hover{ box-shadow:0 26px 50px -34px rgba(13,20,45,.3); transform:translateY(-2px); border-color:#d8def0; }
.he-page .job.feat{ border-left:3px solid var(--blue); }
.he-page .job-h{ display:flex; align-items:flex-start; gap:13px; }
.he-page .job-logo{ width:46px; height:46px; border-radius:12px; display:grid; place-items:center; color:#fff; font-weight:800; font-size:16px; flex-shrink:0; overflow:hidden; }
.he-page .job-logo img{ width:100%; height:100%; object-fit:cover; display:block; }
.he-page .job-tt{ flex:1; min-width:0; }
.he-page .job-tt h3{ font-size:16.5px; font-weight:800; letter-spacing:-.01em; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.he-page .feat-pill{ font-size:9.5px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; background:var(--blue-soft); color:var(--blue-dark); padding:2px 8px; border-radius:999px; }
.he-page .job-co{ display:flex; align-items:center; gap:6px; font-size:13px; color:var(--muted); font-weight:600; margin-top:3px; }
.he-page .job-co .vf{ color:var(--blue); display:inline-flex; }
.he-page .job-pills{ display:flex; flex-wrap:wrap; gap:7px; margin:13px 0 0; }
.he-page .pill{ display:inline-flex; align-items:center; gap:5px; font-size:12px; font-weight:700; padding:5px 11px; border-radius:8px; }
.he-page .pill.remoto{ background:var(--green-soft); color:var(--green); }
.he-page .pill.presencial{ background:var(--blue-soft); color:var(--blue-dark); }
.he-page .pill.hibrido{ background:var(--cyan-soft); color:var(--cyan); }
.he-page .pill.tipo{ background:var(--amber-soft); color:#92400e; }
.he-page .pill.loc{ background:#f1f3f7; color:#4b5563; }
.he-page .pill.sal{ background:var(--green-soft); color:#047857; }
.he-page .pill.nivel{ background:#f1f3f7; color:#4b5563; }
.he-page .job-desc{ font-size:13.5px; color:#475068; line-height:1.6; margin-top:12px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.he-page .skills{ display:flex; flex-wrap:wrap; gap:6px; margin-top:12px; }
.he-page .skill{ font-size:11.5px; font-weight:600; padding:4px 9px; border-radius:7px; background:#f1f3f7; color:#4b5563; }
.he-page .job-f{ display:flex; align-items:center; gap:16px; margin-top:16px; padding-top:14px; border-top:1px solid var(--border-soft); flex-wrap:wrap; }
.he-page .job-meta{ display:flex; align-items:center; gap:16px; font-size:12.5px; color:var(--muted); font-weight:600; }
.he-page .job-meta span{ display:inline-flex; align-items:center; gap:5px; }
.he-page .job-f .btn{ margin-left:auto; }
.he-page .btn.see{ background:var(--blue-soft); color:var(--blue-dark); } .he-page .btn.see:hover{ background:var(--blue); color:#fff; }
.he-page .empty{ text-align:center; padding:50px; color:var(--muted); }
.he-page .he-pager{ display:flex; justify-content:center; gap:8px; margin-top:22px; }
.he-page .he-pager button{ min-width:36px; height:36px; border:1px solid var(--border); background:#fff; border-radius:10px; font-size:13px; font-weight:700; color:#4b5563; }
.he-page .he-pager button.on{ background:var(--blue); border-color:var(--blue); color:#fff; }
.he-page .he-pager button:disabled{ opacity:.4; cursor:default; }

/* PARA EMPRESAS (azul sólido, sin degradado) */
.he-page .biz{ max-width:var(--maxw); margin:34px auto; padding:0 28px; }
.he-page .biz-panel{ position:relative; overflow:hidden; border-radius:24px; background:var(--blue); color:#fff; padding:46px 40px; text-align:center; }
.he-page .biz-panel::after{ content:''; position:absolute; right:-90px; bottom:-110px; width:320px; height:320px; border-radius:50%; background:rgba(255,255,255,.08); }
.he-page .biz-panel::before{ content:''; position:absolute; left:-70px; top:-90px; width:240px; height:240px; border-radius:50%; background:rgba(255,255,255,.06); }
.he-page .biz-eyebrow{ position:relative; display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.25); border-radius:999px; padding:7px 15px; font-size:12.5px; font-weight:700; }
.he-page .biz h2{ position:relative; font-size:clamp(24px,3vw,34px); font-weight:900; letter-spacing:-.03em; margin:16px 0 0; color:#fff; }
.he-page .biz-panel > p{ position:relative; color:rgba(255,255,255,.92); font-size:15px; margin:12px auto 0; max-width:520px; }
.he-page .steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:34px 0 30px; position:relative; }
.he-page .step{ position:relative; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18); border-radius:18px; padding:26px 20px 22px; text-align:left; }
.he-page .step .n{ position:absolute; top:-14px; left:20px; width:30px; height:30px; border-radius:9px; background:#fff; color:var(--blue-dark); display:grid; place-items:center; font-weight:900; font-size:14px; box-shadow:0 8px 18px -8px rgba(0,0,0,.35); }
.he-page .step .si{ width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.16); display:grid; place-items:center; margin:6px 0 14px; }
.he-page .step b{ font-size:16px; font-weight:800; display:block; }
.he-page .step p{ font-size:13px; color:rgba(255,255,255,.85); margin-top:6px; line-height:1.55; }
.he-page .biz-cta{ position:relative; display:inline-flex; align-items:center; gap:8px; background:#fff; color:var(--blue-dark); font-size:14.5px; font-weight:800; padding:13px 24px; border-radius:13px; }
.he-page .biz-cta:hover{ filter:brightness(.97); }

/* MODAL (base de la maqueta; lo usan postular y avisos) */
.he-page .overlay{ position:fixed; inset:0; background:rgba(11,16,32,.5); display:none; align-items:center; justify-content:center; z-index:100000; padding:20px; }
.he-page .overlay.open{ display:flex; }
.he-page .modal{ background:#fff; border-radius:20px; width:460px; max-width:100%; overflow:hidden; box-shadow:0 40px 90px -30px rgba(0,0,0,.5); }
.he-page .modal-h{ padding:22px 24px 0; }
.he-page .modal-h .x{ float:right; width:32px; height:32px; border:0; background:#f1f3f7; border-radius:9px; color:var(--muted); display:grid; place-items:center; }
.he-page .modal-h h3{ font-size:19px; font-weight:900; letter-spacing:-.02em; }
.he-page .modal-h p{ font-size:13px; color:var(--muted); margin-top:4px; }
.he-page .modal-b{ padding:18px 24px 8px; display:flex; flex-direction:column; gap:14px; }
.he-page .mfld label{ font-size:12.5px; font-weight:700; display:block; margin-bottom:6px; }
.he-page .mfld input, .he-page .mfld select, .he-page .mfld textarea{ width:100%; border:1px solid var(--border); border-radius:10px; padding:11px 13px; font-size:14px; font-family:inherit; background:#fff; color:var(--ink); }
.he-page .mfld input:focus, .he-page .mfld select:focus, .he-page .mfld textarea:focus{ outline:0; border-color:var(--blue); box-shadow:0 0 0 3px var(--blue-soft); }
.he-page .mfld .mhint{ font-size:11.5px; color:var(--muted); margin-top:5px; }
.he-page .merr{ font-size:12px; color:var(--red); font-weight:600; }
.he-page .modal-f{ padding:8px 24px 22px; } .he-page .modal-f .btn{ width:100%; justify-content:center; padding:13px; font-size:14.5px; }

@media (max-width:980px){ .he-page .grid-wrap{ grid-template-columns:1fr; } .he-page .filters{ position:static; } .he-page .steps{ grid-template-columns:1fr; } }
@media (max-width:560px){ .he-page .searchbar{ flex-wrap:wrap; } .he-page .searchbar .loc{ border-left:0; } .he-page .job-f .btn{ margin-left:0; width:100%; justify-content:center; } }

/* ================================================================
   2. EXTENSIONES — detalle de oferta (.det-*)
   ================================================================ */
.he-page .det-wrap{ max-width:1080px; margin:0 auto; padding:28px 28px 10px; }
.he-page .det-back{ display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:700; color:var(--blue); margin-bottom:16px; }
.he-page .det-grid{ display:grid; grid-template-columns:1fr 320px; gap:22px; align-items:start; }
.he-page .det-card{ background:var(--bg); border:1px solid var(--border); border-radius:18px; padding:30px 32px; }
.he-page .det-head h1{ font-size:clamp(24px,3vw,32px); font-weight:900; letter-spacing:-.025em; line-height:1.15; }
.he-page .det-co{ display:flex; align-items:center; gap:9px; margin-top:10px; font-size:14px; font-weight:700; color:#374151; }
.he-page .det-co .vf{ color:var(--blue); display:inline-flex; }
.he-page .det-pills{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.he-page .det-sec{ margin-top:26px; }
.he-page .det-sec > h2{ display:flex; align-items:center; gap:9px; font-size:17px; font-weight:800; letter-spacing:-.01em; margin-bottom:11px; }
.he-page .det-sec > h2 .ic{ width:28px; height:28px; border-radius:8px; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; flex-shrink:0; }
.he-page .det-sec p, .he-page .det-sec li{ font-size:14px; color:#475068; line-height:1.7; }
.he-page .det-sec ul{ list-style:none; display:flex; flex-direction:column; gap:7px; }
.he-page .det-sec ul li{ position:relative; padding-left:20px; }
.he-page .det-sec ul li::before{ content:''; position:absolute; left:2px; top:9px; width:7px; height:7px; border-radius:50%; background:var(--blue); opacity:.55; }
.he-page .det-dates{ display:flex; flex-wrap:wrap; gap:8px 22px; margin-top:26px; padding-top:16px; border-top:1px solid var(--border-soft); font-size:12.5px; color:var(--muted); font-weight:600; }
.he-page .det-dates span{ display:inline-flex; align-items:center; gap:6px; }
.he-page .det-aside{ display:flex; flex-direction:column; gap:16px; position:sticky; top:84px; }
.he-page .det-box{ background:var(--bg); border:1px solid var(--border); border-radius:16px; padding:20px; }
.he-page .det-box > b{ display:block; font-size:14.5px; font-weight:800; margin-bottom:10px; }
.he-page .det-box .bhint{ font-size:12.5px; color:var(--muted); margin-bottom:12px; }
.he-page .det-box .btn{ width:100%; justify-content:center; }
.he-page .det-applied{ display:flex; align-items:center; gap:9px; background:var(--green-soft); color:#047857; font-size:13px; font-weight:700; padding:11px 13px; border-radius:11px; }
.he-page .det-stat{ display:flex; align-items:center; justify-content:space-between; background:var(--bg-soft); border-radius:10px; padding:10px 13px; font-size:13px; color:#4b5563; font-weight:600; }
.he-page .det-stat + .det-stat{ margin-top:8px; }
.he-page .det-stat b{ font-size:15px; color:var(--ink); }
.he-page .det-stat .l{ display:inline-flex; align-items:center; gap:7px; }
.he-page .det-closed{ display:flex; align-items:center; gap:9px; background:var(--amber-soft); color:#92400e; font-size:13px; font-weight:700; padding:11px 13px; border-radius:11px; }
@media (max-width:900px){ .he-page .det-grid{ grid-template-columns:1fr; } .he-page .det-aside{ position:static; } }

/* ================================================================
   2b. EXTENSIONES — portal de empresa (.hep-*)
   ================================================================ */
.he-page .hep-wrap{ max-width:980px; margin:0 auto; padding:34px 28px 10px; }
.he-page .hep-head{ display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:22px; }
.he-page .hep-head h1{ font-size:clamp(24px,3.4vw,34px); font-weight:900; letter-spacing:-.03em; }
.he-page .hep-head .sub{ font-size:14px; color:var(--muted); margin-top:5px; max-width:56ch; }
.he-page .hep-card{ background:var(--bg); border:1px solid var(--border); border-radius:18px; padding:26px 28px; }
.he-page .hep-card + .hep-card{ margin-top:16px; }
.he-page .hep-card > h2{ font-size:17px; font-weight:800; letter-spacing:-.01em; margin-bottom:4px; }
.he-page .hep-card > .sub{ font-size:13px; color:var(--muted); margin-bottom:16px; }
.he-page .hep-form{ display:grid; grid-template-columns:1fr 1fr; gap:14px 16px; }
.he-page .hep-form .mfld.full{ grid-column:1 / -1; }
.he-page .hep-actions{ display:flex; justify-content:flex-end; gap:10px; margin-top:20px; }
.he-page .hep-status{ display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:800; padding:5px 12px; border-radius:999px; }
.he-page .hep-status.pending{ background:var(--amber-soft); color:#92400e; }
.he-page .hep-status.approved{ background:var(--green-soft); color:#047857; }
.he-page .hep-status.rejected{ background:var(--red-soft); color:var(--red); }
.he-page .hep-status.published{ background:var(--green-soft); color:#047857; }
.he-page .hep-status.closed{ background:#f1f3f7; color:#4b5563; }
.he-page .hep-status.blocked{ background:var(--red-soft); color:var(--red); }
.he-page .hep-status.draft{ background:#f1f3f7; color:#4b5563; }
.he-page .hep-note{ background:var(--amber-soft); border:1px solid #fde68a; color:#92400e; font-size:13.5px; border-radius:12px; padding:14px 16px; line-height:1.6; }
.he-page .hep-note.err{ background:var(--red-soft); border-color:#fecaca; color:#991b1b; }
.he-page .hep-note.ok{ background:var(--green-soft); border-color:#bbf7d0; color:#047857; }
.he-page .hep-summary{ display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:10px 20px; margin-top:10px; }
.he-page .hep-summary .it{ font-size:13.5px; }
.he-page .hep-summary .it b{ display:block; font-size:11px; text-transform:uppercase; letter-spacing:.05em; color:var(--muted); font-weight:800; margin-bottom:2px; }
.he-page .hep-offer{ display:flex; align-items:center; gap:14px; padding:16px 0; border-top:1px solid var(--border-soft); flex-wrap:wrap; }
.he-page .hep-offer:first-of-type{ border-top:0; }
.he-page .hep-offer .tt{ flex:1; min-width:220px; }
.he-page .hep-offer .tt b{ font-size:15px; font-weight:800; display:block; }
.he-page .hep-offer .tt .meta{ display:flex; flex-wrap:wrap; gap:5px 14px; font-size:12.5px; color:var(--muted); font-weight:600; margin-top:4px; }
.he-page .hep-offer .tt .meta span{ display:inline-flex; align-items:center; gap:5px; }
.he-page .hep-offer .acts{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.he-page .btn.xs{ font-size:12.5px; padding:7px 12px; border-radius:9px; }
.he-page .btn.danger{ background:var(--red-soft); color:var(--red); } .he-page .btn.danger:hover{ background:var(--red); color:#fff; }
.he-page .hep-empty{ text-align:center; padding:44px 20px; color:var(--muted); }
.he-page .hep-empty .ic{ width:52px; height:52px; margin:0 auto 12px; border-radius:14px; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; }
.he-page .hep-empty b{ display:block; font-size:16px; color:var(--ink); margin-bottom:4px; }

/* Wizard de oferta */
.he-page .hep-steps{ display:flex; align-items:center; gap:8px; margin-bottom:20px; }
.he-page .hep-steps .st{ flex:1; height:6px; border-radius:99px; background:var(--border); }
.he-page .hep-steps .st.on{ background:var(--blue); }
.he-page .hep-steplbl{ display:flex; justify-content:space-between; font-size:12px; color:var(--muted); font-weight:700; margin:-12px 0 18px; }
.he-page .hep-step[hidden]{ display:none; }
.he-page .hep-preview{ background:var(--canvas); border:1px dashed #cdd5e3; border-radius:16px; padding:16px; }

/* Postulantes */
.he-page .hep-app{ display:flex; gap:14px; padding:18px 0; border-top:1px solid var(--border-soft); }
.he-page .hep-app:first-of-type{ border-top:0; }
.he-page .hep-app .ava{ width:42px; height:42px; border-radius:11px; background:var(--blue); color:#fff; display:grid; place-items:center; font-weight:800; font-size:15px; flex-shrink:0; }
.he-page .hep-app .bd{ flex:1; min-width:0; }
.he-page .hep-app .bd .nm{ font-size:14.5px; font-weight:800; display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.he-page .hep-app .bd .em{ font-size:12.5px; color:var(--muted); font-weight:600; }
.he-page .hep-app .bd .msg{ font-size:13.5px; color:#475068; line-height:1.6; margin-top:8px; background:var(--bg-soft); border-radius:10px; padding:10px 13px; }
.he-page .hep-app .bd .row{ display:flex; align-items:center; gap:10px; margin-top:10px; flex-wrap:wrap; }
.he-page .hep-app select{ border:1px solid var(--border); border-radius:9px; padding:7px 10px; font-size:12.5px; font-family:inherit; background:#fff; color:var(--ink); }
.he-page .he-toast{ position:fixed; left:50%; bottom:26px; transform:translateX(-50%); background:var(--ink); color:#fff; font-size:13.5px; font-weight:600; padding:11px 18px; border-radius:12px; z-index:100001; box-shadow:0 18px 40px -18px rgba(0,0,0,.5); }
@media (max-width:720px){ .he-page .hep-form{ grid-template-columns:1fr; } }

/* ================================================================
   3. v0.2.0 — checkbox nativo, banner empresa, perfiles públicos,
   directorio de talento y equipo
   ================================================================ */

/* Checkboxes y radios nativos (fix del check negro gigante del wizard) */
.he-page input[type="checkbox"], .he-page input[type="radio"]{
  -webkit-appearance:auto; appearance:auto; accent-color:var(--blue);
  width:17px; height:17px; margin:0; flex-shrink:0; cursor:pointer;
  border:1px solid var(--border); box-shadow:none; background:#fff;
}
.he-page label.he-check{ display:inline-flex; align-items:center; gap:9px; font-size:13.5px; font-weight:600; color:#374151; cursor:pointer; }

.he-page .he-linkish{ color:var(--blue); font-weight:700; }
.he-page .he-linkish:hover{ text-decoration:underline; }
.he-page .tp-dim{ font-size:13.5px; color:var(--muted); }

/* Banner "Eres empresa" del listado */
.he-page .co-banner{ display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; background:var(--bg); border:1px solid var(--border); border-left:3px solid var(--blue); border-radius:16px; padding:14px 18px; margin-top:22px; }
.he-page .co-banner.pending{ border-left-color:var(--amber); }
.he-page .co-banner .l{ display:flex; align-items:center; gap:12px; min-width:0; }
.he-page .co-banner .l .ic{ width:38px; height:38px; border-radius:11px; background:var(--blue-soft); color:var(--blue); display:grid; place-items:center; flex-shrink:0; }
.he-page .co-banner .l b{ display:block; font-size:14.5px; font-weight:800; }
.he-page .co-banner .l em{ font-style:normal; font-size:12.5px; color:var(--muted); font-weight:600; }
.he-page .co-banner .r{ display:flex; gap:9px; flex-wrap:wrap; }

/* Perfil público de organización */
.he-page .co-wrap, .he-page .tp-wrap{ max-width:1080px; margin:0 auto; padding:28px 28px 10px; }
.he-page .co-hero, .he-page .tp-hero{ background:var(--bg); border:1px solid var(--border); border-radius:20px; overflow:hidden; margin-bottom:18px; }
.he-page .co-cover{ height:120px; background:linear-gradient(105deg,var(--blue) 0%,#4f83f1 55%,#7fa8f5 100%); position:relative; }
.he-page .co-cover::after{ content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px); background-size:22px 22px; }
.he-page .tp-cover{ height:140px; background:linear-gradient(105deg,#0b0b12 0%,#243b6b 60%,var(--blue) 100%); background-size:cover; background-position:center; }
.he-page .co-head, .he-page .tp-head{ display:flex; align-items:flex-start; gap:16px; padding:0 26px 22px; flex-wrap:wrap; }
.he-page .co-logo{ width:86px; height:86px; border-radius:20px; background:#fff; border:4px solid #fff; box-shadow:0 10px 26px -14px rgba(0,0,0,.35); margin-top:-34px; display:grid; place-items:center; color:var(--blue); overflow:hidden; flex-shrink:0; }
.he-page .co-logo img{ width:100%; height:100%; object-fit:cover; }
.he-page .tp-ava{ width:96px; height:96px; border-radius:50%; border:4px solid #fff; box-shadow:0 10px 26px -14px rgba(0,0,0,.35); margin-top:-40px; object-fit:cover; background:#fff; flex-shrink:0; }
.he-page .co-id, .he-page .tp-id{ flex:1; min-width:220px; padding-top:14px; }
.he-page .co-id h1, .he-page .tp-id h1{ font-size:clamp(22px,3vw,30px); font-weight:900; letter-spacing:-.025em; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.he-page .co-id .vf{ color:var(--blue); display:inline-flex; }
.he-page .co-chips{ display:flex; flex-wrap:wrap; gap:7px; margin-top:9px; }
.he-page .tp-id .occ{ font-size:14.5px; color:#475068; font-weight:700; margin-top:3px; }
.he-page .tp-meta{ display:flex; flex-wrap:wrap; gap:6px 16px; margin-top:8px; font-size:12.5px; color:var(--muted); font-weight:600; }
.he-page .tp-meta span{ display:inline-flex; align-items:center; gap:5px; }
.he-page .tp-actions{ display:flex; gap:9px; flex-wrap:wrap; padding-top:18px; }
.he-page .co-grid, .he-page .tp-grid{ display:grid; grid-template-columns:1fr 330px; gap:18px; align-items:start; }
.he-page .co-grid .hep-card + .hep-card, .he-page .tp-grid > div > .hep-card + .hep-card{ margin-top:16px; }
.he-page .tp-aside .hep-card + .hep-card{ margin-top:16px; }
.he-page .tp-bio{ font-size:14px; color:#475068; line-height:1.7; }
.he-page .co-members{ display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:12px; margin-top:8px; }
.he-page .co-member{ display:flex; align-items:center; gap:11px; border:1px solid var(--border-soft); border-radius:13px; padding:10px 12px; }
.he-page .co-member img{ width:42px; height:42px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.he-page .co-member b{ display:block; font-size:13.5px; font-weight:800; }
.he-page .co-member em{ font-style:normal; font-size:11.5px; color:var(--muted); font-weight:600; }
.he-page .co-info{ display:flex; flex-direction:column; gap:12px; margin-top:6px; }
.he-page .co-info .it b{ display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:.06em; color:var(--muted); font-weight:800; margin-bottom:1px; }
.he-page .co-info .it{ font-size:13.5px; }
@media (max-width:920px){ .he-page .co-grid, .he-page .tp-grid{ grid-template-columns:1fr; } }

/* Directorio de talento */
.he-page .tal-wrap{ max-width:var(--maxw); margin:0 auto; padding:26px 28px 10px; }
.he-page .tal-strip{ padding:8px 0 6px; }
.he-page .tal-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(230px,1fr)); gap:14px; }
.he-page .tal-card{ position:relative; background:var(--bg); border:1px solid var(--border); border-radius:16px; padding:22px 18px 18px; text-align:center; transition:box-shadow .16s ease, transform .16s ease; display:flex; flex-direction:column; align-items:center; gap:4px; }
.he-page .tal-card:hover{ box-shadow:0 26px 50px -34px rgba(13,20,45,.3); transform:translateY(-2px); }
.he-page .tal-card.feat{ border-color:#f2c94c66; box-shadow:0 10px 30px -22px rgba(242,153,74,.55); }
.he-page .tal-feat{ position:absolute; top:10px; right:10px; display:inline-flex; align-items:center; gap:4px; background:var(--amber-soft); color:#92400e; font-size:10px; font-weight:800; letter-spacing:.03em; text-transform:uppercase; padding:3px 8px; border-radius:999px; }
.he-page .tal-feat.inhead{ position:static; font-size:11px; }
.he-page .tal-ava img{ width:76px; height:76px; border-radius:50%; object-fit:cover; box-shadow:0 8px 20px -10px rgba(0,0,0,.3); }
.he-page .tal-card h3{ font-size:15.5px; font-weight:800; letter-spacing:-.01em; margin-top:8px; }
.he-page .tal-occ{ font-size:12.5px; color:#475068; font-weight:600; }
.he-page .tal-city{ font-size:11.5px; color:var(--muted); font-weight:600; display:inline-flex; align-items:center; gap:4px; }
.he-page .tal-badges{ display:flex; flex-wrap:wrap; gap:6px; justify-content:center; margin-top:8px; }
.he-page .tal-badge{ display:inline-flex; align-items:center; gap:5px; font-size:11px; font-weight:700; padding:4px 9px; border-radius:999px; }
.he-page .tal-badge.cert{ background:var(--blue-soft); color:var(--blue-dark); }
.he-page .tal-badge.proj{ background:var(--green-soft); color:#047857; }
.he-page .tal-card .btn.see{ margin-top:12px; width:100%; justify-content:center; font-size:13px; padding:9px 14px; }

/* Perfil de talento: proyectos y certificaciones */
.he-page .tp-community{ display:flex; flex-wrap:wrap; gap:7px; margin:10px 0 4px; }
.he-page .tp-projects{ display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:14px; margin-top:14px; }
.he-page .tp-project{ border:1px solid var(--border); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.he-page .tp-project .img{ aspect-ratio:16/9; overflow:hidden; background:var(--bg-soft); }
.he-page .tp-project .img img{ width:100%; height:100%; object-fit:cover; display:block; }
.he-page .tp-project .bd{ padding:13px 14px 14px; }
.he-page .tp-project .bd b{ font-size:14px; font-weight:800; display:block; }
.he-page .tp-project .bd p{ font-size:12.5px; color:#475068; line-height:1.55; margin-top:5px; }
.he-page .tp-project .bd .row{ display:flex; align-items:center; gap:9px; margin-top:10px; flex-wrap:wrap; font-size:12.5px; }
.he-page .tp-certs{ display:flex; flex-direction:column; gap:10px; margin-top:8px; }
.he-page .tp-cert{ display:flex; align-items:center; gap:11px; border:1px solid var(--border-soft); border-radius:12px; padding:9px 11px; transition:.13s; }
.he-page .tp-cert:hover{ border-color:var(--blue); }
.he-page .tp-cert img{ width:44px; height:44px; object-fit:contain; flex-shrink:0; }
.he-page .tp-cert b{ display:block; font-size:12.5px; font-weight:800; line-height:1.3; }
.he-page .tp-cert em{ font-style:normal; font-size:11px; color:var(--muted); font-weight:600; }
.he-page .tp-courses{ list-style:none; display:flex; flex-direction:column; gap:8px; margin-top:8px; padding:0; }
.he-page .tp-courses li{ display:flex; align-items:flex-start; gap:8px; font-size:13px; color:#374151; font-weight:600; }
.he-page .tp-courses li svg{ color:var(--green); flex-shrink:0; margin-top:3px; }
