/* Base */
body {
  font-family: 'Archivo', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #020617;
  color: #e5e7eb;
}

/* Navbar about */
.navbar {
  background: linear-gradient(90deg, #020617, #111827);
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-link {
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-link.active,
.nav-link:hover {
  color: #38bdf8 !important;
}

/* Hero / encabezado */
h1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.05rem;
  color: #cbd5f5;
}

h2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
}

p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #e5e7eb;
}

/* Imagen principal */
img.img-fluid {
  filter: drop-shadow(0 18px 40px rgba(15, 23, 42, 0.8));
}

/* Bloques misión / visión / valores */
section.container {
  border-radius: 1rem;
}

section.container:nth-of-type(2) {
  background: radial-gradient(circle at top, #020617, #020617 40%, #020617 100%);
}

section.container:nth-of-type(3) {
  background: radial-gradient(circle at top left, #020617, #020617 55%);
}

/* Listas de valores */
ul {
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.25rem;
}

/* Cards historia */
#storytelling .card {
  background: radial-gradient(circle at top left, #0f172a, #020617 60%);
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 0.85rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
  color: #f9fafb;
}

#storytelling .card-title {
  color: #e5e7eb;
}

#storytelling .card-text {
  color: #cbd5f5;
}

#storytelling img {
  object-fit: cover;
  height: 100%;
}

/* Botones */
.btn-primary {
  background: linear-gradient(90deg, #0ea5e9, #22c55e);
  border: none;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #0284c7, #16a34a);
}

/* Modales */
.modal-content {
  background-color: #020617;
  color: #e5e7eb;
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.modal-header {
  border-bottom-color: rgba(148, 163, 184, 0.25);
}

.modal-title {
  font-weight: 600;
}

.modal-body .pop {
  color: #e5e7eb;
}

/* Footer */
footer {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  background: #020617 !important;
  color: #9ca3af;
}

footer a {
  color: #38bdf8;
}

footer a:hover {
  color: #0ea5e9;
}

/* Ajustes responsive */
@media (max-width: 767.98px) {
  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  #storytelling .card {
    flex-direction: column;
  }

  #storytelling img {
    width: 100% !important;
    height: auto;
  }
}
