 :root {
            --dark-bg: #0a0b10;
            --accent-purple: #6a0dad;
            --whatsapp-green: #25D366;
            --text-light: #ffffff;
            --card-white: #ffffff;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Montserrat', sans-serif; background-color: #f4f4f4; color: #333; scroll-behavior: smooth; }

html {
    scroll-behavior: smooth;
}

/* --- HEADER Y NAVEGACIÓN --- */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(10, 11, 16, 0.98); /* Más opaco para lectura */
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

header .logo img {
    height: 45px; /* Tamaño controlado del logo */
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    margin-left: 25px;
    font-size: 0.95rem;
    font-weight: 400;
    transition: 0.3s;
}

.nav-menu a:hover {
    color: var(--accent-purple);
}

/* Botón de contacto destacado en el menú */
.nav-cta {
    background: var(--whatsapp-green);
    padding: 8px 18px;
    border-radius: 5px;
    font-weight: 700 !important;
}

/* --- MENÚ MÓVIL (Hamburguesa) --- */
.menu-toggle {
    display: none; /* Oculto en PC */
    cursor: pointer;
}

.menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: white;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .menu-toggle { display: block; }

    .nav-menu {
        position: fixed;
        left: -100%; /* Escondido a la izquierda */
        top: 65px;
        flex-direction: column;
        background: #0a0b10;
        width: 100%;
        height: 100vh;
        text-align: center;
        transition: 0.3s;
        padding-top: 50px;
    }

    .nav-menu.active { left: 0; } /* Se muestra al hacer clic */

    .nav-menu a {
        margin: 15px 0;
        font-size: 1.5rem;
    }
}

/*Sección hero*/



/* --- Ajustes en el HERO para igualar el boceto --- */

.hero {
    height: 100vh;
    /* Usamos un degradado más oscuro para que las partículas no opaquen el texto */
    background: linear-gradient(rgba(10, 11, 16, 0.6), rgba(10, 11, 16, 0.7)), 
                url('img/particulas.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto parallax sutil */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 0 5%;
}

/* El título principal "iGraphic" */
.hero h1 {
    font-size: 5rem; /* Mucho más grande, como el boceto */
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -2px;
    line-height: 1;
    text-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

/* El subtítulo principal */
.hero p {
    font-size: 2.2rem; /* Tamaño aumentado */
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    color: var(--text-light);
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* El texto morado del boceto "Integral de Diseño" */
.hero .sub-purple {
    font-size: 1.8rem;
    color: #a855f7; /* Un morado más vibrante para el modo oscuro */
    font-weight: 400;
    margin-bottom: 40px;
    display: block; /* Para que tome su propia línea */
}

/* Botón de WhatsApp mejorado */
.hero .cta-btn {
    background-color: var(--whatsapp-green);
    color: white;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
    background-color: #20ba5a;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .hero h1 { font-size: 3rem; }
    .hero p { font-size: 1.5rem; }
    .hero .sub-purple { font-size: 1.2rem; }
}

/*EFECTO TEXTO*/
.wow-text-container {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    text-align: center;
    padding: 20px;
}

.dynamic-words {
    color: #391f7e;
    display: inline-block;
    min-width: 300px;
    text-align: left;
    position: relative;
    text-shadow: 
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 40px #fff;
}

/* SE ELIMINÓ COMPLETAMENTE EL BLOQUE .dynamic-words::after */
/* QUE CONTENÍA EL EFECTO DE BARRA QUE CUBRÍA EL TEXTO */

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.typing-cursor {
    color: #00ff88;
    font-weight: normal;
    animation: blink 0.7s infinite;
    text-shadow: 0 0 10px #00ff88;
}



/*Sección confianza*/

/* --- SECCIÓN DE CONFIANZA: DISEÑO + ANIMACIÓN --- */

.trust-bar {
    /* Diseño */
    background-color: #ffffff;
    padding: 60px 5%;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    
    /* Estado inicial para animación */
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

/* Cuando el JS activa la sección */
.trust-bar.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.trust-bar p {
    font-size: 0.9rem;
    letter-spacing: 4px;
    color: #b0b0b0;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.logos-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.logos-grid img {
    /* Diseño del logo */
    height: 65px; 
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    
    /* Estado inicial del logo para animación */
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-out;
}

/* Animación cuando la sección es visible */
.trust-bar.is-visible .logos-grid img {
    opacity: 0.6; /* Opacidad normal en gris */
    transform: scale(3);
}

/* Efecto Hover (cuando pasas el mouse) */
.logos-grid img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Retrasos para efecto cascada */
.logos-grid img:nth-child(1) { transition-delay: 0.2s; }
.logos-grid img:nth-child(2) { transition-delay: 0.4s; }
.logos-grid img:nth-child(3) { transition-delay: 0.6s; }
.logos-grid img:nth-child(4) { transition-delay: 0.8s; }

/* Móvil */
@media (max-width: 768px) {
    .logos-grid img { height: 40px; }
    .trust-bar { padding: 40px 5%; }
}

/*Sección Nosotros*/
/* --- PASO 2.5: SECCIÓN NOSOTROS --- */
.about-section .btn-about {
    display: inline-block;
    padding: 12px 25px;
    background-color: #00e676;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.about-section .btn-about:hover {
    background-color: #00c853;
}

.about-section {
    padding: 100px 10%;
    background-color: #ffffff;
    overflow: hidden; /* Evita scrolls laterales durante la animación */
}

.about-container {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- BLOQUE DE IMAGEN --- */
.about-image {
    flex: 1;
    opacity: 0;
    transform: translateX(-50px); /* Inicia desplazada a la izquierda */
    transition: all 1s ease-out;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* --- BLOQUE DE TEXTO --- */
.about-content {
    flex: 1;
    opacity: 0;
    transform: translateX(50px); /* Inicia desplazado a la derecha */
    transition: all 1s ease-out;
    transition-delay: 0.2s; /* Un poco después que la imagen */
}

.about-content h2 {
    color: var(--accent-purple);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.about-content h3 {
    font-size: 2.5rem;
    color: var(--dark-bg);
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Cuadro de Misión Especial */
.mision-box {
    background: #f8f4ff;
    padding: 25px;
    border-left: 4px solid var(--accent-purple);
    border-radius: 0 15px 15px 0;
    margin-top: 30px;
}

.mision-box h4 {
    margin-bottom: 10px;
    color: var(--dark-bg);
}

/* --- CLASE DE ACTIVACIÓN (PARA EL JS) --- */
.about-section.is-visible .about-image,
.about-section.is-visible .about-content {
    opacity: 1;
    transform: translateX(0);
}

/* --- RESPONSIVO --- */
@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }
    
    .about-content h3 {
        font-size: 2rem;
    }
    
    .mision-box {
        text-align: left;
        border-left: none;
        border-top: 4px solid var(--accent-purple);
        border-radius: 0 0 15px 15px;
    }
}


/* --- ESTILOS PASO 3: CATÁLOGO DE SERVICIOS --- */
/* Botón de "Ver más" dentro de la sección de servicios */

.card-item .card-info .btn-card-more {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.card-item .card-info .btn-card-more:hover {
    background-color: #555;
}


.catalog-container .category-block .btn-view-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #333;
    border: 2px solid #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.catalog-container .category-block .btn-view-more:hover {
    background-color: #333;
    color: #fff;
}
.catalog-container {
    padding: 60px 0;
    background-color: #ffffff;
}

/* Bloques de Categoría */
.category-block {
    padding: 80px 10%;
}

.category-block.gray-bg {
    background-color: #f8f9fa; /* Gris muy sutil para diferenciar secciones */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Introducción Persuasiva (El texto martillo) */
.category-intro {
    max-width: 800px;
    margin-bottom: 50px;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
    font-weight: 800;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--accent-purple); /* Tu color morado */
    margin-top: 10px;
}

.intro-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.intro-text strong {
    color: var(--accent-purple);
}

/* Cuadrícula de Productos */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Tarjetas (Cards) */
.card-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.card-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: var(--accent-purple);
}

/* Contenedor de Imagen */
/* --- AJUSTE PARA IMÁGENES UNIFORMES --- */

.card-img {
    width: 100%;
    /* Definimos una altura fija para que todas las cards midan lo mismo */
    height: 250px; 
    padding: 15px; /* Espacio para que la imagen no toque los bordes */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; /* Fondo blanco para que combine con el producto */
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    /* ESTA ES LA CLAVE: ajusta la imagen sin deformarla y sin cortarla */
    object-fit: contain; 
    transition: transform 0.5s ease;
}

/* Efecto opcional para que al pasar el mouse se vea dinámico */
.card-item:hover .card-img img {
    transform: scale(1.05);
}



/* Información de la Tarjeta */
.card-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-info h3 {
    font-size: 1.3rem;
    color: #222;
    margin-bottom: 12px;
    font-weight: 700;
}

.card-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Precio */
.price {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--accent-purple);
    margin-top: auto;
}

.price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #999;
    margin-left: 5px;
}

/* Divisor sutil */
.section-divider {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 0 10%;
}

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
    .category-block {
        padding: 50px 5%;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .product-grid {
        grid-template-columns: 1fr; /* Una sola columna en móvil */
    }
}

/* Estados iniciales para la animación jQuery */
.category-intro {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.card-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}



/* --- ESTILOS PASO 4: CÓMO TRABAJAMOS --- */
.how-we-work {
    padding: 100px 10%;
    background-color: #ffffff;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 20px;
}

.step-card {
    position: relative;
    padding: 40px 30px;
    background: #fdfdff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.step-card:hover {
    border-color: var(--accent-purple);
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.step-number {
    font-size: 5rem;
    font-weight: 900;
    color: var(--accent-purple);
    opacity: 0.1; /* Efecto de marca de agua */
    position: absolute;
    top: -10px;
    left: 20px;
    line-height: 1;
}

.step-card h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.step-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Responsivo */
@media (max-width: 768px) {
    .how-we-work { padding: 60px 5%; }
}

/* --- ANIMACIÓN DE PASOS --- */

.step-card {
    opacity: 0;
    transform: translateY(30px); /* Empiezan 30px abajo */
    transition: all 0.6s ease-out; /* Velocidad de la transición */
}

/* Clase que activa el jQuery */
.step-card.step-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Opcional: El número en marca de agua también puede tener un efecto suave */
.step-number {
    transition: all 1s ease;
}

.step-card.step-visible .step-number {
    opacity: 0.15; /* Se aclara un poco al activarse */
}


/* --- ESTILOS TESTIMONIOS (GOOGLE STYLE) --- */
.testimonials-section {
    padding: 80px 10%;
    background-color: #f4f7f6; /* Gris azulado muy tenue */
    text-align: center;
}

.google-header {
    margin-bottom: 50px;
}

.google-logo {
    width: 100px;
    margin-bottom: 10px;
}

.rating-summary {
    display: block;
    margin-bottom: 15px;
}

.rating-summary .stars {
    color: #fbbc05; /* Amarillo Google */
    font-size: 1.2rem;
}

.rating-text {
    font-size: 0.9rem;
    color: #5f6368;
    margin-left: 10px;
}

.testimonials-section .main-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: 1px;
}

/* Cuadrícula de Reseñas */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.review-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.card-stars {
    color: #fbbc05;
    margin-bottom: 15px;
    font-size: 1rem;
}

.review-card p {
    font-style: italic;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.client-name {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 0.9rem;
}

/* --- ESTILOS PASO 4.5: DIFERENCIADORES --- */
.features-section {
    padding: 100px 10%;
    background-color: #fcfcfc;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.feature-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

/* Iconos circulares con estilo iGraphic */
.feature-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--accent-purple);
    z-index: 1;
}

.icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--accent-purple);
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease;
}

.feature-item:hover .icon-bg {
    opacity: 1;
    transform: scale(1.1);
}

.feature-item:hover i {
    color: #fff; /* El icono cambia a blanco al hacer hover */
    transition: color 0.3s ease;
}

.feature-item h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-item p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Responsivo */
@media (max-width: 768px) {
    .features-section { padding: 60px 5%; }
}

/* --- ANIMACIÓN PARA DIFERENCIADORES --- */

.feature-item {
    opacity: 0;
    transform: scale(0.8); /* Empiezan un 20% más pequeños */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Efecto rebote suave */
}

/* Clase que activa el jQuery */
.feature-item.feature-visible {
    opacity: 1;
    transform: scale(1);
}


/* --- ESTILOS TESTIMONIOS (GOOGLE STYLE) --- */
.testimonials-section {
    padding: 80px 10%;
    background-color: #f4f7f6; /* Gris azulado muy tenue */
    text-align: center;
}

.google-header {
    margin-bottom: 50px;
}

.google-logo {
    width: 100px;
    margin-bottom: 10px;
}

.rating-summary {
    display: block;
    margin-bottom: 15px;
}

.rating-summary .stars {
    color: #fbbc05; /* Amarillo Google */
    font-size: 1.2rem;
}

.rating-text {
    font-size: 0.9rem;
    color: #5f6368;
    margin-left: 10px;
}

.testimonials-section .main-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: 1px;
}

/* Cuadrícula de Reseñas */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.review-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.card-stars {
    color: #fbbc05;
    margin-bottom: 15px;
    font-size: 1rem;
}

.review-card p {
    font-style: italic;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.client-name {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 0.9rem;
}

.review-card {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
}

.review-card.review-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- ESTILOS CTA FINAL --- */
.cta-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.cta-background {
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto Parallax suave */
    position: relative;
    padding: 80px 10%;
    min-height: 450px;
    display: flex;
    align-items: center;
}

/* Oscurece un poco el fondo para que el texto resalte */
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.cta-flex {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cta-content {
    flex: 1;
    max-width: 600px;
    color: #fff;
}

.cta-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.1;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 35px;
    opacity: 0.9;
}

/* Botón Estilo WhatsApp */
.btn-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    background-color: #25d366;
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-cta i {
    margin-right: 15px;
    font-size: 1.6rem;
}

.btn-whatsapp-cta:hover {
    transform: scale(1.05);
    background-color: #20ba5a;
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}

/* Imagen de la mano */
.cta-image-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.img-hand {
    max-width: 450px;
    height: auto;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
    /* Hace que la imagen sobresalga un poco hacia abajo */
    margin-bottom: -120px; 
}

/* Ajustes para Móviles */
@media (max-width: 992px) {
    .cta-flex {
        flex-direction: column;
        text-align: center;
    }
    .cta-image-container {
        display: none; /* Quitamos la mano en móvil para ahorrar espacio */
    }
    .cta-title {
        font-size: 2.2rem;
    }
    .cta-content {
        max-width: 100%;
    }
}

/* --- CORRECCIÓN ALINEACIÓN FOOTER --- */
.main-footer {
    background-color: #000000; /* Negro total como en tu captura */
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Poppins', sans-serif;
}

.footer-grid {
    display: grid;
    /* Forzamos 3 columnas exactas y alineadas */
    grid-template-columns: 1.5fr 1fr 1fr; 
    gap: 30px;
    align-items: flex-start; /* Asegura que todos los títulos inicien a la misma altura */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.footer-brand .footer-logo {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1;
}

.footer-brand .footer-logo span {
    color: #8a2be2; /* Tu morado iGraphic */
}

.footer-brand p {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.footer-links h4, 
.footer-social h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px; /* Espaciado uniforme para títulos */
    margin-top: 5px;    /* Ajuste fino para nivelar con el logo */
    color: #fff;
    text-transform: none;
}

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

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #999;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-social .social-icons-wrapper {
    display: flex;
    gap: 15px;
    justify-content: flex-start; /* Alinea los iconos a la izquierda del bloque */
}

/* Bolas de redes sociales como en tu imagen */
.social-link {
    width: 40px;
    height: 40px;
    background: #1a1a1a; /* Gris muy oscuro */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.3s;
}

.social-link:hover {
    background: #8a2be2;
}

/* Responsivo para que no se amontone */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-social .social-icons-wrapper {
        justify-content: center;
    }
    .footer-brand p {
        margin: 0 auto;
    }
}



        /* BOTÓN FLOTANTE WHATSAPP */
        .whatsapp-float {
            position: fixed; bottom: 20px; right: 20px;
            background: var(--whatsapp-green); color: white;
            width: 60px; height: 60px; border-radius: 50%;
            display: flex; justify-content: center; align-items: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3); font-size: 30px;
        }
		
		
/*************** PORTAFOLIO **************/
/* Sección Portafolio con Sinergia Visual */
.portfolio-section {
    padding: 80px 20px;
    background: #0a0a0b; /* Fondo oscuro profundo para resaltar imágenes */
    text-align: center;
}

.portfolio-intro .section-title {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.portfolio-intro p {
    color: #aaa;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Filtros Estilo Píldora Moderna */
.portfolio-filters {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 22px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #00e676; /* El verde neón de tus botones */
}

.filter-btn.active {
    background: #00e676;
    color: #000;
    border-color: #00e676;
    box-shadow: 0 0 15px rgba(0, 230, 118, 0.4);
}

/* Grid Tipo Masonry (Pinterest) pero sin bordes rígidos */
.portfolio-grid {
    column-count: 4;
    column-gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.portfolio-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #1a1a1c;
}

.portfolio-item img {
    width: 100%;
    display: block;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Overlay con el verde de la marca */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 230, 118, 0.85); /* Verde con transparencia */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.portfolio-overlay span {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.portfolio-item:hover img {
    transform: scale(1.08);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-overlay span {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) { .portfolio-grid { column-count: 3; } }
@media (max-width: 768px) { .portfolio-grid { column-count: 2; } }
@media (max-width: 480px) { .portfolio-grid { column-count: 1; } }

.portfolio-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.portfolio-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}