/* ==========================================================================
   NORNIX LANDING PAGE — PSEO / COMPETITOR CONQUESTING STYLES
   Custom styles for competitor alternative pages (/alternativa-trello, etc.)
   ========================================================================== */

.pseo-hero {
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
}

.competitor-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  background: rgba(244, 63, 94, 0.1);
  border: 1px solid rgba(244, 63, 94, 0.3);
  color: #F87171;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.pseo-headline {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.pseo-vs-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 36px 0;
}

.vs-box {
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  background: var(--bg-surface-2);
  border: 1px solid var(--border-subtle);
  font-weight: 700;
}

.vs-box.competitor {
  border-color: rgba(244, 63, 94, 0.3);
  color: #F87171;
}

.vs-box.nornix {
  border-color: rgba(56, 189, 248, 0.4);
  color: var(--sky-blue);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.2);
}

.vs-divider {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--text-dim);
}

.migration-banner {
  padding: 32px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(56, 189, 248, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-md);
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.migration-text h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--emerald-green);
  margin-bottom: 6px;
}

.migration-text p {
  color: var(--text-muted);
  font-size: 0.95rem;
}
