.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b062052:#B1B1B1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#07060E;overscroll-behavior:auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Separación dashboard / login Tutor LMS del header */
.tutor-dashboard,
.tutor-login-wrap,
.tutor-wrap {
  padding-top: 80px;
}

.killer-highlight {
  display: inline-block;
  background-color: #2086F4;
  color: #ffffff;
  padding: 5px 4px;
  line-height: 1;
}

:root {
  --bg:       #07060e;      /* fondo base */
  --bg-2:     #0c0a15;      /* fondo alternativo (secciones pares) */
  --bg-3:     #110e1d;      /* tarjetas, paneles */
  --bg-warm:  #0d0b10;      /* sección instructor */
 
  --amber:    #f59e0b;      /* color principal — highlights y CTAs primarios */
  --amber-2:  #fcd34d;      /* hover del ámbar */
  --amber-3:  rgba(245,158,11,.12); /* fondo translúcido ámbar */
 
  --blue:     #4f7cff;      /* color secundario — CTAs, números de unidad */
  --blue-d:   #3a64e8;      /* hover del azul */
  --blue-3:   rgba(79,124,255,.12); /* fondo translúcido azul */
 
  --green:    #10b981;      /* éxito, checkmarks, prueba social */
  --green-3:  rgba(16,185,129,.12); /* fondo translúcido verde */
 
  --text:     #f4f4ff;      /* texto primario */
  --text-2:   #9ca3af;      /* texto secundario */
  --text-3:   #6b7280;      /* texto terciario / meta */
 
  --border:   rgba(255,255,255,.07);  /* bordes sutiles */
  --border-2: rgba(255,255,255,.13);  /* bordes hover */
 
  --r:        16px;   /* border-radius estándar */
  --r-lg:     24px;   /* border-radius grande */
  --pill:     50px;   /* border-radius pill (botones) */
}
 
/* ----------------------------------------------------------------
   RESET BASE
   ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; overflow-x: hidden; line-height: 1.6; }
a     { text-decoration: none; color: inherit; }
ul    { list-style: none; }
img   { display: block; max-width: 100%; }
 
/* ----------------------------------------------------------------
   TEXTO GRADIENTE
   ---------------------------------------------------------------- */
.g-amber {
  background: linear-gradient(135deg, #f59e0b 0%, #fcd34d 45%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.g-blue {
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
 
/* ----------------------------------------------------------------
   LAYOUT
   ---------------------------------------------------------------- */
.wrap    { max-width: 1140px; margin: 0 auto; padding: 0 28px; }
.wrap-sm { max-width: 820px;  margin: 0 auto; padding: 0 28px; }
 
/* ----------------------------------------------------------------
   BOTONES
   ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: var(--pill);
  font-size: 15px; font-weight: 700; cursor: pointer;
  border: none; transition: all .2s; line-height: 1;
}
/* Ámbar (CTA principal) */
.btn-amber { background: var(--amber); color: #000; box-shadow: 0 4px 24px rgba(245,158,11,.35); }
.btn-amber:hover { background: var(--amber-2); transform: translateY(-2px); color: #000; box-shadow: 0 8px 32px rgba(245,158,11,.45); }
/* Azul (CTA secundario) */
.btn-blue  { background: var(--blue); color: #fff; box-shadow: 0 4px 24px rgba(79,124,255,.3); }
.btn-blue:hover  { background: var(--blue-d); transform: translateY(-2px); color: #fff; }
/* Ghost (terciario) */
.btn-ghost { background: transparent; color: var(--text-2); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--border-2); color: var(--text); }
/* Tamaños */
.btn-lg   { padding: 18px 42px; font-size: 17px; }
.btn-sm   { padding: 9px 20px;  font-size: 13px; }
.btn-full { width: 100%; justify-content: center; }
 
/* ----------------------------------------------------------------
   ETIQUETA PEQUEÑA (tag / eyebrow)
   ---------------------------------------------------------------- */
.tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 14px; border-radius: var(--pill); margin-bottom: 14px;
}
.tag-amber { background: var(--amber-3); color: var(--amber); }
.tag-blue  { background: var(--blue-3);  color: var(--blue); }
.tag-green { background: var(--green-3); color: var(--green); }
 
/* ----------------------------------------------------------------
   SECCIONES
   ---------------------------------------------------------------- */
.sec      { padding: 96px 0; }
.sec-alt  { background: var(--bg-2); }
.sec-warm { background: var(--bg-warm); }
 
.sec-h    { text-align: center; margin-bottom: 56px; }
.sec-h h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--text); margin-bottom: 14px; }
.sec-h p  { font-size: 17px; color: var(--text-2); max-width: 540px; margin: 0 auto; }
 
 
/* ================================================================
   NAV (barra fija superior)
   ================================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 28px;
  background: rgba(7,6,14,.88);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--border);
}
.nav-in {
  max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; height: 68px; gap: 36px;
}
.logo {
  display: flex; align-items: center; gap: 11px;
  font-size: 17px; font-weight: 800; color: var(--text);
}
.logo-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 900; color: #000; flex-shrink: 0;
}
.nav-links { display: flex; gap: 32px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-2); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-btns { display: flex; gap: 10px; margin-left: 24px; }
 
/* Breadcrumb (página del curso) */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-3); margin-left: 12px; }
.breadcrumb a { color: var(--text-3); transition: color .2s; }
.breadcrumb a:hover { color: var(--text); }
.bc-sep { opacity: .4; }
.nav-actions { margin-left: auto; display: flex; gap: 10px; }
 
 
/* ================================================================
   HERO — INICIO
   ================================================================ */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 28px 80px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 65% 55% at 8% 55%,  rgba(245,158,11,.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 85% 25%, rgba(79,124,255,.08) 0%, transparent 60%);
}
.hero-grid {
  max-width: 1140px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  position: relative; z-index: 1;
}
/* — Copy — */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.25);
  color: var(--amber); font-size: 12px; font-weight: 600;
  padding: 6px 15px; border-radius: var(--pill); margin-bottom: 24px;
}
.hero-badge::before { content: '★'; font-size: 10px; }
.hero-title {
  font-size: clamp(40px, 6vw, 70px); font-weight: 900;
  line-height: 1.07; letter-spacing: -2px; color: var(--text); margin-bottom: 22px;
}
.hero-sub   { font-size: 18px; color: var(--text-2); line-height: 1.78; margin-bottom: 42px; max-width: 490px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-proof {
  display: flex; gap: 0;
  padding-top: 32px; border-top: 1px solid var(--border);
}
.proof-item { flex: 1; text-align: center; padding: 0 16px; border-right: 1px solid var(--border); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child  { border-right: none; }
.proof-num   { font-size: 24px; font-weight: 900; display: block; margin-bottom: 4px; }
.proof-label { font-size: 12px; color: var(--text-3); }
 
/* — Visual / mockup — */
.hero-visual { position: relative; }
.mock-card {
  background: var(--bg-3); border: 1px solid var(--border); border-radius: 20px; overflow: hidden;
  box-shadow: 0 48px 96px rgba(0,0,0,.65), 0 0 0 1px rgba(255,255,255,.04);
}
.mock-bar {
  padding: 13px 18px; background: rgba(255,255,255,.04);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 7px;
}
.dot { width: 10px; height: 10px; border-radius: 50%; }
.mock-bar span { font-size: 12px; color: var(--text-3); margin-left: 8px; }
.mock-img  { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.mock-body { padding: 20px; }
.mock-chip {
  display: inline-block; background: var(--amber-3); color: var(--amber);
  font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 6px; margin-bottom: 10px;
}
.mock-title   { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.prog-label   { font-size: 12px; color: var(--text-3); margin-bottom: 6px; }
.prog-bar     { height: 5px; background: rgba(255,255,255,.08); border-radius: 5px; }
.prog-fill    { height: 100%; width: 45%; background: var(--blue); border-radius: 5px; box-shadow: 0 0 10px rgba(79,124,255,.5); }
.mock-foot {
  padding: 14px 20px; background: rgba(79,124,255,.06);
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.mock-foot-txt { font-size: 13px; color: var(--text-2); }
.mock-foot-btn {
  background: var(--blue); color: #fff;
  font-size: 12px; font-weight: 700; padding: 7px 18px; border-radius: var(--pill);
}
 
/* Badges flotantes del hero */
.hero-float {
  position: absolute; bottom: -18px; left: -24px;
  background: var(--bg-3); border: 1px solid rgba(16,185,129,.3);
  border-radius: 14px; padding: 14px 18px;
  box-shadow: 0 20px 48px rgba(0,0,0,.55);
  display: flex; gap: 12px; align-items: center; min-width: 210px;
  animation: floatup 3s ease-in-out infinite;
}
@keyframes floatup { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
.float-icon  { width: 40px; height: 40px; border-radius: 10px; background: var(--green-3); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.float-title { font-size: 13px; font-weight: 700; color: var(--text); }
.float-sub   { font-size: 12px; color: var(--green); }
 
.hero-stat-badge {
  position: absolute; top: -16px; right: -16px;
  background: var(--bg-3); border: 1px solid rgba(245,158,11,.3);
  border-radius: 14px; padding: 14px 20px; text-align: center;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.stat-big { font-size: 28px; font-weight: 900; color: var(--amber); display: block; line-height: 1; }
.stat-sm  { font-size: 12px; color: var(--text-2); margin-top: 4px; }
 
 
/* ================================================================
   STATS STRIP
   ================================================================ */
.strip {
  background: var(--bg-2);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 28px;
}
.strip-in { max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; }
.strip-item {
  flex: 1; min-width: 180px; text-align: center;
  padding: 18px 24px; border-right: 1px solid var(--border);
}
.strip-item:last-child { border-right: none; }
.strip-num { font-size: 36px; font-weight: 900; display: block; margin-bottom: 5px; line-height: 1; }
.strip-lbl { font-size: 14px; color: var(--text-3); }
 
 
/* ================================================================
   BENTO GRID (por qué elegirnos)
   ================================================================ */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}
.bcard {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: 20px; padding: 30px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.bcard:hover { transform: translateY(-3px); border-color: var(--border-2); }
.bcard-wide { grid-column: span 2; }
.bcard-icon  { font-size: 34px; margin-bottom: 16px; display: block; }
.bcard-title { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.bcard-text  { font-size: 14px; color: var(--text-2); line-height: 1.68; }
 
/* Glows de fondo en cards */
.bcard::after { content: ''; position: absolute; bottom: -70px; right: -70px; width: 180px; height: 180px; border-radius: 50%; pointer-events: none; }
.glow-amber  { border-color: rgba(245,158,11,.2); }
.glow-amber::after  { background: radial-gradient(circle, rgba(245,158,11,.1) 0%, transparent 70%); }
.glow-amber:hover   { border-color: rgba(245,158,11,.38); }
.glow-blue::after   { background: radial-gradient(circle, rgba(79,124,255,.1) 0%, transparent 70%); }
.glow-green::after  { background: radial-gradient(circle, rgba(16,185,129,.1) 0%, transparent 70%); }
 
 
/* ================================================================
   PASOS (cómo funciona)
   ================================================================ */
.steps {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(to right, rgba(245,158,11,.3), rgba(79,124,255,.3));
}
.step { text-align: center; padding: 0 16px; position: relative; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid rgba(245,158,11,.4);
  background: var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 900; color: var(--amber);
  margin: 0 auto 18px; position: relative; z-index: 1;
}
.step-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.step-text  { font-size: 14px; color: var(--text-2); line-height: 1.6; }
 
 
/* ================================================================
   INSTRUCTOR (sección grande)
   ================================================================ */
.instr { background: var(--bg-warm); position: relative; overflow: hidden; }
.instr::before {
  content: ''; position: absolute; top: 0; right: 0; width: 55%; height: 100%; pointer-events: none;
  background: radial-gradient(ellipse 80% 80% at 80% 50%, rgba(245,158,11,.04) 0%, transparent 70%);
}
.instr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
 
.instr-photo  { position: relative; }
.instr-img    { width: 100%; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; border: 1px solid var(--border); }
.instr-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.instr-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--bg-3); border: 1px solid rgba(245,158,11,.3);
  border-radius: 16px; padding: 16px 22px;
  box-shadow: 0 20px 48px rgba(0,0,0,.5);
}
.instr-badge-num { font-size: 30px; font-weight: 900; color: var(--amber); display: block; line-height: 1; }
.instr-badge-lbl { font-size: 12px; color: var(--text-2); margin-top: 4px; }
 
.instr-name  { font-size: clamp(32px, 5vw, 54px); font-weight: 900; color: var(--text); margin-bottom: 8px; }
.instr-role  { font-size: 17px; color: var(--amber); font-weight: 600; margin-bottom: 24px; }
.instr-bio   { font-size: 16px; color: var(--text-2); line-height: 1.82; margin-bottom: 32px; }
.instr-creds { display: flex; flex-direction: column; gap: 13px; margin-bottom: 36px; }
.cred        { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--text-2); }
.cred-icon   { width: 34px; height: 34px; border-radius: 9px; background: var(--amber-3); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
 
.instr-social { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--border); }
.social-pill  {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  padding: 8px 16px; border-radius: var(--pill);
  font-size: 13px; font-weight: 600; color: var(--text-2);
}
 
 
/* ================================================================
   CARDS DE CURSOS
   ================================================================ */
.courses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px,1fr)); gap: 24px; }
.ccard {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .2s, transform .22s;
}
.ccard:hover { border-color: var(--border-2); transform: translateY(-5px); }
.ccard-thumb  { aspect-ratio: 16/9; overflow: hidden; position: relative; flex-shrink: 0; }
.ccard-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; display: block; }
.ccard:hover .ccard-thumb img { transform: scale(1.05); }
.ccard-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,14,.85) 0%, transparent 55%); }
.ccard-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--amber); color: #000;
  font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 6px;
}
.ccard-play {
  position: absolute; bottom: 14px; right: 14px;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.9);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; padding-left: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,.4); transition: transform .2s;
}
.ccard:hover .ccard-play { transform: scale(1.1); }
.ccard-body  { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.ccard-title { font-size: 19px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.ccard-desc  { font-size: 14px; color: var(--text-2); line-height: 1.62; flex: 1; margin-bottom: 18px; }
.ccard-meta  { display: flex; gap: 16px; font-size: 13px; color: var(--text-3); flex-wrap: wrap; }
.ccard-foot  {
  padding: 16px 22px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.025);
}
.ccard-price     { font-size: 21px; font-weight: 800; color: var(--text); }
.ccard-price-lbl { font-size: 12px; color: var(--text-3); }
 
 
/* ================================================================
   TESTIMONIOS
   ================================================================ */
.tgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 18px; }
.tcard { background: var(--bg-3); border: 1px solid var(--border); border-radius: var(--r); padding: 26px; }
.tcard-stars  { color: var(--amber); font-size: 14px; letter-spacing: 3px; margin-bottom: 14px; }
.tcard-text   { font-size: 15px; color: var(--text-2); line-height: 1.72; font-style: italic; margin-bottom: 20px; }
.tcard-author { display: flex; align-items: center; gap: 13px; }
.tcard-av     { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; border: 2px solid var(--border); flex-shrink: 0; }
.tcard-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tcard-name   { font-size: 14px; font-weight: 700; color: var(--text); }
.tcard-meta   { font-size: 12px; color: var(--text-3); }
 
 
/* ================================================================
   FINAL CTA (inicio)
   ================================================================ */
.final-cta {
  padding: 128px 28px; text-align: center; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 65% 65% at 50% 50%, rgba(245,158,11,.06) 0%, transparent 70%);
}
.final-cta h2       { font-size: clamp(32px, 5vw, 54px); font-weight: 900; color: var(--text); margin-bottom: 18px; position: relative; }
.final-cta p        { font-size: 18px; color: var(--text-2); margin-bottom: 44px; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.72; position: relative; }
.final-cta-btns     { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
 
 
/* ================================================================
   FOOTER
   ================================================================ */
.footer    { background: var(--bg-2); border-top: 1px solid var(--border); padding: 56px 28px 28px; }
.footer-in {
  max-width: 1140px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; align-items: flex-start;
  margin-bottom: 40px;
}
.footer-brand p  { font-size: 14px; color: var(--text-3); max-width: 280px; margin-top: 14px; line-height: 1.65; }
.footer-col h4   { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-2); margin-bottom: 18px; }
.footer-col ul   { display: flex; flex-direction: column; gap: 11px; }
.footer-col a    { font-size: 14px; color: var(--text-3); transition: color .2s; }
.footer-col a:hover { color: var(--text); }
.social-row { display: flex; gap: 10px; margin-top: 20px; }
.s-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
  transition: background .2s;
}
.s-icon:hover { background: rgba(255,255,255,.1); }
.footer-bot {
  max-width: 1140px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--text-3);
}
 
 
/* ================================================================
   HERO DEL CURSO
   ================================================================ */
.course-hero { padding: 100px 28px 0; background: var(--bg); position: relative; overflow: hidden; }
.course-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 55% at 25% 35%, rgba(79,124,255,.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 80% 70%, rgba(245,158,11,.04) 0%, transparent 60%);
}
.course-hero-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 360px; gap: 52px; align-items: start;
  position: relative; z-index: 1; padding-bottom: 72px;
}
/* Meta del curso */
.ch-meta     { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 18px; }
.ch-level    { background: var(--blue-3); color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 6px; }
.ch-rating   { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--text-2); }
.ch-stars    { color: var(--amber); letter-spacing: 1px; }
.ch-enrolled { font-size: 13px; color: var(--text-3); }
.ch-title    { font-size: clamp(30px, 5vw, 56px); font-weight: 900; color: var(--text); letter-spacing: -1px; margin-bottom: 18px; line-height: 1.1; }
.ch-sub      { font-size: 17px; color: var(--text-2); line-height: 1.78; margin-bottom: 28px; max-width: 580px; }
.ch-stats    { display: flex; flex-wrap: wrap; gap: 24px; padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.ch-stat     { font-size: 14px; color: var(--text-2); display: flex; align-items: center; gap: 7px; }
 
/* Mini instructor */
.ch-instructor { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border); margin-bottom: 4px; }
.ch-instr-av   { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(245,158,11,.3); flex-shrink: 0; }
.ch-instr-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ch-instr-name { font-size: 15px; font-weight: 700; color: var(--text); }
.ch-instr-sub  { font-size: 13px; color: var(--text-3); }
 
/* Thumbnail grande */
.ch-thumb  { width: 100%; aspect-ratio: 16/9; border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); position: relative; cursor: pointer; margin-top: 28px; }
.ch-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; display: block; }
.ch-thumb:hover img { transform: scale(1.03); }
.ch-thumb-ov {
  position: absolute; inset: 0; background: rgba(0,0,0,.42);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  transition: background .2s;
}
.ch-thumb:hover .ch-thumb-ov { background: rgba(0,0,0,.3); }
.play-circle {
  width: 76px; height: 76px; border-radius: 50%; background: rgba(255,255,255,.95);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; padding-left: 5px;
  box-shadow: 0 8px 36px rgba(0,0,0,.5); transition: transform .2s;
}
.ch-thumb:hover .play-circle { transform: scale(1.1); }
.play-label { background: rgba(0,0,0,.7); color: #fff; font-size: 13px; font-weight: 600; padding: 5px 16px; border-radius: 20px; }
 
 
/* ================================================================
   PRICE CARD (sticky)
   ================================================================ */
.price-wrap { position: sticky; top: 80px; }
.pcard { background: var(--bg-3); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 28px 72px rgba(0,0,0,.45); }
.pcard-thumb    { aspect-ratio: 16/9; overflow: hidden; position: relative; }
.pcard-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcard-thumb-ov { position: absolute; inset: 0; background: rgba(0,0,0,.38); display: flex; align-items: center; justify-content: center; }
.pcard-play     { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center; font-size: 19px; padding-left: 3px; }
.pcard-body     { padding: 24px; }
.pcard-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.pcard-price    { font-size: 40px; font-weight: 900; color: var(--text); line-height: 1; }
.pcard-currency { font-size: 17px; color: var(--text-3); font-weight: 600; }
.pcard-alt      { font-size: 14px; color: var(--text-3); margin-bottom: 20px; }
.pcard-cta      { margin-bottom: 14px; }
.pcard-safe     { text-align: center; font-size: 12px; color: var(--text-3); margin-bottom: 20px; }
.pcard-divider  { height: 1px; background: var(--border); margin: 16px 0; }
.pcard-includes { display: flex; flex-direction: column; gap: 10px; }
.inc-row     { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-2); }
.inc-check   { color: var(--green); font-weight: 800; min-width: 16px; margin-top: 1px; }
.pcard-guarantee { margin-top: 16px; padding: 14px; text-align: center; background: var(--green-3); border: 1px solid rgba(16,185,129,.15); border-radius: 10px; }
.pcard-guarantee strong { display: block; color: var(--green); font-size: 13px; margin-bottom: 3px; }
.pcard-guarantee span   { font-size: 12px; color: var(--text-3); }
 
 
/* ================================================================
   OUTCOMES (lo que vas a lograr)
   ================================================================ */
.outcomes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 14px; }
.oc-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r); padding: 20px; transition: border-color .2s;
}
.oc-item:hover { border-color: rgba(16,185,129,.3); }
.oc-check { width: 26px; height: 26px; border-radius: 50%; background: var(--green-3); color: var(--green); font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.oc-text  { font-size: 15px; color: var(--text-2); line-height: 1.55; }
.oc-text strong { color: var(--text); }
 
 
/* ================================================================
   PARA QUIÉN ES
   ================================================================ */
.who-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 16px; }
.who-card {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r); padding: 28px 22px; text-align: center;
  transition: border-color .2s, transform .2s;
}
.who-card:hover { border-color: rgba(245,158,11,.25); transform: translateY(-4px); }
.who-icon { font-size: 36px; margin-bottom: 16px; display: block; }
.who-text { font-size: 15px; color: var(--text-2); line-height: 1.62; }
.who-text strong { color: var(--text); }
 
 
/* ================================================================
   CURRICULUM (acordeón)
   ================================================================ */
.acc-wrap { display: flex; flex-direction: column; gap: 10px; }
.acc-item {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden; transition: border-color .2s;
}
.acc-item.open { border-color: rgba(79,124,255,.35); }
.acc-trigger {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 20px 22px; background: none; border: none; cursor: pointer;
  text-align: left; color: var(--text); -webkit-appearance: none;
}
.acc-trigger:hover { background: rgba(255,255,255,.02); }
.acc-num  { font-size: 11px; font-weight: 800; color: var(--blue); background: var(--blue-3); padding: 3px 9px; border-radius: 6px; white-space: nowrap; }
.acc-ttl  { flex: 1; font-size: 16px; font-weight: 700; color: var(--text); }
.acc-dur  { font-size: 12px; color: var(--text-3); background: rgba(255,255,255,.05); padding: 3px 10px; border-radius: 6px; white-space: nowrap; }
.acc-ico  { font-size: 22px; font-weight: 300; color: var(--text-2); min-width: 24px; text-align: center; line-height: 1; transition: color .2s; }
.acc-item.open .acc-ico { color: var(--blue); }
.acc-body { display: none; padding: 0 22px 24px; border-top: 1px solid var(--border); }
.acc-item.open .acc-body { display: block; }
.acc-desc { font-size: 15px; color: var(--text-2); line-height: 1.78; padding: 18px 0 16px; }
 
/* Lista de clases */
.lessons { display: flex; flex-direction: column; gap: 8px; }
.lesson  { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 10px; background: rgba(255,255,255,.03); font-size: 14px; color: var(--text-2); transition: background .15s; }
.lesson:hover { background: rgba(255,255,255,.055); }
.l-icon  { font-size: 14px; min-width: 20px; color: var(--text-3); }
.l-title { flex: 1; }
.l-type  { font-size: 11px; color: var(--text-3); background: rgba(255,255,255,.05); padding: 2px 8px; border-radius: 5px; white-space: nowrap; }
.l-type.free { background: var(--green-3); color: var(--green); }
 
 
/* ================================================================
   TODO LO QUE INCLUYE (bento)
   ================================================================ */
.includes-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}
.inc-card {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: 20px; padding: 28px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.inc-card:hover { transform: translateY(-3px); border-color: var(--border-2); }
.inc-card-wide { grid-column: span 2; }
.inc-card::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 160px; height: 160px; border-radius: 50%; pointer-events: none; }
.inc-blue  { border-color: rgba(79,124,255,.18); }
.inc-blue::after  { background: radial-gradient(circle, rgba(79,124,255,.1) 0%, transparent 70%); }
.inc-amber { border-color: rgba(245,158,11,.18); }
.inc-amber::after { background: radial-gradient(circle, rgba(245,158,11,.1) 0%, transparent 70%); }
.inc-green { border-color: rgba(16,185,129,.15); }
.inc-green::after { background: radial-gradient(circle, rgba(16,185,129,.1) 0%, transparent 70%); }
.inc-card-icon  { font-size: 36px; margin-bottom: 16px; display: block; }
.inc-card-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.inc-card-text  { font-size: 14px; color: var(--text-2); line-height: 1.65; }
 
 
/* ================================================================
   INSTRUCTOR MINI (en página del curso)
   ================================================================ */
.instr-mini {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 40px;
  display: flex; gap: 36px; align-items: center;
  max-width: 820px; margin: 0 auto;
}
.instr-mini-photo      { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(245,158,11,.3); flex-shrink: 0; }
.instr-mini-photo img  { width: 100%; height: 100%; object-fit: cover; display: block; }
.instr-mini-name       { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.instr-mini-role       { font-size: 14px; color: var(--amber); font-weight: 600; margin-bottom: 14px; }
.instr-mini-bio        { font-size: 15px; color: var(--text-2); line-height: 1.72; margin-bottom: 18px; }
.instr-mini-links      { display: flex; gap: 10px; flex-wrap: wrap; }
 
 
/* ================================================================
   FAQ (acordeón)
   ================================================================ */
.faq-wrap { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--bg-3); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: rgba(79,124,255,.3); }
.faq-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; background: none; border: none; cursor: pointer; text-align: left; color: var(--text); -webkit-appearance: none;
}
.faq-trigger:hover { background: rgba(255,255,255,.02); }
.faq-q   { font-size: 15px; font-weight: 600; color: var(--text); }
.faq-ico { font-size: 22px; font-weight: 300; color: var(--text-2); min-width: 22px; text-align: center; line-height: 1; transition: color .2s; }
.faq-item.open .faq-ico { color: var(--blue); }
.faq-body { display: none; padding: 0 22px 18px; border-top: 1px solid var(--border); }
.faq-item.open .faq-body { display: block; }
.faq-body p { font-size: 15px; color: var(--text-2); line-height: 1.75; padding-top: 16px; }
 
 
/* ================================================================
   BOTTOM CTA (curso)
   ================================================================ */
.bottom-cta { padding: 100px 28px; text-align: center; position: relative; overflow: hidden; }
.bottom-cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(79,124,255,.07) 0%, transparent 70%);
}
.bottom-cta h2 { font-size: clamp(26px, 4vw, 44px); font-weight: 900; color: var(--text); margin-bottom: 16px; position: relative; }
.bottom-cta p  { font-size: 17px; color: var(--text-2); margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.72; position: relative; }
.bottom-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
 
 
/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .hero-grid            { grid-template-columns: 1fr; }
  .hero-visual          { display: none; }
  .hero-sub             { max-width: 100%; }
  .instr-grid           { grid-template-columns: 1fr; }
  .instr-photo          { max-width: 400px; margin: 0 auto; }
  .bento                { grid-template-columns: 1fr 1fr; }
  .bcard-wide           { grid-column: span 2; }
  .steps                { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps::before        { display: none; }
  .course-hero-grid     { grid-template-columns: 1fr; }
  .price-wrap           { position: static; }
  .pcard                { max-width: 480px; margin: 0 auto; }
  .includes-bento       { grid-template-columns: 1fr 1fr; }
  .inc-card-wide        { grid-column: span 2; }
}
@media (max-width: 768px) {
  .sec                  { padding: 68px 0; }
  .nav-links            { display: none; }
  .hero                 { padding: 100px 22px 64px; }
  .hero-actions         { flex-direction: column; align-items: flex-start; }
  .hero-proof           { flex-wrap: wrap; gap: 0; }
  .proof-item           { min-width: 50%; margin-bottom: 12px; }
  .bento                { grid-template-columns: 1fr; }
  .bcard-wide           { grid-column: span 1; }
  .strip-item           { min-width: 140px; }
  .course-hero          { padding: 80px 22px 0; }
  .course-hero-grid     { padding-bottom: 52px; gap: 36px; }
  .breadcrumb           { display: none; }
  .instr-mini           { flex-direction: column; text-align: center; padding: 28px; }
  .instr-mini-links     { justify-content: center; }
  .includes-bento       { grid-template-columns: 1fr; }
  .inc-card-wide        { grid-column: span 1; }
  .final-cta            { padding: 80px 22px; }
  .bottom-cta           { padding: 72px 22px; }
}
@media (max-width: 480px) {
  .steps                { grid-template-columns: 1fr; }
  .hero-proof .proof-item { min-width: 100%; }
}/* End custom CSS */