.talent-page-hero {
  padding: 64px 48px 40px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
}

.talent-hero-copy {
  max-width: 560px;
}

.talent-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--blue);
  color: #fff;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
  margin-bottom: 22px;
}

.talent-eyebrow .icon {
  width: 15px;
  height: 15px;
}

.talent-page-hero h1 {
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0a0a0a;
  margin-bottom: 20px;
}

.talent-page-hero p {
  font-size: 17px;
  line-height: 1.62;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.talent-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.talent-network-art {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.talent-net-node > circle:first-child {
  fill: #fff;
  stroke: var(--blue);
  stroke-width: 2;
}

.talent-page-profiles {
  padding: 34px 48px 10px;
  border-top: 1px solid var(--border);
  max-width: 1180px;
  margin: 0 auto;
}

.talent-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.talent-profile-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  background: #fff;
}

.talent-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 800;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.talent-profile-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.talent-profile-card p {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
}

.talent-profile-card div:last-child {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.talent-profile-card span {
  font-size: 12px;
  font-weight: 650;
  color: var(--blue);
  background: var(--blue-light);
  padding: 4px 10px;
  border-radius: 10px;
}

.talent-page-features {
  padding: 50px 48px 70px;
  max-width: 1180px;
  margin: 0 auto;
}

.talent-feature-grid-large,
.talent-feature-grid-small {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.talent-feature-grid-large {
  margin-bottom: 24px;
}

.talent-feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  padding: 22px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.talent-feature-card:hover {
  border-color: #c8d8f8;
  box-shadow: 0 12px 28px rgba(26, 79, 196, .1);
  transform: translateY(-2px);
}

.talent-feature-card h3 {
  font-size: 16px;
  font-weight: 750;
  color: #111;
  margin-bottom: 7px;
}

.talent-feature-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

.talent-feature-card-visual {
  padding: 0;
}

.talent-card-body {
  padding: 20px 22px 24px;
}

.talent-card-visual {
  aspect-ratio: 4 / 3;
  background: #eef2ff;
  position: relative;
  overflow: hidden;
}

.talent-card-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 12px;
  background: #fff;
}

.talent-profile-visual::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 38px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 66px 4px 0 -18px #1e293b, 66px 22px 0 -20px #94a3b8, 0 116px 0 -24px #f59e0b, 0 132px 0 -24px #ec4899;
}

.talent-profile-visual span {
  position: absolute;
  height: 24px;
  border-radius: 999px;
  background: #dbeafe;
}

.talent-profile-visual span:nth-child(1) {
  left: 34px;
  top: 106px;
  width: 60px;
}

.talent-profile-visual span:nth-child(2) {
  left: 100px;
  top: 106px;
  width: 70px;
}

.talent-profile-visual span:nth-child(3) {
  left: 176px;
  top: 106px;
  width: 56px;
}

.talent-invite-visual span {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 52px;
  border-radius: 10px;
  background: #f8fafc;
}

.talent-invite-visual span:nth-child(1) {
  top: 58px;
  background: #eff6ff;
  border: 1.5px solid #93c5fd;
}

.talent-invite-visual span:nth-child(2) {
  top: 120px;
}

.talent-invite-visual span:nth-child(3) {
  top: 182px;
  height: 24px;
}

.talent-invite-visual span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
}

.talent-invite-visual span:nth-child(2)::before {
  background: #f59e0b;
}

.talent-invite-visual span:nth-child(3)::before {
  width: 12px;
  height: 12px;
  top: 6px;
  background: #94a3b8;
}

.talent-invite-visual span::after {
  content: "";
  position: absolute;
  left: 64px;
  top: 14px;
  width: 46%;
  height: 8px;
  border-radius: 999px;
  background: #1e3a8a;
  box-shadow: 0 14px 0 #60a5fa;
}

.talent-invite-visual span:nth-child(2)::after {
  background: #334155;
  box-shadow: 0 14px 0 #94a3b8;
}

.talent-invite-visual span:nth-child(3)::after {
  top: 8px;
  background: #cbd5e1;
  box-shadow: none;
}

.talent-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--blue);
}

.talent-icon-box .icon {
  width: 22px;
  height: 22px;
}

.talent-page-cta {
  margin: 0 48px 70px;
  border-radius: 24px;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
  padding: 56px;
  text-align: center;
}

.talent-page-cta span {
  display: block;
  color: #93c5fd;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .8px;
  margin-bottom: 14px;
}

.talent-page-cta h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  max-width: 560px;
  margin: 14px auto 16px;
}

.talent-page-cta p {
  font-size: 15px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 520px;
  margin: 0 auto 26px;
}

@media (max-width: 900px) {
  .talent-page-hero {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .talent-page-hero h1 {
    font-size: 32px;
  }

  .talent-page-profiles,
  .talent-page-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .talent-profile-grid,
  .talent-feature-grid-large,
  .talent-feature-grid-small {
    grid-template-columns: 1fr;
  }

  .talent-page-cta {
    margin: 0 20px 50px;
    padding: 36px 20px;
  }
}

@media (max-width: 560px) {
  .talent-page-hero p {
    font-size: 15px;
  }

  .talent-card-visual {
    aspect-ratio: 16 / 10;
  }

  .talent-page-cta h2 {
    font-size: 24px;
  }
}
