.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 28px;
    color: var(--stelae-sodalite-blue);
    line-height: 1.5;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.illustration img {
  width: auto;
  height: auto;
  object-fit: contain;
  margin-top: 1rem;
}
.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: baseline;
    margin-bottom: 2rem;
}
.stat-item {
    text-align: center;
    position: relative;
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: var(--stelae-sodalite-blue);;
    font-family: var(--stelae-font-family-bold);
}

.stat-label {
    font-size: 16px;
    color: var(--stelae-sodalite-blue);
    font-weight: 500;
    margin-top: 5px;
}

.location-icon {
    width: 60px;
    height: 60px;
    color: var(--stelae-sodalite-blue);
    border-radius: 50% 50% 50% 0;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
p.hero-title{
    max-width: 100%;
}

@media (min-width: 1024px) {

    .hero-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .illustration {
        max-width: 480px;
        margin: 20px auto 40px;
    }

    .stats-container {
        justify-content: center;
        gap: 60px; /* más separación en desktop */
        flex-wrap: nowrap; /* en desktop no se rompen a otra línea */
        margin-top: 60px;
    }

    .stat-item {
        text-align: center;
        min-width: 160px; /* mantiene alineación visual */
    }

    .stat-number {
        font-size: 42px;
    }

    .stat-label {
        font-size: 18px;
    }

    .mk-compromiso-stelae .paragraph{
        gap: 10px;
        width: 280px;
    }

    .mk-compromiso-stelae .field{
        align-items: baseline;
        justify-content: center;
    }
}
