/* ============================================
   TALENTOS.CSS — Artiva Talents page
   Inherits variables and base from style.css
   ============================================ */

/* Active nav link */
.nav__active { color: var(--pink) !important; }

/* ============================================
   HERO
   ============================================ */
.tal-hero {
  position: relative; background: var(--white);
  overflow: visible; padding-top: 64px;
  min-height: 90vh; display: flex; align-items: center;
}
.tal-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.tal-blob {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none;
  animation: blob-float 9s ease-in-out infinite;
}
.tal-blob--1 { width: 500px; height: 420px; background: rgba(224,25,125,0.13); top: -60px; right: -60px; animation-delay: 0s; }
.tal-blob--2 { width: 380px; height: 340px; background: rgba(124,58,237,0.11); bottom: 0; left: -40px; animation-delay: 3s; }
.tal-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(27,27,27,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(27,27,27,0.05) 1px, transparent 1px);
  background-size: 52px 52px;
}

.tal-hero__inner {
  max-width: 1160px; margin: 0 auto; padding: 80px 40px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 1;
}

/* Pill badge */
.tal-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-d); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--violet); background: var(--violet-light);
  border: 1px solid rgba(124,58,237,0.18);
  padding: 6px 14px; border-radius: 100px; margin-bottom: 22px;
  width: fit-content;
}
.tal-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); animation: blink 2s ease-in-out infinite; }

.tal-hero__title {
  font-family: var(--font-d);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700; color: var(--dark);
  line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 20px;
}
.tal-hero__title em { font-style: italic; color: var(--pink); }
.tal-hero__sub { font-size: 1rem; color: var(--muted); line-height: 1.72; margin-bottom: 32px; max-width: 480px; }
.tal-hero__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }

/* Stats */
.tal-hero__stats { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.tal-stat__num { display: block; font-family: var(--font-d); font-size: 1.7rem; font-weight: 700; color: var(--dark); letter-spacing: -0.03em; line-height: 1; }
.tal-stat__label { display: block; font-size: 0.75rem; color: var(--muted); margin-top: 2px; }
.tal-stat__div { width: 1px; height: 32px; background: var(--border); }

/* Right side — ilu + profile cards */
.tal-hero__cards { position: relative; height: 440px; }

.tal-ilu-zone {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  z-index: 1;
}

/* Profile cards floating */
.tal-profile-card {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 12px 16px;
  box-shadow: var(--shadow); min-width: 200px;
  animation: hfc-float 5s ease-in-out infinite;
}
.tal-profile-card--1 { top: 8%;  left: -10%; animation-delay: 0s; }
.tal-profile-card--2 { top: 36%; right: -8%; animation-delay: 1.8s; }
.tal-profile-card--3 { bottom: 8%; left: -5%; animation-delay: 3.2s; }

.tal-profile-card__av {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
}
.tal-profile-card__info { flex: 1; }
.tal-profile-card__name { display: block; font-family: var(--font-d); font-size: 0.82rem; font-weight: 600; color: var(--dark); }
.tal-profile-card__spec { display: block; font-size: 0.68rem; color: var(--muted); }

/* Avatar colors */
.tal-av--pink, .tal-av--violet, .tal-av--orange, .tal-av--dark {
  background: transparent;
}

/* Badges */
.tal-badge {
  font-family: var(--font-d); font-size: 0.65rem; font-weight: 700;
  padding: 3px 9px; border-radius: 100px; white-space: nowrap;
}
.tal-badge--green  { background: rgba(34,197,94,0.1);  color: #15803d; border: 1px solid rgba(34,197,94,0.2); }
.tal-badge--pink   { background: rgba(224,25,125,0.1); color: var(--pink); border: 1px solid rgba(224,25,125,0.2); }
.tal-badge--violet { background: var(--violet-light); color: var(--violet); border: 1px solid rgba(124,58,237,0.2); }

/* ============================================
   CONCEPT SECTION
   ============================================ */
.tal-concept {
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.tal-concept__inner {
  max-width: 1160px; margin: 0 auto; padding: 80px 40px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.tal-concept__text h2 { font-family: var(--font-d); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 600; letter-spacing: -0.025em; margin-bottom: 20px; color: var(--dark); }
.tal-concept__text h2 em { font-style: italic; }
.tal-concept__text p { font-size: 0.92rem; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.tal-concept__text strong { color: var(--dark); font-weight: 600; }
.tal-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-d); font-size: 0.88rem; font-weight: 600;
  color: var(--pink); margin-top: 8px;
  transition: letter-spacing var(--t);
}
.tal-link:hover { letter-spacing: 0.02em; }

/* Concept card */
.tal-concept__card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-2xl); padding: 28px;
  box-shadow: var(--shadow);
}
.tal-concept__card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.tal-concept__logo { font-family: var(--font-d); font-size: 1rem; font-weight: 600; }
.tal-concept__card-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }
.tal-concept__card-stats { display: flex; gap: 24px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.tal-cstat__n { display: block; font-family: var(--font-d); font-size: 0.88rem; font-weight: 700; color: var(--dark); }
.tal-cstat__l { display: block; font-size: 0.72rem; color: var(--muted); }

.tal-concept__arrow { display: flex; flex-direction: column; gap: 10px; }
.tal-concept__arrow span { font-family: var(--font-d); font-size: 0.78rem; font-weight: 500; color: var(--text-2); }
.tal-concept__arrow-line { display: flex; align-items: center; gap: 4px; }
.tal-concept__arrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); }
.tal-concept__arrow-track { flex: 1; height: 2px; background: linear-gradient(to right, var(--pink), var(--violet)); border-radius: 2px; }
.tal-concept__arrow-head { font-size: 1rem; color: var(--violet); font-weight: 700; }

/* ============================================
   PROCESS
   ============================================ */
.tal-process { background: var(--white); border-top: 1px solid var(--border); position: relative; overflow: hidden; }
.tal-process__inner {
  max-width: 1160px; margin: 0 auto; padding: 80px 40px;
  position: relative;
}
.tal-process__head { text-align: center; margin-bottom: 56px; }
.tal-process__head h2 { font-family: var(--font-d); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 600; letter-spacing: -0.025em; color: var(--dark); margin-bottom: 10px; }
.tal-process__head h2 em { font-style: italic; }
.tal-process__head p { font-size: 0.95rem; color: var(--muted); }

.tal-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0; align-items: start;
}

.tal-step {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-2xl); padding: 32px 28px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.tal-step__num {
  font-family: var(--font-d); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--pink);
}
.tal-step__icon { font-size: 1.6rem; color: var(--pink); line-height: 1; }
.tal-step__content h3 { font-family: var(--font-d); font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; letter-spacing: -0.01em; }
.tal-step__content p { font-size: 0.875rem; color: var(--muted); line-height: 1.68; }

.tal-step__connector {
  display: flex; align-items: flex-start;
  justify-content: center; padding-top: 60px;
  flex-direction: column; gap: 4px; width: 48px;
}
.tal-step__connector-line { flex: 1; width: 2px; background: linear-gradient(to bottom, var(--pink), var(--violet)); border-radius: 2px; min-height: 40px; margin: 0 auto; }
.tal-step__connector-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--violet); border: 2px solid var(--white); box-shadow: var(--shadow-sm); margin: 0 auto; }

/* ============================================
   TALENT GRID
   ============================================ */
.tal-team { background: var(--bg); border-top: 1px solid var(--border); }
.tal-team__inner { max-width: 1160px; margin: 0 auto; padding: 80px 40px; }
.tal-team__head { text-align: center; margin-bottom: 48px; }
.tal-team__head h2 { font-family: var(--font-d); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 600; letter-spacing: -0.025em; color: var(--dark); margin-bottom: 10px; }
.tal-team__head h2 em { font-style: italic; }
.tal-team__head p { font-size: 0.92rem; color: var(--muted); }

.tal-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tal-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-2xl); padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.tal-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--border-md); }

.tal-card__top { display: flex; justify-content: space-between; align-items: flex-start; }
.tal-card__av {
  width: 52px; height: 52px; border-radius: 50%;
  position: relative; flex-shrink: 0;
}
.tal-av__ilu {
  position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center;
  background: transparent;
}
.tal-av__ilu span { font-size: 0.55rem; color: rgba(255,255,255,0.6); font-family: var(--font-d); font-weight: 500; }

.tal-card__name { font-family: var(--font-d); font-size: 1rem; font-weight: 600; color: var(--dark); letter-spacing: -0.01em; }
.tal-card__spec { font-size: 0.8rem; color: var(--muted); margin-top: -4px; }
.tal-card__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tal-card__projects {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--border); margin-top: auto;
}
.tal-card__proj-label { font-family: var(--font-d); font-size: 0.72rem; color: var(--muted); }
.tal-card__proj-num { font-family: var(--font-d); font-size: 1.1rem; font-weight: 700; color: var(--dark); letter-spacing: -0.02em; }

/* ============================================
   GUARANTEES
   ============================================ */
.tal-guarantee { background: var(--white); border-top: 1px solid var(--border); position: relative; overflow: visible; }
.tal-guarantee__inner {
  max-width: 1160px; margin: 0 auto; padding: 80px 40px;
  position: relative;
}
.tal-guarantee__head { text-align: center; margin-bottom: 48px; }
.tal-guarantee__head h2 { font-family: var(--font-d); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 600; letter-spacing: -0.025em; color: var(--dark); margin-bottom: 10px; }
.tal-guarantee__head h2 em { font-style: italic; }

.tal-guarantee__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }

.tal-guar-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 28px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--t), box-shadow var(--t);
}
.tal-guar-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tal-guar-card__icon { font-size: 1.4rem; color: var(--pink); line-height: 1; }
.tal-guar-card h4 { font-family: var(--font-d); font-size: 0.98rem; font-weight: 600; color: var(--dark); letter-spacing: -0.01em; }
.tal-guar-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.68; }

/* ============================================
   CTA PRINCIPAL
   ============================================ */
.tal-cta {
  padding: 0 40px 0; position: relative;
  overflow: hidden;
}
.tal-cta__inner {
  max-width: 1160px; margin: 0 auto;
  background: var(--dark); border-radius: var(--r-2xl);
  padding: 88px 60px; text-align: center;
  position: relative; overflow: hidden; z-index: 0;
}
.tal-cta__glow {
  position: absolute; width: 560px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(224,25,125,0.2) 0%, rgba(124,58,237,0.14) 50%, transparent 70%);
  filter: blur(70px); top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none;
}
.tal-cta__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.tal-cta__title { font-family: var(--font-d); font-size: clamp(2rem,3.5vw,3rem); font-weight: 600; letter-spacing: -0.03em; color: #fff; line-height: 1.15; }
.tal-cta__title em { font-style: italic; color: var(--pink); }
.tal-cta__inner p { font-size: 0.95rem; color: rgba(255,255,255,0.42); line-height: 1.7; }
.tal-cta__btns { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }

/* Postulate CTA — secondary, subtle */
.tal-postulate {
  max-width: 1160px; margin: 0 auto;
  padding: 24px 40px 80px;
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  border-top: 1px solid var(--border); margin-top: 1px;
}
.tal-postulate p { font-size: 0.85rem; color: var(--muted); }
.tal-postulate__link {
  font-family: var(--font-d); font-size: 0.85rem; font-weight: 600;
  color: var(--violet); transition: letter-spacing var(--t);
}
.tal-postulate__link:hover { letter-spacing: 0.02em; }

/* ============================================
   RESPONSIVE
   ============================================ */



/* ============================================
   EXTRA ILLUSTRATION ZONES — talentos.css
   ============================================ */

/* Small placeholders in hero cards area */

/* Process section — large illustration inside inner */


@keyframes ilu-float-hero {
  0%,100% { transform: translateY(calc(-50% + 0px)); }
  50%      { transform: translateY(calc(-50% - 14px)); }
}

/* Guarantee section illustration */



/* CTA illustrations */

.tal-cta-ilu {
  position: absolute;
  pointer-events: none; z-index: 1;
  animation: ilu-float-y 6s ease-in-out infinite;
}
/* Positioned inside .tal-cta__inner (the dark rounded card) */
.tal-cta-ilu--l { left: 40px; top: 50%; animation-name: ilu-float-hero; animation-delay: 0.5s; }
.tal-cta-ilu--r { right: 40px; bottom: 14%; animation-delay: 2.5s; }


/* ============================================
   RESPONSIVE — talentos.html
   Breakpoints: 1024px / 900px / 600px / 400px
   ============================================ */

/* === RESPONSIVE CONSOLIDADO === */

@media (max-width: 1024px) {


  /* Hero stats — comprimir */
  .tal-hero__stats  { gap: 24px; }
  .tal-stat__num    { font-size: 1.8rem; }

  /* Blobs ocultos */
  .tal-blob--1, .tal-blob--2 { display: none; }

  /* Profile cards — reducir */
  .tal-profile-card--1,
  .tal-profile-card--2,
  .tal-profile-card--3 { transform: none; }
}

@media (max-width: 900px) {

  .tal-hero__inner { grid-template-columns: 1fr; padding: 60px 24px; }
  .tal-hero__cards { display: none; }
  .tal-concept__inner { grid-template-columns: 1fr; gap: 40px; }
  .tal-steps { grid-template-columns: 1fr; }
  .tal-step__connector { display: none; }
  .tal-team__grid { grid-template-columns: repeat(2,1fr); }
  .tal-guarantee__grid { grid-template-columns: 1fr; }
  .tal-cta { padding: 0 24px; }
  .tal-cta__inner { padding: 60px 28px; }
  .tal-postulate { padding: 20px 24px 60px; flex-direction: column; text-align: center; }

  
  
  

  /* Hero */
  .tal-hero         { padding: 100px 0 56px; }
  .tal-hero__title  { font-size: clamp(2.2rem, 7vw, 3.2rem); }
  .tal-hero__sub    { font-size: 0.95rem; }
  .tal-hero__text   { max-width: 100%; }
  .tal-hero__bg     { display: none; }
  .tal-hero__grid   { display: none; }
  .tal-hero__stats  { flex-wrap: wrap; gap: 16px; }
  .tal-stat__div    { display: none; }
  .tal-ilu-zone     { display: none; }

  /* Pills */
  .tal-pill         { font-size: 0.72rem; padding: 5px 10px; }

  /* Concept */
  .tal-concept__visual { order: -1; }
  .tal-concept__card { padding: 24px 20px; }
  .tal-concept__arrow { display: none; }
  .tal-cstat__n     { font-size: 1.4rem; }
  .tal-cstat__l     { font-size: 0.7rem; }

  /* Process steps */
  .tal-step         { padding: 24px 20px; }
  .tal-step__num    { font-size: 0.65rem; }
  .tal-step__icon   { width: 36px; height: 36px; font-size: 1rem; }
  .tal-step__connector-line,
  .tal-step__connector-dot { display: none; }

  /* Team */
  .tal-team__head   { text-align: center; }
  .tal-profile-card { padding: 20px 16px; }
  .tal-profile-card__av { width: 48px; height: 48px; }
  .tal-profile-card__name { font-size: 0.95rem; }
  .tal-profile-card__spec { font-size: 0.75rem; }

  /* Talent cards hero */
  .tal-card         { padding: 16px; }
  .tal-card__name   { font-size: 0.85rem; }
  .tal-card__tags   { flex-wrap: wrap; gap: 4px; }
  .tal-av--pink, .tal-av--violet,
  .tal-av--dark, .tal-av--orange { width: 32px; height: 32px; }
  .tal-av__ilu { width: 36px; height: 36px; font-size: 0.65rem; }

  /* Guarantee */
  .tal-guar-card    { padding: 24px 20px; }
  .tal-guar-card__icon { width: 40px; height: 40px; }

  /* CTA */
  .tal-cta__inner   { padding: 60px 28px; text-align: center; }
  .tal-cta__title   { font-size: clamp(1.8rem, 5vw, 2.6rem); }
  .tal-cta__btns    { flex-direction: column; align-items: stretch; }
  .tal-cta__glow    { display: none; }
  .tal-cta-ilu--l,
  .tal-cta-ilu--r   { display: none; }
  .tal-cta-ilu      { display: none; }
  .tal-cta-ilu--r   { display: none; }
  .tal-ilu-zone     { display: none; }

  /* Badges */
  .tal-badge        { font-size: 0.65rem; padding: 3px 8px; }
}

@media (max-width: 600px) {

  .tal-hero__inner { padding: 48px 20px; }
  .tal-concept__inner,
  .tal-process__inner,
  .tal-team__inner,
  .tal-guarantee__inner { padding: 60px 20px; }
  .tal-team__grid { grid-template-columns: 1fr; }
  .tal-hero__actions { flex-direction: column; align-items: flex-start; }

  /* Hero */
  .tal-hero__inner  { padding: 40px 16px; }
  .tal-hero__title  { font-size: clamp(1.9rem, 9vw, 2.6rem); letter-spacing: -0.03em; }
  .tal-hero__actions { flex-direction: column; align-items: stretch; }
  .tal-stat__num    { font-size: 1.4rem; }
  .tal-stat__label  { font-size: 0.68rem; }

  /* Concept */
  .tal-concept__inner { padding: 48px 16px; }
  .tal-concept__card { padding: 20px 16px; }
  .tal-concept__card-desc { font-size: 0.82rem; }

  /* Process */
  .tal-process__inner { padding: 48px 16px; }
  .tal-process__head  { text-align: center; }
  .tal-step           { padding: 20px 16px; gap: 12px; }
  .tal-step__content  { gap: 6px; }

  /* Team */
  .tal-team__inner  { padding: 48px 16px; }
  .tal-profile-card { flex-direction: column; align-items: flex-start; gap: 12px; }
  .tal-profile-card__info { width: 100%; }
  .tal-link         { font-size: 0.78rem; }

  /* Guarantee */
  .tal-guarantee__inner { padding: 48px 16px; }
  .tal-guarantee__head  { text-align: center; }
  .tal-guar-card    { padding: 20px 16px; gap: 12px; }

  /* CTA */
  .tal-cta          { padding: 0 16px 48px; }
  .tal-cta__inner   { padding: 40px 16px; border-radius: 20px; }
  .tal-cta__title   { font-size: 1.7rem; }
  .tal-postulate__link { font-size: 0.78rem; }
}

@media (max-width: 400px) {

  .tal-hero__title  { font-size: 1.8rem; }
  .tal-pill         { font-size: 0.65rem; padding: 4px 8px; }
  .tal-guar-card    { padding: 16px; }
  .tal-cta__title   { font-size: 1.5rem; }
}
