/* Historia block custom styles (Bootstrap-friendly) */

.history-section {
  background: linear-gradient(135deg, var(--brand-navy, #0b1b34), var(--brand-blue, #1f4aa8));
}

.history-inner {
  max-width: 1024px; 
}

.history-gradient-text {
  color: #E1ED8F;
}

.history-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 1.5rem; /* rounded-3xl feel */
}

.history-content p {
  margin-bottom: 1rem;
}
