/* ===================================================
   CAREERS — Styles
   =================================================== */

/* ---------- PAGE HEADER ---------- */
.careers-header {
  padding: 10rem 0 4rem;
  text-align: center;
}

.careers-header__tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.5);
  margin-bottom: 1.25rem;
}

.careers-header__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.careers-header__subtitle {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---------- CULTURE SECTION ---------- */
.careers-culture {
  padding: 4rem 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.culture-intro {
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.culture-intro__tag {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.45);
  margin-bottom: 0.75rem;
}

.culture-intro__heading {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}

.culture-intro__text {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
  margin: 0;
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.perk-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.perk-card:hover {
  border-color: rgba(140, 180, 255, 0.12);
}

.perk-card__icon {
  color: rgba(140, 180, 255, 0.4);
  margin-bottom: 0.75rem;
}

.perk-card__title {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  margin: 0 0 0.35rem;
}

.perk-card__desc {
  font-size: 0.73rem;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  line-height: 1.55;
  margin: 0;
}

/* ---------- OPEN ROLES ---------- */
.careers-roles {
  padding: 4rem 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.roles-header {
  margin-bottom: 2rem;
}

.roles-header__tag {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.45);
  margin-bottom: 0.75rem;
}

.roles-header__heading {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  letter-spacing: -0.02em;
  margin: 0;
}

.roles-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.role-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.role-card:hover {
  border-color: rgba(140, 180, 255, 0.15);
  transform: translateX(4px);
}

.role-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.role-card__title {
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  transition: color 0.3s ease;
}

.role-card:hover .role-card__title {
  color: #fff;
}

.role-card__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.7rem;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
}

.role-card__arrow {
  font-size: 1rem;
  color: rgba(140, 180, 255, 0.3);
  transition: all 0.3s ease;
}

.role-card:hover .role-card__arrow {
  color: rgba(140, 180, 255, 0.7);
  transform: translateX(3px);
}

/* ---------- NO MATCH SECTION ---------- */
.careers-open {
  padding: 4rem 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  text-align: center;
}

.careers-open__heading {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  margin: 0 0 0.6rem;
}

.careers-open__text {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.35);
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.careers-open__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.75rem;
  background: rgba(140, 180, 255, 0.1);
  border: 1px solid rgba(140, 180, 255, 0.2);
  border-radius: 30px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}

.careers-open__btn:hover {
  background: rgba(140, 180, 255, 0.18);
  border-color: rgba(140, 180, 255, 0.35);
  color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .perks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .careers-header {
    padding: 8rem 0 3rem;
  }
  .perks-grid {
    grid-template-columns: 1fr;
  }
  .role-card {
    padding: 1rem 1.25rem;
  }
  .role-card__meta {
    flex-direction: column;
    gap: 0.15rem;
  }
}
