/* ============================================
   ITtude — Empower Digital Leaders Page
   ============================================ */

/* ── Hero oscuro ─────────────────────────────── */
.edl-hero {
  background: #111;
  color: #fff;
  padding: 48px 0 64px;
  text-align: center;
}
.edl-logo {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto 32px;
}
.edl-hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0 0 40px;
}
.edl-hero h1 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 820px;
  margin: 0 auto 24px;
}
.edl-hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.82);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.edl-hero-subtitle strong {
  background: var(--purple);
  color: #fff;
  padding: 2px 8px;
  font-size: 1.08em;
}

/* ── Step labels ─────────────────────────────── */
.step-label {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--green);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

/* ── Video container ─────────────────────────── */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.video-wrap-tall {
  padding-bottom: 55%;
}
.video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
.video-col {
  max-width: 720px;
  margin: 0 auto 48px;
}

/* ── Calendly ────────────────────────────────── */
.calendly-col {
  max-width: 820px;
  margin: 0 auto;
}

/* ── Ayudamos section ────────────────────────── */
.edl-ayudamos {
  background: #111;
  color: #fff;
  padding: 48px 0 64px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.edl-ayudamos > p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
}
.edl-ayudamos ul {
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.edl-ayudamos li {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 12px;
}
.edl-ayudamos li::before {
  content: '→';
  color: var(--green);
  font-weight: 800;
  flex-shrink: 0;
}

/* ── Video testimonials ──────────────────────── */
.video-testimonios {
  background: var(--bg-alt);
  padding: 80px 0;
}
.video-testimonios h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 52px;
  letter-spacing: -0.02em;
}
.video-item {
  max-width: 720px;
  margin: 0 auto 48px;
}
.video-item:last-child { margin-bottom: 0; }
.video-item p {
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 10px;
  font-weight: 500;
}

/* ── CTA centered ────────────────────────────── */
.cta-centered {
  text-align: center;
  padding: 48px 0;
}

/* ── Text testimonios (reuse from ittude.css) ── */
/* .testimonios, .testimonios-grid, .testimonial-card already defined */
.edl-testimonios { background: var(--bg); }

/* ── Nosotros intro ──────────────────────────── */
.edl-nosotros {
  background: var(--bg);
  padding: 80px 0 0;
  text-align: center;
}
.edl-nosotros h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.edl-nosotros p {
  font-size: 1.05rem;
  color: var(--mid);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
}
.edl-nosotros p strong { color: var(--purple); }

/* ── Features ────────────────────────────────── */
.features {
  background: var(--bg-alt);
  padding: 80px 0;
}
.features h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.02em;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 32px 24px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.feature-icon { font-size: 2.2rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.feature-card p { font-size: 0.9rem; color: var(--purple); line-height: 1.65; }

/* ── Stats (edl variant) ─────────────────────── */
.edl-stats { background: var(--bg); padding: 80px 0; }
.edl-stats .stats-grid {
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--radius);
  overflow: hidden;
}
.edl-stats .stat-item { padding: 32px 16px; }


/* ── EDL Footer ──────────────────────────────── */
.edl-footer {
  background: #111;
  color: rgba(255,255,255,0.35);
  text-align: center;
  padding: 28px;
  font-size: 0.82rem;
}

/* ── Equipo en edl (hereda de ittude.css) ──────── */
.edl-equipo { background: var(--bg); padding: 80px 0; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .edl-ayudamos ul { padding: 0; }
}
