/* ============================================================
   Talent (인재상) — Page Specific
   ============================================================ */

/* SEC 1: Hero Banner */
.wd-talent-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0a1a2e 0%, #0c2a40 40%, #0e3550 100%);
  overflow: hidden;
}

.wd-talent-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(1,129,198,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 70%, rgba(1,129,198,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.wd-talent-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 var(--wd-container-padding);
}

.wd-talent-hero__headline {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  word-break: keep-all;
  margin-bottom: 40px;
}

.wd-talent-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.3s;
}

.wd-talent-hero__cta:hover {
  color: #fff;
}


/* SEC 2: Talent Intro */
.wd-talent-intro {
  padding: 120px 0;
  background: #fff;
}

.wd-talent-intro__inner {
  max-width: var(--wd-container-content);
  margin: 0 auto;
  padding: 0 var(--wd-container-padding);
  text-align: center;
}

.wd-talent-intro__desc {
  max-width: 800px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  color: var(--wd-text-primary);
  line-height: 1.85;
  word-break: keep-all;
}


/* SEC 3: HMS System */
.wd-hms {
  padding: 0 0 100px;
  background: #fff;
}

.wd-hms__inner {
  max-width: var(--wd-container-content);
  margin: 0 auto;
  padding: 0 var(--wd-container-padding);
}

.wd-hms__img {
  text-align: center;
}
.wd-hms__img img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}

.wd-hms__subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--wd-text-primary);
  margin-bottom: 48px;
  word-break: keep-all;
}

.wd-hms__diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}

.wd-hms__pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--wd-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  white-space: nowrap;
}

.wd-hms__connector {
  flex: 1;
  height: 2px;
  min-width: 40px;
  background: var(--wd-primary);
  position: relative;
}

.wd-hms__connector::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid var(--wd-primary);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.wd-hms__connector--left::after {
  right: auto;
  left: -1px;
  border-left: none;
  border-right: 8px solid var(--wd-primary);
}

.wd-hms__center {
  flex-shrink: 0;
  text-align: center;
  padding: 28px 40px;
  border: 2px solid var(--wd-primary);
  border-radius: 16px;
  background: #fff;
}

.wd-hms__center-title {
  font-family: var(--wd-font-secondary);
  font-size: 28px;
  font-weight: 800;
  color: var(--wd-primary);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.wd-hms__center-sub {
  font-family: var(--wd-font-secondary);
  font-size: 13px;
  font-weight: 500;
  color: var(--wd-text-secondary);
  letter-spacing: 0.03em;
}


/* SEC 4: Mission & Principles — 2 Column */
.wd-values {
  padding: 100px 0 120px;
  background: #fff;
}

.wd-values__inner {
  max-width: var(--wd-container-content);
  margin: 0 auto;
  padding: 0 var(--wd-container-padding);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.wd-values__col {
  text-align: center;
}

.wd-values__badge {
  display: inline-block;
  padding: 8px 20px;
  background: var(--wd-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 16px;
}

/* 우리의 원칙 뱃지 그린 */
.wd-values__col:last-child .wd-values__badge {
  background: #42b855;
}

.wd-values__col-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--wd-text-primary);
  margin-bottom: 8px;
  text-align: center;
}

.wd-values__col-sub {
  font-size: 18px;
  color: var(--wd-text-secondary);
  margin-bottom: 32px;
  word-break: keep-all;
  text-align: center;
}


/* Mission Cards (2x2) */
.wd-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wd-mission-card {
  padding: 28px 24px;
  background: var(--wd-surface-light);
  border-radius: 12px;
  text-align: left;
  transition: box-shadow 0.35s;
}

.wd-mission-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.wd-mission-card__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--wd-text-primary);
  margin-bottom: 10px;
  line-height: 1.45;
  word-break: keep-all;
}

.wd-mission-card__desc {
  font-size: 16px;
  color: var(--wd-text-secondary);
  line-height: 1.7;
  word-break: keep-all;
}


/* Principles — Image */
.wd-principles-img {
  margin-top: 40px;
  text-align: center;
}
.wd-principles-img img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}

/* Principles — Circular Diagram (legacy) */
.wd-circle-diagram {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
}

.wd-circle-diagram__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: var(--wd-primary);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.wd-circle-diagram__center-top {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  margin-bottom: 4px;
}

.wd-circle-diagram__center-arrow {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.wd-circle-diagram__center-bottom {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.wd-circle-diagram__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(1,129,198,0.25);
  border-radius: 50%;
  z-index: 0;
}

.wd-circle-diagram__item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #fff;
  border: 2px solid var(--wd-primary);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: var(--wd-primary);
  text-align: center;
  line-height: 1.3;
  z-index: 1;
  transition: background 0.3s, color 0.3s;
  word-break: keep-all;
}

.wd-circle-diagram__item:hover {
  background: var(--wd-primary);
  color: #fff;
}

/* Position 6 items around circle */
.wd-circle-diagram__item:nth-child(1) { top: -10px; left: 50%; transform: translateX(-50%); }
.wd-circle-diagram__item:nth-child(2) { top: 55px; right: -18px; }
.wd-circle-diagram__item:nth-child(3) { bottom: 55px; right: -18px; }
.wd-circle-diagram__item:nth-child(4) { bottom: -10px; left: 50%; transform: translateX(-50%); }
.wd-circle-diagram__item:nth-child(5) { bottom: 55px; left: -18px; }
.wd-circle-diagram__item:nth-child(6) { top: 55px; left: -18px; }


/* SEC 5: CTA Banner */
.wd-cta-banner {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #0a1a2e 0%, #0c2a40 50%, #0e3550 100%);
  text-align: center;
  overflow: hidden;
}

.wd-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(1,129,198,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.wd-cta-banner__inner {
  position: relative;
  z-index: 1;
  max-width: var(--wd-container-content);
  margin: 0 auto;
  padding: 0 var(--wd-container-padding);
}

.wd-cta-banner__text {
  font-family: var(--wd-font-secondary);
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.wd-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: background 0.3s, border-color 0.3s;
}

.wd-cta-banner__btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}


/* ============================================================
   Responsive — Tablet (<=1080px)
   ============================================================ */
@media (max-width: 1080px) {
  .wd-talent-hero__headline {
    font-size: 32px;
  }

  .wd-values__inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .wd-hms__pill {
    padding: 12px 20px;
    font-size: 14px;
  }

  .wd-hms__center {
    padding: 24px 28px;
  }

  .wd-hms__center-title {
    font-size: 24px;
  }

  .wd-cta-banner__text {
    font-size: 34px;
  }

  .wd-talent-intro {
    padding: 80px 0;
  }

  .wd-values {
    padding: 72px 0 80px;
  }
}


/* ============================================================
   Responsive — Mobile (<=640px)
   ============================================================ */
@media (max-width: 640px) {
  .wd-talent-hero {
    min-height: 480px;
  }

  .wd-talent-hero__headline {
    font-size: 24px;
  }

  .wd-talent-hero__cta {
    font-size: 14px;
  }

  .wd-talent-intro {
    padding: 56px 0;
  }

  .wd-talent-intro__desc {
    font-size: 15px;
  }

  .wd-hms {
    padding: 0 0 60px;
  }

  .wd-hms__subtitle {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .wd-hms__diagram {
    flex-direction: column;
    gap: 0;
  }

  .wd-hms__connector {
    width: 2px;
    height: 32px;
    min-width: unset;
    min-height: 32px;
  }

  .wd-hms__connector::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid var(--wd-primary);
    border-bottom: none;
  }

  .wd-hms__connector--left::after {
    top: -1px;
    bottom: auto;
    border-top: none;
    border-bottom: 8px solid var(--wd-primary);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .wd-hms__pill {
    padding: 12px 28px;
    font-size: 14px;
  }

  .wd-hms__center {
    padding: 20px 28px;
  }

  .wd-hms__center-title {
    font-size: 22px;
  }

  .wd-mission-grid {
    grid-template-columns: 1fr;
  }

  .wd-values {
    padding: 52px 0 60px;
  }

  .wd-values__col-title {
    font-size: 20px;
  }

  .wd-circle-diagram {
    width: 280px;
    height: 280px;
  }

  .wd-circle-diagram__ring {
    width: 240px;
    height: 240px;
  }

  .wd-circle-diagram__center {
    width: 110px;
    height: 110px;
  }

  .wd-circle-diagram__center-top {
    font-size: 11px;
  }

  .wd-circle-diagram__center-bottom {
    font-size: 12px;
  }

  .wd-circle-diagram__item {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }

  .wd-circle-diagram__item:nth-child(2) { right: -10px; top: 45px; }
  .wd-circle-diagram__item:nth-child(3) { right: -10px; bottom: 45px; }
  .wd-circle-diagram__item:nth-child(5) { left: -10px; bottom: 45px; }
  .wd-circle-diagram__item:nth-child(6) { left: -10px; top: 45px; }

  .wd-cta-banner {
    padding: 80px 0;
  }

  .wd-cta-banner__text {
    font-size: 24px;
  }

  .wd-cta-banner__btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}
