/* ================================================================
   TEEM HOME 2025 — Estilos exclusivos de la pagina principal
   Se carga SOLO en index-2025.php, despues de teem-2025.css
================================================================ */

/* ================================================================
   HERO
================================================================ */
.teem-hero {
  background: var(--ink);
  position: relative; overflow: hidden;
  min-height: calc(100vh - var(--hh) - 36px);
  min-height: calc(100svh - var(--hh) - 36px);
  display: grid;
}
.teem-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: var(--flor-bg);
  background-size: var(--flor-size);
  background-repeat: repeat;
  background-position: top left;
  opacity: .45;
  pointer-events: none;
}
.teem-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: radial-gradient(ellipse 60% 70% at 100% 50%, rgba(134,51,153,.25) 0%, transparent 65%);
  pointer-events: none;
}
/* Video background */
.teem-hero__video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  pointer-events: none;
}
.teem-hero__video-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(135deg, rgba(26,26,30,.88) 0%, rgba(114,34,130,.45) 50%, rgba(26,26,30,.75) 100%),
    linear-gradient(180deg, rgba(26,26,30,.3) 0%, rgba(26,26,30,.85) 100%);
  pointer-events: none;
}
.teem-hero__grid {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: 1fr 420px;
  min-height: inherit;
}
.teem-hero__grid--full {
  grid-template-columns: 1fr;
}
.teem-hero__content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem var(--pad);
  padding-left: max(var(--pad), calc((100vw - var(--max-w)) / 2 + var(--pad)));
}
.teem-hero__content--center {
  align-items: flex-start;
  max-width: 720px;
  padding-left: max(var(--pad), calc((100vw - var(--max-w)) / 2 + var(--pad)));
}

/* Badge 30 años */
.teem-hero__aniv {
  display: inline-flex; align-items: center; gap: .875rem;
  background: rgba(255,255,255,.08); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-xl);
  padding: .625rem 1.25rem .625rem .625rem;
  width: fit-content; margin-bottom: 2.5rem;
  animation: fadeUp .7s var(--ease) .05s both;
}
.teem-hero__aniv-svg {
  height: 64px; width: auto; flex-shrink: 0;
  filter: brightness(0) invert(1); opacity: .9;
}
.teem-hero__aniv-text strong {
  display: block; font-size: var(--tx-sm); font-weight: 700;
  color: var(--white); letter-spacing: .06em; text-transform: uppercase;
}
.teem-hero__aniv-text span {
  font-size: var(--tx-xs); color: rgba(255,255,255,.55);
}

/* Titulo hero */
.teem-hero__title {
  font-size: clamp(2.5rem, 4.5vw, 4.25rem); font-weight: 800;
  line-height: 1.05; letter-spacing: -.025em;
  color: var(--white); margin-bottom: 1.25rem;
  animation: fadeUp .7s var(--ease) .18s both;
}
.teem-hero__title .em {
  color: var(--morado-soft); font-weight: 300; font-style: italic;
}
.teem-hero__sub {
  font-size: var(--tx-lg); font-weight: 300; line-height: 1.75;
  color: rgba(255,255,255,.6); max-width: 440px; margin-bottom: 2.5rem;
  animation: fadeUp .7s var(--ease) .3s both;
}
.teem-hero__actions {
  display: flex; flex-wrap: wrap; gap: .75rem;
  animation: fadeUp .7s var(--ease) .42s both;
}

/* Stats hero */
.teem-hero__stats {
  display: flex; gap: 2.5rem; margin-top: 3.5rem;
  padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1);
  animation: fadeUp .7s var(--ease) .55s both;
}
.teem-hero__stat-n {
  font-size: var(--tx-3xl); font-weight: 800; color: var(--white); line-height: 1;
}
.teem-hero__stat-l {
  font-size: var(--tx-xs); color: rgba(255,255,255,.45); margin-top: 3px;
  font-weight: 500; text-transform: uppercase; letter-spacing: .07em;
}
.teem-hero__stat-sep {
  width: 1px; background: rgba(255,255,255,.12); align-self: stretch;
}

/* Panel derecho — presidenta */
.teem-hero__aside {
  position: relative; display: flex; align-items: flex-end;
  overflow: hidden; border-left: 1px solid rgba(255,255,255,.06);
}
.teem-hero__aside-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(114,34,130,.15) 0%, rgba(26,26,30,.4) 100%);
}
.teem-hero__aside-photo {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
}
.teem-hero__aside-placeholder {
  width: 65%; height: 82%; background: rgba(255,255,255,.04);
  border-radius: 24px 24px 0 0;
  display: flex; align-items: center; justify-content: center;
}
.teem-hero__aside-placeholder svg {
  width: 100px; opacity: .05; fill: white;
}
.teem-hero__aside-gradient {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 40%, rgba(26,26,30,.9) 100%);
}
.teem-hero__card {
  position: absolute; bottom: 2rem; left: 1.5rem; right: 1.5rem; z-index: 3;
  background: rgba(255,255,255,.06); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-xl);
  padding: 1.25rem 1.5rem;
  animation: fadeUp .7s var(--ease) .4s both;
}
.teem-hero__card-name {
  font-size: var(--tx-xl); font-weight: 700; color: var(--white);
}
.teem-hero__card-role {
  font-size: var(--tx-xs); color: var(--morado-light); font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; margin-top: 3px;
}
.teem-hero__card-quote {
  font-size: var(--tx-sm); font-weight: 300; font-style: italic;
  color: rgba(255,255,255,.55); margin-top: .875rem; line-height: 1.55;
  border-top: 1px solid rgba(255,255,255,.1); padding-top: .875rem;
  margin-bottom: 0;
}

/* ================================================================
   PRESIDENTA MOVIL (solo visible <=768px)
================================================================ */
.teem-pres-mob {
  display: none;
  background: var(--ink);
  padding: 1.25rem 0;
  border-bottom: 2px solid var(--morado);
}
.teem-pres-mob__card {
  display: flex; align-items: center; gap: 1rem;
  background: rgba(255,255,255,.06); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-xl);
  padding: 1rem 1.25rem;
}
.teem-pres-mob__avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--morado-mid), var(--morado-dark));
  border: 2px solid var(--morado-soft);
  display: flex; align-items: center; justify-content: center;
}
.teem-pres-mob__avatar svg {
  width: 24px; height: 24px; stroke: rgba(255,255,255,.6);
  fill: none; stroke-width: 1.5;
}
.teem-pres-mob__name {
  font-size: var(--tx-base); font-weight: 700; color: var(--white); line-height: 1.2;
}
.teem-pres-mob__role {
  font-size: var(--tx-xs); color: var(--morado-light); font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em; margin-top: 2px;
}
.teem-pres-mob__quote {
  font-size: var(--tx-xs); font-weight: 300; font-style: italic;
  color: rgba(255,255,255,.5); margin-top: .5rem; line-height: 1.5;
  margin-bottom: 0;
}

/* ================================================================
   ALERTA
================================================================ */
.teem-alert {
  background: var(--morado-ghost);
  border-bottom: 1px solid rgba(114,34,130,.15);
}
.teem-alert__inner {
  display: flex; align-items: center; gap: 1rem; padding-block: .75rem;
}
.teem-alert__dot {
  flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%;
  background: var(--morado); animation: teem-pulse 2s infinite;
}
@keyframes teem-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(114,34,130,.4); }
  50% { box-shadow: 0 0 0 6px rgba(114,34,130,0); }
}
.teem-alert__badge {
  flex-shrink: 0; background: var(--morado); color: var(--white);
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 2px .75rem; border-radius: var(--r-pill);
}
.teem-alert__text { font-size: var(--tx-sm); color: var(--gris1); }
.teem-alert__link {
  flex-shrink: 0; margin-left: auto;
  font-size: var(--tx-sm); font-weight: 700; color: var(--morado);
  display: flex; align-items: center; gap: 3px; white-space: nowrap;
  text-decoration: none;
}
.teem-alert__link svg {
  width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.5;
}

/* ================================================================
   DEFENSORIA
================================================================ */
.teem-def { padding: 5rem 0; background: var(--white); }
.teem-def__layout {
  display: grid; grid-template-columns: 400px 1fr;
  gap: 4rem; align-items: start;
}
.teem-def__intro { position: sticky; top: calc(var(--hh) + 1.5rem); }
.teem-def__intro-title {
  font-size: clamp(2rem, 2.8vw, 2.75rem); font-weight: 800;
  color: var(--ink); line-height: 1.1; margin-top: .75rem; letter-spacing: -.02em;
}
.teem-def__intro-title .em { color: var(--morado); font-weight: 700; }
.teem-def__intro-body {
  font-size: var(--tx-base); color: var(--gris1); line-height: 1.75; margin-top: 1.25rem;
}
.teem-def__legal {
  margin-top: 1.5rem; padding: 1.25rem 1.5rem;
  background: var(--gris5); border-radius: var(--r-xl); border-left: 3px solid var(--morado);
}
.teem-def__legal p {
  font-size: var(--tx-sm); color: var(--gris1); font-style: italic;
  line-height: 1.65; margin: 0;
}
.teem-def__legal cite {
  display: block; font-size: var(--tx-xs); color: var(--gris2);
  font-style: normal; margin-top: .5rem; font-weight: 600;
}
.teem-def__info {
  margin-top: 1.5rem; display: flex; flex-direction: column; gap: .625rem;
}
.teem-def__row { display: flex; align-items: center; gap: .625rem; }
.teem-def__row svg {
  width: 14px; height: 14px; stroke: var(--morado); fill: none;
  stroke-width: 1.5; flex-shrink: 0;
}
.teem-def__row span { font-size: var(--tx-sm); color: var(--gris2); }
.teem-def__ctas { margin-top: 1.5rem; display: flex; gap: .625rem; flex-wrap: wrap; }

/* Grid tarjetas */
.teem-def__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .875rem;
  list-style: none; margin: 0; padding: 0;
}
.teem-def__card {
  display: flex; flex-direction: column; gap: .625rem;
  padding: 1.375rem; background: var(--white);
  border: 1.5px solid var(--gris4); border-radius: var(--r-xl);
  text-decoration: none; transition: all var(--tb) var(--ease);
}
.teem-def__card:hover {
  border-color: var(--morado-light); box-shadow: var(--sh-pur);
  transform: translateY(-3px); background: var(--morado-ghost);
}
.teem-def__card-icon {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--morado-pale); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; transition: background var(--tb);
}
.teem-def__card-icon svg {
  width: 20px; height: 20px; stroke: var(--morado); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.teem-def__card:hover .teem-def__card-icon { background: var(--morado); }
.teem-def__card:hover .teem-def__card-icon svg { stroke: var(--white); }
.teem-def__card-title {
  font-size: var(--tx-sm); font-weight: 700; color: var(--ink); line-height: 1.3;
}
.teem-def__card-desc {
  font-size: var(--tx-xs); color: var(--gris2); line-height: 1.6; flex: 1;
}
.teem-def__card-cta {
  display: flex; align-items: center; gap: 4px; margin-top: auto;
  font-size: var(--tx-xs); font-weight: 700; color: var(--morado);
  opacity: 0; transition: opacity var(--tf);
}
.teem-def__card-cta svg {
  width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2.5;
}
.teem-def__card:hover .teem-def__card-cta { opacity: 1; }

/* Banner contacto */
.teem-def__contact {
  grid-column: 1 / -1; margin-top: .5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
  padding: 1.5rem 2rem; background: var(--morado); border-radius: var(--r-xl);
}
.teem-def__contact-left { display: flex; align-items: center; gap: 1rem; }
.teem-def__contact-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.teem-def__contact-icon svg {
  width: 20px; height: 20px; stroke: rgba(255,255,255,.9); fill: none; stroke-width: 1.5;
}
.teem-def__contact-lbl {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}
.teem-def__contact-val {
  font-size: var(--tx-xl); font-weight: 700; color: var(--white); margin-top: 1px;
}
.teem-def__contact-mail {
  font-size: var(--tx-xs); color: rgba(255,255,255,.6); margin-top: 2px;
}
.teem-def__contact-actions { display: flex; gap: .625rem; }

/* ================================================================
   ACCESO RAPIDO
================================================================ */
.teem-quick {
  padding: 4rem 0; background: var(--gris5); border-top: 1px solid var(--gris4);
}
.teem-quick__header {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.teem-quick__title {
  font-size: var(--tx-2xl); font-weight: 700; color: var(--ink); margin-top: .5rem;
}
.teem-quick__grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: .75rem; margin-top: 2rem;
  list-style: none; padding: 0; margin-bottom: 0;
}
.teem-qcard {
  background: var(--white); border: 1.5px solid var(--gris4); border-radius: var(--r-xl);
  padding: 1.25rem 1rem; display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: .625rem;
  text-decoration: none; transition: all var(--tb) var(--ease);
}
.teem-qcard:hover {
  border-color: var(--morado); background: var(--morado-ghost);
  transform: translateY(-3px); box-shadow: var(--sh-sm);
}
.teem-qcard__icon {
  width: 48px; height: 48px; border-radius: var(--r-md); background: var(--gris5);
  display: flex; align-items: center; justify-content: center; transition: all var(--tb);
}
.teem-qcard__icon svg {
  width: 22px; height: 22px; stroke: var(--gris2); fill: none; stroke-width: 1.5;
}
.teem-qcard:hover .teem-qcard__icon { background: var(--morado); }
.teem-qcard:hover .teem-qcard__icon svg { stroke: var(--white); }
.teem-qcard__label {
  font-size: var(--tx-xs); font-weight: 600; color: var(--gris1); line-height: 1.35;
}
.teem-qcard:hover .teem-qcard__label { color: var(--morado); }

/* ================================================================
   ESTADISTICAS
================================================================ */
.teem-stats {
  padding: 4.5rem 0; background: var(--white);
  border-top: 1px solid var(--gris4); border-bottom: 1px solid var(--gris4);
}
.teem-stats__header { text-align: center; margin-bottom: 2.5rem; }
.teem-stats__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800;
  color: var(--ink); margin-top: .625rem; letter-spacing: -.02em;
}
.teem-stats__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--gris4); border-radius: var(--r-xl); overflow: hidden;
}
.teem-stats__item {
  padding: 2.5rem 2rem; text-align: center;
  border-right: 1px solid var(--gris4); transition: background var(--tb);
}
.teem-stats__item:last-child { border-right: none; }
.teem-stats__item:hover { background: var(--morado-ghost); }
.teem-stats__n {
  font-size: clamp(2.5rem, 3.5vw, 3.5rem); font-weight: 800;
  color: var(--morado); line-height: 1; letter-spacing: -.02em;
}
.teem-stats__l {
  font-size: var(--tx-xs); color: var(--gris2); margin-top: .5rem;
  font-weight: 600; text-transform: uppercase; letter-spacing: .07em;
}
.teem-stats__s { font-size: 9px; color: var(--gris3); margin-top: 2px; }
.teem-stats__grid--2col { grid-template-columns: repeat(2, 1fr); }

/* ================================================================
   NOTICIAS
================================================================ */
.teem-news { padding: 5rem 0; background: var(--gris5); }
.teem-news__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.teem-ncard {
  background: var(--white); border: 1.5px solid var(--gris4);
  border-radius: var(--r-xl); overflow: hidden;
  display: flex; flex-direction: column;
  transition: all var(--tb) var(--ease); text-decoration: none;
}
.teem-ncard:hover {
  border-color: var(--morado-light); box-shadow: var(--sh-md);
  transform: translateY(-3px);
}
.teem-ncard--feat {
  grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr;
}
.teem-ncard__img {
  aspect-ratio: 16/9; position: relative; overflow: hidden;
  background: linear-gradient(140deg, var(--morado-dark) 0%, var(--morado-mid) 100%);
}
.teem-ncard--feat .teem-ncard__img { aspect-ratio: auto; min-height: 260px; }
.teem-ncard__img-flor {
  position: absolute; inset: 0;
  background-image: var(--flor-bg);
  background-size: var(--flor-size);
  background-repeat: repeat;
  background-position: top left;
  opacity: .18;
  mix-blend-mode: screen;
}
.teem-ncard__date-tag {
  position: absolute; top: .875rem; left: .875rem;
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-pill);
  font-size: 10px; font-weight: 700; color: rgba(255,255,255,.9);
  padding: 2px .625rem;
}
.teem-ncard__body {
  padding: 1.375rem; display: flex; flex-direction: column; flex: 1;
}
.teem-ncard__tag {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--morado); margin-bottom: .375rem;
}
.teem-ncard__title {
  font-size: var(--tx-xl); font-weight: 700; color: var(--ink);
  line-height: 1.3; margin-bottom: .625rem;
}
.teem-ncard--feat .teem-ncard__title {
  font-size: clamp(1.25rem, 2vw, 1.625rem);
}
.teem-ncard__excerpt {
  font-size: var(--tx-sm); color: var(--gris1); line-height: 1.65; flex: 1;
}
.teem-ncard__foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 1rem; padding-top: .875rem; border-top: 1px solid var(--gris4);
}
.teem-ncard__foot-date { font-size: var(--tx-xs); color: var(--gris3); }
.teem-ncard__read {
  font-size: var(--tx-xs); font-weight: 700; color: var(--morado);
  display: flex; align-items: center; gap: 3px; text-decoration: none;
}
.teem-ncard__read svg {
  width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 2.5;
}

/* ================================================================
   PRESIDENTA (seccion completa)
================================================================ */
.teem-pres {
  padding: 5rem 0; background: var(--white); border-top: 1px solid var(--gris4);
}
.teem-pres__layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.teem-pres__photo { position: relative; }
.teem-pres__frame {
  border-radius: var(--r-2xl); overflow: hidden; aspect-ratio: 4/5;
  background: linear-gradient(150deg, var(--morado-mid) 0%, var(--morado-dark) 100%);
  position: relative;
}
.teem-pres__frame-tex {
  position: absolute; inset: 0; z-index: 1;
  background-image: var(--flor-bg);
  background-size: var(--flor-size);
  background-repeat: repeat;
  background-position: top left;
  opacity: .15;
  mix-blend-mode: screen;
}
.teem-pres__placeholder {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
}
.teem-pres__placeholder svg { width: 80px; opacity: .06; fill: var(--white); }
.teem-pres__deco-a {
  position: absolute; top: -12px; right: -12px;
  width: 50%; height: 50%; border: 2px solid var(--morado-light);
  border-radius: var(--r-2xl); opacity: .25; z-index: -1;
}
.teem-pres__deco-b {
  position: absolute; bottom: -12px; left: -12px;
  width: 36%; height: 36%; background: var(--morado-pale);
  border-radius: var(--r-xl); z-index: -1;
}
.teem-pres__qmark {
  font-size: 72px; line-height: .6; color: var(--morado); opacity: .18;
  display: block; margin-bottom: .625rem; user-select: none; font-weight: 800;
}
.teem-pres__quote {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 300; font-style: italic;
  color: var(--ink); line-height: 1.45; margin-bottom: 1.5rem;
}
.teem-pres__bio {
  font-size: var(--tx-base); color: var(--gris1); line-height: 1.75; margin-bottom: 2rem;
}
.teem-pres__meta {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem;
}
.teem-pres__avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--morado-mid), var(--morado-dark));
  border: 2px solid var(--morado-soft);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.teem-pres__avatar svg {
  width: 24px; height: 24px; stroke: rgba(255,255,255,.6); fill: none; stroke-width: 1.5;
}
.teem-pres__name {
  font-size: var(--tx-lg); font-weight: 700; color: var(--ink); line-height: 1.2;
}
.teem-pres__role {
  font-size: var(--tx-xs); color: var(--morado); font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em;
}
.teem-pres__pillars {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .625rem;
}
.teem-pillar {
  padding: 1.125rem .875rem; background: var(--gris5); border-radius: var(--r-lg);
  text-align: center; border: 1.5px solid var(--gris4); transition: all var(--tb);
}
.teem-pillar:hover {
  border-color: var(--morado); background: var(--morado-pale);
  transform: translateY(-2px);
}
.teem-pillar__ico { font-size: 1.3rem; margin-bottom: .375rem; }
.teem-pillar__lbl {
  font-size: var(--tx-xs); font-weight: 700; color: var(--gris1);
  text-transform: uppercase; letter-spacing: .07em;
}
.teem-pillar:hover .teem-pillar__lbl { color: var(--morado); }

/* ================================================================
   TRANSPARENCIA
================================================================ */
.teem-trans {
  padding: 5rem 0; background: var(--gris5); border-top: 1px solid var(--gris4);
}
.teem-trans__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-top: 2.5rem;
}
.teem-tcard {
  display: flex; align-items: flex-start; gap: .875rem;
  padding: 1.375rem; background: var(--white);
  border: 1.5px solid var(--gris4); border-radius: var(--r-xl);
  text-decoration: none; transition: all var(--tb) var(--ease);
}
.teem-tcard:hover {
  border-color: var(--morado-light); background: var(--morado-ghost);
  transform: translateY(-2px); box-shadow: var(--sh-sm);
}
.teem-tcard__icon {
  width: 44px; height: 44px; border-radius: var(--r-md); background: var(--gris5);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background var(--tb);
}
.teem-tcard__icon svg {
  width: 20px; height: 20px; stroke: var(--gris2); fill: none;
  stroke-width: 1.5; transition: stroke var(--tb);
}
.teem-tcard:hover .teem-tcard__icon { background: var(--morado); }
.teem-tcard:hover .teem-tcard__icon svg { stroke: var(--white); }
.teem-tcard__name {
  font-weight: 700; font-size: var(--tx-sm); color: var(--ink); line-height: 1.3;
}
.teem-tcard__desc { font-size: var(--tx-xs); color: var(--gris2); margin-top: 2px; }

/* ================================================================
   HOME RESPONSIVE
================================================================ */
@media (max-width: 1100px) {
  .teem-def__layout { grid-template-columns: 1fr; }
  .teem-def__intro { position: static; }
  .teem-def__grid { grid-template-columns: repeat(2, 1fr); }
  .teem-quick__grid { grid-template-columns: repeat(3, 1fr); }
  .teem-trans__grid { grid-template-columns: repeat(2, 1fr); }
  .teem-pres__layout { gap: 3rem; }
}

@media (max-width: 768px) {
  .teem-hero__grid { grid-template-columns: 1fr; }
  .teem-hero__aside { display: none; }
  .teem-hero__content,
  .teem-hero__content--center {
    min-height: 85vh; min-height: 85svh;
    padding: 4rem var(--pad);
    max-width: none;
  }
  .teem-hero__stats { flex-wrap: wrap; gap: 1.25rem; }
  .teem-alert__inner { flex-wrap: wrap; }
  .teem-alert__link { margin-left: 0; }
  .teem-def__contact { flex-direction: column; text-align: center; }
  .teem-def__contact-left { flex-direction: column; text-align: center; }
  .teem-def__contact-actions { justify-content: center; }
  .teem-quick__grid { grid-template-columns: repeat(3, 1fr); }
  .teem-news__grid { grid-template-columns: 1fr; }
  .teem-ncard--feat { grid-column: span 1; display: flex; flex-direction: column; }
  .teem-ncard--feat .teem-ncard__img { min-height: 200px; }
  .teem-stats__grid { grid-template-columns: 1fr 1fr; }
  .teem-stats__item:nth-child(2) { border-right: none; }
  .teem-stats__item:nth-child(1),
  .teem-stats__item:nth-child(2) { border-bottom: 1px solid var(--gris4); }
  .teem-pres__layout { grid-template-columns: 1fr; }
  .teem-pres__photo { display: none; }
  .teem-trans__grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .teem-def__grid { grid-template-columns: 1fr; }
  .teem-quick__grid { grid-template-columns: 1fr 1fr; }
  .teem-stats__grid { grid-template-columns: 1fr 1fr; }
  .teem-pres__pillars { grid-template-columns: 1fr; }
  .teem-pleno__grid { grid-template-columns: 1fr 1fr; }
  .teem-pleno__presidenta-name { font-size: var(--tx-xl); }
  .teem-areas__grid { grid-template-columns: repeat(3, 1fr); }
  .teem-contact__layout { grid-template-columns: 1fr; }
}

/* ================================================================
   PLENO — Magistraturas
================================================================ */
.teem-pleno { padding: 5rem 0; background: var(--white); border-top: 1px solid var(--gris4); }

/* Presidenta — bloque destacado */
.teem-pleno__presidenta {
  display: flex; align-items: center; gap: 2.5rem;
  background: var(--white); border: 2px solid var(--morado-light);
  border-radius: var(--r-2xl); overflow: hidden;
  margin-bottom: 2rem; box-shadow: var(--sh-pur);
}
.teem-pleno__presidenta-photo {
  width: 280px; min-height: 280px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--morado-mid), var(--morado-dark));
  overflow: hidden;
}
.teem-pleno__presidenta-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block;
}
.teem-pleno__presidenta-info { padding: 2rem 2rem 2rem 0; }
.teem-pleno__presidenta-badge {
  display: inline-block; font-size: var(--tx-xs); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--white); background: var(--morado);
  padding: .25rem .875rem; border-radius: var(--r-pill);
  margin-bottom: .75rem;
}
.teem-pleno__presidenta-name {
  font-size: var(--tx-2xl); font-weight: 800; color: var(--ink);
  line-height: 1.2; letter-spacing: -.01em;
}
.teem-pleno__presidenta-contact {
  display: flex; flex-direction: column; gap: .5rem; margin-top: 1rem;
  font-size: var(--tx-sm); color: var(--gris1);
}
.teem-pleno__presidenta-contact span {
  display: flex; align-items: center; gap: .5rem;
}
.teem-pleno__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}
.teem-pleno__card {
  background: var(--white); border: 1.5px solid var(--gris4);
  border-radius: var(--r-xl); overflow: hidden;
  transition: all var(--tb) var(--ease);
}
.teem-pleno__card:hover {
  border-color: var(--morado-light); box-shadow: var(--sh-pur);
  transform: translateY(-3px);
}
.teem-pleno__card--pres {
  border-color: var(--morado-light); background: var(--morado-ghost);
}
.teem-pleno__photo {
  width: 100%; aspect-ratio: 0.8; background: linear-gradient(135deg, var(--morado-mid), var(--morado-dark));
  overflow: hidden;
}
.teem-pleno__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
}
.teem-pleno__avatar {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.teem-pleno__avatar svg { width: 48px; height: 48px; }
.teem-pleno__info { padding: 1.25rem; }
.teem-pleno__name { font-size: var(--tx-sm); font-weight: 700; color: var(--ink); line-height: 1.3; }
.teem-pleno__role {
  font-size: var(--tx-xs); font-weight: 600; color: var(--morado);
  text-transform: uppercase; letter-spacing: .06em; margin-top: .25rem;
}
.teem-pleno__contact {
  display: flex; flex-direction: column; gap: .25rem; margin-top: .75rem;
  font-size: var(--tx-xs); color: var(--gris2);
}
.teem-pleno__contact span { display: flex; align-items: center; gap: .375rem; }
.teem-pleno__social {
  display: flex; gap: .5rem; margin-top: .75rem;
}
.teem-pleno__social a {
  width: 30px; height: 30px; border-radius: var(--r-md);
  background: var(--gris5); border: 1px solid var(--gris4);
  display: flex; align-items: center; justify-content: center;
  color: var(--gris2); transition: all var(--tf); text-decoration: none;
}
.teem-pleno__social a:hover {
  background: var(--morado); border-color: var(--morado); color: var(--white);
}
.teem-pleno__social a:hover svg { fill: var(--white); stroke: var(--white); }

/* ================================================================
   NUESTRAS ÁREAS
================================================================ */
.teem-areas { padding: 5rem 0; background: var(--white); }
.teem-areas__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.teem-area-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center;
  gap: .75rem; padding: 1.5rem 1rem; text-align: center;
  background: var(--white); border: 1.5px solid var(--gris4);
  border-radius: var(--r-xl); text-decoration: none;
  transition: all var(--tb) var(--ease);
}
/* Overlay degradado blanco al hover */
.teem-area-card::before {
  content: ''; position: absolute; inset: 0;
  background: url('../brand/degradado_blanco.png') center / cover no-repeat;
  opacity: 0; transition: opacity .35s var(--ease);
  z-index: 0; pointer-events: none;
  border-radius: inherit;
}
@media (hover: hover) {
  .teem-area-card:hover::before { opacity: .55; }
}
.teem-area-card:hover {
  border-color: var(--morado-light); box-shadow: var(--sh-pur);
  transform: translateY(-3px);
}
.teem-area-card__icon {
  position: relative; z-index: 1;
  width: 64px; height: 64px; border-radius: var(--r-lg);
  background: transparent; display: flex; align-items: center;
  justify-content: center; overflow: hidden; flex-shrink: 0;
}
.teem-area-card__icon img {
  width: 100%; height: 100%; object-fit: contain;
}
.teem-area-card__icon svg { width: 30px; height: 30px; stroke: var(--morado); }
.teem-area-card:hover .teem-area-card__icon { transform: scale(1.08); }
.teem-area-card:hover .teem-area-card__icon svg { stroke: var(--morado-dark); }
.teem-area-card__name {
  position: relative; z-index: 1;
  font-size: var(--tx-xs); font-weight: 700; color: var(--ink); line-height: 1.3;
}

/* ================================================================
   CONVOCATORIAS
================================================================ */
.teem-convoc { padding: 5rem 0; background: var(--gris5); }
/* Formato compacto — solo enlaces */
.teem-convoc__list {
  display: flex; flex-direction: column; gap: .75rem;
}
.teem-convoc__link {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--white); border: 1.5px solid var(--gris4);
  border-radius: var(--r-xl); text-decoration: none;
  transition: all var(--tb) var(--ease);
}
.teem-convoc__link:hover {
  border-color: var(--morado-light); box-shadow: var(--sh-pur);
  transform: translateY(-2px);
}
.teem-convoc__link-icon {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--morado-pale); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; color: var(--morado);
}
.teem-convoc__link-title {
  font-size: var(--tx-sm); font-weight: 700; color: var(--ink); line-height: 1.3;
}
.teem-convoc__link-meta {
  display: flex; align-items: center; gap: .5rem; margin-top: .25rem;
  font-size: var(--tx-xs); color: var(--gris2);
}

/* ================================================================
   SITIOS DE INTERÉS
================================================================ */
.teem-sites { padding: 5rem 0; background: var(--white); }
.teem-sites__grid {
  display: flex; flex-wrap: wrap; gap: .625rem;
}
.teem-site-pill {
  display: inline-flex; align-items: center;
  padding: .5rem 1.25rem; font-size: var(--tx-sm); font-weight: 600;
  color: var(--gris1); background: var(--white);
  border: 1.5px solid var(--gris4); border-radius: var(--r-pill);
  text-decoration: none; transition: all var(--tf);
}
.teem-site-pill:hover {
  border-color: var(--morado); color: var(--morado);
  background: var(--morado-ghost);
}

/* ================================================================
   CONTACTO Y UBICACIÓN
================================================================ */
.teem-contact { padding: 5rem 0; background: var(--gris5); }
.teem-contact__layout {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem;
  align-items: start;
}
.teem-contact__info {
  display: flex; flex-direction: column; gap: 1.5rem;
}
.teem-contact__row {
  display: flex; gap: 1rem; align-items: flex-start;
  font-size: var(--tx-sm); color: var(--gris1); line-height: 1.65;
}
.teem-contact__icon {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--morado-pale); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.teem-contact__icon svg { width: 22px; height: 22px; stroke: var(--morado); }
.teem-contact__map { border-radius: var(--r-xl); overflow: hidden; }

@media (max-width: 768px) {
  .teem-pleno__grid { grid-template-columns: repeat(2, 1fr); }
  .teem-pleno__presidenta { flex-direction: column; }
  .teem-pleno__presidenta-photo { width: 100%; min-height: 240px; }
  .teem-pleno__presidenta-info { padding: 1.5rem; }
  .teem-areas__grid { grid-template-columns: repeat(3, 1fr); }
  .teem-convoc__grid { grid-template-columns: 1fr; }
  .teem-contact__layout { grid-template-columns: 1fr; }
}
