:root {
    --azul-corporativo: #042f41;
    --dorado-acento: #e3ae31;
    --blanco-fondo: #f4f7f8;
    --texto-oscuro: #333333;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; }

body { background-color: var(--blanco-fondo); color: var(--texto-oscuro); }

/* NAVEGACION */
.navbar { 
    display: flex; justify-content: space-between; align-items: center; 
    padding: 15px 10%; background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
}
.nav-links { display: flex; list-style: none; }
.nav-links li { margin-left: 20px; }
.nav-links a { text-decoration: none; color: var(--azul-corporativo); font-weight: bold; }

/* BANNER */
.us-banner-dark { 
    background: #002b49; color: white; padding: 80px 10%; 
    display: flex; justify-content: space-between; align-items: center; 
}
.us-banner-container { display: flex; width: 100%; gap: 40px; align-items: center; }
.us-banner-text { flex: 2; }
.us-banner-logos { flex: 1; text-align: center; }
.us-banner-logos img { max-height: 80px; }

/* CONTENEDOR GENERAL */
.container-center { max-width: 1100px; margin: 0 auto; padding: 60px 20px; text-align: center; }

/* ============================================================
   --- SECCIÓN 1: QUIÉNES SOMOS (LÍNEA DE TIEMPO INTERACTIVA) ---
   ============================================================ */
.quienes-somos-wrapper {
    background-color: #f8f9fa; /* Gris muy suave para resaltar tarjetas blancas */
    padding: 100px 0;
}

.title-light {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: var(--azul-corporativo);
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}

.subtitle-light {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* La línea central vertical */
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #dee2e6;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 1;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

/* Tarjeta de contenido (Glassmorphism sutil) */
.timeline-content {
    width: 42%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); /* Animación suave */
    cursor: pointer;
    border: 1px solid transparent;
}

/* --- INTERACCIÓN 1: ELEVACIÓN Y BRILLO DE TARJETA --- */
.timeline-item:hover .timeline-content {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(4, 47, 65, 0.12);
    border-color: var(--azul-corporativo);
    background: #ffffff;
}

.timeline-content h3 {
    font-family: 'Montserrat', sans-serif;
    color: var(--azul-corporativo);
    font-size: 22px;
    margin-bottom: 8px;
}

.timeline-content h4 {
    font-size: 18px;
    color: var(--dorado-acento);
    margin-bottom: 12px;
}

.timeline-content p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #666;
}

/* El círculo del medio (Hito) */
.timeline-dot {
    width: 85px;
    height: 85px;
    background: #fff;
    border: 4px solid #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.timeline-dot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* --- INTERACCIÓN 2: ZOOM Y RESALTE DEL HITO AL HOVER EN TARJETA --- */
.timeline-item:hover .timeline-dot {
    transform: scale(1.2) rotate(5deg);
    border-color: var(--azul-corporativo);
    box-shadow: 0 0 20px rgba(4, 47, 65, 0.2);
}

.timeline-item:hover .timeline-dot img {
    transform: scale(1.1);
}

.timeline-empty { width: 42%; }

/* Alineaciones */
.text-right { text-align: right; }
.text-left { text-align: left; }

/* Efecto Dorado para Misión/Visión */
.timeline-item:nth-child(3):hover .timeline-content,
.timeline-item:nth-child(3):hover .timeline-dot,
.timeline-item:nth-child(4):hover .timeline-content,
.timeline-item:nth-child(4):hover .timeline-dot {
    border-color: var(--dorado-acento);
}

/* Botón Final (Interactividad) */
.btn-history {
    display: block;
    background: var(--azul-corporativo);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(4, 47, 65, 0.3);
    margin: 50px auto 0;
}

.btn-history:hover {
    background: var(--dorado-acento);
    color: var(--azul-corporativo);
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(227, 174, 49, 0.4);
}

/* ============================================================
   --- SECCIÓN 2: NUESTRO EQUIPO (IMÁGENES MAXIMIZADAS) ---
   ============================================================ */
.equipo-section {
    background: #ececec;
    padding: 100px 0; /* Más espacio para respirar */
}

/* SOLO PARA EQUIPO */
.equipo-section .title-light {
    font-size: 48px;
}

.equipo-swiper {
    padding-bottom: 80px; /* Más espacio para la paginación Swiper */
}

.equipo-card {
    background: white;
    border-radius: 20px; /* Bordes más suaves */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    text-align: center;
    border-bottom: 6px solid transparent;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    max-width: 360px; /* Forzamos un ancho mayor */
    margin: 0 auto;
}

/* Interacción HOVER: Se eleva y resalta */
.equipo-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    border-bottom: 6px solid var(--azul-corporativo);
}

.equipo-img-circle {
    background: var(--azul-corporativo);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center; /* 👈 centra verticalmente */
    position: relative;
    overflow: hidden;
}

/* --- TAMAÑO DE IMAGEN MAXIMIZADO PARA EQUIPO --- */
.equipo-img-circle img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid white;
    object-fit: contain; /* evita cortes */
    object-position: center top;
    background: #4F595F; /* 👈 fondo plomo */
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}



/* Interacción Foto: Zoom sutil y cambio de color */
.equipo-card:hover .equipo-img-circle img {
    transform: scale(1.1);
    border-color: var(--dorado-acento);
}

.equipo-info {
    padding: 35px 20px; /* Más espacio de texto */
}

.equipo-info h3 {
    font-size: 22px; /* Título de nombre más grande */
    color: var(--azul-corporativo);
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.cargo {
    color: var(--dorado-acento);
    font-weight: 600;
    font-size: 16px; /* Cargo más visible */
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.email {
    font-size: 14px;
    color: #888;
    word-break: break-all;
}

/* ============================================================
   --- SECCIÓN 3: NUESTROS PROMOTORES (GRID CON FOTOS GRANDES) ---
   ============================================================ */
.promotores-section {
    background-color: var(--blanco-fondo);
    padding: 100px 0;
}

.subtitle-quote {
    font-style: italic;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 17px;
}

/* Ajuste del Grid para acomodar fotos más grandes */
.promotores-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px; /* Más espacio entre tarjetas */
    max-width: 1300px; /* Contenedor más ancho para los promotores */
    margin: 0 auto;
}

.promotor-card {
    background: white;
    padding: 40px 30px; /* Más padding interno */
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
}

/* Interacción Promotores: Se eleva y brilla */
.promotor-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(4, 47, 65, 0.15);
    border-color: var(--azul-corporativo);
}

/* --- CONTENEDOR DE IMAGEN MAXIMIZADO PARA PROMOTORES --- */
.promotor-img-wrapper {
    width: 180px;
    height: 180px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 5px solid var(--dorado-acento);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Interacción Círculo: Cambia a azul */
.promotor-card:hover .promotor-img-wrapper {
    border-color: var(--azul-corporativo);
    transform: scale(1.08); /* Zoom sutil */
}

.promotor-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 👈 permite recorte */
    object-position: center 10%; /* 👈 enfoca arriba (cara) */
}

.promotor-card h4 {
    margin-bottom: 8px;
    color: var(--azul-corporativo);
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; /* Nombre más grande */
}

.promotor-card p {
    color: #777;
    font-size: 15px;
    margin: 3px 0;
}

.ciudad {
    font-weight: 600;
    color: #555;
    margin-top: 8px !important;
}

.phone {
    font-weight: bold;
    color: #333 !important;
}

/* --- AJUSTE RESPONSIVO (Imágenes grandes) --- */
@media (max-width: 1200px) {
    .promotores-grid { gap: 20px; }
}

@media (max-width: 992px) {
    .promotores-grid { grid-template-columns: repeat(2, 1fr); }
    .equipo-card { max-width: 320px; }
    .equipo-img-circle img { width: 170px; height: 170px; }
}

@media (max-width: 576px) {
    .promotores-grid { grid-template-columns: 1fr; }
    .equipo-img-circle img { width: 150px; height: 150px; }
    .promotor-img-wrapper { width: 160px; height: 160px; }
}

/* ============================================================
   --- COMPLEMENTO: NAVEGACIÓN Y TOP BAR ---
   ============================================================ */
.top-bar {
    background-color: var(--azul-corporativo);
    color: white;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.nav-links {
    display: flex;
    align-items: center;
}

/* --- BOTÓN TEA HOGREFE (Rojo Corporativo) --- */
.btn-tea {
    background-color: #e30613 !important; /* Rojo TEA */
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn-tea:hover {
    background-color: #b30510 !important;
    transform: translateY(-2px);
}

/* ============================================================
   --- COMPLEMENTO: INDEX (HERO & SLIDER) ---
   ============================================================ */
.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
    background: #fff;
    min-height: 450px;
}

.hero-text { flex: 1; text-align: left; }
.hero-text h1 { font-size: 50px; color: var(--azul-corporativo); }
.hero-text h1 span { color: var(--dorado-acento); }
.hero-text h3 { font-size: 24px; margin: 15px 0; color: #555; }
.hero-image { flex: 1; text-align: center; }
.hero-image img { max-width: 80%; height: auto; }

.section-divider, .services-divider {
    background: var(--azul-corporativo);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

/* Catálogo e Iframe */
.catalogo-section { padding: 60px 10%; }
.catalogo-card { 
    background: white; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}

/* ============================================================
   --- COMPLEMENTO: FOOTER (ESTRUCTURA DE COLUMNAS) ---
   ============================================================ */
.main-footer {
    background-color: #f8f9fa;
    padding: 80px 10% 20px;
    border-top: 1px solid #e1e1e1;
    text-align: left;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-logo { color: var(--azul-corporativo); font-size: 24px; margin-bottom: 20px; }
.footer-logo span { color: var(--dorado-acento); }

.footer-column h3 {
    font-size: 18px; color: var(--azul-corporativo);
    margin-bottom: 25px; font-family: 'Montserrat', sans-serif;
}

.footer-column ul { list-style: none; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul li a { text-decoration: none; color: #666; font-size: 14px; transition: 0.3s; }
.footer-column ul li a:hover { color: var(--azul-corporativo); padding-left: 5px; }

.footer-form { display: flex; flex-direction: column; gap: 10px; }
.footer-form input {
    padding: 12px; border: 1px solid #ddd; border-radius: 5px;
}
.footer-form button {
    background: var(--azul-corporativo); color: white; border: none;
    padding: 12px; border-radius: 5px; cursor: pointer; font-weight: bold;
}

.footer-bottom {
    text-align: center; padding-top: 30px; border-top: 1px solid #eee;
    font-size: 13px; color: #999;
}

/* Solución a distorsión en móviles */
@media (max-width: 768px) {
    .hero-container { flex-direction: column; text-align: center; padding: 40px 5%; }
    .hero-text h1 { font-size: 32px; }
    .footer-container { grid-template-columns: 1fr; }
}

/* ============================================================
   --- SECCIÓN: SERVICIOS INTERACTIVOS (Efecto 3D) ---
   ============================================================ */
.services-interactive-container {
    padding: 80px 10%;
    background-color: var(--blanco-fondo);
}

.services-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    perspective: 1000px; /* Necesario para el efecto 3D */
}

.service-card-3d {
    height: 400px;
    cursor: pointer;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.service-card-3d:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Oculta la parte trasera cuando no se voltea */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.card-front {
    background-color: white;
}

.card-back {
    background-color: var(--azul-corporativo);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-front-content {
    padding: 20px;
}

.card-front-content h3 {
    color: var(--azul-corporativo);
    margin-top: 10px;
}

.btn-action {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--dorado-acento);
    color: var(--azul-corporativo);
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* Ajuste para el título de la sección */
.services-main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin-bottom: 10px;
}

/* ============================================================
   --- ESTILOS DEL MODAL (TEA HOGREFE) ---
   ============================================================ */
/* --- NUEVO ESTILO MODAL TEA HOGREFE --- */
.modal {
    display: none; 
    position: fixed;
    z-index: 9999; /* Asegura que esté por encima de todo */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
}
.modal-content {
    background-color: #ffffff !important; /* Fondo blanco puro */
    color: #333333 !important;            /* Texto gris oscuro para lectura fácil */
    margin: 2% auto;                      /* Un poco más arriba */
    padding: 0;                           /* Quitamos padding para que el header azul llegue a los bordes */
    border-radius: 15px !important;       /* Bordes redondeados */
    width: 90%;
    max-width: 950px;                     /* Ancho para las dos columnas */
    position: relative;
    overflow: hidden;                     /* Para que el header respete los bordes redondos */
    box-shadow: 0 20px 60px rgba(0,0,0,0.5); /* Sombra para que "flote" */
    border: none !important;
}
.modal-lg-custom {
    max-width: 950px !important; /* Más ancho para las dos columnas */
    width: 90%;
}

.modal-header-corporate {
    background-color: var(--azul-corporativo);
    color: white;
    padding: 20px;
    text-align: center;
}

.modal-body-scroll {
    padding: 30px;
    max-height: 80vh; /* Para que no se salga de la pantalla */
    overflow-y: auto; /* Scroll interno */
}

/* Info Superior */
.tea-top-info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tea-logo-main { width: 200px; }

.certificacion-box {
    flex: 1;
    background: #f0f4f7;
    padding: 15px;
    border-left: 5px solid var(--dorado-acento);
    border-radius: 5px;
}

.highlight { color: #e30613; font-weight: 800; }

/* Buscador Estilo Corporativo */
.search-container {
    display: flex;
    margin-bottom: 30px;
}

.search-container input {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

.search-container button {
    background: var(--azul-corporativo);
    color: white;
    border: none;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

/* Grid de Dos Columnas */
.modal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-card-tea h4, .modal-col h4 {
    color: var(--azul-corporativo);
    margin: 15px 0 10px;
    font-size: 18px;
    border-bottom: 2px solid var(--dorado-acento);
    display: inline-block;
}

.tea-links { list-style: none; padding: 0; }
.tea-links li { margin-bottom: 10px; }
.tea-links a {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
}
.tea-links a:hover { color: var(--dorado-acento); }

/* Contenedores de Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.video-caption { font-size: 13px; color: #777; margin-bottom: 20px; }

/* Responsivo */
@media (max-width: 768px) {
    .modal-grid { grid-template-columns: 1fr; }
    .tea-top-info { text-align: center; justify-content: center; }
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: white; /* Cambiado a blanco para resaltar sobre el rojo */
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}

.close-btn:hover {
    color: var(--azul-corporativo);
}

/* Para mostrar el modal cuando se active por JS */
.modal.active {
    display: block;
}

/* --- TARJETAS DE PRODUCTOS --- */
.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    border-bottom: 4px solid var(--azul-corporativo);
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas */
    gap: 30px;
}

.product-card:hover { transform: translateY(-10px); }

.product-img {
    height: 200px;
    background: #f8f9fa;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img img { max-height: 100%; max-width: 100%; object-fit: contain; }

.product-info { padding: 25px; text-align: center; }

.category-tag {
    font-size: 11px;
    color: var(--dorado-acento);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.btn-product-contact {
    display: block;
    background: #25d366;
    color: white;
    text-decoration: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
    transition: 0.3s;
}

.btn-product-contact:hover { background: #128c7e; }

/* Botones de Filtro */
.filter-btn {
    padding: 10px 25px;
    border: 2px solid var(--azul-corporativo);
    background: white;
    color: var(--azul-corporativo);
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.filter-btn.active, .filter-btn:hover {
    background: var(--azul-corporativo);
    color: white;
}

@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr; /* 1 columna */
    }
}


/* ============================================================
   --- ESTILOS DE LA BARRA DE BÚSQUEDA DE PRODUCTOS ---
   ============================================================ */
.search-input-wrapper input {
    transition: box-shadow 0.3s ease;
}

.search-input-wrapper input:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(4, 47, 65, 0.3); /* Sombra suave azul corporativo */
    border-color: var(--dorado-acento) !important; /* Cambia a dorado en foco */
}

.search-input-wrapper i {
    transition: color 0.3s ease;
}

.search-input-wrapper input:focus + i {
    color: var(--dorado-acento) !important; /* Icono dorado en foco */
}

.search-btn {
    transition: all 0.3s ease;
}

.search-btn:hover {
    background-color: var(--dorado-acento) !important;
    color: var(--azul-corporativo) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
    .product-detail-layout {
        grid-template-columns: 1fr !important;
    }
    .modal-content {
        width: 95% !important;
        margin: 10% auto !important;
    }
}

.btn-more-info:hover {
    background-color: var(--dorado-acento) !important;
    color: var(--azul-corporativo) !important;
    transform: scale(1.02);
    transition: 0.3s;
}
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr !important;
        padding: 40px 5% !important;
    }
    
    .contact-form-wrapper {
        padding: 20px !important;
    }
    
    .contact-form-wrapper div {
        grid-template-columns: 1fr !important;
    }
}

/* Estilos para Tarjetas de Acción Rápida */
.action-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    transition: 0.3s;
    min-width: 250px;
}
.action-card.catalog { background: var(--azul-corporativo); border-bottom: 4px solid var(--dorado-acento); }
.action-card.whatsapp-v { background: #25d366; }
.action-card.whatsapp-s { background: #128c7e; }
.action-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

/* Acordeón de FAQ */
.faq-item {
    background: white;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: var(--azul-corporativo);
}
.faq-answer {
    padding: 0 20px 20px;
    display: none; /* Se activa con JS */
    color: #666;
    line-height: 1.6;
}

/* LinkedIn Card */
.linkedin-card {
    background: #f3f6f8;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #ddd;
    max-width: 600px;
    margin: 0 auto;
}
.linkedin-card i { font-size: 50px; color: #0077b5; margin-bottom: 15px; }
.btn-linkedin {
    display: inline-block;
    margin-top: 20px;
    background: #0077b5;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}