/**
 * EDT Ingeniería - Modernization 2026
 * Premium UX/UI Enhancements for 9/10 Rating
 * 
 * This file contains targeted improvements to elevate
 * the visual quality and user experience.
 */

/* ===================================================
   DESIGN TOKEN OVERRIDES - REFINED PALETTE
   =================================================== */
:root {
    /* Enhanced Primary Colors - Deeper, More Luxurious */
    --color-primary: #0A1628;
    --color-primary-dark: #050D14;
    --color-primary-light: #1A2E4A;

    /* Refined Steel Blue Gradient */
    --color-steel-blue: #1E3A5F;
    --color-steel-blue-light: #2A4A72;

    /* Premium Accent Palette */
    --color-accent: #FF6B35;
    --color-accent-hover: #FF7E4B;
    --color-accent-glow: rgba(255, 107, 53, 0.4);

    /* Technology Colors - Refined */
    --color-cyan: #06B6D4;
    --color-cyan-dark: #0891B2;
    --color-cyan-light: #22D3EE;
    --color-cyan-glow: rgba(6, 182, 212, 0.3);

    --color-green: #10B981;
    --color-green-dark: #059669;
    --color-green-light: #34D399;

    /* Technical Neutral Grays */
    --color-concrete-50: #F8FAFC;
    --color-concrete-100: #F1F5F9;
    --color-concrete-200: #E2E8F0;
    --color-concrete-300: #CBD5E1;
    --color-concrete-400: #94A3B8;
    --color-concrete-500: #64748B;
    --color-concrete-600: #475569;
    --color-concrete-700: #334155;

    /* Enhanced Typography Scale */
    --font-size-display: clamp(2.5rem, 6vw, 4.5rem);
    --font-size-h1: clamp(2rem, 5vw, 3.5rem);
    --font-size-h2: clamp(1.75rem, 4vw, 2.75rem);
    --font-size-h3: clamp(1.375rem, 3vw, 2rem);
    --font-size-h4: clamp(1.125rem, 2.5vw, 1.5rem);

    /* Premium Shadows */
    --shadow-glow-cyan: 0 0 40px rgba(6, 182, 212, 0.2);
    --shadow-glow-accent: 0 0 40px rgba(255, 107, 53, 0.2);
    --shadow-premium: 0 25px 50px -12px rgba(10, 22, 40, 0.25);
    --shadow-card-hover: 0 25px 50px rgba(6, 182, 212, 0.15);

    /* Premium Transitions */
    --transition-premium: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===================================================
   GLOBAL OVERFLOW FIX - MOBILE CRITICAL
   =================================================== */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw;
}

.swiper-container,
.hero-carousel,
.hero-premium {
    max-width: 100vw;
    overflow-x: hidden;
}

/* ===================================================
   HEADER MOBILE OPTIMIZATION
   =================================================== */
@media (max-width: 991px) {
    .menu-superior .row {
        min-height: 80px !important;
        margin: 0 !important;
        padding: var(--space-2) 0;
    }

    .menu-superior {
        padding: var(--space-3) var(--space-3) !important;
    }

    .navbar-brand img {
        max-height: 55px !important;
        width: auto;
    }

    .menu-superior p {
        font-size: 0.75rem !important;
    }

    .menu-superior a {
        font-size: 0.75rem !important;
    }

    .menu-superior i {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 576px) {

    .menu-superior .col-md-4:first-child,
    .menu-superior .col-md-4:last-child {
        display: none !important;
    }

    .menu-superior .row {
        min-height: 60px !important;
        justify-content: center !important;
    }

    .navbar-brand img {
        max-height: 45px !important;
    }
}

/* ===================================================
   ENHANCED HERO PREMIUM SECTION
   =================================================== */
.hero-premium {
    background: linear-gradient(145deg,
            #0A1628 0%,
            #132743 25%,
            #1E3A5F 50%,
            #132743 75%,
            #0A1628 100%) !important;
}

.hero-premium::before {
    background:
        radial-gradient(ellipse at 15% 40%, rgba(6, 182, 212, 0.18) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 70%, rgba(16, 185, 129, 0.12) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 90%, rgba(255, 107, 53, 0.08) 0%, transparent 35%) !important;
    animation: heroAmbientGlow 12s ease-in-out infinite !important;
}

@keyframes heroAmbientGlow {

    0%,
    100% {
        opacity: 1;
        filter: blur(0px);
    }

    50% {
        opacity: 0.85;
        filter: blur(2px);
    }
}

/* Hero Title Enhancement */
.hero-premium-title {
    font-size: var(--font-size-display) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.08 !important;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

/* Refined Gradient Text - BRIGHTER VERSION */
.gradient-text {
    display: block;
    background: linear-gradient(135deg,
            #22D3EE 0%,
            #34D399 30%,
            #FBBF24 60%,
            #FB923C 100%) !important;
    background-size: 250% 250% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    animation: gradientTextFlow 5s ease-in-out infinite !important;
    text-shadow: none !important;
    filter: brightness(1.15) drop-shadow(0 0 20px rgba(34, 211, 238, 0.35)) !important;
}

@keyframes gradientTextFlow {

    0%,
    100% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 100%;
    }
}

/* Premium CTA Buttons */
.btn-hero-primary {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8A50 50%, #FF9500 100%) !important;
    border-radius: 100px !important;
    padding: 1rem 2.25rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    box-shadow:
        0 4px 15px rgba(255, 107, 53, 0.35),
        0 12px 35px rgba(255, 107, 53, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

.btn-hero-primary:hover {
    box-shadow:
        0 6px 20px rgba(255, 107, 53, 0.4),
        0 20px 50px rgba(255, 107, 53, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.btn-hero-secondary {
    border-radius: 100px !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    padding: 1rem 2.25rem !important;
    backdrop-filter: blur(15px) !important;
}

.btn-hero-secondary:hover {
    background: rgba(6, 182, 212, 0.15) !important;
    border-color: rgba(6, 182, 212, 0.8) !important;
    box-shadow:
        0 8px 25px rgba(6, 182, 212, 0.2),
        inset 0 0 20px rgba(6, 182, 212, 0.1) !important;
}

/* ===================================================
   ENHANCED STATS SECTION
   =================================================== */
.stats-section {
    background: linear-gradient(160deg,
            var(--color-primary) 0%,
            var(--color-steel-blue) 40%,
            var(--color-primary-light) 70%,
            var(--color-primary) 100%) !important;
    position: relative;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 10% 30%, rgba(6, 182, 212, 0.12) 0%, transparent 40%),
        radial-gradient(ellipse at 90% 70%, rgba(16, 185, 129, 0.08) 0%, transparent 35%);
    pointer-events: none;
}

.stat-item {
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(6, 182, 212, 0.08) 50%,
            rgba(255, 255, 255, 0.06) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 1.25rem !important;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    padding: var(--space-6) var(--space-4) !important;
}

.stat-item:hover {
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.18) 0%,
            rgba(6, 182, 212, 0.12) 50%,
            rgba(255, 255, 255, 0.1) 100%) !important;
    border-color: rgba(6, 182, 212, 0.4) !important;
    box-shadow:
        0 16px 48px rgba(6, 182, 212, 0.18),
        0 0 30px rgba(6, 182, 212, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.stat-number {
    font-size: clamp(2rem, 5vw, 2.75rem) !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #FFFFFF 0%, rgba(6, 182, 212, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none !important;
    filter: drop-shadow(0 2px 10px rgba(6, 182, 212, 0.3));
}

.stat-label {
    font-size: 0.8rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 500;
}

/* ===================================================
   ENHANCED BENTO CARDS
   =================================================== */
.bento-card {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 1.5rem !important;
    box-shadow:
        0 4px 20px rgba(10, 22, 40, 0.06),
        0 12px 40px rgba(10, 22, 40, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    transition: all var(--transition-premium) !important;
    position: relative;
    overflow: hidden;
}

.bento-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-green), var(--color-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
}

.bento-card:hover::before {
    transform: scaleX(1);
}

.bento-card:hover {
    transform: translateY(-12px) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(6, 182, 212, 0.25) !important;
    box-shadow:
        0 25px 60px rgba(6, 182, 212, 0.12),
        0 15px 35px rgba(10, 22, 40, 0.08),
        0 0 40px rgba(6, 182, 212, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

.bento-image {
    height: 240px !important;
    position: relative;
    overflow: hidden;
}

.bento-image img {
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.bento-card:hover .bento-image img {
    transform: scale(1.1) !important;
}

.bento-category {
    background: rgba(10, 22, 40, 0.88) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 100px !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.bento-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: var(--color-primary) !important;
    letter-spacing: -0.01em;
}

.bento-cta {
    color: var(--color-accent) !important;
    font-weight: 600 !important;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.bento-cta i {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bento-card:hover .bento-cta {
    color: var(--color-cyan) !important;
}

.bento-card:hover .bento-cta i {
    transform: translateX(6px);
}

/* Featured Bento Card */
.bento-card--featured {
    grid-column: span 2;
}

.bento-card--featured .bento-image {
    height: 280px !important;
}

@media (max-width: 991px) {
    .bento-card--featured {
        grid-column: span 1;
    }
}

/* ===================================================
   ENHANCED TESTIMONIALS
   =================================================== */
.testimonial-card {
    background: white !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow:
        0 4px 20px rgba(10, 22, 40, 0.05),
        0 1px 4px rgba(10, 22, 40, 0.03) !important;
    transition: all var(--transition-premium) !important;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent), var(--color-cyan), var(--color-green));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-8px) !important;
    box-shadow:
        0 25px 60px rgba(6, 182, 212, 0.1),
        0 12px 30px rgba(10, 22, 40, 0.06) !important;
}

.quote-icon {
    position: absolute !important;
    top: 1.25rem !important;
    left: 1.25rem !important;
    font-size: 3rem !important;
    background: linear-gradient(135deg, var(--color-cyan), var(--color-green)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    opacity: 0.15 !important;
    z-index: 0 !important;
    line-height: 1 !important;
}

.testimonial-content {
    position: relative !important;
    z-index: 1 !important;
}

.testimonial-content p {
    position: relative !important;
    z-index: 2 !important;
}

.testimonial-content p {
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    color: var(--color-concrete-600) !important;
}

.project-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(16, 185, 129, 0.08)) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 100px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: var(--color-cyan) !important;
}

/* ===================================================
   ENHANCED CLIENTS SECTION
   =================================================== */
.clients-section {
    background: linear-gradient(180deg, var(--color-concrete-50) 0%, white 100%) !important;
}

.client-logo {
    background: white !important;
    border-radius: 1.25rem !important;
    padding: 1.5rem !important;
    border: 1px solid var(--color-concrete-200) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    transition: all var(--transition-premium) !important;
}

.client-logo:hover {
    transform: translateY(-6px) scale(1.02) !important;
    border-color: var(--color-cyan) !important;
    box-shadow:
        0 15px 40px rgba(6, 182, 212, 0.12),
        0 0 25px rgba(6, 182, 212, 0.06) !important;
}

.client-logo img {
    max-height: 55px !important;
    width: auto !important;
    filter: grayscale(0.3);
    transition: filter 0.3s ease;
}

.client-logo:hover img {
    filter: grayscale(0);
}

.client-name {
    font-size: 0.75rem !important;
    color: var(--color-concrete-500) !important;
    font-weight: 500;
    margin-top: 0.75rem !important;
}

/* ===================================================
   ENHANCED FOOTER TABLE (MINVU)
   =================================================== */
footer table,
footer .table,
.footer-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer th {
    background: linear-gradient(135deg,
            rgba(255, 107, 53, 0.35) 0%,
            rgba(255, 149, 0, 0.25) 100%) !important;
    padding: 1rem 1.25rem !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

footer td {
    padding: 0.875rem 1.25rem !important;
    font-size: 0.85rem !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

footer tr:last-child td {
    border-bottom: none !important;
}

footer tr:hover td {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* ===================================================
   CTA SECTION ENHANCEMENT
   =================================================== */
.contenedorBotonContacto {
    background: linear-gradient(145deg,
            var(--color-primary) 0%,
            var(--color-steel-blue) 45%,
            rgba(6, 182, 212, 0.2) 100%) !important;
    position: relative;
    overflow: hidden;
}

.contenedorBotonContacto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(255, 107, 53, 0.1) 0%, transparent 40%),
        radial-gradient(ellipse at 80% 20%, rgba(6, 182, 212, 0.08) 0%, transparent 35%);
    pointer-events: none;
}

.tituloContacto {
    font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.cta-subtitle {
    font-size: 1.1rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

.btnContacto {
    background: linear-gradient(135deg, var(--color-accent), #FF9500) !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    box-shadow:
        0 8px 25px rgba(255, 107, 53, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.btnContacto:hover {
    transform: translateY(-3px) !important;
    box-shadow:
        0 15px 40px rgba(255, 107, 53, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

/* ===================================================
   WHATSAPP BUTTON REFINEMENT
   =================================================== */
.whatsapp-float {
    right: 20px !important;
    bottom: 20px !important;
    /* Desktop: at bottom, away from contact button */
    width: 56px !important;
    height: 56px !important;
    z-index: 900 !important;
    box-shadow:
        0 6px 20px rgba(37, 211, 102, 0.35),
        0 0 30px rgba(37, 211, 102, 0.15) !important;
    animation: none !important;
    transition: all 0.3s ease !important;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.08) !important;
    box-shadow:
        0 12px 35px rgba(37, 211, 102, 0.45),
        0 0 40px rgba(37, 211, 102, 0.2) !important;
}

@media (max-width: 576px) {
    .whatsapp-float {
        right: 16px !important;
        bottom: 20px !important;
        width: 50px !important;
        height: 50px !important;
    }
}

/* ===================================================
   SECTION BADGES & TITLES
   =================================================== */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.12), rgba(16, 185, 129, 0.08));
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-cyan);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border: 1px solid rgba(6, 182, 212, 0.2);
}

.section-subtitle {
    color: var(--color-concrete-500);
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.tituloServicios,
.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: var(--color-primary) !important;
    letter-spacing: -0.02em !important;
}

.tituloServicios::after,
.section-title::after {
    height: 4px !important;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-green), var(--color-accent)) !important;
    border-radius: 100px !important;
}

/* ===================================================
   VALUE PROPOSITIONS
   =================================================== */
.value-propositions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.value-item {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.25rem;
    border-radius: 100px;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.value-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.value-item i {
    color: var(--color-cyan);
}

/* ===================================================
   TRUST BADGES
   =================================================== */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.badge-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.6rem 1rem;
    border-radius: 100px;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.badge-item i {
    color: var(--color-accent);
}

/* ===================================================
   RESPONSIVE REFINEMENTS
   =================================================== */
@media (max-width: 768px) {
    .hero-premium-title {
        font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
        line-height: 1.15 !important;
    }

    .hero-premium-subtitle {
        font-size: 1rem !important;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 0.875rem 1.75rem !important;
        font-size: 0.9rem !important;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .hero-trust-indicators {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .trust-item {
        flex: 1;
        min-width: 80px;
    }

    .bento-image {
        height: 200px !important;
    }

    .stat-item {
        padding: var(--space-4) var(--space-3) !important;
    }

    .stat-number {
        font-size: 1.75rem !important;
    }
}

/* ===================================================
   PRINT STYLES
   =================================================== */
@media print {

    .hero-premium::before,
    .whatsapp-float,
    .menu-toggle-btn {
        display: none !important;
    }

    .hero-premium {
        background: #0A1628 !important;
    }
}

/* ===================================================
   FLOATING CONTACT Z-INDEX FIX
   =================================================== */
.floating-contact {
    z-index: 900 !important;
}

.floating-contact-toggle {
    z-index: 900 !important;
}

.floating-contact-form {
    z-index: 901 !important;
}

/* ===================================================
   CAROUSEL NAVIGATION FIX - HIGHEST Z-INDEX
   =================================================== */
.swiper-button-next,
.swiper-button-prev {
    z-index: 9998 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.swiper-button-next {
    right: 20px !important;
}

.swiper-button-prev {
    left: 20px !important;
}

/* Ensure buttons are clickable above ALL content */
.hero-premium .swiper-button-next,
.hero-premium .swiper-button-prev,
.hero-carousel .swiper-button-next,
.hero-carousel .swiper-button-prev {
    z-index: 9999 !important;
}

/* ===================================================
   MOBILE FLOATING BUTTONS FIX
   =================================================== */

/* Hide hamburger menu floating button */
.menu-toggle-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Fix overlap between WhatsApp and Contact floating buttons on mobile */
@media (max-width: 768px) {

    /* Container positioning only - move contact button just above WhatsApp */
    .floating-contact {
        bottom: 80px !important;
        right: 16px !important;
    }

    /* Child button should NOT have positioning - only size */
    .floating-contact-toggle {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
    }

    .floating-contact-form {
        bottom: 140px !important;
        right: 16px !important;
    }

    /* WhatsApp at bottom */
    .whatsapp-float {
        bottom: 20px !important;
        right: 16px !important;
    }
}

@media (max-width: 576px) {
    .floating-contact {
        bottom: 75px !important;
        right: 16px !important;
    }

    /* Child button - reset positioning, only set size */
    .floating-contact-toggle {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
        width: 50px !important;
        height: 50px !important;
    }

    .floating-contact-form {
        bottom: 135px !important;
        right: 16px !important;
        width: calc(100vw - 32px) !important;
        max-width: 320px !important;
    }

    .whatsapp-float {
        bottom: 20px !important;
        right: 16px !important;
        width: 50px !important;
        height: 50px !important;
    }
}