/* blearning.app — estilos del sitio. Todos los valores vienen de tokens.css. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 26px; color: var(--ink); background: var(--surface); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); margin: 0; color: inherit; }
p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--night); color: var(--on-night); padding: 10px 16px; border-radius: var(--radius-sm); }
.skip:focus { top: 12px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--space-6); }
.narrow { max-width: var(--container-narrow); }
.section { padding: var(--space-12) 0; }
.section--alt { background: var(--surface-alt); }
.muted { color: var(--ink-muted); }
.center { text-align: center; }
.eyebrow { display: inline-block; font-size: 13px; line-height: 16px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-ink); margin-bottom: var(--space-3); }
.head { max-width: 720px; margin-bottom: var(--space-8); }
.head.center { margin-left: auto; margin-right: auto; }
.head h2, .h2 { font-size: 40px; line-height: 48px; font-weight: 700; letter-spacing: -.015em; }
.head p { margin-top: var(--space-4); font-size: 18px; line-height: 29px; color: var(--ink-muted); }
.link { color: var(--purple); font-weight: 600; }

/* ---------- Botones ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); height: 48px; padding: 0 var(--space-5); border-radius: var(--radius-md); border: 1.5px solid transparent; font-family: var(--font-body); font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none; cursor: pointer; white-space: nowrap; transition: background .15s, border-color .15s, transform .15s; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--orange); color: var(--on-orange); }
.btn--primary:hover { background: var(--orange-hover); }
.btn--secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--secondary:hover { border-color: var(--ink); }
.btn--purple { background: var(--purple); color: var(--on-purple); }
.btn--ghost { background: transparent; color: var(--ink); padding: 0 var(--space-3); }
.btn--ghost:hover { background: var(--surface-alt); transform: none; }
.btn--on-night { background: transparent; color: var(--on-night); border-color: var(--on-night-muted); }
.btn--night { background: #15052f; color: #ffffff; }
.btn--sm { height: 40px; padding: 0 var(--space-4); font-size: 14px; }
.btn--lg { height: 56px; padding: 0 var(--space-6); font-size: 16px; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .5; cursor: not-allowed; transform: none; }
.btn .spin { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid currentColor; border-right-color: transparent; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Badges ---------- */
.badge { display: inline-flex; align-items: center; gap: 6px; min-height: 26px; padding: 0 10px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 600; line-height: 1; white-space: nowrap; background: var(--surface-alt); color: var(--ink); }
.section--alt .badge:not([class*="badge--"]) { background: var(--surface-raised); border: 1px solid var(--line); }
.badge--orange { background: var(--orange-soft); color: var(--orange-ink); }
.badge--purple { background: var(--purple-soft); color: var(--purple); }
.badge--success { background: var(--success-soft); color: var(--success); }
.badge--solid { background: var(--orange); color: var(--on-orange); }

/* ---------- Navegación ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: var(--space-6); height: 72px; }
.logo { display: block; flex: none; }
.logo img { height: 38px; width: auto; display: block; }
.logo .logo--dark { display: none; }
.nav__links { display: flex; gap: var(--space-1); margin-left: var(--space-4); }
.nav__links a { font-size: 14px; font-weight: 500; text-decoration: none; padding: 8px 12px; border-radius: var(--radius-sm); color: var(--ink-muted); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); background: var(--surface-alt); }
.nav__cta { margin-left: auto; display: flex; gap: var(--space-2); align-items: center; }
.nav__toggle { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--surface); align-items: center; justify-content: center; cursor: pointer; }
.nav__toggle svg { width: 20px; height: 20px; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; fill: none; }
.nav__toggle .i-close { display: none; }
.mnav { display: none; }

/* ---------- Tarjetas e íconos ---------- */
.card { background: var(--surface-raised); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-6); }
.feature { display: flex; flex-direction: column; gap: var(--space-3); transition: box-shadow .2s; }
.feature:hover { box-shadow: var(--shadow-card); }
.feature h3 { font-size: 18px; line-height: 26px; font-weight: 600; }
.feature p { color: var(--ink-muted); font-size: 15px; line-height: 24px; }
.icon { width: 48px; height: 48px; border-radius: var(--radius-md); display: grid; place-items: center; background: var(--purple-soft); color: var(--purple); flex: none; }
.icon--orange { background: var(--orange-soft); color: var(--orange-ink); }
.icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Lista con check ---------- */
.check { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 22px; }
.check li { display: flex; gap: 10px; align-items: flex-start; }
.check li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; background-color: var(--orange-soft); -webkit-mask: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.5l2.5 2.5L14 7.5' fill='none' stroke='%23b3520b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: center; background-size: 20px; background-repeat: no-repeat; }
@media (prefers-color-scheme: dark) { .check li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.5l2.5 2.5L14 7.5' fill='none' stroke='%23f39a52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); } }

/* ---------- Motivo de anillos ---------- */
.rings { position: absolute; pointer-events: none; width: 560px; height: 300px; }
.rings::before, .rings::after { content: ""; position: absolute; top: 0; width: 300px; height: 300px; border-radius: 50%; border: 36px solid currentColor; }
.rings::before { left: 0; }
.rings::after { left: 260px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 88px 0 96px; }
.hero > .rings { color: var(--purple-soft); right: -140px; top: 40px; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 64px; line-height: 68px; font-weight: 700; letter-spacing: -.02em; margin-top: 20px; max-width: 600px; }
.hero h1 em { font-style: normal; color: var(--purple); }
.hero .lead { font-size: 19px; line-height: 30px; color: var(--ink-muted); margin-top: 24px; max-width: 540px; }
.hero__ctas { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero__fine { margin-top: 18px; font-size: 14px; color: var(--ink-muted); display: flex; gap: 8px 20px; flex-wrap: wrap; list-style: none; }
.hero__fine li::before { content: "✓ "; color: var(--orange-ink); font-weight: 700; }

.mock { position: relative; background: #15052f; border-radius: var(--radius-lg); box-shadow: var(--shadow-pop); padding: 20px; color: #fff; }
.mock__bar { display: flex; gap: 6px; margin-bottom: 16px; align-items: center; }
.mock__bar i { width: 10px; height: 10px; border-radius: 50%; background: #ffffff33; }
.mock__bar b { margin-left: 12px; font-size: 12px; font-weight: 500; color: #c9bfdb; }
.mock__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 14px; }
.mock__panel { background: var(--surface-raised); color: var(--ink); border-radius: 16px; padding: 18px; }
.mock__panel h2 { margin-bottom: 10px; font: 600 13px/18px var(--font-body); color: var(--ink-muted); text-transform: uppercase; letter-spacing: .06em; }
.prompt { border: 1.5px solid var(--purple); border-radius: 10px; padding: 12px; font-size: 14px; line-height: 21px; min-height: 120px; }
.prompt .caret { display: inline-block; width: 2px; height: 16px; background: var(--purple); vertical-align: -3px; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 14px; }
.mod { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 20px; }
.mod:last-of-type { border-bottom: 0; }
.mod .n { width: 28px; height: 28px; border-radius: 8px; background: var(--purple-soft); color: var(--purple); display: grid; place-items: center; font-weight: 600; font-size: 13px; flex: none; }
.mod .m { display: block; color: var(--ink-muted); font-size: 12px; }
.ready { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 12px; }
.float { position: absolute; background: var(--surface-raised); color: var(--ink); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-card); padding: 12px 14px; display: flex; gap: 10px; align-items: center; font-size: 13px; line-height: 18px; }
.float b { display: block; font-size: 14px; }
.float .icon { width: 36px; height: 36px; }
.float--a { left: -36px; bottom: -28px; }
.float--b { right: -20px; top: -22px; }
.bar { width: 120px; height: 6px; border-radius: 6px; background: var(--surface-alt); overflow: hidden; margin-top: 6px; }
.bar i { display: block; height: 100%; width: 72%; background: var(--orange); }

/* ---------- Franja de valores ---------- */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip ul { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.strip li { padding: 26px 24px; display: flex; gap: 12px; align-items: center; font-weight: 500; font-size: 15px; line-height: 22px; }
.strip li + li { border-left: 1px solid var(--line); }
.strip svg { width: 22px; height: 22px; stroke: var(--purple); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Por qué ---------- */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why .card { display: flex; flex-direction: column; gap: 14px; }
.why .k { font-size: 14px; font-weight: 600; color: var(--ink-muted); }
.why h3 { font-size: 20px; line-height: 28px; font-weight: 600; }
.why .fix { margin-top: auto; padding-top: 16px; border-top: 1px dashed var(--line); font-size: 15px; line-height: 23px; }
.why .fix b { color: var(--purple); }

/* ---------- Pasos ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: s; }
.step { position: relative; padding-top: 72px; }
.step::before { counter-increment: s; content: "0" counter(s); position: absolute; top: 0; left: 0; font: 700 44px/52px var(--font-display); color: var(--orange); }
.step h3 { font-size: 22px; line-height: 30px; font-weight: 600; margin-bottom: 10px; }
.step p { color: var(--ink-muted); }
.step ul { margin-top: 16px; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }

/* ---------- Tipos de curso ---------- */
.types { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.type { border-radius: var(--radius-lg); padding: 40px; display: flex; flex-direction: column; gap: 18px; }
.type--a { background: var(--purple-soft); }
.type--b { background: var(--orange-soft); }
.type .icon { background: var(--surface-raised); }
.type h3 { font-size: 28px; line-height: 36px; font-weight: 700; }
.type p { font-size: 17px; line-height: 28px; }
.type .check { font-size: 16px; }
.type .check li::before { background-color: var(--surface-raised); }

.feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ---------- Metodología ---------- */
.method { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #15052f; color: #fff; padding: 64px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; }
.method > .rings { color: #ffffff0f; right: -180px; bottom: -120px; }
.method .eyebrow { color: #ee8332; }
.method h2 { font-size: 36px; line-height: 44px; font-weight: 700; }
.method p { color: #c9bfdb; margin-top: 16px; font-size: 17px; line-height: 28px; }
.method .btn { margin-top: 28px; }
.method__list { position: relative; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.method__list li { border: 1px solid #ffffff26; border-radius: 16px; padding: 18px 20px; }
.method__list b { display: block; font: 600 17px/24px var(--font-display); color: #fff; }
.method__list span { font-size: 14px; line-height: 21px; color: #c9bfdb; }

/* ---------- Planes ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: var(--space-5); background: var(--surface-raised); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-6); transition: border-color .2s, transform .2s, box-shadow .2s; }
.plan--featured { border: 2px solid var(--purple); box-shadow: var(--shadow-pop); }
.plan.is-match { border: 2px solid var(--orange); transform: translateY(-6px); }
.plan__flag { position: absolute; top: -13px; left: var(--space-6); }
.plan__name { font-family: var(--font-display); font-size: 22px; line-height: 30px; font-weight: 600; }
.plan__for { color: var(--ink-muted); font-size: 14px; line-height: 22px; margin-top: 2px; }
.plan__price { display: flex; align-items: baseline; gap: 6px; }
.plan__price b { font-family: var(--font-display); font-size: 56px; line-height: 56px; font-weight: 700; letter-spacing: -.02em; }
.plan__price span { color: var(--ink-muted); font-size: 15px; }
.plan__sep { height: 1px; background: var(--line); }
.plan__inc { font-size: 13px; font-weight: 600; color: var(--ink-muted); text-transform: uppercase; letter-spacing: .06em; }
.plans-foot { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px; font-size: 14px; color: var(--ink-muted); }

/* ---------- FAQ ---------- */
.faqwrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: var(--space-4); padding: var(--space-5) 0; font-family: var(--font-display); font-weight: 600; font-size: 18px; line-height: 26px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-alt); color: var(--purple); font: 500 20px/1 var(--font-body); }
.faq[open] summary::after { content: "−"; background: var(--purple-soft); }
.faq p { padding: 0 var(--space-10) var(--space-5) 0; color: var(--ink-muted); }
.help { margin-top: 28px; padding: 24px; border-radius: var(--radius-lg); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.help b { font-family: var(--font-display); font-size: 18px; }

/* ---------- CTA final ---------- */
.final { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #ee8332; color: #15052f; padding: 72px 64px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final > .rings { color: #ffffff2e; right: -220px; top: -150px; }
.final h2 { position: relative; font-size: 44px; line-height: 52px; font-weight: 700; letter-spacing: -.015em; max-width: 640px; }
.final p { position: relative; margin-top: 12px; font-size: 18px; line-height: 28px; }
.final .btn { position: relative; }

/* ---------- Footer ---------- */
.foot { background: #15052f; color: #c9bfdb; padding: 72px 0 32px; font-size: 14px; }
.foot__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; }
.foot img { height: 40px; width: auto; }
.foot h2 { margin-bottom: 14px; font: 600 14px/20px var(--font-body); color: #fff; }
.foot ul { list-style: none; }
.foot a { display: inline-block; text-decoration: none; padding: 4px 0; color: #c9bfdb; }
.foot a:hover { color: #fff; }
.foot__base { border-top: 1px solid #ffffff1f; margin-top: 56px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.foot__base nav { display: flex; gap: 16px; }

/* ---------- Precios ---------- */
.ptop { position: relative; overflow: hidden; padding: 80px 0 56px; text-align: center; }
.ptop > .rings { color: var(--purple-soft); left: -260px; top: -60px; }
.ptop h1 { position: relative; font-size: 52px; line-height: 58px; font-weight: 700; letter-spacing: -.02em; }
.ptop p { position: relative; font-size: 19px; line-height: 30px; color: var(--ink-muted); margin: 16px auto 0; max-width: 620px; }
.finder { position: relative; display: inline-flex; align-items: center; gap: 16px; margin-top: 36px; padding: 10px 10px 10px 22px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--surface-raised); box-shadow: var(--shadow-card); }
.finder > span { font-weight: 500; font-size: 15px; }
.seg { display: inline-flex; padding: 4px; border-radius: var(--radius-pill); background: var(--surface-alt); border: 1px solid var(--line); }
.seg button { border: 0; background: transparent; height: 36px; padding: 0 16px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 500; color: var(--ink-muted); cursor: pointer; white-space: nowrap; }
.seg button[aria-pressed="true"] { background: var(--surface-raised); color: var(--ink); box-shadow: var(--shadow-card); }
.all { margin-top: 32px; border-radius: var(--radius-lg); background: var(--surface-alt); padding: 28px 32px; display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center; }
.all h2 { font-size: 18px; line-height: 26px; font-weight: 600; }
.all ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 24px; }
.trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 32px; margin-top: 28px; color: var(--ink-muted); font-size: 14px; list-style: none; }
.trust li { display: inline-flex; gap: 8px; align-items: center; }
.trust svg { width: 18px; height: 18px; fill: none; stroke: var(--purple); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.cmpwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.cmp { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 15px; line-height: 22px; }
.cmp th, .cmp td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: center; }
.cmp th:first-child, .cmp td:first-child { text-align: left; }
.cmp thead th { background: var(--surface); vertical-align: bottom; padding-bottom: 20px; }
.cmp thead b { display: block; font: 600 20px/28px var(--font-display); }
.cmp thead small { display: block; color: var(--ink-muted); font-weight: 400; font-size: 14px; margin-bottom: 12px; }
.cmp .grp td { background: var(--surface-alt); font-size: 13px; font-weight: 600; line-height: 18px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-muted); padding: 12px 20px; }
.cmp .f { background: var(--purple-soft); }
.cmp thead .f { border-radius: 16px 16px 0 0; }
.cmp .y { color: var(--orange-ink); font-weight: 700; }
.cmp .no { color: var(--ink-muted); }

/* ---------- Checkout ---------- */
.cbar { border-bottom: 1px solid var(--line); background: var(--surface); }
.cbar__in { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cbar .logo img { height: 36px; }
.secure { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; color: var(--ink-muted); }
.secure svg { width: 18px; height: 18px; fill: none; stroke: var(--success); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.stepper { display: flex; align-items: center; gap: var(--space-3); list-style: none; font-size: 14px; font-weight: 500; }
.stepper li { display: flex; align-items: center; gap: var(--space-2); color: var(--ink-muted); }
.stepper li i { font-style: normal; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 600; border: 1.5px solid var(--line-strong); }
.stepper li.done i { background: var(--purple); border-color: var(--purple); color: var(--on-purple); }
.stepper li.now { color: var(--ink); }
.stepper li.now i { background: var(--orange); border-color: var(--orange); color: var(--on-orange); }
.stepper .sbar { width: 40px; height: 2px; background: var(--line); border-radius: 2px; }
.stepper-m { display: none; }
.cpage { background: var(--surface-alt); padding: 40px 0 96px; min-height: calc(100vh - 72px); }
.cgrid { display: grid; grid-template-columns: minmax(0,1fr) 420px; gap: 40px; align-items: start; }
.cgrid > * { min-width: 0; }
.ctitle { margin-bottom: 28px; }
.ctitle h1 { font-size: 36px; line-height: 44px; font-weight: 700; letter-spacing: -.015em; }
.ctitle p { color: var(--ink-muted); margin-top: 6px; }
.panel { background: var(--surface-raised); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; }
.panel + .panel { margin-top: 20px; }
.ph { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.ph .num { width: 32px; height: 32px; border-radius: 50%; background: var(--purple-soft); color: var(--purple); display: grid; place-items: center; font-weight: 600; font-size: 14px; }
.ph h2 { font-size: 20px; line-height: 28px; font-weight: 600; }
.ph .aside { margin-left: auto; font-size: 14px; color: var(--ink-muted); }
.fields { display: flex; flex-direction: column; gap: 18px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.field { display: flex; flex-direction: column; gap: 6px; }
.label { font-size: 14px; line-height: 20px; font-weight: 500; }
.input { height: 48px; width: 100%; padding: 0 14px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm); background: var(--surface-raised); color: var(--ink); font-size: 15px; }
.input::placeholder { color: var(--ink-muted); }
.input:focus { outline: 2px solid var(--focus); outline-offset: 1px; border-color: var(--focus); }
.input[aria-invalid="true"] { border-color: var(--danger); }
.select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 8l4 4 4-4' fill='none' stroke='%238b80a0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; padding-right: 40px; }
.hint { font-size: 13px; line-height: 18px; color: var(--ink-muted); }
.err { font-size: 13px; line-height: 18px; color: var(--danger); font-weight: 500; }
.err:empty { display: none; }
.checkline { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 22px; color: var(--ink-muted); cursor: pointer; }
.checkline input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--purple); flex: none; }
.alert { border-radius: var(--radius-sm); padding: 12px 14px; font-size: 14px; line-height: 21px; background: color-mix(in srgb, var(--danger) 10%, var(--surface-raised)); color: var(--danger); border: 1px solid color-mix(in srgb, var(--danger) 40%, transparent); }
.alert[hidden] { display: none; }
#payment-element { min-height: 120px; }
.pay { margin-top: 24px; }
.stripe-note { text-align: center; font-size: 13px; color: var(--ink-muted); margin-top: 14px; }
.sum { position: sticky; top: 24px; }
.sum h2 { font-size: 18px; line-height: 26px; font-weight: 600; margin-bottom: 16px; }
.opt { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer; }
.opt + .opt { margin-top: 10px; }
.opt input { accent-color: var(--purple); width: 18px; height: 18px; margin: 0; flex: none; }
.opt b { font-family: var(--font-display); font-weight: 600; font-size: 16px; display: block; }
.opt small { color: var(--ink-muted); font-size: 13px; }
.opt .pr { margin-left: auto; font-weight: 600; }
.opt:has(input:checked) { border-color: var(--purple); background: var(--purple-soft); }
.lines { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.lines > div { display: flex; justify-content: space-between; gap: 12px; }
.lines .tot { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 6px; font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 30px; }
.after { margin-top: 20px; border-radius: 14px; background: var(--surface-alt); padding: 18px; font-size: 14px; line-height: 21px; }
.after b { display: block; margin-bottom: 8px; }
.after ol { padding-left: 18px; color: var(--ink-muted); display: flex; flex-direction: column; gap: 4px; }
.sumbar { display: none; }

/* ---------- Confirmación ---------- */
.conf { position: relative; overflow: hidden; padding: 72px 0 96px; }
.conf > .rings { color: var(--orange-soft); right: -200px; top: 40px; }
.conf .container { position: relative; }
.ok { width: 72px; height: 72px; border-radius: 50%; background: var(--success-soft); display: grid; place-items: center; margin: 0 auto 24px; }
.ok svg { width: 36px; height: 36px; fill: none; stroke: var(--success); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ok--wait { background: var(--purple-soft); }
.ok--wait svg { stroke: var(--purple); }
.conf h1 { font-size: 48px; line-height: 54px; font-weight: 700; letter-spacing: -.015em; text-align: center; }
.conf .sub { text-align: center; color: var(--ink-muted); font-size: 19px; line-height: 30px; margin: 16px auto 0; max-width: 600px; }
.conf .sub b { color: var(--ink); }
.conf .cta { display: flex; justify-content: center; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.receipt { margin: 48px auto 0; max-width: 760px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-raised); }
.receipt div { padding: 20px 22px; }
.receipt div + div { border-left: 1px solid var(--line); }
.receipt small { display: block; color: var(--ink-muted); font-size: 13px; margin-bottom: 4px; }
.receipt b { font-weight: 600; }
.nextsteps { margin: 40px auto 0; max-width: 760px; }
.nextsteps h2 { font-size: 22px; line-height: 30px; font-weight: 600; margin-bottom: 16px; }
.nextsteps ol { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nextsteps li { border-radius: 18px; background: var(--surface-alt); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.nextsteps i { font-style: normal; font: 700 28px/32px var(--font-display); color: var(--orange); }
.nextsteps b { font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.nextsteps span { color: var(--ink-muted); font-size: 14px; line-height: 21px; }

/* ---------- Páginas de texto ---------- */
.doc { padding: 72px 0 96px; }
.doc h1 { font-size: 44px; line-height: 52px; font-weight: 700; margin-bottom: 16px; }
.doc h2 { font-size: 22px; line-height: 30px; font-weight: 600; margin: 32px 0 8px; }
.doc p { color: var(--ink-muted); margin-top: 12px; }

/* ---------- Tema oscuro: logos ---------- */
@media (prefers-color-scheme: dark) {
  .logo .logo--light { display: none; }
  .logo .logo--dark { display: block; }
  .btn--night { background: #15052f; color: #fff; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero h1 { font-size: 52px; line-height: 58px; }
  .feats { grid-template-columns: repeat(2, 1fr); }
  .float--a { left: -12px; } .float--b { right: -8px; }
  .method { padding: 48px; gap: 40px; }
}
@media (max-width: 960px) {
  .hero { padding: 56px 0 72px; }
  .hero__grid { grid-template-columns: 1fr; gap: 64px; }
  .why, .steps, .plans { grid-template-columns: 1fr; }
  .plans { max-width: 520px; margin: 0 auto; gap: 32px; }
  .types, .method, .faqwrap { grid-template-columns: 1fr; }
  .faqwrap { gap: 24px; }
  .strip ul { grid-template-columns: 1fr 1fr; }
  .strip li:nth-child(3) { border-left: 0; }
  .strip li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .final { flex-direction: column; align-items: flex-start; padding: 56px 40px; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__grid > div:first-child { grid-column: 1 / -1; }
  .cgrid { grid-template-columns: minmax(0,1fr); }
  .sum { position: static; order: -1; }
  .all { grid-template-columns: 1fr; }
  .stepper .sbar { width: 20px; }
}
@media (max-width: 860px) {
  .container { padding: 0 var(--space-4); }
  .section { padding: var(--space-10) 0; }
  .nav__in { height: 64px; }
  .logo img { height: 30px; }
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav.open .nav__toggle .i-menu { display: none; }
  .nav.open .nav__toggle .i-close { display: block; }
  .mnav { position: fixed; inset: 64px 0 0 0; background: var(--surface); padding: 12px 16px 32px; flex-direction: column; overflow-y: auto; z-index: 49; }
  .nav.open + .mnav { display: flex; }
  .mnav a.l { padding: 16px 4px; border-bottom: 1px solid var(--line); text-decoration: none; font: 600 20px/28px var(--font-display); }
  .mnav .stack { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
  .head h2, .h2 { font-size: 30px; line-height: 37px; }
  .head p { font-size: 17px; line-height: 27px; }
  .card, .plan { padding: var(--space-5); }
  .type { padding: 28px 24px; }
  .type h3 { font-size: 24px; line-height: 32px; }
  .method { padding: 36px 24px; border-radius: 20px; }
  .method h2 { font-size: 28px; line-height: 36px; }
  .final h2 { font-size: 32px; line-height: 40px; }
  .ptop { padding: 56px 0 40px; }
  .ptop h1 { font-size: 36px; line-height: 43px; }
  .ptop h1 br { display: none; }
  .finder { flex-direction: column; border-radius: 20px; padding: 16px; gap: 12px; width: 100%; }
  .seg { width: 100%; display: grid; grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .seg button { border-radius: 12px; }
  .all ul { grid-template-columns: 1fr 1fr; }
  .cbar__in { height: 64px; }
  .stepper { display: none; }
  .stepper-m { display: inline-flex; }
  .secure span { display: none; }
  .cpage { padding: 0 0 72px; }
  .cpage > .container { padding: 0; }
  .ctitle { padding: 24px 16px 0; margin-bottom: 20px; }
  .ctitle h1 { font-size: 28px; line-height: 36px; }
  .cgrid { gap: 16px; }
  .panel { border-radius: 0; border-left: 0; border-right: 0; padding: 24px 16px; }
  .panel + .panel { margin-top: 12px; }
  .row2 { grid-template-columns: 1fr; }
  .sum .opt-list, .sum .after { display: none; }
  .sum.expanded .opt-list { display: block; }
  .sumbar { display: flex; justify-content: space-between; align-items: center; width: 100%; background: none; border: 0; padding: 0; font-size: 15px; cursor: pointer; text-align: left; }
  .sumbar b { font-family: var(--font-display); }
  .sum h2 { display: none; }
  .sum .lines { margin-top: 12px; }
  .sum:not(.expanded) .lines > div:not(.tot) { display: none; }
  .sum:not(.expanded) .lines { border-top: 0; padding-top: 0; margin-top: 0; }
  .sum:not(.expanded) .lines .tot { display: none; }
  .conf { padding: 48px 0 72px; }
  .conf h1 { font-size: 34px; line-height: 41px; }
  .conf .sub { font-size: 17px; line-height: 27px; }
  .receipt { grid-template-columns: 1fr 1fr; }
  .receipt div:nth-child(3) { border-left: 0; }
  .receipt div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .nextsteps ol { grid-template-columns: 1fr; }
  .doc h1 { font-size: 34px; line-height: 41px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 40px; line-height: 45px; }
  .hero .lead { font-size: 17px; line-height: 27px; }
  .hero__ctas .btn { width: 100%; }
  .mock { padding: 12px; border-radius: 20px; }
  .mock__grid { grid-template-columns: 1fr; }
  .mock__panel--prompt { display: none; }
  .float--b { display: none; }
  .float--a { left: 12px; bottom: -32px; }
  .strip ul { grid-template-columns: 1fr; }
  .strip li { padding: 16px 0; }
  .strip li + li { border-left: 0; border-top: 1px solid var(--line); }
  .feats { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; }
  .plan__price b { font-size: 48px; line-height: 48px; }
  .final { padding: 40px 24px; }
  .final .btn { width: 100%; }
  .all ul { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media (prefers-color-scheme: dark) {
  .method, .foot { background: var(--night); }
  .mock { box-shadow: 0 0 0 1px var(--line), var(--shadow-pop); }
}

/* ---------- Precio por colaborador ---------- */
.plan__calc { margin-top: -8px; font-size: 14px; line-height: 20px; color: var(--ink); background: var(--surface-alt); border-radius: var(--radius-sm); padding: 8px 12px; }
.plan__calc b { font-weight: 600; }
.stepper-in { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm); background: var(--surface-raised); overflow: hidden; height: 48px; }
.stepper-in button { width: 44px; height: 100%; border: 0; background: transparent; font-size: 20px; color: var(--purple); cursor: pointer; }
.stepper-in button:hover { background: var(--surface-alt); }
.stepper-in input { width: 72px; height: 100%; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; font-size: 16px; font-weight: 600; background: transparent; color: var(--ink); -moz-appearance: textfield; }
.stepper-in input::-webkit-outer-spin-button, .stepper-in input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper-in input:focus { outline: 2px solid var(--focus); outline-offset: -2px; }
.finder .stepper-in { height: 44px; }
.seatbox { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.opt .per { color: var(--ink-muted); font-weight: 400; font-size: 12px; margin-left: 2px; }
@media (max-width: 860px) {
  .finder { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}
.seatbox .stepper-in { align-self: flex-start; }
