* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pinterest-gallery {
    position: relative;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}

.pinterest-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pinterest-item.loaded {
    opacity: 1;
}

.pinterest-image {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    object-fit: contain;
}

.pinterest-image:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.pinterest-item a {
    display: block;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.installation-img-link {
    flex: 0 0 100%;
    min-width: 100%;
}

@media (min-width: 576px) {
    .installation-img-link {
        flex: 0 0 calc(50% - 0.25rem);
        min-width: calc(50% - 0.25rem);
    }
}

@media (min-width: 768px) {
    .installation-img-link {
        flex: 1 1 0;
        min-width: 0;
    }
}

/* GLightbox Controls Visibility */
.glightbox-clean .gslide-description {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.glightbox-clean .gbtn {
    opacity: 1 !important;
    visibility: visible !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
    opacity: 1 !important;
    visibility: visible !important;
}

.glightbox-clean .gclose {
    opacity: 1 !important;
    visibility: visible !important;
}

.nav-link {
    color: #000 !important;
    font-weight: bold !important;
    border-bottom: 2px solid transparent !important;
}

.nav-link:hover {
    color: #cd2e30 !important;
    border-bottom: 2px solid #cd2e30 !important;
}

.nav-active {
    color: #cd2e30 !important;
    border-bottom: 2px solid #cd2e30 !important;
}

.advantages-card {
    padding: 1rem;
}

.advantages-card:hover {
    cursor: pointer;
    background-color: #f0f0f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    color: #fff;
    text-decoration: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
    }

    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 24px;
        bottom: 15px;
        right: 15px;
    }
}

/* Compact top contact bar (mobile) */
.top-contact-bar {
    font-size: 0.875rem;
    background-color: #cd2e30;
    color: #fff;
}

.top-contact-bar a {
    color: #fff;
}

.top-contact-bar a:hover,
.top-contact-bar a:focus-visible {
    color: rgba(255, 255, 255, 0.9);
}

.top-contact-bar svg {
    color: #fff;
}

.top-contact-bar .top-contact-bar__icon-social {
    width: 26px;
    height: 26px;
    display: block;
}

.top-contact-bar .top-contact-bar__icon-contact {
    width: 18px;
    height: 18px;
    display: block;
}

.top-contact-bar .top-contact-bar__email {
    word-break: break-word;
    hyphens: auto;
    text-align: inherit;
}

@media (min-width: 768px) {
    .top-contact-bar {
        font-size: 1rem;
    }

    .top-contact-bar .top-contact-bar__icon-social {
        width: 30px;
        height: 30px;
    }

    .top-contact-bar .top-contact-bar__icon-contact {
        width: 20px;
        height: 20px;
    }
}

.navbar-toggler-material-icon {
    font-size: 1.75rem;
    line-height: 1;
    display: block;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.navbar-toggler.border-0:focus {
    box-shadow: none;
}

.navbar-toggler.border-0:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.navbar-offcanvas-fullscreen {
    --bs-offcanvas-width: 100vw;
    max-width: 100%;
}

.navbar-offcanvas-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.05rem;
}

/* FAQ accordion (advantages page) */
.faq-accordion {
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1.125rem;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1.25rem;
    --bs-accordion-active-color: #cd2e30;
    --bs-accordion-active-bg: rgba(205, 46, 48, 0.06);
    --bs-accordion-btn-focus-border-color: rgba(205, 46, 48, 0.35);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(205, 46, 48, 0.15);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cd2e30'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cd2e30'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    background-color: #fff;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header {
    margin: 0;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: #212529;
    background-color: #fff;
    box-shadow: none;
    padding: 1.125rem 1.5rem;
    min-height: auto;
    line-height: 1.5;
    gap: 0.75rem;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cd2e30'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #cd2e30;
    background-color: rgba(205, 46, 48, 0.06);
    box-shadow: none;
    padding: 1.125rem 1.5rem;
}

.faq-accordion .accordion-button:focus {
    border-color: rgba(205, 46, 48, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(205, 46, 48, 0.15);
}

.faq-accordion .accordion-button:hover {
    color: #cd2e30;
}

.faq-accordion .accordion-body {
    padding: 1.25rem 1.5rem;
    color: #495057;
    line-height: 1.6;
}

.faq-accordion .accordion-body p {
    margin-bottom: 0;
}

.faq-accordion-list {
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
}

.faq-accordion-list li {
    margin-bottom: 0.25rem;
}

.faq-accordion-list li:last-child {
    margin-bottom: 0;
}

.faq-accordion-footer {
    color: #6c757d;
}