/* Landing Booh Retail */

body.br-page {
  background: var(--bg);
  --br-nav-h: 58px;
  --br-promo-h: 0px;
  --br-olive: #6b7c3e;
  --br-olive-mid: #8fa65a;
  --br-olive-light: #a8b86e;
  --br-olive-pale: #c5d4a0;
  --br-olive-dark: #3d4a2a;
  --br-olive-glow: rgba(107, 124, 62, 0.35);
  --br-olive-border: rgba(168, 184, 110, 0.42);
  --br-cream: #f5f2e8;
}

body.mnav-page:has(.mnav-promo).br-page {
  --br-promo-h: 46px;
}

/* Hero — Booh Retail (verde oliva, título siempre visible) */
.br-page .hero-booh.fade-in,
.br-page .hero-booh.fade-in.visible {
  opacity: 1;
  transform: none;
}

.br-page .hero-booh .hero-bg.base {
  object-position: center center;
}

.br-page .hero-booh .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(6, 10, 18, 0.88) 0%,
    rgba(6, 10, 18, 0.55) 36%,
    rgba(6, 10, 18, 0.18) 62%,
    transparent 84%
  );
}

.br-page .hero-booh .hero-content.left h1.br-hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 20px;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: clamp(2rem, 5.2vw, 3.35rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.55);
}

.br-hero-title__line {
  display: block;
}

.br-hero-title__ai {
  color: var(--br-olive-light) !important;
  -webkit-text-fill-color: var(--br-olive-light) !important;
}

.br-page .hero-booh .hero-content.left h1:not(.br-hero-title) {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 3.8vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: var(--br-cream) !important;
  color: var(--br-cream) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.br-page .hero-booh .hero-tagline {
  color: rgba(245, 242, 232, 0.92);
}

.br-page .hero-booh .hero-btn {
  background: linear-gradient(135deg, var(--br-olive) 0%, var(--br-olive-mid) 100%);
  color: #fff;
  box-shadow: 0 8px 24px var(--br-olive-glow);
}

.br-page .hero-booh .hero-btn--ghost {
  background: rgba(245, 242, 232, 0.1);
  border: 1px solid var(--br-olive-border);
  color: var(--br-cream);
  box-shadow: none;
}

.br-page .hero-booh .hero-btn:hover {
  box-shadow: 0 12px 28px rgba(61, 74, 42, 0.45);
}

@media (max-width: 900px) {
  .br-page .hero-booh .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(6, 10, 18, 0.9) 0%,
      rgba(6, 10, 18, 0.62) 40%,
      rgba(6, 10, 18, 0.28) 100%
    );
  }

  .br-page .hero-booh .hero-content.left h1.br-hero-title {
    font-size: clamp(1.75rem, 9vw, 2.4rem);
    letter-spacing: 0.03em;
  }
}

/* ── Precios (planes retail) ── */
.br-page .br-pricing-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(180deg, rgba(42, 51, 24, 0.35) 0%, transparent 100%);
}

.br-page .br-pricing-section .hm-lead {
  color: rgba(245, 242, 232, 0.82);
}

/* ── Botones secundarios de la landing ── */
.br-btn {
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.br-btn--primary {
  background: linear-gradient(135deg, var(--br-olive) 0%, var(--br-olive-mid) 100%);
  color: #fff;
  box-shadow: 0 8px 24px var(--br-olive-glow);
}

.br-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 12px 28px rgba(61, 74, 42, 0.45);
  color: #fff;
}

.br-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.br-btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.br-page .mnav-promo {
  background: linear-gradient(90deg, #4a5632 0%, #6b7c3e 55%, #8fa65a 100%);
}

.br-page .ta-cta-band .br-btn--primary {
  background: linear-gradient(135deg, var(--br-olive) 0%, var(--br-olive-mid) 100%);
  box-shadow: 0 8px 24px var(--br-olive-glow);
}

/* ── Cerebro operativo (debajo del hero) ── */
.br-copilot-section {
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.br-copilot {
  position: relative;
  padding: 88px 20px 96px;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(107, 124, 62, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 100%, rgba(143, 166, 90, 0.14), transparent 50%),
    linear-gradient(180deg, rgba(4, 12, 28, 0.95) 0%, rgba(8, 14, 24, 1) 100%);
  border-top: 1px solid rgba(168, 184, 110, 0.22);
  border-bottom: 1px solid rgba(168, 184, 110, 0.1);
}

.br-copilot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236b7c3e' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.br-copilot__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 56px;
}

.br-copilot__badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c5d4a0;
  background: rgba(107, 124, 62, 0.12);
  border: 1px solid rgba(168, 184, 110, 0.42);
  box-shadow: 0 0 32px rgba(107, 124, 62, 0.18);
}

.br-copilot__head h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  color: #e7f1ff;
}

.br-copilot__lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.6;
  color: rgba(231, 241, 255, 0.88);
  margin: 0;
}

.br-copilot__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto;
}

.br-copilot-card {
  position: relative;
  text-align: center;
  padding: 40px 28px 36px;
  border-radius: 24px;
  background: rgba(6, 14, 28, 0.75);
  border: 1px solid rgba(168, 184, 110, 0.24);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.br-copilot-card:hover {
  transform: translateY(-8px);
  border-color: rgba(168, 184, 110, 0.48);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(107, 124, 62, 0.12);
}

.br-copilot-card__icon {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-copilot-card__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(107, 124, 62, 0.45), rgba(0, 184, 254, 0.3), rgba(107, 124, 62, 0.45));
  opacity: 0.35;
  animation: br-copilot-pulse 4s ease-in-out infinite;
}

.br-copilot-card__icon::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(107, 124, 62, 0.16), rgba(13, 22, 35, 0.95));
  border: 1px solid rgba(168, 184, 110, 0.32);
  box-shadow: 0 0 40px rgba(107, 124, 62, 0.18);
}

.br-copilot-card__icon img {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(107, 124, 62, 0.28));
}

.br-copilot-card--decide .br-copilot-card__ring {
  background: conic-gradient(from 120deg, rgba(240, 2, 172, 0.5), rgba(0, 184, 254, 0.35), rgba(240, 2, 172, 0.5));
}

.br-copilot-card--decide {
  border-color: rgba(240, 2, 172, 0.26);
}

.br-copilot-card--decide:hover {
  border-color: rgba(240, 2, 172, 0.48);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(240, 2, 172, 0.14);
}

.br-copilot-card--decide .br-copilot-card__icon::after {
  background: linear-gradient(145deg, rgba(240, 2, 172, 0.14), rgba(13, 22, 35, 0.95));
  border-color: rgba(240, 2, 172, 0.32);
  box-shadow: 0 0 40px rgba(240, 2, 172, 0.16);
}

.br-copilot-card--exec .br-copilot-card__ring {
  background: conic-gradient(from 240deg, rgba(0, 184, 254, 0.45), rgba(40, 225, 255, 0.3), rgba(0, 184, 254, 0.45));
}

.br-copilot-card--exec:hover {
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 184, 254, 0.16);
}

.br-copilot-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c5d4a0;
  background: rgba(107, 124, 62, 0.12);
  border: 1px solid rgba(168, 184, 110, 0.32);
}

.br-copilot-card--decide .br-copilot-card__tag {
  color: #f5a8e8;
  background: rgba(240, 2, 172, 0.12);
  border-color: rgba(240, 2, 172, 0.32);
}

.br-copilot-card--exec .br-copilot-card__tag {
  color: #9ee8ff;
  background: rgba(0, 184, 254, 0.12);
  border-color: rgba(0, 184, 254, 0.32);
}

.br-copilot-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
}

.br-copilot-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(200, 220, 240, 0.85);
  margin: 0;
}

@keyframes br-copilot-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.5;
  }
}

@media (max-width: 960px) {
  .br-copilot__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    gap: 24px;
  }

  .br-copilot {
    padding: 72px 20px 80px;
  }

  .br-copilot__head {
    margin-bottom: 44px;
  }

  .br-copilot-card__icon {
    width: 120px;
    height: 120px;
  }

  .br-copilot-card__icon img {
    width: 72px;
    height: 72px;
  }
}

/* ── Terminales: kiosko, caja rápida, TPV ── */
.br-terminals-section {
  max-width: none;
  padding: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(107, 124, 62, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(6, 12, 22, 0.98) 0%, rgba(8, 14, 24, 1) 100%);
  border-top: 1px solid rgba(168, 184, 110, 0.16);
  border-bottom: 1px solid rgba(168, 184, 110, 0.1);
}

.br-terminals {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px 80px;
}

.br-terminals__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.br-terminals__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dce6c4;
  background: rgba(107, 124, 62, 0.14);
  border: 1px solid rgba(168, 184, 110, 0.35);
}

.br-terminals__head h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  line-height: 1.15;
  color: var(--br-cream);
}

.br-terminals__lead {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
  color: rgba(231, 241, 255, 0.82);
}

.br-terminals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.br-terminal-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(8, 14, 24, 0.92);
  border: 1px solid rgba(168, 184, 110, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.br-terminal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 184, 110, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.br-terminal-card--kiosko {
  border-color: rgba(168, 184, 110, 0.28);
}

.br-terminal-card--fast {
  border-color: rgba(143, 166, 90, 0.35);
}

.br-terminal-card--fast:hover {
  border-color: rgba(168, 184, 110, 0.5);
}

.br-terminal-card--tpv {
  border-color: rgba(107, 124, 62, 0.38);
}

.br-terminal-card--tpv:hover {
  border-color: rgba(143, 166, 90, 0.55);
}

.br-terminal-card__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.br-terminal-card__emoji {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 1.65rem;
  background: rgba(107, 124, 62, 0.12);
}

.br-terminal-card--fast .br-terminal-card__emoji {
  background: rgba(143, 166, 90, 0.16);
}

.br-terminal-card--tpv .br-terminal-card__emoji {
  background: rgba(107, 124, 62, 0.18);
}

.br-terminal-card__label {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.1;
  color: #f8fafc;
  letter-spacing: 0.01em;
}

.br-terminal-card__subtitle {
  margin: 4px 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c5d4a0;
}

.br-terminal-card--fast .br-terminal-card__subtitle {
  color: #dce6c4;
}

.br-terminal-card--tpv .br-terminal-card__subtitle {
  color: #a8b86e;
}

.br-terminal-card__desc {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: rgba(231, 241, 255, 0.82);
}

.br-terminal-card__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.br-terminal-card__bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(231, 241, 255, 0.88);
}

.br-terminal-card__bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #a8b86e;
  font-weight: 800;
}

.br-terminal-card__ideal {
  margin: auto 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(187, 247, 208, 0.85);
}

.br-terminals__hub {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 24px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(107, 124, 62, 0.08);
  border: 1px dashed rgba(168, 184, 110, 0.35);
}

.br-terminals__hub-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c5d4a0;
  background: rgba(107, 124, 62, 0.14);
}

.br-terminals__hub h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #ecfccb;
}

.br-terminals__hub p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(231, 241, 255, 0.78);
}

.br-terminals-section--unified .br-terminals__hub {
  margin-bottom: 28px;
}

.br-terminals-detail {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 28px;
}

.br-terminals-detail .ta-terminal {
  margin: 0;
}

.br-terminals-detail .ta-terminal:first-child {
  padding-top: 0;
}

@media (max-width: 720px) {
  .br-terminals-detail {
    gap: 22px;
  }
}

.br-terminals__unified {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(8, 14, 24, 0.75);
  border: 1px solid rgba(168, 184, 110, 0.16);
}

.br-terminals__unified h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #e7f1ff;
  text-align: center;
}

.br-terminals__unified-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.br-terminals__unified-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(231, 241, 255, 0.82);
}

.br-terminals__unified-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #a8b86e;
}

@media (max-width: 960px) {
  .br-terminals__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .br-terminals__unified-list {
    grid-template-columns: 1fr;
  }
}

/* ── Acentos verdes en el resto de la landing ── */
.br-page .ta-flow-bar__item--hub {
  background: linear-gradient(45deg, rgba(107, 124, 62, 0.22), rgba(61, 74, 42, 0.14));
  border-color: rgba(168, 184, 110, 0.42);
}

.br-page .ta-terminal__tag {
  color: #c5d4a0;
  background: rgba(107, 124, 62, 0.12);
  border-color: rgba(168, 184, 110, 0.3);
}

.br-page .ta-channel__label {
  color: #c5d4a0;
}

.br-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.br-pillar {
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(8, 14, 24, 0.88);
  border: 1px solid rgba(168, 184, 110, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.br-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 184, 110, 0.38);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.br-pillar__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(107, 124, 62, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-pillar__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.br-pillar__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c5d4a0;
  background: rgba(107, 124, 62, 0.12);
  border: 1px solid rgba(168, 184, 110, 0.28);
}

.br-pillar h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  color: #e7f1ff;
}

.br-pillar p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(231, 241, 255, 0.78);
}

@media (max-width: 900px) {
  body.br-page {
    --br-nav-h: 52px;
  }

  body.mnav-page:has(.mnav-promo).br-page {
    --br-promo-h: 44px;
  }

  .br-btn {
    flex: 1 1 auto;
    text-align: center;
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  body.br-page {
    --br-nav-h: 56px;
  }

  .br-btn {
    width: 100%;
    box-sizing: border-box;
    flex: none;
  }
}

@media (max-width: 1024px) {
  .br-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .br-pillars {
    grid-template-columns: 1fr;
  }
}

/* ── Copilot Inventory: mockup del terminal en la sección de terminales ── */
.br-page .ta-terminal--has-visual .ta-terminal__side {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.br-page .ta-terminal__visual--phone {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.br-page .ta-terminal__visual--phone .ta-terminal__visual-glow {
  inset: -8% 0 auto;
  height: 62%;
  background: radial-gradient(ellipse at center, var(--br-olive-glow), transparent 70%);
  filter: blur(6px);
}

.br-page .ta-terminal__visual--phone .ta-terminal__img {
  width: auto;
  max-width: 100%;
  max-height: 560px;
  border: 0;
  border-radius: 32px;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.28));
}

.br-page .ta-terminal--has-visual .ta-terminal__card {
  width: 100%;
  box-sizing: border-box;
}

/* Imagen a lo ancho, debajo de la tarjeta del terminal */
.br-page .ta-terminal__visual--below {
  grid-column: 1 / -1;
  order: 3; /* siempre la última, aunque la fila sea --reverse */
  width: 100%;
  margin-top: 10px;
}

.br-page .ta-terminal__visual--below .ta-terminal__img {
  max-height: 620px;
}

/* Imagen lateral: alto contenido para equilibrar con el texto */
.br-page .ta-terminal--has-visual .ta-terminal__side {
  justify-content: center;
}

.br-page .ta-terminal--has-visual .ta-terminal__visual--phone .ta-terminal__img {
  max-height: 480px;
}

/* Tira de pasos a lo ancho, debajo de la tarjeta con imagen lateral */
.br-page .ta-flow-steps--full {
  grid-column: 1 / -1;
  order: 3;
  width: 100%;
  margin-top: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Paleta oliva para los pasos inline (en vez del cian del tema azul) */
.br-page .ta-flow-steps--inline li {
  background: rgba(107, 124, 62, 0.1);
  border-color: rgba(168, 184, 110, 0.24);
}

.br-page .ta-flow-steps--full strong {
  color: #eef3e2;
}

@media (max-width: 900px) {
  .br-page .ta-flow-steps--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .br-page .ta-flow-steps--full {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .br-page .ta-terminal__visual--phone .ta-terminal__img {
    max-height: 460px;
  }
}
