.career-job-left { grid-area: left; }
.career-job-features { grid-area: features; }
.career-job-footer { grid-area: footer; }

/* Desktop: 4 columnas (con salario) */
.career-jobs-wrap {
  margin-left: -1.5cm;
  margin-right: -1.5cm;
  overflow-x: hidden;
}

.career-job-card {
  display: grid;
  grid-template-columns: 350px 2.5fr 250px;
  grid-template-areas: "left features footer";
  align-items: center;
  column-gap: 2rem;
  border-radius: 12px;
  padding: 3.2rem 3.2rem;
  padding-right: 3.2rem;
  margin-bottom: 6rem;
  position: relative;
}

/* Desktop: 3 columnas (sin salario) */
.career-job-card.no-salary {
  grid-template-columns: 450px 1fr 250px;
  grid-template-areas: "left features footer";
}

.career-job-card.is-blue {
  background: #0389D0;
  color: #fff;
}

.career-job-card.is-red {
  background: #174768;
  color: #fff;
}

/* Left Section */
.career-job-left {
  min-width: 0;
}

.career-job-left {
  min-width: 0;
}

.career-job-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.5rem;
}

.career-job-header {
  grid-area: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.career-job-sub {
  font-size: 1.52rem;
  font-weight: 600;
  opacity: 0.95;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* Features List */
.career-job-features {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0.5cm;
}

.career-job-features li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.55rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.career-job-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  aspect-ratio: 1 / 1;
  flex: 0 0 22px;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  line-height: 1;
  position: relative;
  top: 2px;
}

.career-job-check i {
  font-size: 10px;
  line-height: 1;
  display: block;
  position: relative;
  top: 0;
}

/* Salary Section */
.career-job-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 250px;
  justify-self: center;
  align-self: center;
}

.career-job-salary {
  width: 100%;
  min-width: 0;
  max-width: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
}

.career-job-salary .salary-label {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
}


.career-job-salary .salary-from,
.career-job-salary .salary-up-to {
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 0;
  opacity: 0.9;
}

.career-job-salary .salary-amount {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 6px 0 0 0;
  color: #FFFFFF;
}

.career-job-salary .salary-amount-label {
  font-size: 16px;
  font-weight: 500;
}

/* Range salary styles */
.career-job-salary.is-range {
  gap: 8px;
}

.salary-range-line {
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
  justify-content: center;
}

.salary-range-prefix {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.career-job-salary.is-range .salary-amount {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.salary-range-label {
  font-size: 0.75rem;
  line-height: 1.1;
  margin: 0;
  opacity: 0.9;
}

.salary-currency {
  font-size: 0.9rem;
  opacity: 0.9;
}

.salary-number {
  font-size: 16px;
  font-weight: 800;
}

/* CTA Section */
.career-job-cta {
  width: 100%;
  min-width: 0;
  max-width: 190px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.career-job-btn {
  background: #fff;
  color: #111;
  padding: 14px 18px;
  font-weight: 800;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 190px;
  text-align: center;
  transition: transform 0.2s;
  border-radius: 8px;
}

.career-job-btn:hover {
  transform: translateY(-2px);
}

/* TABLET: 2 columnas (576px - 1024px) */
@media (min-width: 576px) and (max-width: 1024px) {
  .career-jobs-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .career-job-card {
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto auto;
    grid-template-areas: 
      "left footer"
      "features footer";
    column-gap: 2rem;
    row-gap: 1.4rem;
    align-items: start;
    padding: 2.2rem 1.8rem;
    padding-right: 50px;
    position: relative;
  }
  
  /* Sin salario en tablet */
  .career-job-card.no-salary {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "left"
      "features"
      "footer";
    row-gap: 1.2rem;
    padding-right: 1.8rem;
  }
  
  .career-job-left {
    min-width: 0;
  }
  
  .career-job-features {
    margin-top: 0;
  }
  
  .career-job-features li {
    gap: 1rem;
    align-items: center;
  }
  
  .career-job-footer {
    width: 100%;
    max-width: 240px;
    justify-self: center;
    align-self: center;
  }

  .career-job-salary {
    text-align: center;
    width: 100%;
    max-width: 220px;
    min-width: auto;
    align-self: center;
    padding-right: 0;
    margin-left: 0;
    justify-self: center;
  }
  
  .career-job-salary .salary-label {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .career-job-salary .salary-from,
  .career-job-salary .salary-up-to {
    font-size: 1.25rem;
  }
  
  .career-job-salary .salary-amount {
    font-size: 16px;
    font-weight: 500;
  }
  
  /* Salary range en tablet */
  .career-job-salary.is-range {
    gap: 4px;
  }
  
  .salary-range-line {
    justify-content: center;
    gap: 0.4rem;
  }
  
  .salary-range-label {
    font-size: 0.7rem;
  }
  
  .salary-currency {
    font-size: 0.8rem;
  }
  
  .salary-number {
    font-size: 16px;
  }
  
  .career-job-cta {
    text-align: center;
    width: 100%;
    max-width: 190px;
    min-width: auto;
    align-self: center;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
  }
  
  .career-job-btn {
    width: auto;
    max-width: 260px;
    padding: 14px 24px;
  }
  
  .career-job-title {
    font-size: 2.56rem;
  }
  
  .career-job-sub {
    font-size: 1.52rem;
  }
  
  .career-job-features li {
    font-size: 1.5rem;
    padding: 0.55rem 0;
    line-height: 1.4;
  }
  
  .career-job-check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    flex: 0 0 24px;
  }
  
  .career-job-check i {
    font-size: 11px;
  }
}

/* MÓVIL: 1 columna (max-width: 575px) */
@media (max-width: 575px) {
  .pt-55 {
    padding-top: 10rem !important;
  }
  
  .career-jobs-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .career-job-card,
  .career-job-card.no-salary {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "left"
      "features"
      "footer";
    row-gap: 1.8rem;
    padding: 2rem 1.5rem;
    position: relative;
  }
  
  /* Sin salario en móvil */
  .career-job-card.no-salary {
    grid-template-areas: 
      "left"
      "features"
      "footer";
  }
  
  .career-job-left {
    min-width: 0;
  }
  
  .career-job-features {
    margin-top: 0;
    padding-top: 0;
  }
  
  .career-job-features li {
    gap: 1rem;
  }
  
  .career-job-footer {
    width: 100%;
    max-width: none;
  }

  .career-job-salary {
    text-align: center;
    width: 100%;
    min-width: auto;
    padding: 0;
    margin-left: 0;
  }
  
  .career-job-salary .salary-label {
    font-size: 0.9rem;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .career-job-salary .salary-from,
  .career-job-salary .salary-up-to {
    font-size: 1.25rem;
    margin-bottom: 6px;
  }
  
  .career-job-salary .salary-amount {
    font-size: 16px;
    font-weight: 500;
  }
  
  /* Salary range en móvil */
  .career-job-salary.is-range {
    gap: 6px;
  }
  
  .salary-range-line {
    justify-content: center;
    gap: 0.4rem;
  }
  
  .salary-range-label {
    font-size: 0.7rem;
  }
  
  .salary-currency {
    font-size: 0.8rem;
  }
  
  .salary-number {
    font-size: 16px;
  }
  
  .career-job-cta {
    text-align: center;
    min-width: auto;
    margin-right: 0;
    padding-top: 0;
  }
  
  .career-job-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 280px;
    font-weight: 700;
  }
  
  .career-job-title {
    font-size: 2.56rem;
    line-height: 1.25;
    font-weight: 800;
  }
  
  .career-job-sub {
    font-size: 1.52rem;
  }
  
  .career-job-features li {
    font-size: 1.5rem;
    gap: 0.9rem;
    line-height: 1.4;
    padding: 0.55rem 0;
  }
  
  .career-job-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    flex: 0 0 22px;
  }
  
  .career-job-check i {
    font-size: 10px;
  }
}

/* Hero Section Styles */
.hero-section {
  background: #FAFAFA;
  padding: 80px 20px;
  text-align: center;
}

.hero-tag {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  padding: 0 100px;
}

.hero-description {
  font-size: 1.5rem;
  color: #555;
  max-width: 85%;
  margin: 0 auto;
  line-height: 1.8;
  font-family: 'fontello';
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 15px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 1rem;
    max-width: 95%;
  }
}
