/* Reservus IA · Portada (v2)
 * Misma línea que el panel: Plus Jakarta Sans, azul #2f6bff, tarjetas con volumen.
 * Reglas de oro: coherencia con el producto, respuesta visible a cada acción,
 * estados claros, poder parar siempre (colgar) y nada que recordar entre pasos.
 */
.landing {
  --brand: #2459e6;
  --brand-hover: #1c49c4;
  --brand-ink: #173c9e;
  --brand-50: #eef3ff;
  --brand-100: #dbe6ff;
  --brand-200: #b9ccfd;
  --ink: #0b1628;
  --ink-2: #3b4658;
  --soft-bg: #f4f6fb;
  --card-shadow: 0 1px 2px rgba(15, 23, 42, .05), 0 12px 32px -18px rgba(15, 23, 42, .28);
  --card-shadow-hover: 0 1px 2px rgba(15, 23, 42, .06), 0 22px 44px -20px rgba(15, 23, 42, .38);
  background: #fbfcfe;
  color: var(--ink);
}
.landing h1, .landing h2, .landing h3 { color: var(--ink); }
.section-head2 h2, .sticky-col h2, .cta2 h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: -.03em; line-height: 1.08; }
.landing .btn { border-radius: 12px; font-weight: 650; }
.landing .btn-lg { height: 52px; padding: 0 22px; font-size: 1rem; }
.landing .btn-lg svg { width: 19px; height: 19px; }
.landing .btn-primary { background: var(--brand); box-shadow: 0 1px 2px rgba(36, 89, 230, .3), 0 10px 24px -10px rgba(36, 89, 230, .55), inset 0 1px 0 rgba(255, 255, 255, .16); }
.landing .btn-primary:hover { background: var(--brand-hover); }
.landing .btn-secondary { border-color: #dfe4ee; box-shadow: 0 1px 2px rgba(15, 23, 42, .05); }
.landing .btn svg { width: 17px; height: 17px; }
.landing .site-header { background: rgba(251, 252, 254, .82); border-bottom-color: #e8ecf3; }
.landing .brand-mark { width: 28px; height: 28px; }
.landing .brand-logo { height: 34px; }
@media (max-width: 420px) { .landing .brand-logo { height: 28px; } }
.landing .brand { font-weight: 750; font-size: 1.08rem; }
.landing .nav a:not(.btn) { font-weight: 550; color: var(--ink-2); }

.pill-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; padding: 5px 12px; border-radius: 999px; background: var(--brand-50); color: var(--brand-ink); font-size: .8rem; font-weight: 700; letter-spacing: .01em; box-shadow: inset 0 0 0 1px var(--brand-100); }
.pill-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: #17a45a; box-shadow: 0 0 0 3px #d6f3e2; }

/* ── Hero ── */
.hero2 { position: relative; padding: 72px 0 88px; overflow: hidden; background:
  radial-gradient(900px 480px at 85% -10%, rgba(47, 107, 255, .16), transparent 65%),
  radial-gradient(700px 380px at -10% 10%, rgba(143, 227, 176, .18), transparent 60%),
  linear-gradient(180deg, #f3f6ff 0%, #fbfcfe 100%); }
.hero2::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .45; background-image: radial-gradient(rgba(15, 23, 42, .09) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(180deg, #000 0%, transparent 70%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 70%); }
.hero2-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: center; }
.hero2 h1 { font-size: clamp(2.5rem, 5.2vw, 4rem); line-height: 1.02; letter-spacing: -.04em; margin: 0 0 22px; max-width: 12em; }
.hero2 h1 .soft { background: linear-gradient(92deg, #2459e6, #5b8cff 60%, #2fb37a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero2 .lede { font-size: 1.12rem; line-height: 1.65; color: var(--ink-2); max-width: 34em; margin-bottom: 28px; }
.hero2 .hero-actions { gap: 12px; }
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 26px 0 0; font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.trust li { display: inline-flex; align-items: center; gap: 7px; }
.trust svg { width: 16px; height: 16px; color: #17a45a; stroke-width: 2.4; }

.hero2-visual { position: relative; margin: 0; padding: 10px 26px 58px; }
.call-mock { position: relative; border-radius: 26px; padding: 22px; color: #e8eefc; background: linear-gradient(160deg, #13223f 0%, #0b1628 70%); box-shadow: 0 40px 80px -36px rgba(11, 22, 40, .7), 0 0 0 1px rgba(255, 255, 255, .06) inset; display: grid; gap: 16px; }
.cm-top { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; font-weight: 650; }
.cm-live { display: inline-flex; align-items: center; gap: 8px; color: #8fe3b0; }
.cm-live i { width: 8px; height: 8px; border-radius: 50%; background: #2fd07b; box-shadow: 0 0 0 4px rgba(47, 208, 123, .2); animation: pulse 1.6s ease-in-out infinite; }
.cm-time { font-variant-numeric: tabular-nums; color: #9fb0cf; }
.cm-who { display: flex; gap: 12px; align-items: center; }
.cm-av { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, #2f6bff, #5b8cff); color: #fff; }
.cm-av svg { width: 20px; height: 20px; }
.cm-who b { display: block; font-size: .98rem; color: #fff; }
.cm-who span { font-size: .8rem; color: #9fb0cf; }
.cm-lines { display: grid; gap: 8px; }
.cm-lines p { margin: 0; padding: 10px 13px; border-radius: 14px; font-size: .88rem; line-height: 1.45; max-width: 88%; }
.cm-ai { background: rgba(255, 255, 255, .08); border-top-left-radius: 4px; }
.cm-user { background: #2358e0; color: #fff; justify-self: end; border-top-right-radius: 4px; }
.cm-ticket { display: flex; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 14px; background: #fff; color: var(--ink); }
.cm-ticket > svg { flex: none; width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: #dff6e9; color: #0d7a43; stroke-width: 2.6; }
.cm-ticket b { display: block; font-size: .9rem; }
.cm-ticket span { font-size: .8rem; color: #5b6576; }
.float-card { position: absolute; display: flex; gap: 10px; align-items: center; padding: 10px 14px 10px 10px; border-radius: 16px; background: #fff; box-shadow: var(--card-shadow-hover); font-size: .8rem; }
.float-card > svg { width: 32px; height: 32px; padding: 7px; border-radius: 10px; flex: none; }
.float-card b { display: block; font-size: .84rem; color: var(--ink); }
.float-card span { color: #5b6576; }
.fc-1 { left: 0; bottom: 4px; }
.fc-1 > svg { background: #fff4d9; color: #b7791f; }
.fc-2 { right: 0; bottom: 4px; }
.fc-2 > svg { background: var(--brand-50); color: var(--brand); }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(47, 208, 123, .08); } }
@media (max-width: 980px) {
  .hero2-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero2-visual { max-width: 520px; }
}
@media (max-width: 560px) {
  .hero2 { padding: 44px 0 56px; }
  .hero2-visual { padding: 8px 0 24px; }
  .hero2-visual { padding-bottom: 20px; }
  .float-card { display: none; }
  .hero2 .hero-actions .btn { width: 100%; }
}

/* ── Secciones ── */
.section2 { padding: 104px 0; position: relative; }
.section2.tinted { background: var(--soft-bg); }
.section-head2 { max-width: 44em; margin-bottom: 44px; }
.section-head2 p:not(.pill-eyebrow) { font-size: 1.06rem; line-height: 1.65; color: var(--ink-2); margin: 0; }
.muted-p { font-size: 1.04rem; line-height: 1.65; color: var(--ink-2); }
@media (max-width: 640px) { .section2 { padding: 72px 0; } }

/* ── Llamada en directo ── */
.live { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px #e6ebf3, 0 30px 70px -40px rgba(15, 23, 42, .45); }
.live-stage { position: relative; display: grid; justify-items: center; align-content: center; gap: 10px; padding: 44px 32px; text-align: center; color: #e8eefc; background: radial-gradient(420px 320px at 50% 30%, rgba(47, 107, 255, .35), transparent 70%), linear-gradient(165deg, #13223f 0%, #0b1628 75%); min-height: 460px; }
.live-orb { position: relative; width: 132px; height: 132px; display: grid; place-items: center; margin-bottom: 12px; --lv: 0; }
.live-orb > svg { position: relative; z-index: 2; width: 38px; height: 38px; color: #fff; }
.live-orb span { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #6f98ff, #2f6bff 55%, #1c3f9e); box-shadow: 0 18px 40px -12px rgba(47, 107, 255, .8); transition: transform .12s ease-out; }
.live-orb span:nth-child(1) { transform: scale(calc(1 + var(--lv) * .10)); z-index: 1; }
.live-orb span:nth-child(2) { opacity: .28; transform: scale(calc(1.18 + var(--lv) * .35)); background: #2f6bff; box-shadow: none; }
.live-orb span:nth-child(3) { opacity: .12; transform: scale(calc(1.4 + var(--lv) * .6)); background: #2f6bff; box-shadow: none; }
.live[data-state="listening"] .live-orb span:nth-child(1) { background: radial-gradient(circle at 35% 30%, #7ff0b0, #20b86a 55%, #0e7a44); box-shadow: 0 18px 40px -12px rgba(32, 184, 106, .8); }
.live[data-state="listening"] .live-orb span:nth-child(n+2) { background: #20b86a; }
.live[data-state="connecting"] .live-orb span:nth-child(2) { animation: breathe 1.2s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.45); opacity: .1; } }
.live-state { margin: 0; font-size: 1.25rem; font-weight: 750; color: #fff; letter-spacing: -.01em; }
.live-sub { margin: 0; font-size: .9rem; color: #a9b8d6; max-width: 26em; }
.live-actions { margin-top: 14px; display: flex; gap: 10px; }
.btn-live { background: #12804a; color: #fff; box-shadow: 0 12px 28px -12px rgba(32, 184, 106, .9); }
.btn-live:hover { background: #0e6b3d; }
.btn-hang { background: #e5484d; color: #fff; box-shadow: 0 12px 28px -12px rgba(229, 72, 77, .9); }
.btn-hang:hover { background: #cc3a3f; }
.btn-hang svg { transform: rotate(135deg); }
.btn-live[hidden], .btn-hang[hidden] { display: none; }
.live-alt { margin: 10px 0 0; font-size: .88rem; color: #a9b8d6; }
.live-alt a { color: #fff; font-weight: 700; text-decoration-color: rgba(255, 255, 255, .4); white-space: nowrap; }
.live-alt[hidden] { display: none; }
.live-legal { margin: 18px 0 0; max-width: 30em; font-size: .72rem; line-height: 1.5; color: #7f8fb0; }
.live-legal a { color: #a9b8d6; }
.live-log { display: flex; flex-direction: column; min-height: 460px; max-height: 560px; }
.live.is-off .live-alt { font-size: 1rem; }
.live.is-off .live-alt a { display: inline-block; margin-top: 8px; padding: 12px 20px; border-radius: 12px; background: #12804a; color: #fff; text-decoration: none; box-shadow: 0 12px 28px -12px rgba(32, 184, 106, .9); }
.live-log-h { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; border-bottom: 1px solid #edf0f6; font-size: .82rem; font-weight: 700; color: #5b6576; }
.live-timer { font-variant-numeric: tabular-nums; padding: 3px 10px; border-radius: 999px; background: #f1f4f9; }
.live-timer.low { background: #fdecea; color: #b42318; }
.live-msgs { flex: 1; min-height: 0; padding: 22px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; background: linear-gradient(180deg, #fbfcff, #f5f7fc); }
.live-empty { margin: auto; max-width: 30em; color: #5b6576; font-size: .92rem; }
.live-empty p { margin: 0 0 10px; font-weight: 650; color: var(--ink); }
.live-empty ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.live-empty li { padding: 10px 14px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px #e8ecf3; }
.lmsg { max-width: 82%; padding: 10px 14px; border-radius: 16px; font-size: .92rem; line-height: 1.5; animation: rise .2s ease-out; }
.lmsg.ai { align-self: flex-start; background: #fff; box-shadow: 0 0 0 1px #e8ecf3; border-top-left-radius: 5px; }
.lmsg.user { align-self: flex-end; background: var(--brand); color: #fff; border-top-right-radius: 5px; }
.lmsg .who { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; opacity: .6; margin-bottom: 2px; }
.lmsg.sys { align-self: center; max-width: none; background: #eaf7ef; color: #0b6b35; font-size: .84rem; font-weight: 600; box-shadow: inset 0 0 0 1px #c6e9d4; }
.lmsg.err { align-self: stretch; max-width: none; background: #fdecea; color: #9f1c2e; font-size: .88rem; }
@media (max-width: 900px) { .live { grid-template-columns: 1fr; } .live-stage { min-height: 380px; } .live-log { min-height: 320px; } }

.examples-head { margin: 64px 0 18px; display: flex; flex-wrap: wrap; gap: 4px 24px; align-items: baseline; justify-content: space-between; }
.examples-head h3 { margin: 0; font-size: 1.3rem; }
.examples-head p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.landing .sim { border-radius: 22px; border-color: #e6ebf3; box-shadow: var(--card-shadow); }
.landing .scn { border-radius: 12px; }

/* ── Calendario en marco de navegador ── */
.browser { border-radius: 22px; background: #fff; box-shadow: 0 0 0 1px #e3e8f1, 0 40px 80px -48px rgba(15, 23, 42, .5); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 44px; padding: 0 16px; background: #f3f5f9; border-bottom: 1px solid #e6eaf2; }
.browser-bar i { width: 11px; height: 11px; border-radius: 50%; background: #dfe3ea; }
.browser-bar i:nth-child(1) { background: #ff6159; } .browser-bar i:nth-child(2) { background: #ffbd2e; } .browser-bar i:nth-child(3) { background: #28c941; }
.browser-bar span { margin: 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 4px 14px; border-radius: 8px; background: #fff; font-size: .76rem; color: #5b6576; box-shadow: 0 0 0 1px #e6eaf2; }
.browser-bar span svg { width: 12px; height: 12px; }
.browser #reservus-widget > .bk, .browser #reservus-widget > * { border: 0; border-radius: 0; box-shadow: none; }
@media (max-width: 560px) { .browser-bar span { display: none; } }

/* ── Tarjetas ── */
.flow3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.flow4 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fcard { display: flex; flex-direction: column; align-items: flex-start; }
.fcard-link { margin-top: 16px; font-weight: 700; font-size: .92rem; color: var(--brand, #1f5eff); text-decoration: none; }
.fcard-link::after { content: " →"; }
.fcard-link:hover { text-decoration: underline; }
.precio-nota { margin: 22px 0 0; color: var(--ink-2); font-size: .95rem; }
.precio-nota a { color: var(--brand); font-weight: 700; }
.fcard, .feat { background: #fff; border-radius: 20px; padding: 26px; box-shadow: 0 0 0 1px #e8ecf3, var(--card-shadow); transition: box-shadow .2s, transform .2s; }
.fcard:hover, .feat:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px #dfe5ef, var(--card-shadow-hover); }
.fcard h3, .feat h3 { font-size: 1.1rem; margin: 16px 0 6px; }
.fcard p, .feat p { margin: 0; color: var(--ink-2); font-size: .94rem; line-height: 1.6; }
.fcard .badge { margin: 0; }
.ftile { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; flex: none; }
.ftile svg { width: 21px; height: 21px; }
.t-blue { background: var(--brand-50); color: var(--brand); }
.t-green { background: #e3f6ec; color: #0f7d45; }
.t-teal { background: #dff5f1; color: #0d7466; }
.t-amber { background: #fff4d9; color: #a86a0c; }
.t-violet { background: #f1e8fd; color: #6b35b8; }
.t-rose { background: #fde7ea; color: #b3263e; }
.t-sky { background: #e2f3fb; color: #0c6a8f; }
.t-dark { background: var(--ink); color: #fff; }
.engine2 { margin-top: 18px; display: flex; gap: 16px; align-items: center; padding: 20px 24px; border-radius: 20px; background: linear-gradient(100deg, #0b1628, #16284a); color: #c8d4ec; }
.engine2 .t-dark { background: rgba(255, 255, 255, .1); }
.engine2 p { margin: 0; font-size: .98rem; }
.engine2 strong { color: #fff; }
.feat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feat { padding: 22px; }
.feat h3 { font-size: 1.02rem; margin-top: 14px; }
.feat p { font-size: .9rem; }
.center-cta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 32px; }
@media (max-width: 1020px) { .feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .flow3, .flow4 { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .feat-grid { grid-template-columns: 1fr; } }

/* ── Garantías ── */
.sticky-col { position: sticky; top: 96px; }
.rules2 { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.rules2 li { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 18px 20px; border-radius: 18px; background: #fff; box-shadow: 0 0 0 1px #e8ecf3, 0 6px 18px -14px rgba(15, 23, 42, .3); }
.rules2 .n { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--brand-50); color: var(--brand); font-weight: 800; font-size: .82rem; }
.rules2 strong { display: block; font-weight: 700; margin-bottom: 2px; }
.rules2 span { color: var(--ink-2); font-size: .94rem; line-height: 1.55; }
@media (max-width: 900px) { .sticky-col { position: static; } }

/* ── Preguntas ── */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.landing .faq { border-top: 0; display: grid; gap: 10px; max-width: none; }
.landing .faq details { border: 0; border-radius: 16px; background: #fff; padding: 0 20px; box-shadow: 0 0 0 1px #e8ecf3; }
.landing .faq details[open] { box-shadow: 0 0 0 1.5px var(--brand-200), var(--card-shadow); }
.landing .faq summary { font-weight: 650; padding: 18px 0; }
.landing .faq details p { color: var(--ink-2); }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 8px; } }

/* ── Llamada a la acción ── */
.cta2 { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.3fr auto; gap: 32px; align-items: center; padding: 56px; border-radius: 28px; color: #fff; background: radial-gradient(600px 300px at 90% 0%, rgba(143, 227, 176, .25), transparent 60%), linear-gradient(130deg, #2459e6 0%, #1a3fae 60%, #13266e 100%); box-shadow: 0 40px 80px -40px rgba(36, 89, 230, .8); }
.cta2 h2 { color: #fff; margin: 0 0 10px; }
.cta2 p { color: #d9e4ff; margin: 0; font-size: 1.05rem; max-width: 34em; }
.cta2 .actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-white { background: #fff; color: var(--brand-ink); box-shadow: 0 12px 28px -14px rgba(0, 0, 0, .5); }
.btn-white:hover { background: var(--brand-50); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .4); }
.btn-outline-white:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
@media (max-width: 860px) { .cta2 { grid-template-columns: 1fr; padding: 36px 26px; } }

.landing .site-footer { background: #fff; border-top: 1px solid #e8ecf3; }
.landing .demo-note { margin-top: 18px; }
@media (prefers-reduced-motion: reduce) { .live-orb span { transition: none; } }

#contacto { padding-top: 0; }
.landing .badge { font-family: var(--sans); font-weight: 700; font-size: .72rem; padding: 3px 10px; }

/* Por dentro: capturas del panel */
.cap { display: grid; gap: 18px; }
.cap-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 2px; scrollbar-width: none; }
.cap-tabs::-webkit-scrollbar { display: none; }
.cap-tabs button { flex: 0 0 auto; display: grid; gap: 2px; text-align: left; padding: 12px 16px; border-radius: 14px; border: 0; background: #fff; box-shadow: 0 0 0 1px #e6ebf3; color: var(--ink-2); font: inherit; cursor: pointer; min-height: 44px; transition: box-shadow .2s, background .2s; }
.cap-tabs button span { font-weight: 700; font-size: .95rem; color: var(--ink); }
.cap-tabs button small { font-size: .75rem; color: var(--ink-2); }
.cap-tabs button:hover { box-shadow: 0 0 0 1px #cfd8e8; }
.cap-tabs button[aria-selected="true"] { background: #0f1b33; box-shadow: 0 10px 24px -14px rgba(15, 27, 51, .8); }
.cap-tabs button[aria-selected="true"] span { color: #fff; }
.cap-tabs button[aria-selected="true"] small { color: #a9b8d6; }
.cap-frame { margin: 0; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px #e6ebf3, 0 40px 80px -48px rgba(15, 23, 42, .55); }
.cap-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #f4f6fa; border-bottom: 1px solid #e8ecf3; }
.cap-bar i { width: 11px; height: 11px; border-radius: 50%; background: #d7dce6; }
.cap-bar span { margin-left: 10px; padding: 3px 12px; border-radius: 8px; background: #fff; font-size: .78rem; color: #6b7590; }
.cap-view img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.cap-frame figcaption, .cap-frame .cap-cap { margin: 0;  padding: 16px 20px; font-size: .95rem; color: var(--ink-2); border-top: 1px solid #edf0f6; }
.cap-view.fade img { animation: capfade .25s ease-out; }
@keyframes capfade { from { opacity: .3; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .cap-view.fade img { animation: none; } }

/* ═══ Simulador de ejemplos (rediseño) ═══ */
.landing .examples-head { display: block; margin: 72px 0 22px; }
.landing .examples-head .pill-eyebrow { margin-bottom: 12px; }
.landing .examples-head h3 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); letter-spacing: -.02em; margin: 0 0 6px; }
.landing .examples-head p { max-width: 44em; }
.landing .sim { grid-template-columns: 340px minmax(0, 1fr); border: 0; border-radius: 26px; background: #fff; box-shadow: 0 0 0 1px #e6ebf3, 0 40px 80px -50px rgba(15, 23, 42, .5); }
.landing .sim-side { padding: 22px; gap: 10px; background: linear-gradient(180deg, #fbfcff, #f5f7fc); border-right: 1px solid #edf0f6; }
.landing .sim-side .bk-label { font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #6b7590; }
.landing .scn { display: grid; grid-template-columns: 40px minmax(0, 1fr); grid-template-areas: "ic txt" "ic out"; column-gap: 12px; row-gap: 8px; align-items: start; padding: 14px; border: 0; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px #e6ebf3, 0 6px 16px -12px rgba(15, 23, 42, .35); transition: transform .18s, box-shadow .18s, background .18s; }
.landing .scn:hover:not([disabled]) { transform: translateY(-1px); background: #fff; box-shadow: 0 0 0 1px #cfd8e8, 0 14px 26px -16px rgba(15, 23, 42, .45); }
.landing .scn-ic { grid-area: ic; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; }
.landing .scn-ic svg { width: 19px; height: 19px; }
.landing .scn-ic.phone { background: #e7f7ee; color: #15935a; }
.landing .scn-ic.wa { background: #e8f6f3; color: #0f8f7a; }
.landing .scn-txt { grid-area: txt; min-width: 0; }
.landing .scn-t { display: block; font-weight: 700; font-size: .95rem; color: var(--ink); line-height: 1.3; }
.landing .scn small { margin-top: 3px; font-size: .8rem; line-height: 1.45; color: var(--ink-2); }
.landing .scn small b { font-weight: 650; color: var(--ink); }
.landing .scn-out { grid-area: out; justify-self: start; font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: #eef3ff; color: #2459e6; }
.landing .scn[aria-pressed='true'] { background: #0f1b33; box-shadow: 0 16px 30px -18px rgba(15, 27, 51, .9); }
.landing .scn[aria-pressed='true'] .scn-t, .landing .scn[aria-pressed='true'] small b { color: #fff; }
.landing .scn[aria-pressed='true'] small { color: #a9b8d6; }
.landing .scn[aria-pressed='true'] .scn-ic { background: rgba(255, 255, 255, .1); color: #8fe3b0; }
.landing .scn[aria-pressed='true'] .scn-out { background: rgba(143, 227, 176, .15); color: #8fe3b0; }
.landing .sim-foot { margin-top: auto; padding-top: 12px; font-size: .78rem; color: #6b7590; }
.landing .sim-main { min-height: 560px; background: radial-gradient(700px 300px at 70% 0%, rgba(36, 89, 230, .06), transparent 70%), #fff; }
.landing .sim-bar { height: 56px; padding: 0 20px; border-bottom-color: #edf0f6; }
.landing .sim-log { background: transparent; padding: 22px; max-height: 560px; }

/* carril de pasos en directo */
.sim-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; margin: 0; padding: 14px 20px; list-style: none; border-bottom: 1px solid #edf0f6; counter-reset: st; }
.sim-rail li { position: relative; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 12px; color: #8a94ab; font-size: .78rem; font-weight: 650; transition: background .3s, color .3s; }
.sim-rail .rs-ic { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: #f1f4f9; transition: background .3s, color .3s, box-shadow .3s; }
.sim-rail .rs-ic svg { width: 15px; height: 15px; }
.sim-rail .rs-l { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sim-rail li.on { color: #0f1b33; background: #eef3ff; }
.sim-rail li.on .rs-ic { background: #2459e6; color: #fff; box-shadow: 0 0 0 4px rgba(36, 89, 230, .15); animation: railpulse 1.4s ease-in-out infinite; }
.sim-rail li.done { color: #15935a; }
.sim-rail li.done .rs-ic { background: #e7f7ee; color: #15935a; }
.sim-rail.complete li { background: transparent; }
@keyframes railpulse { 50% { box-shadow: 0 0 0 7px rgba(36, 89, 230, .08); } }

/* estado inicial: flujo animado */
.landing .sim-flow { margin: auto; max-width: 640px; width: 100%; display: grid; justify-items: center; gap: 22px; padding: 10px 0 6px; color: var(--ink-2); }
.fl-track { position: relative; width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fl-line { position: absolute; left: 10%; right: 10%; top: 27px; height: 2px; background: repeating-linear-gradient(90deg, #d8e0ee 0 6px, transparent 6px 12px); }
.fl-pulse { position: absolute; top: -4px; left: 0; width: 44px; height: 10px; border-radius: 10px; background: linear-gradient(90deg, transparent, #2459e6 60%, #8fb0ff); filter: drop-shadow(0 0 6px rgba(36, 89, 230, .7)); animation: flrun 6s linear infinite; }
@keyframes flrun { 0% { left: -4%; opacity: 0; } 5% { opacity: 1; } 88% { opacity: 1; } 100% { left: 96%; opacity: 0; } }
.fl-node { position: relative; display: grid; justify-items: center; gap: 10px; text-align: center; }
.fl-ic { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: #fff; color: #6b7590; box-shadow: 0 0 0 1px #e1e7f2, 0 10px 22px -16px rgba(15, 23, 42, .5); animation: flnode 6s ease-in-out infinite; animation-delay: calc(var(--i) * 1.5s); }
.fl-ic svg { width: 24px; height: 24px; }
.fl-l { font-size: .8rem; font-weight: 650; color: var(--ink); }
@keyframes flnode { 0%, 100% { background: #fff; color: #6b7590; transform: none; } 6%, 18% { background: #2459e6; color: #fff; transform: translateY(-3px); box-shadow: 0 0 0 6px rgba(36, 89, 230, .12), 0 16px 28px -14px rgba(36, 89, 230, .7); } 26% { background: #fff; color: #15935a; transform: none; } }
.fl-bubbles { position: relative; width: 100%; height: 46px; }
.fl-b { position: absolute; left: 50%; top: 0; transform: translate(-50%, 6px); white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis; padding: 11px 16px; border-radius: 16px; font-size: .9rem; opacity: 0; animation: flbub 6s ease-in-out infinite; }
.fl-b.u { background: #2459e6; color: #fff; border-bottom-right-radius: 5px; animation-delay: .2s; }
.fl-b.a { background: #fff; color: var(--ink); box-shadow: 0 0 0 1px #e1e7f2; border-bottom-left-radius: 5px; animation-delay: 2.3s; }
.fl-b.ok { background: #e7f7ee; color: #0a5a2e; font-weight: 650; animation-delay: 4.3s; }
@keyframes flbub { 0% { opacity: 0; transform: translate(-50%, 8px); } 4%, 26% { opacity: 1; transform: translate(-50%, 0); } 32%, 100% { opacity: 0; transform: translate(-50%, -6px); } }
.fl-cap { margin: 0; text-align: center; font-size: .95rem; max-width: 30em; }
.fl-play svg { width: 18px; height: 18px; }
@media (prefers-reduced-motion: reduce) {
  .fl-pulse, .fl-ic, .sim-rail li.on .rs-ic { animation: none; }
  .fl-b { animation: none; opacity: 0; }
  .fl-b.ok { opacity: 1; transform: translate(-50%, 0); }
}
@media (max-width: 980px) { .landing .sim { grid-template-columns: 1fr; } .landing .sim-side { border-right: 0; border-bottom: 1px solid #edf0f6; } .landing .sim-side .scn { grid-template-columns: 40px minmax(0, 1fr) auto; grid-template-areas: "ic txt out"; align-items: center; } }
@media (max-width: 640px) {
  .landing .sim-side .scn { grid-template-columns: 40px minmax(0, 1fr); grid-template-areas: "ic txt" "ic out"; }
  .sim-rail { padding: 10px 12px; gap: 4px; }
  .sim-rail li { flex-direction: column; gap: 4px; padding: 6px 2px; font-size: .66rem; text-align: center; }
  .sim-rail .rs-l { white-space: normal; }
  .fl-ic { width: 44px; height: 44px; border-radius: 14px; }
  .fl-line { top: 21px; }
  .fl-l { font-size: .68rem; }
  .fl-b { font-size: .8rem; white-space: normal; width: 92%; text-align: center; }
  .fl-bubbles { height: 64px; }
  .landing .sim-main { min-height: 520px; }
}

/* Portada en inglés */
.en-try { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.en-try-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px -28px rgba(15, 23, 42, .35); }
.en-try-card h3 { margin: 6px 0 0; font-size: 1.25rem; }
.en-try-card p { margin: 0; color: var(--fg-2); }
.en-try-card .btn { margin-top: auto; }
.en-try-card.dark { background: linear-gradient(160deg, #0f1b33 0%, #0b1224 100%); color: #fff; border-color: transparent; }
.en-try-card.dark p { color: rgba(255, 255, 255, .78); }
.en-try-card.dark h3 { color: #fff; }
.en-phone { font-size: clamp(1.6rem, 3.4vw, 2.1rem); font-weight: 700; letter-spacing: -.02em; color: #fff; text-decoration: none; border-bottom: 2px solid rgba(34, 197, 94, .6); }
.en-phone:hover { border-bottom-color: #22c55e; }
.en-chat { grid-column: 1 / -1; margin: 6px 0 0; }
.en-chat .call-mock { max-width: 640px; margin-inline: auto; }
@media (max-width: 760px) { .en-try { grid-template-columns: 1fr; } .en-try-card { padding: 22px; } }

/* Destacados: carta con IA y reseñas */
.spot-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.spot-grid.rev .spot-copy { order: 2; }
.spot-copy h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: -.03em; line-height: 1.08; margin: 0 0 14px; }
.spot-steps { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.spot-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; }
.spot-ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--brand-50); color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand-100); }
.spot-ic svg { width: 20px; height: 20px; }
.spot-steps strong { display: block; font-weight: 700; margin-bottom: 2px; }
.spot-steps span:not(.spot-ic) { color: var(--ink-2); font-size: .95rem; line-height: 1.55; }
.spot-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 700; color: var(--brand); text-decoration: none; }
.spot-more svg { width: 18px; height: 18px; transition: transform .2s; }
.spot-more:hover svg { transform: translateX(3px); }
.spot-visual { margin: 0; }
.mm { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: 0 0 0 1px #e8ecf3, 0 40px 80px -48px rgba(15, 23, 42, .55); }
.mm-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0f1b33; }
.mm-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mm-scan { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, rgba(99, 142, 255, .0) 40%, rgba(99, 142, 255, .45) 50%, rgba(99, 142, 255, 0) 60%, transparent 100%); background-size: 100% 220%; animation: mm-scan 2.8s ease-in-out infinite; mix-blend-mode: screen; }
@keyframes mm-scan { 0% { background-position: 0 100%; } 100% { background-position: 0 -120%; } }
.mm-tag { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: rgba(10, 16, 32, .78); color: #fff; font-size: .8rem; font-weight: 600; backdrop-filter: blur(6px); }
.mm-tag svg { width: 15px; height: 15px; color: #9cc3ff; }
.mm-body { padding: 20px 22px 22px; display: grid; gap: 12px; }
.mm-row { display: grid; grid-template-columns: 150px 1fr; gap: 10px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #eef1f6; }
.mm-row small, .mm-price small { color: #5b6678; font-size: .8rem; }
.mm-row b { font-weight: 700; }
.mm-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.mm-chips span { padding: 4px 10px; border-radius: 999px; background: #fff4e5; color: #8a4b00; font-size: .8rem; font-weight: 700; box-shadow: inset 0 0 0 1px #ffd9a8; }
.mm-price { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.mm-input { display: block; margin-top: 4px; padding: 9px 14px; border-radius: 11px; box-shadow: inset 0 0 0 1.5px var(--brand); font-weight: 800; font-size: 1.05rem; min-width: 120px; }
.mm-btn { padding: 11px 18px; border-radius: 11px; background: var(--brand); color: #fff; font-weight: 700; font-size: .92rem; }
.mm-langs { display: flex; align-items: center; gap: 8px; margin: 2px 0 0; color: #4b5668; font-size: .82rem; }
.mm-langs svg { width: 16px; height: 16px; flex: none; }
.rv { display: grid; gap: 14px; }
.rv-card { background: #fff; border-radius: 20px; padding: 18px 20px; box-shadow: 0 0 0 1px #e8ecf3, 0 24px 50px -40px rgba(15, 23, 42, .6); }
.rv-card:nth-child(2) { margin-left: clamp(0px, 4vw, 36px); }
.rv-card.warn { box-shadow: 0 0 0 1.5px #f5c46b, 0 24px 50px -40px rgba(15, 23, 42, .6); }
.rv-card header { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.rv-av { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #e9eefb; color: #1e3a8a; font-weight: 800; }
.rv-card header b { display: block; font-size: .95rem; }
.rv-stars { display: inline-flex; gap: 1px; }
.rv-stars i { width: 15px; height: 15px; color: #d4d9e3; }
.rv-stars i.on { color: #f5a300; }
.rv-stars svg { width: 100%; height: 100%; display: block; }
.rv-st { margin-left: auto; padding: 4px 10px; border-radius: 999px; font-size: .74rem; font-weight: 700; }
.rv-st.ok { background: #e7f7ee; color: #0e6b3d; }
.rv-st.warn { background: #fff4e0; color: #8a4b00; }
.rv-txt { margin: 12px 0 0; color: #1f2937; }
.rv-reply { margin: 10px 0 0; padding: 10px 12px; border-radius: 12px; background: #f3f6fc; color: #3b4658; font-size: .9rem; border-left: 3px solid var(--brand); }
.rv-card.warn .rv-reply { border-left-color: #f5a300; background: #fffaf0; }
.rv-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; }
.rv-b { padding: 7px 14px; border-radius: 10px; font-size: .84rem; font-weight: 700; box-shadow: inset 0 0 0 1px #d9dfea; color: #1f2937; }
.rv-b.pri { background: var(--brand); color: #fff; box-shadow: none; }
.rv-alert { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #8a4b00; font-size: .8rem; font-weight: 600; }
.rv-alert svg { width: 15px; height: 15px; }
.h1-kw { display: block; margin-bottom: 10px; font-size: .38em; letter-spacing: -.01em; line-height: 1.3; color: var(--brand); font-weight: 800; }
@media (max-width: 900px) { .spot-grid { grid-template-columns: 1fr; } .spot-grid.rev .spot-copy { order: 0; } .mm-row { grid-template-columns: 1fr; gap: 4px; } .rv-card:nth-child(2) { margin-left: 0; } .rv-st { margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { .mm-scan { animation: none; opacity: 0; } }

/* Páginas de producto (SEO) */
.seo-hero { padding-bottom: 56px; }
.seo-hero h1 { max-width: 20ch; }
.seo-hero .lede { max-width: 62ch; }
.crumbs2 { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; font-size: .85rem; color: var(--ink-2); }
.crumbs2 a { color: var(--ink-2); }
.seo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .seo-grid { grid-template-columns: 1fr; } }
.cmp-wrap { overflow-x: auto; border-radius: 20px; box-shadow: 0 0 0 1px #e8ecf3, var(--card-shadow); background: #fff; }
.cmp { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .95rem; }
.cmp th, .cmp td { text-align: left; padding: 14px 18px; border-bottom: 1px solid #eef1f6; vertical-align: top; }
.cmp thead th { background: #f6f8fc; font-weight: 700; }
.cmp thead th:last-child, .cmp td:last-child { color: #0e3fa8; font-weight: 600; background: #f3f7ff; }
.cmp tbody th { font-weight: 700; }
@media (max-width: 640px) {
  .cmp-wrap { overflow: visible; background: none; box-shadow: none; border-radius: 0; }
  .cmp { min-width: 0; display: block; }
  .cmp thead { display: none; }
  .cmp tbody { display: grid; gap: 12px; }
  .cmp tr { display: grid; gap: 8px; padding: 16px; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px #e8ecf3; }
  .cmp th, .cmp td { display: block; padding: 0; border: 0; }
  .cmp td::before { content: attr(data-l); display: block; font-size: .74rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; color: #5b6678; margin-bottom: 2px; }
  .cmp td:last-child { padding: 10px 12px; border-radius: 10px; }
}
.seo-rel { text-decoration: none; color: inherit; }
.seo-rel h3 { margin: 0 0 8px; font-size: 1.05rem; }
.seo-rel p { margin: 0 0 12px; color: var(--ink-2); font-size: .92rem; }
.foot-sol { flex-basis: 100%; display: flex; flex-wrap: wrap; gap: 6px 18px; }
