/* ===================================================== */
/* 🔹 1. CONFIGURACIÓN GLOBAL */
/* ===================================================== */

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #0b0f14;
    color: white;
}

/* VARIABLES DE COLOR (usar en todo el proyecto) */
:root {
    --yellow: #f5c518;
    --blue: #00d4ff;
    --dark: #0b0f14;
    --gray: #1a1f26;
    --light: #f4f4f4;
}
/* ===================================================== */
/* 🔹 2. NAVEGACIÓN */
/* ===================================================== */

.nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background: rgba(0,0,0,0.8);
    position: sticky;
    top: 0;
    z-index: 9999; /* 🔥 ESTO ES TODO */
}

.nav a { 
    color: var(--blue); 
    margin-left: 20px; 
    text-decoration: none; 
}

.nav-links {
    display: flex;
    gap: 20px;
}

/* ===================================================== */
/* 🔹 3. HERO SECTIONS */
/* ===================================================== */

.hero {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4)),
        url("../img/fondo.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

/* Hero versión clara (Home) */
.hero-home {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #eaeaea);
    color: black;
    text-align: center;
        min-height: 100vh;
}

.hero-home h1 {
    font-size: 3rem;
    color: var(--yellow);
}



.banner-servicios {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/banner_servicios.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-servicios h1 {
    font-size: 3rem;
    color: var(--yellow);
}

.banner-produccion {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/productos.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-produccion h1 {
    font-size: 3rem;
    color: var(--yellow);
}


.hero-gracias {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #eaeaea);
    color: black;
    text-align: center;
    min-height: 100vh;
}

.hero-gracias h1 {
    font-size: 3rem;
    color: var(--yellow);
}


/* Hero GAIA */
.hero-gaia {
    padding: 50px 10px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #f4f4f4);
    color: #000;
}

.hero-gaia h1 {
    font-size: 3rem;
    color: var(--yellow);
}


/* ===================================================== */
/* 🔹 4. SECCIONES GENERALES */
/* ===================================================== */

.highlight {
    padding: 5px;
    background: var(--yellow);
    color: black;
    text-align: center;
}

.cta {
    padding: 10px;
    text-align: center;
    background: #000;
}

.cta h2 {
    color: var(--yellow);
}

.about {
    padding: 40px;
    text-align: center;
}

.gaia-section {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../img/Banner_Tractor.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.gaia-section h2 {
    color: var(--yellow);
}


.gaia-section2 {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/energy.png");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.gaia-section2 h1 {
    color: var(--yellow);
}


.banner-low {
    height: 31vh;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/code.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-low h2 {
    color: var(--yellow);
}


.banner-low2 {
    height: 31vh;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/energy.png");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-low2 h2 {
    color: var(--yellow);
}

.banner-contacto {
    height: 60vh;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/contacto.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-contacto h2 {
    color: var(--yellow);
}


.banner-gaia {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/banner_gaia.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-gaia h2 {
    color: var(--yellow);
}

.gaia-banner{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/estacion_meteorologica.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.gaia-banner h2 {
    color: var(--yellow);
}



.banner-expansion {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(245, 245, 245);
    background: var(rgb(234, 0, 0)) ;
        /*linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/vision.jpg");*/

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-expansion h2 {
    color: var(--yellow);
}


.banner-fundacion2 {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/vision.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-fundacion2 h2 {
    color: var(--yellow);
}


.banner-expansion h2 {
    color: var(--yellow);
}


/* CONTENEDOR GENERAL */
.info-container {
    width: 100%;
}

/* BLOQUES */
.info-block {
    padding: 80px 20px;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

/* VARIACIÓN OSCURA */
.info-block.dark {
    background: #0b0f14;
}

/* TÍTULOS */
.info-block h2 {
    color: var(--yellow);
    font-size: 2rem;
    margin-bottom: 20px;
}

/* SUBTÍTULO */
.subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* TEXTO */
.info-block p {
    line-height: 1.6;
    opacity: 0.9;
}

/* PERFIL */
.perfil {
    margin-top: 20px;
    opacity: 0.8;
}

/* FRASE */
blockquote {
    margin-top: 30px;
    font-style: italic;
    opacity: 0.7;
    border-left: 3px solid var(--yellow);
    padding-left: 15px;
}



.banner-fundacion {
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/map.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.banner-fundacion h2 {
    color: var(--yellow);
}

/* ===================================================== */
/* 🔹 5. GRIDS (LAYOUTS) */
/* ===================================================== */

/* Grid antiguo */
.grid {
    display: flex;
    gap: 20px;
    padding: 40px;
    background: var(--gray);
    justify-content: center;
    flex-wrap: wrap;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/code.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

.gaia-grid {
    display: flex;
    gap: 20px;
    padding: 40px;
    background: var(--gray);
    justify-content: center;
    flex-wrap: wrap;

    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
        url("../img/code.jpg");

    background-size: cover;
    background-position: center;

    text-align: center;
}

/* ===================================================== */
/* 🔹 6. TARJETAS */
/* ===================================================== */

.card {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background: #111;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #222;
    transition: 0.3s;
}

.card:hover {
    border: 1px solid var(--light);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.card h3 {
    color: var(--blue);
}

/* Tarjetas GAIA (otra variante) */
.gaia-card {
    flex: 1;
    background: #111;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #222;
    transition: 0.3s;
}

.gaia-card:hover {
    border: 1px solid var(--yellow);
    transform: translateY(-5px);
}

.gaia-card h3 {
    color: var(--blue);
}


/* ===================================================== */
/* 🔹 7. BOTONES */
/* ===================================================== */

.btn {
    margin-top: 20px;
    padding: 12px 25px;
    background: rgba(0, 0, 0, 0.5) /*var(--dark)*/;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.btn-yellow {
    background: var(--yellow);
    color: black;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
}


/* ===================================================== */
/* 🔹 8. LINKS */
/* ===================================================== */

/* Links globales sin azul */
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--light);
}

/* Links dentro de GAIA */
.gaia-section a {
    color: white;
    transition: 0.3s;
}

.gaia-section a:hover {
    color: var(--yellow);
}


/* ===================================================== */
/* 🔹 9. ANIMACIONES */
/* ===================================================== */

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


/* ===================================================== */
/* 🔹 10. FOOTER */
/* ===================================================== */

footer {
    text-align: center;
    padding: 20px;
    background: #000;
}

img {
    width: 100%;
    border-radius: 10px;
}



.logo img {
    height: 50px;
}






/* CONTENEDOR */
.catalogo {
    padding: 60px 40px;
    background: rgb(104, 104, 104);
    text-align: center;
}

/* HEADER */
.catalogo-header h2 {
    color: #fff700;
    margin-bottom: 10px;
}

/* GRID INTELIGENTE */
.catalogo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* CARD */
.catalogo-card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #222;
    transition: 0.3s;
}

.catalogo-card:hover {
    transform: translateY(-8px);
    border: 1px solid var(--yellow);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* IMAGEN */
.catalogo-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* CONTENIDO */
.card-content {
    padding: 20px;
}

.card-content h3 {
    color: var(--blue);
}

.card-content p {
    font-size: 0.9rem;
    margin: 10px 0;
}

/* PRECIO */
.precio {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    color: var(--yellow);
}

/* BOTÓN */
.btn-yellow {
    display: inline-block;
    background: var(--yellow);
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-yellow:hover {
    background: #ffd84d;
}






/* HERO DETALLE */
.hero-detalle {
    padding: 100px 20px;
    text-align: center;
    background: linear-gradient(180deg, #0b0f14, #000);
}

.hero-detalle h1 {
    color: var(--yellow);
    font-size: 2.5rem;
}

/* IMAGEN */
.detalle-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}




/* TEXTO EXTRA */
.info-extra {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 10px;
}

/* FEATURES */
.features {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px;
    background: var(--gray);
    flex-wrap: wrap;
}

.feature {
    text-align: center;
}

.feature img {
    width: 60px;
}




/*======================================================*/
/*SERVICIOS*/
/*======================================================*/

/*Desarrollo Web*/
.banner-web {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/desarollo_web/Banner4.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-web h1 {
    font-size: 3rem;
    color: var(--lightw);
}


/*Desarrollo de Apps*/
.banner-apps {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Aplicaciones/banner-apps.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-apps h1 {
    font-size: 3rem;
    color: var(--lightw);
}



/*Desarrollo de Software*/
.banner-software {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Software/banner.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-software h1 {
    font-size: 3rem;
    color: var(--lightw);
}



/*Automatizacion*/
.banner-automatizacion {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Automatizacion/ia.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-automatizacion h1 {
    font-size: 3rem;
    color: var(--lightw);
}



/*Soporte Tecnico*/
.banner-soporte {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Soporte/banner3.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-soporte h1 {
    font-size: 3rem;
    color: var(--lightw);
}



/*Servidores*/
.banner-servidores {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Servidores/banner.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-servidores h1 {
    font-size: 3rem;
    color: var(--lightw);
}



/*Pagos*/
.banner-pagos {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Pagos/banner.jpeg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-pagos h1 {
    font-size: 3rem;
    color: var(--lightw);
}



/*Ciberseguridad*/
.banner-ciberseguridad {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/Ciberseguridad/banner_cyberseguridad.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-ciberseguridad h1 {
    font-size: 3rem;
    color: var(--ligh);
}


/*Ciberseguridad*/
.banner-ia {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/IA/banner.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-ia h1 {
    font-size: 3rem;
    color: var(--ligh);
}













/* CONTENEDOR 3*/
.features-full {
    display: flex;
    width: 100%;
    height: 320px;
}
/* CADA BLOQUE */
.feature-box {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/* IMAGEN */
.feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
/* ZOOM SUAVE */
.feature-box:hover img {
    transform: scale(1.12);
}
/* CAPA OSCURA */
.feature-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.2)
    );
    transition: 0.4s ease;
    z-index: 1;
}
/* MÁS INTENSO AL HOVER */
.feature-box:hover::after {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.3)
    );
}
/* TEXTO ENCIMA */
.overlay {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    text-shadow: 0 5px 20px rgba(0,0,0,0.9);
    z-index: 2;
    transition: all 0.4s ease;
}
/* EFECTO LUZ SUTIL */
.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,0.05);
    transform: skewX(-25deg);
    transition: 0.6s;
    z-index: 2;
}
.feature-box:hover::before {
    left: 120%;
}
/* EFECTO FLOTAR (EL QUE QUERÍA 🔥) */
.feature-box:hover .overlay {
    transform: translateY(-10px) scale(1.05);
}
/* LÍNEA ANIMADA PRO */
.overlay::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: var(--yellow);
    margin-top: 8px;
    transition: 0.4s;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .features-full {
        flex-direction: column;
        height: auto;
    }
    .feature-box {
        height: 200px;
    }
}
.feature-box:hover .overlay::after {
    width: 60%;
}









/* BLOQUES */
.detalle-box {
    background: #fbff00;
    color: rgb(0, 0, 0);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #222;
    transition: 0.3s;
}

.detalle-box:hover {
    border: 1px solid var(--yellow);
}

/* LISTA */
.detalle-box ul {
    list-style: none;
    padding: 0;
}



/*Banner contenedor*/
.general-container {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1500px;
    margin: auto;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/banner_gaia.jpg");}




/* CONTENEDOR */
.detalle-container {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1500px;
    margin: auto;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/banner_gaia.jpg");}






    /*Beneficios*/
.split-section {
    display: flex;
    flex-wrap: wrap;
}
.split-img,
.split-text {
    flex: 1;
    min-width: 300px;
}
.split-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-text {
    padding: 40px;
    background: #111;
}




/* CONTENEDOR PLANES */
.planes-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    flex-wrap: wrap;
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
    url("../img/banner_gaia.jpg");}
/* CADA PLAN */
.plan-card {
    flex: 1;
    min-width: 250px;
    max-width: 300px;

    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 25px;

    text-align: center;
    transition: 0.3s;
}
/* HOVER PRO */
.plan-card:hover {
    transform: translateY(-8px);
    border: 1px solid var(--yellow);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
/* PLAN DESTACADO */
.plan-card.destacado {
    border: 2px solid var(--yellow);
    transform: scale(1.05);
}
/* TITULO */
.plan-card h3 {
    color: var(--blue);
    margin-bottom: 10px;
}
/* PRECIO */
.plan-precio {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 15px 0;
    color: var(--yellow);
}
/* LISTA */
.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.plan-card ul li {
    margin: 8px 0;
    opacity: 0.8;
}
/* BOTÓN */
.plan-card .btn-yellow {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}


.note{
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    border-left: 3px solid var(--yellow);
    padding-left: 10px;
    margin-top: 10px;
}

.note2{
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.642);
    border-left: 3px solid var(--gray);
    padding-left: 10px;
    margin-top: 10px;
}


/* ===================================================== */
/* 📱 NAV RESPONSIVE — SOLUCIÓN DEFINITIVA */
/* ===================================================== */

@media (max-width: 768px) {

/* NAV GENERAL */
.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

/* LOGO */
.logo {
    margin-bottom: 10px;
}

/* CONTENEDOR REAL (tu <nav>) */
.nav nav {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 🔥 3 por fila */
        row-gap: 1px;      /* filas más juntas */
        column-gap: 6px;   /* columnas más separadas */
    width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
        justify-content: center;
}

/* LINKS */
.nav nav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    font-size: 0.75rem;
    color: var(--blue);
    text-decoration: none;
        justify-content: center;
}

/* 🔥 MUY IMPORTANTE (rompía todo antes) */
.nav a {
    margin: 0;
}

    /* 🔹 HERO Y BANNERS */
    .hero {
        height: auto;
        padding: 200px 35px;
    }

    .gaia-banner{
        height: auto;
        padding: 3px 2px;
    }


    .hero-home,
    .banner-servicios,
    .banner-produccion,
    .banner-contacto,
    .banner-gaia,
    .gaia-banner,
    .banner-expansion {
        height: auto;
        padding: 30px 15px;
    }

    /* 🔹 TEXTOS */
    h1 {
        font-size: 1.0rem;
    }

    h2 {
        font-size: 0.85rem;
    }

    h3 {
        font-size: 0.75rem;
    }

    h4 {
        font-size: 1.0rem;
    }

    p {
        font-size: 0.70rem;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }

    /* 🔹 SECCIONES */
    .about,
    .cta,
    .highlight {
        padding: 5px 15px;
    }


    /* 🔹 CONTENEDORES PRINCIPALES (CLAVE PARA ALINEACIÓN) */
    .catalogo,
    .grid,
    .gaia-grid,
    .planes-container {
        padding: 10px;
    }

    /* 🔹 TARJETAS (FULL WIDTH LIMPIO) */
    .card,
    .gaia-card,
    .plan-card,
    .catalogo-card {
        width: 100%;
        margin: 10px 0;
    }

    /* 🔹 FEATURES */
    .features {
        flex-direction: column;
        padding: 20px 10px;
        gap: 15px;
    }

    /* 🔹 SPLIT SECTION */
    .split-section {
        flex-direction: column;
    }
    .split-text {
        padding: 20px;
    }

    /* 🔹 CATÁLOGO */
    .catalogo {
        padding: 20px 10px;
    }

    /* 🔹 CONTENEDORES GENERALES */
    .general-container,
    .detalle-container {
        padding: 15px 10px;
    }

    /* BOTONES */
    .btn,
    .btn-yellow {
        width: auto;
        display: inline-block;
        padding: 10px 20px;
    }

    /* 🔹 RESET GENERAL */
    body {
        margin: 0;
        padding: 0;
    }}