/* ═══════════════════════════════════════════
   ATTIVITA PAGE
   ═══════════════════════════════════════════ */

body {
  background: #ffffff;
}

/* ─── HERO ─── */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 64px 16px 48px;
  min-height: 50vh;
}
.hero-section img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.hero-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  text-align: center;
  letter-spacing: -0.264px;
  line-height: 1.4;
  max-width: 320px;
}
