/* ============================================================
   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%; }
[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; }
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: 1040px; } }

/* 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; }

/* 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: 56px; }
.header__logo { height: 22px; width: auto; }
/* 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:hover { background: var(--fondo); color: var(--acento); }
.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: 40px 0 30px; background: radial-gradient(640px 320px at 84% 14%, rgba(91,61,245,.10), transparent 65%), radial-gradient(520px 280px at 6% 78%, rgba(139,124,255,.07), transparent 60%), linear-gradient(180deg, var(--fondo) 0%, var(--blanco) 100%); }
.hero__grid { display: grid; gap: 28px; }
.hero__kicker { display: block; font-size: clamp(14px, 3vw, 17px); font-weight: 800; color: var(--acento); letter-spacing: .01em; line-height: 1.3; margin-bottom: 10px; }
.hero h1 { font-size: clamp(40px, 8.5vw, 60px); font-weight: 800; line-height: 1; letter-spacing: -.04em; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--acento); }
.hero__sub { color: var(--gris); font-size: 17px; line-height: 1.6; margin-bottom: 22px; max-width: 440px; }
.hero__specs { font-size: 13.5px; font-weight: 700; color: var(--azul); margin-bottom: 32px; }
.hero__price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; flex-wrap: wrap; }
.hero__price { font-size: 44px; font-weight: 800; letter-spacing: -.035em; }
.hero__price-unit { font-size: 14px; color: var(--gris); font-weight: 700; }
.hero__meta { font-size: 13px; font-weight: 600; color: var(--gris); margin-bottom: 26px; }
.hero__cta-row { display: flex; flex-direction: column; gap: 10px; max-width: 400px; margin-bottom: 20px; }
.hero__secure { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; color: var(--gris); }
.hero__secure svg { width: 17px; height: 17px; flex: none; stroke: #0B6E37; stroke-width: 2; fill: none; }
.hero__visual { position: relative; }
.hero__photo { width: 100%; border-radius: var(--radio); box-shadow: var(--sombra-lg); }
.hero__emblema { position: absolute; top: -14px; left: -14px; width: 64px; height: 64px; background: #fff; border-radius: 18px; box-shadow: var(--sombra); display: grid; place-items: center; }
.hero__emblema img { width: 40px; height: 40px; }
@media (min-width: 900px) {
  .hero { padding: 66px 0 52px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
  .hero__cta-row { flex-direction: row; max-width: none; }
  .hero__cta-row .btn { flex: 0 1 auto; }
}

/* Trust strip */
.trust { background: var(--blanco); border-bottom: 1px solid var(--linea); padding: 6px 0 22px; }
.trust__in { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 12px; }
.trust__item { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; 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__in { grid-template-columns: repeat(4, 1fr); gap: 0; } .trust__item { padding: 2px 20px; } .trust__item + .trust__item { border-left: 1px solid var(--linea); } }

/* Secciones */
.sec { padding: 56px 0; }
.sec--soft { background: var(--fondo); }
.sec__head { text-align: center; max-width: 560px; margin: 0 auto 34px; }
.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 */
.benes { display: grid; gap: 16px; }
@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: var(--radio); padding: 24px; box-shadow: var(--sombra); }
.bene__ico { width: 44px; height: 44px; border-radius: 12px; background: var(--acento-tint); display: grid; place-items: center; margin-bottom: 14px; }
.bene__ico svg { width: 22px; height: 22px; stroke: var(--acento); stroke-width: 2; fill: none; }
.bene h3 { font-size: 16.5px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 6px; }
.bene p { font-size: 14px; color: var(--gris); line-height: 1.55; }

/* Feature oscura */
.feature { background: var(--azul); color: #fff; padding: 60px 0; }
.feature__grid { display: grid; gap: 30px; align-items: center; }
.feature__photo { width: 100%; border-radius: var(--radio); box-shadow: var(--sombra-lg); }
.feature h2 { font-size: clamp(26px, 6.5vw, 40px); font-weight: 800; letter-spacing: -.03em; line-height: 1.14; margin-bottom: 12px; }
.feature h2 em { font-style: normal; color: var(--violeta-suave); }
.feature > .wrap > .feature__grid > div > p { color: rgba(255,255,255,.78); font-size: 16px; margin-bottom: 24px; }
.feature__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature__stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radio-sm); padding: 16px 10px; text-align: center; }
.feature__stat b { display: block; font-size: 24px; font-weight: 800; color: var(--violeta-suave); letter-spacing: -.02em; }
.feature__stat span { font-size: 11.5px; color: rgba(255,255,255,.72); font-weight: 600; }
@media (min-width: 900px) { .feature { padding: 88px 0; } .feature__grid { grid-template-columns: 1fr 1fr; gap: 52px; } }

/* Pasos */
.steps { display: grid; gap: 26px; max-width: 620px; margin: 0 auto; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); max-width: none; } }
.step { position: relative; }
.step__num { width: 42px; height: 42px; display: grid; place-items: center; background: var(--acento); color: #fff; font-weight: 800; font-size: 18px; border-radius: 12px; margin-bottom: 12px; }
.step h3 { font-size: 17px; font-weight: 800; margin-bottom: 5px; }
.step p { font-size: 14px; color: var(--gris); }

/* Video */
.video { position: relative; border-radius: var(--radio); overflow: hidden; aspect-ratio: 16/9; background: linear-gradient(135deg, #0B1B4A 0%, #1a1147 100%); display: grid; place-items: center; box-shadow: var(--sombra-lg); max-width: 820px; margin: 0 auto; }
.video::after { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 200px at 50% 40%, rgba(91,61,245,.35), transparent 70%); }
.video__play { position: relative; z-index: 1; width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,.95); display: grid; place-items: center; box-shadow: 0 12px 40px rgba(0,0,0,.4); cursor: pointer; }
.video__play svg { width: 32px; height: 32px; fill: var(--acento); margin-left: 4px; }
.video__label { position: absolute; bottom: 18px; left: 20px; z-index: 1; color: #fff; }
.video__label b { display: block; font-size: 15px; font-weight: 800; }
.video__label span { font-size: 12.5px; color: rgba(255,255,255,.7); }
.video__ph { position: absolute; top: 16px; right: 18px; z-index: 1; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.25); padding: 4px 10px; border-radius: 999px; }

/* 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 { display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; margin: 0; padding: 0; } .review { flex: 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: 72px 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); }
