/* Estilos propios de empresas.php — lo compartido está en main.css */

.section { padding: 5rem 2rem; }
.section-label { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--blue); margin-bottom: .6rem; display: flex; align-items: center; gap: .5rem; }
.section-label::before { content: ''; display: block; width: 28px; height: 3px; background: var(--blue); border-radius: 2px; }
.section-title { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: var(--gray-900); line-height: 1.2; margin-bottom: .75rem; }
.section-title em { font-style: normal; color: var(--navy); }
.section-sub { font-size: .95rem; color: var(--gray-600); line-height: 1.75; max-width: 580px; }

/* ── HERO ── */
.emp-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-mid) 100%);
  background-size: 250% 250%;
  animation: empGrad 14s ease infinite;
  padding: 6rem 2rem 5rem;
  color: white;
}
.emp-hero { position: relative; overflow: hidden; }
.emp-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(17,30,80,.88) 0%, rgba(17,30,80,.75) 45%, rgba(17,30,80,.25) 70%, transparent 100%); pointer-events: none; }
.emp-hero::after { content: ''; position: absolute; right: 0; bottom: 0; z-index: 2; width: 38%; height: 100%; background: linear-gradient(135deg, transparent 48%, rgba(138,184,58,.18) 48%); pointer-events: none; }
.emp-hero .container { position: relative; z-index: 3; }
@keyframes empGrad { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.emp-hero-inner { max-width: 680px; position: relative; z-index: 3; }
.emp-eyebrow { font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--lime); margin-bottom: .75rem; display: flex; align-items: center; gap: .5rem; }
.emp-eyebrow::before { content: ''; display: block; width: 28px; height: 3px; background: var(--lime); border-radius: 2px; }
.emp-hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 900; line-height: 1.12; margin-bottom: 1rem; }
.emp-hero h1 em { font-style: normal; color: var(--lime); }
.emp-hero p { font-size: 1.02rem; color: rgba(255,255,255,.82); line-height: 1.75; margin-bottom: 2rem; max-width: 540px; }
.emp-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-form {
  background: var(--lime); color: var(--navy-dark);
  padding: .85rem 1.8rem; border-radius: 9px;
  font-weight: 800; font-size: .95rem;
  display: inline-flex; align-items: center; gap: .5rem;
  transition: transform .15s, box-shadow .15s;
}
.btn-form:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.btn-form.grande { padding: 1rem 2.2rem; font-size: 1.02rem; }
.btn-ghost {
  background: transparent; color: white;
  padding: .83rem 1.6rem; border-radius: 9px;
  font-weight: 600; font-size: .95rem;
  border: 2px solid rgba(255,255,255,.5);
  display: inline-flex; align-items: center; gap: .45rem;
  transition: background .18s, border-color .18s;
}
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: white; }

/* ── BENEFICIOS ── */
.ben-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.ben-card {
  background: white; border: 1px solid var(--gray-200); border-radius: 14px;
  padding: 1.8rem 1.7rem; box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.ben-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.11); }
.ben-icon { width: 54px; height: 54px; border-radius: 12px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1rem; }
.ben-card h3 { font-size: 1rem; font-weight: 800; color: var(--gray-900); margin-bottom: .5rem; }
.ben-card p { font-size: .87rem; color: var(--gray-600); line-height: 1.7; }

/* ── MODALIDADES ── */
.emp-modalidades { background: var(--gray-50); }
.mod-grid { display: grid; grid-template-columns: repeat(2, minmax(280px, 400px)); justify-content: center; gap: 1.8rem; margin: 2.5rem auto 0; }
@media (max-width: 700px) { .mod-grid { grid-template-columns: minmax(0, 400px); } }
.mod-card {
  background: white; border: 1px solid var(--gray-200); border-radius: 16px;
  padding: 2rem 1.9rem; box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.mod-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.11); }
.mod-card.destacada { border: 2px solid var(--navy); }
.mod-badge { display: inline-block; background: var(--navy); color: white; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: .25rem .7rem; border-radius: 4px; margin-bottom: .9rem; }
.mod-badge.verde { background: var(--green); }
.mod-card h3 { font-size: 1.3rem; font-weight: 900; color: var(--gray-900); margin-bottom: .3rem; }
.mod-dur { font-size: .95rem; font-weight: 800; color: var(--navy); margin-bottom: 1rem; }
.mod-card ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.mod-card li { font-size: .87rem; color: var(--gray-600); line-height: 1.65; padding-left: 1.3rem; position: relative; }
.mod-card li::before { content: '✓'; position: absolute; left: 0; color: var(--green-acc); font-weight: 900; }
.mod-nota { margin: 2rem auto 0; font-size: .85rem; color: var(--gray-600); line-height: 1.7; background: var(--blue-light); border-radius: 10px; padding: 1rem 1.3rem; max-width: 836px; }

/* ── PROCESO ── */
.pasos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.paso { position: relative; padding: 1.5rem 1.4rem; background: white; border: 1px solid var(--gray-200); border-radius: 14px; }
.paso-num { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--lime); font-weight: 900; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.paso h3 { font-size: .95rem; font-weight: 800; color: var(--gray-900); margin-bottom: .45rem; }
.paso p { font-size: .84rem; color: var(--gray-600); line-height: 1.65; }

/* ── ALIADAS ── */
.emp-aliadas { background: var(--gray-50); }
.logos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; align-items: center; }
.logo-item {
  background: white; border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.2rem; height: 110px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s, box-shadow .2s;
}
.logo-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.logo-item img { max-height: 70px; width: auto; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .75; transition: filter .25s, opacity .25s; }
.logo-item:hover img { filter: none; opacity: 1; }

/* ── CTA FINAL ── */
.emp-cta {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-mid) 70%, var(--blue) 100%);
  padding: 5rem 2rem; color: white;
}
.emp-cta-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: center; }
.emp-cta h2 { font-size: 1.9rem; font-weight: 900; margin-bottom: .6rem; }
.emp-cta p { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.7; }
.emp-cta-btns { display: flex; flex-direction: column; gap: .9rem; align-items: stretch; }
.emp-cta-btns a { justify-content: center; }
.btn-ghost.oscuro { border-color: rgba(255,255,255,.45); }

.container { max-width: 1200px; margin: 0 auto; }

/* ── RESPONSIVE ── */
@media (max-width: 880px) {
  .