.career-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #087cf0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.career-kicker > span {
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: #087cf0;
}

.career-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: #eaf3f9 url("/assets/images/career-team.png") center / cover no-repeat;
  isolation: isolate;
}

.career-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 32%, rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0.18) 66%, rgba(255, 255, 255, 0) 100%);
}

.career-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -105px;
  bottom: -118px;
  width: 330px;
  height: 270px;
  background: linear-gradient(140deg, rgba(0, 118, 232, 0), #087cf0 58%);
  clip-path: polygon(56% 0, 100% 0, 100% 100%, 0 100%);
}

.career-hero__inner {
  position: relative;
  display: flex;
  min-height: 510px;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 64px;
}

.career-hero__content {
  width: min(620px, 51%);
}

.career-hero h1 {
  margin: 18px 0 16px;
  color: #102a43;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 0.94;
  letter-spacing: -3.4px;
}

.career-hero h1 span {
  color: #087cf0;
}

.career-hero__content > p:not(.career-kicker) {
  max-width: 560px;
  margin: 0;
  color: #516b82;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.career-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.career-button--outline {
  color: #087cf0;
  border-color: #087cf0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(7px);
}

.career-button--outline:hover,
.career-button--outline:focus-visible {
  color: #fff;
  background: #087cf0;
}

.career-hero__tagline {
  position: absolute;
  right: 24px;
  bottom: 30px;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.6px;
  line-height: 1.55;
  text-transform: uppercase;
}

.career-hero__tagline span {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 12px;
  background: #fff;
}

.career-culture {
  padding: 58px 0 62px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 118, 232, 0.08), transparent 30%),
    #fff;
}

.career-culture__grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.18fr) repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.career-culture__intro {
  padding: 10px 30px 10px 0;
}

.career-culture h2,
.career-openings h2 {
  margin: 14px 0 12px;
  color: #102a43;
  font-size: clamp(36px, 3.3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.8px;
}

.career-culture__intro > p:last-child,
.career-openings__head > div > p:last-child {
  margin: 0;
  color: #60778c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}

.career-value {
  min-height: 244px;
  padding: 26px 22px;
  border: 1px solid #e2edf6;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  box-shadow: 0 16px 36px rgba(18, 66, 105, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.career-value:hover {
  border-color: #bedfff;
  box-shadow: 0 20px 42px rgba(18, 83, 136, 0.13);
  transform: translateY(-6px);
}

.career-value > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  place-items: center;
  color: #087cf0;
  border-radius: 13px;
  background: #eaf5ff;
}

.career-value svg {
  width: 30px;
  height: 30px;
}

.career-value h3 {
  margin: 0 0 10px;
  color: #102a43;
  font-size: 16px;
  font-weight: 600;
}

.career-value p {
  margin: 0;
  color: #60778c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.career-openings {
  padding: 54px 0 72px;
  background: linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
  border-top: 1px solid #e5eff7;
}

.career-openings__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.career-openings__head > div {
  max-width: 520px;
}

.career-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  color: #087cf0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.career-text-link svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s ease;
}

.career-text-link:hover svg,
.career-text-link:focus-visible svg {
  transform: translateX(4px);
}

.career-empty {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 174px;
  margin-top: 30px;
  padding: 26px 32px;
  border: 1px solid #d9e9f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 73, 115, 0.07);
}

.career-empty__visual {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  background: #eef7ff;
}

.career-empty__visual::before,
.career-empty__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #dceeff;
}

.career-empty__visual::before {
  top: 5px;
  right: -13px;
  width: 22px;
  height: 22px;
}

.career-empty__visual::after {
  bottom: 13px;
  left: -10px;
  width: 14px;
  height: 14px;
}

.career-empty__visual > span {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(145deg, #43a8ff, #087cf0);
  box-shadow: 0 10px 24px rgba(0, 118, 232, 0.24);
}

.career-empty__visual svg {
  width: 37px;
  height: 37px;
}

.career-empty__copy h3 {
  margin: 0 0 7px;
  color: #102a43;
  font-size: 20px;
  font-weight: 600;
}

.career-empty__copy p {
  max-width: 710px;
  margin: 0;
  color: #60778c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.career-notice {
  position: fixed;
  z-index: 160;
  top: 132px;
  right: 92px;
  display: grid;
  grid-template-columns: 50px 1fr 32px;
  gap: 14px;
  width: min(430px, calc(100vw - 48px));
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: linear-gradient(135deg, #075caa, #087cf0);
  box-shadow: 0 22px 55px rgba(2, 55, 99, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 120px));
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.career-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.career-notice__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #087cf0;
  border-radius: 12px;
  background: #fff;
}

.career-notice__icon svg {
  width: 28px;
  height: 28px;
}

.career-notice strong {
  display: block;
  margin: 1px 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.career-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.career-notice a {
  display: inline-block;
  margin-top: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.career-notice > button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.career-notice > button:hover,
.career-notice > button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.career-notice > button svg {
  width: 18px;
  height: 18px;
}

.career-motion [data-career-reveal] {
  opacity: 0;
  transition: opacity 0.62s ease, translate 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.career-motion [data-career-reveal="left"] { translate: -34px 0; }
.career-motion [data-career-reveal="up"] { translate: 0 24px; }
.career-motion [data-career-reveal].is-visible { opacity: 1; translate: 0 0; }

@media (min-width: 768px) and (max-width: 1435px) {
  .page-career main .container {
    padding-right: 78px;
  }
}

@media (max-width: 1160px) {
  .career-culture__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-culture__intro {
    grid-column: 1 / -1;
    max-width: 720px;
    padding-right: 0;
  }

  .career-value {
    min-height: 205px;
  }

  .career-empty {
    grid-template-columns: 112px 1fr;
  }

  .career-empty > .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .career-hero,
  .career-hero__inner {
    min-height: 590px;
  }

  .career-hero {
    background-position: 62% center;
  }

  .career-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.48) 78%, rgba(255, 255, 255, 0.18));
  }

  .career-hero__content {
    width: min(560px, 78%);
  }

  .career-hero__tagline {
    display: none;
  }
}

@media (max-width: 767px) {
  .career-hero,
  .career-hero__inner {
    min-height: 650px;
  }

  .career-hero {
    background-position: 70% center;
  }

  .career-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(8, 50, 82, 0.2) 100%);
  }

  .career-hero::after {
    right: -150px;
    bottom: -156px;
  }

  .career-hero__inner {
    align-items: flex-start;
    padding-top: 56px;
  }

  .career-hero__content {
    width: 100%;
  }

  .career-hero h1 {
    font-size: clamp(46px, 14vw, 62px);
    letter-spacing: -2.5px;
  }

  .career-hero__content > p:not(.career-kicker) {
    max-width: 90%;
    font-size: 15px;
  }

  .career-culture,
  .career-openings {
    padding-block: 48px;
  }

  .career-culture__grid {
    grid-template-columns: 1fr;
  }

  .career-culture__intro {
    grid-column: auto;
  }

  .career-value {
    min-height: 0;
  }

  .career-openings__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .career-empty {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
    text-align: center;
  }

  .career-empty__visual {
    margin-inline: auto;
  }

  .career-empty > .button {
    grid-column: auto;
    justify-self: center;
  }

  .career-notice {
    top: auto;
    right: 16px;
    bottom: 18px;
    width: calc(100vw - 32px);
    transform: translateX(calc(100% + 32px));
  }
}

@media (max-width: 460px) {
  .career-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .career-hero__actions .button {
    justify-content: center;
  }

  .career-hero h1 {
    font-size: 46px;
  }

  .career-notice {
    grid-template-columns: 42px 1fr 28px;
    gap: 10px;
    padding: 16px;
  }

  .career-notice__icon {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .career-motion [data-career-reveal] {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }

  .career-notice {
    transition: none;
  }
}
