.hero-kokurikuler {
  padding: 80px 20px 40px;
  text-align: center;
  background-color: white;
}

.hero-kokurikuler .hero-text {
  max-width: 800px;
  margin: 0 auto 30px;
}

.hero-kokurikuler h1 {
  font-size: 2.2rem;
  color: #003d73;
  margin-bottom: 1rem;
}

.hero-kokurikuler h1 span {
  color: #111827;
}

.hero-kokurikuler p {
  font-size: 1.1rem;
  color: #0E1A52;
  line-height: 1.7;
}

.hero-kokurikuler .hero-image img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}


.babak {
  padding: 60px 20px;
  background-color: white;
}

.babak-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.babak-text {
  max-width: 600px;
}

.babak-text h2 {
  font-size: 2rem;
  color: #003d73;
  margin-bottom: 1rem;
}

.babak-text p {
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.8;
}

.babak-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 1rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* Responsive */
@media (min-width: 768px) {
  .babak-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .babak-text {
    flex: 1;
  }

  .babak-image {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}

.babak-container.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .babak-container.reverse {
    flex-direction: row-reverse;
  }
}

.penutup-seni {
  background-color: #0E1A52;
  padding: 80px 20px;
  text-align: center;
}

.penutup-container {
  max-width: 800px;
  margin: 0 auto;
}

.penutup-seni h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 1.5rem;
}

.penutup-seni p {
  font-size: 1.1rem;
  color: white;
  line-height: 1.8;
}

.penutup-sign {
  margin-top: 2rem;
  font-style: italic;
  color: white;
}

.penutup-sign span {
  display: block;
  margin-top: 0.5rem;
  font-weight: bold;
  color: white;
}


