/* ======================================================
   RESIDENCIAL
====================================================== */

.res-hero {
    background: linear-gradient(180deg, #ffffff, #f7f9fc);
}

.res-title {
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
}

.res-title span {
    display: block;
    color: var(--color-primary);
}

.res-intro {
    font-size: 1.05rem;
    color: var(--color-muted);
    margin-top: 1rem;
}

.res-hero-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

/* TEXTO */
.res-text {
    max-width: 720px;
    color: var(--color-muted);
}

/* FEATURES */
.res-feature {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

/* USOS */
.res-use-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    box-shadow: var(--shadow-md);
}

/* GALERÍA */
.res-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: var(--shadow-md);
}

/* VIDEO */
.res-video video {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

/* MOBILE */
@media (max-width: 768px) {
    .res-hero-img {
        margin-top: 1.5rem;
    }
}
