/* Sobre nosotros */
.about-wrap { max-width: 900px; margin: 0 auto; padding: 40px 24px 60px }

.ab-hero { padding: 40px 0 30px; text-align: left }
.ab-eyebrow { font-size: 12px; color: var(--text-faint); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px }
.ab-title { font-size: clamp(38px, 6vw, 60px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 20px }
.ab-lead { font-size: clamp(15px, 2vw, 18px); color: var(--text-dim); line-height: 1.6; max-width: 720px; margin: 0 }
.ab-lead strong { color: var(--text) }

.ab-numbers {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 40px 0;
}
@media (max-width: 700px) { .ab-numbers { grid-template-columns: repeat(2, 1fr) } }
.ab-num {
  padding: 22px 16px;
  background: var(--glass); border: 1px solid var(--stroke);
  border-radius: 16px; text-align: center;
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
}
.ab-n {
  font-size: clamp(28px, 4vw, 40px); font-weight: 900; letter-spacing: -0.03em; line-height: 1;
  background: linear-gradient(135deg, #ff6ec4, #7873f5);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ab-l { font-size: 12px; color: var(--text-dim); font-weight: 600; margin-top: 6px }

.ab-section { padding: 40px 0; border-top: 1px solid var(--stroke) }
.ab-h2 { font-size: clamp(24px, 4vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 16px }
.ab-p { font-size: 16px; color: var(--text-dim); line-height: 1.6; max-width: 720px; margin: 0 0 12px }
.ab-p strong { color: var(--text) }

.ab-values {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  margin-top: 20px;
}
@media (max-width: 640px) { .ab-values { grid-template-columns: 1fr } }
.ab-value {
  padding: 22px; border-radius: 16px;
  background: var(--glass); border: 1px solid var(--stroke);
}
.ab-ico { font-size: 30px; line-height: 1; margin-bottom: 10px }
.ab-value h3 { font-size: 17px; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em }
.ab-value p { font-size: 14px; color: var(--text-dim); line-height: 1.5; margin: 0 }

.ab-team { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px }
.ab-person {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px; border-radius: 16px;
  background: var(--glass); border: 1px solid var(--stroke);
  max-width: 460px;
}
.ab-avatar {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #ff6ec4, #7873f5);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; flex-shrink: 0;
}

.ab-thanks p { max-width: 100% }

.ab-cta {
  margin-top: 40px; padding: 40px 24px; text-align: center;
  background: linear-gradient(135deg, rgba(255,110,196,.10), rgba(120,115,245,.10));
  border: 1px solid rgba(255,255,255,.1); border-radius: 20px;
}
.ab-cta .hero-cta { justify-content: center; margin-top: 8px }
