/* Cambios solicitados el 16-09-2026: botones y primera pantalla móvil. */
body .page-wrapper :is(.contact-one, .lowe-faq-support, .lowe-project-detail__cta, .lowe-contact-card--highlight, .faq-page__contact-box) .thm-btn,
body .main-menu__btn-box .main-menu__btn > a {
    color: #fff !important;
}
body .page-wrapper :is(.contact-one, .lowe-faq-support, .lowe-project-detail__cta, .lowe-contact-card--highlight, .faq-page__contact-box) .thm-btn :is(span, i),
body .main-menu__btn-box .main-menu__btn > a :is(span, i) {
    color: #fff !important;
}
/* La plantilla anima ::after. El texto y la flecha permanecen blancos al pasar el ratón. */
body .page-wrapper :is(.contact-one, .lowe-faq-support, .lowe-project-detail__cta, .lowe-contact-card--highlight, .faq-page__contact-box) .thm-btn::after {
    background: #e67c18 !important;
}
body .page-wrapper :is(.contact-one, .lowe-faq-support, .lowe-project-detail__cta, .lowe-contact-card--highlight, .faq-page__contact-box) .thm-btn:hover span {
    background: rgba(255,255,255,.15);
}

.services-two__icon .lowe-supplied-service-icon {
    width: 40px;
    height: 40px;
    background-color: currentColor;
    -webkit-mask: var(--lowe-icon) center / contain no-repeat;
    mask: var(--lowe-icon) center / contain no-repeat;
}

/* Solo móvil: reducir los huecos sin eliminar texto, clientes ni carrusel. */
@media (max-width: 767px) {
    body.home-page .banner-one { padding-top: 104px; }
    body.home-page .banner-one__left { margin: 0; }
    body.home-page .banner-one__title { font-size: 28px; line-height: 1.18; }
    body.home-page .banner-one__title-color { display: block; margin-top: 3px; }
    body.home-page .banner-one__text { margin: 12px 0 16px; font-size: 15px; line-height: 1.45; }
    body.home-page .banner-one__btn-box .thm-btn { min-height: 46px; font-size: 15px; gap: 12px; padding: 6px 8px 6px 18px; }
    body.home-page .banner-one__btn-box .thm-btn span { width: 34px; height: 34px; }
    body.home-page .banner-one__satisfied-partner { flex-direction: row; align-items: center; gap: 12px; margin-top: 16px; }
    body.home-page .banner-one__satisfied-partner-img { max-width: 36px; }
    body.home-page .banner-one__satisfied-partner-count-box { margin-bottom: 2px; }
    body.home-page .banner-one__satisfied-partner-count-box :is(p, span) { font-size: 18px; line-height: 20px !important; }
    body.home-page .banner-one__satisfied-partner-text { font-size: 12px; line-height: 16px; }
    body.home-page .banner-one__right { margin: 8px 0 0; }
    body.home-page .lowe-hero-carousel { width: min(290px, 100%); margin: 0 auto; animation: none !important; visibility: visible !important; }
    body.home-page .lowe-hero-carousel .carousel-item,
    body.home-page .lowe-hero-carousel .carousel-item > img { height: 300px; min-height: 300px; }
    body.home-page .lowe-hero-carousel .carousel-item > img { animation: none; }
    body.home-page .banner-one__shape-5.lowe-hero-service-marker { right: 18px; bottom: 34px; width: 64px; height: 64px; }
    body.home-page .banner-one__shape-5.lowe-hero-service-marker img { width: 54px; height: 54px; }
}
