/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./app/web/page/careers/index.less ***!
  \******************************************************************************************************************************************************/
/**
 * 需求来源：docs/新增CJ招聘落地页需求/prompt.md、docs/新增CJ招聘落地页需求/CJ-333291
 * 注意事项：
 * 1. 样式以目标稿暗色招聘落地页为基准做视觉还原，并适配 React CSS Modules。
 * 2. 页面整体铺满视口，避免与外层容器宽度冲突。
 */
.index__careersPage___3heTT {
  --bg: #0a0a14;
  --bg-soft: #11111f;
  --primary: #ff6b00;
  --primary-2: #ffb347;
  --primary-soft: rgba(255, 107, 0, 0.12);
  --text: #f5f5f7;
  --text-dim: #a8a8b3;
  --border: rgba(255, 255, 255, 0.08);
  --card: rgba(255, 255, 255, 0.04);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
}
.index__careersPage___3heTT * {
  box-sizing: border-box;
}
.index__careersPage___3heTT a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.index__careersPage___3heTT img {
  max-width: 100%;
  display: block;
}
/**
 * 需求：26061502 —— careers 的 react-content 整体置于 cj-header-container 之下，
 * 头部背景即 react-content 的内容（与服务页同效果）。
 * 实现：将布局全局头部容器绝对定位浮于内容之上，react-content 从顶部 0 起，
 *   透明 unSafeUserHome 头部叠在 .hero 暗色背景上，hero 背景即头部背景。
 * 作用域：careers 页 CSS 仅在 /careers 注入（pageAssets.css 按页加载），
 *   故 :global 仅本页生效，不污染其他页布局。
 */
#cj-header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1003;
}
#react-content {
  position: relative;
  z-index: 1;
}
.index__icon___H6vu9 {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
  flex-shrink: 0;
}
.index__container___rLgRS {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
.index__chapter___2coD- {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700;
}
.index__chapter___2coD-::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
/* ===== Hero ===== */
.index__hero___tK8DN {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index__heroBg___1Lj01 {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index__heroBg___1Lj01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: brightness(1.1) contrast(1.06) saturate(1.06);
  transform: scale(1.04);
  animation: index__cjCareersZoom___2OrK0 18s ease-in-out infinite alternate;
}
.index__heroBg___1Lj01::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 20, 0.92) 0%, rgba(10, 10, 20, 0.7) 47%, rgba(10, 10, 20, 0.26) 100%);
}
.index__heroBg___1Lj01::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, var(--bg) 2%, transparent 30%);
}
@keyframes index__cjCareersZoom___2OrK0 {
  to {
    transform: scale(1.12);
  }
}
/**
 * 第16次提交：HERO 内容盒随内容撑开并居中。
 * 原因：.heroInner 为块级全宽，文案左对齐时整盒靠左、未"随内容居中"。
 * 方案：fit-content 让盒宽=最宽子元素(h1 nowrap 行≈791px)，max-width:100% 防溢出，
 *   左右 auto 把撑开后的盒子在 .container 内水平居中（.container 仍居中于视口）。
 */
.index__heroInner___1fZHQ {
  position: relative;
  z-index: 2;
  padding: 80px 0 96px;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index__hiringBadge___2kA64 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--primary-soft);
  border: 1px solid rgba(255, 107, 0, 0.35);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--primary-2);
  margin-bottom: 28px;
  text-transform: uppercase;
}
.index__hiringBadge___2kA64 .index__dot___2o8r0 {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.6);
  animation: index__cjCareersPulse___11Dd- 1.8s infinite;
}
@keyframes index__cjCareersPulse___11Dd- {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 107, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 0, 0);
  }
}
.index__hero___tK8DN h1 {
  font-size: clamp(46px, 6.4vw, 80px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  /* 第16次提交：max-width 由 16ch(≈704px) 改为 max-content，
     容纳第15次 span nowrap 高亮行(≈791px)，消除 h1 横向溢出根因 */
  max-width: -webkit-max-content;
  max-width: max-content;
}
.index__hero___tK8DN h1 span {
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 第15次提交：Join Our Global Journey. 整体不换行（Journey. 不被折行） */
  white-space: nowrap;
}
.index__heroKicker___3zimg {
  font-size: clamp(18px, 1.9vw, 23px);
  font-weight: 600;
  color: var(--text);
  opacity: 0.92;
  line-height: 1.45;
  max-width: 600px;
  margin-bottom: 22px;
}
.index__hero___tK8DN p {
  font-size: 16.5px;
  color: var(--text-dim);
  max-width: 600px;
  margin-bottom: 36px;
  line-height: 1.7;
}
.index__heroCta___shz6Y {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 38px;
}
.index__btnHero___MAcOo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.index__btnHero___MAcOo .index__icon___H6vu9 {
  width: 20px;
  height: 20px;
}
.index__btnHeroPrimary___1EE_Q {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #1a1a1a;
}
.index__btnHeroPrimary___1EE_Q:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(255, 107, 0, 0.45);
}
.index__btnHeroGhost___3mcht {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: var(--text);
}
.index__btnHeroGhost___3mcht:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}
.index__heroTags___2zS6C {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.index__pill___uuP7G {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 600;
}
.index__pill___uuP7G .index__icon___H6vu9 {
  color: var(--primary);
  width: 18px;
  height: 18px;
}
.index__scrollHint___2Afls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--text-dim);
  animation: index__cjCareersBob___1v4TV 2s ease-in-out infinite;
}
.index__scrollHint___2Afls .index__icon___H6vu9 {
  width: 28px;
  height: 28px;
}
@keyframes index__cjCareersBob___1v4TV {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
/* ===== Markets ===== */
.index__markets___2PYBJ {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 3;
  padding: 42px 0;
  overflow: hidden;
}
.index__mLabel___jWNOe {
  text-align: center;
  color: var(--text-dim);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 26px;
}
.index__mLabelHl___1mdyg {
  color: var(--primary-2);
  font-weight: 800;
}
.index__marquee___2xbp3 {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.index__marquee___2xbp3:hover .index__marqueeTrack___16zcf {
  animation-play-state: paused;
}
.index__marqueeTrack___16zcf {
  display: flex;
  width: max-content;
  animation: index__cjCareersScroll___24tmO 50s linear infinite;
  will-change: transform;
}
@keyframes index__cjCareersScroll___24tmO {
  to {
    transform: translateX(-50%);
  }
}
.index__country___3cL9a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-right: 20px;
  padding: 15px 28px;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--border);
  white-space: nowrap;
  font-size: 17px;
  font-weight: 600;
  flex-shrink: 0;
  transition: border-color 0.25s, background 0.25s;
}
.index__country___3cL9a:hover {
  border-color: rgba(255, 107, 0, 0.45);
  background: rgba(255, 107, 0, 0.06);
}
.index__country___3cL9a img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.55);
}
/* ===== Section base ===== */
.index__block___27YyM {
  padding: 108px 0;
  position: relative;
}
.index__sectionHead___21v8S {
  margin-bottom: 54px;
  max-width: 760px;
}
.index__sectionHead___21v8S h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 800;
  margin-top: 6px;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.index__sectionHead___21v8S .index__sub___3eTdV {
  color: var(--text-dim);
  margin-top: 16px;
  font-size: 16px;
}
.index__sectionHeadCenter___nBiaQ {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.index__sectionHeadCenter___nBiaQ .index__chapter___2coD- {
  justify-content: center;
}
/* ===== Global Presence ===== */
.index__global___2sAp_ {
  background: linear-gradient(180deg, var(--bg), #13131f);
}
.index__hubGrid___2m27y {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.index__hub___2pdib {
  padding: 34px 24px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--border);
  text-align: center;
  transition: 0.3s;
}
.index__hub___2pdib:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 0, 0.4);
  background: rgba(255, 107, 0, 0.04);
}
.index__hub___2pdib h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.index__hub___2pdib p {
  font-size: 14px;
  color: var(--text-dim);
}
.index__hubIc___UgKMV {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft);
  color: var(--primary);
}
.index__hubIc___UgKMV .index__icon___H6vu9 {
  width: 30px;
  height: 30px;
}
/* ===== Why ===== */
.index__why___3JDuQ {
  background: #13131f;
}
.index__whyGrid___3NoJK {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.index__perk___3U_FJ {
  padding: 34px 30px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--border);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.index__perk___3U_FJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.index__perk___3U_FJ:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 0, 0.35);
  background: rgba(255, 107, 0, 0.04);
}
.index__perk___3U_FJ:hover::before {
  transform: scaleX(1);
}
.index__perk___3U_FJ h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.index__perk___3U_FJ p {
  font-size: 14px;
  color: var(--text-dim);
}
.index__perkIc___AK0Ot {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft);
  color: var(--primary);
  margin-bottom: 20px;
}
.index__perkIc___AK0Ot .index__icon___H6vu9 {
  width: 28px;
  height: 28px;
}
/* ===== Life / Video ===== */
.index__life___1jvuL {
  background: var(--bg);
}
.index__videoWrap___rqvXm {
  position: relative;
  aspect-ratio: 2.33333333;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border);
  background: #000;
}
.index__videoWrap___rqvXm video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 全屏按钮：浮于视频右上角，遮罩 pointer-events:none，故按钮单独承接点击 */
.index__fsBtn___gZL9g {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: 0.25s;
}
.index__fsBtn___gZL9g:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.index__fsBtn___gZL9g svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.index__videoOverlay___3mvMZ {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.1) 60%, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  pointer-events: none;
  transition: opacity 0.4s;
}
.index__videoOverlay___3mvMZ h3 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}
.index__videoOverlay___3mvMZ p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 560px;
  margin: 0 0 26px;
}
.index__videoBadge___3WXdA {
  display: inline-block;
  width: fit-content;
  padding: 6px 16px;
  background: var(--primary);
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 20px;
}
.index__playBtn___2MCeE {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1a1a1a;
  padding: 14px 28px;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  font-family: inherit;
  transition: 0.2s;
  width: fit-content;
}
.index__playBtn___2MCeE:hover {
  background: var(--primary);
  color: #1a1a1a;
}
.index__playBtn___2MCeE .index__icon___H6vu9 {
  width: 24px;
  height: 24px;
}
.index__vthumbs___8XRBm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.index__vthumb___3fiND {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: 0.25s;
}
.index__vthumb___3fiND:hover {
  border-color: rgba(255, 107, 0, 0.45);
  background: rgba(255, 107, 0, 0.05);
}
.index__vthumb___3fiND h4 {
  font-size: 15px;
  font-weight: 700;
}
.index__vthumb___3fiND span {
  font-size: 12px;
  color: var(--text-dim);
}
.index__vthumbActive___jNzrt {
  border-color: rgba(255, 107, 0, 0.45);
  background: rgba(255, 107, 0, 0.05);
}
.index__vtIc___1s5ts {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft);
  color: var(--primary);
}
.index__vtIc___1s5ts .index__icon___H6vu9 {
  width: 28px;
  height: 28px;
}
/* ===== Culture Gallery ===== */
.index__work___3C9Sk {
  background: var(--bg);
}
.index__gallery___2Ksxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 18px;
}
.index__gcard___3NKIh {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.index__gcard___3NKIh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.index__gcard___3NKIh:hover img {
  transform: scale(1.06);
}
.index__gcard___3NKIh .index__cap___KRv4X {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 22px;
  font-weight: 700;
  font-size: 16px;
}
.index__gcardTall___YwN9l {
  grid-row: span 2;
}
.index__gcardWide___3CxLG {
  grid-column: span 2;
}
/* ===== Jobs ===== */
.index__jobs___36jpm {
  background: linear-gradient(180deg, #13131f, var(--bg));
}
.index__job___tlND0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 90px;
}
.index__job___tlND0:last-child {
  margin-bottom: 0;
}
.index__job___tlND0 h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 6px;
}
.index__job___tlND0 h3 small {
  display: block;
  font-size: 16px;
  color: var(--text-dim);
  font-weight: 600;
  margin-top: 6px;
}
.index__jobReverse___4I26o .index__jobMedia___XSPsn {
  order: 2;
}
.index__jobReverse___4I26o .index__jobBody___1QgXj {
  order: 1;
}
.index__jobMedia___XSPsn {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid var(--border);
}
.index__jobMedia___XSPsn img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  transition: transform 0.6s;
}
.index__jobMedia___XSPsn:hover img {
  transform: scale(1.05);
}
.index__hot___2fhYT {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.92);
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.index__hot___2fhYT .index__icon___H6vu9 {
  width: 16px;
  height: 16px;
}
.index__locTag___3W4GU {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.index__locTag___3W4GU .index__icon___H6vu9 {
  width: 15px;
  height: 15px;
}
.index__jobCols___1iC59 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 26px 0;
}
.index__jobCols___1iC59 h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.index__jobCols___1iC59 h4 .index__icon___H6vu9 {
  color: var(--primary);
  width: 20px;
  height: 20px;
}
.index__jobCols___1iC59 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.index__jobCols___1iC59 li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-dim);
}
.index__jobCols___1iC59 li .index__icon___H6vu9 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.index__jobCols___1iC59 .index__hl___3qSe4 li .index__icon___H6vu9 {
  color: var(--primary);
}
.index__jobCols___1iC59 .index__rq___3ceBX li .index__icon___H6vu9 {
  color: var(--text-dim);
}
.index__btnLine___1oeJZ {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.index__btnLine___1oeJZ .index__icon___H6vu9 {
  width: 18px;
  height: 18px;
}
.index__btnLine___1oeJZ:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.4);
}
/* ===== Process ===== */
.index__process___1m6qj {
  background: linear-gradient(180deg, var(--bg), #13131f);
}
.index__steps___Hpgne {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.index__step___2FV8i {
  padding: 32px 26px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--border);
  position: relative;
  transition: 0.3s;
}
.index__step___2FV8i:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 0, 0.35);
}
.index__step___2FV8i h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.index__step___2FV8i p {
  font-size: 14px;
  color: var(--text-dim);
}
.index__stepNo___2AjmK {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 1px;
}
.index__stepIc___1N7qB {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft);
  color: var(--primary);
  margin: 14px 0 18px;
}
.index__stepIc___1N7qB .index__icon___H6vu9 {
  width: 26px;
  height: 26px;
}
/* ===== Contact ===== */
.index__contact___1RnFq {
  background: #13131f;
}
.index__contactCard___V2U4d {
  max-width: 760px;
  margin: 0 auto;
  padding: 58px 48px;
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.index__contactCard___V2U4d::before {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.22), transparent 70%);
}
.index__contactCard___V2U4d::after {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.12), transparent 70%);
}
.index__contactCard___V2U4d h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
}
.index__contactCard___V2U4d > p {
  color: var(--text-dim);
  margin-bottom: 36px;
  position: relative;
}
.index__contactStack___2Hvt5 {
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.index__mailRow___2p8mD {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
}
.index__mailLeft___4Hd6E {
  display: flex;
  align-items: center;
  gap: 14px;
}
.index__mailText___1KSCF {
  font-weight: 700;
  /* 第14次提交：hr 邮箱字号放大更显眼 */
  font-size: 20px;
  letter-spacing: 0.2px;
  word-break: break-all;
}
.index__mailIc___1OioB {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft);
  color: var(--primary);
}
.index__mailIc___1OioB .index__icon___H6vu9 {
  width: 20px;
  height: 20px;
}
.index__copyBtn___iWkfY {
  background: none;
  border: none;
  color: var(--text-dim);
  cursor: pointer;
  transition: 0.2s;
}
.index__copyBtn___iWkfY:hover {
  color: var(--primary);
}
.index__copyBtn___iWkfY .index__icon___H6vu9 {
  width: 20px;
  height: 20px;
}
.index__divider___3LgyN {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-dim);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.index__divider___3LgyN::before,
.index__divider___3LgyN::after {
  content: '';
  height: 1px;
  flex: 1;
  background: var(--border);
}
.index__btnWa___3AHDD {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #1a1a1a;
  font-weight: 700;
  font-size: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.index__btnWa___3AHDD .index__icon___H6vu9 {
  width: 22px;
  height: 22px;
}
.index__btnWa___3AHDD:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255, 107, 0, 0.45);
}
/* 二维码占位：WhatsApp 按钮下方，后续贴真实二维码 */
.index__qrBox___3tp2j {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.index__qrImg___P25R5 {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
}
.index__qrImg___P25R5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index__qrImg___P25R5 .index__icon___H6vu9 {
  width: 56px;
  height: 56px;
  color: var(--text-dim);
  opacity: 0.4;
}
.index__qrLabel___3WpA2 {
  font-size: 13px;
  color: var(--text-dim);
}
/* ===== Work Locations · Overseas Postings（参考稿 .worksite） ===== */
.index__worksiteBlock___3ZBTc {
  padding-top: 0;
}
.index__worksite___1L4cy {
  padding: clamp(24px, 4vw, 38px) clamp(20px, 4vw, 42px);
  border-radius: 22px;
  background: rgba(255, 107, 0, 0.06);
  border: 1px solid rgba(255, 107, 0, 0.25);
}
.index__worksiteHead___ZEvwM {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.index__worksiteHead___ZEvwM h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}
.index__worksiteHead___ZEvwM p {
  font-size: 14px;
  color: var(--text-dim);
}
.index__worksiteIc___bB5MX {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft);
  color: var(--primary);
}
.index__worksiteIc___bB5MX .index__icon___H6vu9 {
  width: 26px;
  height: 26px;
}
.index__worksiteList___b5J0J {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.index__worksiteList___b5J0J span {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s;
}
.index__worksiteList___b5J0J span:hover {
  border-color: rgba(255, 107, 0, 0.5);
  background: rgba(255, 107, 0, 0.08);
  color: var(--primary-2);
}
/* 投递须知（参考稿 .resume-note） */
.index__resumeNote___RJ3kx {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 2px;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed var(--border);
  text-align: left;
}
.index__resumeNote___RJ3kx div {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
}
.index__resumeNote___RJ3kx b {
  display: block;
  color: var(--text);
  font-weight: 700;
  margin-top: 3px;
  font-size: 13.5px;
  letter-spacing: 0.3px;
}
.index__resumeNoteIc___1NqBL {
  flex-shrink: 0;
  color: var(--primary);
}
.index__resumeNoteIc___1NqBL .index__icon___H6vu9 {
  width: 22px;
  height: 22px;
}
/* ===== Floating apply ===== */
.index__floatApply___xqQ01 {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #1a1a1a;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 12px 32px rgba(255, 107, 0, 0.45);
  transform: translateY(120px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s, box-shadow 0.2s;
}
.index__floatApply___xqQ01 .index__icon___H6vu9 {
  width: 22px;
  height: 22px;
}
.index__floatApply___xqQ01:hover {
  box-shadow: 0 16px 40px rgba(255, 107, 0, 0.6);
}
.index__floatApplyShow___OyP-Q {
  transform: translateY(0);
  opacity: 1;
}
/* ===== Reveal animation ===== */
/* 滚动揭示：用 data-reveal/data-revealed 属性，避免 React 重渲染抹除揭示态（vthumb 点击消失根因） */
.index__careersPage___3heTT [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.index__careersPage___3heTT [data-reveal][data-revealed] {
  opacity: 1;
  transform: none;
}
/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .index__whyGrid___3NoJK {
    grid-template-columns: repeat(2, 1fr);
  }
  .index__steps___Hpgne {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .index__container___rLgRS {
    padding-left: 22px;
    padding-right: 22px;
  }
  .index__heroInner___1fZHQ {
    padding: 56px 0 72px;
  }
  .index__block___27YyM {
    padding: 72px 0;
  }
  .index__sectionHead___21v8S {
    margin-bottom: 40px;
  }
  .index__hubGrid___2m27y {
    grid-template-columns: repeat(2, 1fr);
  }
  .index__whyGrid___3NoJK {
    grid-template-columns: repeat(2, 1fr);
  }
  .index__job___tlND0,
  .index__jobReverse___4I26o .index__jobMedia___XSPsn,
  .index__jobReverse___4I26o .index__jobBody___1QgXj {
    grid-template-columns: 1fr;
    order: 0;
  }
  .index__job___tlND0 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .index__jobMedia___XSPsn {
    order: -1;
  }
  .index__steps___Hpgne {
    grid-template-columns: repeat(2, 1fr);
  }
  .index__vthumbs___8XRBm {
    grid-template-columns: repeat(2, 1fr);
  }
  .index__gallery___2Ksxs {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
  }
  .index__gcardTall___YwN9l {
    grid-row: span 1;
  }
  .index__videoOverlay___3mvMZ {
    padding: 26px;
  }
  .index__videoOverlay___3mvMZ h3 {
    font-size: 26px;
  }
  .index__contactCard___V2U4d {
    padding: 44px 28px;
  }
  .index__country___3cL9a img {
    width: 50px;
    height: 34px;
  }
  .index__country___3cL9a {
    font-size: 15px;
    padding: 13px 22px;
    margin-right: 16px;
  }
  .index__floatApply___xqQ01 {
    right: 16px;
    bottom: 16px;
    padding: 13px 20px;
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .index__hubGrid___2m27y,
  .index__whyGrid___3NoJK,
  .index__jobCols___1iC59,
  .index__steps___Hpgne {
    grid-template-columns: 1fr;
  }
  /* 第14次提交：邮箱放大后移动端略缩避免溢出 */
  .index__mailText___1KSCF {
    font-size: 16px;
  }
  /* 第15次提交：highlight 行 nowrap 后，窄屏按视宽缩放字号避免溢出 */
  .index__hero___tK8DN h1 {
    font-size: clamp(24px, 6.6vw, 46px);
    max-width: none;
  }
  .index__gallery___2Ksxs {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }
  .index__gcardWide___3CxLG {
    grid-column: span 1;
  }
  .index__videoOverlay___3mvMZ h3 {
    font-size: 22px;
  }
  .index__videoOverlay___3mvMZ p {
    font-size: 14px;
  }
  .index__heroCta___shz6Y {
    flex-direction: column;
    align-items: stretch;
  }
  .index__btnHero___MAcOo {
    justify-content: center;
  }
  .index__contactCard___V2U4d h2 {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .index__container___rLgRS {
    padding-left: 16px;
    padding-right: 16px;
  }
  .index__hiringBadge___2kA64 {
    font-size: 12px;
    padding: 7px 14px;
    letter-spacing: 0.5px;
  }
  .index__country___3cL9a img {
    width: 44px;
    height: 30px;
  }
  .index__country___3cL9a {
    font-size: 14px;
    padding: 11px 18px;
    margin-right: 14px;
  }
}

