/* Reset y estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO SECTION */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.mundial-logo-container {
    margin-bottom: 20px;
}

.mundial-logo {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.logo-nosvamos-container {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.logo-nosvamos {
    max-width: 250px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
    background: transparent;
    mix-blend-mode: normal;
}

.hero-title {
    font-size: 3.7rem;
    font-weight: 900;
    margin-bottom: 15px;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.5), 2px 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.paises-banderas {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 2rem;
}

.bandera-emoji {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-description {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 136, 229, 0.4);
    margin-bottom: 20px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 136, 229, 0.6);
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
}

.hero-bajada {
    font-size: 1.05rem;
    margin-top: 30px;
    opacity: 0.95;
    line-height: 1.8;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* VIDEO SECTION */
.video-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 1.65rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.section-intro {
    text-align: center;
    font-size: 1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    padding-bottom: 42%; /* Más chico */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.cta-link {
    display: block;
    text-align: center;
    color: #1e88e5;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-link:hover {
    color: #1565c0;
    text-decoration: underline;
}

/* EMOCIONAL SECTION */
.emocional-section {
    padding: 80px 0;
    background: white;
}

.emocional-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}

.emocional-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.emocional-text-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 60px 55px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emocional-text {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
}

.emocional-text-large {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.6;
    margin-top: 20px;
}

.separator {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1e88e5, #1565c0);
    margin: 30px 0;
    border-radius: 2px;
}

.emocional-conclusion {
    font-size: 1rem;
    color: #555;
    line-height: 1.9;
    margin-top: 20px;
}

.frase-destacada {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e88e5;
    font-style: italic;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    background: #f0f7ff;
    border-left: 4px solid #1e88e5;
    border-radius: 8px;
}

.emocional-carousel {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 400px;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.carousel-image.active {
    opacity: 1;
    z-index: 2;
}

.camino-victoria-link {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFD700;
    text-decoration: underline;
    padding: 15px 30px;
    border: none;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
}

.camino-victoria-link:hover {
    color: #FFA500;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* VIAJE SECTION */
.viaje-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.viaje-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.viaje-section .container {
    position: relative;
    z-index: 2;
}

.viaje-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto 40px;
}

.viaje-list li {
    font-size: 1rem;
    padding: 15px 0;
    padding-left: 45px;
    position: relative;
    color: #333;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
}

.viaje-list li::before {
    display: none;
}

.list-icon {
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    color: #1e88e5;
    flex-shrink: 0;
}

.viaje-frase {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* DETALLE SECTION */
.detalle-section {
    padding: 80px 0;
    background: white;
}

.detalle-section .section-title {
    font-size: 1.4rem;
}

.detalle-section .section-intro {
    font-size: 0.95rem;
}

.detalle-section .cta-button {
    padding: 12px 28px;
    font-size: 0.95rem;
}

.programas-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.programa-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.programa-button {
    cursor: pointer;
    border: none;
    text-align: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.programa-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.programa-click {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #1e88e5;
    font-weight: 600;
    font-style: italic;
}

.programa-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e88e5;
    padding-bottom: 0;
    border-bottom: none;
}

.programa-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #555;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.programa-details p {
    margin-bottom: 18px;
    line-height: 1.6;
    color: #555;
    font-size: 0.95rem;
}

.programa-details p strong {
    display: block;
    margin-bottom: 8px;
}

.programa-details strong {
    color: #1a1a1a;
    font-weight: 600;
}

.programa-details ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 20px 0;
}

.programa-details ul li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.programa-details ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1e88e5;
    font-weight: 700;
}

.partidos-list li::before {
    content: "→";
}

.incluye-list li::before {
    content: "✓";
}

.pago-section {
    background: #f0f7ff;
    padding: 25px;
    border-radius: 15px;
    margin-top: 40px;
    border-left: 4px solid #1e88e5;
}

.pago-section h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.pago-details p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
    font-size: 0.85rem;
}

.pago-details strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideUp 0.3s ease;
}

.modal-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e88e5;
}

.modal-content .programa-subtitle {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #555;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #aaa;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.modal-close:hover,
.modal-close:focus {
    color: #1e88e5;
    text-decoration: none;
}

.modal-cta-button {
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* FRASES SECTION */
.frases-section {
    padding: 60px 0;
    background: transparent;
    position: relative;
    color: white;
}

.frases-section .container {
    position: relative;
    z-index: 2;
    border: 3px solid #FFD700;
    border-radius: 20px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.frases-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.frases-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.frases-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-logo-frases {
    max-width: 180px;
    width: 180px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.frase-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px 15px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(100, 100, 100, 0.4);
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: #333;
}

.frase-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(100, 100, 100, 0.6);
}

.frase-item p {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
}

/* POR QUÉ SECTION */
.porque-section {
    padding: 80px 0;
    background: white;
}

.porque-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto 40px;
}

.porque-list li {
    font-size: 1rem;
    padding: 15px 0;
    padding-left: 45px;
    position: relative;
    color: #333;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
}

.porque-list li::before {
    display: none;
}

.porque-list .list-icon {
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    color: #FFD700;
    flex-shrink: 0;
}

.porque-frase {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e88e5;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
    padding: 30px;
    background: #f0f7ff;
    border-radius: 15px;
    white-space: nowrap;
}

/* FORMULARIO SECTION */
.formulario-section {
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.formulario-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.formulario-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.formulario-section .section-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
}

.formulario-section .section-intro {
    font-size: 0.95rem;
    margin-bottom: 30px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-form .cta-button {
    padding: 9px 16px;
    font-size: 0.85rem;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none !important;
    outline: none;
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(30, 136, 229, 0.3);
}

.button-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto 30px;
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-icon {
    width: 20px;
    height: 20px;
    color: #1e88e5;
    flex-shrink: 0;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #1e88e5;
}

.whatsapp-section {
    text-align: center;
    margin-top: 30px;
}

.whatsapp-section p {
    margin-bottom: 12px;
    font-size: 1rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    color: white;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    background: #20ba5a;
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.whatsapp-footer {
    display: inline-block;
    color: #25d366;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
    text-align: center;
}

.whatsapp-footer:hover {
    text-decoration: underline;
    color: #1ebe5b;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 999;
    overflow: hidden;
    padding: 0;
    animation: floatBubble 3s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
    animation-play-state: paused;
}

.whatsapp-logo-float {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding: 0;
}

/* FOOTER */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
    align-items: start;
}

.footer-logo {
    text-align: left;
}

.footer-logo h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e88e5;
}

.footer-logo p {
    color: #ccc;
    margin-bottom: 5px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.footer-contact p {
    color: #ccc;
    margin-bottom: 6px;
    text-align: center;
}

.footer-mundial-text {
    font-size: 0.9rem;
    color: #888;
    margin-top: 10px;
}

.footer-legal {
    text-align: left;
}

.footer-legal p {
    margin-bottom: 15px;
    color: #ccc;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-link {
    color: #1e88e5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #2196f3;
}

.footer-disclaimer {
    text-align: center;
    padding-top: 40px;
    margin-top: 0;
}

.footer-disclaimer p {
    color: #888;
    font-size: 0.9rem;
}

.footer-logo-principal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0;
    margin: 0;
    width: 100%;
}

.logo-nosvamos-footer {
    max-width: 180px;
    width: 100%;
    height: auto;
    filter: brightness(0.95);
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    margin: 0 auto;
}

.logo-nosvamos-footer:hover {
    transform: scale(1.05);
    filter: brightness(1);
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    padding: 40px 0;
    margin: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    flex-wrap: wrap;
}

.footer-logo-item {
    height: 120px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    filter: brightness(0.9);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo-item:hover {
    transform: scale(1.1);
    filter: brightness(1);
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatBubble {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .frases-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .frases-logo {
        order: -1;
    }
    
    .porque-frase {
        white-space: normal;
    }
    
    .emocional-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .emocional-text-large {
        font-size: 1.2rem;
    }
    
    .frases-slider {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-legal {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }

    .footer-logo-principal {
        padding: 15px 0 0 0;
    }

    .logo-nosvamos-footer {
        max-width: 150px;
    }

    .footer-logos {
        gap: 15px;
        padding: 20px 0;
        margin: 20px 0;
    }

    .footer-logo-item {
        height: 80px;
        max-width: 200px;
    }

    .whatsapp-float {
        width: 56px;
        height: 56px;
        right: 16px;
        bottom: 16px;
    }
    
    .programas-container {
        grid-template-columns: 1fr;
    }
    
    .modal-content {
        width: 95%;
        padding: 20px;
        max-height: 95vh;
    }
    
    .modal-close {
        top: 15px;
        right: 20px;
        font-size: 30px;
    }
    
    .contact-form {
        padding: 20px 15px;
    }
    
    .formulario-section {
        padding: 40px 0;
    }
    
    .formulario-section .section-title {
        font-size: 1.2rem;
    }
    
    .formulario-section .section-intro {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.4rem;
    }
    
    .hero-subtitle {
        font-size: 0.8rem;
    }
    
    .paises-banderas {
        font-size: 2rem;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}



