/* green-talent-page.css - clean final (page-11 only) */

body.page-id-11 .gc-talent-mainpage {
  --gc-border: rgba(17, 21, 24, 0.11);
  --gc-strong: #111518;
  --gc-yellow: #ffd60a;
  position: relative;
  z-index: 6;
}

body.page-id-11 .gc-talent-workspace {
  max-width: min(1220px, calc(100vw - 48px));
  margin: 0 auto 42px;
}

/* keep single visible primary panel */
body.page-id-11 .gc-talent-program-panel {
  display: none !important;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

body.page-id-11 .gc-talent-program-panel.is-active {
  display: grid !important;
}

/* side nav */
body.page-id-11 .gc-talent-side-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(17, 21, 24, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(252, 252, 250, 0.96) 0%, rgba(246, 246, 243, 0.98) 100%);
  box-shadow: 0 14px 30px rgba(17, 21, 24, 0.04);
}

body.page-id-11 .gc-talent-side-nav__item {
  width: 100%;
  text-align: left;
  padding: 13px 14px 13px 18px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #5a6470;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.page-id-11 .gc-talent-side-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.2s ease;
}

body.page-id-11 .gc-talent-side-nav__item:hover,
body.page-id-11 .gc-talent-side-nav__item:focus-visible {
  color: var(--gc-strong);
  background: rgba(17, 21, 24, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transform: translateX(2px);
  outline: none;
}

body.page-id-11 .gc-talent-side-nav__item:hover::before,
body.page-id-11 .gc-talent-side-nav__item:focus-visible::before {
  background: rgba(255, 214, 10, 0.72);
}

body.page-id-11 .gc-talent-side-nav__item.is-active {
  color: var(--gc-strong);
  background: linear-gradient(90deg, rgba(255, 214, 10, 0.16) 0%, rgba(255, 214, 10, 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 6px 16px rgba(17, 21, 24, 0.04);
}

body.page-id-11 .gc-talent-side-nav__item.is-active::before {
  background: var(--gc-yellow);
}

body.page-id-11 .gc-talent-main-content {
  min-width: 0;
}

body.page-id-11 .gc-talent-content-section {
  display: none;
  border-top: 1px solid rgba(17, 21, 24, 0.08);
  padding-top: 30px;
  margin-top: 30px;
}

body.page-id-11 .gc-talent-content-section.is-active {
  display: block;
}

body.page-id-11 .gc-talent-content-section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

body.page-id-11 .gc-talent-content-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

body.page-id-11 .gc-talent-content-section__head h2 {
  margin: 0;
  color: var(--gc-strong);
  font-size: clamp(1.2rem, 2vw, 1.52rem);
  letter-spacing: 0.01em;
}

body.page-id-11 .gc-talent-content-section__head a,
body.page-id-11 .gc-talent-content-section__head span {
  color: #68717a;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
}

body.page-id-11 .gc-talent-richtext,
body.page-id-11 .gc-talent-content-section p {
  color: #2d3338;
  line-height: 1.84;
  font-size: 0.97rem;
}

body.page-id-11 .gc-intro-block {
  padding: 18px 20px;
  border: 1px solid var(--gc-border);
  background: #fff;
  margin-bottom: 14px;
}

body.page-id-11 .gc-intro-block h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: #1a1f24;
}

body.page-id-11 .gc-intro-block ul {
  margin: 8px 0 0 20px;
}

body.page-id-11 .gc-intro-stats {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 214, 10, 0.55);
  background: rgba(255, 214, 10, 0.10);
}

body.page-id-11 .gc-intro-stats h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #1a1f24;
}

body.page-id-11 .gc-intro-stats ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 4px;
}

body.page-id-11 .gc-talent-news-list {
  border-top: 1px solid rgba(17, 21, 24, 0.12);
}

body.page-id-11 .gc-talent-news-item {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 16px 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 21, 24, 0.08);
}

body.page-id-11 .gc-talent-news-item__date {
  color: #68717a;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-top: 4px;
}

body.page-id-11 .gc-talent-news-item__title {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.48;
}

body.page-id-11 .gc-talent-news-item__title a {
  color: #1a1f24;
  text-decoration: none;
}

body.page-id-11 .gc-talent-news-item__title a:hover {
  color: #111518;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.page-id-11 .gc-talent-news-item__summary {
  margin: 8px 0 10px !important;
  color: #616973 !important;
  font-size: 0.92rem !important;
  line-height: 1.72 !important;
}

body.page-id-11 .gc-talent-news-item__more {
  margin: 0 !important;
}

body.page-id-11 .gc-talent-news-item__more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1a1f24;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}

body.page-id-11 .gc-talent-news-item__more a::after {
  content: "→";
  font-size: .9rem;
}

body.page-id-11 .gc-talent-session-list {
  display: grid;
  gap: 12px;
}

body.page-id-11 .gc-talent-session-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 21, 24, 0.1);
  background: #fff;
}

body.page-id-11 .gc-talent-session-item__year {
  display: inline-flex;
  align-self: start;
  justify-content: center;
  min-width: 70px;
  padding: 4px 8px;
  border: 1px solid rgba(17, 21, 24, 0.12);
  background: #f8f9fa;
  color: #37414a;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
}

body.page-id-11 .gc-talent-session-item__body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

body.page-id-11 .gc-talent-session-item__body h3 a {
  color: #1a1f24;
  text-decoration: none;
}

body.page-id-11 .gc-talent-session-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 6px;
}

body.page-id-11 .gc-talent-session-item__meta span {
  color: #616973;
  font-size: 0.84rem;
  line-height: 1.5;
}

body.page-id-11 .gc-talent-session-item__more {
  margin: 8px 0 0 !important;
}

body.page-id-11 .gc-talent-session-item__more a {
  color: #1a1f24;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

body.page-id-11 .gc-talent-table-wrap {
  border: 1px solid rgba(17, 21, 24, 0.1);
  background: #fff;
  overflow-x: auto;
}

body.page-id-11 .gc-talent-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

body.page-id-11 .gc-talent-table th,
body.page-id-11 .gc-talent-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(17, 21, 24, 0.08);
  font-size: .9rem;
  color: #2d3338;
}

body.page-id-11 .gc-talent-table thead th {
  background: #f7f8f9;
  color: #4b545d;
  font-size: .82rem;
  font-weight: 700;
}

body.page-id-11 .gc-alumni-action {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 214, 10, 0.45);
  background: rgba(255, 214, 10, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.page-id-11 .gc-alumni-action__text h3 {
  margin: 0;
  font-size: 0.98rem;
  color: #1a1f24;
}

body.page-id-11 .gc-alumni-action__text p {
  margin: 6px 0 0 !important;
  color: #5d6670 !important;
  font-size: .88rem !important;
  line-height: 1.6 !important;
}

body.page-id-11 .gc-alumni-action__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(17, 21, 24, 0.16);
  background: #fff;
  color: #1a1f24;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

body.page-id-11 .gc-talent-empty {
  padding: 16px;
  border: 1px solid rgba(17, 21, 24, 0.1);
  background: #fafafa;
  color: #66707a;
  font-size: .92rem;
}

@media (max-width: 999px) {
  body.page-id-11 .gc-talent-workspace {
    max-width: min(1220px, calc(100vw - 32px));
    margin-top: 0;
  }

  body.page-id-11 .gc-talent-program-panel.is-active {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  body.page-id-11 .gc-talent-side-nav {
    position: static;
  }
}

/* Page-11 top banner + tab rail are centralized in shared-top-banner-tabs.css. */
