.employment-page {
  background: #fbfcff;
}

.employment-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background:
    linear-gradient(120deg, rgba(9, 19, 45, 0.9), rgba(18, 33, 74, 0.78)),
    url("../assets/img/comunidad-educativa-bolsa-empleo.png") center / cover no-repeat;
  color: #fff;
}

.employment-hero::after {
  content: "";
  position: absolute;
  inset: auto -8vw -5rem -8vw;
  height: 10rem;
  background: rgba(13, 114, 52, 0.38);
  transform: rotate(-3deg);
  transform-origin: left center;
}

.employment-hero-grid,
.employment-hero-copy {
  position: relative;
  z-index: 1;
}

.employment-hero-copy {
  max-width: 780px;
}

.employment-kicker,
.employment-category {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0.28rem 0.78rem;
  border-radius: 4px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.employment-kicker {
  background: rgba(243, 194, 68, 0.18);
  color: var(--gold);
}

.employment-hero h1,
.employment-card h2,
.employment-roadmap-heading h2,
.employment-feature h3 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.employment-hero h1 {
  margin-top: 0.85rem;
  max-width: 12ch;
  font-size: clamp(2.35rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 0.98;
}

.employment-hero p {
  max-width: 66ch;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.6;
}

.employment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.employment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(8, 21, 52, 0.18);
}

.employment-button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

.employment-button svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke-width: 2;
}

.employment-intro,
.employment-roadmap {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.employment-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: clamp(1rem, 3vw, 1.4rem);
  align-items: stretch;
}

.employment-card,
.employment-feature {
  border: 1px solid rgba(17, 32, 61, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(8, 21, 52, 0.09);
}

.employment-card {
  padding: clamp(1.35rem, 4vw, 2.3rem);
}

.employment-card-main {
  border-left: 4px solid var(--green);
}

.employment-category {
  background: rgba(13, 114, 52, 0.1);
  color: var(--green-deep);
}

.employment-card h2,
.employment-roadmap-heading h2 {
  color: var(--navy-deep);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  line-height: 1.1;
}

.employment-card h2 {
  margin-top: 1rem;
}

.employment-card p,
.employment-feature p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.employment-status {
  background:
    radial-gradient(circle at 20% 18%, rgba(243, 194, 68, 0.16), transparent 34%),
    linear-gradient(135deg, #fff, #eef3fb);
}

.employment-status h2 {
  margin-top: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.employment-status ul {
  display: grid;
  gap: 0.65rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.employment-status li {
  padding: 0.72rem 0.85rem;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  font-weight: 800;
}

.employment-roadmap {
  background: #fff;
}

.employment-roadmap-heading {
  max-width: 880px;
}

.employment-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.2rem);
  margin-top: clamp(1.4rem, 4vw, 2rem);
}

.employment-feature {
  padding: clamp(1.1rem, 2.8vw, 1.55rem);
}

.employment-feature span {
  display: inline-grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: rgba(13, 114, 52, 0.1);
  color: var(--green-deep);
  font-weight: 800;
}

.employment-feature h3 {
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .employment-intro-grid,
  .employment-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .employment-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .employment-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }
}
