:root {
    /* Basado en index.html (fondos claros, acentos oscuros) */
    --brand-primary: #0b132b;
    --brand-dark: #0b132b;
    --brand-light: #ffffff;
    --text-on-dark: #fff;
    --text-muted: #6c757d;
    --border-color: #e9ecef;
    --nav-height: 72px; /* alto aprox. del menú fijo */
}

html, body {
    height: 100%;
    background-color: #fff;
    color: var(--text-dark);
    font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Alinear navbar con Default.html */
.navbar {
    backdrop-filter: saturate(140%) blur(6px);
    background: #000;
}

.navbar .navbar-brand img {
    height: 70px;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        margin-top: 0;
    }
}

/* Top nav estilo claro (como index en secciones claras) */
.topnav {
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: none;
}

.topnav .navbar-brand,
.topnav .nav-link {
    color: #ffffff !important;
}

.topnav .nav-link:hover,
.topnav .nav-link:focus {
    color: #cfcfcf !important; /* blanco suave al hover/focus */
}

.navbar-toggler {
    color: #ffffff !important;
}

.topnav .navbar-brand,
.topnav .nav-link {
    color: var(--brand-dark);
}

.topnav .nav-link:hover,
.topnav .nav-link:focus {
    color: #0d6efd;
}

/* Dropdown oscuro con texto claro (sobrescribe el gris claro anterior) */
.navbar .dropdown-menu {
    background-color: #121519; /* fondo oscuro */
    color: #e9ecef; /* texto claro */
    border: 1px solid #1f2430;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

.navbar .dropdown-menu .dropdown-item {
    color: #e9ecef;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background-color: #e9ecef; /* mantener el mismo color de hover ya usado */
    color: #0e1a2a; /* texto oscuro sobre hover claro */
}

.dropdown-menu {
    border: 1px solid var(--border-color);
}

.dropdown-menu-dark {
    background-color: #fff;
    color: var(--text-dark);
}

.dropdown-menu-dark .dropdown-item {
    color: var(--text-dark);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #f1f3f5;
    color: var(--brand-primary);
}

/* Banner alto desde el menú, imagen detrás del título principal */
.banner {
    position: relative;
    min-height: calc(100vh - var(--nav-height)); /* ocupa casi toda la pantalla bajo el menú */
    display: flex;
    align-items: center;
    background: url("../images/Banner_ASESA.jpg") no-repeat center center / cover;
    /* el texto no queda debajo del menú */
    padding-top: calc(var(--nav-height) + 1.5rem);
}

.banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner .banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.banner .kicker {
    font-family: "Raleway", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .95;
}

.banner h1 {
    font-weight: 700;
}

.banner .lead {
    max-width: 56rem;
}

/* Encabezado de sección (fondo blanco) */
.hero {
    color: var(--text-dark);
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.hero .logo {
    height: 112px;
    background: url("../assets/logo-normal.png") no-repeat left center;
    background-size: contain;
    border-bottom: 1px solid var(--border-color);
}

/* Tarjetas y bloques informativos */
.section {
    /*padding-top: 3rem;*/
    padding-bottom: 3rem;
}

/* Reducir espacio cuando hay dos hero-menu-section seguidas */
.hero-menu-section + .hero-menu-section {
    padding-top: 0 !important;
}

/* O una alternativa más específica: */
.hero-menu-section.no-top-padding {
    padding-top: 0;
}

/* Barra de progreso estética */
.progress-modern {
    height: 3px;
    background-color: #e9ecef;
}

.progress-modern .progress-bar {
    background: linear-gradient(90deg, #00c9ff 0%, #92fe9d 100%);
}

/* Contadores */
.stat {
    color: var(--text-dark);
    text-align: center;
}

.stat .value {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: var(--brand-primary);
}

.stat .label {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-muted);
}

/* Botones */
.btn-modern {
    border-radius: 999px;
    padding: .75rem 1.25rem;
}

.btn-accent {
    --bs-btn-color: #03101d;
    --bs-btn-bg: #00d1ff;
    --bs-btn-border-color: #00c4f0;
    --bs-btn-hover-bg: #4de0ff;
    --bs-btn-hover-border-color: #34d9ff;
    --bs-btn-focus-shadow-rgb: 0,209,255;
}

/* Footer oscuro (negro) con texto blanco no brillante */
footer {
    background: #000;
    color: #e6e6e6;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid rgba(255,255,255,.1);
}

footer a {
    color: #9ec5fe; /* blanco azulado, no muy brillante */
    text-decoration: none;
}

footer a:hover {
    color: #cfe2ff;
    text-decoration: underline;
}

footer hr {
    border-color: rgba(255,255,255,.2) !important;
}

/* Accesibilidad foco */
.btn:focus, 
.nav-link:focus, 
a:focus {
    outline: 2px dashed #9be7ff;
    outline-offset: 2px;
}

/* Ocultar video/overlay previos (migración a fondo blanco) */
.bg-video, 
.bg-overlay {
    display: none !important;
}

/* Prefijo + in el contador */
.stat .value::before {
    content: "+";
    display: inline-block;
    margin-right: 4px; /* pequeño espaciado */
    color: inherit; /* mismo color que el número */
    font: inherit; /* misma tipografía y tamaño */
    line-height: inherit;
}

/* textura adicional al pasar el cursor + más sombra */
.buttonLink:hover {
    transform: translateY(-3px);
    border-color: #dde3ea;
    box-shadow: 0 8px 20px rgba(16, 24, 40, .10), 0 32px 56px rgba(16, 24, 40, .14); /* resalta */
}

/* encabezados y párrafos dentro del card más nítidos */
.buttonLink .card-body h3 {
    color: #0b132b;
    letter-spacing: .2px;
}

.buttonLink .card-body p {
    color: #344054;
}

/* variante para CTA cards (las de la fila con botones) */
.buttonLink.text-center {
    background: radial-gradient(120px 120px at 15% 25%, rgba(0, 180, 216, .06) 0%, rgba(0, 180, 216, 0) 60%), radial-gradient(140px 140px at 85% 10%, rgba(13, 25, 39, .05) 0%, rgba(13, 25, 39, 0) 70%), #ffffff;
    border-color: #e6eaef;
}

.buttonLink.text-center:hover {
    border-color: #d8dee6;
}

/* Carrusel tipo catálogo: imagen y alturas consistentes */
#cardsCarousel .card-img-top {
    height: 320px;
    object-fit: cover;
    border-bottom: 1px solid var(--border-color);
}

#cardsCarousel .carousel-item {
    padding-bottom: 6px;
}

/* evita recortes de sombra */
#cardsCarousel .card.section-card {
    height: 100%;
}

/* Ajuste: el + solo en KPIs con clase .plus */
.stat:not(.plus) .value::before {
    content: "";
}

.stat.plus .value::before {
    content: "+";
    display: inline-block;
    margin-right: 4px;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

/* KPIs en una sola línea, 4 columnas */
.kpi-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* tarjeta KPI con fondo oro y alto contraste */
.kpi-card {
    /* Degradado oro */
    background: linear-gradient(135deg, #CFAE46 0%, #D4AF37 40%, #B8860B 100%);
    border: 2px solid #000;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 6px rgba(16,24,40,.16);
    color: #111; /* texto muy oscuro para legibilidad sobre oro */
    text-align: center;
}

.kpi-card .value {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: #0b132b; /* título más oscuro para contraste */
    text-shadow: 0 1px 2px rgba(0,0,0,.12);
}

.kpi-card .label {
    margin-top: .35rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #222; /* etiqueta en negro suave */
    font-size: .8rem;
}

/* ...estilos existentes... */
.client-logo {
    width: 100%;
    height: 140px;
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    padding: 8px;
}

/* ========================================
HERO MENU - Anillo de 4 Cuadrantes
======================================== */

.hero-menu-section {
/*    background: linear-gradient(rgba(245, 245, 245, 0.90), rgba(245, 245, 245, 0.90)), 
                url('../images/aeronautica-web-banner-2.jpg') center/cover no-repeat;*/
    padding: 4rem 0;
    position: relative;
}

.ring-container {
    position: relative;
    width: 525px;
    height: 525px;
    margin: 0 auto;
}

/* Los 4 Cuadrantes con separación de 10px */
.quadrant {
    position: absolute;
    width: 247px;
    height: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 4px solid #fff;
    overflow: hidden;
}

.quadrant-text {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: transform 0.3s ease;
}

/* Posicionamiento con gap de 10px y colores de cada cuadrante */
.quadrant-tl {
    top: 0;
    left: 0;
    background: #e0e0e0;
    border-top-left-radius: 100%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.quadrant-tl .quadrant-text {
    color: #333;
    transform: rotate(-45deg);
}

.quadrant-tr {
    top: 0;
    right: 0;
    background: #ff0000;
    border-top-right-radius: 100%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.quadrant-tr .quadrant-text {
    transform: rotate(45deg);
}

.quadrant-br {
    bottom: 0;
    right: 0;
    background: #e0e0e0;
    border-bottom-right-radius: 100%;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.quadrant-br .quadrant-text {
    color: #333;
    transform: rotate(-45deg);
}

.quadrant-bl {
    bottom: 0;
    left: 0;
    background: #ff0000;
    border-bottom-left-radius: 100%;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.quadrant-bl .quadrant-text {
    transform: rotate(45deg);
}

/* Hover effects */
.quadrant:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.quadrant:hover .quadrant-text {
    transform: scale(1.1) rotate(0deg);
}

/* Logo Central (crea el agujero del anillo) - AUMENTADO */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 262px;
    height: 262px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 10;
    padding: 2rem;
}

.center-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Botón Contacto Superpuesto - REDUCIDO */
.contact-button {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    background: #7e7e7e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    border: 4px solid #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.contact-button span {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.contact-button:hover {
    background: #34495e;
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

/* ========================================
RESPONSIVE - Móvil
======================================== */

@media (max-width: 767px) {
    .hero-menu-section {
        padding: 2rem 0;
    }

    .ring-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* Convertir cuadrantes en tarjetas rectangulares */
    .quadrant {
        position: static;
        width: 100%;
        height: auto;
        min-height: 80px;
        border-radius: 0.5rem !important;
        border: 2px solid #fff;
        margin-bottom: 1rem;
    }

    .quadrant-text {
        font-size: 1.1rem;
        padding: 1.25rem;
        transform: none !important;
    }

    /* Reordenar elementos */
    .center-logo {
        position: static;
        transform: none;
        margin: 0 auto 1.5rem;
        width: 180px;
        height: 180px;
        order: -1;
    }

    .contact-button {
        position: static;
        transform: none;
        margin: 1rem auto 0;
        width: 100%;
        max-width: 280px;
        height: 70px;
        border-radius: 999px;
    }

    .contact-button span {
        font-size: 1.1rem;
    }

    /* Colores alternados */
    .quadrant-tl { order: 1; }
    .quadrant-tr { order: 2; }
    .quadrant-br { order: 3; }
    .quadrant-bl { order: 4; }
    .contact-button { order: 5; }
}

@media (max-width: 480px) {
    .quadrant {
        min-height: 70px;
    }

    .quadrant-text {
        font-size: 1rem;
        padding: 1rem;
    }

    .center-logo {
        width: 160px;
        height: 160px;
    }
}

/* Estilos para modales personalizados */
.modal-cobertura,
.modal-servicios,
.modal-certificaciones,
.modal-nosotros {
    max-width: 70%;
}

/* Responsive - ajustar tamaños en móvil */
@media (max-width: 768px) {
    .modal-nosotros,
    .modal-cobertura,
    .modal-servicios,
    .modal-certificaciones {
        max-width: 95%;
    }
}

/* Mejorar apariencia de los modales */
.modal-content {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.modal-body {
    padding: 2rem;
}

.modal-header .btn-close {
    padding: 0.75rem;
}

.margin-top-10 {
    margin-top: 20px !important;
}

/* ========================================
OPTIMIZACIÓN DE MODALES - Sin Parpadeo
======================================== */

/* Preparar modal para aceleración por GPU */
.modal {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    will-change: opacity;
    z-index: 1055;
}

/* Optimizar el backdrop */
.modal-backdrop {
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: opacity;
    z-index: 1050;
}

/* Contenido del modal con aceleración GPU */
.modal-dialog {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform, opacity;
}

/* Transiciones suaves para el contenido */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translate(0, -50px) translateZ(0);
    opacity: 0;
}

.modal.show .modal-dialog {
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
}

/* Pre-renderizado del video para evitar parpadeo */
.modal-body video {
    background-color: #000;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* Placeholder mientras carga el video */
.modal-body video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    z-index: -1;
}

/* Optimizar imágenes dentro de modales */
.modal-body img {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Prevenir reflow durante la carga */
.modal-content {
    contain: layout style paint;
}

/* Smooth scroll si el contenido es largo */
.modal-body {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Controles del Carousel de Servicios - Más grandes y negros */
#cardsCarousel .carousel-control-prev,
#cardsCarousel .carousel-control-next {
    width: 80px; /* Más ancho que el predeterminado (5%) */
    opacity: 0.8;
}

#cardsCarousel .carousel-control-prev:hover,
#cardsCarousel .carousel-control-next:hover {
    opacity: 1;
}

#cardsCarousel .carousel-control-prev-icon,
#cardsCarousel .carousel-control-next-icon {
    width: 3rem; /* Tamaño más grande (48px) */
    height: 3rem;
    background-color: #332A2A; /* Negro */
    border-radius: 50%; /* Círculo */
    padding: 0.5rem;
    background-color: rgba(51, 42, 42, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Sombra para destacar */
}

/* Fondo negro para los iconos de las flechas */
#cardsCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#cardsCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Efecto hover en los controles */
#cardsCarousel .carousel-control-prev-icon:hover,
#cardsCarousel .carousel-control-next-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Auto-reproducir el video de cobertura cuando esté visible */
const coberturaVideoSection = document.getElementById('bg-video-cobertura-section');
if (coberturaVideoSection) {
    // Pre-cargar el video
    coberturaVideoSection.load();
    
    // Observer para reproducir cuando esté visible en viewport
    const observer = new IntersectionObserver((entries) => {
        entries.forEach(entry => {
            if (entry.isIntersecting) {
                coberturaVideoSection.play().catch(e => console.log('Autoplay prevented:', e));
            } else {
                coberturaVideoSection.pause();
            }
        });
    }, { threshold: 0.5 });
    
    observer.observe(coberturaVideoSection);
}

/* ========================================
SECCIONES DE INFORMACIÓN CONTINUAS (ACTUALIZADO)
======================================== */

.info-section {
    background: #ffffff;
    border-radius: 1.5rem; /* Esquinas más redondeadas */
    padding: 2.5rem;
    border: 2px solid #d1d5db; /* Borde visible del cuadro */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* Sombra ligera por defecto */
    transition: all 0.3s ease;
    margin-bottom: 3rem;
}

/* Efecto hover: Sombra más pronunciada */
.info-section:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); /* Sombra más fuerte al hover */
    transform: translateY(-5px); /* Pequeño levantamiento */
    border-color: rgba(0, 0, 0, 0.15); /* Borde rojo al hover */
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #ff0000;
}

.section-header i {
    font-size: 2.5rem;
    color: #ff0000;
}

.section-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--brand-primary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.section-content {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .info-section {
        padding: 1.5rem;
        border-radius: 1rem;
    }
    
    .info-section:hover {
        transform: translateY(-3px); /* Menos movimiento en móvil */
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .section-header i {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

/* Estilos para el video en la sección */
.info-section .video-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Mejorar la apariencia de las imágenes dentro de las secciones */
.info-section img {
    transition: transform 0.3s ease;
}

.info-section:hover img {
    transform: scale(1.02); /* Pequeño zoom en las imágenes al hacer hover */
}

/* Fondo con imagen transparente para secciones blancas */
.section:not(.section-dark):not(.no-texture)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/Fondo.jpg');
    /*background-color: #f0f0f0;*/
    background-size: auto; /* Permite que la textura mantenga su tamaño natural */
    background-position: center;
    background-repeat: no-repeat; /* Repite la textura */
    /*opacity: 0.90;*/ /* 10% de opacidad */
    z-index: 0;
    pointer-events: none;
}

.section:not(.section-dark) {
    position: relative;
}

.section:not(.section-dark) > * {
    position: relative;
    z-index: 1;
}

/* Aplicar también al hero-menu-section */
.hero-menu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/Fondo.jpg');
    /*background-color: #f0f0f0;*/
    background-size: auto; /* Permite que la textura mantenga su tamaño natural */
    background-position: center;
    background-repeat: no-repeat; /* Repite la textura */
    /*opacity: 0.9;*/ /* 10% de opacidad */
    z-index: 0;
    pointer-events: none;
}


    .hero-menu-section {
        position: relative;
    }

        .hero-menu-section > * {
            position: relative;
            z-index: 1;
        }
    /* Aumentar tamaño de fuente en el Banner */
    .banner h1 {
        font-size: 3.5rem; /* Aumentado desde display-5 default */
    }

    .banner .lead {
        font-size: 1.5rem; /* Aumentado desde 1.25rem */
    }
    /* Aumentar tamaño de fuente en el Hero */
    .hero h2 {
        font-size: 1.75rem; /* Aumentado desde h4 default */
    }

    .hero p {
        font-size: 1.25rem; /* Aumentado desde el tamaño normal */
    }
    /* Responsive - Ajustar tamaños en móvil */
    @media (max-width: 768px) {
        .banner h1 {
            font-size: 2.5rem;
        }

        .banner .lead {
            font-size: 1.25rem;
        }

        .hero h2 {
            font-size: 1.5rem;
        }

        .hero p {
            font-size: 1.1rem;
        }
    }

/* Sección de Clientes con estilo similar a info-section */
.clients-section {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.5rem;
    border: 2px solid #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    margin-bottom: 3rem;
}

.clients-section:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    border-color: rgba(0, 0, 0, 0.15);
}

.clients-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #ff0000;
}

.clients-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--brand-primary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Asegurar que CTA tenga fondo negro */
.section-dark {
    background: #000 !important;
    color: var(--text-on-dark);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.padding-3 {
    padding-bottom: 3rem;
    padding-top: 6rem;
    /*margin-top: 3rem;*/
}
.bold {
    font-weight: bold !important;
    color:white !important;
}