/* =====================================================
   MEJORAS COSTA SUSANA — mejoras.css
   Mantiene tipografías y paleta original del cliente
   Agrega: responsividad, animaciones, secciones nuevas
   Último editor: gozzi.ar — 2026-04-21
   ===================================================== */

/* ── HERO: Subtítulo ─────────────────────────────────── */
.hero-subtitle {
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 40px;
    margin-top: -35px;
}

/* ── BOTONES HERO ────────────────────────────────────── */
.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 30px;
    height: 52px;               /* altura fija igual para los 3 */
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: all 0.35s ease;
    position: relative;
    overflow: visible;          /* IMPORTANTE: visible para que el tooltip salga */
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1;
}

/* Botón WhatsApp/Contacto */
.btn-hero-wa {
    background: #25D366;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}
.btn-hero-wa svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.btn-hero-wa:hover {
    background: #1ebe5d;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
    transform: translateY(-2px);
    color: #fff !important;
}
/* Pulso sutil en WhatsApp */
@keyframes wa-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 4px 35px rgba(37, 211, 102, 0.75); }
}
.btn-hero-wa {
    animation: wa-pulse 2.5s ease-in-out infinite;
}

/* Botón Beneficios (outline) */
.btn-hero-reservas {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.65) !important;
}
.btn-hero-reservas:hover {
    background: rgba(255,255,255,0.10) !important;
    border-color: #fff !important;
    transform: translateY(-2px);
    color: #fff !important;
}


/* ── VIDEO LOCAL (reemplaza YouTube) ─────────────────── */
#main #video {
    position: relative;
    width: 100%;
    cursor: pointer;
}
#main #video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── #social: posición fija debajo del burger en TODOS los tamaños */
#social {
    position: fixed !important;
    top: 150px !important;   /* burger top 18px + height 48px + gap 4px */
    right: 38px !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    z-index: 99999 !important;
}

/* ── ÍCONOS FLOTANTES #social: fondo blanco + contorno negro (igual que burger) */
#social a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1.5px solid rgba(0, 0, 0, 0.22) !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}
#social a:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28) !important;
}
#social img {
    width: 26px !important;
    height: 26px !important;
    filter: brightness(0) !important;
    opacity: 0.85 !important;
    animation: none !important;
}

/* ── ÍCONO WHATSAPP FLOTANTE (social) ────────────────── */
#social-wa {
    position: relative;
}
@keyframes wa-float {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.18); }
}
#social-wa img {
    animation: wa-float 2s ease-in-out infinite;
    filter: drop-shadow(0 3px 8px rgba(37,211,102,0.55));
}
#social-ig img {
    transition: transform 0.3s, filter 0.3s;
}
#social-ig:hover img {
    transform: scale(1.15) rotate(-5deg);
    filter: drop-shadow(0 3px 8px rgba(225,80,140,0.5));
}
#social-wa:hover img {
    filter: drop-shadow(0 4px 14px rgba(37,211,102,0.8));
}

/* ── MENÚ: Íconos sociales dentro del nav ────────────── */
.nav-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 30px 40px 40px;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 20px;
}
.nav-social a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    padding: 10px 20px;
    border-radius: 50px;
}
.nav-social a img {
    width: 28px;
    height: 28px;
}
.nav-social-wa {
    background: #25D366;
    padding: 12px 28px !important;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
}
.nav-social-wa:hover {
    background: #1ebe5d !important;
    transform: scale(1.04);
}
.nav-social-ig:hover {
    color: #E1508C !important;
}

/* ── SECCIÓN PROYECTO: título y grilla 6 íconos ───────*/
/* ── SECCIÓN PROYECTO: label/título ─────────────────── */
.feat-titulo-seccion {
    background: var(--beige);
    padding: 48px 24px 0;
    text-align: left;
    padding-left: 35px;
}
.feat-section-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 3vw, 36px);
    letter-spacing: 0;
    color: var(--gris);
    text-transform: none;
    margin: 0 0 8px;
}

/* ── SECCIÓN PROYECTO: panel de íconos ───────────────── */
#feat-list {
    padding: 40px 48px 48px !important;
    background: transparent !important;
    color: #1a1a1a !important;
    text-align: center !important;
    max-width: 100% !important;
}
#feat-list .row {
    justify-content: center;
}
#feat-list .col-lg-4,
#feat-list .col-md-6,
#feat-list .col-sm-6,
#feat-list .col-6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 32px;
}
#feat-list span {
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #1a1a1a !important;
    display: block;
    margin-top: 8px;
}
/* Todos los íconos feat-list: misma altura visual, centrados */
#feat-list img,
#feat-list svg {
    display: block;
    margin: 0 auto 8px;
    height: 60px !important;
    width: auto !important;
    max-width: 100%;
    filter: brightness(0) !important;
    color: #1a1a1a !important;
    flex-shrink: 0;
}
/* WAF logo: un poco más alto para que se lea bien */
#feat-list [data-id="5"] img {
    height: 52px !important;
    width: auto !important;
}

/* About txt — más padding interno */
#about .about-txt {
    padding: 28px 32px !important;
}

/* ── PUNTO 6: Proyecto — layout limpio sin superposiciones ─*/
/* #feat: altura automática, el contenido define el alto */
#feat {
    min-height: 0 !important;
    height: auto !important;
}
#feat > .container-fluid > .row {
    min-height: 480px;
    align-items: stretch;
}

/* #feat-list: sin fondo, ancho libre dentro de su columna */
#feat-list {
    max-width: 100% !important;
    width: 100%;
    align-self: stretch;
    height: 100%;
}

/* #feat-img: llena su columna sin salir de ella */
#feat > .container-fluid > .row > [class*="col-"]:last-child {
    overflow: hidden;
}
/* PUNTO 3: foto Proyecto = Foto 61 Lavado + saturación */
#feat-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: url("../img/Upgrades/Foto 61 Lavado.jpg") no-repeat center / cover !important;
    filter: saturate(1.15);
}
.webp #feat-img {
    background-image: url("../img/Upgrades/Foto 61 Lavado.jpg") !important;
}

/* #about: filas de altura fija, imágenes contenidas en su celda */
.about-item {
    height: 560px !important;
    min-height: 0 !important;
    overflow: hidden;
}
.about-item > [class*="col-"] {
    height: 560px;
    overflow: hidden;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
#about .about-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}
#about .about-txt {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 36px 44px !important;
}
#about .about-txt p {
    font-size: 22px !important;
    line-height: 1.55 !important;
    margin: 0;
}

/* about-main-img: full width limpio */
/* PUNTO 2: reemplazar foto fila inferior */
#about-img-2 {
    background-image: url("../img/feat.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

#about-main-img {
    overflow: hidden;
    line-height: 0;
}
#about-main-img img {
    width: 100%;
    display: block;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

/* Responsive: móvil — columnas apiladas */
@media (max-width: 991px) {
    .about-item {
        height: auto !important;
        overflow: visible;
    }
    .about-item > [class*="col-"] {
        height: auto;
        overflow: visible;
    }
    #about .about-img {
        position: relative !important;
        inset: auto !important;
        height: 280px !important;
        width: 100% !important;
    }
    #about .about-txt {
        height: auto;
    }
    #about-main-img img {
        height: 240px;
    }
}

/* ── SECCIÓN ESTADÍSTICAS USHUAIA ──────────────────────*/
#stats-ushuaia {
    background: var(--verde);
    padding: 80px 0 70px;
    color: #fff;
}
.stats-header {
    text-align: center;
    margin-bottom: 55px;
}
.stats-header h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: var(--beige);
    margin-bottom: 14px;
}
.stats-header p {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.5px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.stat-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 36px 24px 28px;
    text-align: center;
    transition: transform 0.3s, background 0.3s;
}
.stat-card:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-4px);
}
.stat-number {
    font-family: 'Archivo', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--ladrillo-1);
    line-height: 1;
    margin-bottom: 10px;
}
.stat-label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.stat-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}
.stats-projection {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.projection-icon {
    font-size: 30px;
    flex-shrink: 0;
    margin-top: 2px;
}
.projection-text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.projection-text strong {
    color: var(--beige);
}

/* ── SECCIÓN VALOR INVERSIÓN ───────────────────────────*/
#inversion-valor {
    background: var(--beige);
    padding: 90px 0 80px;
    color: var(--gris);
}
.inversion-header {
    text-align: center;
    margin-bottom: 55px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.inversion-header h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    color: var(--verde);
    margin-bottom: 16px;
}
.inversion-header p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--gris);
}
.inversion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.inversion-card {
    background: #fff;
    border-radius: 6px;
    padding: 40px 30px 36px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.07);
    transition: transform 0.3s, box-shadow 0.3s;
}
.inversion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}
.inversion-card-featured {
    background: var(--verde);
    color: #fff;
    border-color: var(--verde);
}
.inversion-card-featured h3 {
    color: #fff !important;
    font-size: 24px !important;
}
.inversion-card-featured p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 15px !important;
}
.inversion-card-featured p strong {
    color: var(--ladrillo-1);
}
.inversion-badge {
    display: inline-block;
    background: var(--ladrillo-1);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 4px 14px;
    border-radius: 3px;
    margin-bottom: 16px;
}
.inversion-icon {
    font-size: 36px;
    margin-bottom: 18px;
}
.inversion-card h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: var(--verde);
    margin-bottom: 14px;
    line-height: 1.2;
}
.inversion-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--gris);
}

/* ── CARRUSEL PILARES: tipografía y line-height ─────── */
#sustainability .sustainability-section p {
    font-size: 18px !important;
    line-height: 1.6 !important;
}
#sustainability {
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
}
#sustainability #sustainability-container {
    height: auto !important;
    transition: transform 0.5s ease !important;
    will-change: transform;
}
#sustainability .sustainability-section-content {
    padding: 60px 80px 60px 100px !important;
}
#sustainability .sustainability-section-bottom {
    padding-top: 32px !important;
    padding-bottom: 48px !important;
}
/* Imágenes slides */
.sustainability-img-container {
    position: relative !important;
    overflow: hidden !important;
    min-height: 320px !important;
    align-self: stretch !important;
}
#sustainability .sustainability-section .row {
    align-items: stretch !important;
}
/* img tag fill para slides de sustentabilidad */
.sust-img-fill {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(1.25) contrast(1.05) !important;
}
.sustainability-section-content {
    position: relative;
    z-index: 1;
}
#sustainability .sustainability-section.section-1 .sustainability-img {
    background-image: url("../img/Upgrades/Diapo1.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}
#sustainability .sustainability-section.section-2 .sustainability-img {
    background-image: url("../img/Upgrades/Diapo2.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}
#sustainability .sustainability-section.section-3 .sustainability-img {
    background-image: url("../img/Upgrades/Diapo3.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

/* ── BULLETS EN SECCIONES SUSTENTABILIDAD ──────────── */
.sustainability-bullets {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.sustainability-bullets li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--beige);
    padding: 7px 0 7px 22px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sustainability-bullets li:last-child {
    border-bottom: none;
}
.sustainability-bullets li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--ladrillo-1);
    font-weight: 700;
}

/* ── CONTACTO: email alternativo ─────────────────────── */
.contact-email-alternative {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.contact-email-alternative p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
}
.contact-email-alternative a,
.contact-email-link {
    color: var(--ladrillo-1) !important;
    text-decoration: underline;
    transition: color 0.3s;
}
.contact-email-alternative a:hover,
.contact-email-link:hover {
    color: var(--marron) !important;
}

/* ── SECCIÓN COMPRAR: 2 columnas Lotes / Deptos ───────*/
#comprar-cols {
    background: var(--ladrillo-1);
    padding: 50px 0 40px;
}
.comprar-col {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
    padding: 36px 32px 30px;
    text-align: center;
    color: #fff;
    margin: 10px;
}
.comprar-col h4 {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 14px;
    color: #fff;
}
.comprar-col p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
}
.btn-comprar-col {
    display: inline-block;
    padding: 12px 30px;
    border: 1.5px solid rgba(255,255,255,0.7);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: background 0.3s;
    text-decoration: none;
}
.btn-comprar-col:hover {
    background: rgba(255,255,255,0.15);
}

/* ── FLORA Y FAUNA: flechas custom fuera del slider ── */
.slider-outer-wrap {
    position: relative;
}
#slider-arrows {
    display: flex !important;
    gap: 10px;
    position: absolute !important;
    bottom: 200px !important;
    right: 100px !important;
    z-index: 10;
    background: transparent;
    padding: 0;
}
.slider-line-arrow {
    background: transparent !important;
    border: 1.5px solid rgba(0,0,0,0.5) !important;
    border-radius: 4px !important;
    color: #1a1a1a !important;
    width: auto !important;
    height: auto !important;
    padding: 10px 18px !important;
    font-size: 20px !important;
    box-shadow: none !important;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s, border-color 0.2s;
}
.slider-line-arrow:hover {
    background: rgba(0,0,0,0.08) !important;
    border-color: rgba(0,0,0,0.7) !important;
}

/* ── MODAL DE RESERVAS ───────────────────────────────── */
.modal-overlay {
    display: none;                      /* OCULTO por defecto */
    position: fixed;
    inset: 0;
    background: rgba(17,43,42,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}
/* Se muestra solo con la clase .modal-abierto (JS lo agrega) */
.modal-overlay.modal-abierto {
    display: flex;
    animation: fadeInModal 0.35s ease;
}
@keyframes fadeInModal {
    from { opacity: 0; }
    to { opacity: 1; }
}
.modal-box {
    background: var(--verde);
    color: #fff;
    border-radius: 8px;
    padding: 50px 48px 40px;
    max-width: 540px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: slideUpModal 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes slideUpModal {
    from { transform: translateY(40px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}
.modal-close:hover { color: #fff; }
.modal-box h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 8px;
}
.modal-subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 28px !important;
}
.modal-box form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.modal-box input,
.modal-box select,
.modal-box textarea {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 3px;
    color: #fff;
    font-family: 'Epilogue', sans-serif;
    font-size: 15px;
    padding: 12px 16px;
    width: 100%;
    transition: border-color 0.25s;
}
.modal-box input:focus,
.modal-box select:focus,
.modal-box textarea:focus {
    outline: none;
    border-color: var(--ladrillo-1);
}
.modal-box select option { color: #000; }
.modal-submit {
    background: var(--ladrillo-1) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 14px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    width: 100% !important;
    margin-top: 6px !important;
}
.modal-submit:hover { background: var(--ladrillo-2) !important; }
.modal-wa-alt {
    text-align: center;
    margin-top: 18px !important;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}
.modal-wa-alt a {
    color: #25D366 !important;
    font-weight: 600;
    text-decoration: underline;
}

/* ── RESPONSIVE — TABLET (max 991px) ─────────────────── */
@media screen and (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .inversion-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
    .btn-hero {
        font-size: 15px;
        padding: 12px 22px;
    }
    .stats-header h2 {
        font-size: 28px;
    }
    .inversion-header h2 {
        font-size: 30px;
    }
    #stats-ushuaia,
    #inversion-valor {
        padding: 60px 20px;
    }
}

/* ── RESPONSIVE — MOBILE (max 780px) ─────────────────── */
@media screen and (max-width: 780px) {
    .hero-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-top: -20px;
    }
    .btn-hero {
        font-size: 14px;
        padding: 11px 18px;
        gap: 7px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .stat-number {
        font-size: 34px;
    }
    .stats-header h2 {
        font-size: 22px;
    }
    .stats-projection {
        flex-direction: column;
        gap: 12px;
    }
    .inversion-header h2 {
        font-size: 24px;
    }
    .modal-box {
        padding: 36px 24px 30px;
    }
    .nav-social {
        padding: 20px 20px 30px;
    }
    .sustainability-bullets li {
        font-size: 13px;
    }
    #stats-ushuaia,
    #inversion-valor {
        padding: 50px 16px;
    }
}

/* ── RESPONSIVE — MOBILE SMALL (max 480px) ───────────── */
@media screen and (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .stat-card {
        padding: 24px 12px 18px;
    }
    .stat-number {
        font-size: 28px;
    }
    .btn-hero {
        font-size: 13px;
        padding: 10px 14px;
    }
}

/* ── MODAL DE CONTACTO (estilos específicos) ────────── */
.modal-box-contact {
    max-width: 560px;
}
.modal-contact-info {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.modal-contact-wa,
.modal-contact-email {
    flex: 1;
    min-width: 160px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    justify-content: center;
}
.modal-contact-wa {
    background: #25D366;
    color: #fff !important;
}
.modal-contact-wa:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    color: #fff !important;
}
.modal-contact-email {
    background: rgba(255,255,255,0.1);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.25);
}
.modal-contact-email:hover {
    background: rgba(255,255,255,0.18);
    color: #fff !important;
}
.modal-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
}
.modal-divider::before,
.modal-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

/* ── FORMULARIO DE CONTACTO INLINE ───────────────────*/
#contacto {
    color: var(--blanco);
    background: var(--verde);
    padding: 100px 0 80px;
}
#contacto h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 40px;
}
#contacto #contact-info {
    padding-left: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 24px;
}
#contacto #contact-info .contact-info-item {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    margin-bottom: 22px;
}
#contacto #contact-info .contact-info-item span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.55;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#contacto #contact-form input:not([type="submit"]),
#contacto #contact-form textarea {
    font-size: 17px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.4);
    background: transparent;
    width: 100%;
    color: var(--blanco);
    font-family: 'Epilogue', sans-serif;
    padding: 10px 0;
    margin-bottom: 4px;
}
#contacto #contact-form textarea {
    height: 110px;
    padding-top: 10px;
    resize: vertical;
}
#contacto #contact-form .contact-field {
    margin-bottom: 14px;
}
#contacto #contact-form input[type="submit"] {
    margin-top: 20px;
    padding: 14px 40px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.6);
    color: #fff;
    font-size: 16px;
    font-family: 'Epilogue', sans-serif;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.3s;
    display: block;
    width: 100%;
}
#contacto #contact-form input[type="submit"]:hover {
    background: rgba(255,255,255,0.1);
}

/* ── Hero Btns container ──────────────────────────────*/
.hero-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

/* ── Precio por m² en benefits ─────────────────────── */
.benefits-precio-m2 {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-top: 8px;
}

/* ── MEJORAS GENERALES DE LAYOUT ────────────────────── */

/* Header más limpio en MAC / pantallas grandes */
@media screen and (min-width: 1280px) {
    #main h1 {
        font-size: 66px;
    }
}

/* Margen interlineado mejorado en about */
#about .about-txt p {
    line-height: 1.65 !important;
}

/* Mejora legibilidad en benefits */
#benefits #benefits-faq h4 {
    line-height: 1.45 !important;
}
#benefits #benefits-faq li {
    line-height: 1.55 !important;
}

/* Animación de apertura del menú más suave */
#nav {
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgba(17, 43, 42, 0.82) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

/* ══════════════════════════════════════════════════════
   CORRECCIONES 1-8 — 2026-04-14
   ══════════════════════════════════════════════════════ */

/* #2 ── BURGER FIJO: siempre visible, ultra visible sobre cualquier fondo */
.burger-fixed {
    position: fixed !important;
    top: 18px;
    right: 24px;
    z-index: 10000;
    background: rgba(17,43,42,0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    /* Animación de pulso sutil para llamar la atención */
    animation: burgerPulse 3s ease-in-out infinite;
}
.burger-fixed:hover {
    background: rgba(17,43,42,0.85);
    transform: scale(1.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    animation: none;
}
/* 3 líneas del burger hechas en CSS puro — sin depender de SVG */
.burger-fixed::before,
.burger-fixed::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3.2px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transition: transform 0.3s, opacity 0.3s;
}
.burger-fixed::before { top: 15px; }
.burger-fixed::after  { bottom: 15px; }
/* Línea del medio con box-shadow trick */
.burger-fixed {
    background-image: none !important; /* quita el SVG original */
}
/* Línea central */
.burger-fixed-middle {
    display: none; /* no necesario, usamos box-shadow */
}
/* Truco: la línea del medio se logra con un pseudo-extra imposible,
   así que lo hacemos con un inner span o box-shadow en ::before */

/* Animación de pulso — llama la atención sin ser molesto */
@keyframes burgerPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.15); }
    50% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
}

/* Cuando el menú nav está abierto, el burger sigue visible */
#nav.visible ~ .burger-fixed,
#nav.visible + .burger-fixed {
    z-index: 9998; /* detrás del nav */
}

/* #1 ── BOTÓN SONIDO EN VIDEO */
.btn-video-sonido {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s, transform 0.2s;
    color: #fff;
    opacity: 0;                /* oculto hasta que el video esté activo */
    pointer-events: none;
}
#main #video:hover .btn-video-sonido,
#main #video.playing .btn-video-sonido {
    opacity: 1;
    pointer-events: auto;
}
.btn-video-sonido:hover {
    background: rgba(0,0,0,0.75);
    transform: scale(1.1);
}
/* Mostrar el botón cuando el video-cover está oculto */
#video-cover[style*="opacity: 0"] ~ .btn-video-sonido,
#video-cover[style*="opacity:0"] ~ .btn-video-sonido {
    opacity: 1;
    pointer-events: auto;
}



/* Fila de botones hero — todos a la misma altura */
.hero-btns-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;     /* todos alineados al centro vertical */
}
/* Forzar que todos los hijos directos tengan mismo baseline */
.hero-btns-row > * {
    align-self: center;
    flex-shrink: 0;
}


/* #5 ── TOOLTIP BENEFICIOS — 2 columnas, más ancho, menos alto */
.btn-beneficios-tooltip {
    position: relative;
    overflow: visible !important;
}
.beneficios-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 10px);
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: rgba(8, 22, 22, 0.97);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 14px 16px;
    width: 500px;             /* MAS ANCHO */
    z-index: 99999;
    box-shadow: 0 -8px 30px rgba(0,0,0,0.4);
    pointer-events: none;
    backdrop-filter: blur(8px);
    text-align: left;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    /* 2 columnas */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
}
/* Flechita hacia abajo */
.beneficios-tooltip::before {
    content: '';
    position: absolute;
    bottom: -6px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255,255,255,0.12);
}
.beneficios-tooltip span {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255,255,255,0.85);
    padding: 5px 6px;
    border-radius: 4px;
    background: rgba(255,255,255,0.04);
    border: none;
}
/* Último span ocupa 2 columnas si son 5 items (impar) */
.beneficios-tooltip span:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
.btn-beneficios-tooltip:hover .beneficios-tooltip,
.btn-beneficios-tooltip:focus .beneficios-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* #4 ── BOTÓN RESERVAR: tooltip "Próximamente" al hover */
.btn-hero-pronto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 30px;
    background: transparent;
    color: rgba(255,255,255,0.3) !important;
    border: 1.5px solid rgba(255,255,255,0.18) !important;
    cursor: not-allowed;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1;
    overflow: visible;
}
/* Tooltip "Próximamente" — aparece arriba del botón Reservar */
.pronto-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: rgba(8,22,22,0.95);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6) !important;
    white-space: nowrap;
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    font-weight: 400;
}
.pronto-tooltip::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(255,255,255,0.12);
}
.btn-hero-pronto:hover .pronto-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* #8 ── LOGO: desaparece al hacer scroll */
#header {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
#header.logo-oculto {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE COMPLETO — MAC / SAFARI / TABLETS / MÓVILES
   ══════════════════════════════════════════════════════════ */

/* ── HEADER: logo TA + WAF centrado ──────────────────── */
#header {
    height: auto !important;
    padding: 14px 0 8px !important;
}
#logo {
    width: 120px;
    margin-bottom: 0 !important;
}
#logo-ta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    width: 160px;
}
#logo-ta-label {
    font-family: 'Epilogue', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}
#logo-ta {
    width: 110px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.3s;
}
#logo-ta-wrap:hover #logo-ta { opacity: 1; }
#header-waf {
    text-align: center;
    padding: 6px 0 4px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 8px;
}
#header-waf img {
    height: 22px;
    opacity: 0.7;
    filter: brightness(0) invert(1);
}

/* ── Safari / WebKit fixes ─────────────────────────────── */
@supports (-webkit-touch-callout: none) {
    /* Fix 100vh en Safari iOS */
    #sustainability,
    #slider {
        min-height: -webkit-fill-available;
    }
    /* Fix backdrop-filter en Safari */
    .burger-fixed,
    .beneficios-tooltip {
        -webkit-backdrop-filter: blur(8px);
    }
}

/* ── Pantallas muy grandes (2K+) ──────────────────────── */
@media screen and (min-width: 1600px) {
    #main h1 { font-size: 72px; }
    .hero-subtitle { font-size: 18px; }
    #about .about-txt p { font-size: 32px; line-height: 50px; }
}

/* ── Mac / Desktop estándar (1280-1599) ──────────────── */
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    #main h1 { font-size: 66px; }
}

/* ── Laptop pequeña (1024-1279) ──────────────────────── */
@media screen and (max-width: 1279px) {
    #main h1 { font-size: 50px; }
    #main { min-height: 1400px; padding-top: 140px; }
    #sustainability .sustainability-section-content {
        padding: 50px 50px 50px 70px !important;
    }
    #slider .slide-content {
        max-width: 500px;
        min-height: 550px;
        padding: 60px;
    }
    #slider .slide-content h3 { font-size: 36px; line-height: 40px; }
}

/* ── Tablet (768-1023) ───────────────────────────────── */
@media screen and (max-width: 1023px) {
    #main h1 { font-size: 42px; margin: 30px 0; }
    #main { min-height: 1100px; padding-top: 120px; }
    #main #video { height: 450px; }
    #feat { min-height: auto; height: auto; }
    #feat-list { max-width: 100%; padding: 60px 40px 40px; }
    #about .about-txt { max-width: 100%; }
    #about .about-txt p { font-size: 24px; line-height: 38px; }
    .about-item { min-height: 450px; }
    #sustainability { min-height: 0 !important; height: auto !important; }
    #sustainability .sustainability-section-content {
        padding: 40px 30px 40px 50px !important;
    }
    #sustainability .sustainability-section h2 { font-size: 36px; line-height: 40px; }
    #slider { min-height: 700px; }
    #slider .slide-content { max-width: 420px; min-height: 450px; padding: 50px; }
    #slider .slide-content h3 { font-size: 32px; line-height: 36px; }
    #benefits h3 strong { font-size: 26px !important; }
    #maps h3 { font-size: 20px !important; }
    /* Tooltip: pasar a 1 columna en tablet */
    .beneficios-tooltip {
        width: 360px;
        grid-template-columns: 1fr;
    }
    .beneficios-tooltip span:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

/* ── Móvil grande / Landscape (481-767) ─────────────── */
@media screen and (max-width: 767px) {
    body { font-size: 18px; }
    #main h1 { font-size: 32px; margin: 20px 0; }
    #main { min-height: 900px; padding-top: 100px; }
    #main #video { height: 300px; }
    .hero-subtitle { font-size: 11px; letter-spacing: 1px; margin-top: -15px; }
    #nav { width: 100vw; }
    #social { top: auto; bottom: 20px; right: 16px; transform: none; }
    #social a { margin-bottom: 18px; }
    #social img { width: 36px; height: 36px; }
    #feat-list { padding: 40px 24px 30px; }
    #feat-list span { font-size: 15px; }
    #about .about-txt { padding: 30px 24px; }
    #about .about-txt p { font-size: 20px; line-height: 32px; }
    .about-item { min-height: 350px; }
    #sustainability { min-height: 0 !important; height: auto !important; }
    #sustainability .sustainability-section { width: 100%; }
    #sustainability .sustainability-section .row { width: 100%; flex-direction: column; }
    #sustainability .sustainability-section-content {
        padding: 40px 24px 30px 32px !important;
    }
    #slider-arrows {
        max-width: 100% !important;
        padding: 12px 24px !important;
        justify-content: flex-end !important;
    }
    #sustainability .sustainability-section h2 { font-size: 30px; line-height: 34px; }
    #sustainability .sustainability-section-bottom { padding-top: 40px; }
    #sustainability .sustainability-img-container { min-height: 280px; }
    #slider { min-height: auto; height: auto; }
    #slider .slide { flex-direction: column; min-height: 600px; }
    #slider .slide-content { max-width: 100%; min-height: auto; padding: 40px 24px; }
    #slider .slide-content h3 { font-size: 28px; line-height: 32px; }
    #slider .slide-content p { font-size: 16px; line-height: 24px; }
    #benefits h3 { padding: 30px 20px !important; }
    #benefits h3 strong { font-size: 22px !important; }
    .benefits-precio-m2 { font-size: 12px !important; }
    #benefits-content { padding: 40px 0 !important; }
    #benefits #benefits-property,
    #benefits #benefits-faq { padding: 20px !important; }
    #maps h3 { font-size: 18px !important; padding: 30px 20px !important; }
    #footer small { font-size: 14px; }
    /* Tooltip en mobile: centrado y más estrecho */
    .beneficios-tooltip {
        width: 280px;
        grid-template-columns: 1fr;
        font-size: 11px;
    }
    .burger-fixed { top: 12px; right: 16px; }
}

/* ── Móvil pequeño (max 480px) ──────────────────────── */
@media screen and (max-width: 480px) {
    #main h1 { font-size: 26px; margin: 15px 0; }
    #main { min-height: 780px; padding-top: 80px; }
    #main #video { height: 220px; }
    .hero-subtitle { font-size: 10px; letter-spacing: 0.5px; }
    .btn-hero { font-size: 12px; padding: 10px 12px; height: 44px; gap: 5px; }
    .btn-hero-wa svg { width: 14px; height: 14px; }
    #about .about-txt p { font-size: 18px; line-height: 28px; }
    #sustainability .sustainability-section h2 { font-size: 26px; line-height: 30px; }
    #sustainability .sustainability-section h2::before { width: 80px; height: 80px; }
    #sustainability .sustainability-section p { font-size: 15px; line-height: 24px; }
    #slider .slide-content h3 { font-size: 24px; line-height: 28px; }
    #slider .slide-content h3::before { width: 80px; height: 80px; }
    #footer small { font-size: 12px; text-align: center; }
}

/* ── Orientación landscape en móvil ─────────────────── */
@media screen and (max-height: 500px) and (orientation: landscape) {
    #main { min-height: 600px; padding-top: 60px; }
    #main h1 { font-size: 28px; margin: 10px 0; }
    #main #video { height: 200px; }
    #sustainability .sustainability-section-content { padding: 30px 24px; }
    #sustainability .sustainability-section-bottom { padding-top: 20px; }
}

/* ── Fauna mobile (ocultar en desktop, mostrar en mobile) ── */
@media screen and (max-width: 767px) {
    .fauna-mobile {
        display: block;
        min-height: 300px;
        background: url(../img/slide-1.jpg) no-repeat center / cover;
    }
    .webp .fauna-mobile {
        background-image: url(../img/slide-1.webp);
    }
    .only-mobile { display: inline; }
    /* Override de las reglas anteriores — body aumenta especificidad sin !important */
    body .fauna-mobile,
    body .webp .fauna-mobile {
        background-image: url('../img/Upgrades/Flora y Fauna.jpg');
    }
}

/* ==========================================================================
   FIX RAPIDO MOBILE (iPhone / Android) - max 768px
   ========================================================================== */
@media screen and (max-width: 768px) {
    
    /* 1. FIX DIAPOSITIVAS (Sustentabilidad/Final) - Activa el Swipe táctil */
    #sustainability-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .sustainability-section {
        min-width: 100vw;
        height: auto !important; 
        min-height: 100vh;
        scroll-snap-align: center;
        padding-bottom: 50px;
    }

    .sustainability-section-content {
        padding: 20px 15px;
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sustainability-section-content h2 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .sustainability-section-content p,
    .sustainability-bullets li {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    /* 2. FIX LOGO FLOTANTE - Flota arriba y no empuja el contenido */
    #header, .logo-flotante {
        position: absolute !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: transparent !important;
        padding-top: 15px !important;
    }

    /* 3. FIX TEXTO ENCIMADO - Acomoda el título y subtítulo del Hero */
    #main h1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-top: 80px !important; /* Lo empuja abajo para que no choque con el logo */
        padding: 0 15px !important; /* Le da aire a los bordes */
    }
    
    .hero-subtitle {
        padding: 0 15px !important;
        margin-top: 15px !important;
    }
}

    /* ── MODO VIDEO DE FONDO PURO ── */
    /* Ocultamos el botón de sonido que armamos en el HTML */
    #btn-sonido {
    display: none !important;
}

    /* Bloqueamos los clics sobre el reproductor. 
   Esto es la magia para que YouTube nunca muestre sus títulos, 
   logos ni opciones de pausa al usuario */
    #player {
    pointer-events: none !important;
}

/* ── SUSTAINABILITY IMAGES MOBILE: posición relativa para que tengan altura */
@media screen and (max-width: 991px) {
    .sust-img-fill {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: 260px !important;
        display: block !important;
    }
    .sustainability-img-container {
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
    }
}

/* ── RONDA 2 FIXES ───────────────────────────────────── */

/* GSAP desactivado — carrusel transform manual */
#sustainability {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
#sustainability-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    transition: transform 0.5s ease !important;
    height: auto !important;
}
#sustainability .sustainability-section {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}

/* P1: Hero background = Foto 45 Lavado */
#main {
    background-image: url('../img/Upgrades/Foto 45 Lavado.jpg') !important;
    background-size: cover !important;
    background-position: 57% center !important;
}
.webp #main {
    background-image: url('../img/Upgrades/Foto 45 Lavado.jpg') !important;
}

/* P4: Ushuaia section — font min 17px, line-height 1.5 */
#stats-ushuaia .stats-header p,
#stats-ushuaia .stat-label,
#stats-ushuaia .stat-desc {
    font-size: 17px;
    line-height: 1.5;
}
#stats-ushuaia .stat-desc {
    color: rgba(255,255,255,0.65);
}
.projection-text {
    font-size: 17px !important;
    line-height: 1.5 !important;
    color: var(--blanco, #fff) !important;
}

/* P5: Sustainability carousel nav arrows */
.sustainability-nav {
    position: absolute;
    bottom: 32px;
    right: 48px;
    display: flex;
    gap: 12px;
    z-index: 100;
}
.sustainability-nav button {
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    transition: background 0.25s;
    line-height: 1;
}
.sustainability-nav button:hover {
    background: rgba(255,255,255,0.3);
}
@media (max-width: 768px) {
    .sustainability-nav {
        bottom: 16px;
        right: 16px;
    }
}

/* P4: Flora y Fauna — solo primer slide (solo desktop; mobile usa .fauna-mobile) */
@media screen and (min-width: 992px) {
    #slider .slide-1 {
        background: url("../img/Upgrades/Flora y Fauna.jpg") no-repeat center / cover !important;
    }
}
/* Mobile: forzar sin imagen de fondo en todos los slides */
@media screen and (max-width: 991px) {
    #slider .slide-1,
    #slider .slide-7,
    #slider .slide-8 {
        background: none !important;
        background-image: none !important;
    }
}
/* Saturación boosteada para compensar perfil ICC P3 de las fotos */
#slider .slide {
    filter: saturate(1.2) contrast(1.04);
}
/* slide-7 y slide-8 usan sus originales de style.css */

/* P7: Maps frase */
.maps-frase {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--verde, #112b2a);
    text-align: center;
    padding: 20px 24px 30px;
    margin: 0;
    font-style: italic;
}

/* P8: Footer logo TA */
#footer #logo-ta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
#footer #logo-ta-label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}
#footer #logo-ta {
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}
#footer #logo-footer-worldarchefest {
    display: block !important;
    max-height: 45px !important;
    width: auto !important;
    object-fit: contain;
}
#footer #logo-footer {
    max-height: 45px !important;
    width: auto !important;
    object-fit: contain;
}
#footer-content .d-flex {
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 40px;
}
#footer #logo-ta-wrap {
    max-width: 180px;
}
#footer #logo-ta {
    height: 36px;
    max-width: 160px;
    width: auto;
}

/* reCAPTCHA invisible — botón idéntico al input[type=submit] original */
.contact-submit-btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 160px !important;
    height: 45px !important;
    line-height: 45px !important;
    text-align: center !important;
    border: 1px solid #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-family: 'Epilogue', sans-serif !important;
    letter-spacing: 1px !important;
    margin-left: auto !important;
    color: #ffffff !important;
    display: block !important;
    padding: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: background 0.2s;
}
.contact-submit-btn:hover {
    background: rgba(255,255,255,0.1) !important;
    background-color: rgba(255,255,255,0.1) !important;
}
/* Badge reCAPTCHA — esquina inferior derecha, no interfiere */
.grecaptcha-badge {
    z-index: 9999;
}

/* P12: Financiación título */
.financiacion-titulo {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 40px 24px 20px;
    letter-spacing: 0.5px;
}

/* ══════════════════════════════════════════════════════════
   CORRECCIONES PUNTOS 1-5 — 2026-04-21
   ══════════════════════════════════════════════════════════ */

/* PUNTO 1 — Menú hamburguesa: solo el botón cambia, el panel queda igual */
/* El fondo del panel #nav es verde oscuro (se mantiene como estaba) */
/* Solo se cambia el botón burger (ver sección FIXES MOBILE PROFUNDOS) */

/* PUNTO 2 — Sección Proyecto: título más cerca del borde superior */
.feat-titulo-seccion {
    padding: 13px 24px 0 !important;
}

/* PUNTO 3 — Sección Ventas: título "Financiación" centrado verticalmente */
#comprar > div:first-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 120px !important;
    height: auto !important;
    padding: 40px 24px !important;
}

/* PUNTO 4 — Mobile: íconos flotantes agrupados con el burger (un bloque vertical) */
@media screen and (max-width: 991px) {
    #social {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        position: fixed !important;
        /* pegado justo debajo del burger: top:18px + height:48px + gap:4px = 70px */
        top: 118px !important;
        right: 40px !important;
        bottom: auto !important;
        transform: none !important;
        z-index: 99999 !important;
        gap: 4px !important;
    }
    #social a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 0 !important;
        width: 48px !important;
        height: 48px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: 1.5px solid rgba(0, 0, 0, 0.22) !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
    }
    #social img {
        width: 26px !important;
        height: 26px !important;
        filter: brightness(0) !important;
        opacity: 0.85 !important;
    }
}

/* PUNTO 5 — Flora y Fauna: flechas debajo del texto en mobile */
@media (max-width: 768px) {
    #slider-arrows {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
        margin-top: 20px !important;
        display: flex !important;
        justify-content: flex-end !important;
        padding: 0 24px 24px !important;
        width: 100% !important;
    }
    /* Asegurar que el slide-content no colapse debajo de las flechas */
    .slider-outer-wrap {
        display: flex;
        flex-direction: column;
    }
}

/* ══════════════════════════════════════════════════════════
   FIXES MOBILE PROFUNDOS — 2026-04-21
   ══════════════════════════════════════════════════════════ */

/* ── BURGER: idéntico a los botones de Instagram/WhatsApp
   Usamos !important en todo porque #burger en style.css tiene especificidad ID */
.burger-fixed {
    /* Dimensiones iguales a #social a */
    width: 48px !important;
    height: 48px !important;
    /* Estilo visual igual a social icons */
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1.5px solid rgba(0, 0, 0, 0.22) !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
    animation: none !important;
    /* Layout */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    position: fixed !important;
}
.burger-fixed:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28) !important;
    transform: scale(1.05) !important;
}
/* Líneas del burger: negras, 32px de ancho */
.burger-fixed::before,
.burger-fixed::after {
    width: 32px !important;
    height: 3px !important;
    background: #1a1a1a !important;
    box-shadow: none !important;
    border-radius: 2px !important;
}
/* Reposicionar para botón de 48px de alto */
.burger-fixed::before { top: 13px !important; }
.burger-fixed::after  { bottom: 13px !important; }
/* Línea del medio (span): perfectamente centrada */
.burger-fixed span {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 32px !important;
    height: 3px !important;
    background: #1a1a1a !important;
    border-radius: 2px !important;
}

/* ── NAV MENÚ: iconos y textos quedan en blanco sobre fondo verde oscuro */
/* No se tocan los colores del panel — se mantiene el diseño original */

/* ── SLIDER MOBILE: sin imágenes de fondo en los slides (el texto sobre fondo limpio) */
/* Las imágenes se muestran en .fauna-mobile debajo, cambian con JS */
@media screen and (max-width: 991px) {
    #slider .slide-content {
        background: rgba(245, 240, 233, 0.95) !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* ── FAUNA MOBILE: imagen dinámica (JS la actualiza al navegar) */
@media screen and (max-width: 767px) {
    .fauna-mobile {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        min-height: 320px !important;
        transition: opacity 0.3s ease;
    }
}

/* ══════════════════════════════════════════════════════════
   TIPOGRAFÍA — Mínimo 16px en cuerpo de texto (recomendación premium)
   Solo afecta descripciones y párrafos, no badges ni labels de UI
   ══════════════════════════════════════════════════════════ */

/* Estadísticas Ushuaia — descripción y label */
.stat-label  { font-size: 16px !important; }
.stat-desc   { font-size: 15px !important; line-height: 1.5 !important; }

/* Sección inversión — párrafos de tarjetas */
.inversion-card p { font-size: 16px !important; line-height: 1.65 !important; }
.inversion-header p { font-size: 18px !important; }

/* Bullets sustentabilidad */
.sustainability-bullets li { font-size: 16px !important; line-height: 1.6 !important; }

/* Sección Comprar */
.comprar-col p { font-size: 17px !important; }

/* Contacto — sección info */
#contacto #contact-info .contact-info-item { font-size: 18px !important; line-height: 1.6 !important; }

/* Stats header párrafo */
.stats-header p { font-size: 16px !important; line-height: 1.6 !important; }