.hero-plomeria-home {
    position: relative;
    overflow: hidden;
}

/* Contenido */
.hero-content-home {
    position: relative;
    z-index: 2;
}

/* Texto */
.hero-text-home {
    max-width: 640px;
}

.hero-title-home {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #ffffff;
}

.hero-subtitle-home {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #16c2d5; /* acento */
}

.hero-text-home p {
    font-size: 16.5px;
    line-height: 1.7;
    color: #e2e8f0;
}

/* CTA */
.hero-cta-home {
    margin-top: 30px;
}

/* Imagen derecha */
.hero-image-home img {
    max-width: 480px;
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.45);
    border: 3px solid rgba(255,255,255,0.08);
}

@media (max-width: 992px) {
    .hero-title-home {
        font-size: 34px;
    }

    .hero-subtitle-home {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .hero-plomeria-home {
        text-align: center;
    }

    .hero-text-home {
        margin: 0 auto;
    }

    .hero-image-home {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .hero-title-home {
        font-size: 28px;
    }

    .hero-subtitle-home {
        font-size: 18px;
    }

    .hero-text-home p {
        font-size: 15.5px;
    }
}