/* H1 solo para SEO: no ocupa espacio ni cambia el layout */
.revende-seo-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* CLS: reservar espacio en tarjetas y secciones de portada */
.producto-bomba .card-media,
.productos-bomba .card-media {
    aspect-ratio: 1 / 1;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.producto-bomba .card-media img,
.productos-bomba .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.revende-home-section {
    min-height: 280px;
}

.revende-home-section-head {
    min-height: 48px;
}

.revende-breadcrumbs,
.revende-breadcrumbs.ct-breadcrumbs {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.4;
}

.revende-breadcrumbs a {
    text-decoration: none;
}

.revende-breadcrumbs .ct-separator {
    margin: 0 6px;
    opacity: 0.7;
}

.revende-home-section-intro {
    margin: -8px 0 14px;
    font-size: 15px;
    line-height: 1.45;
    opacity: 0.9;
}

.revende-home-section-intro a {
    font-weight: 700;
    text-decoration: underline;
}

.revende-banner-bomba h2 {
    margin: 0 15px;
}

.revende-footer-seo-links {
    margin: 24px auto 0;
    max-width: 1200px;
    padding: 0 16px 24px;
    text-align: center;
}

.revende-footer-seo-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: center;
}

.revende-footer-seo-links a {
    font-weight: 600;
    text-decoration: none;
}
