/* ============================================
   Mobile Responsive - The Unofficial Club 26
   Handles: Header, Hero, Plataforma, Portfolio
   (horizontal gallery), Zonas Generales, Layer
   de Contenido, Invite Suite, Experiencias
   Swiper, Modelo Modular, Acceso, Contacto,
   CTA, Footer
   ============================================ */

/* ===== DESKTOP: Hide hamburger ===== */
#menu-btn {
    display: none;
}

@media (min-width: 1025px) {
    header .de-flex {
        flex-direction: column;
        align-items: center;
    }
    .menu_side_area {
        display: none !important;
    }
    .s-hero {
        margin-top: 340px !important;
    }
}

/* ===== TABLET ONLY (769px - 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-features-container {
        gap: 20px !important;
        flex-wrap: wrap !important;
    }
    .hero-feature-item {
        min-width: 200px !important;
        padding: 0 15px !important;
    }
    .container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* =========================================
   MOBILE + TABLET (max-width: 1024px)
   ========================================= */
@media (max-width: 1024px) {

    /* ========================
       HEADER
       ======================== */
    header, header.transparent {
        display: block !important;
        background: rgba(0, 0, 0, 0.95) !important;
        height: auto !important;
        position: fixed !important;
        width: 100% !important;
        top: 0;
        left: 0;
        z-index: 1000;
        padding: 8px 0 !important;
    }

    /* Hamburger button */
    #menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: relative;
        z-index: 1005;
    }
    #menu-btn:before, #menu-btn:after, #menu-btn div {
        content: '';
        position: absolute;
        left: 5px;
        width: 28px;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    #menu-btn:before { top: 10px; }
    #menu-btn div { top: 19px; }
    #menu-btn:after { top: 28px; }
    #menu-btn.menu-open:before { top: 19px; transform: rotate(45deg); }
    #menu-btn.menu-open div { opacity: 0; }
    #menu-btn.menu-open:after { top: 19px; transform: rotate(-45deg); }

    /* Header flex layout */
    header .de-flex {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    header .de-flex > .de-flex-col:nth-child(1) {
        order: 1;
        flex: 0 1 auto;
        width: auto !important;
    }
    header .de-flex > .de-flex-col:nth-child(2) {
        order: 3;
        flex: 0 0 100%;
        width: 100% !important;
        display: none;
    }
    header.menu-open .de-flex > .de-flex-col:nth-child(2) {
        display: block !important;
    }
    header .de-flex > .de-flex-col:nth-child(3) {
        order: 2;
        flex: 0 1 auto;
        width: auto !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .menu_side_area {
        display: block !important;
    }
    .header-col-mid {
        position: static !important;
        width: 100% !important;
        display: block !important;
    }
    #mainmenu {
        text-align: center !important;
        margin: 10px 0 !important;
        float: none !important;
        width: 100% !important;
    }
    #mainmenu li {
        display: block !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        width: 100% !important;
    }
    #mainmenu li a {
        display: block !important;
        padding: 12px 0 !important;
        font-size: 1rem !important;
        color: #fff !important;
        background: transparent !important;
        text-align: center !important;
    }
    #mainmenu li a:hover,
    #mainmenu li a:active {
        color: #C2A87F !important;
    }

        /* Hero content position on mobile */
    .s-hero {
        margin-top: 90px !important;
    }

    /* Body offset for fixed header */
    body {
        padding-top: 65px;
    }

    /* Logo */
    #logo img, .logo-mobile {
        max-width: 50px !important;
        height: auto !important;
    }
    #logo {
        display: flex !important;
        justify-content: center !important;
    }

    /* ========================
       HERO SECTION
       ======================== */
    #hero-club26 {
        min-height: calc(100vh - 65px) !important;
    }
    #hero-club26 .jarallax-img,
    #hero-club26 .hero-img-1 {
        height: calc(100vh - 65px) !important;
    }
    .hero-features-container {
        flex-wrap: wrap !important;
        gap: 12px !important;
        margin: 15px 0 !important;
    }
    .hero-feature-item {
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 8px 15px !important;
        height: auto !important;
        justify-content: flex-start !important;
    }
    .hero-separator {
        display: none !important;
    }

    /* ========================
       SECTIONS GENERAL
       ======================== */
    section {
        padding: 3rem 0 !important;
    }
    .spacer-double {
        height: 1.5rem !important;
    }
    .spacer-single {
        height: 1rem !important;
    }

    /* ========================
       CONVERSACION CAMBIA
       ======================== */
    .relative[style*="margin-left"] {
        margin-left: 0 !important;
    }

    /* ========================
       PLATAFORMA / INFRAESTRUCTURA
       ======================== */
    section#plataforma .container {
        padding: 30px 20px !important;
        max-width: 100% !important;
    }
    section#plataforma h1 {
        font-size: 1.8rem !important;
    }
    /* Grid -> single column */
    section#plataforma div[style*="grid-template-columns: 1fr 1px 1fr 1px 1fr"] {
        display: flex !important;
        flex-direction: column !important;
    }
    section#plataforma div[style*="grid-template-columns: 1fr 1px 1fr 1px 1fr"] > div[style*="background: #000000"],
    section#plataforma div[style*="grid-template-columns: 1fr 1px 1fr 1px 1fr"] > div[style*="background: #252525"] {
        height: 1px !important;
        margin: 0 18px !important;
        width: auto !important;
        background: #222 !important;
    }
    /* Logo bar */
    section#plataforma div[style*="border-radius: 50px"][style*="background: #fff"] {
        flex-direction: column !important;
        border-radius: 20px !important;
        padding: 16px 20px !important;
        text-align: center;
        gap: 12px;
    }
    section#plataforma div[style*="border-radius: 50px"][style*="background: #fff"] img {
        margin-right: 0 !important;
        height: 40px !important;
    }

    /* ========================
       HORIZONTAL GALLERY (PORTFOLIO)
       - Mobile: user inline styles handle horizontal swipe
       - Tablet: GSAP handles horizontal scroll
       - Internal content stacks vertically
       ======================== */
    .project-wrap > div[style*="display: flex"] {
        flex-direction: column !important;
        gap: 2rem !important;
    }
    .project-wrap > div > div {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }
    .project-wrap h1 {
        font-size: 1.8rem !important;
    }
    .project-wrap ul {
        font-size: 0.9rem !important;
    }
    /* Zona Central Inmersiva - fix min-widths & height */
    .project-wrap div[style*="min-width: 420px"] {
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        /* padding: 30px 20px !important; */
    }
    .project-wrap div[style*="min-width: 480px"] {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .project-wrap div[style*="padding-left: 48px"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto !important;
    }
    /* Images inside project wraps */
    .project-wrap img[style*="height: 530px"],
    .project-wrap img[style*="height: 480px"] {
        height: auto !important;
        max-height: 300px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    /* Zona Central grid 2x2 */
    .project-wrap div[style*="grid-template-columns: 1fr 1fr"][style*="gap: 38px"] {
        gap: 20px 16px !important;
    }
    .project-wrap div[style*="grid-template-columns: 1fr 1fr"][style*="gap: 38px"] img {
        height: 40px !important;
        width: 40px !important;
    }
    /* Bottom phrases bar in project wraps */
    .project-wrap div[style*="margin-top: 5rem"] {
        margin-top: 2rem !important;
    }
    /* The Arena h1: remove inline padding-top */
    .project-wrap div[style*="padding-left: 48px"] h1[style*="padding-top"] {
        padding-top: 0 !important;
    }

    /* ========================
       THE ARENA - mobile
       ======================== */
    #the-arena > div {
        flex-direction: column !important;
        gap: 2rem !important;
    }
    #the-arena > div > div {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    #the-arena h1 {
        font-size: 1.8rem !important;
        padding-top: 0 !important;
    }
    #the-arena div[style*="padding-left: 48px"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto !important;
    }
    #the-arena img[style*="height: 480px"] {
        height: auto !important;
        max-height: 300px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    #the-arena .arena-grid,
    #the-arena div.arena-grid[style] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    #the-arena .arena-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
    }
    #the-arena .arena-item img {
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }
    #the-arena .arena-grid img {
        height: 40px !important;
        width: 40px !important;
    }
    #the-arena .zona-frases-bar {
        display: none !important;
    }
    /* Ocultar barra de frases en móvil */
    .zona-frases-bar {
        display: none !important;
    }

    /* ========================
       ZONAS GENERALES
       ======================== */
    section[style*="background:#000; padding:60px 0"] > .container > div[style*="display:flex"] {
        flex-direction: column !important;
        gap: 24px !important;
    }
    section[style*="background:#000; padding:60px 0"] div[style*="min-width:340px"] {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    section[style*="background:#000; padding:60px 0"] div[style*="min-width:260px"] {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    /* ========================
       LAYER DE CONTENIDO
       ======================== */
    section[style*="background: #000; padding: 60px 0"] h2 {
        font-size: 1.8rem !important;
    }
    section[style*="background: #000; padding: 60px 0"] > .container > div[style*="display: flex"][style*="gap: 38px"] {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: stretch !important;
    }
    section[style*="background: #000; padding: 60px 0"] div[style*="min-width:280px"] {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    /* ========================
       INVITE SUITE
       ======================== */
    section[style*="background:#000; padding:70px 0"] h2 {
        font-size: 1.8rem !important;
    }
    section[style*="background:#000; padding:70px 0"] > .container > div[style*="display:flex"][style*="gap:38px"] {
        flex-direction: column !important;
        gap: 24px !important;
        align-items: center !important;
    }
    section[style*="background:#000; padding:70px 0"] div[style*="min-width:260px"] {
        min-width: 0 !important;
        max-width: 100% !important;
        align-items: flex-start !important;
    }
    section[style*="background:#000; padding:70px 0"] div[style*="min-width:320px"] {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    section[style*="background:#000; padding:70px 0"] div[style*="align-items:flex-end"] {
        align-items: flex-start !important;
    }

    /* ========================
       EXPERIENCIAS SWIPER
       ======================== */
    .experiencias-shadow-left,
    .experiencias-shadow-right {
        width: 30px !important;
    }
    .experiencias-carrusel-wrapper {
        max-width: 100% !important;
    }
    #experiencias h2 {
        font-size: 1.8rem !important;
    }

    /* ========================
       MODELO MODULAR
       ======================== */
    section .ul-check {
        text-align: left !important;
    }
    .ul-check li:before {
        font-family: inherit !important;
        content: "•" !important;
        font-size: 1.2rem !important;
    }
    
    /* Experiencias - Alineación en móvil */
    #experiencias .row {
        text-align: left !important;
    }
    #experiencias [class*="col-"] {
        text-align: left !important;
    }
    /* Bullets en lista vertical */
    #experiencias div[style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    #experiencias .ul-check {
        text-align: left !important;
        padding-left: 0 !important;
    }
    #experiencias .ul-check li {
        text-align: left !important;
        display: list-item !important;
        word-break: break-word;
        white-space: normal !important;
    }
    #experiencias .ul-check li:before {
        font-family: inherit !important;
        content: "•" !important;
        color: #ffffff !important;
        font-size: 1.2rem !important;
    }
    #experiencias {
        padding: 30px 0 20px !important;
    }
    #experiencias .mobile-list,
    #experiencias .container,
    #experiencias [class*="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #experiencias .ul-check {
        margin-bottom: 5px !important;
    }
    #experiencias .spacer-20 {
        display: none !important;
    }

    /* ========================
       ACCESO LIMITADO
       ======================== */
    /* (text-light override handled in custom-text-color.css) */

    /* ========================
       CTA FINAL
       ======================== */
    .fs-32 {
        font-size: 1.3rem !important;
    }
    section.pt-50.pb-50 .row {
        text-align: center;
    }
    section.pt-50.pb-50 .text-lg-end {
        text-align: center !important;
        margin-top: 1rem;
    }

    /* ========================
       BUTTONS
       ======================== */
    .Btn {
        width: 100% !important;
        max-width: 300px;
    }

    /* ========================
       FOOTER
       ======================== */
    footer .col-lg-4,
    footer .col-sm-6 {
        margin-bottom: 2rem;
        text-align: center;
    }
    footer img {
        margin: 0 auto !important;
    }
    footer .social-icons {
        justify-content: center;
        display: flex;
    }
    footer .widget ul {
        padding-left: 0;
        list-style: none;
    }
    .subfooter .de-flex {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px;
        text-align: center;
    }
}

/* =========================================
   SMALL PHONES (max-width: 768px)
   ========================================= */
@media (max-width: 768px) {
    .espacio {
        margin-bottom: 30px !important;
    }
    /* Hero */
    #hero-club26 .col-lg-12.text-center > div[style*="margin-top"] {
        margin-top: 200px !important;
        padding: 20px 16px 18px !important;
    }
    .hero-description {
        font-size: 0.95rem !important;
    }
    .btn-gold {
        padding: 12px 30px !important;
        font-size: 0.95rem !important;
    }

    /* Formulario contacto (SharpSpring) */
    .bg-dark-2,
    .bg-dark-2.p-40 {
        padding: 20px 15px !important;
    }
    
    /* Todos los campos de formulario */
    .bg-dark-2 input[type="text"],
    .bg-dark-2 input[type="email"],
    .bg-dark-2 input[type="tel"],
    .bg-dark-2 input[type="number"],
    .bg-dark-2 textarea,
    .bg-dark-2 select {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px !important;
        font-size: 0.95rem !important;
        margin-bottom: 12px !important;
        border-radius: 6px !important;
        border: 1px solid #444 !important;
        background: #1a1a1a !important;
        color: #fff !important;
        box-sizing: border-box !important;
    }
    
    /* Textarea específico */
    .bg-dark-2 textarea {
        min-height: 100px !important;
        resize: vertical !important;
    }
    
    /* Botón de envío */
    .bg-dark-2 input[type="submit"],
    .bg-dark-2 button[type="submit"],
    .bg-dark-2 .ss-button,
    .bg-dark-2 .ss-form-button {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 1rem !important;
        line-height: 1.4 !important;
        height: auto !important;
        min-height: 52px !important;
        padding: 15px 20px !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        background: #C2A87F !important;
        color: #000 !important;
        border: none !important;
        border-radius: 26px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        margin-top: 15px !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    
    /* Labels */
    .bg-dark-2 label {
        color: #fff !important;
        font-size: 0.9rem !important;
        margin-bottom: 6px !important;
        display: block !important;
        font-weight: 500 !important;
    }
    
    /* Campos del formulario SharpSpring */
    .bg-dark-2 .ss-form-field {
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    
    /* Contenedor del formulario */
    .bg-dark-2 form {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* iFrame de SharpSpring si existe */
    .bg-dark-2 iframe {
        width: 100% !important;
        max-width: 100% !important;
        border: none !important;
    }
    
    /* Divs internos del formulario SharpSpring */
    .bg-dark-2 .ss-form-fields,
    .bg-dark-2 .ss-form-row {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* CheckBox y radio buttons */
    .bg-dark-2 input[type="checkbox"],
    .bg-dark-2 input[type="radio"] {
        width: auto !important;
        margin-right: 8px !important;
    }

    /* Typography */
    h1, h2, h3, h4, h5, h6,
    h1[style*="font-size"], h2[style*="font-size"],
    h3[style*="font-size"], h4[style*="font-size"] {
        text-align: center !important;
    }
    h2 {
        font-size: 1.8rem !important;
    }
    
    /* Sobrescribir todos los font-size inline de h2 */
    h2[style*="font-size"] {
        font-size: 1.8rem !important;
    }
    
    p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        text-align: justify;
    }
    
    /* Título del formulario de contacto */
    #contacto + section h2 {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        padding: 0 10px !important;
    }
    
    /* Contenedor de la sección de contacto */
    #contacto + section .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    #contacto + section .col-lg-8 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* Container */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Clase rounded-1 en móvil */
    .rounded-1 {
        border-radius: 12px !important;
    }
    
    /* Asegurar que p-40 se reduzca en móvil */
    .p-40 {
        padding: 20px 15px !important;
    }

    /* Logo */
    #logo img, .logo-mobile {
        max-width: 50px !important;
    }

    /* Plataforma */
    section#plataforma h1 {
        font-size: 1.8rem !important;
    }

    /* Gallery */
    .project-wrap h1 {
        font-size: 1.8rem !important;
    }
    .project-wrap p {
        font-size: 0.9rem !important;
    }

    /* Zonas, Layer, Invite */
    section[style*="background:#000; padding:60px 0"] h2,
    section[style*="background:#000; padding:70px 0"] h2 {
        font-size: 1.8rem !important;
    }

    /* Experiencias */
    .experiencias-shadow-left,
    .experiencias-shadow-right {
        width: 15px !important;
    }
    #experiencias h2 {
        font-size: 1.8rem !important;
    }

    /* Footer */
    footer {
        padding: 1.5rem 0 !important;
    }
    footer .subfooter {
        margin-top: 20px !important;
    }
    footer p {
        font-size: 0.9rem;
    }
}

/* =========================================
   EXTRA SMALL PHONES (max-width: 576px)
   ========================================= */
@media (max-width: 576px) {
    #hero-club26 .col-lg-12.text-center > div[style*="margin-top"] {
        margin-top: 140px !important;
        padding: 18px 14px !important;
    }
    .hero-description {
        font-size: 0.9rem !important;
    }
    h1 {
        font-size: 1.4rem !important;
    }
    h2 {
        font-size: 1.4rem !important;
    }
    h3 {
        font-size: 1.1rem !important;
    }
    p {
        font-size: 18px !important;
        line-height: 1.45 !important;
    }
    .fs-32 {
        font-size: 1.1rem !important;
    }
    section {
        padding: 2.5rem 0 !important;
    }
    .project-wrap {
        padding: 35px 15px !important;
    }
    .project-wrap h1 {
        font-size: 1.4rem !important;
    }
    section#plataforma h1 {
        font-size: 1.4rem !important;
    }
    /* Invite Suite icons */
    section[style*="background:#000; padding:70px 0"] div[style*="font-size:1.08rem"] {
        font-size: 0.95rem !important;
    }
    
    /* Formulario en pantallas extra pequeñas */
    .bg-dark-2,
    .bg-dark-2.p-40 {
        padding: 15px 10px !important;
    }
    
    #contacto + section h2 {
        font-size: 1.4rem !important;
        padding: 0 5px !important;
    }
    
    .bg-dark-2 input[type="submit"],
    .bg-dark-2 button[type="submit"],
    .bg-dark-2 .ss-button,
    .bg-dark-2 .ss-form-button {
        font-size: 0.95rem !important;
        padding: 13px 18px !important;
        min-height: 48px !important;
    }
    
    .bg-dark-2 input[type="text"],
    .bg-dark-2 input[type="email"],
    .bg-dark-2 input[type="tel"],
    .bg-dark-2 input[type="number"],
    .bg-dark-2 textarea,
    .bg-dark-2 select {
        font-size: 0.9rem !important;
        padding: 10px !important;
    }
}

/* =========================================
   TINY SCREENS (max-width: 360px)
   ========================================= */
@media (max-width: 360px) {
    #hero-club26 .col-lg-12.text-center > div[style*="margin-top"] {
        margin-top: 100px !important;
        padding: 14px 10px !important;
    }
    .hero-description {
        font-size: 0.85rem !important;
    }
    h1 {
        font-size: 1.2rem !important;
    }
    h2 {
        font-size: 1.2rem !important;
    }
    p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    section {
        padding: 2rem 0 !important;
    }
    .project-wrap {
        padding: 25px 12px !important;
    }
    .project-wrap h1 {
        font-size: 1.2rem !important;
    }
    
    /* Formulario en pantallas muy pequeñas */
    .bg-dark-2,
    .bg-dark-2.p-40 {
        padding: 12px 8px !important;
    }
    
    #contacto + section h2 {
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
    }
    
    .bg-dark-2 input[type="submit"],
    .bg-dark-2 button[type="submit"],
    .bg-dark-2 .ss-button,
    .bg-dark-2 .ss-form-button {
        font-size: 0.9rem !important;
        padding: 12px 15px !important;
        min-height: 46px !important;
    }
}

/* Responsive fix for Infraestructura Activa section */
@media (max-width: 768px) {
    .infra-mobile {
        padding: 0px 0 !important;
    }
    .infra-mobile .container {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }
    .infra-mobile h1 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }
    .infra-mobile h1 br {
        display: none !important;
    }
    .infra-mobile .container > div[style*="background: #fff"] {
        padding: 14px 12px !important;
        margin: 14px 0 20px 0 !important;
        border-radius: 32px !important;
        gap: 10px !important;
    }
    .infra-mobile .container > div[style*="background: #fff"] img {
        height: 34px !important;
        margin-right: 12px !important;
    }
    .infra-mobile .container > div[style*="background: #fff"] span {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
    }
    .infra-mobile .container > div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
        margin-bottom: 12px !important;
    }
    .infra-mobile .container > div[style*="display: grid"] > div[style*="background: #000000"] {
        display: none !important;
    }
    .infra-mobile .container > div[style*="display: grid"] > div {
        padding: 14px 12px !important;
    }
    .infra-mobile .bandera {
        width: 26px !important;
        height: 26px !important;
    }
    .infra-mobile .container > div[style*="display: grid"] p {
        font-size: 0.98rem !important;
        line-height: 1.35 !important;
        margin-top: 8px !important;
        text-align: left;
    }
    .infra-mobile .container > div[style*="text-align: center; color: #ffffff"] {
        font-size: 0.82rem !important;
        line-height: 1.45 !important;
        margin-top: 12px !important;
    }

    /* Zonas Generales list items - keep flex alignment with checkmark */
    section > div > div > ul li[style*="display:flex"] {
        text-align: left !important;
        flex-wrap: wrap !important;
    }
    section > div > div > ul li[style*="display:flex"] span {
        text-align: left !important;
    }

    /* Botón en infra-foot para móvil */
    .infra-foot {
        text-align: center !important;
    }
    /* Executive Pavillion: en móvil imagen debajo del texto */
    .executive-layout {
        flex-direction: column !important;
    }
    .executive-img {
        order: 1 !important;
    }
    .executive-text {
        order: 0 !important;
    }

    .infra-foot .btn-main {
        display: inline-block !important;
        width: auto !important;
        min-width: 280px !important;
        padding: 15px 30px !important;
        font-size: 1rem !important;
        text-align: center !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #hero-club26 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        min-height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #hero-club26 h1, #hero-club26 p {
        margin: 0 auto !important;
        padding: 0 !important;
    }
}

#scroll-to-top {
    position: fixed;
    bottom: 30px !important; /* Aumentar separación del borde inferior */
    right: 30px !important; /* Aumentar separación del borde derecho */
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#scroll-to-top:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

