/* Estilos para la página de Galápagos */
:root {
    --color-ocean: #006994;
    --color-sand: #f4d03f;
    --color-leaf: #27ae60;
    --color-rock: #95a5a6;
    --color-text: #2c3e50;
    --color-primary: #2196f3;
    --transition-default: all 0.3s ease;
}

/* Estilos base */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: white;
    color: #222;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5em;
}

/* Header y navegación */
.hero-section {
    position: relative;
    height: 100vh;
    color: white;
}

.main-nav {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
}

.back-home {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-ocean);
    padding: 0.8em 1.5em;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition-default);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.back-home:hover {
    background: var(--color-ocean);
    color: white;
    transform: translateY(-2px);
}

/* Hero Main Section */
.hero-main {
    position: relative;
    height: 100vh;
    background-image: url('/static/src/galapagos/galapagos_tortuga.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 2rem;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-content p {
    font-size: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Hero Slider (ajustado para los otros slides) */
.hero-slider {
    height: 100vh;
    margin-top: -100vh;
    opacity: 0;
    pointer-events: none;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 254, 254, ), rgba(255, 255, 255));
}



.slide-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.slide-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slide-content p {
    font-size: 1.5rem;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Secciones generales */
section {
    padding: 5rem 0;
}

section h2 {
    text-align: center;
    color: var(--color-text);
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.section-intro {
    text-align: center;
    color: #636e72;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

/* Sección de Clientes */
.clients-heroes {
    padding: 6rem 0;
    background-color: #fff;
}

.client-carousel {
    padding: 2rem 0;
}

.client-logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Sección Legado Natural */
.natural-legacy {
    padding: 3rem 0 6rem;
    background-color: #f8f9fa;
}

.legacy-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
}

.legacy-content {
    font-size: 1.1rem;
    line-height: 1.6;
}

.legacy-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.legacy-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.legacy-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,105,148,0.2) 0%, rgba(33,150,243,0.3) 100%);
    z-index: 1;
}

.legacy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

.legacy-image:hover img {
    transform: scale(1);
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.icon-item i {
    font-size: 3rem;
    color: var(--color-ocean);
}

/* Sección Compromiso */
.commitment {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--color-ocean) 0%, #004a6e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.commitment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/static/src/galapagos/galapagos_tortuga.webp') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.commitment .container {
    position: relative;
    z-index: 2;
}

.commitment h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.commitment h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--color-sand);
    border-radius: 2px;
}

.commitment-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.commitment-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.commitment-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: var(--color-sand);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card-icon i {
    font-size: 1.8rem;
    color: var(--color-ocean);
}

.commitment-card h3 {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
    color: var(--color-sand);
}

.commitment-card strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.commitment-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .commitment {
        padding: 4rem 0;
    }

    .commitment h2 {
        font-size: 2rem;
    }

    .commitment-intro {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .commitment-card {
        padding: 1.5rem;
    }
}

/* Sección Testimonios */
.testimonials {
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f0fb 100%);
    padding: 5rem 0;
}

.testimonial-carousel {
    padding: 2rem 0;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 8px 24px rgba(33,150,243,0.08);
    transition: var(--transition-default);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(33,150,243,0.12);
}

.testimonial-content {
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-content i {
    color: var(--color-primary);
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.testimonial-content p {
    font-style: italic;
    color: #444;
    line-height: 1.6;
    font-size: 1.1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    color: var(--color-primary);
    margin: 0;
    font-size: 1.1rem;
}

.author-info p {
    color: #666;
    margin: 0.3rem 0 0 0;
    font-size: 0.9rem;
}

/* Navegación del carrusel */
.testimonial-carousel .swiper-button-prev,
.testimonial-carousel .swiper-button-next {
    color: var(--color-primary);
}

.testimonial-carousel .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

/* Footer Eco */
.eco-footer {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: var(--color-text);
    padding: 4rem 0 2rem;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.eco-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-ocean));
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(2rem, 5vw, 4rem);
    margin-bottom: 3rem;
    position: relative;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.footer-logo img {
    height: 60px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-logo p {
    color: var(--color-ocean);
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.4;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social .social-link {
    width: 36px;
    height: 36px;
    background: var(--color-ocean);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-social .social-link:hover {
    transform: translateY(-3px);
    background: var(--color-primary);
    box-shadow: 0 4px 12px rgba(33,150,243,0.2);
}

.footer-links h3,
.footer-contact h3 {
    color: var(--color-text);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-links h3::after,
.footer-contact h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 2px;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-text);
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.footer-links a i {
    font-size: 0.8rem;
    color: var(--color-ocean);
}

.footer-links a:hover {
    color: var(--color-primary);
    transform: translateX(5px);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}


.contact-icon {
    width: 36px;
    height: 36px;
    background: rgba(33,150,243,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 1rem;
    flex-shrink: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact-info a,
.contact-info p {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

.contact-info a:hover {
    color: var(--color-primary);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: var(--color-text);
    font-size: 0.9rem;
    margin: 0;
}

.location-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-ocean);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.location-link:hover {
    color: var(--color-primary);
    transform: translateY(-2px);
}

/* Sección Precios Eco-Responsables */
.eco-pricing {
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f0fb 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.eco-pricing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('/static/src/galapagos/galapagos_tortuga.webp') center/cover no-repeat;
    opacity: 0.05;
    z-index: 1;
}

.eco-pricing .container {
    position: relative;
    z-index: 2;
}

.eco-pricing h2 {
    color: var(--color-text);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.eco-pricing h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--color-ocean);
    border-radius: 2px;
}

.pricing-intro {
    text-align: center;
    color: #636e72;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 4rem;
    line-height: 1.6;
}

.pricing-card-eco {
    max-width: 500px;
    margin: 0 auto;
    background: white;
    border-radius: 25px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 105, 148, 0.15);
    border: 3px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pricing-card-eco::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-ocean), var(--color-primary));
}

.pricing-card-eco:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 105, 148, 0.2);
}

.pricing-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.pricing-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-leaf) 0%, #2ecc71 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(46, 204, 113, 0.3);
}

.pricing-icon i {
    font-size: 2.2rem;
    color: white;
}

.pricing-header h3 {
    font-size: 1.8rem;
    color: var(--color-text);
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.pricing-subtitle {
    color: #636e72;
    font-size: 1rem;
    margin: 0;
}

.pricing-content {
    text-align: left;
}

.price-display {
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f0fb 100%);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 2px solid rgba(0, 105, 148, 0.1);
}

.price-label {
    display: block;
    color: #636e72;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.price-amount {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--color-ocean);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.price-period {
    color: #636e72;
    font-size: 1.1rem;
    font-weight: 500;
}

.eco-features {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid rgba(0, 105, 148, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.15);
    border-color: var(--color-leaf);
}

.feature-item i {
    color: white;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--color-leaf) 0%, #2ecc71 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
}

.feature-item span {
    color: var(--color-text);
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 500;
    flex: 1;
}

@media (max-width: 768px) {
    .eco-features {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .feature-item {
        padding: 0.8rem;
    }
    
    .feature-item span {
        font-size: 0.9rem;
    }
}

.eco-impact {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.1) 0%, rgba(39, 174, 96, 0.1) 100%);
    padding: 2.5rem;
    border-radius: 12px;
    margin: 4rem 0 3rem 0;
    border-left: 4px solid var(--color-leaf);
    clear: both;
    position: relative;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.1);
}

.eco-impact h4 {
    color: var(--color-leaf);
    font-size: 1.4rem;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.eco-impact h4 i {
    font-size: 1.3rem;
    color: var(--color-leaf);
}

.eco-impact p {
    color: #636e72;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 500;
}

.pricing-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, var(--color-ocean) 0%, var(--color-primary) 100%);
    color: white;
    padding: 1.2rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 105, 148, 0.3);
}

.pricing-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 105, 148, 0.4);
    background: linear-gradient(135deg, #004a6e 0%, #1769aa 100%);
}

.pricing-cta i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .eco-pricing {
        padding: 4rem 0;
    }
    
    .eco-pricing h2 {
        font-size: 2rem;
    }
    
    .pricing-card-eco {
        margin: 0 1rem;
        padding: 2rem 1.5rem;
    }
    
    .price-amount {
        font-size: 2.8rem;
    }
    
    .eco-benefits {
        grid-template-columns: 1fr;
    }
}

/* Botones y elementos interactivos */
.cta-btn {
    display: inline-block;
    background: var(--color-primary);
    color: white;
    padding: 0.9em 2.2em;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: var(--transition-default);
    box-shadow: 0 4px 16px rgba(33,150,243,0.13);
}

.cta-btn:hover {
    background: #1769aa;
    transform: translateY(-2px);
}

/* Botón CTA Hero */
.hero-cta {
    display: inline-block;
    background: var(--color-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 2rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-shadow: none;
    box-shadow: 0 4px 15px rgba(33,150,243,0.3);
}

.hero-cta:hover {
    background: white;
    color: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(33,150,243,0.4);
}

/* Contenedor de botones del hero */
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Estilo para el botón outline */
.hero-cta-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.hero-cta-outline:hover {
    background: white;
    color: var(--color-ocean);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255,255,255,0.2);
}

/* Controles del Slider */
.swiper-button-prev,
.swiper-button-next {
    color: white;
    background: rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: var(--transition-default);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(255,255,255,0.3);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.5rem;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary);
}

/* Sección Social */
.social-content {
    padding: 4rem 0;
    background: var(--color-ocean);
    color: white;
}

.social-content h2 {
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 500;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 0 1rem;
}

.tweet-container {
    width: 100%;
    display: flex;
    justify-content: center;
    background: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tweets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

/* Ajustar el tamaño de los embebidos de X */
.twitter-tweet {
    max-width: 400 !important;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .tweets-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1rem;
    }
    
    .tweet-container {
        padding: 1rem;
    }
    
    .twitter-tweet {
        max-width: 100% !important;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .slide-content h1 {
        font-size: 2.5em;
    }

    .legacy-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .legacy-image {
        max-width: 600px;
        margin: 0 auto;
        aspect-ratio: 16/9;
    }

    .action-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .commitment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .slide-content h1 {
        font-size: 2em;
    }

    section {
        padding: 3rem 0;
    }

    .footer-content {
        gap: 2rem;
    }

    .action-grid {
        grid-template-columns: 1fr;
    }

    .tweets-grid {
        grid-template-columns: 1fr;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .commitment h2 {
        font-size: 2rem;
    }

    .commitment-intro {
        font-size: 1rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 480px) {
    .slide-content h1 {
        font-size: 1.8em;
    }

    .slide-content p {
        font-size: 1em;
    }

    .container {
        padding: 0 1rem;
    }
}

/* Sección Demo Eco */
.demo-eco {
    background: linear-gradient(135deg, var(--color-ocean) 0%, #004a6e 100%);
    padding: 5rem 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.demo-eco::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="white" opacity="0.1"/></svg>') repeat;
    opacity: 0.3;
}

.demo-eco-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
}

.demo-eco-info {
    flex: 1;
    max-width: 600px;
}

.demo-eco-info h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 1.5rem;
    color: white;
    line-height: 1.2;
}

.demo-eco_info p {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.eco-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.eco-benefit-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.eco-benefit-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.eco-benefit-item i {
    font-size: 1.5rem;
    color: var(--color-sand);
}

.eco-benefit-item span {
    font-size: 1rem;
    color: white;
}

.eco-cta {
    display: inline-block;
    background: var(--color-sand);
    color: var(--color-ocean);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 2rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.eco-cta:hover {
    background: white;
    color: var(--color-ocean);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.demo-eco-img {
    flex: 1;
    position: relative;
}

.demo-eco-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.demo-eco-img img:hover {
    transform: translateY(-10px);
}

@media (max-width: 992px) {
    .demo-eco-content {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .eco-benefits {
        justify-content: center;
    }

    .eco-benefit-item {
        justify-content: center;
    }

    .demo-eco-img img {
        max-width: 100%;
    }
}
