/*
Theme Name: Waypro Theme
Theme URI: https://waypro.com
Author: Waypro
Description: ARCHIVO MAESTRO V21.0 - Formularios con ancho máximo restringido y centrados.
Version: 21.0
*/

/* =========================================================
   1. CONFIGURACIÓN GENERAL Y TIPOGRAFÍA
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@600&display=swap');

body { font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 0; padding: 0; color: #333; background-color: #ffffff; line-height: 1.6; }
h1, h2, h3, h4, h5, h6, .nav-menu li a, .btn-primary, .btn-outline, .etiqueta-pequena { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.text-white { color: #ffffff !important; }
.bg-gris-claro { background-color: #f9f9f9; }

img { -webkit-user-drag: none; user-select: none; }

/* =========================================================
   2. HEADER Y NAVEGACIÓN
========================================================= */
.site-header { background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); border-bottom: 4px solid #cc0000; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.header-container { max-width: 1200px; margin: 0 auto; padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.logo-container a { display: block; }
.logo-waypro { max-width: 180px; height: auto; display: block; }
.main-navigation { display: flex; }
.nav-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; }
.nav-menu li a { text-decoration: none; color: #1a1a1a; font-size: 0.95rem; position: relative; padding: 10px 0; transition: color 0.3s ease; }
.nav-menu li a:hover { color: #cc0000; }
.nav-menu li a::after { content: ''; position: absolute; width: 0; height: 3px; bottom: -4px; left: 0; background-color: #cc0000; transition: width 0.3s ease; }
.nav-menu li a:hover::after { width: 100%; }

.header-right { display: flex; align-items: center; gap: 20px; }
.lang-selector { display: flex; align-items: center; gap: 5px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.85rem; }
.globe-icon { color: #cc0000; margin-right: 3px; }
.lang-selector a { text-decoration: none; color: #888888; transition: color 0.3s ease; }
.lang-selector a:hover { color: #1a1a1a; }
.lang-selector a.lang-active { color: #cc0000; }
.lang-divider { color: #cccccc; margin: 0 2px; }

.menu-toggle { display: none !important; appearance: none; -webkit-appearance: none; background: transparent; border: 0; outline: none; cursor: pointer; padding: 10px; z-index: 1001; }
.hamburger { display: block; position: relative; width: 30px; height: 3px; background: #1a1a1a; transition: all 0.3s; }
.hamburger::before, .hamburger::after { content: ''; position: absolute; left: 0; width: 30px; height: 3px; background: #1a1a1a; transition: all 0.3s; }
.hamburger::before { top: -8px; }
.hamburger::after { bottom: -8px; }

/* =========================================================
   3. PÁGINA DE INICIO (HERO IMAGEN COMPLETA + CORTE)
========================================================= */
.hero-waypro-style { position: relative; width: 100%; background-color: #111111; margin: 0; padding: 0; line-height: 0; overflow: hidden; }
.hero-imagen-real { width: 100%; height: auto; display: block; margin-bottom: -6%; }
.hero-waypro-style::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 1; pointer-events: none; }

/* =========================================================
   3.1. SECCIÓN PREMIUM "POR QUÉ ELEGIRNOS" (2 COLUMNAS)
========================================================= */
.por-que-seccion { padding: 100px 20px; background-color: #ffffff; }
.por-que-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.etiqueta-pequena { display: block; font-size: 0.85em; color: #888888; margin-bottom: 15px; }
.titulo-izq { font-size: 2.5em; color: #1a1a1a; margin-top: 0; margin-bottom: 25px; line-height: 1.2; }
.texto-destacado-izq { font-size: 1.1em; color: #555555; margin-bottom: 35px; line-height: 1.8; }
.botones-izq { display: flex; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
.btn-primary { background-color: #cc0000; color: #ffffff; border: 2px solid #cc0000; padding: 15px 30px; text-decoration: none; text-align: center; transition: all 0.3s ease; border-radius: 4px;}
.btn-primary:hover { background-color: #a30000; border-color: #a30000; color: #ffffff; }
.btn-outline-dark { background-color: transparent; color: #1a1a1a; border: 2px solid #1a1a1a; padding: 13px 30px; text-decoration: none; text-align: center; font-weight: 700; transition: all 0.3s ease; border-radius: 4px; }
.btn-outline-dark:hover { background-color: #1a1a1a; color: #ffffff; }
.links-izq { margin-top: 10px; }
.link-rojo { color: #cc0000; font-weight: 700; text-decoration: none; font-size: 0.95rem; }
.link-rojo:hover { text-decoration: underline; }

.por-que-features { display: flex; flex-direction: column; gap: 30px; background: #fdfdfd; padding: 45px 40px; border-radius: 8px; border-left: 4px solid #cc0000; box-shadow: 0 10px 30px rgba(0,0,0,0.04); }
.feature-box { display: flex; gap: 20px; align-items: flex-start; }
.feature-icon svg { width: 36px; height: 36px; color: #cc0000; flex-shrink: 0; }
.feature-text h4 { margin: 0 0 5px 0; color: #1a1a1a; font-size: 1.15em; }
.feature-text p { margin: 0; color: #666666; font-size: 0.95em; line-height: 1.5; }

/* =========================================================
   4. CARRUSEL LATERAL Y FLECHAS
========================================================= */
.categorias-seccion { padding: 80px 0; }
.titulo-seccion { text-align: center; margin-bottom: 50px; font-size: 2.2em; color: #1a1a1a; margin-top: 0; }
.carrusel-wrapper { position: relative; display: flex; align-items: center; }
.carrusel-btn { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); background-color: #cc0000; color: #ffffff; border: none; width: 45px; height: 45px; border-radius: 50%; font-size: 1.5em; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0,0,0,0.3); transition: 0.3s ease; }
.carrusel-btn:hover { background-color: #111; transform: translateY(-50%) scale(1.1); }
.prev-btn { left: -22px; }
.next-btn { right: -22px; }
.grid-categorias { display: flex; overflow-x: auto; gap: 30px; padding: 20px 5px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.grid-categorias::-webkit-scrollbar { display: none; }
.tarjeta-categoria { background: #ffffff; padding: 40px 30px; border-bottom: 4px solid #cc0000; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; flex: 0 0 320px; scroll-snap-align: center; border-radius: 8px;}
.tarjeta-categoria:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.img-categoria { width: 100%; height: 220px; object-fit: contain; margin-bottom: 25px; transition: transform 0.3s ease; }
.tarjeta-categoria:hover .img-categoria { transform: scale(1.05); }
.tarjeta-categoria h3 { margin-top: 0; color: #1a1a1a; font-size: 1.2em; margin-bottom: 15px; }
.tarjeta-categoria p { color: #555; margin-bottom: 0; font-size: 0.95rem; }

/* =========================================================
   5. ESTÁNDARES WAYPRO
========================================================= */
.estandares-seccion { position: relative; background: #e9ecef url('https://wayproautoparts.com/wp-content/uploads/2026/04/Diseno-sin-titulo-4.png') no-repeat center center; background-size: cover; padding: 90px 20px; text-align: center; }
.estandares-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.88); z-index: 1; }
.estandares-content { position: relative; z-index: 2; }
.estandares-content h2 { font-size: 2.2em; color: #002d5b; margin-top: 0; margin-bottom: 60px; }
.grid-estandares { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; align-items: start; }
.estandar-item { padding: 10px; }
.img-estandar { height: 120px; width: auto; object-fit: contain; margin-bottom: 25px; }
.estandar-item p { color: #222; font-size: 0.95rem; max-width: 320px; margin: 0 auto; }

/* =========================================================
   6. LOGÍSTICA, CIFRAS Y MIXTO
========================================================= */
.presencia-global { padding: 100px 20px; background-color: #ffffff; }
.presencia-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.presencia-texto p { color: #555; font-size: 1.05em; line-height: 1.8; }
.presencia-imagen img { width: 100%; height: 450px; object-fit: cover; border-radius: 8px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); }

.cifras-autoridad { background-color: #111111; padding: 60px 20px; border-top: 4px solid #cc0000; }
.cifras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.cifra-item { transition: transform 0.3s ease; }
.cifra-item:hover { transform: translateY(-10px); }
.cifra-item h3 { font-size: 3em; color: #cc0000; margin: 0 0 5px 0; line-height: 1; }
.cifra-item p { color: #ffffff; font-size: 1em; text-transform: uppercase; letter-spacing: 1px; margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 600; }

.bloque-mixto { display: grid; grid-template-columns: 1fr 1fr; }
.mixto-box { padding: 100px 40px; display: flex; align-items: center; justify-content: center; text-align: center; transition: all 0.3s ease; }
.mixto-contenido { max-width: 500px; }
.mixto-box h2 { font-size: 2em; margin-top: 0; margin-bottom: 20px; color: #ffffff; }
.mixto-box p { font-size: 1.05em; color: #eeeeee; margin-bottom: 35px; line-height: 1.6; }
.box-catalogo { background-color: #222222; }
.box-catalogo:hover { background-color: #1a1a1a; }
.box-catalogo .btn-outline { border-color: #ffffff; color: #ffffff; padding: 15px 30px; display: inline-block; border-radius: 4px; }
.box-catalogo .btn-outline:hover { background-color: #ffffff; color: #222222; }
.box-distribuidores { background-color: #cc0000; }
.box-distribuidores:hover { background-color: #a30000; }
.btn-outline-blanco { border: 2px solid #ffffff; color: #cc0000; background-color: #ffffff; padding: 15px 30px; display: inline-block; text-decoration: none; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem; transition: all 0.3s ease; border-radius: 4px; }
.btn-outline-blanco:hover { background-color: transparent; color: #ffffff; }

/* =========================================================
   7. PÁGINA: DISTRIBUIDORES
========================================================= */
.hero-distribuidor { position: relative; background-image: url('https://wayproautoparts.com/wp-content/uploads/2026/04/Gemini_Generated_Image_b10kccb10kccb10k-1.png'); background-size: cover; background-position: center; padding: 140px 20px; z-index: 1; }
.hero-distribuidor::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.65); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); z-index: -1; }
.sub-hero { font-size: 1.15em; color: #dddddd; max-width: 800px; margin: 0 auto; line-height: 1.7; }
.beneficios-distribuidor { padding: 80px 20px; background-color: #ffffff;}
.beneficios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 50px; max-width: 1000px; margin: 50px auto 0 auto; }
.beneficio-item { background: #fdfdfd; padding: 40px; border-radius: 8px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: transform 0.3s ease; }
.beneficio-item:hover { transform: translateY(-8px); }
.icono-beneficio { margin-bottom: 25px; color: #cc0000; }
.icono-beneficio svg { width: 45px; height: 45px; }
.beneficio-item h3 { font-size: 1.25em; color: #1a1a1a; margin-bottom: 15px; letter-spacing: 0.5px; }
.beneficio-item p { color: #555555; font-size: 0.95em; line-height: 1.6; margin-bottom: 0; }

.aplicacion-distribuidor { padding: 80px 20px; background-color: #f5f5f5; }
.sub-titulo-form { color: #666666; margin-bottom: 40px; margin-top: -10px; font-size: 1em; max-width: 500px; margin-left: auto; margin-right: auto;}

/* =========================================================
   8. PÁGINA: GARANTÍAS
========================================================= */
.hero-garantia { background: linear-gradient(135deg, #111111 0%, #002d5b 100%); color: #ffffff; padding: 100px 20px; }
.hero-garantia p { font-size: 1.1em; color: #cccccc; max-width: 700px; margin: 0 auto; }
.seccion-cobertura { padding: 80px 20px; background-color: #ffffff; }
.cobertura-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1000px; margin: 0 auto; }
.cobertura-box { padding: 40px; border-radius: 8px; background: #fdfdfd; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.box-verde { border-top: 4px solid #28a745; }
.box-roja { border-top: 4px solid #dc3545; }
.cobertura-box h3 { margin-top: 0; font-size: 1.5em; color: #1a1a1a; margin-bottom: 25px; }
.cobertura-box ul { list-style: none; padding: 0; margin: 0; }
.cobertura-box ul li { margin-bottom: 15px; color: #444444; font-size: 1.05em; display: flex; align-items: flex-start; gap: 10px; }
.nota-cobertura { margin-top: 25px; font-size: 0.85em; color: #888888; font-style: italic; }
.proceso-garantia { padding: 80px 20px; }
.bg-claro { background-color: #f5f5f5; }
.pasos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.paso-item { background: #ffffff; padding: 40px 20px; border-radius: 8px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.03); position: relative; border-bottom: 3px solid #cc0000; }
.paso-numero { width: 50px; height: 50px; background: #cc0000; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-size: 1.5em; font-weight: 800; margin: 0 auto 20px auto; }
.paso-item h4 { font-size: 1.2em; color: #1a1a1a; margin-bottom: 15px; }
.paso-item p { color: #666666; font-size: 0.95em; }

/* =========================================================
   9. PÁGINA: SOBRE NOSOTROS
========================================================= */
.etiqueta-pequena { display: block; font-size: 0.85em; color: #888888; margin-bottom: 25px; }
.texto-gigante { font-size: 1.7em; font-weight: 700; line-height: 1.6; color: #1a1a1a; max-width: 950px; margin: 0 auto; text-transform: none; }
.mision-panel { background: #f9f9f9 url('https://wayproautoparts.com/wp-content/uploads/2025/10/NewSection.png') no-repeat center center; background-size: cover; padding: 140px 20px; }
.vision-panel { background: linear-gradient(135deg, #2b2b2b 0%, #000000 100%); padding: 140px 20px; }
.historia-panel { background: #f9f9f9 url('https://wayproautoparts.com/wp-content/uploads/2025/10/NewSection.png') no-repeat center center; background-size: cover; padding: 100px 20px; }
.historia-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.historia-collage { display: grid; grid-template-columns: 1.3fr 1fr; gap: 15px; align-items: stretch; }
.historia-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.img-historia-1 { grid-column: 1; grid-row: 1 / 3; min-height: 400px; }
.img-historia-2 { grid-column: 2; grid-row: 1; }
.img-historia-3 { grid-column: 2; grid-row: 2; }
.titulo-historia { font-size: 2.4em; color: #1a1a1a; margin-top: 0; margin-bottom: 25px; }
.historia-texto p { font-size: 1.05em; color: #444; margin-bottom: 20px; }

/* =========================================================
   10. PÁGINA: CONTACTO
========================================================= */
.contacto-moderno-seccion { background-color: #f5f5f5; padding: 80px 20px; min-height: 70vh; display: flex; align-items: center; }
.contacto-moderno-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: center; max-width: 1000px; margin: 0 auto; }
.contacto-iconos { display: flex; flex-direction: column; gap: 40px; }
.icono-item { display: flex; align-items: center; gap: 20px; }
.icon-texto { display: flex; flex-direction: column; }
.icon-texto span { font-size: 0.9em; color: #555555; font-family: 'Montserrat', sans-serif; font-weight: 600; margin-bottom: 2px; }
.icon-texto a { font-size: 1.1em; color: #1a1a1a; font-weight: 700; text-decoration: none; transition: color 0.3s ease; }
.icon-texto a:hover { color: #cc0000; }

/* =========================================================
   11. ESTILOS GLOBALES PARA FORMULARIOS (LA MAGIA AQUÍ)
========================================================= */
/* Restringimos el ancho máximo del contenedor y lo centramos */
.contacto-formulario-moderno,
.b2b-form { 
    background: #ffffff; 
    padding: 35px; 
    border-radius: 8px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
    border: 1px solid #e0e0e0; 
    width: 100%;
    max-width: 600px; /* <--- Esto evita que el formulario se estire infinitamente */
    margin: 0 auto;   /* <--- Esto lo centra perfectamente en la pantalla */
    box-sizing: border-box;
}

.contacto-formulario-moderno label,
.b2b-form label,
.wpcf7-form label { 
    display: block; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.75rem; /* Más sutil */
    font-weight: 700; 
    color: #1a1a1a; 
    margin-bottom: 4px; /* Más pegado al input */
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}

.contacto-formulario-moderno input[type="text"],
.contacto-formulario-moderno input[type="email"],
.contacto-formulario-moderno input[type="tel"],
.contacto-formulario-moderno textarea,
.contacto-formulario-moderno select,
.b2b-form input[type="text"],
.b2b-form input[type="email"],
.b2b-form input[type="tel"],
.b2b-form textarea,
.b2b-form select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select { 
    width: 100%; 
    padding: 10px 12px; /* Relleno compacto */
    border: 2px solid #e0e0e0; 
    border-radius: 4px; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    font-size: 0.9em; 
    color: #333;
    background-color: #fafafa; 
    transition: all 0.3s ease; 
    box-sizing: border-box;
    margin-bottom: 12px; /* Menos espacio muerto */
}

.contacto-formulario-moderno input:focus,
.contacto-formulario-moderno textarea:focus,
.contacto-formulario-moderno select:focus,
.b2b-form input:focus,
.b2b-form textarea:focus,
.b2b-form select:focus,
.wpcf7-form-control:focus { 
    outline: none; 
    border-color: #cc0000; 
    background-color: #ffffff; 
    box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.1); 
}

::-webkit-input-placeholder { color: #aaaaaa; font-style: italic; font-weight: 400; font-size: 0.95em; }
:-ms-input-placeholder { color: #aaaaaa; font-style: italic; font-weight: 400; font-size: 0.95em; }
::placeholder { color: #aaaaaa; font-style: italic; font-weight: 400; font-size: 0.95em; }

.contacto-formulario-moderno input[type="submit"],
.contacto-formulario-moderno button[type="submit"],
.b2b-form input[type="submit"],
.b2b-form button[type="submit"],
.wpcf7-submit { 
    width: 100%; 
    background-color: #cc0000; 
    color: #ffffff; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700; 
    font-size: 1em; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    border: none; 
    border-radius: 4px; 
    padding: 12px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    margin-top: 5px; 
}

.contacto-formulario-moderno input[type="submit"]:hover,
.contacto-formulario-moderno button[type="submit"]:hover,
.b2b-form input[type="submit"]:hover,
.b2b-form button[type="submit"]:hover,
.wpcf7-submit:hover { 
    background-color: #a30000; 
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(204,0,0,0.3);
}

/* =========================================================
   12. FOOTER
========================================================= */
.site-footer { background-color: #f8f9fa; color: #555555; padding-top: 80px; border-top: 4px solid #cc0000; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-logo { max-width: 180px; display: block; margin-bottom: 20px; }
.brand-col p { font-size: 0.95rem; line-height: 1.8; max-width: 350px; color: #666666; }
.footer-col h3 { color: #1a1a1a; font-size: 1.2rem; margin-top: 0; margin-bottom: 30px; position: relative; padding-bottom: 12px; }
.footer-col h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: #cc0000; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 18px; font-size: 0.95rem; }
.links-col ul li a, .contact-col ul li a { color: #555555; text-decoration: none; transition: all 0.3s ease; display: inline-block; }
.links-col ul li a:hover, .contact-col ul li a:hover { color: #cc0000; transform: translateX(5px); }
.contact-col ul li { display: flex; flex-direction: column; gap: 5px; }
.contact-col ul li strong { color: #1a1a1a; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.5px; }
.contact-col ul li span { color: #555555; }
.footer-bottom { background-color: #eeeeee; padding: 25px 0; border-top: 1px solid #dddddd; }
.footer-bottom-flex { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: #666666; }
.footer-bottom-flex p { margin: 0; }
.footer-legal a { color: #666666; text-decoration: none; margin-left: 25px; transition: color 0.3s; }
.footer-legal a:hover { color: #cc0000; }

/* =========================================================
   13. RESPONSIVE (MÓVILES Y TABLETS)
========================================================= */
@media (max-width: 900px) {
    .menu-toggle { display: block !important; }
    .main-navigation { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #ffffff; border-top: 1px solid #eeeeee; padding: 20px 0; box-shadow: 0 10px 15px rgba(0,0,0,0.05); }
    .main-navigation.toggled { display: block; }
    .nav-menu { flex-direction: column; align-items: center; gap: 20px; }
    .menu-toggle.is-active .hamburger { background: transparent; }
    .menu-toggle.is-active .hamburger::before { transform: translateY(8px) rotate(45deg); }
    .menu-toggle.is-active .hamburger::after { transform: translateY(-8px) rotate(-45deg); }
    
    .por-que-grid { grid-template-columns: 1fr; gap: 40px; }
    .titulo-izq { font-size: 2em; text-align: center; }
    .texto-destacado-izq { text-align: center; }
    .botones-izq { flex-direction: column; }
    .links-izq { text-align: center; }
    .por-que-features { padding: 30px 20px; }
    
    .carrusel-btn { display: none; }
    .tarjeta-categoria { flex: 0 0 280px; padding: 30px 20px; }
    
    .presencia-grid, .cifras-grid, .bloque-mixto, .historia-grid, .contacto-moderno-grid, .formulario-grid, .cobertura-grid, .pasos-grid, .beneficios-grid, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    
    .presencia-imagen img { height: 250px; }
    .mixto-box { padding: 60px 20px; }
    .historia-collage { display: none !important; } 
    .titulo-historia { font-size: 1.9em; text-align: center; }
    .historia-texto p { text-align: center; }
    .mision-panel, .vision-panel { padding: 80px 20px; }
    .icono-item { flex-direction: column; text-align: center; gap: 10px; }
    
    .hero-distribuidor { padding: 100px 20px; }
    .hero-distribuidor h1 { font-size: 2em; }
    .sub-hero { font-size: 1em; }
    .sub-titulo-form { max-width: 100%; }
    
    .footer-bottom-flex { flex-direction: column; text-align: center; gap: 15px; }
    .footer-legal a { margin: 0 10px; }
}