/* V35 - Correção pontual do hero: título branco + arte transparente */
.v10-reference-hero .v6-hero__copy .v34-hero-title .v34-title-main,
.v13-real-slider .v6-hero__copy .v34-hero-title .v34-title-main {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.v10-reference-hero .v6-hero__copy .v34-hero-title .v34-title-accent,
.v13-real-slider .v6-hero__copy .v34-hero-title .v34-title-accent {
    color: #ff7900 !important;
    -webkit-text-fill-color: #ff7900 !important;
    opacity: 1 !important;
}

.v10-reference-hero .v6-hero__visual,
.v10-reference-hero .v6-hero__visual--composite,
.v13-real-slider .v6-hero__visual {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.v10-reference-hero .v10-pet-group,
.v10-reference-hero .v10-pet-group--composite,
.v13-real-slider .v10-pet-group {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    object-fit: contain !important;
    object-position: right bottom !important;
}

@media (max-width: 860px) {
    .v10-reference-hero .v10-pet-group,
    .v10-reference-hero .v10-pet-group--composite,
    .v13-real-slider .v10-pet-group {
        object-position: center bottom !important;
    }
}
