/* ═══════════════════════════════════════════════
   ARTIVA TALENTS — estilos listado + single
   Tokens y base en style.css (global)
═══════════════════════════════════════════════ */

/* ── HERO TALENTS ── */
.talents-hero {
  padding: 80px 48px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.talents-hero::before {
  content: '';
  position: absolute;
  top: -10%; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 600px;
  background: radial-gradient(circle, rgba(116,33,252,.05) 0%, transparent 68%);
  pointer-events: none;
}
.talents-hero__banner {
  max-width: 1100px;
  margin: 0 auto 52px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--vd) 0%, var(--v) 45%, var(--vm) 80%);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.talents-hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.talents-hero__blob--1 {
  width: 320px; height: 320px;
  top: -80px; right: -60px;
  background: radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 65%);
}
.talents-hero__blob--2 {
  width: 220px; height: 220px;
  bottom: -60px; left: -40px;
  background: radial-gradient(circle, rgba(208,255,95,.2) 0%, transparent 65%);
}
.talents-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.talents-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  margin-bottom: 20px;
}
.talents-hero__inner h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  text-transform: uppercase;
  color: #fff;
  line-height: .95;
  letter-spacing: -.01em;
}
.talents-hero__inner h2 span { display: block; color: var(--lime); }
.talents-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border: 1.5px solid rgba(116,33,252,.14);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  color: var(--v);
  background: #fff;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.talents-hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(44px, 6vw, 80px);
  text-transform: uppercase;
  color: var(--bk);
  line-height: .95;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.talents-hero p {
  font-size: 16px;
  color: var(--gy);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

/* ── FILTER PILLS ── */
.talents-filter {
  padding: 0 48px 52px;
  max-width: 1280px;
  margin: 0 auto;
}
.talents-filter__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gy);
  margin-bottom: 16px;
}
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.fp {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--line);
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: var(--gy);
  cursor: pointer;
  transition: border-color .22s, color .22s, background .22s, transform .22s, box-shadow .22s;
  user-select: none;
  font-family: inherit;
}
.fp:hover { border-color: rgba(116,33,252,.2); color: var(--v); background: var(--vmist); transform: translateY(-1px); }
.fp.active { background: var(--v); border-color: var(--v); color: #fff; box-shadow: 0 6px 20px rgba(116,33,252,.18); }
.fp__dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .5; flex-shrink: 0; }
.fp.active .fp__dot { opacity: 1; background: var(--lime); }

/* ── TALENTS GRID ── */
.talents-grid-wrap {
  padding: 0 48px 100px;
  max-width: 1280px;
  margin: 0 auto;
}
.talents-grid-wrap__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
}
.talents-grid-wrap__head h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 300;
  color: var(--bk);
  letter-spacing: -.02em;
}
.talents-count { font-size: 12.5px; color: var(--gy); }

.t-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ── TALENT CARD ── */
.t-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .28s, box-shadow .28s, transform .28s;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.t-card:hover {
  border-color: rgba(116,33,252,.15);
  box-shadow: 0 16px 44px rgba(116,33,252,.09), 0 2px 8px rgba(27,27,27,.04);
  transform: translateY(-5px);
}
.t-img {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--gl);
}
.t-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}
.t-card:hover .t-img img { transform: scale(1.04); }
.t-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(170deg, transparent 38%, rgba(27,27,27,.5) 100%);
  pointer-events: none;
  z-index: 1;
}
.t-chip {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 8px;
  border-radius: 20px;
  font-size: 10.5px;
  font-weight: 600;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(14px) saturate(1.6);
  -webkit-backdrop-filter: blur(14px) saturate(1.6);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
}
.t-chip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); flex-shrink: 0; }
.t-num {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 2;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .22s, transform .22s;
}
.t-card:hover .t-num { opacity: 1; transform: translateY(0); }
.t-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.t-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--bk);
  line-height: 1.45;
  letter-spacing: -.01em;
  transition: color .22s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t-card:hover .t-title { color: var(--v); }
.t-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.t-tag {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 3px 9px;
  border-radius: 6px;
  background: var(--vmist);
  color: var(--v);
  border: 1px solid rgba(116,33,252,.1);
}
.t-author {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.t-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--gl);
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid rgba(116,33,252,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--v);
}
.t-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t-name-wrap { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.t-name { font-size: 11.5px; font-weight: 600; color: var(--bk); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.t-location { font-size: 10.5px; color: var(--gy); }
.t-arrow {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--vmist);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .22s, transform .22s, background .22s;
}
.t-card:hover .t-arrow { opacity: 1; transform: translateX(0); background: var(--v); }
.t-arrow svg { width: 11px; height: 11px; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; }

/* Empty state */
.t-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
  display: none;
}
.t-empty p { font-size: 15px; color: var(--gy); }

/* ── CTA TALENTS ── */
.talents-cta { padding: 0 48px 100px; }
.talents-cta__card {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: var(--bk);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}
.talents-cta__glow {
  position: absolute;
  top: -20%; left: -10%;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116,33,252,.35) 0%, transparent 65%);
  pointer-events: none;
}
.talents-cta__glow-2 {
  position: absolute;
  bottom: -10%; right: 30%;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(208,255,95,.15) 0%, transparent 65%);
  pointer-events: none;
}
.talents-cta__text {
  position: relative;
  z-index: 2;
  padding: 60px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.talents-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--lime);
  width: fit-content;
}
.talents-cta__text h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(28px, 3.5vw, 46px);
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: -.01em;
}
.talents-cta__text h2 em { font-style: normal; color: var(--lime); }
.talents-cta__text p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.6); max-width: 380px; }
.talents-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: #fff;
  color: var(--v);
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 700;
  width: fit-content;
  transition: background .22s, color .22s, transform .22s, box-shadow .22s;
}
.talents-cta__btn:hover { background: var(--lime); color: var(--bk); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.talents-cta__visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.talents-cta__preview { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 280px; }
.talents-cta__mini {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(8px);
  transition: background .22s, transform .22s;
}
.talents-cta__mini:hover { background: rgba(255,255,255,.12); transform: translateX(-4px); }
.talents-cta__mini-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(116,33,252,.5), rgba(154,78,255,.4));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,.15);
}
.talents-cta__mini-info { flex: 1; }
.talents-cta__mini-name { font-size: 12.5px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.talents-cta__mini-skill { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5); }
.talents-cta__mini-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); flex-shrink: 0; }

/* ════════════════════════════════════════════════
   SINGLE TALENTO
════════════════════════════════════════════════ */

/* ── LAYOUT ── */
.profile-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* ── HEADER DEL PERFIL ── */
.p-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.p-avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: var(--vw);
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 0 0 3px var(--vw), 0 4px 20px rgba(116,33,252,.15);
}
.p-avatar img { width: 100%; height: 100%; object-fit: cover; }
.p-avatar--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--v);
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.p-name {
  font-size: 32px;
  font-weight: 300;
  color: var(--bk);
  letter-spacing: -.025em;
  line-height: 1.05;
  margin-bottom: 8px;
}
.p-handle { font-size: 13px; font-weight: 600; color: var(--v); margin-left: 10px; opacity: .8; }
.p-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.p-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--gy);
  font-weight: 500;
}
.p-location svg { width: 13px; height: 13px; stroke: var(--gy); stroke-width: 1.8; fill: none; flex-shrink: 0; }
.p-avail-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 12px 4px 8px;
  background: rgba(208,255,95,.18);
  border: 1px solid rgba(208,255,95,.4);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  color: var(--bk);
}
.p-avail-pill__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--limed);
  animation: pulse-dot 2.2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.8); }
}

/* ── SECCIONES ── */
.p-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.p-section:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.p-section__title {
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gy);
  margin-bottom: 16px;
}
.p-section p { font-size: 13.5px; line-height: 1.75; color: var(--gy); }

/* Skills */
.skills { display: flex; gap: 8px; flex-wrap: wrap; }
.skill-tag {
  padding: 7px 17px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--gl);
  background: #fff;
  color: var(--bk);
  transition: border-color .2s, color .2s, background .2s;
  cursor: default;
}
.skill-tag:hover { border-color: rgba(116,33,252,.2); color: var(--v); background: var(--vw); }

/* Certificados */
.cert-grid-profile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cert-item { display: flex; flex-direction: column; gap: 8px; cursor: default; }
.cert-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  background: var(--gl);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .25s, box-shadow .25s, transform .22s;
  position: relative;
}
.cert-img:hover { border-color: rgba(116,33,252,.18); box-shadow: 0 8px 24px rgba(116,33,252,.1); transform: translateY(-2px); }
.cert-img img { width: 100%; height: 100%; object-fit: cover; }
.cert-badge {
  position: absolute;
  top: 8px; right: 8px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--v), var(--vm));
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert-badge svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; fill: none; }
.cert-name { font-size: 12px; font-weight: 700; color: var(--bk); line-height: 1.3; }
.cert-date { font-size: 11px; color: var(--gy); font-weight: 500; }

/* Portafolio */
.pf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.pf-item {
  border-radius: 12px;
  background: var(--gl);
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  transition: border-color .25s, box-shadow .25s, transform .25s;
  cursor: pointer;
}
.pf-item:hover { border-color: rgba(116,33,252,.18); box-shadow: 0 8px 28px rgba(116,33,252,.09); transform: translateY(-2px); }
.pf-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pf-label {
  position: absolute;
  bottom: 10px; left: 12px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--bk);
  background: rgba(252,249,244,.92);
  backdrop-filter: blur(8px);
  padding: 4px 11px;
  border-radius: 50px;
  border: 1px solid var(--line);
  z-index: 1;
}

/* Redes sociales */
.socials { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 500;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--gy);
  transition: border-color .2s, color .2s, background .2s;
  text-decoration: none;
}
.social-btn svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.social-btn:hover { border-color: rgba(116,33,252,.2); color: var(--v); background: var(--vw); }

/* ── SIDEBAR SINGLE ── */
.p-side {
  position: sticky;
  top: 76px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.side-card-talent {
  background: linear-gradient(135deg, #5c0fd6 0%, #7421fc 45%, #9a4eff 80%, #b06eff 100%);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(116,33,252,.35), 0 0 0 1px rgba(255,255,255,.06) inset;
  transition: box-shadow .28s, transform .28s;
}
.side-card-talent::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: .04;
  pointer-events: none;
  z-index: 0;
}
.side-card-talent > * { position: relative; z-index: 1; }
.side-avail {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  background: rgba(208,255,95,.12);
  border: 1px solid rgba(208,255,95,.28);
  border-radius: 12px;
  margin-bottom: 20px;
}
.side-avail__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); flex-shrink: 0; animation: pulse-dot 2.2s ease-in-out infinite; }
.side-avail__text { font-size: 13px; font-weight: 700; color: var(--lime); }
.side-since {
  font-size: 12.5px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.side-since svg { width: 13px; height: 13px; stroke: rgba(255,255,255,.45); stroke-width: 1.8; fill: none; flex-shrink: 0; }
.side-label-white {
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.45);
  margin-bottom: 12px;
}
.side-courses { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.side-courses li {
  font-size: 13.5px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.07);
}
.side-courses li svg { width: 13px; height: 13px; stroke: var(--lime); stroke-width: 2; fill: none; flex-shrink: 0; }
.side-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.side-stat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
}
.side-stat__num { font-family: 'Anton', sans-serif; font-size: 28px; color: var(--lime); line-height: 1; margin-bottom: 4px; }
.side-stat__label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .06em; }
.side-cta-talent {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 700;
  background: #fff;
  color: var(--v);
  border: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -.01em;
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  transition: background .22s, color .22s, transform .22s, box-shadow .22s;
  text-decoration: none;
}
.side-cta-talent:hover { background: var(--lime); color: var(--bk); transform: translateY(-1px); box-shadow: 0 12px 36px rgba(0,0,0,.18); }

/* Contact card */
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  transition: border-color .25s, box-shadow .25s;
}
.contact-card:hover { border-color: rgba(116,33,252,.12); box-shadow: 0 8px 28px rgba(116,33,252,.07); }
.contact-card p { font-size: 13px; color: var(--gy); line-height: 1.65; }
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--gy);
  cursor: pointer;
  font-family: inherit;
  transition: border-color .2s, color .2s, background .2s;
  text-decoration: none;
}
.contact-btn:hover { border-color: rgba(116,33,252,.2); color: var(--v); background: var(--vw); }
.contact-btn svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; fill: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .t-grid { grid-template-columns: repeat(3, 1fr); }
  .talents-cta__card { grid-template-columns: 1fr; }
  .talents-cta__visual { display: none; }
  .profile-wrap { grid-template-columns: 1fr; }
  .p-side { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (max-width: 900px) {
  .talents-hero, .talents-filter, .talents-grid-wrap, .talents-cta { padding-left: 20px; padding-right: 20px; }
  .talents-hero h1 { font-size: clamp(36px, 9vw, 56px); }
  .talents-hero__inner h2 { font-size: clamp(34px, 9vw, 54px); }
  .t-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-wrap { padding: 28px 20px 72px; }
  .pf-grid { grid-template-columns: 1fr; }
  .cert-grid-profile { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .t-grid { grid-template-columns: 1fr; }
  .p-side { grid-template-columns: 1fr; }
  .talents-hero { padding: 48px 16px 40px; }
  .talents-filter,
  .talents-grid-wrap,
  .talents-cta { padding-left: 16px; padding-right: 16px; }
  .talents-hero__banner { min-height: 260px; }
  .talents-hero h1 { font-size: 36px; }
  .profile-wrap { padding: 20px 16px 60px; }
  .p-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .p-name { font-size: 24px; }
  .cert-grid-profile { grid-template-columns: repeat(2, 1fr); }
  .talents-cta__card { min-height: auto; }
  .talents-cta__text { padding: 40px 24px; }
}

/* overflow-x global para mobile */
html, body { overflow-x: hidden; }
