/* Section Hero */

.hero-section {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 4rem 3rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-section h1 {
  font-family: var(--font-script);
  font-size: 3.5rem;
  color: white;
  margin-bottom: 1.5rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.hero-section p {
  font-size: 1.2rem;
  color: var(--color-text-light);
  line-height: 1.8;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
