/* ============================================================
   My English Spot — Landing styles
   ============================================================ */

:root {
  --blue: #65c6f4;
  --blue-deep: #2ea7da;
  --blue-ink: #1a6fa0;
  --orange: #ffa51f;
  --orange-deep: #ed8c00;
  --cream: #faf8f3;
  --cream-2: #f3efe5;
  --ink: #1f2330;
  --ink-2: #4a5060;
  --ink-3: #7a8092;
  --line: #ebe6d8;
  --white: #ffffff;

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 36px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 6px rgba(31, 35, 48, 0.06);
  --shadow-md: 0 10px 28px -12px rgba(31, 35, 48, 0.18);
  --shadow-lg: 0 24px 60px -20px rgba(31, 35, 48, 0.25);
  --shadow-blue: 0 18px 40px -16px rgba(101, 198, 244, 0.55);
  --shadow-orange: 0 18px 40px -16px rgba(255, 165, 31, 0.55);

  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 600;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul, ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 900; letter-spacing: -0.01em; line-height: 1.08; }
p { margin: 0; }

.ink--orange { color: var(--orange); }
.ink--blue { color: var(--blue); }
.ink--cream { color: var(--cream); }
.orange { color: var(--orange); }
.blue { color: var(--blue); }

/* ===== Eyebrow ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-deep);
  background: rgba(255, 165, 31, 0.12);
  padding: 7px 14px;
  border-radius: var(--r-pill);
  border: 1.5px solid rgba(255, 165, 31, 0.25);
}
.eyebrow--on-blue {
  background: rgba(255, 255, 255, 0.18);
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.28);
}

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 28px 96px;
}
.legal-wrap h1 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 8px;
}
.legal-wrap .legal-meta {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-3);
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--line);
}
.legal-wrap h2 {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  margin: 40px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--line);
}
.legal-wrap h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin: 24px 0 8px;
}
.legal-wrap p {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.7;
  margin-bottom: 14px;
}
.legal-wrap ul, .legal-wrap ol {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 14px;
}
.legal-wrap li {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.7;
  margin-bottom: 6px;
}
.legal-wrap strong { color: var(--ink); }
.legal-wrap a { color: var(--blue-ink); text-decoration: underline; }
.legal-wrap a:hover { color: var(--blue-deep); }
.legal-wrap .legal-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-deep);
  background: rgba(255, 165, 31, 0.1);
  padding: 5px 12px;
  border-radius: var(--r-pill);
  border: 1.5px solid rgba(255, 165, 31, 0.22);
  margin-bottom: 16px;
}
.legal-wrap .legal-notice {
  background: rgba(101, 198, 244, 0.1);
  border: 1.5px solid rgba(101, 198, 244, 0.3);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin: 20px 0;
}
.legal-wrap .legal-notice p { margin-bottom: 0; color: var(--blue-ink); }

/* Cookie table */
.legal-table-wrap { overflow-x: auto; margin: 16px 0 24px; border-radius: var(--r-md); border: 1.5px solid var(--line); }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-table th {
  background: var(--cream-2);
  font-weight: 800;
  color: var(--ink);
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1.5px solid var(--line);
  white-space: nowrap;
}
.legal-table td {
  padding: 10px 16px;
  color: var(--ink-2);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.legal-table tr:last-child td { border-bottom: none; }
.legal-table td:first-child { color: var(--ink); font-weight: 800; white-space: nowrap; }
.badge-ok  { display:inline-block; background:rgba(46,167,90,.12); color:#1a6f3c; font-size:12px; font-weight:800; padding:3px 10px; border-radius:var(--r-pill); }
.badge-no  { display:inline-block; background:rgba(255,165,31,.12); color:var(--orange-deep); font-size:12px; font-weight:800; padding:3px 10px; border-radius:var(--r-pill); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  border: 2.5px solid transparent;
  transition: transform .12s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  user-select: none;
}
.btn:active { transform: translateY(1px) scale(0.99); }

.btn--sm  { padding: 11px 18px; font-size: 14.5px; }
.btn--lg  { padding: 18px 28px; font-size: 17.5px; }
.btn--block { display: flex; width: 100%; }

.btn--primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-blue);
}
.btn--primary:hover { background: var(--blue-deep); transform: translateY(-2px); }

.btn--ink {
  color: var(--ink);
}
.btn--ink:hover { color: var(--ink); }

.btn--orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: var(--shadow-orange);
}
.btn--orange:hover { background: var(--orange-deep); transform: translateY(-2px); }

.btn--ghost {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }

.btn--cream {
  background: var(--cream);
  color: var(--blue-ink);
}
.btn--cream:hover { background: var(--white); transform: translateY(-2px); }

.btn--outline-cream {
  background: transparent;
  color: var(--cream);
  border-color: rgba(250, 248, 243, 0.55);
}
.btn--outline-cream:hover { border-color: var(--cream); background: rgba(255, 255, 255, 0.08); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 243, 0.86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1.5px solid transparent;
  transition: border-color .2s ease, background-color .2s ease;
}
.nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(250, 248, 243, 0.94);
}
.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.nav__mark-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  padding: 2px 0;
}
.nav__mark {
  width: auto;
  height: 100%;
  max-height: 40px;
  object-fit: contain;
  display: block;
}
.nav__wordmark {
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.nav__menu {
  display: flex;
  gap: 6px;
  margin-left: 18px;
  flex: 1;
}
.nav__menu a {
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-2);
  transition: background-color .15s, color .15s;
}
.nav__menu a:hover { background: rgba(31, 35, 48, 0.05); color: var(--ink); }

.nav__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lang {
  display: inline-flex;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  padding: 3px;
}
.lang__btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--ink-3);
  transition: background .15s, color .15s;
}
.lang__btn.is-active {
  background: var(--blue);
  color: var(--white);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 28px 80px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero__inner { position: relative; z-index: 1; }

.hero__h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 18px 0 22px;
  text-wrap: balance;
}
.hero__sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 540px;
  margin-bottom: 32px;
  font-weight: 600;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 26px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink-2);
}
.hero__chips li { display: inline-flex; align-items: center; gap: 8px; }
.chip__dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.chip__dot--blue { background: var(--blue); }
.chip__dot--orange { background: var(--orange); }

/* ============================================================
   HERO VISUAL — 1-on-1 live video call
   ============================================================ */
.hero__visual {
  position: relative;
  z-index: 1;
}
.vcall {
  background: #14181f;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1.5px solid var(--line);
  color: var(--cream);
}
.vcall__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #1d232e;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vcall__bar-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
}
.vcall__bar-dot:nth-child(1) { background: #ff8c7a; }
.vcall__bar-dot:nth-child(2) { background: #ffd166; }
.vcall__bar-dot:nth-child(3) { background: #6ec97a; }
.vcall__bar-title {
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(250,248,243,0.75);
  letter-spacing: 0.01em;
}
.vcall__bar-title svg { color: var(--blue); flex-shrink: 0; }
.vcall__bar-time {
  font-size: 12.5px;
  font-weight: 800;
  color: rgba(250,248,243,0.55);
  font-variant-numeric: tabular-nums;
}

.vcall__stage {
  position: relative;
  padding: 18px;
  background:
    radial-gradient(circle at 80% 100%, rgba(255,165,31,0.12), transparent 50%),
    radial-gradient(circle at 0% 0%, rgba(101,198,244,0.10), transparent 55%);
}

.vcall__main {
  position: relative;
  aspect-ratio: 16 / 11;
  border-radius: var(--r-md);
  overflow: hidden;
  isolation: isolate;
}
.vcall__main-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 35%, #5fa9d8 0%, transparent 60%),
    radial-gradient(circle at 75% 70%, #1e5aba 0%, transparent 65%),
    linear-gradient(160deg, #2a6fda 0%, #1a4a96 100%);
}
.vcall__main-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(0,0,0,0.45), transparent 70%);
}

.vcall__face {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  width: 110px; height: 110px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--blue-ink);
  display: grid;
  place-items: center;
  font-size: 52px;
  font-weight: 900;
  border: 4px solid rgba(255,255,255,0.35);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
  letter-spacing: -0.02em;
}

.vcall__live {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--cream);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 11px 6px 9px;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vcall__live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff4757;
  box-shadow: 0 0 0 3px rgba(255,71,87,0.22);
  animation: livePulse 1.5s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(255,71,87,0.22); }
  50%     { box-shadow: 0 0 0 7px rgba(255,71,87,0.05); }
}

.vcall__name {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  padding: 7px 12px 7px 10px;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.vcall__name svg { color: #6ec97a; }
.vcall__name-role {
  font-weight: 700;
  opacity: 0.7;
  font-size: 12px;
}
.vcall__name-role::before { content: "· "; }

.vcall__pip {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 26%;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  border: 2.5px solid rgba(255,255,255,0.85);
  box-shadow: 0 8px 18px rgba(0,0,0,0.35);
  background: linear-gradient(160deg, #ff9d2a 0%, #d97000 100%);
}
.vcall__pip-face {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--orange-deep);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  border: 2.5px solid rgba(255,255,255,0.4);
}
.vcall__pip-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  text-align: center;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--cream);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.vcall__caption {
  margin-top: 14px;
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-md);
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1.5px solid var(--line);
}
.vcall__caption-tag {
  flex-shrink: 0;
  background: var(--blue);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}
.vcall__caption-text {
  font-size: 14.5px;
  font-weight: 700;
  font-style: italic;
  color: var(--ink-2);
  line-height: 1.4;
}

.vcall__tools {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.vcall__tool {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: rgba(250,248,243,0.7);
  display: grid;
  place-items: center;
  transition: background .15s;
}
.vcall__tool--on {
  background: rgba(101,198,244,0.22);
  color: var(--blue);
}
.vcall__tool--leave {
  background: #e0353f;
  color: white;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  padding: 96px 0;
  position: relative;
}
.section--cream { background: var(--cream-2); }
.section--blue {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.10), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,165,31,0.20), transparent 55%),
    var(--blue);
  color: var(--cream);
}
.section__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

.sec-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 {
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  margin-top: 16px;
}
.sec-head__sub {
  margin-top: 18px;
  font-size: 18px;
  color: var(--ink-2);
  font-weight: 600;
  max-width: 620px;
}
.section--blue .sec-head__sub { color: rgba(250,248,243,0.85); }

/* ============================================================
   PARA QUIÉN — Levels
   ============================================================ */
.levels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}
.level {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 28px 22px 24px;
  border: 1.5px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
}
.level::before {
  content: "";
  position: absolute;
  inset: auto -30% -50% auto;
  width: 140%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(101,198,244,0.10), transparent 60%);
  pointer-events: none;
}
.level--a1::before { background: radial-gradient(circle at center, rgba(101,198,244,0.10), transparent 60%); }
.level--a2::before { background: radial-gradient(circle at center, rgba(101,198,244,0.16), transparent 60%); }
.level--b1::before { background: radial-gradient(circle at center, rgba(255,165,31,0.13), transparent 60%); }
.level--b2::before { background: radial-gradient(circle at center, rgba(255,165,31,0.18), transparent 60%); }
.level--c1::before { background: radial-gradient(circle at center, rgba(255,165,31,0.26), transparent 60%); }

.level:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.level__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  background: var(--blue);
  color: var(--white);
  margin-bottom: 16px;
}
.level--b1 .level__tag,
.level--b2 .level__tag,
.level--c1 .level__tag { background: var(--orange); }

.level h3 {
  font-size: 19px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.level p {
  font-size: 14.5px;
  color: var(--ink-2);
  font-weight: 600;
  line-height: 1.5;
}

.ages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
  background: var(--white);
  padding: 22px 28px;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--line);
}
.ages__group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 1 auto;
}
.ages__icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(101, 198, 244, 0.15);
  color: var(--blue-deep);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.ages__group:nth-child(2) .ages__icon {
  background: rgba(255, 165, 31, 0.15);
  color: var(--orange-deep);
}
.ages__group strong { display: block; font-weight: 900; font-size: 15.5px; }
.ages__group span { font-size: 13.5px; color: var(--ink-3); font-weight: 600; }

/* ============================================================
   QUÉ OFRECEMOS — Offer cards
   ============================================================ */
.offer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.offer__card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.offer__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.offer__card--feature {
  background: linear-gradient(170deg, #fffbf2 0%, var(--white) 50%);
  border-color: rgba(255,165,31,0.35);
}
.offer__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-orange);
  white-space: nowrap;
}
.offer__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.offer__icon--blue { background: rgba(101, 198, 244, 0.16); color: var(--blue-deep); }
.offer__icon--orange { background: rgba(255, 165, 31, 0.18); color: var(--orange-deep); }
.offer__card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.offer__card > p {
  font-size: 15px;
  color: var(--ink-2);
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 20px;
}
.offer__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: auto;
}
.offer__list li {
  position: relative;
  padding-left: 24px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink-2);
}
.offer__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 14px; height: 14px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--cream);
}
.offer__card:nth-child(even) .offer__list li::before { background: var(--orange); }

/* ============================================================
   CÓMO FUNCIONA — Steps
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 16%;
  right: 16%;
  height: 3px;
  background-image: linear-gradient(to right, rgba(250,248,243,0.5) 50%, transparent 50%);
  background-size: 18px 3px;
  background-repeat: repeat-x;
  z-index: 0;
}
.step {
  position: relative;
  text-align: center;
  padding: 0 12px;
  z-index: 1;
}
.step__pin {
  position: relative;
  width: 96px;
  height: 128px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,0.18));
}
.step__pin svg { width: 100%; height: auto; display: block; }
.step__num {
  position: absolute;
  top: 43.2px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
}
.step__pin--orange .step__num { color: var(--orange-deep); }

.step h3 {
  font-size: 24px;
  color: var(--cream);
  margin-bottom: 10px;
}
.step p {
  font-size: 16px;
  color: rgba(250, 248, 243, 0.85);
  font-weight: 600;
  line-height: 1.55;
  max-width: 320px;
  margin: 0 auto;
}

/* ============================================================
   PRECIOS
   ============================================================ */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.price {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price--feature {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
}
.price--feature:hover { transform: translateY(-12px); }
.price__ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: var(--white);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-orange);
}

.price--trial {
  background:
    radial-gradient(circle at 80% 0%, rgba(101,198,244,0.20), transparent 55%),
    var(--white);
  border: 1.5px dashed var(--blue);
}
.price__pin {
  position: absolute;
  top: -22px;
  right: 22px;
  filter: drop-shadow(0 10px 12px rgba(0,0,0,0.12));
}

.price__head { margin-bottom: 20px; }
.price__name {
  display: block;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.price__pace {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-3);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.price--feature .price__pace { color: rgba(250,248,243,0.65); }

.price__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}
.price__currency {
  font-size: 28px;
  font-weight: 800;
  color: var(--ink-3);
}
.price__num {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}
.price__per {
  font-size: 14px;
  color: var(--ink-3);
  font-weight: 700;
  margin-left: 6px;
}
.price__free {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--orange);
  line-height: 1;
}
.price--feature .price__currency,
.price--feature .price__per { color: rgba(250,248,243,0.55); }

.price__hint {
  font-size: 13.5px;
  color: var(--ink-3);
  font-weight: 700;
  margin-bottom: 22px;
}
.price--feature .price__hint { color: rgba(250,248,243,0.7); }

.price__feats {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 26px;
  flex-grow: 1;
}
.price__feats li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  font-weight: 700;
}
.price__feats li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 18px; height: 18px;
  background: rgba(101,198,244,0.18);
  color: var(--blue-deep);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 11px;
  font-weight: 900;
}
.price--feature .price__feats li::before {
  background: rgba(255,165,31,0.25);
  color: var(--orange);
}
.price--trial .price__feats li::before { background: rgba(255,165,31,0.20); color: var(--orange-deep); }

.pricing__foot {
  margin-top: 32px;
  text-align: center;
  font-size: 15px;
  color: var(--ink-2);
  font-weight: 600;
}
.pricing__foot a {
  color: var(--blue-deep);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* ============================================================
   TESTIMONIOS
   ============================================================ */
.testis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.testi {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.testi__stars {
  color: var(--orange);
  font-size: 18px;
  letter-spacing: 1px;
}
.testi blockquote {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--ink);
  text-wrap: pretty;
}
.testi__by {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 6px;
  border-top: 1.5px dashed var(--line);
  padding-top: 16px;
}
.testi__by > div strong { display: block; font-weight: 900; font-size: 15px; }
.testi__by > div span { display: block; font-size: 13px; color: var(--ink-3); font-weight: 700; }

.avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 900;
  font-size: 17px;
  color: var(--white);
  flex-shrink: 0;
}
.avatar--blue { background: var(--blue); }
.avatar--orange { background: var(--orange); }

/* ============================================================
   CTA Section
   ============================================================ */
.cta {
  background:
    radial-gradient(circle at 20% 30%, rgba(101,198,244,0.30), transparent 60%),
    radial-gradient(circle at 90% 80%, rgba(255,165,31,0.30), transparent 55%),
    var(--ink);
  color: var(--cream);
  padding: 100px 28px;
  text-align: center;
  position: relative;
}
.cta__inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
.cta__pin {
  width: 64px;
  margin: 0 auto 22px;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.3));
}
.cta h2 {
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.cta p {
  font-size: 18.5px;
  color: rgba(250,248,243,0.85);
  margin-bottom: 32px;
  font-weight: 600;
}
.cta__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--cream-2);
  padding: 60px 28px 28px;
  border-top: 1.5px solid var(--line);
}
.footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  padding-bottom: 44px;
  border-bottom: 1.5px solid var(--line);
}
.footer__brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.footer__mark { height: 44px; }
.footer__wordmark {
  font-weight: 900;
  font-size: 18px;
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.footer__tag { font-size: 14px; color: var(--ink-2); font-weight: 600; }

.footer__cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.footer__col h4 {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.footer__col--social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer__col--social h4 { text-align: center; }
.footer__col a:not(.btn) {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  padding: 4px 0;
  transition: color .15s;
}
.footer__col a:not(.btn):hover { color: var(--blue-deep); }

.socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.socials a {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--white);
  display: grid; place-items: center;
  color: var(--ink-2);
  border: 1.5px solid var(--line);
  padding: 0;
  transition: color .15s, border-color .15s, transform .15s;
}
.socials a:hover { color: var(--orange-deep); border-color: var(--orange); transform: translateY(-2px); }

.footer__col--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}
.footer__col--cta h4 { text-align: center; }
.footer__col--cta .btn { margin-top: 2px; }

.footer__legal {
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 22px;
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 700;
  flex-wrap: wrap;
  align-items: center;
}
.footer__legal a:hover { color: var(--ink); }
.footer__legal-sep { opacity: 0.5; }

/* ============================================================
   HERO MISSION — central brand promise
   ============================================================ */
.hero__mission {
  position: relative;
  display: block;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 22px;
  padding: 14px 22px 14px 22px;
  border-left: 4px solid var(--orange);
  background: linear-gradient(90deg, rgba(255,165,31,0.10), transparent 80%);
  border-radius: 4px 18px 18px 4px;
  max-width: 560px;
  letter-spacing: -0.005em;
}

/* ============================================================
   CONSULT — replaces pricing
   ============================================================ */
.consult {
  max-width: 880px;
  margin: 0 auto;
}
.consult__card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r-xl);
  padding: 44px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 36px;
  align-items: start;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.consult__card::after {
  content: "";
  position: absolute;
  right: -120px; bottom: -120px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101,198,244,0.18), transparent 70%);
  pointer-events: none;
}
.consult__pin {
  display: grid;
  place-items: center;
  width: 110px;
  height: 130px;
  background: var(--cream-2);
  border-radius: var(--r-lg);
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.06));
  position: relative;
  z-index: 1;
}
.consult__body {
  position: relative;
  z-index: 1;
}
.consult__body h3 {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.consult__body > p {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 22px;
}
.consult__feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.consult__feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}
.consult__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(101,198,244,0.20);
  color: var(--blue-deep);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}
.consult__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .consult__card { grid-template-columns: 1fr; gap: 22px; padding: 32px 26px; }
  .consult__pin { width: 88px; height: 104px; margin: 0 auto; }
  .consult__feats { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 60px; padding: 40px 24px 60px; }
  .hero__visual { max-width: 500px; margin: 0 auto; width: 100%; }
  .levels { grid-template-columns: repeat(3, 1fr); }
  .levels .level:nth-child(4) { grid-column: 1 / 3; }
  .levels .level:nth-child(5) { grid-column: 3 / 4; }
  .ages { gap: 14px 22px; }
  .offer { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: 1fr; }
  .price--feature { transform: none; }
  .price--feature:hover { transform: translateY(-4px); }
  .testis { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps::before { display: none; }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__cols { grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
  .nav__menu { display: none; }
}
@media (max-width: 720px) {
  .nav__wordmark { display: none; }
  .footer__cols { grid-template-columns: 1fr; gap: 28px; }
  .footer__col { text-align: center; align-items: center; }
  .footer__col h4 { text-align: center; }
  .footer__col a:not(.btn) { text-align: center; }
  .footer__brand { flex-direction: column; align-items: center; text-align: center; }
  .footer__legal { justify-content: center; text-align: center; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .levels { grid-template-columns: 1fr 1fr; }
  .levels .level:nth-child(4) { grid-column: auto; }
  /* Bug A fix: C1 (5th card) occupies full width when alone on its row */
  .levels .level:nth-child(5) { grid-column: span 2; }
  .offer { grid-template-columns: 1fr; }
  .nav__inner { padding: 12px 18px; gap: 12px; }
  .nav__right .btn { display: none; }
  .hero__h1 { font-size: 40px; }
  .cta { padding: 72px 20px; }
  .cta h2 { font-size: 30px; }
  .cta__btns .btn { width: 100%; }
}

/* Bug B fix: ages groups centered on small screens */
@media (max-width: 540px) {
  .ages { flex-direction: column; align-items: center; padding: 20px; }
  .ages__group { width: 100%; max-width: 280px; justify-content: flex-start; }
}

/* Mobile floating CTA — visible only on small screens */
.mobile-fab {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  font-size: 15.5px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  box-shadow: 0 8px 28px -8px rgba(101,198,244,0.7), 0 2px 8px rgba(0,0,0,0.12);
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background .15s;
  text-decoration: none;
  border: 2.5px solid transparent;
}
.mobile-fab:hover { background: var(--blue-deep); transform: translateX(-50%) translateY(-2px); }
@media (max-width: 640px) {
  .mobile-fab { display: inline-flex; }
  /* Add bottom padding to prevent FAB overlapping footer content */
  .footer { padding-bottom: 80px; }
}
