:root {
  --blue: #1773f3;
  --deep-blue: #0052d9;
  --ink: #12181f;
  --text: #3a3a3a;
  --line: #d9d9d9;
  --panel: #f8f8f8;
  --page-width: 1440px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

#spa-root {
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  height: clamp(560px, 66.32vw, 955px);
  overflow: hidden;
  background: #eef6ff;
}

.hero-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  filter: saturate(1.14);
}

.topbar {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(72px, 6.53vw, 94px);
  padding: clamp(24px, 2.22vw, 32px) clamp(24px, 9.72vw, 140px);
}

.topbar-inner {
  width: min(100%, var(--content));
  height: 30px;
  display: flex;
  align-items: center;
}

.brand-white {
  width: 225px;
  height: 30px;
}

.hero-line {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero-line-a {
  left: 1.56%;
  top: 41.77%;
  width: 28.81%;
}

.hero-line-b {
  left: 74.34%;
  top: 42.06%;
  width: 23.42%;
}

.hero-line-c {
  left: 45.17%;
  top: 56.96%;
  width: 9.63%;
}

.hero h1 {
  position: absolute;
  z-index: 4;
  left: 23.09%;
  top: 15.18%;
  width: 53.82%;
  margin: 0;
  color: var(--blue);
  font-family: Roboto, "Noto Sans SC", sans-serif;
  font-size: clamp(48px, 6.667vw, 96px);
  line-height: 1.307;
  font-weight: bolder;
  letter-spacing: 0.6px;
  text-align: center;
}

.hero-title-line {
  position: relative;
  display: inline-block;
  white-space: nowrap !important;
}

.hero-title-punctuation {
  position: absolute;
  left: 100%;
  top: 0;
}

.mobile-hero-title {
  display: none;
}

.deliver-button {
  position: absolute;
  z-index: 4;
  left: 42.4%;
  top: 85.55%;
  width: 218.5px;
  height: 66px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 8px 30px 8px 4.5px;
  border-radius: 150px;
  background: #f8f8f8;
  color: var(--blue);
  font-size: 24px;
  line-height: 31px;
  font-weight: bolder;
  letter-spacing: 0.24px;
}

.deliver-icon {
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  flex: 0 0 57px;
  border-radius: 50%;
  background: var(--blue);
}

.section {
  width: 100%;
  padding-left: clamp(24px, 9.72vw, 140px);
  padding-right: clamp(24px, 9.72vw, 140px);
}

.section-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 41px;
}

.section-title span {
  width: 10px;
  height: 41px;
  flex: 0 0 10px;
  background: var(--deep-blue);
}

.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 40.8px;
  font-weight: bolder;
}

.why {
  min-height: 998.954px;
  padding-top: 120px;
}

.why-grid {
  width: min(100%, var(--content));
  min-height: 789.954px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 373.333px);
  grid-template-rows: 384.954px 385px;
  gap: 20px;
}

.why-card {
  height: 100%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f7f7;
}

.why-card img {
  width: 148px;
  height: 148px;
  flex: 0 0 148px;
}

.why-card div {
  width: 277.333px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border-radius: 12px;
}

.why-card h3 {
  width: 197.333px;
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  line-height: 28.8px;
  font-weight: bolder;
  text-align: center;
}

.why-card p {
  width: 300px;
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.colleagues {
  min-height: 774px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.colleague-panel {
  width: min(100%, var(--content));
  height: 409px;
  margin-top: 48px;
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.person-card {
  position: relative;
  flex: 0 0 373.333px;
  height: 409px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

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

.person-card.is-hidden-card {
  display: none;
}

.person-visual {
  position: relative;
  width: 373.333px;
  height: 240.2px;
  overflow: visible;
}

.quote-shape {
  width: 373.333px;
  height: 240.2px;
}

.person-avatar {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  object-fit: contain;
  bottom: 0;
}

.person-avatar.isaac {
  width: 193px;
  height: 299px;
}

.person-avatar.boya {
  width: 175px;
  height: 298px;
}

.person-avatar.new-person-a {
  width: 182px;
  height: 298px;
}

.person-avatar.new-person-b {
  width: 256px;
  height: 298px;
}

.person-avatar.new-person-c,
.person-avatar.new-person-d {
  width: 184px;
  height: 298px;
}

.hover-quote {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 373px;
  height: 320px;
  padding: 55px 43px 25px;
  overflow: visible;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-34px);
  transition:
    opacity 0.32s ease,
    transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hover-quote::after {
  content: "";
  position: absolute;
  left: 61px;
  bottom: -33px;
  width: 46px;
  height: 34px;
  background: var(--blue);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.hover-quote:not(:empty) {
  pointer-events: auto;
}

.hover-quote p {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 270.464px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.quote-mark {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 86.261px;
  line-height: 112.777px;
  font-weight: 400;
  letter-spacing: 0.863px;
}

.quote-open {
  left: 28px;
  top: 9px;
}

.quote-close {
  right: 31px;
  bottom: -28px;
}

@media (hover: hover) and (pointer: fine) {
  .person-card:hover .hover-quote:not(:empty) {
    opacity: 1;
    transform: translateY(0);
  }
}

.person-card h3 {
  margin: 29px 0 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 40.8px;
  font-weight: bold;
}

.person-card p {
  margin: 14.5px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.person-card .hover-quote p {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.slider-controls {
  width: 110px;
  height: 40px;
  margin: 36px auto 0;
  display: flex;
  gap: 30px;
}

.arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.arrow img {
  width: 40px;
  height: 40px;
}

.arrow.prev:not(:disabled) img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(2797%) hue-rotate(205deg) brightness(97%) contrast(97%);
}

.arrow.next:disabled img {
  filter: grayscale(1) opacity(0.55);
}

.arrow:disabled {
  cursor: default;
  transform: none;
}

.process {
  min-height: 417px;
}

.process-grid {
  width: min(100%, var(--content));
  height: 301px;
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(4, 273.5px);
  gap: 22px;
}

.process-card {
  position: relative;
  height: 301px;
  padding: 80px 48px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 10px;
  background: #f8f8f8;
}

.process-card img {
  position: absolute;
  top: -27px;
  left: 50%;
  width: 68px;
  max-height: 77px;
  transform: translateX(-50%);
}

.process-card:nth-child(4) > img {
  transform: translate(-50%, 4px);
}

.process-card::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  width: 28.86px;
  height: 7.22px;
  transform: translateX(-50%);
  border-radius: 34px;
  background: var(--blue);
  filter: blur(9px);
}

.process-card:nth-child(1)::after {
  margin-left: -10px;
}

.process-card:nth-child(2)::after {
  margin-left: -8px;
}

.process-card:nth-child(3)::after {
  margin-left: 8px;
}

.process-card:nth-child(4)::after {
  margin-left: -9px;
}

.process-card strong {
  color: var(--blue);
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 500;
}

.process-card strong span {
  color: var(--ink);
}

.process-card h3 {
  margin: -3px 0 -8px;
  color: #000;
  font-size: 28px;
  line-height: 33.6px;
  font-weight: bolder;
  text-align: center;
}

.process-card p {
  width: 230px;
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.faq {
  min-height: 764px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-list {
  width: min(100%, var(--content));
  height: auto;
  margin-top: 48px;
}

.faq-list article {
  height: auto;
  min-height: 145px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.faq-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list h3 {
  margin: 0 0 24px;
  color: var(--deep-blue);
  font-size: 21px;
  line-height: 31.5px;
  font-weight: bold;
}

.faq-list p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.campus-cta {
  width: min(100%, 938px);
  min-height: 255px;
  margin: 0 auto;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.campus-cta h2 {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 34px;
  line-height: 40.8px;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
}

.campus-cta a {
  color: var(--deep-blue);
  font-size: 21px;
  line-height: 31.5px;
  font-weight: bold;
}

.footer {
  width: 100%;
  height: auto;
  padding: 0 clamp(24px, 9.72vw, 140px);
  overflow: hidden;
}

.footer-inner {
  width: min(100%, var(--content));
  height: auto;
  min-height: 0;
  padding: 28px 0;
  display: flex;
  align-items: center;
  gap: 64px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer .company-logo {
  display: none;
}

.brand-blue {
  width: 224px;
  height: 30px;
  flex: 0 0 224px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 180px;
  height: 44px;
}

.socials img {
  width: 44px;
  height: 44px;
}

.copyright {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64676a;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  white-space: nowrap;
}

.hero-bg,
.hero-line,
.hero h1,
.deliver-button,
.section-title,
.why-card,
.person-card,
.process-card,
.faq-list article,
.campus-cta > * {
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.page:not(.no-js) .hero-bg {
  animation: heroScale 9s ease-in-out infinite alternate;
}

.page:not(.no-js) .hero-line-a {
  animation: floatA 5.8s ease-in-out infinite alternate;
}

.page:not(.no-js) .hero-line-b {
  animation: floatB 6.5s ease-in-out infinite alternate;
}

.page:not(.no-js) .hero-line-c {
  animation: floatC 5.2s ease-in-out infinite alternate;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.process-card:hover {
  transform: none;
  box-shadow: none;
}

.deliver-button:hover,
.arrow:not(:disabled):hover {
  transform: translateY(-2px);
}

@keyframes heroScale {
  from {
    transform: translateX(-50%) scale(1);
  }
  to {
    transform: translateX(-50%) scale(1.025);
  }
}

@keyframes floatA {
  to {
    transform: translate(8px, -10px);
  }
}

@keyframes floatB {
  to {
    transform: translate(-10px, 8px);
  }
}

@keyframes floatC {
  to {
    transform: translate(7px, 10px);
  }
}

@media (max-width: 639px) {
  :root {
    --content: 100%;
  }

  .hero h1 {
    left: 31%;
    width: 46%;
  }

  .deliver-button {
    left: 50%;
    transform: translateX(-50%);
  }

  .deliver-button:hover {
    transform: translateX(-50%) translateY(-2px);
  }

  .deliver-button.reveal {
    transform: translateX(-50%) translateY(28px);
  }

  .deliver-button.reveal.is-visible {
    transform: translateX(-50%);
  }

  .why {
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .why-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    align-items: stretch;
  }

  .why-card {
    height: auto;
    min-height: 390px;
    padding: 40px 32px;
    overflow: visible;
  }

  .why-card div {
    width: 100%;
    overflow: visible;
  }

  .why-card h3,
  .why-card p {
    max-width: 100%;
  }

  .colleagues {
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .colleague-panel {
    width: calc(100% - 20px);
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 373.333px));
    justify-content: center;
  }

  .person-card {
    flex: 0 0 calc((100% - 20px) / 2);
    min-width: 0;
    box-sizing: border-box;
  }

  .person-visual,
  .quote-shape,
  .hover-quote {
    width: 100%;
  }

  .hover-quote p {
    width: 100%;
  }

  .person-card:nth-child(2) {
    grid-column: auto;
  }

  .process {
    min-height: 0;
    padding-bottom: 88px;
  }

  .process-grid {
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    row-gap: 54px;
  }

  .process-card {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-card p {
    width: 100%;
    max-width: 230px;
  }

  .faq {
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .faq-list {
    height: auto;
  }

  .campus-cta {
    min-height: 0;
    padding: 0 24px 88px;
  }

  .footer {
    height: auto;
  }

  .footer-inner {
    height: auto;
    flex-wrap: wrap;
    padding: 48px 0;
  }

  .copyright {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.recruit-page {
  --recruit-bg: #f8f8f8;
  min-height: 100vh;
  background: #fff;
}

.mobile-jobs-header,
.mobile-job-tools,
.mobile-back-link,
.mobile-submit-label,
.mobile-apply-title {
  display: none;
}

.filter-title {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

.apply-buttons {
  display: flex;
  gap: 12px;
}

.recruit-page .recruit-top {
  position: relative;
  width: 100%;
  padding: 8px clamp(24px, 9.72vw, 140px) 0;
}

.recruit-top > .intermediate-about-link {
  position: absolute;
  top: 37px;
  right: clamp(24px, 9.72vw, 140px);
  height: 20px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.recruit-nav {
  width: min(100%, 1304px);
  height: 79px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.recruit-logo img {
  width: 225px;
  height: 30px;
  object-fit: contain;
}

.recruit-logo:not(.white-logo) img {
  object-position: left center;
}

.breadcrumb {
  width: min(100%, 1304px);
  height: 20px;
  margin: 13px auto 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb span {
  color: #5d5d5d;
}

.breadcrumb a {
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--blue);
}

.breadcrumb a:focus-visible {
  outline: 2px solid rgba(24, 115, 243, 0.24);
  outline-offset: 3px;
  border-radius: 2px;
}

.breadcrumb strong {
  color: var(--blue);
  font-weight: 400;
}

.jobs-hero {
  position: relative;
  height: 578px;
  overflow: hidden;
  background: #d9ecda;
}

.jobs-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jobs-hero-line {
  position: absolute;
  z-index: 2;
  top: 254px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.jobs-hero .nav-on-hero {
  position: relative;
  z-index: 2;
  width: min(100%, 1304px);
  max-width: none;
  margin: 0 auto;
  padding: 8px 0 0;
  height: 79px;
}

@media (min-width: 1440px) {
  .jobs-hero .nav-on-hero > .intermediate-about-link {
    position: absolute;
    top: 37px;
    right: 0;
    display: flex;
  }
}

.jobs-hero h1 {
  position: relative;
  z-index: 2;
  margin: -6px auto 0;
  color: var(--blue);
  font-size: 60px;
  line-height: 1.307;
  font-weight: bolder;
  letter-spacing: 0.6px;
  text-align: center;
}

.jobs-shell {
  width: 100%;
  min-height: calc(100vh - 525px + 1px);
  padding: 91px clamp(24px, 8.84vw, 127px) 169px;
  display: grid;
  grid-template-columns: 379px 901px;
  gap: 24px;
  justify-content: center;
  background: var(--recruit-bg);
}

.job-filter h2,
.jobs-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 33px;
  font-weight: bolder;
}

.filter-card {
  height: auto;
  margin-top: 20px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  color: var(--blue);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.filter-title .chevron {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.filter-card label {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 20px;
}

.filter-card input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff url("https://akoss.bangcdn.net/cms/checkbox-unchecked.svg") center / 16px 16px no-repeat;
  cursor: pointer;
}

.filter-card input::before {
  content: none;
}

.filter-card input:checked {
  border-color: transparent;
  background: transparent url("https://akoss.bangcdn.net/cms/checkbox-checked.svg") center / 16px 16px no-repeat;
}

.filter-card input:checked::before {
  content: none;
}

.filter-card input:focus-visible {
  outline: 2px solid rgba(24, 115, 243, 0.24);
  outline-offset: 2px;
}

.agree-line input {
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}

.jobs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobs-head span,
.pagination-row span {
  color: #909090;
  font-size: 16px;
  line-height: 20px;
}

.active-filters {
  height: 38px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.active-filters[hidden] {
  display: none;
}

.active-filters button {
  height: 38px;
  padding: 8px 12px 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.active-filters .all-jobs-filter {
  height: 38px;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
}

.active-filters button span {
  margin-left: 12px;
  color: #c3c3c3;
}

.active-filters button .filter-tag-close {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.active-filters .clear-filters {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-left: auto;
  color: var(--blue);
  font-size: 14px;
}

.job-list {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}

.job-results > .active-filters[hidden] + .job-list {
  margin-top: 20px;
}

.job-results > .active-filters:not([hidden]):not(.has-filters) + .job-list {
  margin-top: -38px;
}

.jobs-empty {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jobs-empty[hidden] {
  display: none;
}

.jobs-empty img {
  width: 300px;
  height: auto;
}

.jobs-empty p {
  margin: 20px 0 0;
  color: #909090;
  font-size: 18px;
  line-height: 26px;
}

.job-card {
  height: 204px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.job-card[hidden] {
  display: none;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(18, 24, 31, 0.08);
}

.jobs-page .reveal,
.jobs-page .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.instant-jobs-entry .reveal,
.instant-jobs-entry .job-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.job-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.job-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.job-card strong {
  color: var(--blue);
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
}

.job-card p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 26px;
}

.job-card .job-meta {
  line-height: 24px;
}

.job-card > p:not(.job-meta) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.job-card .job-description {
  overflow: visible;
}

.job-description-label {
  display: block;
  white-space: nowrap;
}

.job-description-text {
  display: -webkit-box;
  overflow: hidden;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media (min-width: 640px) {
  .job-description-text {
    display: block;
    height: 52px;
    overflow: hidden;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

.pagination-row {
  margin-top: 32px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-row[hidden] {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination button {
  min-width: 26px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #909090;
  font-size: 16px;
  cursor: pointer;
}

.pagination button:disabled {
  color: #cfcfcf;
  cursor: default;
}

.pagination .active {
  color: var(--blue);
}

.recruit-footer {
  height: 179px;
  padding: 0 clamp(24px, 9.72vw, 140px);
  background: var(--recruit-bg);
}

.recruit-footer .footer-inner {
  position: relative;
  height: 179px;
  padding: 40px 0 30px;
  display: block;
  background: transparent;
  border-top: 0;
}

.recruit-footer .brand-blue {
  align-self: flex-start;
}

.company-logo {
  position: absolute;
  left: 0;
  top: 40px;
  width: 176px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}

.recruit-footer .socials {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: auto;
  height: 24px;
  gap: 24px;
  color: #909090;
  font-size: 16px;
  line-height: 24px;
}

.recruit-footer .socials img {
  width: 24px;
  height: 24px;
}

.recruit-footer .footer-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 111px;
  height: 1px;
  background: #e5e4e4;
}

.recruit-footer .copyright {
  position: absolute;
  right: 0;
  bottom: 31px;
  margin-left: 0;
}

.detail-shell {
  width: min(100% - 48px, 948px);
  min-height: max(684px, calc(100vh - 287px + 1px));
  margin: 100px auto 67px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.detail-heading > div {
  display: flex;
  gap: 32px;
  align-items: center;
}

.detail-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.detail-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
}

.detail-heading strong {
  color: var(--blue);
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
}

.share-button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.share-button img {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.share-feedback {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 32px;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(20, 24, 31, 0.88);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.share-feedback.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.share-dialog[hidden] {
  display: none;
}

.share-dialog {
  position: fixed;
  z-index: 15;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.share-dialog-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 24, 31, 0.35);
}

.share-dialog-panel {
  position: relative;
  width: min(100%, 520px);
  padding: 28px 32px 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 24, 31, 0.2);
}

.share-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.share-dialog-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
}

.share-job-title {
  margin: 4px 0 0;
  color: #707070;
  font-size: 14px;
}

.share-dialog-close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.share-options {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.share-option {
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
  gap: 10px;
  cursor: pointer;
}

.share-option-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 22px;
}

.wechat-icon {
  background: #07c160;
  font-size: 18px;
  font-weight: bold;
}

.share-option strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
}

.wechat-share-code {
  padding-top: 24px;
  text-align: center;
}

.wechat-share-code[hidden] {
  display: none;
}

.wechat-share-code img {
  width: 180px;
  height: 180px;
}

.wechat-share-code p {
  margin: 10px 0 0;
  color: #707070;
  font-size: 14px;
}

.wechat-share-url {
  margin-top: 6px;
  display: block;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.share-dialog-open {
  overflow: hidden;
  padding-right: var(--share-scrollbar-width, 0);
}

.detail-meta {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.detail-meta img {
  width: auto;
  height: 24px;
  display: block;
}

.detail-block {
  margin-top: 60px;
}

.detail-block + .detail-block {
  margin-top: 40px;
}

.detail-block h2,
.form-section h2 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.detail-block h2::before,
.form-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 24px;
  border-radius: 4px;
  background: var(--blue);
}

.detail-block ol {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  color: var(--ink);
  font-size: 16px;
  line-height: 26px;
}

.primary-pill {
  width: 120px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.detail-submit {
  margin: 48px auto 0;
}

.apply-shell {
  width: min(100% - 48px, 888px);
  margin: 90px auto 116px;
}

.success-page .recruit-top {
  padding-top: 0;
}

.apply-shell h1 {
  margin: 0 0 32px;
  color: var(--ink);
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
}

.resume-form,
.form-section {
  display: grid;
  gap: 40px;
}

.form-section {
  grid-template-columns: 86px minmax(0, 742px);
  column-gap: 60px;
}

.form-section h2 {
  width: 86px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
}

.form-section h2::before {
  top: 2px;
}

.upload-box {
  position: relative;
  overflow: hidden;
  height: 180px;
  border-radius: 24px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.upload-box,
.upload-box:active,
.upload-box:focus,
.upload-box:focus-visible {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.upload-box input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
}

.upload-icon svg {
  width: 24px;
  height: 24px;
}

.upload-box strong {
  color: var(--blue);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.upload-box span:last-child {
  color: #909090;
  font-size: 12px;
  line-height: 20px;
}

.upload-content,
.upload-file-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.upload-file-item {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 58.3px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f8f8f8;
}

.upload-file-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
}

.upload-file-icon img { width: 20px; height: 20px; }

.upload-file-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.upload-file-copy strong {
  overflow: hidden;
  color: #12181f;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-file-copy small {
  padding-top: 2px;
  color: #9ca3af;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
}

.upload-file-remove {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.upload-file-remove img { display: block; width: 22px; height: 22px; }

.field-stack {
  display: grid;
  gap: 16px;
}

.field-stack label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.field-stack label > span {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.field-stack em,
.agree-line em {
  color: #ff5151;
  font-style: normal;
}

.field-stack input {
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
}

.field-stack input::placeholder {
  color: #a8a8a8;
}

.form-action {
  margin-left: 146px;
  display: grid;
  gap: 24px;
}

.agree-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
}

.submit-apply:disabled {
  opacity: 0.4;
  cursor: default;
}

.overlay-demo {
  position: relative;
  width: min(100%, 1440px);
  height: 1168px;
}

.overlay-demo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.figma-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.success-page {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.success-state {
  flex: 0 0 auto;
  min-height: calc(100vh - 126px);
  min-height: calc(100svh - 126px);
  padding-top: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.success-icon svg {
  width: 64px;
  height: 64px;
}

.success-state h1 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.success-state p {
  margin: 0;
  color: #909090;
  font-size: 14px;
  line-height: 21px;
}

.recruit-page .recruit-nav,
.recruit-page .breadcrumb,
.jobs-hero h1,
.job-filter,
.job-results,
.detail-shell,
.apply-shell,
.success-state {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (max-width: 639px) {
  .jobs-shell {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .jobs-page .job-card {
    height: 242px;
  }

  .job-card-title,
  .detail-heading > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .job-card-title h3,
  .detail-heading h1,
  .detail-block ol,
  .field-stack input,
  .agree-line,
  .campus-cta h2 {
    overflow-wrap: anywhere;
  }

  .detail-shell,
  .apply-shell {
    width: min(100% - 48px, var(--content));
  }

  .recruit-footer .footer-inner {
    align-items: flex-start;
  }
}

.unified-footer .unified-footer-logo + .company-logo,
.unified-footer .socials > span:not(.social-popover) {
  display: none;
}

.unified-footer .socials img:nth-of-type(1) {
  order: 2;
}

.unified-footer .socials img:nth-of-type(2) {
  order: 3;
}

.unified-footer .socials img:nth-of-type(3) {
  order: 1;
}

/* PC-only section rhythm. Each marked visual gap has one 120px source. */
@media (min-width: 1440px) {
  .why {
    min-height: 0;
    padding-top: 120px;
  }

  .colleagues {
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .process {
    min-height: 0;
  }

  .faq {
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .campus-cta {
    min-height: 0;
    padding-bottom: 120px;
  }

  .jobs-shell {
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .detail-shell {
    min-height: 0;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .apply-shell {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
