/* ============================================================
   Preicfes App · Micrositios de entrenamiento (Oro/Diamante/Élite/Intensivo)
   Sistema de diseño Apple/Shopify-like · mobile-first · CRO
   ============================================================ */
@font-face {
  font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --azul: #07143A; --violeta: #5B3DF5; --violeta-hover: #4C30D4; --violeta-suave: #8B7CFF;
  --gris: #666A82; --fondo: #F7F8FC; --linea: #E6E8F0; --blanco: #FFFFFF; --ws: #25D366; --gold: #F59E0B;
  --radio: 20px; --radio-sm: 14px; --sombra: 0 2px 12px rgba(7,20,58,.06); --sombra-lg: 0 20px 50px -20px rgba(7,20,58,.35);
  --acento: var(--violeta); /* sobreescrito por cada producto */
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
[id] { scroll-margin-top: 72px; }
body { font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, sans-serif; color: var(--azul); background: var(--blanco); line-height: 1.55; font-size: 16px; overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.wrap { max-width: 560px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 900px) { .wrap { max-width: 1340px; padding: 0 40px; } }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-size: 16px; font-weight: 800; border: none; cursor: pointer; border-radius: 999px; padding: 16px 24px; transition: transform .1s, background .15s; text-align: center; }
.btn:active { transform: scale(.98); }
.btn--primary { background: var(--acento); color: #fff; }
.btn--primary:hover { filter: brightness(.94); }
.btn--ghost { background: transparent; color: var(--azul); border: 1.5px solid var(--linea); font-weight: 700; font-size: 15px; padding: 13px 24px; }
.btn--ws { background: var(--ws); color: #fff; }
.btn--full { width: 100%; }

/* Announcement */
.announce { background: var(--azul); color: #fff; text-align: center; font-size: 13px; font-weight: 600; padding: 9px 16px; }
.announce b { color: var(--violeta-suave); font-weight: 800; }
.announce__sep { color: rgba(255,255,255,.35); margin: 0 9px; }
.announce__bolt { color: #F4B740; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--linea); }
.header__in { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.header__logo { height: 26px; width: auto; }
.header__brand { display: flex; align-items: center; gap: 10px; }
.header__ficon { height: 34px; width: auto; flex: none; }
/* Nav (menú del home) */
.header__nav { display: flex; align-items: center; gap: 4px; }
.header__nav a { font-size: 14px; font-weight: 700; color: var(--azul); padding: 8px 14px; border-radius: 999px; transition: background .15s, color .15s; }
.header__nav > a:not(.header__ingresar):hover { background: var(--fondo); color: var(--acento); }
.nav__new { display: inline-block; background: var(--violeta); color: #fff; font-size: 9.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; padding: 2px 7px; border-radius: 999px; margin-left: 5px; vertical-align: middle; }
.header__ingresar { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--linea); border-radius: 999px; padding: 9px 18px; font-weight: 800; margin-left: 8px; }
.header__ingresar svg { width: 15px; height: 15px; stroke: currentColor; }
.header__ingresar:hover { border-color: var(--violeta); color: var(--violeta); background: #fff; }
.header__burger { display: none; }
@media (max-width: 899px) {
  .header__burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 12px; background: none; border: none; cursor: pointer; }
  .header__burger span { display: block; height: 2px; border-radius: 2px; background: var(--azul); transition: transform .2s, opacity .2s; }
  .header.open .header__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .header.open .header__burger span:nth-child(2) { opacity: 0; }
  .header.open .header__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header__nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; background: rgba(255,255,255,.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--linea); padding: 8px 12px 14px; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: transform .2s, opacity .2s; }
  .header.open .header__nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .header__nav a { font-size: 16px; padding: 13px 12px; border-radius: var(--radio-sm); }
}

/* Hero */
.hero { padding: 36px 0 40px; position: relative; overflow: hidden; background: radial-gradient(640px 320px at 88% 12%, var(--acento-tint), transparent 62%), linear-gradient(180deg, var(--fondo) 0%, var(--blanco) 100%); }
.hero__grid { display: grid; gap: 26px; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--blanco); border: 1.5px solid var(--acento); color: var(--acento); font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; margin-bottom: 14px; box-shadow: none; }
.hero__badge svg { width: 15px; height: 15px; stroke: var(--acento); stroke-width: 1.9; fill: none; }
.hero h1 { font-size: clamp(36px, 6.4vw, 54px); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; margin-bottom: 14px; color: var(--azul); }
.hero h1 em { font-style: normal; color: var(--acento); position: relative; display: inline-block; }
.hero h1 em::after { content: ''; position: absolute; left: -1%; right: -3%; bottom: -.03em; height: .24em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='16' viewBox='0 0 240 16'%3E%3Cpath d='M4 10C70 4 150 4 214 8c8 .5 16 1 22 .4' fill='none' stroke='%23F2A81E' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero h1 em::before { content: ''; position: absolute; right: -.66em; top: -.16em; width: .5em; height: .5em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F2A81E' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 2.5v6'/%3E%3Cpath d='M19.5 6l-4 4'/%3E%3Cpath d='M21.5 14.5l-6-1.3'/%3E%3C/svg%3E") center/contain no-repeat; }
.hero__sub { color: var(--gris); font-size: 16px; line-height: 1.55; margin-bottom: 20px; max-width: 460px; }
.hero__chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 10px; margin-bottom: 22px; max-width: 470px; }
.hero__chip { display: flex; align-items: center; gap: 10px; min-width: 0; }
.hero__chip-ic { width: 38px; height: 38px; flex: none; border-radius: 11px; background: var(--acento-tint); display: grid; place-items: center; }
.hero__chip-ic svg { width: 20px; height: 20px; stroke: var(--acento); stroke-width: 1.9; fill: none; }
.hero__chip b { display: block; font-size: 13.5px; font-weight: 800; color: var(--azul); line-height: 1.15; }
.hero__chip small { font-size: 11.5px; color: var(--gris); font-weight: 600; }
.hero__pricebox { margin-bottom: 22px; }
.hero__price-label { display: block; font-size: 13px; font-weight: 700; color: var(--gris); margin-bottom: 1px; }
.hero__price-row { display: flex; align-items: baseline; gap: 8px; }
.hero__price { font-size: clamp(38px, 7.5vw, 50px); font-weight: 800; letter-spacing: -.035em; color: var(--azul); }
.hero__price-unit { font-size: 15px; color: var(--gris); font-weight: 700; }
.hero__meta { font-size: 13px; font-weight: 600; color: var(--gris); margin-top: 4px; }
.hero__cta-row { display: flex; flex-direction: column; gap: 12px; max-width: 420px; margin-bottom: 18px; }
.hero__cta-row .btn svg { width: 18px; height: 18px; }
.hero__secure { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--gris); }
.hero__secure > svg { width: 34px; height: 34px; flex: none; padding: 8px; border-radius: 10px; background: rgba(11,110,55,.08); stroke: #0B6E37; stroke-width: 2; fill: none; }
.hero__secure b { display: block; font-size: 13px; font-weight: 800; color: var(--azul); }
.hero__secure small { font-size: 11.5px; color: var(--gris); font-weight: 600; }
.hero__visual { position: relative; }
.hero__photo-wrap { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 16/12; box-shadow: var(--sombra-lg); }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; display: block; }
.hero__rating { position: absolute; right: 14px; bottom: 14px; background: var(--blanco); border-radius: 16px; box-shadow: 0 16px 40px rgba(7,20,58,.20); padding: 12px 16px; }
.hero__rating-top { display: flex; align-items: center; gap: 8px; margin-bottom: 3px; }
.hero__rating-stars { color: #FBBC04; font-size: 15px; letter-spacing: 1px; }
.hero__rating-score { font-size: 15px; font-weight: 800; color: var(--azul); }
.hero__rating-sub { font-size: 12px; color: var(--gris); line-height: 1.35; }
.hero__rating-sub b { color: var(--azul); font-weight: 800; }
@media (min-width: 900px) {
  .hero { padding: 0; }
  /* Mismo contenedor que .wrap: el copy alinea con el header y con todas las secciones */
  .hero__grid { position: relative; max-width: 1340px; margin: 0 auto; grid-template-columns: minmax(0, 560px) 1fr; align-items: center; gap: 40px; padding: 56px 40px 72px; min-height: 600px; }
  .hero__copy { width: 100%; max-width: 560px; position: relative; z-index: 2; }
  .hero__chips { display: flex; flex-wrap: wrap; gap: 14px 16px; max-width: 560px; }
  .hero__chip-ic { width: 34px; height: 34px; }
  .hero__chip b { font-size: 13px; }
  .hero__cta-row { flex-direction: row; max-width: none; }
  .hero__cta-row .btn { flex: 0 1 auto; }
  /* El visual ocupa el espacio libre a la derecha del copy (nunca lo invade) */
  .hero__visual { position: absolute; top: 56px; bottom: 72px; left: 600px; right: 40px; }  /* 40 padding + 560 col1 = fin exacto del copy */
  /* Círculo completo, centrado en ese espacio y a la misma altura que el copy */
  .hero__photo-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(90%, 560px); max-width: none; aspect-ratio: 1; border-radius: 50%; box-shadow: none; clip-path: none; }
  .hero__photo { object-position: 48% center; }
  .hero__rating { right: 4%; bottom: 6%; padding: 13px 16px; }
}

/* Feature bar (tarjeta sobrepuesta) */
.trust { background: transparent; padding: 0 0 20px; position: relative; z-index: 4; }
.trust__in { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 12px; background: var(--blanco); border: 1px solid var(--linea); border-radius: 20px; box-shadow: 0 22px 54px -26px rgba(7,20,58,.30); padding: 20px 18px; }
.trust__item { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; color: var(--azul); line-height: 1.3; }
.trust__item svg { width: 40px; height: 40px; flex: none; padding: 10px; border-radius: 12px; background: var(--acento-tint); stroke: var(--acento); stroke-width: 1.8; opacity: 1; fill: none; transition: transform .18s ease, box-shadow .18s ease; }
.trust__item:hover svg { transform: translateY(-2px); box-shadow: 0 8px 18px -10px var(--acento); }
.trust__item small { display: block; font-weight: 500; color: var(--gris); font-size: 11.5px; margin-top: 2px; }
@media (min-width: 900px) { .trust { margin-top: -42px; } .trust__in { grid-template-columns: repeat(4, 1fr); gap: 0; padding: 22px 8px; } .trust__item { padding: 4px 22px; } .trust__item + .trust__item { border-left: 1px solid var(--linea); } }

/* Secciones */
.sec { padding: 64px 0; }
@media (min-width: 900px) { .sec { padding: 96px 0; } }
.sec--soft { background: var(--fondo); }
.sec__head { text-align: center; max-width: 560px; margin: 0 auto 36px; }
@media (min-width: 900px) { .sec__head { margin-bottom: 44px; } }
.sec__eyebrow { display: inline-block; color: var(--acento); font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.sec__head h2 { font-size: clamp(26px, 6.5vw, 38px); font-weight: 800; letter-spacing: -.025em; line-height: 1.15; margin-bottom: 10px; }
.sec__head p { color: var(--gris); font-size: 15.5px; }

/* Beneficios grid */
.sec__head .sec__eyebrow svg { width: 14px; height: 14px; margin-right: 5px; vertical-align: -2px; color: var(--acento); }
.hl, .bene__hl, .begin__hl {
  color: var(--acento);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='14' viewBox='0 0 240 14'%3E%3Cpath d='M4 9C64 3 132 3 190 6c18 1 32 1.6 46 .6' fill='none' stroke='%23F2A81E' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% .34em; background-position: 0 100%;
  padding-bottom: .26em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.benes { display: grid; gap: 22px; }
@media (min-width: 720px) { .benes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .benes { grid-template-columns: repeat(3, 1fr); } }
.bene { background: var(--blanco); border: 1.5px solid var(--linea); border-radius: 22px; overflow: hidden; box-shadow: 0 10px 30px rgba(16,20,45,.06); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.bene:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(16,20,45,.12); border-color: color-mix(in srgb, var(--acento) 30%, var(--linea)); }
.bene__head { position: relative; aspect-ratio: 12 / 5; background: var(--acento-tint); overflow: hidden; }
.bene__head img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bene__head--ic { display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--acento) 20%, #fff), color-mix(in srgb, var(--acento) 7%, #fff)); }
.bene__head--ic::before { content: ""; position: absolute; inset: 0; background: radial-gradient(130px 90px at 82% 22%, color-mix(in srgb, var(--acento) 26%, transparent), transparent 68%); }
.bene__head--ic::after { content: ""; position: absolute; right: -18px; bottom: -22px; width: 90px; height: 90px; border-radius: 50%; border: 10px solid color-mix(in srgb, var(--acento) 16%, transparent); }
.bene__phic { position: relative; z-index: 1; width: 62px; height: 62px; border-radius: 18px; background: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px color-mix(in srgb, var(--acento) 22%, transparent); }
.bene__phic svg { width: 30px; height: 30px; stroke: var(--acento); stroke-width: 2; fill: none; }
.bene__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.bene__body h3 { font-size: 18px; font-weight: 800; letter-spacing: -.015em; line-height: 1.25; color: var(--azul); }
.bene__body h3 em { font-style: normal; color: var(--acento); }
.bene__body p { font-size: 14px; color: var(--gris); line-height: 1.55; }
.bene__tag { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 10px; font-size: 12.5px; font-weight: 700; color: var(--azul); }
.bene__tag svg { width: 17px; height: 17px; color: var(--acento); flex: none; }

/* Banner de cierre de beneficios */
.bene-banner { margin-top: 40px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; background: linear-gradient(135deg, #0B1533, #101B44); border-radius: 24px; padding: 22px 26px; box-shadow: 0 20px 50px rgba(11,21,51,.28); }
.bene-banner__proof { display: flex; align-items: center; gap: 12px; flex: none; }
.bene-banner__avatars { display: inline-flex; }
.bene-banner__avatars i { width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid #101B44; margin-left: -12px; background-size: cover; background-position: center; }
.bene-banner__avatars i:first-child { margin-left: 0; }
.bene-banner__avatars i:nth-child(1) { background-image: linear-gradient(135deg,#F59E0B,#F97316); }
.bene-banner__avatars i:nth-child(2) { background-image: linear-gradient(135deg,#5B3DF5,#8B7CFF); }
.bene-banner__avatars i:nth-child(3) { background-image: linear-gradient(135deg,#10B981,#34D399); }
.bene-banner__avatars i:nth-child(4) { background-image: linear-gradient(135deg,#EC4899,#F472B6); }
.bene-banner__n { font-weight: 900; font-size: 18px; color: #fff; letter-spacing: -.02em; }
.bene-banner__txt { flex: 1 1 260px; color: #fff; display: flex; flex-direction: column; gap: 2px; }
.bene-banner__txt b { font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.bene-banner__txt span { font-size: 14px; color: #C7CEE6; }
.bene-banner__txt em { font-style: normal; color: #A9B4FF; font-weight: 700; }
.bene-banner__cta { flex: none; background: var(--acento); color: #fff; font-weight: 800; font-size: 15px; padding: 13px 24px; border-radius: 999px; text-decoration: none; box-shadow: 0 12px 26px color-mix(in srgb, var(--acento) 45%, transparent); transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap; }
.bene-banner__cta:hover { transform: translateY(-2px); box-shadow: 0 18px 34px color-mix(in srgb, var(--acento) 55%, transparent); }
@media (max-width: 640px) { .bene-banner { flex-direction: column; align-items: flex-start; text-align: left; } .bene-banner__cta { width: 100%; text-align: center; } }

/* Feature oscura */
.feature { background: #0B1533; color: #fff; padding: 64px 0; }
@media (min-width: 900px) { .feature { padding: 96px 0; } }
.feat { display: grid; gap: 32px; align-items: center; }
@media (min-width: 940px) { .feat { grid-template-columns: 1.02fr 1fr; gap: 54px; } }
.feat__media img { width: 100%; height: auto; display: block; border-radius: 26px; box-shadow: 0 30px 70px rgba(0,0,0,.5); }
.feat__badge { display: inline-flex; align-items: center; gap: 8px; background: color-mix(in srgb, var(--acento) 20%, transparent); border: 1px solid color-mix(in srgb, var(--acento) 42%, transparent); color: color-mix(in srgb, var(--acento) 55%, #fff); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 9px 16px; border-radius: 999px; }
.feat__badge svg { width: 14px; height: 14px; }
.feat__badge svg path { fill: color-mix(in srgb, var(--acento) 45%, #fff); }
.feat__title { position: relative; font-size: clamp(30px, 5vw, 46px); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; margin: 16px 0 16px; }
.feat__title em { font-style: normal; position: relative; color: color-mix(in srgb, var(--acento) 52%, #fff); }
.feat__title em::after { content: ""; position: absolute; left: 0; right: 4%; bottom: -.02em; height: .14em; background: #F5A524; border-radius: 8px; opacity: .92; transform: skewX(-10deg); }
.feat__spark { position: absolute; width: 40px; height: 40px; top: 42%; right: -10px; stroke-width: 2.8; }
@media (min-width: 940px) { .feat__spark { top: 40%; right: -26px; } }
.feat__p { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.6; margin-bottom: 26px; max-width: 34em; }
.feat__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feat__stat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); border-radius: 20px; padding: 22px 10px 18px; text-align: center; }
.feat__stat-ic { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 50%; background: color-mix(in srgb, var(--acento) 22%, transparent); border: 1px solid color-mix(in srgb, var(--acento) 42%, transparent); display: grid; place-items: center; }
.feat__stat-ic svg { width: 24px; height: 24px; stroke: color-mix(in srgb, var(--acento) 45%, #fff); stroke-width: 1.8; fill: none; }
.feat__stat b { display: block; font-size: clamp(26px, 4vw, 34px); font-weight: 800; color: color-mix(in srgb, var(--acento) 50%, #fff); letter-spacing: -.02em; line-height: 1; }
.feat__stat-lb { display: block; margin-top: 7px; font-size: 12.5px; color: rgba(255,255,255,.72); font-weight: 600; }
.feat__strip { margin-top: 28px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); border-radius: 24px; padding: 24px 26px; display: grid; gap: 22px 30px; }
@media (min-width: 640px) { .feat__strip { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .feat__strip { grid-template-columns: repeat(4, 1fr); padding: 26px 30px; } }
.feat__pt { display: flex; gap: 13px; align-items: flex-start; }
.feat__pt-ic { flex: none; width: 42px; height: 42px; border-radius: 13px; background: color-mix(in srgb, var(--acento) 20%, transparent); border: 1px solid color-mix(in srgb, var(--acento) 38%, transparent); display: grid; place-items: center; }
.feat__pt-ic svg { width: 20px; height: 20px; stroke: color-mix(in srgb, var(--acento) 45%, #fff); stroke-width: 1.9; fill: none; }
.feat__pt b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 3px; letter-spacing: -.01em; }
.feat__pt span { font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.45; }

/* ============ Sección combinada · Empieza en 3 pasos + clase por dentro ============ */
.begin { background: var(--fondo); position: relative; overflow: hidden; }
.begin::before { content: ""; position: absolute; top: -10%; right: -12%; width: 46%; height: 70%; background: radial-gradient(closest-side, color-mix(in srgb, var(--acento) 12%, transparent), transparent); pointer-events: none; }
.begin > .wrap { position: relative; z-index: 1; }
.sec__eyebrow--pill { background: color-mix(in srgb, var(--acento) 12%, #fff); border: 1px solid color-mix(in srgb, var(--acento) 22%, transparent); padding: 8px 16px; border-radius: 999px; }
.sec__eyebrow--pill svg { width: 13px; height: 13px; margin-right: 6px; vertical-align: -2px; }
.sec__eyebrow--pill svg path { fill: var(--acento); }

.begin__spark { position: absolute; width: 26px; height: 26px; top: -14px; right: -20px; }

/* Tarjeta de 3 pasos */
.steps3 { background: var(--blanco); border: 1px solid var(--linea); border-radius: 26px; box-shadow: 0 18px 44px -24px rgba(7,20,58,.4); padding: 34px 26px; display: grid; gap: 26px; max-width: 640px; margin: 0 auto; }
@media (min-width: 900px) { .steps3 { grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0 22px; max-width: 1000px; padding: 40px 40px; } }
.step3 { position: relative; }
.step3__top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.step3__num { flex: none; width: 44px; height: 44px; display: grid; place-items: center; background: var(--acento); color: #fff; font-weight: 800; font-size: 19px; border-radius: 50%; box-shadow: 0 8px 20px color-mix(in srgb, var(--acento) 40%, transparent); }
.step3__ic { flex: none; width: 44px; height: 44px; display: grid; place-items: center; background: color-mix(in srgb, var(--acento) 12%, #fff); border-radius: 50%; }
.step3__ic svg { width: 22px; height: 22px; stroke: var(--acento); stroke-width: 1.9; fill: none; }
.step3 h3 { font-size: 18px; font-weight: 800; letter-spacing: -.015em; color: var(--azul); margin-bottom: 7px; }
.step3 p { font-size: 14px; color: var(--gris); line-height: 1.55; }
.step3__dash { display: none; }
@media (min-width: 900px) { .step3__dash { display: block; align-self: start; margin-top: 21px; height: 0; border-top: 2px dashed color-mix(in srgb, var(--acento) 35%, var(--linea)); width: 100%; min-width: 40px; } }

/* Divisor con play */
.begin__divider { position: relative; max-width: 1000px; margin: 48px auto; height: 1px; background: linear-gradient(90deg, transparent, var(--linea) 20%, var(--linea) 80%, transparent); }
.begin__divider-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: var(--acento); display: grid; place-items: center; box-shadow: 0 10px 24px color-mix(in srgb, var(--acento) 45%, transparent); }
.begin__divider-play svg { width: 20px; height: 20px; fill: #fff; margin-left: 2px; }

/* Reproductor */
.vplayer { position: relative; display: block; border-radius: 24px; overflow: hidden; aspect-ratio: 16/9; background: linear-gradient(130deg, #0E1226 0%, #241150 55%, #3A1C6E 100%); box-shadow: var(--sombra-lg); max-width: 1000px; margin: 0 auto; text-decoration: none; }
.vplayer__badge { position: absolute; top: 18px; right: 18px; z-index: 3; font-size: 10.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #E9E4FF; background: rgba(91,61,245,.35); border: 1px solid rgba(139,124,255,.5); padding: 6px 12px; border-radius: 999px; }
.vplayer__eqs { position: absolute; inset: 0; z-index: 1; color: rgba(255,255,255,.16); font-family: Georgia, "Times New Roman", serif; font-size: clamp(13px, 1.6vw, 20px); pointer-events: none; }
.vplayer__eqs span { position: absolute; white-space: nowrap; }
.vplayer__tri { position: absolute; top: 20%; right: 14%; width: clamp(70px, 12vw, 130px); height: auto; }
.vplayer__label { position: absolute; z-index: 2; left: clamp(22px, 4vw, 44px); top: 50%; transform: translateY(-50%); color: #fff; max-width: 56%; }
.vplayer__kicker { display: block; font-size: clamp(13px, 1.6vw, 17px); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.vplayer__title { display: block; font-size: clamp(28px, 4.6vw, 48px); font-weight: 900; letter-spacing: -.02em; line-height: 1; color: var(--violeta-suave); text-transform: uppercase; margin: 4px 0 6px; }
.vplayer__sub { display: block; font-size: clamp(13px, 1.7vw, 19px); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.9); }
.vplayer__play { position: absolute; z-index: 3; top: 46%; left: 50%; transform: translate(-50%, -50%); width: clamp(64px, 8vw, 92px); height: clamp(64px, 8vw, 92px); border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 16px 44px rgba(0,0,0,.45); transition: transform .2s ease; }
.vplayer:hover .vplayer__play { transform: translate(-50%, -50%) scale(1.06); }
.vplayer__play svg { width: 34%; height: 34%; fill: var(--acento); margin-left: 8%; }
.vplayer__bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 12px clamp(16px, 2.5vw, 26px) 14px; background: linear-gradient(0deg, rgba(6,8,20,.78), transparent); }
.vplayer__track { height: 4px; border-radius: 999px; background: rgba(255,255,255,.25); margin-bottom: 12px; overflow: hidden; }
.vplayer__track i { display: block; width: 34%; height: 100%; background: var(--violeta-suave); border-radius: 999px; }
.vplayer__ctrls { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.9); }
.vplayer__cico { width: 18px; height: 18px; flex: none; }
.vplayer__time { font-size: 12.5px; font-weight: 700; font-variant-numeric: tabular-nums; }
.vplayer__spacer { flex: 1; }
/* Móvil/tablet: el .wrap se estrecha a 560px, el título crece y el play centrado cruzaría el texto → anclar play a la derecha */
@media (max-width: 899px) {
  .vplayer__label { max-width: 52%; }
  .vplayer__play { left: auto; right: clamp(14px, 6vw, 26px); transform: translateY(-50%); }
}

/* Franja de 4 features */
.begin__feats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 1000px; margin: 24px auto 0; }
@media (max-width: 380px) { .begin__feats { grid-template-columns: 1fr; } }
@media (min-width: 820px) { .begin__feats { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.begin__feat { display: flex; align-items: center; gap: 12px; min-width: 0; background: var(--blanco); border: 1px solid var(--linea); border-radius: 16px; padding: 14px 16px; box-shadow: var(--sombra); }
.begin__feat > div { min-width: 0; }
.begin__feat b { overflow-wrap: break-word; }
.begin__feat-ic { flex: none; width: 38px; height: 38px; border-radius: 11px; background: color-mix(in srgb, var(--acento) 12%, #fff); display: grid; place-items: center; }
.begin__feat-ic svg { width: 20px; height: 20px; stroke: var(--acento); stroke-width: 1.9; fill: none; }
.begin__feat b { display: block; font-size: 14px; font-weight: 800; color: var(--azul); letter-spacing: -.01em; }
.begin__feat span { font-size: 12.5px; color: var(--gris); }

/* Línea de prueba social */
.begin__proof { display: flex; align-items: center; justify-content: center; gap: 14px; max-width: 1000px; margin: 24px auto 0; text-align: left; }
.begin__proof-ic { flex: none; width: 44px; height: 44px; border-radius: 12px; background: color-mix(in srgb, var(--acento) 12%, #fff); display: grid; place-items: center; }
.begin__proof-ic svg { width: 22px; height: 22px; stroke: var(--acento); stroke-width: 1.9; fill: none; }
.begin__proof p { font-size: 14.5px; color: var(--gris); line-height: 1.5; }
.begin__proof p b { color: var(--azul); font-weight: 800; }

/* Profesores */
.profes { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .profes { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .profes { grid-template-columns: repeat(6, 1fr); } }
.profe { background: var(--blanco); border: 1.5px solid var(--linea); border-radius: var(--radio-sm); padding: 16px 12px; text-align: center; box-shadow: var(--sombra); }
.profe__av { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 10px; background: linear-gradient(135deg, #EEF0FA, #E6E1FB); display: grid; place-items: center; overflow: hidden; }
.profe__av svg { width: 30px; height: 30px; stroke: var(--acento); stroke-width: 1.6; fill: none; }
.profe__av img { width: 100%; height: 100%; object-fit: cover; }
.profe b { display: block; font-size: 13.5px; font-weight: 800; line-height: 1.2; }
.profe span { font-size: 11.5px; color: var(--gris); }

/* Testimonios */
.reviews { display: flex; gap: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scroll-padding-left: 20px; padding: 4px 20px 12px; margin: 0 -20px; scrollbar-width: none; }
.reviews::-webkit-scrollbar { display: none; }
.review { flex: 0 0 80%; scroll-snap-align: start; background: var(--blanco); border: 1.5px solid var(--linea); border-radius: var(--radio); padding: 20px; box-shadow: var(--sombra); }
.review__who { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.review__av { width: 42px; height: 42px; border-radius: 50%; flex: none; background: var(--acento-tint); color: var(--acento); display: grid; place-items: center; font-weight: 800; font-size: 13px; }
.review__who b { display: block; font-size: 13.5px; font-weight: 800; }
.review__who span { font-size: 11.5px; color: var(--gris); }
.review__stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }
.review p { font-size: 14px; color: #2A3352; line-height: 1.55; }
@media (min-width: 900px) { .reviews { gap: 18px; scroll-behavior: smooth; scroll-padding-left: 2px; margin: 0; padding: 4px 2px 18px; } .review { flex: 0 0 calc((100% - 36px) / 3.25); } }
/* Reviews conectadas a Google (API sincronizada) */
.review { display: flex; flex-direction: column; }
.review__av--img { object-fit: cover; }
.review__gmark { margin-left: auto; flex: none; display: grid; place-items: center; align-self: flex-start; }
.rv-stars { display: inline-flex; gap: 1px; line-height: 0; }
.review .rv-stars { margin-bottom: 8px; }
.gband { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; justify-content: center; max-width: 560px; margin: 0 auto 22px; padding: 14px 22px; background: var(--blanco); border: 1.5px solid var(--linea); border-radius: 22px; box-shadow: var(--sombra); }
.gband__logo { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 2px 10px rgba(7,20,58,.10); flex: none; }
.gband__num { font-size: 30px; font-weight: 800; color: var(--azul); line-height: 1; }
.gband__meta { display: flex; flex-direction: column; gap: 4px; }
.gband__count { font-size: 12.5px; color: var(--gris); font-weight: 600; }
.gband__link { margin-left: auto; font-size: 13px; font-weight: 800; color: var(--acento); text-decoration: none; white-space: nowrap; }
.gband__link:hover { text-decoration: underline; }
.reviews__note { text-align: center; font-size: 12px; color: var(--gris); margin-top: 12px; }
.reviews__cta { text-align: center; margin-top: 8px; }
.reviews__cta a { font-size: 13px; font-weight: 800; color: var(--acento); text-decoration: none; }
.reviews__cta a:hover { text-decoration: underline; }
@media (max-width: 560px) { .gband__link { margin-left: 0; flex-basis: 100%; text-align: center; } }
.reviews-wrap { position: relative; }
.reviews__nav { display: none; }
@media (min-width: 900px) {
  .reviews__nav { display: grid; place-items: center; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--linea); box-shadow: 0 8px 22px rgba(7,20,58,.14); cursor: pointer; z-index: 3; transition: box-shadow .18s ease, transform .1s ease, opacity .18s ease; }
  .reviews__nav:hover { box-shadow: 0 12px 30px rgba(7,20,58,.22); }
  .reviews__nav:active { transform: translateY(-50%) scale(.94); }
  .reviews__nav svg { width: 22px; height: 22px; stroke: var(--azul); fill: none; }
  .reviews__nav--prev { left: -18px; }
  .reviews__nav--next { right: -18px; }
  .reviews__nav.is-off { opacity: 0; pointer-events: none; }
}

/* Incluye lista (checklist doble columna) */
.incluye { max-width: 760px; margin: 0 auto; background: var(--blanco); border: 1.5px solid var(--linea); border-radius: var(--radio); padding: 28px; box-shadow: var(--sombra); }
.incluye__list { display: grid; gap: 12px; }
@media (min-width: 700px) { .incluye__list { grid-template-columns: 1fr 1fr; gap: 12px 24px; } }
.incluye__list li { list-style: none; display: flex; gap: 10px; font-size: 14.5px; color: #2A3352; font-weight: 500; }
.incluye__list svg { width: 18px; height: 18px; flex: none; margin-top: 2px; stroke: var(--acento); stroke-width: 3; fill: none; }

/* FAQ + Garantía en una sola sección */
.faq-layout { display: grid; gap: 26px; }
@media (min-width: 900px) {
  .faq-layout { grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: start; }
  .faq-layout .faq { max-width: none; margin: 0; }
  .faq-layout .guarantee { margin: 0; position: sticky; top: 96px; }
}
/* Garantía */
.guarantee { background: var(--blanco); border: 2px solid var(--acento); border-radius: var(--radio); padding: 30px 26px; text-align: center; max-width: 560px; margin: 0 auto; }
.guarantee img { width: 108px; height: auto; margin: 0 auto 14px; }
.guarantee h3 { font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.guarantee p { font-size: 14.5px; color: var(--gris); margin-bottom: 8px; }
.guarantee small { font-size: 12.5px; color: var(--gris); }
.guarantee small a { color: var(--acento); font-weight: 700; }

/* FAQ */
.faq { max-width: 620px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq__item { background: var(--blanco); border: 1.5px solid var(--linea); border-radius: var(--radio-sm); overflow: hidden; }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; font-size: 15.5px; font-weight: 700; color: var(--azul); text-align: left; background: none; border: none; cursor: pointer; padding: 17px 18px; }
.faq__q svg { width: 18px; height: 18px; flex: none; stroke: var(--acento); stroke-width: 2.5; transition: transform .2s; fill: none; }
.faq__item.open .faq__q svg { transform: rotate(45deg); }
.faq__a { display: none; padding: 0 18px 17px; font-size: 14.5px; color: var(--gris); line-height: 1.6; }
.faq__item.open .faq__a { display: block; }
.faq__a a { color: var(--acento); font-weight: 700; }

/* CTA final */
.final { background: var(--azul); color: #fff; text-align: center; padding: 64px 0; background-image: linear-gradient(180deg, rgba(7,20,58,.86), rgba(7,20,58,.8)), var(--final-bg, none); background-size: cover; background-position: center; }
.final h2 { font-size: clamp(28px, 7vw, 42px); font-weight: 800; letter-spacing: -.03em; line-height: 1.12; margin-bottom: 12px; }
.final p { color: rgba(255,255,255,.8); font-size: 16px; max-width: 460px; margin: 0 auto 26px; }
.final__ctas { display: flex; flex-direction: column; gap: 10px; max-width: 340px; margin: 0 auto; }
.final__note { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.65); margin-top: 14px; }
@media (min-width: 900px) { .final { padding: 96px 0; } .final__ctas { flex-direction: row; max-width: none; justify-content: center; } }

/* Footer */
.footer { background: var(--azul); color: rgba(255,255,255,.7); padding: 40px 0 90px; font-size: 13px; }
.footer__logo { height: 24px; width: auto; margin-bottom: 18px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 18px; }
.footer__links a { color: rgba(255,255,255,.85); font-weight: 600; }
.footer__links a:hover { color: #fff; }
.footer p { margin-bottom: 6px; line-height: 1.6; }
.footer a { color: var(--violeta-suave); }
