/* ─── HERO ───────────────────────────────────────────────────────────────── */
.careers-hero__container {
  background: linear-gradient(261.18deg, #4A5568 17.87%, #718096 58.34%, #2D3748 94.52%);
  border-radius: 50px;
}

.careers-hero__content {
  flex: 0 0 52%;
  max-width: 52%;
  gap: 1rem;
}

.careers-hero__title {
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.careers-hero__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 460px;
}

.careers-hero__design {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 500px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.careers-hero__img {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 400px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* ─── OPEN ROLES ─────────────────────────────────────────────────────────── */
.careers-roles {
  padding: 5rem 3.75rem;
  background: #ffffff;
}

.careers-roles__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.careers-roles__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #071738;
  text-align: center;
  word-wrap: break-word;
  width: 537px;
  margin: 0;
}

/* Filters row */
.careers-roles__filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 10px;
}

.careers-roles__filters-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.careers-roles__search {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 267px;
  height: 52px;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
  outline: 1.09px solid #E7E7E7;
  box-sizing: border-box;
  flex-shrink: 0;
}

.careers-roles__search-input {
  border: none;
  outline: none;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  word-wrap: break-word;
  color: #3E4554;
  background: transparent;
  width: 100%;
}

.careers-roles__search-input::placeholder {
  color: #3E4554;
}

.careers-roles__select {
  width: 212px;
  height: 52px;
  border: none;
  outline: 1px solid #E7E7E7;
  border-radius: 16px;
  padding: 0 40px 0 16px;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  word-wrap: break-word;
  color: #3E4554;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1l4.5 5L10 1' stroke='%236A7381' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  flex-shrink: 0;
}

.careers-roles__select:first-of-type {
  font-weight: 600;
}

/* Job list */
.careers-roles__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.careers-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #F7F5F3;
  border-radius: 12px;
  align-self: stretch;
}

.careers-job__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  word-wrap: break-word;
  color: #081737;
}

.careers-job__meta {
  display: flex;
  align-items: center;
  gap: 7px;
}

.careers-job__meta-text {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  word-wrap: break-word;
  color: #6E6E6E;
}

.careers-job__sep {
  width: 11.28px;
  height: 0;
  outline: 1px solid #6E6E6E;
  display: inline-block;
}

.careers-job__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 22px;
  background: #081737;
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  word-wrap: break-word;
  text-decoration: none;
  white-space: nowrap;
}

/* ─── NO ROLE CTA ────────────────────────────────────────────────────────── */
.careers-norole {
  padding: 3rem 3.75rem;
}

.careers-norole__card {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 40px;
  background: linear-gradient(0deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%),
              linear-gradient(280deg, #0C1B35 -19.61%, #88D9F2 100.95%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 56px 64px;
  gap: 40px;
}

.careers-norole__ellipse {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  opacity: 0.3;
  pointer-events: none;
}

.careers-norole__star {
  position: absolute;
  pointer-events: none;
}

.careers-norole__star--tl {
  top: 28px;
  left: 40px;
  width: 20px;
}

.careers-norole__star--mid {
  bottom: 40px;
  left: 50%;
  width: 28px;
}

.careers-norole__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.careers-norole__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #ffffff;
  margin: 0;
}

.careers-norole__desc {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #F7F5F3;
  margin: 0;
}

.careers-norole__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 40px;
  background: #ffffff;
  color: #071738;
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
}

.careers-norole__img-wrap {
  width: 420px;
  height: 420px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.careers-norole__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ═══════════════════════════════════════════════════════════
   CAREERS PAGE — RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (max-width: 1380px) {

  .careers-why__card {
    width: 100% !important;
  }

  .careers-why__grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .careers-roles {
    padding: 5rem 1.5rem !important;
  }

}

@media (max-width: 1024px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .careers-hero__img,
  .careers-hero__design,
  .ind-hero__spiral--1,
  .ind-hero__spiral--2 {
    display: none !important;
  }

  .careers-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .careers-hero__title {
    font-size: 38px;
    line-height: 46px;
  }

  .careers-hero__sub {
    max-width: 100%;
  }

  /* ─── ROLES ─────────────────────────────────────────────── */
  .careers-roles {
    padding: 3rem 1.5rem;
  }

  .careers-roles__title {
    font-size: 36px;
    line-height: 44px;
    width: auto;
  }

  .careers-roles__filters {
    flex-direction: column;
  }

  .careers-roles__filters-right {
    flex-wrap: wrap;
    width: 100%;
  }

  .careers-roles__search {
    width: 100%;
    box-sizing: border-box;
  }

  .careers-roles__select {
    flex: 1 1 calc(50% - 5px);
    width: auto;
    min-width: 0;
  }

  /* ─── WHY: 1-col ────────────────────────────────────────── */
  .careers-why {
    padding: 2.5rem 0.75rem !important;
  }

  .careers-why__title {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .careers-why__grid {
    grid-template-columns: 1fr !important;
  }

  .careers-why__card {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* ─── GLOBAL ─────────────────────────────────────────────── */
  .careers-global {
    min-height: auto !important;
    gap: 32px;
  }

  .careers-global__text {
    padding: 3rem 1.5rem 0;
  }

  .careers-global__title {
    font-size: 32px;
    line-height: 40px;
  }

  .careers-global__desc {
    max-width: 100%;
  }

  /* ─── NO ROLE CTA ───────────────────────────────────────── */
  .careers-norole {
    padding: 2rem 1.5rem;
  }

  .careers-norole__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .careers-norole__img-wrap {
    display: none;
  }

  .careers-norole__title {
    font-size: 36px;
    line-height: 44px;
  }

}

@media (max-width: 768px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .careers-hero__title {
    font-size: 30px;
    line-height: 38px;
  }

  /* ─── ROLES ─────────────────────────────────────────────── */
  .careers-roles {
    padding: 2.5rem 1.25rem;
  }

  .careers-roles__title {
    font-size: 28px;
    line-height: 36px;
  }

  .careers-job {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .careers-job__meta {
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .careers-job__sep {
    display: none;
  }

  .careers-job__btn {
    margin-top: 4px;
  }

  /* ─── WHY: 1-col ────────────────────────────────────────── */
  .careers-why__grid {
    grid-template-columns: 1fr;
  }

  .careers-why__card {
    width: 100% !important;
    box-sizing: border-box;
    padding: 20px !important;
  }

  .careers-why__title {
    font-size: 28px;
    line-height: 36px;
  }

  /* ─── GLOBAL ─────────────────────────────────────────────── */
  .careers-global__text {
    padding: 2rem 1.25rem 0 !important;
  }

  .careers-global__title {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .careers-global__desc {
    font-size: 15px;
  }

  /* ─── NO ROLE CTA ───────────────────────────────────────── */
  .careers-norole__card {
    padding: 32px 24px;
  }

  .careers-norole__title {
    font-size: 28px;
    line-height: 36px;
  }

  .careers-norole__desc {
    font-size: 16px;
  }

}

/* ─── APP CTA SUB ────────────────────────────────────────────────────────── */
.mt-app-cta__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* ─── GLOBAL SECTION ─────────────────────────────────────────────────────── */
.careers-global {
  width: 100%;
  min-height: 983px;
  background: #E9EEF3;
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow: hidden;
}

.careers-global__text {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 80px 3.75rem 0;
  box-sizing: border-box;
}

.careers-global__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  word-wrap: break-word;
  color: #071738;
  margin: 0;
}

.careers-global__desc {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  word-wrap: break-word;
  color: #3E4554;
  margin: 0;
  max-width: 640px;
}

.careers-global__img {
  width: 100%;
  display: block;
}

/* ─── WHY WORK WITH US ───────────────────────────────────────────────────── */
.careers-why {
  padding: 5rem 3.75rem;
  background: #F9FAFB;
}

.careers-why__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.careers-why__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  word-wrap: break-word;
  color: #071738;
  text-align: center;
  margin: 0;
}

.careers-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

.careers-why__card {
  display: flex;
  width: 317px;
  padding: 23px 31.5px 26px 31.5px;
  justify-content: center;
  align-items: center;
  border-radius: 7.796px;
  background: #F7F5F3;
  box-sizing: border-box;
}

.careers-why__card-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.careers-why__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.careers-why__card-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}

.careers-why__card-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  word-wrap: break-word;
  color: #071738;
  margin: 0;
}

.careers-why__card-desc {
  font-family: 'Urbanist', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 21.7px;
  word-wrap: break-word;
  color: #3E4554;
  margin: 0;
}
