/* Brand Intelligence Room marketing landing */
.sv-hero--compact { min-height: auto; }
.sv-hero--compact .sv-hero__title {
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  margin: 0 0 1rem;
}

.bir-lp-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
@media (max-width: 920px) {
  .bir-lp-hero__grid { grid-template-columns: 1fr; }
}

.bir-lp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.bir-lp-pills span {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--sv-border);
  background: var(--sv-white);
  font-size: 0.78rem;
  font-weight: 750;
  color: var(--sv-ink-soft);
}

.bir-lp-star-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 1.5rem;
  border-radius: 22px;
  border: 1px solid var(--sv-border);
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(37,99,235,0.12), transparent 65%),
    var(--sv-white);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}
.bir-lp-star { transform: scale(1.15); }
.bir-lp-star-caption {
  margin: 1.5rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sv-muted);
  text-align: center;
}

.bir-lp-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 42rem;
  display: grid;
  gap: 0.7rem;
}
.bir-lp-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 12px;
  font-weight: 600;
  color: var(--sv-ink-soft);
  font-size: 0.95rem;
}
.bir-lp-list i { color: var(--sv-blue-mid); margin-top: 0.15rem; flex-shrink: 0; }

.bir-lp-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (max-width: 900px) { .bir-lp-flow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .bir-lp-flow { grid-template-columns: 1fr; } }
.bir-lp-flow li {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 16px;
  padding: 1.2rem 1.1rem;
}
.bir-lp-flow__num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--sv-blue-mid);
  margin-bottom: 0.45rem;
}
.bir-lp-flow strong {
  display: block;
  font-size: 1rem;
  color: var(--sv-ink);
  margin-bottom: 0.4rem;
}
.bir-lp-flow p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--sv-ink-soft);
  line-height: 1.45;
}

.bir-lp-cards {
  display: grid;
  gap: 0.85rem;
}
.bir-lp-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .bir-lp-cards--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bir-lp-cards--3 { grid-template-columns: 1fr; } }
.bir-lp-cards article {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 16px;
  padding: 1.2rem 1.15rem;
}
.bir-lp-cards h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--sv-ink);
  letter-spacing: -0.015em;
}
.bir-lp-cards p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--sv-ink-soft);
  line-height: 1.45;
}
.bir-lp-mod h3 { color: var(--sv-blue-mid); }

.bir-lp-who {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 800px) { .bir-lp-who { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .bir-lp-who { grid-template-columns: 1fr; } }
.bir-lp-who__item {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--sv-border);
  background: var(--sv-white);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--sv-ink);
  text-align: center;
}

.bir-lp-diff {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .bir-lp-diff { grid-template-columns: 1fr; }
  .bir-lp-diff__vs { justify-self: center; }
}
.bir-lp-diff__col {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
}
.bir-lp-diff__col--us {
  border-color: rgba(37,99,235,0.35);
  background: linear-gradient(165deg, #f8fbff 0%, #fff 60%);
}
.bir-lp-diff h3 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 850;
  color: var(--sv-ink);
}
.bir-lp-diff ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.bir-lp-diff li {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sv-ink-soft);
  line-height: 1.4;
  padding-left: 1rem;
  position: relative;
}
.bir-lp-diff li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a3b8;
}
.bir-lp-diff__col--us li::before { background: var(--sv-blue-mid); }
.bir-lp-diff__vs {
  align-self: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--sv-blue-mid);
  background: var(--sv-blue-soft);
  border: 1px solid rgba(37,99,235,0.2);
}

.bir-lp-visual-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.bir-lp-live-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  align-self: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--sv-blue-soft);
  color: var(--sv-blue-mid);
  font-size: 0.78rem;
  font-weight: 800;
}
.bir-lp-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 0 rgba(37,99,235,0.45);
  animation: birLpPulse 1.6s ease-out infinite;
}
@keyframes birLpPulse {
  0% { box-shadow: 0 0 0 0 rgba(37,99,235,0.45); }
  70% { box-shadow: 0 0 0 10px rgba(37,99,235,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,99,235,0); }
}

.bir-lp-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.bir-lp-split--rev { grid-template-columns: 0.95fr 1.05fr; }
@media (max-width: 920px) {
  .bir-lp-split,
  .bir-lp-split--rev { grid-template-columns: 1fr; }
}

.bir-lp-checks {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.bir-lp-checks li {
  display: flex;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--sv-ink-soft);
  font-size: 0.95rem;
}
.bir-lp-checks i { color: var(--sv-blue-mid); flex-shrink: 0; }

/* Arena mock — stile war room */
.bir-lp-arena {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(30,58,138,0.25);
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 55%, #1e3a8a 100%);
  color: #e2e8f0;
  box-shadow: 0 22px 48px rgba(15,23,42,0.2);
}
.bir-lp-arena__bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  background: rgba(15,23,42,0.35);
  font-size: 0.78rem;
  font-weight: 650;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bir-lp-arena__bar > span:nth-child(2) { flex: 1; color: #fff; }
.bir-lp-arena__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 750;
  color: #93c5fd;
}
.bir-lp-arena__live span {
  width: 7px; height: 7px; border-radius: 50%;
  background: #60a5fa;
  animation: birLpPulse 1.6s ease-out infinite;
}
.bir-lp-arena__podium {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 0.55rem;
  align-items: end;
  padding: 1.35rem 1.1rem 0.85rem;
  min-height: 180px;
}
.bir-lp-arena__slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 0.85rem 0.5rem 0.75rem;
  border-radius: 14px 14px 8px 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  animation: birLpSlot 3.2s ease-in-out infinite;
}
.bir-lp-arena__slot--1 {
  min-height: 140px;
  background: linear-gradient(180deg, rgba(96,165,250,0.35), rgba(255,255,255,0.08));
  border-color: rgba(147,197,253,0.45);
  animation-delay: 0.2s;
}
.bir-lp-arena__slot--2 { min-height: 110px; animation-delay: 0s; }
.bir-lp-arena__slot--3 { min-height: 95px; animation-delay: 0.4s; }
.bir-lp-arena__rank {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #93c5fd;
}
.bir-lp-arena__slot em {
  font-style: normal;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
}
.bir-lp-arena__slot strong {
  font-size: 0.72rem;
  font-weight: 750;
  color: rgba(226,232,240,0.9);
  text-align: center;
}
@keyframes birLpSlot {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.bir-lp-arena__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  padding: 0 1rem 0.85rem;
}
.bir-lp-arena__metrics span {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 0.68rem;
  font-weight: 750;
  color: #bfdbfe;
}
.bir-lp-radar {
  position: relative;
  height: 72px;
  margin: 0 1rem 1rem;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 50%, rgba(59,130,246,0.18), transparent 55%),
              rgba(15,23,42,0.35);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.bir-lp-radar i {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(147,197,253,0.2);
  border-radius: 50%;
}
.bir-lp-radar i:nth-child(2) { inset: 22px; }
.bir-lp-radar i:nth-child(3) { inset: 32px; }
.bir-lp-radar__sweep {
  position: absolute;
  left: 50%; top: 50%;
  width: 48%; height: 2px;
  background: linear-gradient(90deg, transparent, #93c5fd);
  transform-origin: left center;
  animation: birLpSweep 3.5s linear infinite;
}
.bir-lp-radar__dot {
  position: absolute;
  width: 7px; height: 7px; border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 10px rgba(96,165,250,0.8);
  animation: birLpBlink 2.2s ease-in-out infinite;
}
.bir-lp-radar__dot--1 { top: 28%; left: 62%; }
.bir-lp-radar__dot--2 { top: 58%; left: 34%; animation-delay: 0.5s; background: #93c5fd; }
.bir-lp-radar__dot--3 { top: 40%; left: 70%; animation-delay: 1s; background: #fbbf24; }
@keyframes birLpSweep {
  to { transform: rotate(360deg); }
}
@keyframes birLpBlink {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.25); }
}

/* Battle matrix confronto brand */
.bir-lp-battle {
  padding: 0.35rem 1rem 1rem;
  display: grid;
  gap: 0.4rem;
}
.bir-lp-battle__head,
.bir-lp-battle__row {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.8fr);
  gap: 0.35rem;
  align-items: center;
}
.bir-lp-battle__head span {
  font-size: 0.68rem;
  font-weight: 800;
  color: #93c5fd;
  text-align: center;
}
.bir-lp-battle__head span:first-child { text-align: left; }
.bir-lp-battle__row span {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(226,232,240,0.85);
}
.bir-lp-battle__row strong {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  font-size: 0.78rem;
  font-weight: 850;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.bir-lp-battle__row strong::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--v, 50) * 1%);
  max-width: 100%;
  background: linear-gradient(90deg, rgba(37,99,235,0.45), rgba(96,165,250,0.65));
  z-index: -1;
}

/* Grafo ecosistema */
.bir-lp-graph {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--sv-border);
  background: var(--sv-white);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}
.bir-lp-graph__bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1rem;
  background: #0f172a;
  color: rgba(226,232,240,0.9);
  font-size: 0.78rem;
  font-weight: 650;
}
.bir-lp-graph__bar > span:nth-child(2) { flex: 1; color: #fff; }
.bir-lp-graph__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 750;
  color: #93c5fd;
}
.bir-lp-graph__live span {
  width: 7px; height: 7px; border-radius: 50%;
  background: #60a5fa;
  animation: birLpPulse 1.6s ease-out infinite;
}
.bir-lp-graph__stage {
  position: relative;
  min-height: 300px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 45%, rgba(37,99,235,0.1), transparent 60%),
    linear-gradient(165deg, #0f172a 0%, #1e293b 55%, #1e3a8a 100%);
}
.bir-lp-graph__pulse {
  position: absolute;
  left: 42%; top: 42%;
  width: 90px; height: 90px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 1px solid rgba(147,197,253,0.35);
  animation: birLpRing 2.8s ease-out infinite;
}
@keyframes birLpRing {
  0% { transform: scale(0.7); opacity: 0.7; }
  100% { transform: scale(2.1); opacity: 0; }
}
.bir-lp-graph__line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(147,197,253,0.1), rgba(147,197,253,0.75), rgba(147,197,253,0.1));
  border-radius: 2px;
  animation: birLpLine 2.8s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(96,165,250,0.35);
}
.bir-lp-graph__line--a { width: 34%; top: 42%; left: 22%; transform: rotate(-18deg); }
.bir-lp-graph__line--b { width: 30%; top: 55%; left: 38%; transform: rotate(14deg); animation-delay: 0.4s; }
.bir-lp-graph__line--c { width: 28%; top: 38%; left: 48%; transform: rotate(-8deg); animation-delay: 0.8s; }
.bir-lp-graph__line--d { width: 26%; top: 62%; left: 28%; transform: rotate(28deg); animation-delay: 1.2s; }
.bir-lp-graph__line--e { width: 24%; top: 28%; left: 36%; transform: rotate(40deg); animation-delay: 1.6s; }
@keyframes birLpLine {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}
.bir-lp-graph__node {
  position: absolute;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.75);
  font-size: 0.72rem;
  font-weight: 800;
  color: #0f172a;
  box-shadow: 0 6px 16px rgba(15,23,42,0.2);
  animation: birLpNode 3s ease-in-out infinite;
}
.bir-lp-graph__node--hub {
  top: 42%; left: 42%;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, #2563eb, #3b82f6);
  color: #fff;
  border-color: transparent;
  font-size: 0.82rem;
  z-index: 2;
  animation: birLpHub 2.4s ease-in-out infinite;
}
.bir-lp-graph__node--a { top: 12%; left: 10%; animation-delay: 0.1s; }
.bir-lp-graph__node--b { top: 16%; right: 10%; animation-delay: 0.3s; }
.bir-lp-graph__node--c { bottom: 22%; left: 10%; animation-delay: 0.5s; }
.bir-lp-graph__node--d { bottom: 14%; right: 12%; animation-delay: 0.7s; }
.bir-lp-graph__node--e { top: 48%; right: 6%; animation-delay: 0.9s; }
.bir-lp-graph__node--f { top: 30%; left: 28%; animation-delay: 1.1s; }
.bir-lp-graph__node--g { bottom: 28%; right: 30%; animation-delay: 1.3s; }
.bir-lp-graph__node.is-alert {
  border-color: #fbbf24;
  color: #92400e;
  background: #fef3c7;
  box-shadow: 0 0 0 3px rgba(251,191,36,0.25);
}
.bir-lp-graph__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.75rem 1rem 0.95rem;
  background: #f8fafc;
  border-top: 1px solid var(--sv-border);
}
.bir-lp-graph__leg {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 750;
  color: var(--sv-ink-soft);
}
.bir-lp-graph__leg i {
  width: 8px; height: 8px; border-radius: 50%;
  background: #94a3b8;
  display: block;
}
.bir-lp-graph__leg--1 i { background: #2563eb; }
.bir-lp-graph__leg--2 i { background: #64748b; }
.bir-lp-graph__leg--3 i { background: #38bdf8; }
.bir-lp-graph__leg--4 i { background: #f59e0b; }
.bir-lp-graph__leg--5 i { background: #818cf8; }
.bir-lp-graph__leg--6 i { background: #334155; }
@keyframes birLpNode {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@keyframes birLpHub {
  0%, 100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 8px 22px rgba(37,99,235,0.35); }
  50% { transform: translate(-50%, -50%) scale(1.05); box-shadow: 0 12px 28px rgba(37,99,235,0.45); }
}

@media (prefers-reduced-motion: reduce) {
  .bir-lp-live-dot,
  .bir-lp-arena__live span,
  .bir-lp-arena__slot,
  .bir-lp-radar__sweep,
  .bir-lp-radar__dot,
  .bir-lp-graph__pulse,
  .bir-lp-graph__live span,
  .bir-lp-graph__line,
  .bir-lp-graph__node,
  .bir-lp-graph__node--hub { animation: none !important; }
}
