/* ============================================================================
   BewPro Design System (bw-*) — web pública de bewpro.com
   Fuente de verdad: Stitch "BewPro 2.0" (2026-08-22) · tokens en DESIGN.md
   Reglas: un solo acento (teal), dark-first con secciones papel, Sora + Manrope,
   cards 8px, botones píldora, capturas reales como imagen.
   Se carga DESPUÉS de demo-bewpro.css: todo lo que pelea con Porto va con
   especificidad html.demo-bewpro o !important puntual.
   ========================================================================== */

:root {
  --bw-bg: #070B1A;
  --bw-surface: #0F1629;
  --bw-surface-2: #171E33;
  --bw-surface-3: #1F2740;
  --bw-line: #27304A;
  --bw-line-soft: rgba(39, 48, 74, .6);
  --bw-text: #EEF1F8;
  --bw-text-2: #C3C9DA;
  --bw-muted: #8A92AA;
  --bw-teal: #3DC2C2;
  --bw-teal-bright: #60DEDE;
  --bw-teal-hover: #2AA8A8;
  --bw-teal-ink: #003737;
  --bw-teal-tint: rgba(61, 194, 194, .10);
  --bw-teal-line: rgba(61, 194, 194, .28);
  --bw-success: #22C38E;
  --bw-danger: #FF8A80;
  --bw-paper: #F6F7FB;
  --bw-paper-2: #FFFFFF;
  --bw-ink: #0B1020;
  --bw-ink-2: #3D4560;
  --bw-ink-muted: #6B7390;
  --bw-paper-line: #E1E4EE;
  --bw-display: "Sora", "Segoe UI", Helvetica, Arial, sans-serif;
  --bw-body: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif;
  --bw-r-card: 8px;
  --bw-r-pill: 999px;
  --bw-wrap: 1200px;
  --bw-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  --bw-shadow-soft: 0 10px 30px rgba(0, 0, 0, .25);
}

/* ── Base del tenant bewpro ──────────────────────────────────────────────── */
html.demo-bewpro body { background: var(--bw-bg); color: var(--bw-text); font-family: var(--bw-body); -webkit-font-smoothing: antialiased; }
html.demo-bewpro body, html.demo-bewpro p, html.demo-bewpro li, html.demo-bewpro a, html.demo-bewpro input, html.demo-bewpro button { font-family: var(--bw-body); }
html.demo-bewpro h1, html.demo-bewpro h2, html.demo-bewpro h3, html.demo-bewpro h4, html.demo-bewpro .bw-display { font-family: var(--bw-display); letter-spacing: -.01em; }
html.demo-bewpro #header, html.demo-bewpro #footer { font-family: var(--bw-body); }
html.demo-bewpro .main { background: var(--bw-bg); }

.bw-wrap { max-width: var(--bw-wrap); margin: 0 auto; padding: 0 24px; }
@media (min-width: 1440px) { .bw-wrap { padding: 0 32px; } }
.bw-section { padding: 96px 0; }
.bw-section--tight { padding: 64px 0; }
.bw-section--paper { background: var(--bw-paper); color: var(--bw-ink); }
.bw-section--surface { background: var(--bw-surface); }
.bw-section--paper h1, .bw-section--paper h2, .bw-section--paper h3, .bw-section--paper h4 { color: var(--bw-ink); }
.bw-section--paper p { color: var(--bw-ink-2); }
@media (max-width: 768px) { .bw-section { padding: 64px 0; } .bw-section--tight { padding: 48px 0; } }

/* Tipografía */
.bw-eyebrow { font-family: var(--bw-body); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bw-teal); margin: 0 0 12px; }
.bw-section--paper .bw-eyebrow { color: var(--bw-teal-hover); }
.bw-h1 { font-family: var(--bw-display); font-weight: 700; font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.02em; color: var(--bw-text); margin: 0 0 16px; text-wrap: balance; }
.bw-h2 { font-family: var(--bw-display); font-weight: 600; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.12; color: var(--bw-text); margin: 0 0 12px; text-wrap: balance; }
.bw-h3 { font-family: var(--bw-display); font-weight: 600; font-size: clamp(20px, 2vw, 24px); line-height: 1.25; color: var(--bw-text); margin: 0 0 8px; }
.bw-lead { font-size: 18px; line-height: 1.6; color: var(--bw-text-2); max-width: 60ch; margin: 0 0 28px; }
.bw-muted { color: var(--bw-muted); }
.bw-accent { color: var(--bw-teal-bright); }
.bw-center { text-align: center; }
.bw-center .bw-lead { margin-left: auto; margin-right: auto; }
.bw-section--paper .bw-h1, .bw-section--paper .bw-h2, .bw-section--paper .bw-h3 { color: var(--bw-ink); }
.bw-section--paper .bw-lead { color: var(--bw-ink-2); }
.bw-section--paper .bw-muted { color: var(--bw-ink-muted); }
.bw-price { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* Botones */
.bw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--bw-body); font-weight: 700; font-size: 15px; line-height: 1; padding: 16px 26px; border-radius: var(--bw-r-pill); border: 1px solid transparent; text-decoration: none !important; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s; white-space: nowrap; }
.bw-btn:focus-visible { outline: 2px solid var(--bw-teal-bright); outline-offset: 3px; }
.bw-btn--primary { background: var(--bw-teal); color: var(--bw-teal-ink) !important; }
.bw-btn--primary:hover { background: var(--bw-teal-bright); color: var(--bw-teal-ink) !important; transform: translateY(-1px); }
.bw-btn--ghost { background: transparent; color: var(--bw-teal-bright) !important; border-color: var(--bw-teal-line); }
.bw-btn--ghost:hover { border-color: var(--bw-teal-bright); background: var(--bw-teal-tint); color: var(--bw-teal-bright) !important; }
.bw-btn--light { background: var(--bw-paper-2); color: var(--bw-ink) !important; border-color: var(--bw-paper-line); }
.bw-btn--light:hover { border-color: var(--bw-ink-muted); }
.bw-btn--sm { padding: 10px 18px; font-size: 14px; }
.bw-btn--lg { padding: 18px 32px; font-size: 16px; }
.bw-btn--block { width: 100%; }
.bw-btn i { font-size: .9em; }
.bw-link { color: var(--bw-teal-bright); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.bw-link:hover { color: var(--bw-teal); text-decoration: underline; }
.bw-section--paper .bw-link { color: var(--bw-teal-hover); }
.bw-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.bw-microcopy { font-size: 13px; color: var(--bw-muted); margin: 14px 0 0; }
.bw-microcopy i { color: var(--bw-teal); margin-right: 6px; }

/* Pills, chips y badges */
.bw-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bw-teal-bright); background: var(--bw-teal-tint); border: 1px solid var(--bw-teal-line); border-radius: var(--bw-r-pill); padding: 8px 14px; line-height: 1; }
.bw-pill .bw-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bw-teal-bright); box-shadow: 0 0 0 0 rgba(96, 222, 222, .6); animation: bw-pulse 1.8s ease-out infinite; }
@keyframes bw-pulse { 0% { box-shadow: 0 0 0 0 rgba(96, 222, 222, .55); } 70% { box-shadow: 0 0 0 8px rgba(96, 222, 222, 0); } 100% { box-shadow: 0 0 0 0 rgba(96, 222, 222, 0); } }
@media (prefers-reduced-motion: reduce) { .bw-pill .bw-dot { animation: none; } }
.bw-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bw-muted); }
.bw-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--bw-text-2); background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-pill); padding: 8px 14px; text-decoration: none !important; transition: border-color .15s, color .15s; }
.bw-chip:hover, .bw-chip.is-active { border-color: var(--bw-teal); color: var(--bw-teal-bright); }
.bw-chip .bw-count { color: var(--bw-muted); font-weight: 500; }
.bw-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13.5px; color: var(--bw-muted); }
.bw-trust span { display: inline-flex; align-items: center; gap: 7px; }
.bw-trust i { color: var(--bw-success); font-size: 12px; }

/* Cards */
.bw-card { background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); }
.bw-section--paper .bw-card { background: var(--bw-paper-2); border-color: var(--bw-paper-line); }
.bw-grid { display: grid; gap: 20px; }
.bw-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bw-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 992px) { .bw-grid--3, .bw-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .bw-grid--2, .bw-grid--3, .bw-grid--4 { grid-template-columns: 1fr; } }

/* Card de modelo (catálogo / destacados / similares) */
.bw-model { display: flex; flex-direction: column; background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); overflow: hidden; text-decoration: none !important; transition: transform .18s, border-color .18s, box-shadow .18s; }
.bw-model:hover { transform: translateY(-3px); border-color: var(--bw-teal-line); box-shadow: var(--bw-shadow-soft); }
.bw-model__shot { position: relative; aspect-ratio: 16 / 10; background: var(--bw-surface-2); overflow: hidden; }
.bw-model__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.bw-model__shot--empty { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--bw-teal); background: radial-gradient(ellipse at top, rgba(61, 194, 194, .12), transparent 60%), var(--bw-surface-2); }
.bw-model__shot--empty i { font-size: 32px; }
.bw-model__shot--empty span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--bw-muted); }
.bw-model__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.bw-model__cat { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bw-muted); }
.bw-model__name { font-family: var(--bw-display); font-weight: 600; font-size: 20px; line-height: 1.2; color: var(--bw-text); margin: 0; }
.bw-model__promise { font-size: 14px; color: var(--bw-text-2); margin: 0; line-height: 1.5; }
.bw-model__foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--bw-line-soft); }
.bw-model__price { font-family: var(--bw-body); font-weight: 800; font-size: 16px; color: var(--bw-text); }
.bw-model__price small { font-weight: 500; color: var(--bw-muted); font-size: 12px; margin-left: 2px; }
.bw-model__usd { display: block; font-size: 12px; color: var(--bw-muted); font-weight: 500; }

/* ── Header ──────────────────────────────────────────────────────────────── */
html.demo-bewpro #header.bw-header { background: rgba(7, 11, 26, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--bw-line); box-shadow: none; min-height: 0; }
html.demo-bewpro #header.bw-header .header-body { background: transparent; border: 0; padding: 0; min-height: 0; }
.bw-header__row { display: flex; align-items: center; gap: 28px; height: 72px; }
.bw-header__logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.bw-header__logo img { height: 34px; width: auto; display: block; }
.bw-header__nav { display: flex; align-items: center; gap: 6px; margin: 0 auto; }
.bw-header__nav a { font-size: 14.5px; font-weight: 600; color: var(--bw-text-2); text-decoration: none !important; padding: 9px 13px; border-radius: var(--bw-r-pill); transition: color .15s, background .15s; }
.bw-header__nav a:hover { color: var(--bw-text); background: var(--bw-surface-2); }
.bw-header__nav a.is-active { color: var(--bw-teal-bright); }
.bw-header__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.bw-header__login { font-size: 14.5px; font-weight: 600; color: var(--bw-text-2); text-decoration: none !important; padding: 9px 12px; border-radius: var(--bw-r-pill); }
.bw-header__login:hover { color: var(--bw-text); }
.bw-header__user { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--bw-text); text-decoration: none !important; padding: 6px 10px 6px 6px; border-radius: var(--bw-r-pill); border: 1px solid var(--bw-line); }
.bw-header__avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--bw-teal); color: var(--bw-teal-ink); font-weight: 800; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
html.demo-bewpro #header.bw-header .dropdown-menu { background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); padding: 6px; box-shadow: var(--bw-shadow-soft); }
html.demo-bewpro #header.bw-header .dropdown-item { color: var(--bw-text-2); border-radius: 6px; font-size: 14px; padding: 9px 12px; }
html.demo-bewpro #header.bw-header .dropdown-item:hover { background: var(--bw-surface-2); color: var(--bw-text); }
html.demo-bewpro #header.bw-header .dropdown-divider { border-color: var(--bw-line); }
.bw-burger { display: none; background: transparent; border: 1px solid var(--bw-line); color: var(--bw-text); width: 42px; height: 42px; border-radius: 10px; align-items: center; justify-content: center; }
@media (max-width: 992px) {
  .bw-header__row { height: 64px; gap: 12px; }
  .bw-header__nav, .bw-header__login, .bw-header__user span { display: none; }
  .bw-burger { display: inline-flex; }
  .bw-header__actions .bw-btn { padding: 10px 16px; font-size: 14px; }
}
/* Sticky shrink de Porto: neutralizar alturas heredadas */
html.demo-bewpro #header.bw-header.sticky-active .header-body { padding: 0; }
html.demo-bewpro #header.bw-header .header-logo img { max-height: none; }

/* Offcanvas mobile */
.bw-offcanvas { background: var(--bw-bg) !important; color: var(--bw-text); border-left: 1px solid var(--bw-line); width: min(88vw, 360px) !important; }
.bw-offcanvas .offcanvas-header { border-bottom: 1px solid var(--bw-line); }
.bw-offcanvas .offcanvas-title { font-family: var(--bw-display); font-weight: 600; color: var(--bw-text); }
.bw-offcanvas__group { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--bw-muted); margin: 18px 0 8px; display: block; }
.bw-offcanvas a.bw-offcanvas__link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 12px; border-radius: 8px; color: var(--bw-text-2); text-decoration: none !important; font-weight: 600; font-size: 15px; }
.bw-offcanvas a.bw-offcanvas__link:hover, .bw-offcanvas a.bw-offcanvas__link.is-active { background: var(--bw-surface); color: var(--bw-text); }
.bw-offcanvas a.bw-offcanvas__link .bw-count { color: var(--bw-muted); font-size: 13px; font-weight: 500; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
html.demo-bewpro #footer.bw-footer { background: var(--bw-bg); border-top: 1px solid var(--bw-line); margin-top: 0; padding: 0; color: var(--bw-text-2); }
.bw-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; padding: 64px 0 40px; }
@media (max-width: 992px) { .bw-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bw-footer__grid { grid-template-columns: 1fr; gap: 24px; padding: 48px 0 32px; } }
.bw-footer__brand img { height: 30px; width: auto; display: block; margin-bottom: 14px; }
.bw-footer__brand p { font-size: 14px; color: var(--bw-muted); max-width: 32ch; margin: 0 0 16px; line-height: 1.55; }
.bw-footer__col h4 { font-family: var(--bw-body); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bw-text); margin: 0 0 14px; }
.bw-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.bw-footer__col a { font-size: 14px; color: var(--bw-muted); text-decoration: none !important; transition: color .15s; }
.bw-footer__col a:hover { color: var(--bw-teal-bright); }
.bw-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 0 28px; border-top: 1px solid var(--bw-line); font-size: 13px; color: var(--bw-muted); }
.bw-footer__bottom a { color: var(--bw-muted); text-decoration: none !important; }
.bw-footer__bottom a:hover { color: var(--bw-teal-bright); }
html.demo-bewpro #footer.bw-footer .social-icons li a { background: transparent; border: 1px solid var(--bw-line); color: var(--bw-muted); border-radius: 50%; }
html.demo-bewpro #footer.bw-footer .social-icons li a:hover { border-color: var(--bw-teal); color: var(--bw-teal-bright); }

/* ── Mockups de dispositivo (capturas reales) ────────────────────────────── */
.bw-shot { position: relative; border-radius: 12px; background: var(--bw-surface-2); border: 1px solid var(--bw-line); box-shadow: var(--bw-shadow); overflow: hidden; }
.bw-shot__bar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: var(--bw-surface-3); border-bottom: 1px solid var(--bw-line); }
.bw-shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--bw-line); display: block; }
.bw-shot__bar i:nth-child(1) { background: #FF5F56; } .bw-shot__bar i:nth-child(2) { background: #FFBD2E; } .bw-shot__bar i:nth-child(3) { background: #27C93F; }
.bw-shot__bar span { margin-left: 8px; font-size: 11px; color: var(--bw-muted); font-family: ui-monospace, Menlo, monospace; }
.bw-shot__screen { aspect-ratio: 16 / 10; background: var(--bw-surface-2); overflow: hidden; }
.bw-shot__screen img, .bw-shot__screen video { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.bw-phone { position: absolute; right: -4%; bottom: -8%; width: 30%; max-width: 190px; aspect-ratio: 9 / 19; border-radius: 26px; background: #05070F; border: 6px solid #1C2338; box-shadow: var(--bw-shadow); overflow: hidden; }
.bw-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.bw-phone::before { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 34%; height: 6px; border-radius: 6px; background: #1C2338; z-index: 2; }
.bw-collage { position: relative; padding: 0 8% 10% 0; }
.bw-collage .bw-shot { transform: rotate(-2deg); }
.bw-collage__caption { position: absolute; right: 0; bottom: 0; transform: translateY(40%); background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-pill); padding: 8px 14px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--bw-text-2); white-space: nowrap; }
@media (max-width: 992px) { .bw-collage { padding: 0 0 12% 0; } .bw-collage .bw-shot { transform: none; } .bw-phone { right: 2%; width: 34%; } }

/* ── Landing de modelo ──────────────────────────────────────────────────── */
.bw-subnav { position: sticky; top: 0; z-index: 1020; background: rgba(15, 22, 41, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--bw-line); }
.bw-subnav__row { display: flex; align-items: center; gap: 18px; min-height: 58px; }
.bw-subnav__name { font-family: var(--bw-display); font-weight: 600; font-size: 15px; color: var(--bw-text); white-space: nowrap; }
.bw-subnav__links { display: flex; align-items: center; gap: 4px; }
.bw-subnav__links a { font-size: 13.5px; font-weight: 600; color: var(--bw-muted); text-decoration: none !important; padding: 8px 10px; border-radius: var(--bw-r-pill); }
.bw-subnav__links a:hover { color: var(--bw-teal-bright); }
.bw-subnav__links span { color: var(--bw-line); }
.bw-subnav__right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.bw-subnav__price { font-size: 14px; font-weight: 700; color: var(--bw-text); }
.bw-subnav__price small { font-weight: 500; color: var(--bw-muted); }
.bw-subnav .bw-btn { padding: 10px 18px; font-size: 14px; }
.bw-subnav form { margin: 0; }
@media (max-width: 992px) { .bw-subnav__links, .bw-subnav__name { display: none; } .bw-subnav__right { margin-left: 0; width: 100%; justify-content: space-between; } }

.bw-hero { padding: 88px 0 72px; position: relative; overflow: hidden; }
.bw-hero::before { content: ""; position: absolute; inset: auto -10% -30% auto; width: 60%; height: 80%; background: radial-gradient(ellipse at center, rgba(61, 194, 194, .14), transparent 60%); pointer-events: none; }
.bw-hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; }
@media (max-width: 992px) { .bw-hero { padding: 56px 0 48px; } .bw-hero__grid { grid-template-columns: 1fr; gap: 40px; } }
.bw-hero .bw-pill { margin-bottom: 22px; }
.bw-hero__kicker { display: block; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bw-teal); margin-bottom: 12px; }
.bw-hero__headline { font-family: var(--bw-display); font-weight: 600; font-size: clamp(20px, 2.2vw, 26px); color: var(--bw-teal-bright); margin: 0 0 16px; line-height: 1.3; }
.bw-ideal { display: flex; gap: 12px; align-items: flex-start; background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); padding: 16px 18px; margin: 0 0 26px; font-size: 14.5px; line-height: 1.55; color: var(--bw-text-2); }
.bw-ideal i { color: var(--bw-teal); margin-top: 3px; }
.bw-ideal strong { display: block; color: var(--bw-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }

.bw-pains { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 700px) { .bw-pains { grid-template-columns: 1fr; } }
.bw-pain { display: flex; gap: 14px; align-items: flex-start; background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); padding: 18px 20px; font-size: 15px; font-weight: 600; color: var(--bw-text); line-height: 1.45; }
.bw-pain i { width: 26px; height: 26px; border-radius: 50%; background: rgba(255, 138, 128, .12); color: var(--bw-danger); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; }
.bw-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 40px; }
@media (max-width: 700px) { .bw-values { grid-template-columns: 1fr; } }
.bw-value { display: flex; gap: 14px; align-items: flex-start; }
.bw-value i { width: 28px; height: 28px; border-radius: 50%; background: var(--bw-teal-tint); color: var(--bw-teal-bright); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 2px; }
.bw-value h4 { font-family: var(--bw-body); font-weight: 700; font-size: 16px; color: var(--bw-text); margin: 0 0 4px; }
.bw-value p { font-size: 14px; color: var(--bw-text-2); margin: 0; line-height: 1.55; }

/* Panel: maqueta construida en CSS con callouts */
.bw-panel { position: relative; max-width: 980px; margin: 40px auto 0; }
.bw-panel__frame { background: var(--bw-paper-2); border-radius: 12px; border: 1px solid var(--bw-paper-line); box-shadow: var(--bw-shadow); overflow: hidden; color: var(--bw-ink); display: grid; grid-template-columns: 200px 1fr; min-height: 420px; }
.bw-panel__side { background: #0F1629; color: #C3C9DA; padding: 18px 14px; display: grid; align-content: start; gap: 6px; font-size: 13px; }
.bw-panel__side b { color: #EEF1F8; font-family: var(--bw-display); font-weight: 600; font-size: 14px; margin-bottom: 10px; display: block; }
.bw-panel__side span { padding: 8px 10px; border-radius: 6px; display: flex; gap: 8px; align-items: center; }
.bw-panel__side span.is-active { background: rgba(61, 194, 194, .14); color: #60DEDE; }
.bw-panel__main { padding: 22px 24px; display: grid; gap: 16px; align-content: start; background: #F6F7FB; }
.bw-panel__top { display: flex; justify-content: space-between; align-items: center; }
.bw-panel__top h5 { font-family: var(--bw-display); font-weight: 600; font-size: 16px; margin: 0; color: var(--bw-ink); }
.bw-panel__top em { font-style: normal; font-size: 12px; font-weight: 700; color: #0E7A7A; background: #E3F6F6; border-radius: var(--bw-r-pill); padding: 5px 10px; }
.bw-panel__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.bw-panel__cards div { background: #fff; border: 1px solid var(--bw-paper-line); border-radius: 8px; padding: 12px; font-size: 12.5px; color: var(--bw-ink-2); display: grid; gap: 8px; }
.bw-panel__cards div i.bw-thumb { display: block; aspect-ratio: 4 / 3; border-radius: 6px; background: linear-gradient(135deg, #E3F6F6, #D9DEEA); }
.bw-panel__cards div b { color: var(--bw-ink); font-weight: 700; }
.bw-panel__rows { display: grid; gap: 8px; }
.bw-panel__rows span { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--bw-paper-line); border-radius: 8px; padding: 10px 12px; font-size: 12.5px; color: var(--bw-ink-2); }
.bw-panel__rows em { font-style: normal; font-weight: 700; color: #0E7A7A; }
.bw-callout { position: absolute; background: var(--bw-teal); color: var(--bw-teal-ink); font-weight: 700; font-size: 13px; border-radius: var(--bw-r-pill); padding: 9px 14px; box-shadow: var(--bw-shadow-soft); white-space: nowrap; }
.bw-callout::after { content: ""; position: absolute; width: 10px; height: 10px; background: var(--bw-teal); transform: rotate(45deg); left: 18px; bottom: -5px; }
.bw-callout--1 { top: 18%; left: -2%; } .bw-callout--2 { top: 50%; right: -3%; } .bw-callout--2::after { left: auto; right: 18px; } .bw-callout--3 { bottom: 10%; left: 34%; }
@media (max-width: 768px) { .bw-panel__frame { grid-template-columns: 1fr; } .bw-panel__side { display: none; } .bw-panel__cards { grid-template-columns: 1fr 1fr; } .bw-callout { position: static; display: inline-block; margin: 10px 8px 0 0; } .bw-callout::after { display: none; } .bw-panel__callouts { text-align: center; } }

.bw-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 900px) { .bw-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .bw-tiles { grid-template-columns: 1fr; } }
.bw-tile { background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); padding: 22px; display: grid; gap: 8px; align-content: start; }
.bw-tile__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--bw-teal-tint); color: var(--bw-teal-bright); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 4px; }
.bw-tile h4 { font-family: var(--bw-body); font-weight: 700; font-size: 16px; color: var(--bw-text); margin: 0; }
.bw-tile p { font-size: 14px; color: var(--bw-text-2); margin: 0; line-height: 1.55; }
.bw-tile p.bw-tile__pitch { color: var(--bw-teal-bright); font-weight: 600; }
.bw-infra { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; padding: 18px 22px; border: 1px dashed var(--bw-line); border-radius: var(--bw-r-card); font-size: 14px; color: var(--bw-text-2); }
.bw-infra b { color: var(--bw-text); }
.bw-infra span { display: inline-flex; align-items: center; gap: 7px; }
.bw-infra span i { color: var(--bw-success); font-size: 11px; }

/* FAQ */
.bw-faq { max-width: 780px; margin: 0 auto; display: grid; gap: 10px; }
.bw-faq__item { background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); overflow: hidden; }
.bw-faq__q { width: 100%; background: transparent; border: 0; color: var(--bw-text); font-family: var(--bw-body); font-weight: 700; font-size: 15.5px; text-align: left; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 14px; cursor: pointer; }
.bw-faq__q i { color: var(--bw-teal); transition: transform .2s; font-size: 12px; }
.bw-faq__q[aria-expanded="true"] i { transform: rotate(180deg); }
.bw-faq__a { padding: 0 20px 18px; font-size: 14.5px; line-height: 1.65; color: var(--bw-text-2); }
.bw-faq__cat { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--bw-muted); margin: 18px 0 6px; }

/* CTA final */
.bw-cta { text-align: center; padding: 96px 0; border-top: 1px solid var(--bw-line); background: radial-gradient(ellipse at top, rgba(61, 194, 194, .10), transparent 55%), var(--bw-bg); }
.bw-cta .bw-h2 { font-size: clamp(30px, 4vw, 44px); }
.bw-cta .bw-actions { justify-content: center; margin-top: 26px; }
.bw-cta .bw-trust { justify-content: center; margin-top: 22px; }

/* Compat Porto: anular utilidades que pelean en el tenant bewpro */
html.demo-bewpro .bw-section .custom-circle { display: none; }
html.demo-bewpro .bw-btn.btn, html.demo-bewpro .bw-btn.btn-primary { border-radius: var(--bw-r-pill); }

/* Slot del CTA de checkout (partial compartido con botones Bootstrap): se re-viste como bw-btn */
.bw-cta-slot { display: inline-flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.bw-cta-slot .btn { font-family: var(--bw-body); font-weight: 700; border-radius: var(--bw-r-pill) !important; padding: 16px 26px !important; font-size: 15px !important; line-height: 1 !important; border: 1px solid transparent; text-transform: none; letter-spacing: 0; }
.bw-cta-slot .btn-primary { background: var(--bw-teal) !important; border-color: var(--bw-teal) !important; color: var(--bw-teal-ink) !important; }
.bw-cta-slot .btn-primary:hover { background: var(--bw-teal-bright) !important; border-color: var(--bw-teal-bright) !important; }
.bw-cta-slot .btn-outline-light { background: transparent !important; color: var(--bw-teal-bright) !important; border-color: var(--bw-teal-line) !important; }
.bw-cta-slot .btn-outline-light:hover { border-color: var(--bw-teal-bright) !important; background: var(--bw-teal-tint) !important; }
.bw-cta-slot .btn-sm, .bw-subnav .bw-cta-slot .btn { padding: 10px 18px !important; font-size: 14px !important; }
.bw-cta-slot small, .bw-cta-slot .text-2 { color: var(--bw-muted) !important; }

/* Ajustes post-QA local (2026-08-22) */
html.demo-bewpro .bw-panel__top h5 { color: var(--bw-ink) !important; text-transform: none !important; letter-spacing: 0; font-size: 16px; }
html.demo-bewpro .bw-panel__side b { text-transform: none; }
.bw-callout--1 { top: 9%; }
html.demo-bewpro .bw-faq__a p { color: var(--bw-text-2); margin: 0 0 8px; }
html.demo-bewpro .bw-faq__a strong { color: var(--bw-text); }

/* CTA partial: ganarle al tema (html.demo-bewpro .btn-primary) y al inline box-shadow */
html.demo-bewpro .bw-cta-slot .btn.btn, html.demo-bewpro .bw-cta-slot .btn-primary.btn-primary { border-radius: var(--bw-r-pill) !important; box-shadow: none !important; text-transform: none !important; letter-spacing: 0 !important; }
html.demo-bewpro .bw-cta-slot .btn-primary.btn-primary { background: var(--bw-teal) !important; border-color: var(--bw-teal) !important; color: var(--bw-teal-ink) !important; }
html.demo-bewpro .bw-cta-slot .btn-primary.btn-primary:hover { background: var(--bw-teal-bright) !important; border-color: var(--bw-teal-bright) !important; transform: translateY(-1px); }
html.demo-bewpro .bw-cta-slot > div { flex-direction: row !important; align-items: center !important; }
html.demo-bewpro .bw-cta-slot p { display: none; } /* el microcopy lo pone la vista */
html.demo-bewpro .bw-cta-slot .btn .text-2 { font-size: inherit !important; }
/* Footer: ganarle a #footer del tema en todas las variantes */
html.demo-bewpro #footer.bw-footer, html.demo-bewpro #footer.bw-footer .footer-copyright { background: var(--bw-bg) !important; background-image: none !important; border-top-color: var(--bw-line) !important; }
html.demo-bewpro #footer.bw-footer p, html.demo-bewpro #footer.bw-footer a, html.demo-bewpro #footer.bw-footer h4 { color: inherit; }
/* cd-system-base.css fuerza [role=main] .btn:not(...) { border-radius: var(--border-radius) !important } → redefinimos la variable en el slot */
.bw-cta-slot, .bw-subnav { --border-radius: var(--bw-r-pill); }
/* Sub-nav móvil: CTA compacto en una línea */
@media (max-width: 992px) {
  .bw-subnav__row { min-height: 52px; }
  .bw-subnav__price { font-size: 13px; }
  html.demo-bewpro .bw-subnav .bw-cta-slot .btn.btn { padding: 9px 14px !important; font-size: 13px !important; white-space: nowrap; }
  html.demo-bewpro .bw-subnav .bw-cta-slot .btn .fa-arrow-right { display: none; }
}

/* ── Home ────────────────────────────────────────────────────────────────── */
.bw-announce { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 10px 24px; background: var(--bw-surface); border-bottom: 1px solid var(--bw-line); color: var(--bw-text-2); font-size: 13.5px; text-decoration: none !important; }
.bw-announce:hover { color: var(--bw-text); }
.bw-announce__tag { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--bw-teal-ink); background: var(--bw-teal); border-radius: var(--bw-r-pill); padding: 4px 10px; }
.bw-announce__cta { color: var(--bw-teal-bright); font-weight: 700; }
.bw-hero--home { padding: 96px 0 88px; }
.bw-hero--home .bw-h1 { font-size: clamp(40px, 5.4vw, 64px); }
.bw-collage--home { padding: 0 10% 14% 0; }
.bw-collage--home .bw-shot { transform: rotate(-2.5deg); }
.bw-phone--1 { right: 2%; bottom: -10%; width: 27%; transform: rotate(4deg); }
.bw-phone--2 { right: auto; left: -4%; bottom: -6%; width: 24%; transform: rotate(-6deg); }
@media (max-width: 992px) { .bw-hero--home { padding: 56px 0 64px; } .bw-collage--home { padding: 0 0 14% 0; } .bw-phone--2 { display: none; } .bw-phone--1 { width: 32%; right: 0; } }
.bw-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.bw-section__head .bw-h2 { margin-bottom: 6px; }
.bw-industries { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 992px) { .bw-industries { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .bw-industries { grid-template-columns: 1fr; } }
.bw-industry { display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; background: var(--bw-bg); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); padding: 16px 18px; text-decoration: none !important; transition: border-color .15s, transform .15s; }
.bw-industry:hover { border-color: var(--bw-teal-line); transform: translateY(-2px); }
.bw-industry__icon { grid-row: span 2; width: 40px; height: 40px; border-radius: 10px; background: var(--bw-teal-tint); color: var(--bw-teal-bright); display: inline-flex; align-items: center; justify-content: center; }
.bw-industry__name { font-family: var(--bw-display); font-weight: 600; font-size: 15px; color: var(--bw-text); }
.bw-industry__count { font-size: 12.5px; color: var(--bw-muted); }
.bw-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 900px) { .bw-steps { grid-template-columns: 1fr; } }
.bw-step { position: relative; background: var(--bw-paper-2); border: 1px solid var(--bw-paper-line); border-radius: var(--bw-r-card); padding: 22px 22px 24px; }
.bw-step__num { position: absolute; top: -14px; left: 18px; font-family: var(--bw-display); font-weight: 700; font-size: 13px; color: var(--bw-teal-ink); background: var(--bw-teal); border-radius: var(--bw-r-pill); padding: 6px 12px; }
.bw-step .bw-h3 { color: var(--bw-ink); margin-top: 16px; }
.bw-step p { color: var(--bw-ink-2); font-size: 14.5px; margin: 0; line-height: 1.55; }
.bw-step__art { height: 150px; border-radius: 8px; background: var(--bw-paper); border: 1px solid var(--bw-paper-line); overflow: hidden; position: relative; }
.bw-step__art--models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px; }
.bw-step__art--models i { display: block; border-radius: 6px; background: var(--bw-paper-line) center top / cover no-repeat; border: 1px solid var(--bw-paper-line); }
.bw-step__art--panel { padding: 14px; display: grid; gap: 6px; align-content: start; font-size: 12.5px; color: var(--bw-ink-2); }
.bw-step__art--panel b { color: var(--bw-ink); font-family: var(--bw-display); font-weight: 600; font-size: 13px; margin-bottom: 4px; }
.bw-step__art--panel span { padding: 6px 10px; border-radius: 6px; background: #fff; border: 1px solid var(--bw-paper-line); }
.bw-step__art--panel span.is-on { border-color: var(--bw-teal); color: var(--bw-teal-hover); font-weight: 700; }
.bw-step__art--live { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.bw-step__pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bw-teal-hover); background: #E3F6F6; border-radius: var(--bw-r-pill); padding: 7px 12px; }
.bw-step__pill .bw-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bw-success); }
.bw-step__art--live em { font-style: normal; font-family: ui-monospace, Menlo, monospace; font-size: 13px; color: var(--bw-ink-2); background: #fff; border: 1px solid var(--bw-paper-line); border-radius: 6px; padding: 6px 12px; }
/* Hub de cliente */
.bw-hub { border-bottom: 1px solid var(--bw-line); }
.bw-hub__head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.bw-hub__avatar { width: 48px; height: 48px; font-size: 18px; }
.bw-hub__card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; text-decoration: none !important; color: var(--bw-text); transition: border-color .15s, transform .15s; }
.bw-hub__card > i:first-child { width: 40px; height: 40px; border-radius: 10px; background: var(--bw-teal-tint); color: var(--bw-teal-bright); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bw-hub__card div { display: grid; gap: 2px; flex: 1; min-width: 0; }
.bw-hub__card b { font-family: var(--bw-display); font-weight: 600; font-size: 15px; }
.bw-hub__card span { font-size: 13px; color: var(--bw-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bw-hub__card:hover { border-color: var(--bw-teal-line); transform: translateY(-2px); }
.bw-hub__card--primary { border-color: var(--bw-teal-line); background: linear-gradient(135deg, rgba(61, 194, 194, .12), var(--bw-surface)); }
.bw-hub__arrow { color: var(--bw-muted); font-size: 12px; }
.bw-hub__badge { background: var(--bw-danger); color: #fff; font-size: 11px; font-weight: 800; border-radius: var(--bw-r-pill); padding: 3px 8px; }
.bw-hub__list { margin-top: 28px; display: grid; gap: 8px; }
.bw-hub__row { display: grid; grid-template-columns: 20px 1.2fr 1.4fr auto auto; gap: 14px; align-items: center; background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); padding: 12px 16px; text-decoration: none !important; color: var(--bw-text); font-size: 14px; }
.bw-hub__row:hover { border-color: var(--bw-teal-line); }
.bw-hub__row > i { color: var(--bw-teal); }
.bw-hub__row-name { font-weight: 700; }
.bw-hub__row-domain { color: var(--bw-muted); font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bw-status { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: var(--bw-r-pill); padding: 4px 10px; border: 1px solid var(--bw-line); color: var(--bw-muted); }
.bw-status.is-ok { color: var(--bw-success); border-color: rgba(34, 195, 142, .4); background: rgba(34, 195, 142, .08); }
@media (max-width: 700px) { .bw-hub__row { grid-template-columns: 20px 1fr auto; } .bw-hub__row-domain, .bw-hub__row .bw-link { display: none; } }
/* Porto pone h3/h4 en mayúsculas: los títulos del DS van en caja normal */
html.demo-bewpro .bw-h3, html.demo-bewpro .bw-model__name, html.demo-bewpro .bw-tile h4, html.demo-bewpro .bw-value h4, html.demo-bewpro .bw-footer__col h4, html.demo-bewpro .bw-hub__card b { text-transform: none; }
html.demo-bewpro .bw-footer__col h4 { text-transform: uppercase; }

/* ── Catálogo ───────────────────────────────────────────────────────────── */
.bw-cat-head { padding: 48px 0 36px; border-bottom: 1px solid var(--bw-line); }
.bw-crumbs { display: flex; gap: 8px; align-items: center; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--bw-muted); margin-bottom: 18px; }
.bw-crumbs a { color: var(--bw-muted); text-decoration: none !important; } .bw-crumbs a:hover { color: var(--bw-teal-bright); } .bw-crumbs em { font-style: normal; color: var(--bw-text-2); }
.bw-cat-head__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: end; }
@media (max-width: 900px) { .bw-cat-head__grid { grid-template-columns: 1fr; gap: 20px; } }
.bw-search { display: flex; align-items: center; gap: 10px; background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-pill); padding: 6px 6px 6px 18px; }
.bw-search:focus-within { border-color: var(--bw-teal); }
.bw-search i { color: var(--bw-muted); }
.bw-search input { flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--bw-text); font-size: 15px; padding: 10px 0; }
.bw-search input::placeholder { color: var(--bw-muted); }
html.demo-bewpro .bw-search input[type="search"] { border: 0 !important; box-shadow: none !important; background: transparent !important; }
.bw-filterbar { position: sticky; top: 0; z-index: 1010; background: rgba(7, 11, 26, .92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--bw-line); }
.bw-filterbar__row { display: flex; align-items: center; gap: 16px; padding: 10px 24px; }
.bw-filterbar__chips { display: flex; gap: 8px; overflow-x: auto; flex: 1; min-width: 0; padding: 2px 0; scrollbar-width: none; }
.bw-filterbar__chips::-webkit-scrollbar { display: none; }
.bw-filterbar__chips .bw-chip { flex-shrink: 0; padding: 7px 12px; font-size: 13px; }
.bw-filterbar__tools { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.bw-sort select { background: var(--bw-surface); color: var(--bw-text-2); border: 1px solid var(--bw-line); border-radius: var(--bw-r-pill); padding: 8px 34px 8px 14px; font-size: 13px; font-family: var(--bw-body); appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%238A92AA' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
html.demo-bewpro .bw-sort select { border-radius: var(--bw-r-pill) !important; }
.bw-cat-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
@media (max-width: 992px) { .bw-cat-layout { grid-template-columns: 1fr; gap: 24px; } .bw-cat-side { display: none; } }
.bw-cat-side { position: sticky; top: 72px; }
.bw-cat-side__list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 2px; }
.bw-cat-side__list a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; color: var(--bw-text-2); text-decoration: none !important; font-size: 14px; font-weight: 600; }
.bw-cat-side__list a em { font-style: normal; color: var(--bw-muted); font-size: 12px; font-weight: 500; }
.bw-cat-side__list a:hover { background: var(--bw-surface); color: var(--bw-text); }
.bw-cat-side__list a.is-active { background: var(--bw-teal-tint); color: var(--bw-teal-bright); }
.bw-cat-side__list a.is-active em { color: var(--bw-teal-bright); }
.bw-cat-side__ask { display: grid; gap: 6px; padding: 16px; text-decoration: none !important; color: var(--bw-text); border-style: dashed; }
.bw-cat-side__ask b { font-family: var(--bw-display); font-weight: 600; font-size: 15px; }
.bw-cat-side__ask > span:not(.bw-link) { font-size: 13px; color: var(--bw-muted); }
.bw-cat-main__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; font-size: 14px; }
.bw-cat-grid .bw-model__foot { align-items: flex-end; }
.bw-model--ask { align-items: center; justify-content: center; text-align: center; padding: 32px 24px; border-style: dashed; gap: 10px; }
.bw-model--ask__icon { width: 52px; height: 52px; border-radius: 50%; border: 1px dashed var(--bw-teal-line); color: var(--bw-teal-bright); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 6px; }
.bw-pagination { display: flex; justify-content: center; margin-top: 32px; }
html.demo-bewpro .bw-pagination .pagination { gap: 6px; }
html.demo-bewpro .bw-pagination .page-link { background: var(--bw-surface); border: 1px solid var(--bw-line); color: var(--bw-text-2); border-radius: var(--bw-r-pill) !important; min-width: 40px; text-align: center; }
html.demo-bewpro .bw-pagination .page-item.active .page-link { background: var(--bw-teal); border-color: var(--bw-teal); color: var(--bw-teal-ink); }
.bw-empty { text-align: center; padding: 56px 24px; background: var(--bw-surface); border: 1px dashed var(--bw-line); border-radius: var(--bw-r-card); }
.bw-empty__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--bw-teal-tint); color: var(--bw-teal-bright); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.bw-empty .bw-h3 { margin-bottom: 6px; }
.bw-empty__list { list-style: none; padding: 0; margin: 14px auto 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.bw-empty__list li { font-size: 13px; color: var(--bw-text-2); border: 1px dashed var(--bw-line); border-radius: var(--bw-r-pill); padding: 6px 12px; display: inline-flex; gap: 8px; align-items: center; }
.bw-empty__list li i { color: var(--bw-teal); font-size: 11px; }
/* Formularios sobre papel */
.bw-form-card { max-width: 640px; margin: 0 auto; background: var(--bw-paper-2); border: 1px solid var(--bw-paper-line); border-radius: 12px; padding: 28px; box-shadow: 0 12px 40px rgba(11, 16, 32, .08); }
.bw-form { display: grid; gap: 14px; }
.bw-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .bw-form__row { grid-template-columns: 1fr; } }
.bw-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: var(--bw-ink-2); }
html.demo-bewpro .bw-form input, html.demo-bewpro .bw-form textarea { width: 100%; font-family: var(--bw-body); font-size: 15px; font-weight: 500; color: var(--bw-ink); background: #fff; border: 1px solid var(--bw-paper-line) !important; border-radius: 10px !important; padding: 12px 14px; outline: 0; box-shadow: none !important; }
html.demo-bewpro .bw-form input:focus, html.demo-bewpro .bw-form textarea:focus { border-color: var(--bw-teal) !important; box-shadow: 0 0 0 3px rgba(61, 194, 194, .18) !important; }
.bw-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.bw-alert { display: flex; gap: 10px; align-items: center; border-radius: 10px; padding: 14px 16px; font-size: 14px; font-weight: 600; }
.bw-alert--ok { background: #E3F6F6; color: #0E7A7A; } .bw-alert--err { background: #FDE8E6; color: #A4433A; }
/* Card de modelo: el pie no desborda (precio en 2 líneas + botón) */
.bw-model__foot { flex-wrap: wrap; }
.bw-model__price { min-width: 0; }
.bw-model__foot .bw-btn { flex-shrink: 0; padding: 9px 14px; font-size: 13px; }

/* ── Precios ─────────────────────────────────────────────────────────────── */
.bw-hero--center { padding: 80px 0 56px; text-align: center; }
.bw-hero--center .bw-h1 { margin-left: auto; margin-right: auto; }
.bw-toggle { display: inline-flex; background: var(--bw-surface); border: 1px solid var(--bw-line); border-radius: var(--bw-r-pill); padding: 4px; gap: 2px; }
.bw-toggle button { background: transparent; border: 0; color: var(--bw-muted); font-family: var(--bw-body); font-weight: 700; font-size: 13px; padding: 8px 18px; border-radius: var(--bw-r-pill); cursor: pointer; }
.bw-toggle button.is-active { background: var(--bw-teal); color: var(--bw-teal-ink); }
.bw-tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; margin-top: -28px; }
@media (max-width: 900px) { .bw-tiers { grid-template-columns: 1fr; margin-top: 0; } }
.bw-tier { position: relative; background: var(--bw-paper-2); border: 1px solid var(--bw-paper-line); border-radius: 12px; padding: 28px 26px 26px; display: flex; flex-direction: column; gap: 10px; color: var(--bw-ink); }
.bw-tier.is-highlight { background: var(--bw-surface); border-color: var(--bw-teal); color: var(--bw-text); box-shadow: var(--bw-shadow); }
.bw-tier.is-highlight .bw-h3, .bw-tier.is-highlight .bw-tier__price { color: var(--bw-text); }
.bw-tier.is-highlight .bw-tier__tagline, .bw-tier.is-highlight .bw-tier__list { color: var(--bw-text-2); }
.bw-tier__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--bw-teal); color: var(--bw-teal-ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-radius: var(--bw-r-pill); padding: 6px 12px; white-space: nowrap; }
.bw-tier .bw-h3 { margin: 0; }
.bw-tier__tagline { font-size: 14px; color: var(--bw-ink-2); margin: 0; min-height: 42px; line-height: 1.5; }
.bw-tier__price { font-family: var(--bw-display); font-weight: 700; font-size: 34px; color: var(--bw-ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; margin: 6px 0 4px; }
.bw-tier__price small { font-family: var(--bw-body); font-weight: 500; font-size: 14px; color: var(--bw-muted); margin-left: 4px; letter-spacing: 0; }
.bw-tier__list { list-style: none; margin: 4px 0 16px; padding: 0; display: grid; gap: 9px; font-size: 14px; color: var(--bw-ink-2); flex: 1; }
.bw-tier__list li { display: flex; gap: 10px; align-items: flex-start; }
.bw-tier__list i { color: var(--bw-success); font-size: 11px; margin-top: 4px; }
.bw-tiers__note { text-align: center; font-size: 13.5px; color: var(--bw-ink-muted); margin: 20px auto 0; max-width: 70ch; }
.bw-tiers__note i { color: var(--bw-teal-hover); margin-right: 6px; }
.bw-compare-wrap { overflow-x: auto; border: 1px solid var(--bw-paper-line); border-radius: 12px; background: var(--bw-paper-2); }
.bw-compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 640px; }
.bw-compare th, .bw-compare td { padding: 13px 18px; border-bottom: 1px solid var(--bw-paper-line); text-align: center; color: var(--bw-ink-2); }
.bw-compare th:first-child, .bw-compare td:first-child { text-align: left; color: var(--bw-ink); font-weight: 600; }
.bw-compare thead th { font-family: var(--bw-display); font-weight: 600; font-size: 15px; color: var(--bw-ink); background: var(--bw-paper); position: sticky; top: 72px; }
.bw-compare .is-highlight { background: #E3F6F6; }
.bw-compare thead th.is-highlight { color: var(--bw-teal-hover); }
.bw-compare__yes { color: var(--bw-success); } .bw-compare__no { color: var(--bw-paper-line); }
.bw-compare tbody tr:last-child td { border-bottom: 0; }
.bw-faq--paper .bw-faq__item { background: var(--bw-paper-2); border-color: var(--bw-paper-line); }
.bw-faq--paper .bw-faq__q { color: var(--bw-ink); } .bw-faq--paper .bw-faq__q i { color: var(--bw-teal-hover); }
.bw-faq--paper .bw-faq__a { color: var(--bw-ink-2); }

/* ── Nosotros / Partners ────────────────────────────────────────────────── */
.bw-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 900px) { .bw-principles { grid-template-columns: 1fr; } }
.bw-principle { border-top: 2px solid var(--bw-teal); padding-top: 18px; }
.bw-principle__num { font-family: var(--bw-display); font-weight: 700; font-size: 13px; color: var(--bw-teal-hover); letter-spacing: .1em; display: block; margin-bottom: 10px; }
.bw-principle .bw-h3 { color: var(--bw-ink); }
.bw-principle p { color: var(--bw-ink-2); font-size: 15px; line-height: 1.6; margin: 0; }
.bw-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 900px) { .bw-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.bw-stat { text-align: center; padding: 22px 12px; border: 1px solid var(--bw-line); border-radius: var(--bw-r-card); background: var(--bw-bg); }
.bw-stat b { display: block; font-family: var(--bw-display); font-weight: 700; font-size: 34px; color: var(--bw-teal-bright); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.bw-stat span { font-size: 13.5px; color: var(--bw-muted); }
.bw-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 900px) { .bw-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .bw-mosaic { grid-template-columns: 1fr; } }
.bw-mosaic__item { position: relative; display: block; aspect-ratio: 16 / 10; border-radius: var(--bw-r-card); overflow: hidden; border: 1px solid var(--bw-line); background: var(--bw-surface-2); }
.bw-mosaic__item img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; transition: transform .3s; }
.bw-mosaic__item:hover img { transform: scale(1.03); }
.bw-mosaic__item span { position: absolute; left: 12px; bottom: 12px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: rgba(7, 11, 26, .75); border-radius: var(--bw-r-pill); padding: 6px 10px; }
.bw-partnerline { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--bw-paper-2); border: 1px solid var(--bw-paper-line); border-radius: 12px; padding: 26px 28px; }
.bw-partnerline .bw-h3, .bw-partnerline p { color: var(--bw-ink); } .bw-partnerline p { color: var(--bw-ink-2); max-width: 60ch; }
.bw-steps--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .bw-steps--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .bw-steps--4 { grid-template-columns: 1fr; } }

/* ── Vistas legacy del tenant (contacto, impulso, primeros pasos, checkout): re-vestir botones y cards ── */
html.demo-bewpro .main .btn-modern, html.demo-bewpro .main .btn.rounded-0, html.demo-bewpro .main .pp-btn, html.demo-bewpro .main .bp-btn { border-radius: var(--bw-r-pill) !important; font-family: var(--bw-body); font-weight: 700; text-transform: none; letter-spacing: 0; }
html.demo-bewpro .main { --border-radius: 999px; }
html.demo-bewpro .main .btn-primary, html.demo-bewpro .main .bp-btn-primary { background: var(--bw-teal) !important; border-color: var(--bw-teal) !important; color: var(--bw-teal-ink) !important; box-shadow: none !important; }
html.demo-bewpro .main .btn-primary:hover, html.demo-bewpro .main .bp-btn-primary:hover { background: var(--bw-teal-bright) !important; border-color: var(--bw-teal-bright) !important; }
html.demo-bewpro .main .deluxe-card { background: var(--bw-surface) !important; border: 1px solid var(--bw-line) !important; border-radius: var(--bw-r-card) !important; }
html.demo-bewpro .main .deluxe-card.with-border-top-primary, html.demo-bewpro .main .deluxe-card.with-border-top-success { border-top: 2px solid var(--bw-teal) !important; }
html.demo-bewpro .main .page-header { background: var(--bw-surface) !important; border-bottom: 1px solid var(--bw-line); }
html.demo-bewpro .main .custom-circle { display: none !important; }
html.demo-bewpro .main .form-control, html.demo-bewpro .main .form-select { border-radius: 10px !important; }

/* Impulso / primeros pasos (vistas legacy con colores inline): alinear fondos al DS */
html.demo-bewpro .main section[style*="#030628"], html.demo-bewpro .main section[style*="#050b4a"] { background: var(--bw-bg) !important; }
html.demo-bewpro .main section[style*="#f8fafc"] { background: var(--bw-paper) !important; }
html.demo-bewpro .main div[style*="background:#030628"] { background: var(--bw-surface) !important; }
html.demo-bewpro .main .pp-hero { background: var(--bw-bg) !important; }
html.demo-bewpro .main h1, html.demo-bewpro .main h2, html.demo-bewpro .main h3 { text-transform: none; }
/* Legales: los h2/h3 del cuerpo en tinta (el tema los pinta claros) */
html.demo-bewpro .bw-legal__body h2, html.demo-bewpro .bw-legal__body h3, html.demo-bewpro .bw-legal__body strong { color: var(--bw-ink) !important; }
html.demo-bewpro .bw-legal__body code { background: #EEF0F5; color: var(--bw-ink-2); border-radius: 4px; padding: 1px 5px; font-size: 13px; }
/* Primeros pasos: secciones de lectura sobre papel (el body del DS es oscuro) */
html.demo-bewpro .main .pp-section { background: var(--bw-paper) !important; }
html.demo-bewpro .main .pp-section.pp-res-bg { background: var(--bw-paper-2) !important; }
html.demo-bewpro .main .pp-final { background: var(--bw-bg) !important; }
html.demo-bewpro .main .pp-h2 { color: var(--bw-ink) !important; }

/* ── helpers compartidos (pasada 8 vistas: faqs · blog · cómo-funciona) ── */
.bw-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.bw-tiles--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .bw-tiles--3 { grid-template-columns: 1fr; } }
