/* Reset básico para consistencia y minimizar CLS */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Usar fuentes de sistema para evitar CLS por carga de fuentes web */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    background-color: #f0f0f0; /* Un fondo neutro para la página entera */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img {
    display: block;
    max-width: 100%; /* Regla general para imágenes responsivas */
    height: auto;   /* Mantiene la proporción */
}

.page-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Cabecera */
.site-header {
    padding: 10px 20px;
    background-color: #ffffff;
}

.header-logo-area {
    margin-bottom: 10px;
}
.header-logo-area a { /* Para que el link del logo se comporte bien */
    display: inline-block;
}

.header-info-strips .info-strip {
    padding: 10px 15px;
    margin-bottom: 5px;
    text-align: center;
}
.header-info-strips .info-strip:last-child {
    margin-bottom: 0;
}

.strip-h1 {
    background-color: #F47F76;
    color: #000000;
}
.strip-h1 h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3;
}

.strip-contact {
    background-color: #5AC4A8;
    color: #000000;
}
.strip-contact p {
    font-size: 1em;
}

/* Contenedor principal (menú lateral + contenido) */
.main-container {
    display: flex;
    flex-grow: 1;
    padding: 20px;
}

.sidebar-left {
    width: 230px;
    flex-shrink: 0;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
}

#menu-placeholder {
    min-height: 350px;
}

.main-navigation ul { /* Estilos para el menú cargado por JS */
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-navigation ul li {
    margin-bottom: 0; /* O un pequeño margen si prefieres separación: e.g., 2px; */
}

.main-navigation ul li a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 0.95em;
    line-height: 1.4;
}

.main-navigation ul li a:hover {
    background-color: #f0f0f0;
    color: #000000;
}

/* Estilos para el contenido derecho principal */
.content-right {
    flex-grow: 1;
    padding-left: 20px;
}

/* Estilo para el párrafo introductorio específico */
.module-text-intro p {
    margin-bottom: 25px; /* Más espacio después del intro */
    font-size: 1.05em;   /* Ligeramente más grande */
    line-height: 1.6;
}

/* Estilos generales para H2, H3, P, UL dentro de .content-right */
.content-right > h2 { /* Títulos H2 principales de sección */
    font-size: 1.6em;
    margin-bottom: 10px; /* Menos margen para que el P que sigue esté más cerca */
    color: #222222;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee; /* Línea separadora suave */
}
.content-right > p { /* Párrafos directamente bajo .content-right y antes de los módulos */
    margin-bottom: 20px;
    color: #444444;
}

/* Pie de página */
.site-footer {
    background-color: #333333;
    color: #f0f0f0;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    border-top: 3px solid #5AC4A8;
}

.footer-data-fiscal {
    margin-right: 20px;
    flex-shrink: 0;
}
.footer-data-fiscal img { /* Para asegurar que no herede display block si el 'a' es inline-block */
    display: block;
}


.footer-copyright {
    flex-grow: 1;
    text-align: center;
}
.footer-copyright p {
    margin: 0;
}

/* === ESTILOS PARA LOS MÓDULOS DE PRODUCTO (FLOAT LAYOUT) === */
.module {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #dddddd; /* Borde ligeramente más visible */
    border-radius: 5px;
    background-color: #f9f9f9; /* Fondo sutil para los módulos */
}
.module h2 { /* H2 dentro de los módulos */
    font-size: 1.5em;
    margin-top: 0; /* Quitar margen superior si es el primer elemento */
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

/* ==== INICIO NUEVO ESTILO PARA BOTONES DE MÓDULO ==== */
.cta-button-module {
    display: inline-block;
    background-color: #5AC4A8;
    color: #000000; /* <<-- CAMBIO A NEGRO POR CONTRASTE */
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.cta-button-module:hover {
    background-color: #4aa08c;
    color: #000000; /* <<-- CAMBIO A NEGRO POR CONTRASTE */
}
/* ==== FIN NUEVO ESTILO PARA BOTONES DE MÓDULO ==== */

/* Contenedor del contenido del módulo: Usamos clearfix para el float */
.module-content {
    overflow: auto;
}

/* Contenedor de la imagen del módulo */
.module-image {
    float: right;
    width: 33%;
    max-width: 280px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.module-image img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

/* Contenedor del texto del módulo */
.module-text p,
.module-text ul {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #444444;
}
.module-text h3 {
    font-size: 1.25em;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #3a3a3a;
}
.module-text ul {
    list-style-position: outside;
    padding-left: 1.5em;
    margin-left: 0;
}
.module-text ul li {
    margin-bottom: 5px;
}
/* === FIN DE ESTILOS PARA MÓDULOS === */


/* Estilos para las secciones adicionales de información (después de los módulos) */
.additional-info-sections {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}
.additional-info-sections h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #222222;
    border-bottom: none;
    padding-bottom: 0;
}
.additional-info-sections h3 {
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333333;
}
.additional-info-sections p,
.additional-info-sections ul {
    margin-bottom: 12px;
    color: #444444;
}
.additional-info-sections ul {
    margin-left: 20px;
}


/* Media queries */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        padding: 15px;
    }

    .sidebar-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    #menu-placeholder {
        min-height: auto;
    }

    .content-right {
        padding-left: 0;
    }
    .content-right > h2 {
        font-size: 1.4em;
    }
     .module h2 {
         font-size: 1.3em;
    }
    .module-text h3, .additional-info-sections h3 {
         font-size: 1.15em;
    }


    .header-logo-area img {
        margin: 0 auto;
    }
    .strip-h1 h1 {
        font-size: 1.2em;
    }
    .strip-contact p {
        font-size: 0.9em;
    }

    .site-footer {
        flex-direction: column;
        text-align: center;
    }
    .footer-data-fiscal {
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* Estilos de Módulos para móvil */
    .module-image {
        float: none;
        width: 80%;
        max-width: 300px;
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 480px) {
    .strip-h1 h1 {
        font-size: 1.1em;
    }
    .module-image {
        width: 100%;
        max-width: none;
    }
}

/* ==== INICIO ESTILOS PARA FORMULARIO MODAL ==== */
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 30px 30px 30px;
    border: 1px solid #888;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.95);}
    to {opacity: 1; transform: scale(1);}
}

.modal-close-btn {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
    color: black;
}

.modal-content h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* --- Estilos del Formulario --- */
.cot-form .honeypot {
    display: none;
}

.cot-form fieldset {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.cot-form legend {
    padding: 0 10px;
    font-weight: bold;
    color: #444;
}

.cot-form .form-row {
    display: flex;
    gap: 20px;
}

.cot-form .form-group {
    margin-bottom: 15px;
    flex: 1;
}

.cot-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
    font-size: 0.9em;
}

.cot-form input[type="text"],
.cot-form input[type="number"],
.cot-form input[type="email"],
.cot-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.cot-form input:focus,
.cot-form select:focus {
    border-color: #5AC4A8;
    outline: none;
    box-shadow: 0 0 5px rgba(90, 196, 168, 0.5);
}

.cot-form .contact-info {
    display: none; /* Oculto por defecto */
    margin-top: 20px;
    padding-top: 10px;
    animation: slideDown 0.5s;
}
.cot-form .contact-info hr {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}


@keyframes slideDown {
    from {opacity: 0; transform: translateY(-10px);}
    to {opacity: 1; transform: translateY(0);}
}

.cta-button-form {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #F47F76;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.cta-button-form:hover {
    background-color: #e06860;
}
/* ==== FIN ESTILOS PARA FORMULARIO MODAL ==== */