/* quienes-somos.css — PUDE Pages plugin */

/* ══════════════════════════════════════════════
   QUIÉNES SOMOS — Intro section
══════════════════════════════════════════════ */
.pude-about {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 24px 56px;
  font-family: 'DM Sans', sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.pude-about__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3aaa8c;
  margin-bottom: 12px;
}

.pude-about__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  color: #e8eceb;
  letter-spacing: -0.4px;
  line-height: 1.1;
  margin: 0 0 24px;
}

.pude-about__text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(232,236,235,.75);
  margin: 0 0 16px;
}

.pude-about__tagline {
  color: #e8eceb;
  margin-top: 8px;
}

.pude-about__registro {
  font-size: 12px;
  color: rgba(232,236,235,.45);
  margin-top: 4px;
}

.pude-about__video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.4);
}

.pude-about__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .pude-about {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 20px 40px;
  }
}

/* ══════════════════════════════════════════════
   MISIÓN & VISIÓN
══════════════════════════════════════════════ */
.pude-mv {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 24px;
  font-family: 'DM Sans', sans-serif;
}

.pude-mv__header {
  text-align: center;
  margin-bottom: 48px;
}

.pude-mv__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3aaa8c;
  margin-bottom: 10px;
}

.pude-mv__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  color: #e8eceb;
  letter-spacing: -0.4px;
  line-height: 1.05;
  margin: 0;
}

.pude-mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}

.pude-mv__card {
  position: relative;
  padding: 48px 40px;
  background: #141c19;
  overflow: hidden;
  transition: background .25s ease;
}

.pude-mv__card:first-child {
  border-right: 1px solid rgba(255,255,255,.06);
}

.pude-mv__card:hover { background: #1a2620; }

.pude-mv__card-bg-letter {
  position: absolute;
  bottom: -20px;
  right: 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 180px;
  font-weight: 900;
  color: rgba(58,170,140,.05);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color .25s ease;
}

.pude-mv__card:hover .pude-mv__card-bg-letter { color: rgba(58,170,140,.09); }

.pude-mv__card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(58,170,140,.13);
  border: 1px solid rgba(58,170,140,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: background .25s ease, border-color .25s ease;
}

.pude-mv__card:hover .pude-mv__card-icon {
  background: rgba(58,170,140,.22);
  border-color: rgba(58,170,140,.45);
}

.pude-mv__card-tag {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3aaa8c;
  background: rgba(58,170,140,.10);
  border: 1px solid rgba(58,170,140,.22);
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 16px;
}

.pude-mv__card-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  color: #e8eceb;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
}

.pude-mv__card-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  color: #8aa39a;
  line-height: 1.75;
  margin: 0;
  position: relative;
  z-index: 1;
}

.pude-mv__card-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: relative;
  z-index: 1;
}

.pude-mv__card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: #8aa39a;
  line-height: 1.5;
  transition: color .18s ease;
}

.pude-mv__card-list li:hover { color: #e8eceb; }

.pude-mv__card-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #3aaa8c;
  flex-shrink: 0;
  margin-top: 5px;
  transition: box-shadow .18s ease;
}

.pude-mv__card-list li:hover::before { box-shadow: 0 0 0 3px rgba(58,170,140,.20); }

@media (max-width: 820px) {
  .pude-mv__grid { grid-template-columns: 1fr; }
  .pude-mv__card:first-child { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }
  .pude-mv__card { padding: 36px 28px; }
  .pude-mv__card-bg-letter { font-size: 120px; }
}

@media (max-width: 480px) {
  .pude-mv { padding: 40px 16px; }
  .pude-mv__card { padding: 28px 20px; }
  .pude-mv__card-bg-letter { font-size: 90px; }
}

/* ══════════════════════════════════════════════
   EQUIPO
══════════════════════════════════════════════ */
.pude-team {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 24px;
  font-family: 'DM Sans', sans-serif;
}

.pude-team__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.pude-team__header-left { flex-shrink: 0; }

.pude-team__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3aaa8c;
  margin-bottom: 8px;
}

.pude-team__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  color: #e8eceb;
  letter-spacing: -0.4px;
  line-height: 1.05;
  margin: 0;
}

.pude-team__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  color: #8aa39a;
  line-height: 1.65;
  max-width: 34ch;
  text-align: right;
  margin: 0;
}

.pude-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pude-team__card {
  background: #141c19;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.pude-team__card:hover {
  border-color: rgba(58,170,140,.38);
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.45);
}

.pude-team__card-img-wrap {
  position: relative;
  height: 260px;
  flex-shrink: 0;
  overflow: hidden;
}

.pude-team__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .38s ease;
}

.pude-team__card:hover .pude-team__card-img { transform: scale(1.06); }

.pude-team__card-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: linear-gradient(to top, rgba(20,28,25,.98) 0%, rgba(20,28,25,.60) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.pude-team__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 18px;
  z-index: 1;
}

.pude-team__card-name {
  font-family: 'Outfit', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 3px;
}

.pude-team__card-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #3aaa8c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pude-team__card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.pude-team__card-bio {
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: #8aa39a;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.pude-team__card-socials { display: flex; gap: 8px; }

.pude-team__card-social {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: #8aa39a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pude-team__card-social:hover {
  background: rgba(58,170,140,.15);
  border-color: rgba(58,170,140,.38);
  color: #3aaa8c;
  transform: translateY(-2px);
}

.pude-team__card-social svg { display: block; flex-shrink: 0; }

.bio-extra p { margin-top: 10px; }

.bio-toggle {
  display: inline-block;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #3aaa8c;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: opacity .18s ease;
}

.bio-toggle:hover { opacity: .75; }

@media (max-width: 900px) {
  .pude-team__header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pude-team__sub { text-align: left; max-width: 100%; }
  .pude-team__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .pude-team { padding: 40px 16px; }
  .pude-team__grid { grid-template-columns: 1fr; }
}
