body {
  background: #fbfbfc !important;
}
/* Banner section */
.banner-section {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 100vh;
  min-height: 400px;
  background: #fbfbfc;
}
.banner-img {
  width: 100vw;
  height: 100vh;
  min-height: 400px;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
  border-radius: 0;
  object-fit: cover;
}
.banner-center-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.banner-text {
  color: #545859;
  font-size: 2.5rem;
  font-weight: bold;
  /* text-shadow: 0 2px 16px rgba(0,0,0,0.5); */
  margin-bottom: 32px;
  pointer-events: auto;
}
.join-btn {
  pointer-events: auto;
  position: static;
  transform: none;
  margin: 0 auto;
  padding: 14px 36px;
  font-size: 1.2rem;
  background: #ffd100;
  color: #545859;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
  display: block;
}
.join-btn:hover {
  background: #e6b800;
}

/* Steps section */
.steps-section {
  background: #fbfbfc;
  padding: 48px 0 32px 0;
  text-align: center;
}
.steps-title {
  font-size: 2rem;
  font-weight: 700;
  color: #545859;
  margin-bottom: 36px;
  letter-spacing: 1px;
}
.steps-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.step-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  width: 240px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 18px 18px 18px;
  position: relative;
  transition: box-shadow 0.18s;
}
.step-card:hover {
  /* box-shadow: 0 6px 24px rgba(255, 193, 7, 0.13); */
}
.step-img-real {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
  background: #eee;
}
.step-caption {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 18px;
  font-weight: 500;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2.5px solid #ffc107;
  color: #ffc107;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfbfc;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.08);
}

.nt-logo {
  width: 400px;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}

/* Culture section */
.culture-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin: 80px 0 0 0;
  padding: 0 5vw 80px 5vw;
  background: #fbfbfc;
  flex-wrap: wrap;
}
.culture-left {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
}
.culture-title {
  color: #545859;
  font-size: 1rem;
  margin-bottom: 12px;
}
.culture-headline {
  font-size: 2.2rem;
  font-weight: 600;
  color: #545859;
  margin-bottom: 0;
}
.culture-highlight {
  color: #ffc107;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.culture-list {
  flex: 2 1 480px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 320px;
}
.culture-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 20px 32px;
  gap: 24px;
}
.culture-letter {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffc107;
  min-width: 48px;
  text-align: center;
  flex-shrink: 0;
}
.culture-content {
  display: flex;
  flex-direction: column;
}
.culture-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 4px;
}
.culture-desc {
  font-size: 1rem;
  color: #545859;
}
.culture-mascot {
  /* todo */
}

/* Open Positions section */
.open-positions-section {
  /* margin: 64px 0 0 0; */
  width: 100vw;
  max-width: none;
  padding: 0 0 48px 0;
  background: #fbfbfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.open-positions-header {
  text-align: center;
  position: relative;
  margin-bottom: 32px;
  background: #fbfbfc;
  width: 100vw;
  padding-top: 32px;
  box-sizing: border-box;
}
.open-positions-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #545859;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fbfbfc;
}
.open-positions-list {
  width: 100vw;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}
.open-position-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 24px 32px;
  transition: box-shadow 0.2s;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.open-position-card:hover {
  /* box-shadow: 0 4px 16px rgba(255, 193, 7, 0.18); */
}
.open-position-info {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.open-position-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 1.05rem;
  margin-bottom: 2px;
}
.open-position-label {
  font-weight: 600;
  /* color: #545859; */
  min-width: 120px;
}
.open-position-value {
  color: #545859;
  font-weight: 400;
}
.open-position-btn {
  background: rgb(29, 108, 226);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.05rem;
  cursor: pointer;
  text-decoration: none;
  align-self: center;
  transition: background 0.18s;
  margin-top: 8px;
  white-space: nowrap;
}
.open-position-btn:hover {
  background: #1b66d6;
}

/* Responsive */
@media (max-width: 600px) {
  .half-circle-left {
    display: none;
  }
}

@media (max-width: 960px) {
  .culture-section {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin: 32px 0 0 0;
    padding: 0 4vw 32px 4vw;
  }
  .culture-left {
    flex: 0;
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .culture-list {
    min-width: 0;
  }
  .open-position-card {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 10px 18px 10px;
    gap: 12px;
    border-radius: 12px;
  }
  .open-positions-section {
    padding: 0 0 32px 0;
  }
  .open-positions-list {
    max-width: 100vw;
    padding: 0;
  }
  .culture-mascot {
    display: none;
  }

  @media (max-width: 960px) {
    .steps-list {
      gap: 20px;
    }
    .step-card {
      width: 90vw;
      max-width: 340px;
      margin-bottom: 12px;
    }
  }
}
