/*
═══════════════════════════════════════════════════════════════════════════════
CABBIK HOME 2026 - ESTILOS
═══════════════════════════════════════════════════════════════════════════════
Archivo: public/css/home-2026.css
Generado: 2026-01-31
═══════════════════════════════════════════════════════════════════════════════
*/

/* ═══════════════════════════════════════════════════════════════════════════
   FLATPICKR TEMA CABBIK
   ═══════════════════════════════════════════════════════════════════════════ */
/* Flatpickr tema Cabbik */
.flatpickr-calendar {
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2) !important;
    border: 1px solid #e5e5e5 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.flatpickr-months {
    padding: 12px 0 !important;
}

.flatpickr-current-month {
    font-weight: 700 !important;
    font-size: 15px !important;
}

.flatpickr-day {
    border-radius: 50% !important;
    font-weight: 500 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #f38b28 !important;
    border-color: #f38b28 !important;
    color: #fff !important;
}

.flatpickr-day.inRange {
    background: rgba(243, 139, 40, 0.15) !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.flatpickr-day:hover {
    background: rgba(243, 139, 40, 0.1) !important;
    border-color: transparent !important;
}

.flatpickr-day.today {
    border-color: #f38b28 !important;
}

.flatpickr-day.today:hover {
    background: rgba(243, 139, 40, 0.1) !important;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
    fill: #f38b28 !important;
}

.flatpickr-monthDropdown-months,
.numInputWrapper input {
    font-weight: 600 !important;
}
</style>

/* ═══════════════════════════════════════════════════════════════════════════
   NEXO 2027 - ESTILOS PRINCIPALES
   ═══════════════════════════════════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════════════════════════
   NEXO 2027 - PREMIUM DESIGN ($25K LOOK)
   ═══════════════════════════════════════════════════════════════════════════ */

.nexo * { box-sizing: border-box !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   WRAPPER GLOBAL BOREAL
   ═══════════════════════════════════════════════════════════════════════════ */
.home-boreal {
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    min-height: 100vh !important;
}

.home-boreal > * {
    position: relative !important;
    z-index: 1 !important;
}

.home-boreal > .nexo-aurora {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
}

.nexo {
    display: flex !important;
    min-height: 100vh !important;
    background: transparent !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 1 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   AURORA BOREAL - PREMIUM LENTA (CARGA DESPUÉS DE LCP)
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-aurora {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    transition: opacity 1.5s ease !important;
}

.nexo-aurora.aurora--active {
    opacity: 1 !important;
}

.nexo-aurora-orb {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    will-change: transform !important;
}

.nexo-aurora-orb:nth-child(1) {
    width: 800px !important;
    height: 800px !important;
    background: rgba(255, 180, 130, 0.28) !important;
    top: -200px !important;
    right: -100px !important;
    animation: aurora-premium-1 26s linear infinite !important;
}

.nexo-aurora-orb:nth-child(2) {
    width: 1000px !important;
    height: 1000px !important;
    background: rgba(255, 230, 200, 0.22) !important;
    bottom: -300px !important;
    left: -200px !important;
    animation: aurora-premium-2 26s linear infinite !important;
}

.nexo-aurora-orb:nth-child(3) {
    width: 700px !important;
    height: 700px !important;
    background: rgba(255, 200, 160, 0.20) !important;
    top: 30% !important;
    left: 20% !important;
    animation: aurora-premium-1 26s linear infinite reverse !important;
}

.nexo-aurora-orb:nth-child(4) {
    width: 600px !important;
    height: 600px !important;
    background: rgba(255, 190, 140, 0.18) !important;
    top: 60% !important;
    right: 30% !important;
    animation: aurora-premium-2 26s linear infinite reverse !important;
}

@keyframes aurora-premium-1 {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-80px, 120px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes aurora-premium-2 {
    0% { transform: translate(0, 0) scale(1.05); }
    50% { transform: translate(100px, -70px) scale(1); }
    100% { transform: translate(0, 0) scale(1.05); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MAIN CONTAINER
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-main {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 220px 200px 50px 200px !important;
    max-width: 900px !important;
    position: relative !important;
    z-index: 10 !important;
}

.nexo-form {
    min-height: 700px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

@media (max-width: 1400px) {
    .nexo-main { padding: 50px 120px !important; }
}

@media (max-width: 1024px) {
    .nexo { 
        flex-direction: column !important;
        margin-top: 70px !important; /* Compensar header fixed */
    }
    .nexo-main { 
        max-width: 100% !important; 
        padding: 30px 24px 0 24px !important;
        margin-bottom: -50px !important;
        overflow: visible !important;
    }
    .nexo-fields {
        overflow: visible !important;
    }
    .nexo-form { min-height: auto !important; }
    
    /* MOBILE PERFORMANCE - Desactivar todo lo pesado */
    .nexo-aurora { display: none !important; }
    
    .nexo-card,
    .nexo-vehicle-card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #ffffff !important;
    }
    
    .nexo-dot,
    .nexo-card,
    .nexo-line::before,
    .nexo-line::after,
    .nexo-submit,
    .nexo-label {
        animation: none !important;
    }
    
    .nexo-card,
    .nexo-vehicle-card,
    .nexo-dropdown-item {
        transition: none !important;
    }
    
    .nexo-card {
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    }
    
    .nexo-card:hover,
    .nexo-vehicle-card:hover {
        transform: none !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - LÍNEA Y DOTS
       ═══════════════════════════════════════════════════════════════════════ */
    
    /* Línea viva en mobile - más sutil */
    .nexo-line {
        display: block !important;
        left: 10px !important;
        width: 2px !important;
    }
    
    .nexo-line-glow {
        animation: line-energy 4s ease-in-out infinite !important;
    }
    
    /* Dots más pequeños */
    .nexo-fields {
        padding-left: 36px !important;
    }
    
    .nexo-dot {
        width: 14px !important;
        height: 14px !important;
        left: -32px !important;
        border-width: 2px !important;
    }
    
    .nexo-dot.active {
        animation: dot-heartbeat 3s ease-in-out infinite !important;
    }
    
    .nexo-dot.done {
        box-shadow: 0 0 6px rgba(243,139,40,0.4) !important;
    }
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - CARDS
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-card {
        padding: 16px 18px !important;
        margin-bottom: 12px !important;
        border-radius: 14px !important;
        overflow: visible !important;
    }
    
    .nexo-label {
        font-size: 9px !important;
        letter-spacing: 0.8px !important;
        margin-bottom: 6px !important;
    }
    
    .nexo-input {
        font-size: 16px !important; /* Evita zoom en iOS */
    }
    
    /* Flatpickr inline dentro de modal */
    .nexo-modal .flatpickr-calendar {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        margin: 0 !important;
        background: #fff !important;
    }
    
    .nexo-modal .flatpickr-calendar.inline {
        display: block !important;
    }
    
    .nexo-modal .flatpickr-months {
        padding: 10px 0 !important;
    }
    
    .nexo-modal .flatpickr-day {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 15px !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - MODAL FULLSCREEN
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-modal {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #ffffff !important;
        z-index: 9999 !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }
    
    .nexo-modal[style*="display: block"] {
        display: flex !important;
    }
    
    .nexo-modal-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        flex-shrink: 0 !important;
        background: #ffffff !important;
    }
    
    .nexo-modal-close {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        background: #f5f5f5 !important;
        border: none !important;
        font-size: 20px !important;
        color: #333 !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        order: 2 !important;
    }
    
    .nexo-modal-title {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        order: 1 !important;
    }
    
    .nexo-modal-search {
        padding: 16px 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        flex-shrink: 0 !important;
    }
    
    .nexo-modal-search input {
        width: 100% !important;
        padding: 16px 20px !important;
        font-size: 16px !important;
        border: 2px solid #e5e5e5 !important;
        border-radius: 12px !important;
        background: #f9f9f9 !important;
        outline: none !important;
        transition: border-color 0.2s, background 0.2s !important;
    }
    
    .nexo-modal-search input:focus {
        border-color: #f38b28 !important;
        background: #ffffff !important;
    }
    
    .nexo-modal-content {
        flex: 1 !important;
        overflow-y: auto !important;
        padding: 8px 0 !important;
    }
    
    .nexo-modal-item {
        display: flex !important;
        align-items: center !important;
        padding: 16px 20px !important;
        background: transparent !important;
        border: none !important;
        width: 100% !important;
        text-align: left !important;
        cursor: pointer !important;
        transition: background 0.15s !important;
    }
    
    .nexo-modal-item:active {
        background: #f5f5f5 !important;
    }
    
    .nexo-modal-item-icon {
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
        background: #f0f0f0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        margin-right: 16px !important;
        flex-shrink: 0 !important;
    }
    
    .nexo-modal-item-icon.airport {
        background: linear-gradient(135deg, #fff3e6 0%, #ffe4cc 100%) !important;
    }
    
    .nexo-modal-item-text {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #1a1a1a !important;
    }

    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - FORM LOCK (bloquea formulario cuando hay selector abierto)
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-form-lock {
        position: absolute !important;
        inset: 0 !important;
        background: rgba(255,255,255,0.7) !important;
        backdrop-filter: blur(2px) !important;
        -webkit-backdrop-filter: blur(2px) !important;
        z-index: 900 !important;
    }

    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - DROPDOWN OCULTO (usamos modal fullscreen)
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-dropdown {
        display: none !important;
    }
    
    .nexo-dropdown-overlay {
        display: none !important;
    }
    
    .nexo-dropdown-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        position: sticky !important;
        top: 0 !important;
        background: #ffffff !important;
        z-index: 10 !important;
    }
    
    .nexo-dropdown-close {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: #f5f5f5 !important;
        border: none !important;
        font-size: 16px !important;
        color: #666 !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .nexo-dropdown--mobile {
        position: fixed !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        max-height: 70vh !important;
        border-radius: 20px 20px 0 0 !important;
        z-index: 2147483647 !important;
        box-shadow: 0 -10px 40px rgba(0,0,0,0.2) !important;
        border: none !important;
        background: #ffffff !important;
        overflow-y: auto !important;
    }
    
    .nexo-dropdown--mobile .nexo-dropdown-header {
        display: flex !important;
        position: sticky !important;
        top: 0 !important;
        background: #ffffff !important;
        padding: 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        z-index: 10 !important;
        align-items: center !important;
    }
    
    .nexo-dropdown--mobile .nexo-dropdown-header span {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        flex: 1 !important;
    }
    
    .nexo-dropdown--mobile .nexo-dropdown-close {
        display: flex !important;
        width: 32px !important;
        height: 32px !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f5f5f5 !important;
        border: none !important;
        border-radius: 50% !important;
        font-size: 16px !important;
        cursor: pointer !important;
    }
    
    .nexo-dropdown-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        position: sticky !important;
        top: 0 !important;
        background: #ffffff !important;
        z-index: 10 !important;
    }
    
    .nexo-dropdown-close {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: #f5f5f5 !important;
        border: none !important;
        font-size: 16px !important;
        color: #666 !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .nexo-dropdown-close:hover {
        background: #e5e5e5 !important;
    }
    
    .nexo-dropdown-search {
        padding: 16px !important;
        padding-top: calc(16px + env(safe-area-inset-top)) !important;
        border-bottom: 1px solid #e5e5e5 !important;
        flex-shrink: 0 !important;
    }
    
    .nexo-dropdown-search input {
        padding: 14px 16px !important;
        font-size: 16px !important; /* Evita zoom iOS */
        border-radius: 12px !important;
    }
    
    .nexo-dropdown-item {
        padding: 16px 20px !important;
        min-height: 56px !important; /* Área táctil mínima */
    }
    
    .nexo-dropdown-icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    .nexo-dropdown-text {
        font-size: 16px !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - TIME PICKER
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-time-picker {
        left: 50% !important;
        width: calc(100% - 32px) !important;
        max-width: 340px !important;
        padding: 24px !important;
    }
    
    .nexo-time-picker-confirm {
        padding: 18px !important;
        font-size: 14px !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - PASAJEROS
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-pax-row {
        padding: 14px 0 !important;
    }
    
    .nexo-pax-info h4 {
        font-size: 14px !important;
    }
    
    .nexo-pax-info p {
        font-size: 11px !important;
    }
    
    .nexo-pax-btn {
        width: 44px !important;
        height: 44px !important; /* Área táctil mínima Apple */
    }
    
    .nexo-pax-count {
        font-size: 16px !important;
        min-width: 28px !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - BOTÓN SUBMIT STICKY (condicional via JS)
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-submit {
        padding: 18px 24px !important;
        font-size: 14px !important;
        border-radius: 12px !important;
    }
    
    .nexo-submit.sticky {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 0 !important;
        padding: 18px 24px !important;
        padding-bottom: calc(18px + env(safe-area-inset-bottom, 20px)) !important;
        z-index: 99999 !important;
        margin: 0 !important;
        transition: transform 0.3s ease !important;
    }
    
    /* Ocultar CTA cuando teclado está abierto */
    .nexo-submit.sticky.keyboard-open {
        transform: translateY(100%) !important;
    }
    
    /* Espacio para el botón sticky cuando está activo */
    .nexo-fields.has-sticky-btn {
        padding-bottom: 100px !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - SWAP BUTTON
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-swap {
        width: 40px !important;
        height: 40px !important;
    }
    
    /* ═══════════════════════════════════════════════════════════════════════
       MOBILE UX - VEHÍCULOS OCULTOS
       ═══════════════════════════════════════════════════════════════════════ */
    
    .nexo-vehicles { 
        display: none !important; 
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE PEQUEÑO (<480px)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .nexo-main {
        padding: 20px 16px !important;
    }
    
    .nexo-fields {
        padding-left: 28px !important;
    }
    
    .nexo-dot {
        width: 12px !important;
        height: 12px !important;
        left: -24px !important;
    }
    
    .nexo-card {
        padding: 14px 16px !important;
    }
    
    .nexo-switcher-btn {
        padding: 10px 16px !important;
        font-size: 10px !important;
    }
    
    .nexo-time-display {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin-left: 4px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   VEHÍCULOS - OPTIMIZADO (más cerca del form)
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-vehicles {
    flex: 1 !important;
    background: transparent !important;
    padding: 220px 80px 50px 0px !important;
    margin-left: -60px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

.nexo-vehicles-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 24px 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.nexo-vehicles-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 680px !important;
    margin-left: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.nexo-vehicle-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    text-align: left !important;
    gap: 0 !important;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 20px !important;
    padding: 50px 30px 45px !important;
    box-shadow: none !important;
    border: 1px solid #d2d2d7 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    margin-left: 0 !important;
    min-height: 420px !important;
}

.nexo-vehicle-card.featured {
    background: #fff !important;
    border: 1px solid #d2d2d7 !important;
    box-shadow: none !important;
}

.nexo-vehicle-card.featured::before {
    display: none !important;
}

.nexo-vehicle-card:hover,
.nexo-vehicle-card.featured:hover {
    background: #f5f5f7 !important;
    box-shadow: none !important;
    transform: none !important;
    border-color: #d2d2d7 !important;
}

.nexo-vehicle-img {
    width: 220px !important;
    height: 140px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nexo-vehicle-img img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.nexo-vehicle-info {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.nexo-vehicle-name {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
}

.nexo-vehicle-name span {
    display: inline !important;
    font-weight: 400 !important;
    color: #666 !important;
}

.nexo-vehicle-subtitle {
    font-size: 14px !important;
    color: #86868b !important;
    margin-bottom: 0 !important;
}

.nexo-vehicle-desc {
    display: none !important;
}

.nexo-vehicle-features {
    display: flex !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin-top: auto !important;
}

.nexo-vehicle-features span {
    font-size: 13px !important;
    color: #1a1a1a !important;
    background: #f5f5f7 !important;
    padding: 8px 14px !important;
    border-radius: 20px !important;
    border: none !important;
}

@media (max-width: 1400px) {
    .nexo-vehicles { padding: 170px 80px 50px 20px !important; }
}

@media (max-width: 1024px) {
    .nexo-vehicles { 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 24px 30px !important;
        margin-top: -20px !important;
        background: transparent !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .nexo-vehicles h2 {
        font-size: 20px !important;
        font-weight: 700 !important;
        margin-bottom: 24px !important;
        color: #1a1a1a !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .nexo-vehicles-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        width: 100% !important;
        max-width: 400px !important;
    }
    
    .nexo-vehicle-card,
    .nexo-vehicle-card.featured {
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        padding: 16px 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        min-height: auto !important;
    }
    
    .nexo-vehicle-card:hover,
    .nexo-vehicle-card.featured:hover {
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
        border-color: #f0f0f0 !important;
    }
    
    .nexo-vehicle-card:last-child {
        border-bottom: none !important;
    }
    
    .nexo-vehicle-card.featured::before {
        display: none !important;
    }
    
    .nexo-vehicle-badge {
        display: none !important;
    }
    
    .nexo-vehicle-img {
        width: 90px !important;
        height: 60px !important;
        margin-right: 16px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
    }
    
    .nexo-vehicle-info {
        padding: 0 !important;
        flex: 1 !important;
        min-width: 0 !important;
        text-align: left !important;
        align-items: flex-start !important;
        margin-top: 0 !important;
    }
    
    .nexo-vehicle-name {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #1a1a1a !important;
        margin-bottom: 4px !important;
        text-align: left !important;
    }
    
    .nexo-vehicle-name span {
        display: none !important;
    }
    
    .nexo-vehicle-subtitle {
        display: block !important;
        font-size: 13px !important;
        color: #888 !important;
        margin-bottom: 6px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .nexo-vehicle-desc {
        display: none !important;
    }
    
    .nexo-vehicle-features {
        display: flex !important;
        gap: 8px !important;
        margin-top: 0 !important;
    }
    
    .nexo-vehicle-features span {
        display: none !important;
    }
    
    /* Solo mostrar icono de pasajeros */
    .nexo-vehicle-features span:first-child {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 13px !important;
        color: #1a1a1a !important;
        background: none !important;
        padding: 0 !important;
        border: none !important;
    }
}

.nexo-vehicle-img {
    width: 140px !important;
    height: 90px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nexo-vehicle-img img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.nexo-vehicle-info {
    flex: 1 !important;
    min-width: 0 !important;
}

@media (min-width: 1025px) {
    .nexo-vehicle-info {
        margin-top: 60px !important;
    }
}

.nexo-vehicle-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 4px 0 !important;
}

.nexo-vehicle-name span {
    font-weight: 500 !important;
    color: #888 !important;
}

.nexo-vehicle-subtitle {
    font-size: 13px !important;
    color: #999 !important;
    margin: 0 0 10px 0 !important;
    font-style: italic !important;
}

.nexo-vehicle-desc {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.5 !important;
}

.nexo-vehicle-features {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.nexo-vehicle-features span {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #555 !important;
    background: #f5f5f5 !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
}

.nexo-vehicle-features span.premium {
    background: linear-gradient(135deg, #f38b28 0%, #ff9f43 100%) !important;
    color: #fff !important;
}

.nexo-vehicle-features span.private {
    background: #e8f4fd !important;
    color: #3b82f6 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SWITCHER
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-switcher {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 32px !important;
}

.nexo-switcher-track {
    display: flex !important;
    background: #f3f3f3 !important;
    padding: 5px !important;
    border-radius: 50px !important;
    position: relative !important;
}

.nexo-switcher-pill {
    position: absolute !important;
    top: 5px !important;
    bottom: 5px !important;
    width: calc(50% - 5px) !important;
    background: #f38b28 !important;
    border-radius: 50px !important;
    transition: transform 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(243, 139, 40, 0.3) !important;
}

.nexo-switcher-btn {
    position: relative !important;
    z-index: 2 !important;
    padding: 12px 28px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.3s !important;
    white-space: nowrap !important;
}

.nexo-switcher-btn.active { color: #fff !important; }
.nexo-switcher-btn.inactive { color: #888 !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   LÍNEA VIVA
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-fields {
    position: relative !important;
    padding-left: 50px !important;
}

.nexo-line {
    position: absolute !important;
    left: 16px !important;
    top: 30px !important;
    bottom: 80px !important;
    width: 3px !important;
    background: #e8e8e8 !important;
    border-radius: 3px !important;
}

.nexo-line-glow {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: linear-gradient(180deg, #f38b28, #ff9f43) !important;
    border-radius: 3px !important;
    transition: height 0.5s ease !important;
    animation: line-energy 4s ease-in-out infinite !important;
}

@keyframes line-energy {
    0%, 100% { box-shadow: 0 0 6px rgba(243,139,40,0.3), 0 0 12px rgba(243,139,40,0.15); }
    50% { box-shadow: 0 0 12px rgba(243,139,40,0.5), 0 0 24px rgba(243,139,40,0.25), 0 0 36px rgba(243,139,40,0.1); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PUNTOS
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-dot {
    position: absolute !important;
    left: -42px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #e8e8e8 !important;
    border: 3px solid #fff !important;
    z-index: 5 !important;
    transition: all 0.3s !important;
}

.nexo-dot.done {
    background: #f38b28 !important;
    box-shadow: 0 0 8px rgba(243,139,40,0.5) !important;
}

.nexo-dot.active {
    background: #f38b28 !important;
    border-color: #fff !important;
    animation: dot-heartbeat 3s ease-in-out infinite !important;
}

@keyframes dot-heartbeat {
    0%, 100% { 
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(243,139,40,0.6);
    }
    50% { 
        transform: translateY(-50%) scale(1.25);
        box-shadow: 0 0 0 12px rgba(243,139,40,0);
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   BLOQUEO DE SCROLL CUANDO MODAL ESTÁ ABIERTO
   ═══════════════════════════════════════════════════════════════════════════ */
body.modal-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    touch-action: none !important;
    -webkit-overflow-scrolling: none !important;
}

body.modal-open .nexo,
body.modal-open .home-boreal {
    overflow: hidden !important;
    touch-action: none !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MICRO-COPY GUÍA
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-guide-text {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #f38b28 !important;
    text-align: center !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CARDS - CON JERARQUÍA VISUAL UX (NIVEL APPLE)
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-card {
    position: relative !important;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
    margin-bottom: 16px !important;
    transition: opacity 200ms ease, border-color 200ms ease, box-shadow 200ms ease !important;
    box-shadow: none !important;
    overflow: visible !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

/* Campo en ESPERA (sin active ni done) - jerarquía visual */
.nexo-card:not(.active):not(.done) {
    opacity: 0.55 !important;
    cursor: default !important;
}

/* Campo ACTIVO */
.nexo-card.active {
    opacity: 1 !important;
    border-color: rgba(243, 139, 40, 0.4) !important;
    box-shadow: 0 4px 20px rgba(243, 139, 40, 0.08) !important;
    cursor: pointer !important;
    z-index: 1000 !important;
    animation: card-heartbeat 2.5s ease-in-out infinite !important;
}

/* Campo COMPLETADO */
.nexo-card.done {
    opacity: 1 !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    cursor: pointer !important;
}

/* Campo DESHABILITADO - en espera (visible pero no activo) */
.nexo-card.disabled {
    opacity: 1 !important;
    cursor: default !important;
}

/* Solo bloquear interacción en campos que NO son el primero */
.nexo-card.disabled:not(:first-child) {
    pointer-events: none !important;
}

.nexo-card.disabled,
.nexo-card.disabled * {
    animation: none !important;
}

.nexo-card.disabled .nexo-label {
    opacity: 0.7 !important;
    color: #999 !important;
}

.nexo-card.disabled .nexo-input,
.nexo-card.disabled .nexo-input::placeholder {
    opacity: 0.7 !important;
    color: #bbb !important;
}

.nexo-card.disabled .nexo-pax-btn {
    opacity: 0.5 !important;
}

.nexo-card.disabled .nexo-pax-count {
    opacity: 0.6 !important;
}

.nexo-card.disabled .nexo-pax-info h4,
.nexo-card.disabled .nexo-pax-info p {
    opacity: 0.7 !important;
}

@keyframes card-heartbeat {
    0%, 100% { 
        background: rgba(243, 139, 40, 0.02);
        box-shadow: 0 0 0 0 rgba(243, 139, 40, 0.1), 0 4px 15px rgba(243, 139, 40, 0.05);
        transform: scale(1);
    }
    50% { 
        background: rgba(243, 139, 40, 0.06);
        box-shadow: 0 0 0 4px rgba(243, 139, 40, 0.08), 0 8px 30px rgba(243, 139, 40, 0.12);
        transform: scale(1.005);
    }
}

.nexo-label {
    display: block !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #aaa !important;
    margin-bottom: 8px !important;
    transition: color 0.3s !important;
}

.nexo-label.active { 
    color: #f38b28 !important; 
    animation: label-glow 2s ease-in-out infinite !important; 
}

@keyframes label-glow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.nexo-input {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    outline: none !important;
    padding: 0 !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.nexo-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.nexo-input::placeholder { color: #ccc !important; }
.nexo-input:disabled { color: #999 !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   DROPDOWN - DESKTOP (anclado al campo)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1025px) {
.nexo-dropdown-overlay {
    display: none;
}

.nexo-dropdown-header {
    display: none;
}

.nexo-dropdown-close {
    display: none;
}
}

/* Desktop - Dropdown y form lock */
@media (min-width: 1025px) {

/* Form lock - bloquea otros campos cuando hay dropdown abierto */
.nexo-form-lock {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(255,255,255,0.9) !important;
    z-index: 5000 !important;
    pointer-events: all !important;
    backdrop-filter: blur(3px) !important;
}

/* Card con dropdown abierto - por encima del lock */
.nexo-card.dropdown-open {
    position: relative !important;
    z-index: 10000 !important;
}

.nexo-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: -24px !important;
    right: -24px !important;
    bottom: auto !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(0,0,0,0.05) !important;
    border: 1px solid #d1d1d1 !important;
    z-index: 99999 !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* Ocultar modales en desktop - usar dropdown normal */
.nexo-modal {
    display: none !important;
}
}

.nexo-dropdown-search {
    position: sticky !important;
    top: 0 !important;
    background: #f5f5f5 !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    z-index: 100000 !important;
}

.nexo-dropdown-search input {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
}

.nexo-dropdown-search input:focus {
    border-color: #f38b28 !important;
}

.nexo-dropdown-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 14px 16px !important;
    background: #ffffff !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    cursor: pointer !important;
    text-align: left !important;
    transition: background-color 0.15s !important;
}

.nexo-dropdown-item:hover { 
    background: #fff5ed !important; 
}
.nexo-dropdown-item:last-child { border-bottom: none !important; }

.nexo-dropdown-icon {
    width: 36px !important;
    height: 36px !important;
    background: #f5f5f5 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
    transition: all 0.2s !important;
}

.nexo-dropdown-item:hover .nexo-dropdown-icon { 
    background: #f38b28 !important; 
    transform: scale(1.05) !important; 
}

.nexo-dropdown-text { 
    font-size: 15px !important; 
    font-weight: 600 !important; 
    color: #1a1a1a !important; 
}

/* ═══════════════════════════════════════════════════════════════════════════
   TIME PICKER - RUEDA iOS
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-time-display {
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #f38b28 !important;
    padding: 8px 16px !important;
    background: rgba(243, 139, 40, 0.1) !important;
    border-radius: 8px !important;
    margin-left: 8px !important;
    transition: all 0.2s !important;
}

.nexo-time-display:hover {
    background: rgba(243, 139, 40, 0.2) !important;
}

.nexo-time-display.placeholder { 
    color: #999 !important; 
    background: #f5f5f5 !important;
}

.nexo-time-warning {
    font-size: 11px !important;
    color: #e67e22 !important;
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
    font-weight: 500 !important;
}

.nexo-time-picker-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0,0.5) !important;
    z-index: 999998 !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

.nexo-time-picker {
    position: fixed !important;
    top: 50% !important;
    left: 25% !important;
    transform: translate(-50%, -50%) !important;
    background: #ffffff !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 80px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    padding: 28px 32px !important;
    min-width: 320px !important;
}

@media (max-width: 1024px) {
    .nexo-time-picker {
        left: 50% !important;
    }
}

.nexo-time-picker-header {
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #999 !important;
    margin-bottom: 12px !important;
}

.nexo-time-picker-warning {
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #e67e22 !important;
    margin: 0 0 16px 0 !important;
    padding: 8px 16px !important;
    background: #fff8f0 !important;
    border-radius: 8px !important;
}

.nexo-time-picker-wheels {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    margin-bottom: 16px !important;
    position: relative !important;
}

.nexo-time-picker-highlight {
    position: absolute !important;
    top: 50% !important;
    left: 20px !important;
    right: 20px !important;
    height: 48px !important;
    transform: translateY(-50%) !important;
    background: rgba(243, 139, 40, 0.1) !important;
    border-radius: 12px !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.nexo-time-picker-wheel {
    width: 90px !important;
    height: 160px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
}

.nexo-time-picker-wheel-inner {
    height: 100% !important;
    overflow-y: auto !important;
    scroll-snap-type: y mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding: 56px 0 !important;
}

.nexo-time-picker-wheel-inner::-webkit-scrollbar {
    display: none !important;
}

.nexo-time-picker-option {
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #ccc !important;
    scroll-snap-align: center !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
    user-select: none !important;
}

.nexo-time-picker-option:hover {
    color: #999 !important;
}

.nexo-time-picker-option.selected {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.nexo-time-picker-separator {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #1a1a1a !important;
    width: 30px !important;
    z-index: 1 !important;
}

.nexo-time-picker-labels {
    display: flex !important;
    justify-content: center !important;
    gap: 80px !important;
    margin-bottom: 24px !important;
}

.nexo-time-picker-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #aaa !important;
}

.nexo-time-picker-confirm {
    width: 100% !important;
    padding: 16px !important;
    background: #f38b28 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.nexo-time-picker-confirm:hover {
    background: #e07b1a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(243, 139, 40, 0.3) !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PASSENGERS
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-pax-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.nexo-pax-row:last-child { border-bottom: none !important; }
.nexo-pax-info h4 { font-size: 15px !important; font-weight: 700 !important; color: #1a1a1a !important; margin: 0 0 2px 0 !important; }
.nexo-pax-info p { font-size: 12px !important; color: #999 !important; margin: 0 !important; }
.nexo-pax-controls { display: flex !important; align-items: center !important; gap: 12px !important; }

.nexo-pax-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nexo-pax-btn:hover { 
    background: #f38b28 !important; 
    color: #fff !important; 
    transform: scale(1.1) !important; 
    box-shadow: 0 4px 15px rgba(243,139,40,0.3) !important; 
}
.nexo-pax-btn:disabled { 
    opacity: 0.3 !important; 
    cursor: not-allowed !important; 
    transform: scale(1) !important; 
}
.nexo-pax-count { 
    font-size: 18px !important; 
    font-weight: 700 !important; 
    min-width: 24px !important; 
    text-align: center !important; 
}

/* ═══════════════════════════════════════════════════════════════════════════
   SWAP BUTTON
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-swap {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s !important;
    z-index: 10 !important;
}

.nexo-swap:hover { 
    background: #f38b28 !important; 
    color: #fff !important; 
    transform: translateY(-50%) scale(1.1) !important; 
    box-shadow: 0 4px 15px rgba(243,139,40,0.3) !important; 
}
.nexo-swap svg { width: 18px !important; height: 18px !important; }

@keyframes nexo-spin { 
    from { transform: translateY(-50%) rotate(0deg); } 
    to { transform: translateY(-50%) rotate(360deg); } 
}
.nexo-swap.spin { animation: nexo-spin 0.4s ease !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   SUBMIT BUTTON
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-submit {
    width: 100% !important;
    padding: 20px 24px !important;
    background: #d1d1d1 !important;
    color: #888 !important;
    border: none !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: not-allowed !important;
    transition: all 0.3s !important;
    margin-top: 8px !important;
}

.nexo-submit:disabled {
    background: #d1d1d1 !important;
    color: #888 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.nexo-submit:not(:disabled):hover { 
    background: #333 !important; 
    transform: translateY(-2px) !important; 
}

.nexo-submit.ready {
    background: linear-gradient(135deg, #f38b28 0%, #ff9f43 100%) !important;
    color: #fff !important;
    cursor: pointer !important;
    animation: btn-heartbeat 4s ease-in-out infinite !important;
}

@keyframes btn-heartbeat {
    0%, 100% { box-shadow: 0 8px 25px rgba(243, 139, 40, 0.3); transform: translateY(0); }
    50% { box-shadow: 0 12px 35px rgba(243, 139, 40, 0.45); transform: translateY(-3px); }
}

.nexo-submit.ready:hover { 
    animation: none !important; 
    transform: translateY(-4px) !important; 
    box-shadow: 0 15px 40px rgba(243, 139, 40, 0.5) !important; 
}

/* ═══════════════════════════════════════════════════════════════════════════
   TRUST BADGES
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-trust-badges {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-top: 32px;
    padding: 0;
}

.nexo-trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nexo-trust-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #f38b28;
}

.nexo-trust-icon svg {
    width: 24px;
    height: 24px;
}

.nexo-trust-text {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
    line-height: 1.4;
}

/* Trust badges en mobile */
@media (max-width: 1024px) {
    .nexo-trust-badges {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: 24px;
    }
    
    .nexo-trust-text {
        font-size: 14px;
    }
}

[x-cloak] { display: none !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   MODAL FULLSCREEN (estilo Booking/Uber)
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-modal-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.nexo-modal-fullscreen-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    padding-top: calc(16px + env(safe-area-inset-top)) !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: #fff !important;
    flex-shrink: 0 !important;
}

.nexo-modal-fullscreen-close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #333 !important;
}

.nexo-modal-fullscreen-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}

.nexo-modal-fullscreen-body {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 20px !important;
    -webkit-overflow-scrolling: touch !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CALENDARIO CUSTOM
   ═══════════════════════════════════════════════════════════════════════════ */
.nexo-calendar {
    max-width: 400px !important;
    margin: 0 auto !important;
}

.nexo-calendar-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
}

.nexo-calendar-nav {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    border: none !important;
    font-size: 24px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    transition: all 0.2s !important;
}

.nexo-calendar-nav:hover {
    background: #f38b28 !important;
    color: #fff !important;
}

.nexo-calendar-month {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: capitalize !important;
}

.nexo-calendar-weekdays {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 4px !important;
    margin-bottom: 8px !important;
}

.nexo-calendar-weekdays span {
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #999 !important;
    padding: 8px 0 !important;
}

.nexo-calendar-days {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 4px !important;
}

.nexo-calendar-day {
    aspect-ratio: 1 !important;
    border-radius: 50% !important;
    border: none !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.15s !important;
}

.nexo-calendar-day:not(.empty):not(.disabled):hover {
    background: rgba(243, 139, 40, 0.1) !important;
}

.nexo-calendar-day:not(.empty):not(.disabled):active {
    background: #f38b28 !important;
    color: #fff !important;
}

.nexo-calendar-day.empty {
    cursor: default !important;
}

.nexo-calendar-day.disabled {
    color: #ddd !important;
    cursor: not-allowed !important;
}

.nexo-calendar-day.today {
    border: 2px solid #f38b28 !important;
}