/* SERVICIOS PAGE - SIMPLE AND CLEAN */

.servicios-page {
    background-color: #f8f9fa !important;
    overflow-x: hidden !important;
}

@media (max-width: 1024px) {

    html,
    body {
        overflow-x: hidden !important;
        position: relative !important;
        width: 100% !important;
    }

    #master-scaling-container,
    .main-content-wrapper,
    .standard-container,
    .product-section-page,
    section,
    header,
    footer {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
}

.product-section-page {
    min-height: 1080px !important;
    padding-top: 120px !important;
    padding-bottom: 200px !important;
    background-color: #f8f9fa !important;
}

/* Ajustes para tablets */
@media (max-width: 1024px) {
    .product-section-page {
        min-height: auto !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

/* Ajustes para móviles */
@media (max-width: 767px) {
    .product-section-page {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.section-title-container {
    background: #ffffff !important;
    padding: 40px 20px !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
}

.section-title {
    color: #1a1a1a !important;
    font-size: 2.5rem !important;
}

@media (max-width: 1024px) {
    .section-title {
        font-size: 2rem !important;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.5rem !important;
    }
}

.btn-wrapper {
    margin-top: 40px !important;
    display: flex !important;
    justify-content: flex-end !important;
}

@media (max-width: 1024px) {
    .btn-wrapper {
        justify-content: center !important;
        margin-top: 20px !important;
    }
}

.btn-catalogo-float {
    position: static !important;
}

/* FORMULARIO IFRAME RESPONSIVE */
.form-iframe-container {
    width: 100% !important;
    min-height: 1200px !important;
    height: auto !important;
}

.form-iframe-container iframe {
    width: 100% !important;
    min-height: 1200px !important;
    height: 1200px !important;
}

/* Forzar altura de desktop para diseño escalado */
.desktop-scaling-active .form-iframe-container {
    min-height: 1800px !important;
}

.desktop-scaling-active .form-iframe-container iframe {
    min-height: 1800px !important;
    height: 1800px !important;
}

@media (min-width: 1200px) {
    .form-iframe-container {
        min-height: 1800px !important;
    }

    .form-iframe-container iframe {
        min-height: 1800px !important;
        height: 1800px !important;
    }
}