/*
Theme Name: Cerrajeros Alicante Pro
Description: Tema moderno y vanguardista para servicios de cerrajería con efectos parallax y optimización SEO. Diseñado específicamente para cerrajeros profesionales en Alicante.
Author: Manus AI
Version: 2.0
Text Domain: cerrajeros-alicante
Domain Path: /languages
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset y configuración base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background: #ffffff;
}

/* Variables CSS mejoradas */
:root {
    --primary-color: #1a365d;
    --secondary-color: #2d5a87;
    --accent-color: #f39c12;
    --text-color: #333333;
    --text-light: #666666;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --border-radius: 12px;
    --max-width: 1200px;
}

/* Header y navegación CORREGIDOS */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(26, 54, 93, 0.95);
    backdrop-filter: blur(15px);
    z-index: 1000;
    transition: var(--transition);
    padding: 1rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled {
    background: rgba(26, 54, 93, 0.98);
    box-shadow: var(--shadow);
    padding: 0.8rem 0;
}

.header-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* LOGO/TÍTULO CORREGIDO - AHORA SE VE PERFECTAMENTE */
.site-branding {
    z-index: 1001;
}

.site-logo,
.site-logo a {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white) !important;
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: var(--transition);
    display: block;
}

.site-logo:hover,
.site-logo a:hover {
    color: var(--accent-color) !important;
    transform: scale(1.05);
}

/* NAVEGACIÓN CORREGIDA - TOTALMENTE FUNCIONAL */
.main-navigation {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: var(--transition);
    position: relative;
    display: block;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--accent-color);
    background: rgba(243, 156, 18, 0.1);
    transform: translateY(-2px);
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: var(--transition);
}

.main-navigation a:hover::after {
    width: 80%;
}

/* CTA TELÉFONO MEJORADO */
.header-contact {
    z-index: 1001;
}

.cta-phone {
    background: linear-gradient(135deg, var(--accent-color), #e67e22);
    color: var(--white);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.cta-phone:hover {
    background: linear-gradient(135deg, #e67e22, var(--accent-color));
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    color: var(--white);
}

/* MENÚ MÓVIL CORREGIDO */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1002;
    position: relative;
}

.hamburger {
    display: flex;
    flex-direction: column;
    width: 28px;
    height: 22px;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
}

.menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Hero Section con imagen optimizada y efecto parallax */
.hero-section {
    height: 100vh;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
}

/* IMAGEN DE FONDO CON PARALLAX OPTIMIZADA */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url('images/cerrajero-profesional-alicante-cerraduras-seguridad.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    will-change: transform;
    z-index: 1;
}

/* OVERLAY PARA DESTACAR TEXTO Y BOTONES */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(26, 54, 93, 0.85) 0%,
        rgba(45, 90, 135, 0.75) 50%,
        rgba(26, 54, 93, 0.85) 100%
    );
    z-index: 2;
}

/* CONTENIDO HERO DESTACADO */
.hero-content {
    max-width: 900px;
    padding: 0 2rem;
    z-index: 3;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    animation: fadeInUp 1s ease-out 0.3s both;
    font-weight: 400;
    line-height: 1.4;
}

.hero-cta {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    animation: fadeInUp 1s ease-out 0.6s both;
    flex-wrap: wrap;
}

/* BOTONES CTA MEJORADOS Y DESTACADOS */
.btn-primary {
    background: linear-gradient(135deg, var(--accent-color), #e67e22);
    color: var(--white);
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e67e22, #d35400);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(243, 156, 18, 0.6);
    color: var(--white);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    padding: 1.2rem 2.5rem;
    border: 3px solid var(--white);
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Secciones de contenido CORREGIDAS */
.content-section {
    padding: 6rem 0;
    position: relative;
}

.content-section:nth-child(even) {
    background: var(--light-bg);
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

/* TÍTULOS DE SECCIÓN CORREGIDOS Y VISIBLES */
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--primary-color);
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, var(--accent-color), #e67e22);
    border-radius: 2px;
}

/* CONTENIDO DE SECCIÓN MEJORADO Y LEGIBLE */
.section-content {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: var(--text-color);
}

.section-content p {
    margin-bottom: 1.8rem;
    text-align: justify;
}

.section-content h3 {
    font-size: 1.6rem;
    color: var(--secondary-color);
    margin: 2.5rem 0 1.5rem 0;
    font-weight: 700;
    line-height: 1.3;
}

/* GRID DE SERVICIOS MEJORADO */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin: 4rem 0;
}

/* TARJETAS DE SERVICIO CORREGIDAS Y LEGIBLES */
.service-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-left: 5px solid var(--accent-color);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(243, 156, 18, 0.05), transparent);
    transition: left 0.6s;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-left-color: var(--primary-color);
}

.service-icon {
    font-size: 3.5rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    color: var(--primary-color);
}

/* TÍTULOS DE SERVICIO CORREGIDOS Y LEGIBLES */
.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    line-height: 1.3;
}

/* DESCRIPCIÓN DE SERVICIO CORREGIDA Y LEGIBLE */
.service-description {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 1rem;
}

/* FOOTER COMPLETAMENTE MEJORADO */
.site-footer {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e2a3a 100%);
    color: var(--white);
    padding: 4rem 0 2rem 0;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
}

.footer-content {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

/* WIDGETS DEL FOOTER MEJORADOS */
.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-column {
    text-align: left;
}

.footer-column h4 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--accent-color);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.8rem;
    transition: var(--transition);
}

.footer-column ul li:hover {
    transform: translateX(5px);
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-column ul li a:hover {
    color: var(--accent-color);
}

/* INFORMACIÓN DE CONTACTO EN FOOTER */
.footer-contact p {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.footer-contact i {
    color: var(--accent-color);
    width: 20px;
    text-align: center;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition);
}

.footer-contact a:hover {
    color: var(--accent-color);
}

/* HORARIOS EN FOOTER */
.footer-hours p {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-hours strong {
    color: var(--accent-color);
}

/* BOTÓN DE URGENCIA EN FOOTER */
.footer-emergency {
    margin-top: 2rem;
}

.cta-emergency {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-emergency:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.5);
    background: linear-gradient(45deg, #c0392b, #a93226);
    color: var(--white);
}

/* FOOTER BOTTOM MEJORADO */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
}

.footer-info p {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

/* BOTONES FLOTANTES MEJORADOS */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.8rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    animation: pulse 2s infinite;
}

.whatsapp-btn:hover {
    background: #128c7e;
    transform: scale(1.1);
    color: white;
}

.call-float {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 1000;
}

.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.4rem;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
    transition: var(--transition);
}

.call-btn:hover {
    background: #e67e22;
    transform: scale(1.1);
    color: white;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* RESPONSIVE MEJORADO */
@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    /* MENÚ MÓVIL */
    .menu-toggle {
        display: block;
    }
    
    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(26, 54, 93, 0.98);
        backdrop-filter: blur(15px);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
        box-shadow: var(--shadow);
    }
    
    .main-navigation.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .main-navigation ul {
        flex-direction: column;
        padding: 2rem;
        gap: 0;
    }
    
    .main-navigation li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .main-navigation a {
        display: block;
        padding: 1rem 0;
        text-align: center;
        font-size: 1.1rem;
    }
    
    /* HEADER MÓVIL */
    .header-container {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .cta-phone {
        font-size: 0.9rem;
        padding: 0.7rem 1.2rem;
    }
    
    /* HERO MÓVIL */
    .hero-bg {
        background-attachment: scroll;
    }
    
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.1;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* SECCIONES MÓVIL */
    .content-section {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    /* FOOTER MÓVIL */
    .footer-widgets {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-hours p {
        flex-direction: column;
        gap: 0.3rem;
        text-align: center;
    }
    
    /* BOTONES FLOTANTES MÓVIL */
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
    
    .call-float {
        bottom: 90px;
        right: 20px;
    }
    
    .whatsapp-btn {
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
    }
    
    .call-btn {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .service-icon {
        font-size: 3rem;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
}

/* ANIMACIONES Y EFECTOS ADICIONALES */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* SCROLL INDICATOR */
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), #e67e22);
    z-index: 1001;
    transition: width 0.1s ease-out;
}

/* ACCESIBILIDAD */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* FOCUS STATES */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

/* PREFERS REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .hero-bg {
        background-attachment: scroll;
    }
}


/* ESTILOS ADICIONALES PARA FOOTER ESPECTACULAR */

/* Footer column wide para horarios e información */
.footer-column-wide {
    flex: 2;
    min-width: 400px;
}

/* Sección dual para horarios e información lado a lado */
.footer-dual-section {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.footer-subsection {
    flex: 1;
}

.footer-subsection h4 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.footer-subsection ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-subsection ul li {
    margin-bottom: 0.5rem;
}

.footer-subsection ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-subsection ul li a:hover {
    color: var(--accent-color);
    transform: translateX(5px);
}

.footer-subsection ul li a i {
    width: 16px;
    text-align: center;
}

/* Cajas de información destacadas */
.footer-info-boxes {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.info-box {
    flex: 1;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid;
}

.coverage-box {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: var(--accent-color);
}

.quality-box {
    background: rgba(46, 204, 113, 0.2);
    border-left-color: #2ecc71;
}

.info-box h5 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
}

.coverage-box h5 {
    color: var(--accent-color);
}

.quality-box h5 {
    color: #2ecc71;
}

.info-box p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.4;
}

/* Responsive para footer */
@media (max-width: 768px) {
    .footer-dual-section {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .footer-info-boxes {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-column-wide {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .footer-dual-section {
        gap: 1rem;
    }
    
    .footer-subsection h4 {
        font-size: 1rem;
    }
    
    .footer-subsection ul li a {
        font-size: 0.85rem;
    }
    
    .info-box {
        padding: 0.8rem;
    }
    
    .info-box h5 {
        font-size: 0.9rem;
    }
    
    .info-box p {
        font-size: 0.8rem;
    }
}


/* ========================================
   FOOTER ORIGINAL + ELEMENTOS SOLICITADOS
   ======================================== */

/* Footer widgets originales */
.footer-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-widget-area {
    display: contents;
}

.footer-column h4 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer-column ul li a:hover {
    color: var(--accent-color);
}

.footer-contact p {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--accent-color);
}

.footer-info-content p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.footer-info-content ul {
    list-style: none;
    padding: 0;
}

.footer-info-content ul li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-info-content ul li i {
    color: var(--accent-color);
    width: 18px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    text-align: center;
}

.footer-info p {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ELEMENTOS SOLICITADOS - UNA LÍNEA POR ELEMENTO */
.footer-special-cards {
    margin-bottom: 2rem;
}

.special-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    border-left: 4px solid;
    transition: all 0.3s ease;
}

.special-card:hover {
    transform: translateY(-2px);
}

/* URGENTE 24H/365 DÍAS - NARANJA */
.urgent-card {
    background: rgba(243, 156, 18, 0.2);
    border-left-color: #f39c12;
}

.urgent-card .card-icon {
    background: #f39c12;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.urgent-card .card-content {
    display: flex;
    flex-direction: column;
}

.urgent-card .card-label {
    font-weight: 600;
    color: #f39c12;
    font-size: 0.9rem;
}

.urgent-card .card-value {
    font-weight: 700;
    font-size: 1.1rem;
    color: #ffffff;
}

/* ZONA DE COBERTURA - AZUL */
.coverage-card {
    background: rgba(52, 152, 219, 0.2);
    border-left-color: #3498db;
}

.coverage-card .card-icon {
    background: #3498db;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.coverage-card .card-content {
    flex: 1;
}

.coverage-card .card-title {
    display: block;
    font-weight: 600;
    color: #3498db;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.coverage-card .card-description {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.4;
}

/* COMPROMISO DE CALIDAD - VERDE */
.quality-card {
    background: rgba(46, 204, 113, 0.2);
    border-left-color: #2ecc71;
}

.quality-card .card-icon {
    background: #2ecc71;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.quality-card .card-content {
    flex: 1;
}

.quality-card .card-title {
    display: block;
    font-weight: 600;
    color: #2ecc71;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.quality-card .card-description {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Botones flotantes originales */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    animation: pulse 2s infinite;
}

.whatsapp-btn:hover {
    background: #128c7e;
    transform: scale(1.1);
}

.call-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
}

.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.4);
    transition: var(--transition);
}

.call-btn:hover {
    background: #e67e22;
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* RESPONSIVE PARA ELEMENTOS SOLICITADOS */
@media (max-width: 768px) {
    .footer-widgets {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .special-card {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .urgent-card .card-content {
        align-items: center;
    }
    
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    
    .call-float {
        bottom: 80px;
        right: 15px;
    }
    
    .whatsapp-btn,
    .call-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .special-card {
        padding: 0.8rem;
    }
    
    .coverage-card .card-title,
    .quality-card .card-title {
        font-size: 1rem;
    }
    
    .coverage-card .card-description,
    .quality-card .card-description {
        font-size: 0.9rem;
    }
}

