/* BIZU marketing — flow diagrams & campaign UI */

.bizu-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 0.5rem;
  min-height: 4.5rem;
}
.bizu-flow__node {
  flex: 1;
  max-width: 5.5rem;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.15;
  color: #475569;
}
.bizu-flow__icon {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto 0.35rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.bizu-flow__arrow {
  flex-shrink: 0;
  width: 1rem;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 800;
}

.bizu-pill-included {
  background: linear-gradient(135deg, #059669, #10b981);
  color: #fff;
}
.bizu-pill-demo {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;
}

.bizu-module-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.bizu-module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.bizu-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0.65rem 1rem;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bizu-sticky-cta { display: none; }
}

@keyframes bizu-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.bizu-float { animation: bizu-float 4s ease-in-out infinite; }

/* Corner CTA — pulso discreto + burbuja ocasional */
.bizu-corner-cta {
  position: fixed;
  z-index: 45;
  bottom: 1.25rem;
  left: 1rem;
}
@media (max-width: 767px) {
  .bizu-corner-cta { bottom: 4.75rem; }
}
.bizu-corner-cta__fab {
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(135deg, #fbbf24, #d946ef);
  color: #1e1b4b;
  font-size: 1.25rem;
  box-shadow: 0 8px 28px rgba(217, 70, 239, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bizu-corner-cta__fab:hover { transform: scale(1.06); }
.bizu-corner-cta__pulse {
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  border: 2px solid rgba(251, 191, 36, 0.55);
  animation: bizu-corner-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes bizu-corner-pulse {
  0% { transform: scale(1); opacity: 0.85; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
.bizu-corner-cta__bubble {
  position: absolute;
  bottom: calc(100% + 0.65rem);
  left: 0;
  width: min(18rem, calc(100vw - 2rem));
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 1rem;
  background: #fff;
  color: #1e293b;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.bizu-corner-cta__bubble.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.bizu-corner-cta__bubble p { margin: 0 0 0.5rem; font-size: 0.9rem; line-height: 1.4; }
.bizu-corner-cta__bubble .bizu-corner-cta__lead { font-weight: 800; color: #5b21b6; }
.bizu-corner-cta__close {
  position: absolute;
  top: 0.35rem;
  right: 0.45rem;
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}
.bizu-corner-cta__close:hover { color: #475569; }
.bizu-corner-cta__action {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #fbbf24, #d946ef);
  color: #1e1b4b;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}
.bizu-corner-cta__action:hover { filter: brightness(1.05); color: #1e1b4b; }
.bizu-corner-cta.is-hidden { display: none; }

/* ── Mockups de pantalla (estilo reel, escala web) ── */
.bizu-mock-flow {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 17rem;
  margin: 0 auto;
}
.bizu-mock-flow__arrow {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #94a3b8;
  line-height: 1;
}
.bizu-mock-phone {
  background: #1e293b;
  border-radius: 1.35rem;
  padding: 0.55rem;
  border: 3px solid #334155;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}
.bizu-mock-phone__notch {
  width: 3.5rem;
  height: 0.35rem;
  background: #0f172a;
  border-radius: 0.25rem;
  margin: 0 auto 0.4rem;
}
.bizu-mock-phone__label {
  text-align: center;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent, #2563eb);
  margin-bottom: 0.35rem;
}
.bizu-mock-phone__screen {
  background: #0f172a;
  border-radius: 1rem;
  padding: 0.75rem 0.65rem;
  min-height: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
}
.bizu-mock-screen {
  background: #1e293b;
  border-radius: 0.85rem;
  border: 3px solid #475569;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
}
.bizu-mock-screen__bar {
  background: #334155;
  padding: 0.45rem 0.65rem;
  font-size: 0.58rem;
  font-weight: 800;
  color: #cbd5e1;
}
.bizu-mock-screen__bar span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #64748b;
  margin-right: 0.2rem;
}
.bizu-mock-screen__body {
  padding: 0.75rem 0.65rem;
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  color: #e2e8f0;
}
.bizu-mock-btn {
  width: 100%;
  border: none;
  border-radius: 0.65rem;
  padding: 0.55rem 0.65rem;
  font-weight: 800;
  font-size: 0.62rem;
  color: #fff;
  margin-top: 0.35rem;
}
.bizu-mock-btn--blue { background: #2563eb; }
.bizu-mock-btn--green { background: #059669; }
.bizu-mock-btn--purple { background: #7c3aed; }
.bizu-mock-btn--pink { background: #db2777; }

/* Tickets — mapa de butacas */
.bizu-mock-seating { width: 100%; text-align: center; }
.bizu-mock-seating__tabs { display: flex; gap: 0.25rem; justify-content: center; margin-bottom: 0.4rem; }
.bizu-mock-seating__tabs span {
  font-size: 0.5rem; font-weight: 700; padding: 0.2rem 0.45rem; border-radius: 999px;
  background: rgba(255,255,255,.08); color: #94a3b8;
}
.bizu-mock-seating__tabs .is-active { background: #2563eb; color: #fff; }
.bizu-mock-seating__stage {
  font-size: 0.48rem; font-weight: 800; letter-spacing: 0.08em;
  background: #334155; color: #cbd5e1; border-radius: 0.35rem;
  padding: 0.25rem 0.5rem; margin-bottom: 0.45rem;
}
.bizu-mock-seating__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.45rem;
}
.bizu-mock-seat {
  font-size: 0.38rem;
  font-weight: 700;
  border-radius: 0.25rem;
  padding: 0.2rem 0;
  border: 1px solid rgba(255,255,255,.25);
}
.bizu-mock-seat.is-free { background: #22c55e; color: #052e16; }
.bizu-mock-seat.is-selected { background: #2563eb; color: #fff; box-shadow: 0 0 0 2px #fde047; }
.bizu-mock-seat.is-sold { background: #6b7280; color: #f3f4f6; }
.bizu-mock-seat.is-held { background: #f59e0b; color: #451a03; }
.bizu-mock-seating__cart {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.55rem; margin-bottom: 0.25rem; padding: 0.3rem 0.4rem;
  background: rgba(255,255,255,.06); border-radius: 0.4rem;
}
.bizu-mock-door { text-align: center; width: 100%; }
.bizu-mock-door__scan { font-size: 2rem; }
.bizu-mock-door__light {
  width: 1.25rem; height: 1.25rem; border-radius: 50%; margin: 0.4rem auto;
  background: #22c55e; box-shadow: 0 0 12px #22c55e;
}
.bizu-mock-door p { font-size: 0.85rem; font-weight: 800; color: #4ade80; margin: 0; }
.bizu-mock-door span { font-size: 0.55rem; color: #94a3b8; }

/* Editor de plano */
.bizu-mock-editor {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.35rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  background: #1a1d21;
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 2px solid #334155;
}
.bizu-mock-editor__side { font-size: 0.48rem; color: #94a3b8; }
.bizu-mock-editor__title { font-weight: 800; color: #e2e8f0; margin-bottom: 0.35rem; font-size: 0.52rem; }
.bizu-mock-editor__pill {
  display: block; margin-bottom: 0.2rem; padding: 0.15rem 0.3rem;
  border-radius: 0.25rem; background: rgba(255,255,255,.06); font-weight: 700;
}
.bizu-mock-editor__pill.is-active { background: #2563eb; color: #fff; }
.bizu-mock-editor__hint { margin-top: 0.35rem; line-height: 1.3; font-size: 0.42rem; }
.bizu-mock-editor__canvas {
  background: #0f172a; border-radius: 0.5rem; padding: 0.35rem;
  min-height: 8rem;
}
.bizu-mock-editor__stage {
  font-size: 0.42rem; font-weight: 800; text-align: center;
  background: #475569; color: #f8fafc; border-radius: 0.25rem;
  padding: 0.2rem; margin-bottom: 0.35rem;
}
.bizu-mock-editor__seats {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.2rem;
}
.bizu-mock-editor__seats span {
  aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
}
.bizu-mock-editor__seats .is-free { background: #22c55e; }
.bizu-mock-editor__seats .is-sold { background: #6b7280; }
.bizu-mock-editor__seats .is-sel { background: #2563eb; box-shadow: 0 0 0 2px #fde047; }

/* Pay */
.bizu-mock-wallet { text-align: center; width: 100%; }
.bizu-mock-wallet p { font-size: 0.55rem; color: #94a3b8; margin: 0; }
.bizu-mock-wallet strong { font-size: 1.1rem; color: #34d399; display: block; margin: 0.35rem 0 0.5rem; }
.bizu-mock-bar { text-align: center; width: 100%; }
.bizu-mock-bar > p { font-size: 0.58rem; color: #94a3b8; font-weight: 700; margin-bottom: 0.35rem; }
.bizu-mock-bar__emoji { font-size: 1.1rem; display: block; margin-bottom: 0.35rem; }
.bizu-mock-bar__qr { font-size: 1rem; color: #34d399; font-weight: 800; margin-bottom: 0.35rem; }
.bizu-mock-bar strong { font-size: 0.9rem; color: #f87171; display: block; }
.bizu-mock-bar__ok { font-size: 0.55rem; color: #4ade80; font-weight: 700; }

/* Wall */
.bizu-mock-chat { width: 100%; }
.bizu-mock-bubble {
  padding: 0.45rem 0.55rem; border-radius: 0.55rem; margin-bottom: 0.35rem;
  font-size: 0.58rem; font-weight: 600; background: #6d28d9; margin-left: auto; max-width: 92%;
}
.bizu-mock-wall { display: flex; flex-direction: column; gap: 0.35rem; width: 100%; }
.bizu-mock-wall__card {
  background: rgba(255,255,255,.1); padding: 0.55rem; border-radius: 0.45rem;
  font-size: 0.62rem; font-weight: 800;
}
.bizu-mock-wall__card--vid { background: #4c1d95; text-align: center; }

/* LOVE */
.bizu-mock-love { width: 100%; text-align: center; }
.bizu-mock-love__profiles { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.bizu-mock-love__avatar { font-size: 1.5rem; display: block; }
.bizu-mock-love__profiles small { font-size: 0.5rem; font-weight: 800; }
.bizu-mock-love__heart { font-size: 1.25rem; }

/* Match */
.bizu-mock-match { text-align: center; }
.bizu-mock-match p { font-size: 0.8rem; font-weight: 800; color: #f9a8d4; margin: 0; }
.bizu-mock-match__pair { font-size: 1.35rem; margin: 0.35rem 0; }
.bizu-mock-match span { font-size: 0.6rem; font-weight: 800; }

/* Fila */
.bizu-mock-queue { width: 100%; }
.bizu-mock-queue__item {
  display: flex; align-items: center; gap: 0.35rem; padding: 0.4rem;
  border-radius: 0.45rem; background: rgba(255,255,255,.06);
  margin-bottom: 0.3rem; font-size: 0.55rem; font-weight: 700;
}
.bizu-mock-queue__item span { color: #fbbf24; min-width: 1.5rem; font-weight: 800; }
.bizu-mock-queue__item--you { background: rgba(217,119,6,.25); border: 1px solid #d97706; }
.bizu-mock-queue__item em { margin-left: auto; font-style: normal; font-size: 0.45rem; color: #fbbf24; }
.bizu-mock-wa { width: 100%; text-align: center; }
.bizu-mock-wa__head { font-size: 0.52rem; color: #25D366; font-weight: 800; margin-bottom: 0.4rem; }
.bizu-mock-wa__bubble {
  background: #DCF8C6; color: #111; padding: 0.55rem 0.65rem;
  border-radius: 0.65rem; font-size: 0.58rem; font-weight: 800; display: inline-block; text-align: left;
}

/* Mozo QR */
.bizu-mock-table { width: 100%; text-align: center; }
.bizu-mock-table__qr { font-size: 2.25rem; color: #0891b2; line-height: 1; }
.bizu-mock-table__qr small { display: block; font-size: 0.55rem; color: #94a3b8; margin-top: 0.2rem; }
.bizu-mock-table__actions { display: flex; flex-direction: column; gap: 0.3rem; margin-top: 0.45rem; }
.bizu-mock-table__actions button {
  background: rgba(8,145,178,.3); border: 1px solid #0891b2; color: #fff;
  padding: 0.4rem; border-radius: 0.45rem; font-weight: 800; font-size: 0.55rem;
}
.bizu-mock-kitchen { width: 100%; position: relative; text-align: left; }
.bizu-mock-kitchen p { font-size: 0.55rem; color: #94a3b8; margin-bottom: 0.35rem; font-weight: 800; }
.bizu-mock-kitchen ul { list-style: none; font-size: 0.65rem; font-weight: 800; line-height: 1.5; }
.bizu-mock-kitchen__new {
  position: absolute; top: 0; right: 0; font-size: 0.45rem; font-weight: 800;
  background: #f59e0b; color: #111; padding: 0.15rem 0.35rem; border-radius: 999px;
}

/* Voto */
.bizu-mock-poll { width: 100%; }
.bizu-mock-poll p { font-size: 0.65rem; font-weight: 800; margin-bottom: 0.35rem; text-align: center; }
.bizu-mock-poll button {
  width: 100%; display: block; margin-bottom: 0.3rem; padding: 0.4rem;
  border-radius: 0.45rem; border: 1px solid #475569; background: rgba(255,255,255,.06);
  color: #e2e8f0; font-weight: 700; font-size: 0.55rem;
}
.bizu-mock-poll button.is-selected { background: #6366f1; border-color: #818cf8; }
.bizu-mock-bars { width: 100%; }
.bizu-mock-bar-row {
  display: grid; grid-template-columns: 1.25rem 1fr 2rem; gap: 0.35rem;
  align-items: center; margin-bottom: 0.35rem; font-size: 0.55rem; font-weight: 800;
}
.bizu-mock-bar-row div {
  height: 0.55rem; border-radius: 999px; background: rgba(255,255,255,.1);
  position: relative; overflow: hidden;
}
.bizu-mock-bar-row div::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w, 50%);
  background: linear-gradient(90deg, #6366f1, #a855f7); border-radius: 999px;
}
.bizu-mock-bar-row em { font-style: normal; text-align: right; color: #c4b5fd; }

.bizu-module-showcase {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .bizu-module-showcase { grid-template-columns: 1fr minmax(14rem, 17rem); }
  .bizu-module-showcase--reverse { grid-template-columns: minmax(14rem, 17rem) 1fr; }
  .bizu-module-showcase--reverse .bizu-module-showcase__visual { order: -1; }
}
.bizu-module-showcase__visual {
  background: linear-gradient(145deg, #f8fafc, #eef2ff);
  border-radius: 1.25rem;
  padding: 1rem 0.75rem;
  border: 1px solid #e2e8f0;
}
.bizu-mock-flow--wide { max-width: 20rem; }

@media (min-width: 1024px) {
  .bizu-mock-flow { max-width: 18rem; }
  .bizu-module-showcase__visual { padding: 1.25rem 1rem; }
}
