.ggj-hero {
  min-height: 70vh;
  padding: 4rem 0;
  background-image: url("/sites/default/files/2025-11/Phoenix_10_Quito_cityscape_rendered_in_a_nostalgic_3D_style_re_1.jpg"); /* cambia por tu ruta */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}

/* Overlay suave para mejorar contraste del texto */
.ggj-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(5, 10, 40, 0.85),
    rgba(5, 10, 40, 0.4)
  );
  z-index: 0;
}

.ggj-hero .container {
  position: relative;
  z-index: 1;
}

.ggj-title {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ggj-subtitle {
  font-size: 1.05rem;
  max-width: 36rem;
  line-height: 1.6;
}

.ggj-btn-primary {
  background: #ffcc33;
  border: none;
  color: #1a1440;
  font-weight: 700;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ggj-btn-primary:hover {
  background: #ffd95e;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

.ggj-section {
  max-width: 1000px;
  margin: 0 auto;
}

.ggj-section p,
.ggj-section li {
    font-size: 1.05rem;
    line-height: 1.7;
}

.ggj-title {
    color: #373b78;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ggj-block + .ggj-block {
    border-top: 1px solid #eaeaea;
}

.highlight {
    background: #f7f7ff;
    padding: 1rem 1.2rem;
    border-left: 4px solid #373b78;
    border-radius: 4px;
}
