@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* YouPro Club - Estilos
   Paleta: You #2d2d2d, Pro #e85d04, Club #1a1a1a, Sustain #2d6a4f
   Temas: Club (comunidad) | EdTech (Moodle / hub) | variantes por página
*/
:root {
  /* —— Primitivas marca Club —— */
  --youpro-you: #2d2d2d;
  --youpro-pro: #e85d04;
  --youpro-pro-dark: #dc2f02;
  --youpro-club: #1a1a1a;
  --youpro-sustain: #2d6a4f;

  /* —— Primitivas marca e-Learning / LMS —— */
  --ed-blue: #2563eb;
  --ed-blue-deep: #1e3a8a;
  --ed-violet: #7c3aed;
  --ed-violet-dark: #5b21b6;
  --ed-teal: #0d9488;
  --ed-teal-light: #2dd4bf;
  --ed-sky: #e0f2fe;
  --ed-slate: #334155;

  /* —— Neutros —— */
  --gray-50: #f9fafb;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --max-w-4xl: 56rem;
  --max-w-6xl: 72rem;

  /*
   * Tema semántico (por defecto: YouPro Club / comunidad creativa)
   * body.page-edtech → tema LMS
   * body.page-edtech-* → matiz por sección del hub
   * body.page-hero-*  → matiz suave en páginas del club
   */
  --theme-id: club;
  --theme-accent: var(--youpro-pro);
  --theme-accent-strong: var(--youpro-pro-dark);
  --theme-accent-soft: rgba(232, 93, 4, 0.12);
  --theme-accent-border: rgba(232, 93, 4, 0.3);
  --theme-link: inherit;
  --theme-link-hover: var(--youpro-pro);
  --theme-focus-ring: var(--youpro-pro);
  --theme-body-text: var(--youpro-club);
  --theme-body-bg: #f8fafc;
  --theme-header-border-mix: rgba(232, 93, 4, 0.18);
  --theme-footer-link-hover: var(--youpro-pro);
}

/* Tema B: YouPro e-Learning Solutions (Moodle, servicios, landing index) */
body.page-edtech {
  --theme-id: edtech;
  --theme-accent: var(--ed-violet);
  --theme-accent-strong: var(--ed-violet-dark);
  --theme-accent-soft: rgba(124, 58, 237, 0.12);
  --theme-accent-border: rgba(124, 58, 237, 0.32);
  --theme-link-hover: var(--ed-violet);
  --theme-focus-ring: var(--ed-blue);
  --theme-header-border-mix: rgba(37, 99, 235, 0.22);
  --theme-footer-link-hover: var(--ed-teal-light);
}

/* Subtemas hub (acento principal por área) */
body.page-edtech-servicios {
  --theme-id: edtech-servicios;
  --theme-accent: var(--ed-blue);
  --theme-accent-strong: var(--ed-blue-deep);
  --theme-accent-soft: rgba(37, 99, 235, 0.12);
  --theme-accent-border: rgba(37, 99, 235, 0.3);
  --theme-link-hover: var(--ed-blue);
}

body.page-edtech-recursos {
  --theme-id: edtech-recursos;
  --theme-accent: var(--ed-teal);
  --theme-accent-strong: #0f766e;
  --theme-accent-soft: rgba(13, 148, 136, 0.12);
  --theme-accent-border: rgba(13, 148, 136, 0.32);
  --theme-link-hover: var(--ed-teal);
}

body.page-edtech-contacto {
  --theme-id: edtech-contacto;
  --theme-accent: var(--ed-violet);
  --theme-accent-strong: var(--ed-violet-dark);
  --theme-link-hover: var(--ed-violet);
}

body.page-edtech-acerca {
  --theme-id: edtech-acerca;
  --theme-accent: #0d9488;
  --theme-accent-strong: #0f766e;
  --theme-accent-soft: rgba(13, 148, 136, 0.12);
  --theme-accent-border: rgba(13, 148, 136, 0.35);
  --theme-link-hover: #0d9488;
  --yp-acerca-accent-2: #7c3aed;
}

/* Acerca de YouPro — landing cordial y profesional */
body.page-edtech-acerca .yp-acerca-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 7vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
  color: #f8fafc;
}

body.page-edtech-acerca .yp-acerca-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 20% 20%, rgba(45, 212, 191, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 60%, rgba(124, 58, 237, 0.18) 0%, transparent 50%),
    linear-gradient(160deg, #0f172a 0%, #1e3a5f 38%, #0f172a 100%);
  pointer-events: none;
}

body.page-edtech-acerca .yp-acerca-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

body.page-edtech-acerca .yp-acerca-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5eead4;
}

body.page-edtech-acerca .yp-acerca-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

body.page-edtech-acerca .yp-acerca-hero__lead {
  margin: 0 0 1.35rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(248, 250, 252, 0.92);
}

body.page-edtech-acerca .yp-acerca-hero__lead strong {
  color: #fff;
  font-weight: 700;
}

body.page-edtech-acerca .yp-acerca-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

body.page-edtech-acerca .yp-acerca-hero__chips li {
  margin: 0;
}

body.page-edtech-acerca .yp-acerca-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.page-edtech-acerca .yp-acerca-chip:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(94, 234, 212, 0.4);
  color: #fff;
}

body.page-edtech-acerca .yp-acerca-chip .nav-inline-ico {
  flex-shrink: 0;
  opacity: 0.9;
}

/* Iconos inline <use>: tamaño explícito (nav-inline-ico usa 1em y a veces colapsa) */
body.page-edtech-acerca svg.yp-acerca-ico {
  display: block;
  flex-shrink: 0;
  fill: currentColor;
  color: inherit;
  overflow: visible;
}

body.page-edtech-acerca .yp-acerca-hero__chips svg.yp-acerca-ico {
  width: 0.9375rem !important;
  height: 0.9375rem !important;
}

body.page-edtech-acerca .yp-acerca-stat__ico svg.yp-acerca-ico,
body.page-edtech-acerca .yp-acerca-solution__badge svg.yp-acerca-ico {
  width: 1.375rem !important;
  height: 1.375rem !important;
}

body.page-edtech-acerca .yp-acerca-feature-card__ico svg.yp-acerca-ico {
  width: 1.625rem !important;
  height: 1.625rem !important;
}

body.page-edtech-acerca .yp-acerca-exp-card__title svg.yp-acerca-ico {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

body.page-edtech-acerca .yp-acerca-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

body.page-edtech-acerca .yp-acerca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.page-edtech-acerca .yp-acerca-btn--primary {
  color: #0f172a !important;
  background: linear-gradient(135deg, #5eead4, #2dd4bf);
  box-shadow: 0 4px 20px rgba(45, 212, 191, 0.35);
}

body.page-edtech-acerca .yp-acerca-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(45, 212, 191, 0.45);
  color: #0f172a !important;
}

body.page-edtech-acerca .yp-acerca-btn--ghost {
  color: #fff !important;
  background: transparent;
  border: 2px solid rgba(248, 250, 252, 0.45);
}

body.page-edtech-acerca .yp-acerca-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(248, 250, 252, 0.65);
  color: #fff !important;
}

body.page-edtech-acerca .yp-acerca-subnav-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body.page-edtech-acerca .yp-acerca-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  padding: 0.65rem 0;
}

body.page-edtech-acerca .yp-acerca-subnav a {
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-edtech-acerca .yp-acerca-subnav a:hover {
  background: rgba(13, 148, 136, 0.12);
  color: var(--theme-accent-strong);
}

body.page-edtech-acerca .yp-acerca-strip {
  padding: 2rem 0;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body.page-edtech-acerca .yp-acerca-strip__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  body.page-edtech-acerca .yp-acerca-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  body.page-edtech-acerca .yp-acerca-strip__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.page-edtech-acerca .yp-acerca-stat {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  background: linear-gradient(145deg, #f8fafc 0%, #fff 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

body.page-edtech-acerca .yp-acerca-stat__ico {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: var(--theme-accent-soft);
  color: var(--theme-accent-strong);
}

body.page-edtech-acerca .yp-acerca-stat__val {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
  letter-spacing: -0.02em;
}

body.page-edtech-acerca .yp-acerca-stat__lbl {
  margin: 0.15rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
}

body.page-edtech-acerca .yp-acerca-section {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  scroll-margin-top: 5.5rem;
}

body.page-edtech-acerca .yp-acerca-section--soft {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}

body.page-edtech-acerca .yp-acerca-section__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 2.25rem;
}

body.page-edtech-acerca .yp-acerca-section__head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ed-blue-deep);
}

body.page-edtech-acerca .yp-acerca-section__head p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
}

body.page-edtech-acerca .yp-acerca-card-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  body.page-edtech-acerca .yp-acerca-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  body.page-edtech-acerca .yp-acerca-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.page-edtech-acerca .yp-acerca-feature-card {
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-edtech-acerca .yp-acerca-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

body.page-edtech-acerca .yp-acerca-feature-card__ico {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.15), rgba(124, 58, 237, 0.1));
  color: var(--ed-blue-deep);
}

body.page-edtech-acerca .yp-acerca-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
  letter-spacing: -0.02em;
}

body.page-edtech-acerca .yp-acerca-feature-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}

body.page-edtech-acerca .yp-acerca-checklist {
  max-width: 44rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

body.page-edtech-acerca .yp-acerca-checklist li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0 0 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #475569;
}

body.page-edtech-acerca .yp-acerca-checklist li:last-child {
  margin-bottom: 0;
}

body.page-edtech-acerca .yp-acerca-check-ico {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  color: var(--theme-accent-strong);
}

body.page-edtech-acerca .yp-acerca-trio {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  body.page-edtech-acerca .yp-acerca-trio {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.page-edtech-acerca .yp-acerca-solution {
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  height: 100%;
}

body.page-edtech-acerca .yp-acerca-solution__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

body.page-edtech-acerca .yp-acerca-solution__badge {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: var(--theme-accent-soft);
  color: var(--theme-accent-strong);
}

body.page-edtech-acerca .yp-acerca-solution h3 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
}

body.page-edtech-acerca .yp-acerca-solution p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.58;
  color: #64748b;
}

body.page-edtech-acerca .yp-acerca-exp-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  body.page-edtech-acerca .yp-acerca-exp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.page-edtech-acerca .yp-acerca-exp-card {
  padding: 1.35rem 1.3rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  height: 100%;
}

body.page-edtech-acerca .yp-acerca-exp-card__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
}

body.page-edtech-acerca .yp-acerca-exp-card__title .nav-inline-ico {
  color: var(--theme-accent-strong);
}

body.page-edtech-acerca .yp-acerca-exp-card p {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.58;
  color: #64748b;
}

body.page-edtech-acerca .yp-acerca-exp-card p:last-child {
  margin-bottom: 0;
}

body.page-edtech-acerca .yp-acerca-exp-card .youpro-hub-list {
  margin-top: 0.5rem;
}

body.page-edtech-acerca .yp-acerca-method-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  body.page-edtech-acerca .yp-acerca-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  body.page-edtech-acerca .yp-acerca-method-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.page-edtech-acerca .yp-acerca-method {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

body.page-edtech-acerca .yp-acerca-method__num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--theme-accent-soft), rgba(124, 58, 237, 0.1));
  color: var(--ed-blue-deep);
}

body.page-edtech-acerca .yp-acerca-method p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #475569;
}

body.page-edtech-acerca .yp-acerca-cta-band {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(115deg, #0f172a 0%, #1e3a8a 42%, #312e81 100%);
  color: #e2e8f0;
}

body.page-edtech-acerca .yp-acerca-cta-band__inner {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

body.page-edtech-acerca .yp-acerca-cta-band h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

body.page-edtech-acerca .yp-acerca-cta-band p {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.9);
}

body.page-edtech-acerca .yp-acerca-cta-band__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

body.page-edtech-acerca .yp-acerca-cta-band .yp-acerca-btn--primary {
  background: linear-gradient(135deg, #5eead4, #99f6e4);
}

body.page-edtech-acerca .yp-acerca-footnote {
  margin: 1.5rem auto 0;
  max-width: 34rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #94a3b8;
}

body.page-edtech-acerca .yp-acerca-footnote a {
  color: #7dd3fc;
  font-weight: 600;
}

body.page-edtech-acerca .yp-acerca-footnote a:hover {
  color: #fff;
}

/* Páginas del club: ligera codificación por sección */
body.page-hero-el-club {
  --theme-id: club-el-club;
}

body.page-hero-comunidad {
  --theme-id: club-comunidad;
  --theme-accent-soft: rgba(232, 93, 4, 0.14);
}

body.page-hero-creacion {
  --theme-id: club-creacion;
  --theme-accent: var(--youpro-pro);
  --theme-accent-soft: rgba(45, 106, 79, 0.1);
  --theme-accent-border: rgba(45, 106, 79, 0.28);
}

body.page-hero-participa {
  --theme-id: club-participa;
}

body.page-hero-privacidad {
  --theme-id: club-legal;
  --theme-accent: var(--youpro-you);
  --theme-accent-strong: var(--youpro-club);
  --theme-link-hover: var(--youpro-pro);
}

/* Acceso / panel alineados al club */
body.login-page,
body.panel-page,
body.page-edtech-login,
body.page-edtech-panel {
  --theme-id: club-app;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--theme-body-text);
  background: var(--theme-body-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--theme-link-hover);
}

a:focus-visible {
  outline: 2px solid var(--theme-focus-ring);
  outline-offset: 2px;
}

/* Layout */
.container {
  width: 100%;
  max-width: var(--max-w-6xl);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}

.container-narrow {
  max-width: var(--max-w-4xl);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: none;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

/* Franja divisoria bajo el header (altura fija) */
.site-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  flex-shrink: 0;
  background: linear-gradient(90deg, var(--youpro-pro-dark) 0%, var(--youpro-pro) 45%, var(--youpro-pro) 100%);
  pointer-events: none;
}

.page-edtech .site-header::after {
  background: linear-gradient(90deg, var(--ed-blue) 0%, var(--ed-violet) 55%, var(--ed-violet-dark) 100%);
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}

.logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.logo .you { color: var(--youpro-you); }
.logo .pro { color: var(--youpro-pro); }
.logo .pipe { color: var(--youpro-you); margin: 0 0.25rem; }
.logo .club { color: var(--youpro-club); }

.logo-with-image {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.logo-with-image img {
  display: block;
  height: auto;
  max-height: 2.5rem;
  width: auto;
}

.login-logo .logo-with-image {
  display: flex;
  justify-content: center;
}

.login-logo .logo-with-image img {
  max-height: 3rem;
}

.nav-main {
  display: none;
}

@media (min-width: 768px) {
  .nav-main {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.nav-main a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--youpro-you);
}

.nav-main a:hover,
.nav-main a.active {
  color: var(--theme-link-hover);
}

.menu-toggle {
  display: flex;
  padding: 0.5rem;
  border: none;
  background: none;
  color: var(--youpro-you);
  cursor: pointer;
  border-radius: 0.5rem;
}

.menu-toggle:hover {
  background: var(--gray-50);
}

@media (min-width: 768px) {
  .menu-toggle { display: none; }
}

.nav-mobile {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-top: 1px solid var(--gray-200);
  background: #fff;
}

.nav-mobile.hidden {
  display: none;
}

@media (min-width: 768px) {
  .nav-mobile { display: none !important; }
}

.nav-mobile a {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--youpro-you);
}

/* Footer */
.site-footer {
  background: var(--youpro-club);
  color: #fff;
  margin-top: auto;
}

.site-footer .inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.site-footer .footer-grid {
  font-size: 0.75rem;
  line-height: 1.5;
}

.site-footer h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem 2rem;
  }
}

/* Newsletter (footer, columna 4) */
.footer-newsletter-desc {
  font-size: 0.6875rem;
  color: #9ca3af;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.footer-newsletter-form {
  margin: 0;
}

.footer-newsletter-label {
  display: block;
  margin-bottom: 0.5rem;
}

.footer-newsletter-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.45rem 0.65rem;
  font-size: 0.75rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #4b5563;
  border-radius: 0.375rem;
}

.footer-newsletter-input::placeholder {
  color: #6b7280;
}

.footer-newsletter-input:focus {
  outline: 2px solid var(--theme-footer-link-hover, #60a5fa);
  outline-offset: 2px;
  border-color: #6b7280;
}

.footer-newsletter-btn {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0f172a;
  background: #fff;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}

.footer-newsletter-btn:hover {
  background: #e5e7eb;
}

.edtech-footer .footer-newsletter-btn {
  color: var(--ed-blue-deep, #0f172a);
  background: #fff;
}

.site-footer:not(.edtech-footer) .footer-newsletter-btn {
  color: #fff;
  background: var(--youpro-pro, #7c3aed);
}

.site-footer:not(.edtech-footer) .footer-newsletter-btn:hover {
  filter: brightness(1.08);
}

.footer-newsletter-feedback {
  margin: 0.5rem 0 0;
  font-size: 0.6875rem;
  color: #86efac;
}

.footer-newsletter-note {
  margin: 0.75rem 0 0;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #6b7280;
}

.footer-newsletter-note a {
  color: #9ca3af;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-newsletter-note a:hover {
  color: var(--theme-footer-link-hover);
}

.edtech-footer .footer-newsletter-note a:hover {
  color: var(--theme-footer-link-hover);
}

.footer-logo .you { color: #d1d5db; }
.footer-logo .pro { color: var(--youpro-pro); }
.footer-logo .pipe { color: #9ca3af; margin: 0 0.25rem; }
.footer-logo .club { color: #fff; }

.footer-logo-link {
  display: inline-block;
  margin-bottom: 0.5rem;
  background: transparent;
  line-height: 0;
}

.footer-logo-link:hover {
  opacity: 0.92;
}

.footer-logo-link:focus-visible {
  outline: 2px solid var(--theme-footer-link-hover);
  outline-offset: 3px;
}

/* Pie: assets/logo-white.png (blanco sobre alpha; sin filtro). */
.site-footer-logo {
  display: block;
  height: auto;
  max-height: 2.125rem;
  width: auto;
}

@media (min-width: 768px) {
  .site-footer-logo {
    max-height: 2.375rem;
  }
}

.footer-tagline {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}

.site-footer .footer-grid ul {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 0 1.2rem;
  margin: 0;
}

.site-footer .footer-grid ul li::marker {
  color: #9ca3af;
}

.site-footer .footer-grid li {
  margin-bottom: 0.45rem;
  padding-left: 0.15rem;
}

.site-footer .footer-grid a {
  color: #9ca3af;
}

.site-footer .footer-grid a:hover {
  color: var(--theme-footer-link-hover);
}

/* Íconos en bloque Contacto del footer */
.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.footer-grid h3 + .footer-contact-row {
  margin-top: 0.5rem;
}

.footer-contact-row + .footer-contact-row {
  margin-top: 0.35rem;
}

.footer-contact-row .footer-contact-ico {
  flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-top: 0.12rem;
  opacity: 0.92;
}

.footer-contact-row > span {
  min-width: 0;
}

.edtech-footer .footer-contact-row:not(.edtech-footer-whatsapp) {
  color: #94a3b8;
}

.edtech-footer .footer-contact-row:not(.edtech-footer-whatsapp) a {
  color: #94a3b8;
}

.site-footer:not(.edtech-footer) .footer-contact-row:not(.edtech-footer-whatsapp) {
  color: #9ca3af;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid #374151;
  text-align: center;
  font-size: 0.75rem;
  color: #6b7280;
}

/* Page layout */
.page {
  min-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Sections */
.section {
  padding: 4rem 0;
}

@media (min-width: 640px) {
  .section { padding: 5rem 0; }
}

.section-hero {
  background: linear-gradient(to bottom, var(--gray-50), #fff);
  padding: 5rem 0;
  text-align: center;
}

@media (min-width: 640px) {
  .section-hero { padding: 7rem 0; }
}

.section-hero h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .section-hero h1 { font-size: 3rem; }
}

@media (min-width: 768px) {
  .section-hero h1 { font-size: 3.75rem; }
}

.section-hero .tagline {
  font-size: 1.25rem;
  color: var(--youpro-you);
  font-weight: 500;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

@media (min-width: 640px) {
  .section-hero .tagline { font-size: 1.5rem; }
}

.section-hero .intro {
  font-size: 1.125rem;
  color: var(--gray-600);
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-primary {
  background: var(--theme-accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--theme-accent-strong);
}

.btn-secondary {
  background: #fff;
  color: var(--youpro-club);
  border: 2px solid var(--youpro-you);
}

.btn-secondary:hover {
  border-color: var(--theme-accent);
  color: var(--theme-accent);
}

.btn-block {
  width: 100%;
}

/* Cards */
.cards {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .cards { grid-template-columns: repeat(4, 1fr); }
}

.card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
  background: rgba(249,250,251,0.5);
  transition: border-color 0.2s;
}

.card:hover {
  border-color: var(--theme-accent-border);
}

.card-icon {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}

.card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--youpro-club);
}

.card p {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin: 0;
}

/* Section title */
.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--youpro-club);
  text-align: center;
  margin: 0 0 3rem;
}

/* Explore grid */
.explore-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .explore-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .explore-grid { grid-template-columns: repeat(4, 1fr); }
}

.explore-card {
  display: block;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.explore-card:hover {
  border-color: var(--theme-accent);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.explore-card .title {
  font-weight: 600;
  color: var(--theme-accent);
}

.explore-card .desc {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-top: 0.25rem;
}

/* CTA section */
.section-cta {
  background: var(--youpro-club);
  color: #fff;
  text-align: center;
}

.section-cta h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media (min-width: 640px) {
  .section-cta h2 { font-size: 1.875rem; }
}

.section-cta p {
  color: #d1d5db;
  margin: 0 0 2rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section-cta .btn {
  background: var(--theme-accent);
  color: #fff;
}

.section-cta .btn:hover {
  background: var(--theme-accent-strong);
  filter: brightness(1.05);
}

/* Page header (inner pages) */
.page-header {
  background: var(--gray-50);
  padding: 4rem 0;
}

.page-header h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--youpro-club);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.page-header .sub {
  font-size: 1.25rem;
  color: var(--youpro-you);
}

/* Héroes con imagen de stock (YouPro Club) */
.page-header.page-header--pro {
  position: relative;
  padding: clamp(3.25rem, 9vw, 5.25rem) 0;
  background-color: #0f172a;
  background-image: linear-gradient(
      120deg,
      rgba(15, 23, 42, 0.93) 0%,
      rgba(30, 41, 59, 0.85) 55%,
      rgba(15, 23, 42, 0.92) 100%
    ),
    var(--yp-hero-photo);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.page-header.page-header--pro h1 {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.page-header.page-header--pro .sub {
  color: rgba(248, 250, 252, 0.92);
  max-width: 36rem;
  line-height: 1.55;
}

.page-hero-el-club {
  --yp-hero-photo: url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1920&q=82');
}

.page-hero-comunidad {
  --yp-hero-photo: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1920&q=82');
}

.page-hero-creacion {
  --yp-hero-photo: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1920&q=82');
}

.page-hero-participa {
  --yp-hero-photo: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1920&q=82');
}

.page-hero-privacidad {
  --yp-hero-photo: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1920&q=82');
}

/* Content sections */
.content-section {
  padding: 4rem 0;
  background: #fff;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--youpro-club);
  margin: 0 0 1rem;
}

.content-section p,
.content-section li {
  color: var(--gray-600);
  line-height: 1.75;
}

.content-section ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}

.content-section li {
  margin-bottom: 0.5rem;
}

.content-section .box {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .content-section .box { padding: 2rem; }
}

.space-y > * + * {
  margin-top: 3rem;
}

/* Comunidad */
.grid-3 {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}

.artist-card {
  padding: 0;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.artist-card:hover {
  border-color: var(--theme-accent-border);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.artist-card-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.artist-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-card-body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.tag {
  display: inline-block;
  padding: 0.25rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0.375rem;
  background: rgba(232, 93, 4, 0.12);
  color: var(--youpro-pro-dark);
  margin-bottom: 0.75rem;
}

.artist-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.artist-card p {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin: 0;
}

.event-card {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  margin-bottom: 1rem;
}

.event-card .type {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--youpro-pro);
}

.event-card h3 {
  font-weight: 600;
  margin: 0.25rem 0;
}

.event-card .date {
  font-size: 0.875rem;
  color: var(--gray-500);
}

/* Creación */
.gallery-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

.gallery-item {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  padding: 1.25rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  background: linear-gradient(to top, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.15) 55%, transparent 100%), var(--gallery-bg, var(--gray-300));
  background-size: cover;
  background-position: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

a.gallery-item {
  text-decoration: none;
  color: inherit;
}

a.gallery-item:focus-visible {
  outline: 3px solid var(--youpro-pro);
  outline-offset: 3px;
}

.gallery-item > div {
  position: relative;
  z-index: 1;
}

.gallery-item .cat {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fed7aa;
}

.gallery-item .title {
  font-weight: 700;
  color: #fff;
  margin-top: 0.35rem;
  font-size: 1.0625rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.gallery-item--a {
  --gallery-bg: url('https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?auto=format&fit=crop&w=900&q=80');
}

.gallery-item--b {
  --gallery-bg: url('https://images.unsplash.com/photo-1536240478700-b869070f9279?auto=format&fit=crop&w=900&q=80');
}

.gallery-item--c {
  --gallery-bg: url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=900&q=80');
}

.convocatoria-box {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(232, 93, 4, 0.3);
  background: rgba(232, 93, 4, 0.05);
}

.convocatoria-box p {
  margin: 0;
  color: var(--youpro-club);
  font-weight: 500;
}

.convocatoria-box .small {
  font-size: 0.875rem;
  color: var(--gray-600);
  font-weight: normal;
  margin-top: 0.25rem;
}

.club-page-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fed7aa;
}

.club-editorial-lead {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  font-size: 1.0625rem;
  color: var(--gray-600);
  line-height: 1.7;
  text-align: center;
}

.club-split {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .club-split {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.club-split-media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.club-split-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-split-body h3 {
  margin-top: 0;
  font-size: 1.25rem;
  color: var(--youpro-club);
}

.club-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.club-cta-row a {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.club-cta-row a:first-child {
  background: var(--youpro-pro);
  color: #fff;
}

.club-cta-row a:first-child:hover {
  background: var(--youpro-pro-dark);
  color: #fff;
}

.club-cta-row a.club-cta-secondary {
  background: #fff;
  color: var(--youpro-club);
  border: 1px solid var(--gray-300);
}

.club-cta-row a.club-cta-secondary:hover {
  border-color: var(--youpro-pro);
  color: var(--youpro-pro-dark);
}

.club-event-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .club-event-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.club-news-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .club-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.club-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.875rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}

.club-news-card:hover {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.club-news-card figure {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.club-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-news-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.club-news-card .meta {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--youpro-pro);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

.club-news-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--youpro-club);
  line-height: 1.35;
}

.club-news-card p {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin: 0 0 1rem;
  flex: 1;
  line-height: 1.55;
}

.club-news-card a.read {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--youpro-pro);
  text-decoration: none;
}

.club-news-card a.read:hover {
  text-decoration: underline;
}

.club-section-heading {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.club-section-heading h2 {
  margin-bottom: 0.5rem;
}

.club-section-heading p {
  margin: 0;
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.6;
}

.gallery-item--d {
  --gallery-bg: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=900&q=80');
}

.gallery-item--e {
  --gallery-bg: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80');
}

.gallery-item--f {
  --gallery-bg: url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=900&q=80');
}

.club-resource-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .club-resource-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.club-resource-card {
  padding: 1.25rem 1.35rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid var(--gray-200);
}

.club-resource-card h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--youpro-club);
}

.club-resource-card p {
  font-size: 0.875rem;
  margin: 0;
  color: var(--gray-600);
  line-height: 1.55;
}

.club-resource-card a {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--youpro-pro);
}

/* Form */
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--youpro-club);
  margin-bottom: 0.25rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  border: 1px solid var(--gray-300);
  border-radius: 0.5rem;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--theme-accent);
  box-shadow: 0 0 0 2px var(--theme-accent-soft);
}

.form-group textarea {
  min-height: 6rem;
  resize: vertical;
}

.form-success {
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(45, 106, 79, 0.1);
  color: var(--youpro-sustain);
}

.form-success p { margin: 0; }

/* Login page */
.login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--gray-50);
}

.login-box {
  width: 100%;
  max-width: 24rem;
}

.login-logo {
  text-align: center;
  margin-bottom: 2rem;
}

.login-logo a {
  font-size: 1.5rem;
  font-weight: 700;
}

.login-form {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--gray-200);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

/* Login con cabecera edtech (misma caja que .login-page) */
.page-edtech-login .edtech-auth-main {
  min-height: calc(100vh - 14rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 4rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.page-edtech-login .edtech-auth-main .login-box {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
}

.edtech-auth-kicker {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin: 0.5rem 0 0;
  text-align: center;
}

.page-edtech-panel .edtech-panel-main {
  padding: 2.5rem 1rem 4rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.edtech-panel-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
  margin: 0 0 0.75rem;
}

.edtech-panel-lead {
  margin: 0 0 1.75rem;
  color: var(--gray-600);
  line-height: 1.55;
}

.edtech-panel-logout {
  margin-top: 2rem;
}

.page-edtech-soluciones .edtech-redirect-main {
  padding: 3rem 1rem 4rem;
  text-align: center;
}

.edtech-redirect-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ed-blue-deep);
  margin: 0 0 1rem;
}

.login-form h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.form-error {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.login-form .btn {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.5rem;
}

.login-form .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.login-back {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--gray-500);
}

/* Panel */
.panel-header {
  background: #fff;
  border-bottom: 1px solid var(--gray-200);
}

.panel-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}

.panel-header a,
.panel-header button {
  font-size: 0.875rem;
  color: var(--youpro-you);
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.panel-header a:hover,
.panel-header button:hover {
  color: var(--theme-link-hover);
}

.panel-page {
  padding: 2rem 0;
}

.panel-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .panel-cards { grid-template-columns: repeat(2, 1fr); }
}

.panel-card {
  display: block;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
  background: #fff;
  transition: border-color 0.2s;
}

.panel-card:hover {
  border-color: var(--youpro-pro);
}

.panel-card .title {
  font-weight: 500;
  color: var(--youpro-pro);
}

.panel-card .desc {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin-top: 0.25rem;
}

/* Aviso */
.prose p {
  margin: 0 0 1rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose a {
  color: var(--theme-accent);
}

.prose a:hover {
  text-decoration: underline;
}

.text-muted {
  font-size: 0.875rem;
  color: var(--gray-500);
}

/* ========== YouPro e-Learning — Landing (index) ========== */
.page-edtech {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  /* Misma referencia horizontal que .edtech-hero-panel: toolbar alineada al interior de la caja editorial */
  --ed-editorial-pad-x: clamp(1.25rem, 3.5vw, 2rem);
}

.page-edtech .site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

/* Barra superior tipo comercio (referencia BD Distribuidora) */
.edtech-topbar {
  background: #0f172a;
  color: #cbd5e1;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.edtech-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  padding: 0.45rem 0;
}

.edtech-topbar-msg {
  margin: 0;
  flex: 1 1 12rem;
}

.edtech-topbar-msg strong {
  color: #fff;
  font-weight: 700;
}

.edtech-topbar-hours {
  color: #94a3b8;
  font-weight: 500;
}

.edtech-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.edtech-topbar-actions a {
  color: #7dd3fc;
  font-weight: 600;
  text-decoration: none;
  font-size: inherit;
}

.edtech-topbar-actions a:hover {
  color: #bae6fd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.edtech-topbar-sep {
  color: #475569;
  user-select: none;
}

.edtech-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  gap: 1rem;
}

/* Topbar + fila logo/nav: mismo canto horizontal que el contenido dentro del hero (container + padding editorial) */
.page-edtech .container.edtech-topbar-inner,
.page-edtech .container.edtech-header-inner {
  padding-left: calc(1rem + var(--ed-editorial-pad-x));
  padding-right: calc(1rem + var(--ed-editorial-pad-x));
}

@media (min-width: 640px) {
  .page-edtech .container.edtech-topbar-inner,
  .page-edtech .container.edtech-header-inner {
    padding-left: calc(1.5rem + var(--ed-editorial-pad-x));
    padding-right: calc(1.5rem + var(--ed-editorial-pad-x));
  }
}

.edtech-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.edtech-logo:hover {
  opacity: 0.92;
}

.edtech-logo-img {
  display: block;
  height: auto;
  max-height: 2.75rem;
  width: auto;
}

@media (min-width: 640px) {
  .edtech-logo-img {
    max-height: 3rem;
  }
}

.brand-youpro {
  color: var(--ed-teal);
}

.page-edtech .edtech-nav.nav-main {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .page-edtech .edtech-nav.nav-main {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(0.65rem, 1.2vw, 1.35rem);
  }
}

.page-edtech .edtech-nav.nav-main > .edtech-nav-inicio {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-800);
  text-decoration: none;
  white-space: nowrap;
}

.page-edtech .edtech-nav.nav-main > .edtech-nav-inicio:hover {
  color: var(--ed-blue);
}

.page-edtech .edtech-nav a:not(.edtech-btn-account):not(.edtech-nav-cta):not(.edtech-nav-search) {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-600);
}

.page-edtech .edtech-nav.nav-main > a:not(.edtech-btn-account):not(.edtech-nav-cta):not(.edtech-nav-search):hover {
  color: var(--ed-violet);
}

.page-edtech .edtech-nav.nav-main > a.active.edtech-nav-inicio {
  color: var(--ed-blue);
}

.page-edtech .edtech-nav .nav-mega-list a.active {
  color: var(--ed-blue);
  font-weight: 600;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-600);
  cursor: pointer;
  font-family: inherit;
}

.nav-dropdown.is-open .nav-dropdown-btn {
  color: var(--ed-blue);
}

.nav-dropdown-btn:hover::after {
  opacity: 0.92;
}

/* El atributo hidden debe ganar a display:grid de .nav-mega (evita varios mega menús visibles) */
.nav-dropdown-panel[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  min-width: 14rem;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.12);
  z-index: 60;
}

/* Solo un desplegable “activo” por encima del resto del header */
.nav-dropdown.is-open {
  z-index: 70;
}

.nav-dropdown-panel:not(.nav-mega) a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--gray-600);
}

.nav-dropdown-panel:not(.nav-mega) a:hover {
  background: var(--ed-sky);
  color: var(--ed-blue);
}

/* Mega menú (columnas + destacado, estilo BD Distribuidora) */
.nav-dropdown-panel.nav-mega {
  display: grid;
  grid-template-columns: minmax(11rem, 1fr) minmax(14rem, 1.35fr);
  gap: 0;
  min-width: min(42rem, calc(100vw - 2rem));
  max-width: calc(100vw - 2rem);
  padding: 0;
  overflow: hidden;
  border-radius: 0.875rem;
}

.nav-dropdown--align-end .nav-dropdown-panel.nav-mega {
  left: auto;
  right: 0;
}

/* Backdrop: cerrar menú al pulsar fuera (patrón tienda / BD) */
.nav-dropdown-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(15, 23, 42, 0.12);
  cursor: pointer;
}

body.nav-dropdown-backdrop-on .nav-dropdown-backdrop {
  display: block;
}

/* Iconos en navegación y pie (sprite SVG) */
.nav-inline-ico {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-inline-ico--in-btn {
  width: 0.95em;
  height: 0.95em;
  opacity: 0.85;
}

.nav-link-with-ico {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.edtech-topbar-actions .nav-link-with-ico {
  gap: 0.3rem;
}

.edtech-topbar-actions .nav-inline-ico {
  width: 0.875rem;
  height: 0.875rem;
  opacity: 0.95;
}

.nav-dropdown-btn .nav-inline-ico--in-btn {
  margin-right: -0.05rem;
}

/* Indicador flecha abajo: requiere content para pintar el ::after */
.nav-dropdown-btn::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.35rem;
  border: none;
  background: currentColor;
  opacity: 0.72;
  flex-shrink: 0;
  align-self: center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
  transform-origin: 50% 55%;
}

.nav-dropdown.is-open .nav-dropdown-btn::after {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-dropdown-panel:not([hidden]) {
  animation: edtechNavPanelIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes edtechNavPanelIn {
  from {
    opacity: 0;
    transform: translateY(-0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.edtech-nav-search {
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.22s ease;
}

.edtech-nav-search:hover {
  transform: scale(1.05);
}

.edtech-nav-search:active {
  transform: scale(0.98);
}

.site-footer .footer-grid a.footer-link-with-ico {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-grid a.footer-link-with-ico:hover {
  transform: translateX(3px);
}

.site-footer .footer-grid a.footer-link-with-ico .nav-inline-ico {
  width: 0.8125rem;
  height: 0.8125rem;
  opacity: 0.8;
}

.site-footer .footer-grid a.footer-link-with-ico:hover .nav-inline-ico {
  opacity: 1;
}

.nav-mobile:not(.hidden) {
  animation: navMobileReveal 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes navMobileReveal {
  from {
    opacity: 0;
    transform: translateY(-0.35rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-edtech .edtech-nav-mobile a.nav-link-with-ico,
.nav-mobile a.nav-link-with-ico {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.page-edtech .edtech-nav-mobile a.nav-link-with-ico .nav-inline-ico,
.nav-mobile a.nav-link-with-ico .nav-inline-ico {
  width: 1rem;
  height: 1rem;
  opacity: 0.82;
}

.nav-mobile-topbar .nav-link-with-ico {
  display: inline-flex;
}

.site-header .nav-main a.nav-link-with-ico {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.site-header .nav-main a.nav-link-with-ico .nav-inline-ico {
  width: 1rem;
  height: 1rem;
  opacity: 0.88;
}

.site-header .nav-main a.nav-link-with-ico:hover .nav-inline-ico {
  opacity: 1;
}

.menu-toggle {
  position: relative;
  transition: background 0.2s ease, color 0.2s ease;
}

.menu-toggle-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.menu-toggle-bars,
.menu-toggle-close {
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
}

.menu-toggle-close {
  transform-box: fill-box;
}

.menu-toggle:not(.is-open) .menu-toggle-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
  pointer-events: none;
}

.menu-toggle.is-open .menu-toggle-bars {
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
}

.menu-toggle.is-open .menu-toggle-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown-panel:not([hidden]),
  .nav-mobile:not(.hidden),
  .nav-mega-list a,
  .nav-mega-list a::after,
  .site-footer .footer-grid a.footer-link-with-ico,
  .edtech-nav-search,
  .menu-toggle-bars,
  .menu-toggle-close,
  .nav-dropdown-btn::after {
    animation: none !important;
    transition: none !important;
  }

  .nav-mega-list a:hover,
  .site-footer .footer-grid a.footer-link-with-ico:hover {
    transform: none;
  }

  .edtech-nav-search:hover,
  .edtech-nav-search:active {
    transform: none;
  }
}

.nav-mega-featured {
  padding: 1.35rem 1.35rem 1.5rem;
  background: linear-gradient(165deg, #0f172a 0%, #1e3a8a 55%, #172554 100%);
  color: #e2e8f0;
}

.nav-mega-featured-title {
  margin: 0 0 0.4rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.nav-mega-featured-desc {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.88);
}

.nav-mega-featured-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a !important;
  background: #ff9900;
  text-decoration: none;
}

.nav-mega-featured-cta:hover {
  background: #ff6600;
  color: #0f172a !important;
}

.nav-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.75rem;
  padding: 1.25rem 1.35rem 1.35rem;
  align-content: start;
}

.nav-mega-heading {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.nav-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-mega-list li {
  margin: 0;
}

.nav-mega-list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  border-radius: 0.25rem;
  transition:
    color 0.2s ease,
    transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav-mega-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  width: 0;
  max-width: 100%;
  height: 2px;
  background: #ff9900;
  border-radius: 1px;
  pointer-events: none;
  transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.nav-mega-list a:hover {
  color: var(--ed-blue);
  background: transparent;
  transform: translateX(4px);
}

.nav-mega-list a:hover::after,
.nav-mega-list a:focus-visible::after {
  width: 100%;
}

.nav-mega-list a:focus-visible {
  outline: 2px solid #ff9900;
  outline-offset: 3px;
}

.nav-mega-list a .nav-inline-ico {
  opacity: 0.75;
}

.nav-mega-list a:hover .nav-inline-ico {
  opacity: 1;
}

.edtech-nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-200);
  color: var(--gray-600);
  background: #fff;
  text-decoration: none;
  flex-shrink: 0;
}

.edtech-nav-search:hover {
  border-color: var(--ed-blue);
  color: var(--ed-blue);
  background: #f8fafc;
}

.edtech-nav-search svg {
  display: block;
}

button.edtech-nav-search {
  cursor: pointer;
  font: inherit;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.edtech-nav-search.is-pulse svg {
  animation: edtechSearchIconPulse 0.55s cubic-bezier(0.34, 1.3, 0.64, 1);
}

@keyframes edtechSearchIconPulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

/* Overlay de búsqueda (Recursos) */
.edtech-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(4.5rem, 12vh, 6rem) 1rem 2rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.32s ease, opacity 0.32s ease;
}

.edtech-search-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.edtech-search-overlay[hidden] {
  display: none !important;
}

body.edtech-search-open {
  overflow: hidden;
}

.edtech-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.edtech-search-panel {
  position: relative;
  width: min(40rem, 100%);
  padding: 1.25rem 1.35rem 1.15rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 48px -20px rgba(30, 58, 138, 0.25),
    0 12px 28px -16px rgba(15, 23, 42, 0.12);
  transform: translateY(-1rem) scale(0.97);
  opacity: 0;
  transition:
    transform 0.42s cubic-bezier(0.34, 1.25, 0.64, 1),
    opacity 0.35s ease;
}

.edtech-search-overlay.is-open .edtech-search-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.edtech-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem;
}

.edtech-search-label {
  flex: 1 1 12rem;
  margin: 0;
  min-width: 0;
}

.edtech-search-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-radius: 0.65rem;
  border: 2px solid var(--gray-200);
  background: #f8fafc;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.edtech-search-input-wrap:focus-within {
  border-color: var(--ed-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.edtech-search-input-icon {
  flex-shrink: 0;
  color: var(--gray-500);
  animation: edtechSearchIconFloat 2.2s ease-in-out infinite;
}

.edtech-search-input-wrap:focus-within .edtech-search-input-icon {
  color: var(--ed-blue);
  animation: none;
}

@keyframes edtechSearchIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.edtech-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--gray-600);
  outline: none;
}

.edtech-search-input::placeholder {
  color: var(--gray-500);
  font-weight: 400;
}

.edtech-search-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.edtech-search-submit {
  padding: 0.55rem 1.15rem;
  border-radius: 0.55rem;
  border: none;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--ed-blue) 0%, var(--ed-violet) 100%);
  box-shadow: 0 4px 14px -4px rgba(37, 99, 235, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.edtech-search-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -4px rgba(37, 99, 235, 0.6);
}

.edtech-search-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--gray-200);
  border-radius: 0.55rem;
  background: #fff;
  color: var(--gray-600);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.edtech-search-close:hover {
  color: var(--ed-blue);
  border-color: var(--ed-blue);
  background: #f8fafc;
}

.edtech-search-hint {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--gray-500);
}

.edtech-search-results-banner {
  margin: 0 0 1.25rem;
  padding: 0.65rem 1rem;
  border-radius: 0.65rem;
  background: linear-gradient(120deg, rgba(224, 242, 254, 0.95), rgba(237, 233, 254, 0.75));
  border: 1px solid rgba(37, 99, 235, 0.2);
  animation: edtechSearchBannerIn 0.5s cubic-bezier(0.34, 1.2, 0.64, 1) both;
}

.edtech-search-results-banner p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--gray-600);
}

.edtech-search-results-banner a {
  font-weight: 700;
  color: var(--ed-blue);
}

@keyframes edtechSearchBannerIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.edtech-search-empty {
  margin: 1rem 0 2rem;
  padding: 1.25rem 1.1rem;
  text-align: center;
  border-radius: 0.65rem;
  background: #fff7ed;
  border: 1px solid rgba(232, 93, 4, 0.28);
  color: var(--gray-600);
  font-size: 0.9375rem;
  animation: edtechSearchBannerIn 0.45s ease both;
}

.edtech-search-empty a {
  font-weight: 700;
  color: var(--youpro-pro);
}

.edtech-search-filter-active .youpro-resource-tiles li.edtech-search-match {
  animation: edtechSearchReveal 0.48s cubic-bezier(0.34, 1.15, 0.64, 1) both;
  animation-delay: calc(var(--edtech-search-i, 0) * 0.055s);
}

.edtech-search-filter-active .youpro-hub-card.edtech-search-match {
  animation: edtechSearchReveal 0.52s cubic-bezier(0.34, 1.15, 0.64, 1) both;
  animation-delay: calc(var(--edtech-search-i, 0) * 0.065s);
}

@keyframes edtechSearchReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.youpro-resource-tiles li.edtech-search-hidden,
.youpro-hub-card.edtech-search-hidden {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .edtech-search-overlay,
  .edtech-search-panel,
  .edtech-search-results-banner,
  .edtech-search-empty,
  .edtech-search-filter-active .youpro-resource-tiles li.edtech-search-match,
  .edtech-search-filter-active .youpro-hub-card.edtech-search-match,
  .edtech-search-input-icon {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .edtech-nav-search.is-pulse svg {
    animation: none !important;
  }
}

.edtech-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ed-blue) !important;
  border: 2px solid var(--ed-blue);
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.edtech-nav-cta:hover {
  background: #eff6ff;
  color: var(--ed-blue) !important;
}

.edtech-btn-account {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.25rem !important;
  border-radius: 0.5rem;
  font-weight: 600 !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--ed-blue), var(--ed-violet)) !important;
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.25);
}

.edtech-nav-cta .nav-inline-ico,
.edtech-btn-account .nav-inline-ico {
  flex-shrink: 0;
  opacity: 1;
}

.edtech-btn-account:hover {
  opacity: 0.95;
  color: #fff !important;
}

.page-edtech .edtech-menu-toggle {
  display: flex;
}

@media (min-width: 1024px) {
  .page-edtech .edtech-menu-toggle {
    display: none;
  }
}

.page-edtech .edtech-nav-mobile a {
  color: var(--gray-600);
}

.page-edtech .edtech-nav-mobile a:hover {
  color: var(--ed-violet);
}

.nav-mobile-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  margin: -0.5rem -1rem 0.75rem;
  background: #0f172a;
  font-size: 0.8125rem;
}

.nav-mobile-topbar a {
  font-weight: 600;
  color: #7dd3fc !important;
}

.nav-mobile-topbar a:hover {
  color: #bae6fd !important;
}

.page-edtech .edtech-nav-mobile {
  padding-left: calc(1rem + var(--ed-editorial-pad-x));
  padding-right: calc(1rem + var(--ed-editorial-pad-x));
}

@media (min-width: 640px) {
  .page-edtech .edtech-nav-mobile {
    padding-left: calc(1.5rem + var(--ed-editorial-pad-x));
    padding-right: calc(1.5rem + var(--ed-editorial-pad-x));
  }
}

.page-edtech .nav-mobile-topbar {
  margin-left: calc(-1 * (1rem + var(--ed-editorial-pad-x)));
  margin-right: calc(-1 * (1rem + var(--ed-editorial-pad-x)));
  padding-left: calc(1rem + var(--ed-editorial-pad-x));
  padding-right: calc(1rem + var(--ed-editorial-pad-x));
}

@media (min-width: 640px) {
  .page-edtech .nav-mobile-topbar {
    margin-left: calc(-1 * (1.5rem + var(--ed-editorial-pad-x)));
    margin-right: calc(-1 * (1.5rem + var(--ed-editorial-pad-x)));
    padding-left: calc(1.5rem + var(--ed-editorial-pad-x));
    padding-right: calc(1.5rem + var(--ed-editorial-pad-x));
  }
}

.nav-mobile-heading {
  margin: 0.85rem 0 0.25rem;
  padding: 0 1rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.nav-mobile-heading:first-child {
  margin-top: 0.35rem;
}

/* Hero — panel unificado */
.edtech-hero {
  position: relative;
  padding: 2rem 0 3rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .edtech-hero {
    padding: 2.5rem 0 3.5rem;
  }
}

.edtech-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #dbeafe 0%, #e0f2fe 40%, #f0f9ff 70%, #fff 100%);
  pointer-events: none;
}

.edtech-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.85;
  background:
    radial-gradient(ellipse 100% 80% at 50% -30%, rgba(124, 58, 237, 0.07), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(37, 99, 235, 0.06), transparent 50%),
    linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.4) 100%);
}

.edtech-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=75') center / cover no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.edtech-hero-container {
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.edtech-hero-panel {
  max-width: var(--max-w-6xl);
  margin: 0 auto;
  padding: var(--ed-editorial-pad-x, clamp(1.25rem, 3.5vw, 2rem));
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 1.25rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px -20px rgba(30, 58, 138, 0.12),
    0 8px 24px -12px rgba(15, 23, 42, 0.06);
}

.edtech-hero-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.25rem);
  align-items: center;
}

@media (min-width: 1024px) {
  .edtech-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    gap: 2rem;
  }
}

.edtech-hero-col--art {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .edtech-hero-col--art {
    justify-content: flex-start;
  }
}

.edtech-hero-left-img {
  display: block;
  width: 100%;
  max-width: min(100%, 28rem);
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.edtech-hero-col--devices {
  min-width: 0;
}

/* Marco derecho: captura portátil + tablet (proporción actual del asset) */
.edtech-hero-device-frame {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(160deg, #e8f4fc 0%, #dbeafe 40%, #ecfdf5 85%, #e0e7ff 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 12px 40px -16px rgba(30, 58, 138, 0.12);
  aspect-ratio: 1024 / 696;
  max-height: min(56vw, 440px);
}

@media (min-width: 1024px) {
  .edtech-hero-device-frame {
    max-height: min(48vh, 460px);
  }
}

.edtech-hero-device-frame picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.edtech-hero-device-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/* CTA único bajo ambas columnas */
.edtech-hero-cta-row {
  margin-top: clamp(1.5rem, 4vw, 2rem);
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  text-align: center;
}

.edtech-btn-ver-planes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 2.25rem;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  border-radius: 0.875rem;
  background: linear-gradient(100deg, var(--ed-violet) 0%, #6d28d9 45%, var(--ed-violet-dark) 100%);
  box-shadow:
    0 4px 14px rgba(124, 58, 237, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.edtech-btn-ver-planes:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 8px 28px rgba(124, 58, 237, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.edtech-btn-ver-planes:active {
  transform: translateY(0);
}

.edtech-btn-ver-planes:focus-visible {
  outline: 3px solid var(--ed-blue);
  outline-offset: 3px;
}

/* Features */
.edtech-features {
  padding: 3.5rem 0;
  background: #fff;
  border-top: 1px solid var(--gray-200);
}

.edtech-features-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .edtech-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.edtech-feature-card {
  padding: 0;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.edtech-feature-card:hover {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 16px 36px rgba(30, 58, 138, 0.1);
  transform: translateY(-4px);
}

.edtech-feature-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.edtech-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edtech-feature-card-body {
  padding: 1.35rem 1.35rem 1.6rem;
}

.edtech-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75rem;
  height: 5.75rem;
  margin: 0 auto 1.25rem;
  padding: 0;
  background: transparent;
}

.edtech-feature-svg {
  width: 4.75rem;
  height: 4.75rem;
  display: block;
}

@media (min-width: 768px) {
  .edtech-feature-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
  .edtech-feature-svg {
    width: 5.25rem;
    height: 5.25rem;
  }
}

.edtech-feature-title {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ed-slate);
  margin: 0 0 0.65rem;
}

.edtech-feature-desc {
  font-size: 0.9375rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin: 0;
}

/* Pricing */
.edtech-pricing {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, #f8fafc 0%, rgba(224, 242, 254, 0.5) 100%);
  scroll-margin-top: 5rem;
}

.edtech-pricing--combo {
  padding-bottom: 5.5rem;
}

.edtech-section-intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3rem;
}

.edtech-section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--ed-slate);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.edtech-section-lead {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.6;
}

.edtech-pricing-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .edtech-pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.edtech-plan-starter-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
  grid-template-columns: 1fr;
}

.edtech-plan-starter-grid:has(.edtech-plan-starter-combo--featured) {
  padding-top: 0.5rem;
}

@media (min-width: 900px) {
  .edtech-plan-starter-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.edtech-plan-starter-combo {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px -8px rgba(15, 23, 42, 0.1);
  overflow: visible;
  scroll-margin-top: 5rem;
}

.edtech-plan-starter-combo:hover {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 20px 40px -10px rgba(15, 23, 42, 0.14);
}

.edtech-plan-starter-combo--featured {
  border: 1px solid rgba(22, 101, 52, 0.22);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 24px 48px -12px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
  transform: none;
  z-index: 1;
}

.edtech-plan-starter-combo--featured:hover {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 28px 56px -12px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

@media (max-width: 899px) {
  .edtech-plan-starter-combo--featured {
    transform: none;
  }
}

/* Esquinas coherentes sin recortar la insignia */
.edtech-plan-starter-combo--featured .edtech-product-header--corporate {
  background: linear-gradient(152deg, #115e59 0%, #15803d 42%, #166534 100%);
}

.edtech-plan-card--in-combo {
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  border-bottom: 1px solid var(--gray-200);
  flex-shrink: 0;
}

.edtech-plan-starter-combo .edtech-plan-card--in-combo:hover {
  box-shadow: none !important;
}

.edtech-plan-starter-combo .edtech-product {
  padding: 0;
  margin: 0;
  background: transparent;
  flex: 1;
  min-height: 0;
}

.edtech-plan-starter-combo .edtech-product--alt {
  background: transparent;
}

.edtech-plan-starter-combo .edtech-product-container {
  max-width: none;
  height: 100%;
}

.edtech-plan-starter-combo .edtech-product-card {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.edtech-plan-starter-combo .edtech-product-body {
  flex: 1;
  border-radius: 0 0 1rem 1rem;
}

.edtech-plan-starter-combo .edtech-product-card > .edtech-product-header {
  flex-shrink: 0;
  border-radius: 1rem 1rem 0 0;
}

.edtech-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #fff;
  border: 2px solid var(--gray-200);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s;
}

.edtech-plan-card:hover {
  box-shadow: 0 12px 40px rgba(30, 58, 138, 0.1);
}

.edtech-plan-card--featured {
  border-color: var(--ed-violet);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.15), 0 16px 48px rgba(124, 58, 237, 0.12);
  transform: scale(1.02);
  z-index: 1;
}

@media (max-width: 899px) {
  .edtech-plan-card--featured {
    transform: none;
  }
}

.edtech-plan-badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(90deg, var(--ed-violet), var(--ed-blue));
  border-radius: 9999px;
}

/* Insignia integrada con la columna Corporate / verde (sin gradiente violeta competiendo) */
.edtech-plan-starter-combo .edtech-plan-badge {
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0.35rem 0.95rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #14532d;
  background: #fff;
  background-image: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 1px solid rgba(22, 101, 52, 0.28);
  box-shadow:
    0 4px 14px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.edtech-plan-starter-combo--featured .edtech-product-title {
  letter-spacing: -0.02em;
}

.edtech-plan-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ed-slate);
  margin: 0;
}

.edtech-plan-tag {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin: 0.35rem 0 1.25rem;
}

.edtech-plan-price {
  font-size: 1rem;
  color: var(--gray-600);
  margin: 0 0 1.5rem;
}

.edtech-plan-price strong {
  font-size: 2rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
}

.edtech-plan-price span {
  font-weight: 600;
  color: var(--gray-500);
}

.edtech-plan-price--custom strong {
  font-size: 1.75rem;
}

.edtech-plan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  flex: 1;
}

.edtech-plan-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.875rem;
  color: var(--gray-700);
  line-height: 1.45;
}

.edtech-plan-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.125rem;
  height: 1.125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230d9488' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.edtech-plan-cta {
  display: block;
  text-align: center;
  padding: 0.875rem 1.25rem;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ed-blue-deep);
  background: #f1f5f9;
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  transition: background 0.2s, color 0.2s;
}

.edtech-plan-cta:hover {
  background: #e2e8f0;
  color: var(--ed-blue-deep);
}

.edtech-plan-cta--primary {
  color: #fff !important;
  background: linear-gradient(90deg, var(--ed-blue), var(--ed-violet)) !important;
  border: none;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}

.edtech-plan-cta--primary:hover {
  opacity: 0.95;
  color: #fff !important;
}

/* Product sheet */
.edtech-product {
  padding: 4rem 0;
  background: #fff;
  scroll-margin-top: 5rem;
}

/* Moodle Starter Kit compacto dentro de plan+kit (landing #planes) */
.edtech-pricing--combo .edtech-product-title {
  font-size: clamp(0.9rem, 1.75vw + 0.58rem, 1.12rem);
  line-height: 1.28;
}

.edtech-pricing--combo .edtech-product-icon {
  display: none;
}

@media (min-width: 900px) {
  .edtech-pricing--combo .edtech-product--starter-ficha {
    padding: 0;
    margin: 0;
    background: transparent;
  }

  .edtech-pricing--combo .edtech-product--starter-ficha.edtech-product--alt {
    background: transparent;
  }

  .edtech-pricing--combo .edtech-product-header {
    padding: 0.85rem 1rem 0.85rem;
    min-height: 4.85rem;
  }

  .edtech-pricing--combo .edtech-product-title {
    font-size: clamp(0.8rem, 0.34vw + 0.62rem, 0.98rem);
    line-height: 1.25;
    letter-spacing: -0.025em;
    max-width: 100%;
  }

  .edtech-pricing--combo .edtech-product-body {
    padding: 1.2rem 1rem 1.35rem;
  }

  .edtech-pricing--combo .edtech-product-block h3 {
    font-size: 0.9375rem;
  }

  .edtech-pricing--combo .edtech-product-block p {
    font-size: 0.8125rem;
    line-height: 1.6;
  }

  .edtech-pricing--combo .edtech-product-block + .edtech-product-block {
    margin-top: 1.5rem;
  }

  .edtech-pricing--combo .edtech-table {
    font-size: 0.6875rem;
  }

  .edtech-pricing--combo .edtech-table th,
  .edtech-pricing--combo .edtech-table td {
    padding: 0.55rem 0.45rem;
  }
}

@media (max-width: 899px) {
  .edtech-pricing--combo .edtech-product--starter-ficha {
    padding: 0;
    scroll-margin-top: 0;
  }
}

.edtech-product--alt {
  background: #f1f5f9;
}

.edtech-product-container {
  max-width: 48rem;
}

.edtech-product-card {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: 0 20px 50px -12px rgba(30, 58, 138, 0.12);
}

.edtech-product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(90deg, var(--ed-blue-deep), var(--ed-violet));
  color: #fff;
}

/* Fichas Starter Kit: cabecera distinta por variante */
.edtech-product-header--academia {
  background: linear-gradient(135deg, #0d9488 0%, #0891b2 38%, #2563eb 100%);
}

.edtech-product-header--academia .edtech-product-title em {
  color: #cffafe;
}

.edtech-product-header--corporate {
  background: linear-gradient(135deg, #0f766e 0%, #15803d 48%, #166534 100%);
}

.edtech-product-header--corporate .edtech-product-title em {
  color: #bbf7d0;
}

.edtech-product-header--university {
  background: linear-gradient(135deg, #9a3412 0%, #c2410c 42%, #b45309 100%);
}

.edtech-product-header--university .edtech-product-title em {
  color: #ffedd5;
}

@media (min-width: 640px) {
  .edtech-product-header {
    padding: 2.5rem 2.5rem;
  }
}

@media (max-width: 899px) {
  .edtech-pricing--combo .edtech-product-header {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }
}

.edtech-product-icon {
  display: block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 0 0.65rem;
  color: #ffffff;
}

.edtech-product-header--academia .edtech-product-icon {
  color: #99f6e4;
}

.edtech-product-header--corporate .edtech-product-icon {
  color: #6ee7b7;
}

.edtech-product-header--university .edtech-product-icon {
  color: #fcd34d;
}

.edtech-product-title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  margin: 0;
  line-height: 1.25;
}

.edtech-product-title em {
  font-style: normal;
  color: #a5f3fc;
}

.edtech-product-body {
  padding: 2rem 1.5rem;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

@media (min-width: 640px) {
  .edtech-product-body {
    padding: 2.5rem;
  }
}

.edtech-product-block h3 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--ed-blue);
  margin: 0 0 0.75rem;
}

#academia360 .edtech-product-block h3 {
  color: #0f766e;
}

#corporate360 .edtech-product-block h3 {
  color: #166534;
}

#university360 .edtech-product-block h3 {
  color: #c2410c;
}

.edtech-product-block p {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.7;
}

.edtech-product-block + .edtech-product-block {
  margin-top: 2.5rem;
}

.edtech-table-wrap {
  margin-top: 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
  overflow: auto;
}

.edtech-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.edtech-table th,
.edtech-table td {
  padding: 0.875rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--gray-200);
}

.edtech-table th {
  background: #f1f5f9;
  font-weight: 700;
  color: var(--ed-slate);
}

.edtech-table td:first-child {
  font-weight: 700;
  color: var(--ed-slate);
  width: 32%;
  min-width: 8rem;
}

.edtech-table tbody tr:hover {
  background: #f8fafc;
}

.edtech-table tbody tr:last-child td {
  border-bottom: none;
}

/* CTA bottom */
.edtech-cta-bottom {
  padding: 4rem 0;
  background: linear-gradient(90deg, var(--ed-blue-deep), var(--ed-blue) 50%, var(--ed-violet));
  color: #fff;
  text-align: center;
}

.edtech-cta-inner h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.edtech-cta-inner p {
  margin: 0 auto 2rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.edtech-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.edtech-cta-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  color: var(--ed-blue-deep);
  background: #fff;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background 0.2s;
}

.edtech-cta-white:hover {
  background: var(--ed-sky);
  color: var(--ed-blue-deep);
}

.edtech-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background 0.2s;
}

.edtech-cta-ico {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}

.edtech-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Footer edtech */
.edtech-footer {
  background: linear-gradient(180deg, var(--ed-blue-deep) 0%, #0f172a 100%);
}

.edtech-footer .footer-grid a:hover {
  color: var(--theme-footer-link-hover);
}

.edtech-footer-brand {
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
}

.edtech-footer-tagline {
  color: #94a3b8 !important;
}

.edtech-footer-partners {
  margin-top: 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.02em;
}

.edtech-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

/* Más específico que .site-footer .footer-grid ul (evita viñetas disc) */
.site-footer .footer-grid ul.edtech-footer-social {
  list-style: none;
  padding-left: 0;
}

.site-footer .footer-grid ul.edtech-footer-social li {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.site-footer .footer-grid ul.edtech-footer-social li::marker {
  content: none;
}

.edtech-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.22s ease;
}

.edtech-footer-social-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.edtech-footer-social-ico {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  flex-shrink: 0;
}

.edtech-footer-phone:not(.footer-contact-row) {
  margin-top: 0.25rem;
  color: #94a3b8;
  font-size: 0.75rem;
}

.edtech-footer-whatsapp:not(.footer-contact-row) {
  margin-top: 0.25rem;
  color: #94a3b8;
  font-size: 0.75rem;
}

.edtech-footer-whatsapp a,
.site-footer .edtech-footer-whatsapp a {
  color: #86efac;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.edtech-footer .edtech-footer-whatsapp a:hover,
.site-footer .edtech-footer-whatsapp a:hover {
  color: var(--theme-footer-link-hover);
}

.footer-contact-row.edtech-footer-whatsapp .footer-contact-ico {
  color: #86efac;
  opacity: 1;
}

.page-edtech a:focus-visible {
  outline-color: var(--theme-focus-ring);
}

/* Hub YouPro (servicios, recursos, acerca) */
.page-header.youpro-hub-hero {
  padding: clamp(3.25rem, 8vw, 5rem) 0 clamp(2.25rem, 4vw, 3rem);
  background-color: #0f172a;
  background-image: linear-gradient(
      115deg,
      rgba(15, 23, 42, 0.94) 0%,
      rgba(30, 58, 138, 0.82) 42%,
      rgba(15, 23, 42, 0.93) 100%
    ),
    var(--yp-hub-hero-photo, url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=2000&q=80'));
  background-size: cover;
  background-position: center 35%;
  color: #fff;
}

.page-header.youpro-hub-hero h1 {
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.22);
}

.page-header.youpro-hub-hero .sub {
  color: rgba(241, 245, 249, 0.95);
  max-width: 40rem;
  line-height: 1.65;
  font-size: 1.0625rem;
}

.youpro-hub-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #7dd3fc;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.youpro-hub-kicker a {
  color: #a5f3fc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.youpro-hub-kicker a:hover {
  color: #fff;
}

.youpro-hub-section {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.youpro-hub-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .youpro-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.youpro-hub-grid--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .youpro-hub-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.youpro-hub-card {
  padding: 1.25rem 1.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.youpro-hub-card[id],
.youpro-resource-blocks .youpro-hub-card[id] {
  scroll-margin-top: 5.5rem;
}

.youpro-hub-card--accent {
  border-color: rgba(56, 189, 248, 0.35);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.youpro-hub-card h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  color: var(--ed-blue-deep);
}

.youpro-hub-list {
  margin: 0;
  padding-left: 0;
  color: #334155;
  list-style: none;
}

.youpro-hub-list li {
  position: relative;
  margin-bottom: 0.35rem;
  padding-left: 1.35rem;
}

.youpro-hub-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.95rem;
  height: 0.95rem;
  background-color: var(--theme-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  opacity: 0.95;
}

.youpro-hub-cta {
  margin-top: 1rem;
  margin-bottom: 0;
}

.youpro-hub-inline-btn {
  display: inline-flex;
  font-size: 0.875rem;
  padding: 0.6rem 1.25rem;
}

.youpro-hub-footnote {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #64748b;
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Galería recursos.html — muestrario 1200×675 (16:9), portada + ejemplos */
.youpro-recursos-gallery-lead {
  margin: 0 auto 1rem;
  max-width: 44rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569;
}

.youpro-recursos-gallery-lead kbd {
  display: inline-block;
  padding: 0.12rem 0.4rem;
  font-size: 0.8125rem;
  font-family: inherit;
  border-radius: 0.25rem;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: #f1f5f9;
  color: #334155;
}

.youpro-recursos-gallery-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 0 2.25rem;
  padding: 0;
}

.youpro-recursos-gallery-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--ed-blue-deep);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.youpro-recursos-gallery-chip:hover {
  color: #fff;
  background: var(--theme-accent-strong, #ea580c);
  border-color: transparent;
}

.youpro-recursos-gallery-section {
  margin-top: 2.75rem;
  scroll-margin-top: 5.5rem;
}

.youpro-recursos-gallery-section:first-of-type {
  margin-top: 0.25rem;
}

.youpro-recursos-gallery-heading {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  color: var(--ed-blue-deep);
  letter-spacing: -0.02em;
}

.youpro-recursos-gallery-intro {
  margin: 0 0 1.35rem;
  max-width: 48rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
}

.youpro-recursos-gallery.youpro-resource-tiles {
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.youpro-recursos-gallery-cover {
  grid-column: 1 / -1;
}

.youpro-recursos-gallery-examples-label {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0.15rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.youpro-recursos-gallery-examples-text {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.youpro-recursos-card {
  margin: 0;
}

.youpro-recursos-card__link {
  display: block;
  overflow: hidden;
  border-radius: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.youpro-recursos-card__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.youpro-recursos-card__frame {
  aspect-ratio: 1200 / 675;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  overflow: hidden;
}

.youpro-recursos-card__frame--cover {
  position: relative;
  border-radius: 0.85rem;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.12);
}

.youpro-recursos-card--cover .youpro-recursos-card__img {
  filter: brightness(0.72);
}

.youpro-recursos-card__cover-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(1.25rem, 4vw, 2.25rem) clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.45) 55%, transparent 100%);
  color: #f8fafc;
}

.youpro-recursos-card__cover-title {
  margin: 0.35rem 0 0.4rem;
  font-size: clamp(1.15rem, 2.8vw, 1.65rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.youpro-recursos-card__cover-overlay .youpro-recursos-card__cat {
  color: #7dd3fc;
}

.youpro-recursos-card__cover-desc {
  margin: 0;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.92);
  max-width: 42rem;
}

.youpro-recursos-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youpro-recursos-card__meta {
  padding: 1rem 1.2rem 1.25rem;
}

.youpro-recursos-card__cat {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ed-teal, #0d9488);
}

.youpro-recursos-card__title {
  margin: 0.4rem 0 0.45rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ed-blue-deep);
  letter-spacing: -0.02em;
}

.youpro-recursos-card__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

/* Catálogo de servicios (servicios.html) */
.youpro-club-catalog {
  padding: 2.5rem 0 2rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 55%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.youpro-club-catalog-intro {
  max-width: 48rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.youpro-club-catalog-intro .youpro-club-source {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: #64748b;
}

.youpro-club-catalog-intro .youpro-club-source a {
  color: var(--ed-blue);
  font-weight: 600;
}

.youpro-club-catalog-lead {
  margin: 0.75rem auto 0;
  max-width: 40rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.65;
}

.youpro-club-catalog-hint {
  margin: 0.85rem auto 0;
  max-width: 38rem;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.45;
}

.youpro-club-catalog-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .youpro-club-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.youpro-club-catalog-block {
  padding: 1.25rem 1.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.youpro-club-catalog-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
  border-color: rgba(37, 99, 235, 0.18);
}

.youpro-club-catalog-block h3 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: var(--ed-blue-deep);
}

.youpro-club-catalog-item {
  margin-bottom: 0.35rem;
}

.youpro-club-catalog-item:last-child {
  margin-bottom: 0;
}

/* Acordeón nativo del catálogo (servicios) */
.yp-catalog-details {
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.65);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.yp-catalog-details:hover {
  border-color: rgba(37, 99, 235, 0.2);
  background: #fff;
}

.yp-catalog-details[open] {
  border-color: rgba(37, 99, 235, 0.28);
  background: #fff;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06);
}

.yp-catalog-details__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.yp-catalog-details__summary::-webkit-details-marker {
  display: none;
}

.yp-catalog-details__summary:focus {
  outline: none;
}

.yp-catalog-details__summary:focus-visible {
  outline: 2px solid var(--ed-blue);
  outline-offset: 2px;
  border-radius: 0.35rem;
}

.yp-catalog-details__title {
  flex: 1;
  text-align: left;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #1e293b;
  line-height: 1.35;
}

.yp-catalog-details__chev {
  flex-shrink: 0;
  display: flex;
  color: var(--ed-blue);
  opacity: 0.85;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.yp-catalog-details[open] .yp-catalog-details__chev {
  transform: rotate(180deg);
  opacity: 1;
}

.yp-catalog-details__body {
  padding: 0 0.75rem 0.85rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.45);
}

.yp-catalog-details__body p {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .youpro-club-catalog-block {
    transition: none;
  }

  .youpro-club-catalog-block:hover {
    transform: none;
  }

  .yp-catalog-details__chev {
    transition: none;
  }
}

.youpro-club-schema-section {
  padding: 2.5rem 0 2.25rem;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.youpro-club-schema-section > .container > h2 {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  color: var(--ed-blue-deep);
}

.youpro-club-schema-lead {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 0.65rem;
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.youpro-schema-hint {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  font-size: 0.8125rem;
  color: #94a3b8;
  line-height: 1.45;
}

.youpro-schema-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  .youpro-schema-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.youpro-schema-panel {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  padding: 1.25rem 1.35rem;
  background: #f8fafc;
}

.youpro-schema-panel--interactive {
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.22s ease, border-color 0.2s ease, transform 0.22s ease;
}

.youpro-schema-panel--interactive:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 12px 36px rgba(37, 99, 235, 0.08);
}

.youpro-schema-panel h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: var(--ed-blue-deep);
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(37, 99, 235, 0.22);
}

.youpro-schema-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yp-schema-tree > .yp-schema-tree__item {
  margin-bottom: 0.65rem;
}

.yp-schema-tree > .yp-schema-tree__item:last-child {
  margin-bottom: 0;
}

.youpro-schema-tree > li {
  margin-bottom: 1.15rem;
}

.youpro-schema-tree > li:last-child {
  margin-bottom: 0;
}

.youpro-schema-tree .schema-cat {
  font-weight: 700;
  color: #0f172a;
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  line-height: 1.35;
}

/* Acordeón por categoría (esquema servicios/soluciones) */
.yp-schema-branch {
  border-radius: 0.6rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yp-schema-branch[open] {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 2px 14px rgba(37, 99, 235, 0.07);
}

.yp-schema-branch__summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.yp-schema-branch__summary::-webkit-details-marker {
  display: none;
}

.yp-schema-branch__summary:focus {
  outline: none;
}

.yp-schema-branch__summary:focus-visible {
  outline: 2px solid var(--ed-blue);
  outline-offset: 2px;
  border-radius: 0.35rem;
}

.yp-schema-branch__title {
  flex: 1;
  text-align: left;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #0f172a;
}

.yp-schema-branch__badge {
  flex-shrink: 0;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
  background: rgba(37, 99, 235, 0.1);
  border-radius: 999px;
}

.yp-schema-branch__chev {
  flex-shrink: 0;
  display: flex;
  color: var(--ed-blue);
  transition: transform 0.22s ease;
}

.yp-schema-branch[open] .yp-schema-branch__chev {
  transform: rotate(180deg);
}

.yp-schema-branch__body {
  padding: 0 0.5rem 0.65rem 0.65rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.45);
}

.yp-schema-branch__list {
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.yp-schema-branch__list li {
  margin-bottom: 0.3rem;
}

.yp-schema-branch__list li:last-child {
  margin-bottom: 0;
}

.yp-schema-branch__list a {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.4rem 0.5rem;
  margin: 0 -0.25rem;
  border-radius: 0.4rem;
  color: var(--ed-blue);
  text-decoration: none;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.yp-schema-link__dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.4em;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.45);
  transition: background 0.15s ease, transform 0.15s ease;
}

.yp-schema-branch__list a:hover {
  background: rgba(37, 99, 235, 0.08);
  color: var(--ed-violet-dark);
}

.yp-schema-branch__list a:hover .yp-schema-link__dot {
  background: var(--ed-violet-dark);
  transform: scale(1.15);
}

.yp-schema-branch__list a:focus-visible {
  outline: 2px solid var(--ed-blue);
  outline-offset: 0;
}

.youpro-schema-tree ul {
  margin: 0;
  padding-left: 1rem;
  list-style: disc;
  color: #475569;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.youpro-schema-tree ul li {
  margin-bottom: 0.35rem;
}

.youpro-schema-tree a {
  color: var(--ed-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.youpro-schema-tree a:hover {
  color: var(--ed-violet-dark);
}

/* Prioridad sobre la regla anterior: enlaces tipo “píldora” en el esquema interactivo */
.youpro-schema-tree.yp-schema-tree .yp-schema-branch__list a {
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .youpro-schema-panel--interactive,
  .yp-schema-branch,
  .yp-schema-branch__chev,
  .yp-schema-branch__list a,
  .yp-schema-link__dot {
    transition: none;
  }
}

.edtech-ecosystem {
  padding: 3rem 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 55%);
}

.edtech-ecosystem .edtech-section-intro {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.edtech-ecosystem .edtech-section-lead a {
  color: var(--ed-teal-light);
  font-weight: 600;
}

.edtech-ecosystem-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .edtech-ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .edtech-ecosystem-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.edtech-ecosystem-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.edtech-ecosystem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
  color: inherit;
}

.edtech-ecosystem-card-media {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e2e8f0;
}

.edtech-ecosystem-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.edtech-ecosystem-card:hover .edtech-ecosystem-card-media img {
  transform: scale(1.04);
}

.edtech-ecosystem-card-body {
  padding: 1.15rem 1.2rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.edtech-ecosystem-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
}

.edtech-ecosystem-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
}

.youpro-resource-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .youpro-resource-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .youpro-resource-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.youpro-resource-tile {
  display: block;
  height: 100%;
  padding: 1.1rem 1.15rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.youpro-resource-tile {
  position: relative;
}

.youpro-resource-tile-icon {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  width: 2rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
  pointer-events: none;
}

.youpro-resource-tile:hover .youpro-resource-tile-icon {
  transform: translateY(-2px) scale(1.05);
}

.youpro-resource-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  color: inherit;
}

/* Tipografía alineada con .youpro-hub-card (servicios / hub) */
.youpro-resource-tile-title {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ed-blue-deep);
  margin-bottom: 0.35rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.youpro-resource-tile-desc {
  display: block;
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
}

.youpro-contact-heading {
  margin-top: 0;
  font-size: 1.05rem;
  color: var(--ed-blue-deep);
}

.youpro-contact-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.youpro-contact-list li {
  position: relative;
  padding-left: 2.65rem;
  margin-bottom: 0.65rem;
}

.youpro-contact-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.35rem;
  height: 1.35rem;
  background-color: var(--theme-accent-strong);
  opacity: 0.95;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: none;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: none;
}

.youpro-contact-list li:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.053 15.053 0 006.78 6.78l2.18-2.18a1.003 1.003 0 011.01-.25c1.12.37 2.33.57 3.57.57a1 1 0 011 1V20a1 1 0 01-1 1C10.07 21 3 13.93 3 5a1 1 0 011-1h3.5a1 1 0 011 1c0 1.24.2 2.45.57 3.57a1 1 0 01-.25 1.01l-2.2 2.21z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.053 15.053 0 006.78 6.78l2.18-2.18a1.003 1.003 0 011.01-.25c1.12.37 2.33.57 3.57.57a1 1 0 011 1V20a1 1 0 01-1 1C10.07 21 3 13.93 3 5a1 1 0 011-1h3.5a1 1 0 011 1c0 1.24.2 2.45.57 3.57a1 1 0 01-.25 1.01l-2.2 2.21z'/%3E%3C/svg%3E");
}

.youpro-contact-list li:nth-child(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.883 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.883 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.youpro-contact-note {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: #64748b;
}

.youpro-contact-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.youpro-contact-secondary {
  font-weight: 700;
  color: var(--ed-teal-light);
  text-decoration: underline;
}

.youpro-contact-secondary:hover {
  color: var(--ed-blue-deep);
}

/* Iconografía general en listas del Club (todas las páginas page-hero-*) */
.page-hero-el-club .content-section ul,
.page-hero-comunidad .content-section ul,
.page-hero-creacion .content-section ul,
.page-hero-participa .content-section ul,
.page-hero-privacidad .content-section ul {
  list-style: none;
  padding-left: 0;
}

.page-hero-el-club .content-section ul li,
.page-hero-comunidad .content-section ul li,
.page-hero-creacion .content-section ul li,
.page-hero-participa .content-section ul li,
.page-hero-privacidad .content-section ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.65rem;
}

.page-hero-el-club .content-section ul li::before,
.page-hero-comunidad .content-section ul li::before,
.page-hero-creacion .content-section ul li::before,
.page-hero-participa .content-section ul li::before,
.page-hero-privacidad .content-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.38rem;
  width: 1.0rem;
  height: 1.0rem;
  background-color: var(--theme-accent);
  opacity: 0.95;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.edtech-footer-note {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #94a3b8;
}

/* Catálogo de competencias — servicios unificados */
.youpro-std-toc {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  padding: 0.5rem 1rem 2rem;
  margin-top: 0;
  align-items: stretch;
}

.youpro-std-toc.youpro-std-toc--pill {
  padding-top: 35px;
}

@media (min-width: 560px) {
  .youpro-std-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1024px) {
  .youpro-std-toc:not(.youpro-std-toc--pill) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 2.25rem;
  }

  .youpro-std-toc--pill {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .youpro-std-toc--pill {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Botones índice — estilo píldora CTA (mitad blanca + degradado marca) */
.youpro-toc-btn--pill {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 3.35rem;
  height: 100%;
  padding: 0;
  border-radius: 9999px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.06),
    0 8px 20px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease;
}

.youpro-toc-btn--pill:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.08),
    0 16px 36px rgba(30, 58, 138, 0.16);
  filter: brightness(1.03);
}

.youpro-toc-btn--pill:active {
  transform: translateY(-1px);
  filter: brightness(0.98);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(15, 23, 42, 0.08);
}

.youpro-toc-btn--pill:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.55);
  outline-offset: 4px;
}

.youpro-toc-btn--accent-1 {
  --toc-grad: linear-gradient(105deg, var(--ed-blue) 0%, var(--ed-violet) 100%);
  --toc-icon: var(--ed-blue);
}

.youpro-toc-btn--accent-2 {
  --toc-grad: linear-gradient(105deg, var(--ed-violet) 0%, var(--youpro-pro) 100%);
  --toc-icon: var(--ed-violet);
}

.youpro-toc-btn--accent-3 {
  --toc-grad: linear-gradient(105deg, var(--ed-teal) 0%, var(--ed-blue) 100%);
  --toc-icon: var(--ed-teal);
}

.youpro-toc-btn--accent-4 {
  --toc-grad: linear-gradient(105deg, var(--youpro-pro) 0%, var(--youpro-pro-dark) 100%);
  --toc-icon: var(--youpro-pro);
}

.youpro-toc-btn__cap {
  position: relative;
  z-index: 2;
  flex: 0 0 clamp(2.85rem, 28%, 3.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -16px;
  padding: 0.55rem 0.45rem 0.55rem 0.95rem;
  background: #fff;
  box-shadow:
    inset -12px 0 16px -12px rgba(15, 23, 42, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.04);
  border-radius: 9999px 0 0 9999px;
}

.youpro-toc-btn__ico {
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
  color: var(--toc-icon);
}

.youpro-toc-btn__rail {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem 0.65rem 1.55rem;
  background: var(--toc-grad);
  border-radius: 0 9999px 9999px 0;
}

/* Cromo con degradado que “entra” en la zona blanca (efecto referencia) */
.youpro-toc-btn__rail::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--toc-grad);
  box-shadow:
    -2px 0 6px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.youpro-toc-btn__rail-text {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(0.58rem, 1.05vw, 0.6875rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.page-edtech .youpro-std-sections {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.youpro-std-sections--alt {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.youpro-std-section-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
  margin: 0 0 0.75rem;
  scroll-margin-top: 5.5rem;
}

.youpro-std-sections[id] {
  scroll-margin-top: 4rem;
}

.youpro-std-lead {
  margin: 0 0 1.25rem;
  color: #475569;
  font-size: 0.975rem;
  line-height: 1.55;
  max-width: 48rem;
}

.youpro-std-sections .youpro-hub-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--ed-blue-deep);
}

.youpro-std-sections .youpro-hub-card > p:not(.youpro-hub-cta) {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #475569;
}

.youpro-std-disclaimer {
  font-size: 0.8125rem !important;
  color: #64748b !important;
}

/* ——— Rediseño profesional: highlights e imagen de stock ——— */
.yp-pro-highlights {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.yp-pro-highlights-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.75rem;
}

.yp-pro-highlights-head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 2.125rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.yp-pro-highlights-head p {
  margin: 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.6;
}

.yp-pro-highlight-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3rem);
}

.yp-pro-highlight-row {
  display: grid;
  gap: 1.5rem 2rem;
  align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

@media (min-width: 900px) {
  .yp-pro-highlight-row {
    grid-template-columns: 1fr 1fr;
  }

  .yp-pro-highlight-row--reverse .yp-pro-highlight-media {
    order: 2;
  }

  .yp-pro-highlight-row--reverse .yp-pro-highlight-body {
    order: 1;
  }
}

.yp-pro-highlight-media {
  margin: 0;
  min-height: 14rem;
  aspect-ratio: 16 / 10;
}

@media (min-width: 900px) {
  .yp-pro-highlight-media {
    min-height: 100%;
    aspect-ratio: auto;
  }
}

.yp-pro-highlight-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
}

.yp-pro-highlight-body {
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.5rem);
}

.yp-pro-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ed-violet);
  margin-bottom: 0.5rem;
}

.yp-pro-highlight-body h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.yp-pro-highlight-body p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-size: 0.98rem;
}

.yp-mini-highlights {
  padding: 2.25rem 0 30px;
  background: #fff;
}

.yp-mini-highlights-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .yp-mini-highlights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.yp-mini-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.yp-mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.yp-mini-card-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.yp-mini-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yp-mini-card-body {
  padding: 1rem 1.1rem 1.2rem;
}

.yp-mini-card-body h3 {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--ed-blue-deep);
}

.yp-mini-card-body p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.contact-highlight-strip {
  padding: 2rem 0 2.5rem;
}

/* Recursos: tarjetas con fotografía */
.youpro-resource-tile--stock {
  position: relative;
  min-height: 10.5rem;
  padding: 1.25rem 1.15rem;
  background-size: cover;
  background-position: center;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.youpro-resource-tile--stock::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.38) 55%, rgba(15, 23, 42, 0.22) 100%);
  pointer-events: none;
  border-radius: 1rem;
}

.youpro-resource-tile--stock .youpro-resource-tile-title,
.youpro-resource-tile--stock .youpro-resource-tile-desc {
  position: relative;
  z-index: 1;
}

.youpro-resource-tile--stock .youpro-resource-tile-title {
  color: #fff;
}

.youpro-resource-tile--stock .youpro-resource-tile-desc {
  color: rgba(248, 250, 252, 0.92);
}

.youpro-resource-tile--actividades {
  background-image: url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?auto=format&fit=crop&w=1400&q=80');
  background-position: center 40%;
}

.youpro-resource-tile--apps {
  background-image: url('https://images.unsplash.com/photo-1551650975-87deedd944c3?auto=format&fit=crop&w=900&q=80');
}

.youpro-resource-tile--anim {
  background-image: url('https://images.unsplash.com/photo-1626785774573-4b799315345d?auto=format&fit=crop&w=900&q=80');
}

.youpro-resource-tile--inter {
  background-image: url('https://images.unsplash.com/photo-1517694712202-14dd9538aa97?auto=format&fit=crop&w=900&q=80');
}

.youpro-resource-tile--info {
  background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=900&q=80');
}

.youpro-resource-tile--blog {
  background-image: url('https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=900&q=80');
}

.page-edtech-servicios {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=2000&q=80');
}

/* Servicios — hero ejecutivo, proceso y CTA */
body.page-edtech-servicios .yp-svc-ico {
  display: block;
  fill: currentColor;
}

body.page-edtech-servicios .yp-svc-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.25rem) 0;
  margin: 0;
  color: #f8fafc;
}

body.page-edtech-servicios .yp-svc-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 58, 138, 0.88) 42%, rgba(37, 99, 235, 0.35) 100%),
    var(--yp-hub-hero-photo) center / cover no-repeat;
  pointer-events: none;
}

body.page-edtech-servicios .yp-svc-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 80% 20%, rgba(56, 189, 248, 0.14), transparent 55%);
  mix-blend-mode: screen;
}

body.page-edtech-servicios .yp-svc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: start;
}

@media (min-width: 900px) {
  body.page-edtech-servicios .yp-svc-hero__grid {
    grid-template-columns: 1fr minmax(280px, 340px);
    gap: 2.5rem 3rem;
  }
}

body.page-edtech-servicios .yp-svc-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.95);
}

body.page-edtech-servicios .yp-svc-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
}

body.page-edtech-servicios .yp-svc-hero__lead {
  margin: 0;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.92);
}

body.page-edtech-servicios .yp-svc-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin-top: 1.5rem;
}

body.page-edtech-servicios .yp-svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.15rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

body.page-edtech-servicios .yp-svc-btn:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 2px;
}

body.page-edtech-servicios .yp-svc-btn--primary {
  background: linear-gradient(165deg, #38bdf8 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
}

body.page-edtech-servicios .yp-svc-btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.42);
}

body.page-edtech-servicios .yp-svc-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #f1f5f9;
}

body.page-edtech-servicios .yp-svc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
}

body.page-edtech-servicios .yp-svc-btn--link {
  padding: 0.65rem 0.35rem;
  color: #bae6fd;
  border-radius: 0.35rem;
  border-bottom: 1px solid rgba(186, 230, 253, 0.45);
}

body.page-edtech-servicios .yp-svc-btn--link:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

body.page-edtech-servicios .yp-svc-hero__panel {
  margin: 0;
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

body.page-edtech-servicios .yp-svc-hero__panel-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}

body.page-edtech-servicios .yp-svc-hero__panel-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #e2e8f0;
  font-size: 0.9375rem;
  line-height: 1.55;
}

body.page-edtech-servicios .yp-svc-hero__panel-list li + li {
  margin-top: 0.5rem;
}

body.page-edtech-servicios .yp-svc-hero__panel-steps {
  margin: 0;
  padding-left: 1.2rem;
  color: #e2e8f0;
  font-size: 0.875rem;
  line-height: 1.5;
}

body.page-edtech-servicios .yp-svc-hero__panel-steps li {
  margin-bottom: 0.4rem;
}

body.page-edtech-servicios .yp-svc-hero__panel-steps li:last-child {
  margin-bottom: 0;
}

body.page-edtech-servicios .yp-svc-hero__panel-steps strong {
  color: #f1f5f9;
}

body.page-edtech-servicios .yp-svc-hero__panel-foot {
  margin: 1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  font-size: 0.8125rem;
  color: #94a3b8;
}

body.page-edtech-servicios .yp-svc-subnav-wrap {
  position: sticky;
  top: calc(4rem + 10px);
  z-index: 45;
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}

body.page-edtech-servicios .yp-svc-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.2rem;
  padding: 0.55rem 0;
}

body.page-edtech-servicios .yp-svc-subnav a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

body.page-edtech-servicios .yp-svc-subnav a:hover {
  background: var(--theme-accent-soft);
  color: var(--theme-accent-strong);
  border-color: var(--theme-accent-border);
}

body.page-edtech-servicios .yp-svc-stats {
  padding: clamp(1.5rem, 4vw, 2.25rem) 0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

body.page-edtech-servicios .yp-svc-stats__grid {
  display: grid;
  gap: 1rem 1.25rem;
}

@media (min-width: 720px) {
  body.page-edtech-servicios .yp-svc-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  body.page-edtech-servicios .yp-svc-stats__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1.5rem;
  }
}

body.page-edtech-servicios .yp-svc-stat {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  border-radius: 0.65rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

body.page-edtech-servicios .yp-svc-stat__ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.5rem;
  background: var(--theme-accent-soft);
  color: var(--theme-accent-strong);
}

body.page-edtech-servicios .yp-svc-stat__txt {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

body.page-edtech-servicios .yp-svc-stat__txt strong {
  color: #0f172a;
  font-weight: 700;
}

body.page-edtech-servicios .yp-svc-process {
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(2.25rem, 5vw, 3.25rem);
  background: #fff;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

body.page-edtech-servicios .yp-svc-process__head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

body.page-edtech-servicios .yp-svc-process__head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

body.page-edtech-servicios .yp-svc-process__head p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

body.page-edtech-servicios .yp-svc-process__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  body.page-edtech-servicios .yp-svc-process__track {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 0.75rem;
    position: relative;
  }

  body.page-edtech-servicios .yp-svc-process__track::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 2.1rem;
    height: 2px;
    background: linear-gradient(90deg, var(--theme-accent-soft), rgba(37, 99, 235, 0.25), var(--theme-accent-soft));
    pointer-events: none;
  }
}

body.page-edtech-servicios .yp-svc-process__step {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

body.page-edtech-servicios .yp-svc-process__num {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--theme-accent-strong);
  margin-bottom: 0.35rem;
}

body.page-edtech-servicios .yp-svc-process__ico {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: var(--theme-accent-strong);
}

body.page-edtech-servicios .yp-svc-process__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

body.page-edtech-servicios .yp-svc-process__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
}

body.page-edtech-servicios .yp-svc-pilares {
  padding-top: 0;
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background: #f8fafc;
  scroll-margin-top: 7.5rem;
}

body.page-edtech-servicios #svc-top,
body.page-edtech-servicios #svc-proceso,
body.page-edtech-servicios #svc-catalog,
body.page-edtech-servicios #svc-oferta,
body.page-edtech-servicios #svc-esquema,
body.page-edtech-servicios #svc-fichas,
body.page-edtech-servicios #svc-competencias,
body.page-edtech-servicios #presencial {
  scroll-margin-top: 7.5rem;
}

body.page-edtech-servicios .yp-svc-pilares__head {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

body.page-edtech-servicios .yp-svc-pilares__head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

body.page-edtech-servicios .yp-svc-pilares__head p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

body.page-edtech-servicios .yp-svc-mini-card__cap {
  position: relative;
}

body.page-edtech-servicios .yp-svc-mini-card__badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--theme-accent-strong);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

body.page-edtech-servicios .yp-svc-mini-card .yp-mini-card-media img {
  transition: transform 0.35s ease;
}

body.page-edtech-servicios .yp-svc-mini-card:hover .yp-mini-card-media img {
  transform: scale(1.03);
}

body.page-edtech-servicios .yp-svc-cta-band {
  margin: 0;
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  background:
    linear-gradient(115deg, #1e3a8a 0%, #2563eb 48%, #0ea5e9 100%);
  color: #f1f5f9;
}

body.page-edtech-servicios .yp-svc-cta-band__inner {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

body.page-edtech-servicios .yp-svc-cta-band h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #fff;
}

body.page-edtech-servicios .yp-svc-cta-band p {
  margin: 0 0 1.35rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.92);
}

body.page-edtech-servicios .yp-svc-cta-band__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

body.page-edtech-servicios .yp-svc-cta-band .yp-svc-btn--primary {
  background: #fff;
  color: #1e40af;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

body.page-edtech-servicios .yp-svc-cta-band .yp-svc-btn--primary:hover {
  filter: brightness(1.02);
}

body.page-edtech-servicios .yp-svc-cta-band .yp-svc-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

body.page-edtech-servicios .yp-svc-cta-band .yp-svc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Bloque único: mapa + fichas */
body.page-edtech-servicios .yp-svc-offer-shell {
  margin: 0;
  background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 35%, #fff 100%);
  border-top: 1px solid rgba(99, 102, 241, 0.12);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

body.page-edtech-servicios .yp-svc-offer-shell__schema.youpro-club-schema-section {
  background: transparent;
  border-top: none;
  padding-top: 2.5rem;
}

body.page-edtech-servicios .yp-svc-offer-shell__fichas.youpro-club-schema-section {
  background: transparent;
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}

/* Marco de competencias — capítulo aparte del catálogo comercial */
body.page-edtech-servicios .yp-svc-competencias-block {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding-bottom: 0.5rem;
}

body.page-edtech-servicios .yp-svc-competencias-block__intro {
  max-width: 40rem;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 2.75rem) 1rem 1.25rem;
  text-align: center;
}

body.page-edtech-servicios .yp-svc-competencias-block__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

body.page-edtech-servicios .yp-svc-competencias-block__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}

body.page-edtech-servicios .yp-svc-competencias-toc {
  margin-bottom: 0.25rem;
}

.page-edtech-recursos {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?auto=format&fit=crop&w=2000&q=80');
}

/* Galería recursos — carriles tipo streaming + modal ficha */
body.page-edtech-recursos .yp-hero-strip {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
  background: linear-gradient(180deg, #0a0e14 0%, #111827 55%, #0f172a 100%);
  color: #e2e8f0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

body.page-edtech-recursos .yp-hero-strip__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #38bdf8;
}

body.page-edtech-recursos .yp-hero-strip__kicker a {
  color: #7dd3fc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-edtech-recursos .yp-hero-strip__kicker a:hover {
  color: #fff;
}

body.page-edtech-recursos .yp-hero-strip__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  max-width: 42rem;
}

body.page-edtech-recursos .yp-hero-strip__lead {
  margin: 0;
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
}

body.page-edtech-recursos .yp-hero-strip__lead kbd {
  display: inline-block;
  padding: 0.1rem 0.35rem;
  font-size: 0.8125rem;
  font-family: inherit;
  border-radius: 0.25rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.6);
  color: #f1f5f9;
}

body.page-edtech-recursos .yp-gallery-page {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 28%, #fff 100%);
}

body.page-edtech-recursos .yp-gallery-lead {
  color: #475569;
}

body.page-edtech-recursos .yp-gallery-shell {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

body.page-edtech-recursos .yp-rail-block__head .youpro-recursos-gallery-intro a {
  color: var(--ed-blue);
  font-weight: 600;
}

body.page-edtech-recursos .yp-rail {
  position: relative;
  margin-top: 0.35rem;
}

body.page-edtech-recursos .yp-rail__viewport {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
}

body.page-edtech-recursos .yp-rail__track.youpro-resource-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.85rem;
  margin: 0;
  padding: 0.35rem 0.15rem 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, 0.25) transparent;
  flex: 1;
  min-width: 0;
}

body.page-edtech-recursos .yp-rail__track.youpro-resource-tiles::-webkit-scrollbar {
  height: 6px;
}

body.page-edtech-recursos .yp-rail__track.youpro-resource-tiles::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.2);
  border-radius: 999px;
}

body.page-edtech-recursos .yp-rail__track.youpro-resource-tiles > li {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: min(260px, 78vw);
  max-width: 100%;
}

@media (min-width: 640px) {
  body.page-edtech-recursos .yp-rail__track.youpro-resource-tiles > li {
    width: min(280px, 42vw);
  }
}

@media (min-width: 900px) {
  body.page-edtech-recursos .yp-rail__track.youpro-resource-tiles > li {
    width: min(300px, 28vw);
  }
}

body.page-edtech-recursos .yp-rail__nav {
  flex-shrink: 0;
  align-self: center;
  width: 2.25rem;
  height: 2.25rem;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--ed-blue-deep);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

body.page-edtech-recursos .yp-rail__nav:hover {
  background: var(--ed-blue-deep);
  color: #fff;
  transform: scale(1.05);
}

@media (min-width: 720px) {
  body.page-edtech-recursos .yp-rail__nav {
    display: inline-flex;
  }
}

body.page-edtech-recursos .yp-tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-edtech-recursos .yp-tile:hover,
body.page-edtech-recursos .yp-tile:focus-visible {
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
  z-index: 1;
}

body.page-edtech-recursos .yp-tile:focus-visible {
  outline: 2px solid var(--theme-focus-ring, #2563eb);
  outline-offset: 3px;
}

body.page-edtech-recursos .yp-tile__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  overflow: hidden;
}

body.page-edtech-recursos .yp-tile__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-edtech-recursos .yp-tile__body {
  display: block;
  padding: 0.75rem 0.85rem 1rem;
}

body.page-edtech-recursos .yp-tile__tag {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ed-teal, #0d9488);
}

body.page-edtech-recursos .yp-tile__title {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ed-blue-deep);
  letter-spacing: -0.02em;
}

body.page-edtech-recursos .yp-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

body.page-edtech-recursos .yp-modal[hidden] {
  display: none !important;
}

body.page-edtech-recursos .yp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(6px);
}

body.page-edtech-recursos .yp-modal__panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(92vh, 880px);
  overflow: auto;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.page-edtech-recursos .yp-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

body.page-edtech-recursos .yp-modal__close:hover {
  background: rgba(15, 23, 42, 0.85);
}

body.page-edtech-recursos .yp-modal__layout {
  display: grid;
  gap: 0;
}

@media (min-width: 768px) {
  body.page-edtech-recursos .yp-modal__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: start;
  }
}

body.page-edtech-recursos .yp-modal__visual {
  background: #0f172a;
}

body.page-edtech-recursos .yp-modal__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.page-edtech-recursos .yp-modal__body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

body.page-edtech-recursos .yp-modal__type {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ed-teal, #0d9488);
}

body.page-edtech-recursos .yp-modal__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ed-blue-deep);
}

body.page-edtech-recursos .yp-modal__label {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

body.page-edtech-recursos .yp-modal__text {
  margin: 0 0 1.1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #334155;
}

body.page-edtech-recursos .yp-modal__launch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(135deg, var(--ed-blue, #2563eb), var(--ed-violet, #7c3aed));
  border-radius: 0.5rem;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.page-edtech-recursos .yp-modal__launch:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
  color: #fff !important;
}

body.page-edtech-recursos.yp-modal-open {
  overflow: hidden;
}

.page-edtech-contacto {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?auto=format&fit=crop&w=2000&q=80');
}

/* Páginas dedicadas Moodle Starter Kit — Soluciones 360 */
.page-edtech-academia360 {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=2000&q=80');
}

.page-edtech-corporate360 {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2000&q=80');
}

.page-edtech-university360 {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1541339907198-e08756dedf3f?auto=format&fit=crop&w=2000&q=80');
}

.page-edtech-cotizador {
  --yp-hub-hero-photo: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=2000&q=80');
}

.yp-cotizador-wrap {
  padding: 2.5rem 0 4rem;
  background: #f8fafc;
}

.yp-cotizador-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 960px) {
  .yp-cotizador-layout {
    grid-template-columns: minmax(0, 1fr) 20rem;
    gap: 2.5rem;
  }
}

.yp-cotizador-disclaimer {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(245, 158, 11, 0.45);
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.65) 0%, #fffbeb 100%);
  font-size: 0.875rem;
  line-height: 1.6;
  color: #78350f;
}

.yp-cotizador-form {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.35rem 2rem;
}

@media (min-width: 640px) {
  .yp-cotizador-form {
    padding: 2rem 2rem 2.25rem;
  }
}

.yp-cot-fieldset {
  margin: 0;
  padding: 0 0 1.75rem;
  border: none;
  border-bottom: 1px solid var(--gray-200);
}

.yp-cot-fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.yp-cot-fieldset--empty {
  display: none !important;
}

.yp-cot-hidden {
  display: none !important;
}

.yp-cot-mode-panel {
  margin-bottom: 0.25rem;
}

.yp-cot-mode-panel:last-child {
  margin-bottom: 0;
}

.yp-cot-legend {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--ed-slate);
  margin: 0 0 1rem;
  padding: 0;
}

.yp-cot-hint {
  margin: -0.35rem 0 1rem;
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.5;
}

.yp-cot-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.65rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--gray-700);
  cursor: pointer;
}

.yp-cot-row input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.yp-cot-row-meta {
  margin-left: auto;
  font-weight: 700;
  color: var(--ed-teal);
  font-size: 0.8125rem;
  white-space: nowrap;
}

.yp-cot-qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin: 0.25rem 0 0.85rem 1.65rem;
}

.yp-cot-qty-row label {
  font-size: 0.8125rem;
  color: var(--gray-600);
}

.yp-cot-qty {
  width: 4rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

.yp-cot-select {
  min-width: 8rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background: #fff;
}

.yp-cot-proyecto-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .yp-cot-proyecto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .yp-cot-tarifa-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.yp-cot-ref-sum-live {
  margin-top: 0.25rem;
  font-weight: 600;
  color: var(--ed-slate);
}

.yp-cot-proyecto-card {
  display: flex;
  margin: 0;
  cursor: pointer;
  border-radius: 0.75rem;
  border: 2px solid var(--gray-200);
  background: #fafafa;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.yp-cot-proyecto-card:has(input:checked) {
  border-color: var(--ed-violet);
  background: linear-gradient(145deg, #f5f3ff 0%, #fff 55%);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.12);
}

.yp-cot-proyecto-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.yp-cot-proyecto-card-body {
  display: block;
  padding: 1rem 1.1rem;
  width: 100%;
  box-sizing: border-box;
}

.yp-cot-proyecto-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--ed-slate);
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.yp-cot-proyecto-desc {
  display: block;
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.45;
}

.yp-cot-brief-grid {
  display: grid;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .yp-cot-brief-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yp-cot-span-2 {
    grid-column: span 2;
  }
}

.yp-cot-text-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-700);
}

.yp-cot-text,
.yp-cot-textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: inherit;
  box-sizing: border-box;
}

.yp-cot-textarea {
  resize: vertical;
  min-height: 4rem;
  line-height: 1.5;
}

.yp-cot-text-label + .yp-cot-text-label {
  margin-top: 0.75rem;
}

.yp-cot-legend-sub {
  margin: 1rem 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.yp-cot-ia-generate {
  margin: 0.75rem 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  border: 1px dashed rgba(79, 70, 229, 0.35);
  background: linear-gradient(165deg, rgba(238, 242, 255, 0.7) 0%, #fff 55%);
}

.yp-cot-ia-btn {
  font-weight: 700;
}

.yp-cot-ia-status {
  margin: 0.65rem 0 0;
  min-height: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #15803d;
}

.yp-cot-ia-disclaimer {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--gray-600);
}

.yp-cot-ref-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 0 0 0.75rem;
}

.yp-cot-summary {
  position: relative;
  background: #0f172a;
  color: #f1f5f9;
  border-radius: 1rem;
  padding: 1.5rem 1.35rem 1.75rem;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.2);
}

@media (min-width: 960px) {
  .yp-cot-summary {
    position: sticky;
    top: 5.5rem;
  }
}

.yp-cot-summary h2 {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #fff;
}

.yp-cot-summary-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  max-height: 14rem;
  overflow: auto;
}

.yp-cot-line-empty {
  opacity: 0.85;
  font-style: italic;
}

.yp-cot-line-text {
  display: block;
  margin-bottom: 0.2rem;
  color: #cbd5e1;
}

.yp-cot-line-amt {
  display: block;
  font-weight: 600;
  color: #7dd3fc;
  margin-bottom: 0.65rem;
}

.yp-cot-totals {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  padding-top: 1rem;
  font-size: 0.875rem;
}

.yp-cot-totals div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.yp-cot-totals strong {
  color: #fef08a;
}

.yp-cot-year-total {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.4);
  font-weight: 800;
  font-size: 0.9375rem;
}

.yp-cot-iva {
  margin: 1rem 0;
  font-size: 0.8125rem;
}

.yp-cot-iva label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #e2e8f0;
}

.yp-cot-iva-note {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.45;
}

.yp-cot-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.yp-cot-actions .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

.yp-cot-actions-live {
  min-height: 1.25rem;
  font-size: 0.8125rem;
  color: #86efac;
  margin: 0.25rem 0 0;
}

.yp-360-landing {
  padding: 3rem 0 4rem;
  background: #f1f5f9;
}

.yp-360-landing-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 960px) {
  .yp-360-landing-grid {
    grid-template-columns: minmax(0, 1fr) 19rem;
    gap: 2.5rem;
  }
}

.yp-360-detail--academia .edtech-product-block h3 {
  color: #0f766e;
}

.yp-360-detail--corporate .edtech-product-block h3 {
  color: #166534;
}

.yp-360-detail--university .edtech-product-block h3 {
  color: #c2410c;
}

.yp-360-aside-card {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.yp-360-aside-card figure {
  margin: 0;
  line-height: 0;
}

.yp-360-aside-card img {
  width: 100%;
  height: auto;
  display: block;
}

.yp-360-aside-body {
  padding: 1.25rem 1.35rem 1.35rem;
}

.yp-360-aside-body p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.65;
}

.yp-360-aside-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yp-360-aside-links a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ed-teal);
  text-decoration: none;
}

.yp-360-aside-links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.yp-360-aside-links a[aria-current="page"] {
  color: var(--ed-slate);
  pointer-events: none;
}

.yp-360-aside-cta {
  margin-top: 1.15rem;
}

.yp-360-aside-cta .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}
