
/* RENDEMY ABOUT - Premium Storytelling */
.about-wrap { font-family: 'Inter', -apple-system, sans-serif; background: #0a0a0a; color: #f0f0f0; width: 100%; overflow-x: hidden; }

/* HERO con video bg */
.about-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0a0a;
  padding: 6rem 2rem;
  text-align: center;
}
.about-hero-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.18; z-index: 0;
}
.about-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.6) 0%, rgba(10,10,10,.95) 100%);
  z-index: 1;
}
.about-hero-content { position: relative; z-index: 2; max-width: 800px; }
.about-badge {
  display: inline-block;
  background: rgba(0,223,171,.12);
  border: 1px solid rgba(0,223,171,.35);
  color: #00dfab;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 1.8rem;
}
.about-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: 1.4rem;
}
.about-hero h1 span { color: #00dfab; }
.about-hero p {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  color: #aaa;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
}

/* MANIFIESTO 2 cols */
.about-manifest {
  max-width: 1100px;
  margin: 0 auto;
  padding: 7rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}
.about-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #00dfab;
  margin-bottom: 1rem;
  display: block;
}
.about-manifest h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.about-manifest h2 span { color: #00dfab; }
.about-manifest-text p {
  font-size: 1.5rem;
  color: #b0b0b0;
  line-height: 1.85;
  margin-bottom: 1.4rem;
}
.about-manifest-text p:last-child { margin-bottom: 0; }
.about-manifest-text strong { color: #fff; }

/* STATS strip */
.about-stats-bg {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.about-stats {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  text-align: center;
}
.about-stat-num {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #00dfab;
  line-height: 1;
  margin-bottom: .5rem;
  letter-spacing: -.02em;
}
.about-stat-label {
  font-size: .92rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* VALORES rejilla con iconos SVG-like */
.about-valores-bg { background: #0a0a0a; padding: 7rem 2rem; }
.about-valores-inner { max-width: 1100px; margin: 0 auto; }
.about-valores-head { text-align: center; margin-bottom: 4rem; }
.about-valores-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.about-valores-head p {
  font-size: 1.5rem;
  color: #999;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.55;
}
.about-valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.about-valor {
  background: #111;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 2.2rem 1.8rem;
  transition: border-color .25s, transform .25s;
  position: relative;
  overflow: hidden;
}
.about-valor::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #00dfab, transparent);
  opacity: 0;
  transition: opacity .25s;
}
.about-valor:hover { border-color: rgba(0,223,171,.3); transform: translateY(-4px); }
.about-valor:hover::before { opacity: 1; }
.about-valor-num {
  font-size: .8rem;
  font-weight: 700;
  color: #00dfab;
  letter-spacing: .15em;
  margin-bottom: 1.4rem;
  display: block;
}
.about-valor h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .8rem;
  letter-spacing: -.01em;
}
.about-valor p {
  font-size: 1.05rem;
  color: #888;
  line-height: 1.65;
}

/* TIMELINE / Trayectoria */
.about-timeline-bg {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,.05);
  padding: 7rem 2rem;
}
.about-timeline-inner { max-width: 760px; margin: 0 auto; }
.about-timeline-head { text-align: center; margin-bottom: 4rem; }
.about-timeline-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
}
.about-timeline { position: relative; padding-left: 2.5rem; }
.about-timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #00dfab 0%, rgba(0,223,171,.1) 100%);
}
.about-timeline-item { position: relative; padding-bottom: 2.5rem; }
.about-timeline-item:last-child { padding-bottom: 0; }
.about-timeline-item::before {
  content: '';
  position: absolute;
  left: -2.5rem;
  top: .4rem;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #0d0d0d;
  border: 2px solid #00dfab;
  box-shadow: 0 0 0 4px rgba(0,223,171,.1);
}
.about-timeline-year {
  font-size: .78rem;
  font-weight: 700;
  color: #00dfab;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: .4rem;
}
.about-timeline-item h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}
.about-timeline-item p {
  font-size: 1.05rem;
  color: #888;
  line-height: 1.7;
}

/* EQUIPO */
.about-team-bg { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,.05); padding: 7rem 2rem; }
.about-team-inner { max-width: 1100px; margin: 0 auto; }
.about-team-head { text-align: center; margin-bottom: 4rem; }
.about-team-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.about-team-head p {
  font-size: 1.5rem;
  color: #999;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.55;
}
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.about-member {
  background: #111;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .25s, transform .25s;
}
.about-member:hover {
  border-color: rgba(0,223,171,.3);
  transform: translateY(-4px);
}
.about-member-img {
  width: 100%;
  aspect-ratio: 3/4;
  background: #1a1a1a;
  overflow: hidden;
}
.about-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(30%);
  transition: filter .35s, transform .35s;
}
.about-member:hover .about-member-img img {
  filter: grayscale(0%);
  transform: scale(1.04);
}
.about-member-info { padding: 1.4rem 1.6rem 1.6rem; }
.about-member-info h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .25rem;
}
.about-member-info span {
  font-size: .75rem;
  color: #00dfab;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* CTA FINAL - Caja verde con sombras (igual que paginas de sector) */
.about-cta {
  background: #0a0a0a;
  padding: 5rem 2rem;
  text-align: center;
}
.about-cta-box {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #00b89a 0%, #009e84 100%);
  border-radius: 40px;
  padding: 120px 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0, 211, 176, 0.25), 0 0 160px rgba(0, 211, 176, 0.12), 0 24px 48px rgba(0, 0, 0, 0.3);
}
.about-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 55%);
  pointer-events: none;
}
.about-cta-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
.about-cta .about-label {
  color: rgba(255,255,255,.85) !important;
  margin-bottom: 1.5rem !important;
}
.about-cta h2 {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 1.4rem;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.about-cta h2 span { color: #ffffff !important; opacity: 1; font-style: normal; }
.about-cta p {
  color: rgba(255,255,255,.92) !important;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.55;
}
.about-cta .about-btn-primary {
  background: #0a0a0a !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 1.1rem 2.6rem;
  border-radius: 100px;
  font-size: .95rem;
}
.about-cta .about-btn-primary:hover {
  background: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
}
.about-cta .about-btn-ghost {
  background: rgba(255,255,255,.15) !important;
  border: 1px solid rgba(255,255,255,.4) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 1.1rem 2.6rem;
  border-radius: 100px;
  font-weight: 600;
}
.about-cta .about-btn-ghost:hover {
  background: rgba(255,255,255,.25) !important;
  border-color: #fff !important;
  color: #fff !important;
}
@media(max-width:900px){
  .about-cta-box { padding: 80px 40px; border-radius: 32px; }
}
@media(max-width:640px){
  .about-cta-box { padding: 60px 24px; border-radius: 24px; }
  .about-cta { padding: 3rem 1rem; }
}
.about-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.about-btn-primary {
  display: inline-block;
  background: #00dfab !important;
  color: #0a0a0a !important;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 1rem 2.4rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all .25s;
  -webkit-text-fill-color: #0a0a0a !important;
}
.about-btn-primary:hover {
  background: #00c49a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,223,171,.3);
  color: #0a0a0a !important;
}
.about-btn-ghost {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff !important;
  font-weight: 600;
  font-size: .95rem;
  padding: 1rem 2.4rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all .25s;
}
.about-btn-ghost:hover { border-color: #00dfab; color: #00dfab !important; }

@media (max-width: 768px) {
  .about-manifest { grid-template-columns: 1fr; gap: 2rem; padding: 5rem 1.5rem; }
  .about-team-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .about-hero { min-height: 60vh; padding: 5rem 1.5rem; }
}
@media (max-width: 480px) {
  .about-team-grid { grid-template-columns: 1fr; }
}
