.nature-hero {
    height: 50vh;
    background: url('../assets/images/yaxha-aereo.jpg') center/cover no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nature-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 75, 52, 0.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.nature-hero h1 {
    color: var(--amarillo-yaxha);
    font-size: 3.5rem;
    margin-bottom: 10px;
}

.nature-hero p {
    color: var(--blanco);
    font-size: 1.3rem;
    max-width: 800px;
}

.text-center {
    text-align: center;
}

.text-white {
    color: var(--blanco);
}

.section-heading-left {
    color: var(--verde-yaxha);
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--rojo-yaxha);
    padding-left: 15px;
}

.section-heading {
    color: var(--verde-yaxha);
    font-size: 2.2rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid var(--amarillo-yaxha);
    display: inline-block;
    padding-bottom: 10px;
}

.park-intro-grid {
    display: flex;
    gap: 4rem;
    margin-bottom: 2rem;
    align-items: stretch;
}

.park-info-content {
    flex: 2;
}

.park-info-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

.practical-info-card {
    flex: 1;
    background: var(--fondo-claro);
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.practical-info-card hr {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #ccc;
}

.practical-info-card h3 {
    color: var(--texto-oscuro);
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.practical-info-card p {
    color: #555;
    line-height: 1.6;
}

.icon-highlight {
    color: var(--verde-yaxha);
    font-size: 2rem;
    margin-bottom: 10px;
}

.mid-hero {
    position: relative;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 4rem 0;
    transition: background-image 1.5s ease-in-out;
}

.mid-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}

.mid-hero h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: var(--amarillo-yaxha);
}

.mid-hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.community-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.product-card {
    background: var(--blanco);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
}

.product-body {
    padding: 2rem;
    text-align: center;
}

.product-body h3 {
    color: var(--rojo-yaxha);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.product-body p {
    line-height: 1.7;
    color: #555;
    font-size: 1rem;
}

.ecosystem-box {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
}

.eco-text {
    flex: 2;
}

.eco-text h2 {
    color: var(--verde-yaxha);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.eco-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
}

.eco-alert {
    flex: 1;
    background: var(--rojo-yaxha);
    color: var(--blanco);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(183, 50, 41, 0.3);
}

.eco-alert i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--amarillo-yaxha);
}

.eco-alert h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.fauna-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.fauna-card {
    background: var(--blanco);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
}

.fauna-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 2.5rem;
}

.icon-float {
    position: absolute; 
    top: 170px; 
    left: 50%; 
    transform: translateX(-50%);
    background: var(--verde-yaxha); 
    color: var(--amarillo-yaxha);
    width: 60px; 
    height: 60px; 
    border-radius: 50%;
    font-size: 1.8rem; 
    border: 4px solid var(--blanco);
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.fauna-card h3 {
    color: var(--texto-oscuro);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    padding: 0 1.5rem;
}

.fauna-card p {
    line-height: 1.6;
    color: #555;
    padding: 0 1.5rem;
}

@media (max-width: 900px) {
    .park-intro-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .ecosystem-box {
        flex-direction: column;
        gap: 2rem;
    }

    .nature-hero h1 {
        font-size: 2.5rem;
    }

    .mid-hero h2 {
        font-size: 2.2rem;
    }

    .mid-hero {
        background-attachment: scroll;
        height: 35vh;
    }
}