
/* ========================================
   EYENAZ HERO - DARK BACKGROUND VERSION
   100% EXACT COLORS FROM FIGMA
   RenderBox Compliant - Maximum Specificity
   ======================================== */

/* ========== CSS RESET ========== */
#EyenazHero_root__Eh9N2,
#EyenazHero_root__Eh9N2 *,
#EyenazHero_root__Eh9N2 *::before,
#EyenazHero_root__Eh9N2 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#EyenazHero_root__Eh9N2 {
    font-family: &quot;Inter&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, system-ui, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ========== ANIMATION CLASSES (RenderBox Pattern) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_animate-in__Mu8V4 {
    opacity: 0 !important;
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_animate-in__Mu8V4.EyenazHero_animated__Nv1W7 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_slide-up__Ow4X2 {
    transform: translateY(40px) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_scale-in__Px7Y5 {
    transform: scale(0.96) !important;
}

/* ========== CONTAINER - DARK BACKGROUND (MULTIPLE DECLARATIONS FOR SAFETY) ========== */
section#EyenazHero_root__Eh9N2.EyenazHero_container__Fm3K5 {
    background-color: #0a0118 !important;
    background: #0a0118 !important;
}

#EyenazHero_root__Eh9N2.EyenazHero_container__Fm3K5 {
    background-color: #0a0118 !important;
    background: #0a0118 !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_container__Fm3K5 {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #0a0118 !important;
    background: #0a0118 !important;
    overflow: hidden !important;
}

/* Extra specificity for dark background */
.EyenazHero_container__Fm3K5 {
    background: #0a0118 !important;
    background-color: #0a0118 !important;
}

/* ========== ANIMATED GRID BACKGROUND (CYAN GRID) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_gridBackground__Gn8P1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    opacity: 0.2 !important;
    background-color: transparent !important;
    background-image: 
        linear-gradient(rgba(0, 217, 255, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 217, 255, 0.5) 1px, transparent 1px) !important;
    background-size: 60px 60px !important;
    background-position: center center !important;
    pointer-events: none !important;
}

/* ========== GRADIENT ORBS (GLOWING BACKGROUND EFFECTS) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_orbsContainer__Ho2Q4 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background-color: transparent !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_orb__Ip7R8 {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(120px) !important;
    will-change: transform, opacity !important;
}

/* Cyan Orb (Top Left) */
#EyenazHero_root__Eh9N2 .EyenazHero_orb1__Jq1S9 {
    top: 15% !important;
    left: 15% !important;
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.2) 0%, transparent 70%) !important;
    opacity: 1 !important;
    animation: EyenazHero_orbFloat1__An1 8s ease-in-out infinite !important;
}

/* Purple Orb (Top Right) */
#EyenazHero_root__Eh9N2 .EyenazHero_orb2__Kr4T2 {
    top: 30% !important;
    right: 15% !important;
    width: 600px !important;
    height: 600px !important;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%) !important;
    opacity: 1 !important;
    animation: EyenazHero_orbFloat2__Bn2 10s ease-in-out infinite !important;
}

/* Burgundy Orb (Bottom Center) */
#EyenazHero_root__Eh9N2 .EyenazHero_orb3__Ls7U5 {
    bottom: 15% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 450px !important;
    height: 450px !important;
    background: radial-gradient(circle, rgba(93, 24, 53, 0.12) 0%, transparent 70%) !important;
    opacity: 1 !important;
    animation: EyenazHero_orbFloat3__Cn3 7s ease-in-out infinite !important;
}

@keyframes EyenazHero_orbFloat1__An1 {
    0%, 100% { transform: scale(1) translate(0, 0) !important; opacity: 1 !important; }
    50% { transform: scale(1.2) translate(30px, -30px) !important; opacity: 0.8 !important; }
}

@keyframes EyenazHero_orbFloat2__Bn2 {
    0%, 100% { transform: scale(1) translate(0, 0) !important; opacity: 1 !important; }
    50% { transform: scale(1.15) translate(-40px, 40px) !important; opacity: 0.7 !important; }
}

@keyframes EyenazHero_orbFloat3__Cn3 {
    0%, 100% { transform: scale(1) translateX(-50%) !important; opacity: 1 !important; }
    50% { transform: scale(1.3) translateX(-50%) translateY(-30px) !important; opacity: 0.6 !important; }
}

/* ========== CONTENT ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_content__Mt2V8 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 8rem 2rem !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_contentInner__Nu5W1 {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* ========== TOP BADGE (CYAN BADGE) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_badge__Ov8X4 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    width: fit-content !important;
    margin: 0 auto 2.5rem !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 9999px !important;
    background: rgba(0, 217, 255, 0.08) !important;
    border: 1px solid rgba(0, 217, 255, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_badgeItem__Pw1Y7 {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    color: #00d9ff !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_badgeIcon__Qx4Z2 {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
    color: #00d9ff !important;
    stroke: #00d9ff !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_badgeSeparator__Ry7A5 {
    color: rgba(0, 217, 255, 0.5) !important;
    font-size: 1rem !important;
}

/* ========== HEADLINE (3 LINES) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_headline__Sz2B8 {
    text-align: center !important;
    margin-bottom: 2rem !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_headlineLine1__Ta5C1,
#EyenazHero_root__Eh9N2 .EyenazHero_headlineGradient__Ub8D4,
#EyenazHero_root__Eh9N2 .EyenazHero_headlineLine3__Vc1E7 {
    display: block !important;
}

/* Line 1 - &quot;Free Website Heatmap &amp;&quot; - WHITE */
#EyenazHero_root__Eh9N2 .EyenazHero_headlineLine1__Ta5C1 {
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    margin-bottom: 0.2rem !important;
}

/* Line 2 - &quot;Session Replay Software&quot; - CYAN TO PURPLE GRADIENT */
#EyenazHero_root__Eh9N2 .EyenazHero_headlineGradient__Ub8D4 {
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    background: linear-gradient(90deg, #00d9ff 0%, #06b6d4 25%, #8b5cf6 75%, #a78bfa 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    font-weight: 900 !important;
    margin-bottom: 0.2rem !important;
}

/* Line 3 - &quot;for Conversion Rate Optimization&quot; - WHITE */
#EyenazHero_root__Eh9N2 .EyenazHero_headlineLine3__Vc1E7 {
    font-size: clamp(1.75rem, 4vw, 3.25rem) !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    margin-top: 0.5rem !important;
}

/* ========== SUBTITLE (GRAY TEXT) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_subtitle__Wd4F2 {
    text-align: center !important;
    font-size: clamp(1rem, 2vw, 1.125rem) !important;
    line-height: 1.75 !important;
    color: #9ca3af !important;
    max-width: 900px !important;
    margin: 0 auto 3rem !important;
    font-weight: 400 !important;
}

/* ========== CTA BUTTONS ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_ctaButtons__Xe7G5 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    margin-bottom: 5rem !important;
}

/* Primary Button - &quot;Start Free Analytics Now&quot; (LEFT - CYAN SOLID) */
#EyenazHero_root__Eh9N2 .EyenazHero_btnPrimary__Yf2H8 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 1.25rem 2.5rem !important;
    border-radius: 12px !important;
    background-color: #00d9ff !important;
    background: #00d9ff !important;
    color: #000000 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 0 0 rgba(0, 217, 255, 0) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_btnPrimary__Yf2H8:hover {
    transform: translateY(-3px) !important;
    background-color: #00c4e6 !important;
    background: #00c4e6 !important;
    box-shadow: 0 0 40px rgba(0, 217, 255, 0.6), 
                0 10px 30px rgba(0, 217, 255, 0.4) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_btnArrow__Pn3M7 {
    width: 18px !important;
    height: 18px !important;
    stroke: #000000 !important;
    color: #000000 !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_btnPrimary__Yf2H8:hover .EyenazHero_btnArrow__Pn3M7 {
    transform: translateX(4px) !important;
}

/* Secondary Button - &quot;View Live Demo&quot; (RIGHT - WHITE OUTLINED) */
#EyenazHero_root__Eh9N2 .EyenazHero_btnSecondary__Ah8J4 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 1.25rem 2.5rem !important;
    border-radius: 12px !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_btnSecondary__Ah8J4:hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_btnPlay__Pl3K6 {
    width: 16px !important;
    height: 16px !important;
    stroke: #ffffff !important;
    color: #ffffff !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_btnSecondary__Ah8J4:hover .EyenazHero_btnPlay__Pl3K6 {
    transform: translateX(3px) !important;
}

/* ========== STATS ROW (DARK GLASS CARDS) ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_statsRow__Bi1K7 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_statCard__Cj4L2 {
    position: relative !important;
    padding: 2.5rem 2rem !important;
    border-radius: 16px !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_statCard__Cj4L2:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(0, 217, 255, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_statCardInner__In2N3 {
    text-align: center !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_statValue__El2N8 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 900 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
}

/* Stat 1 - &quot;25,000+&quot; - CYAN (Brand Cyan) */
#EyenazHero_root__Eh9N2 .EyenazHero_statCard1__Dk7M5 .EyenazHero_statValue__El2N8 {
    color: #00d9ff !important;
    text-shadow: 0 0 30px rgba(0, 217, 255, 0.5) !important;
}

/* Stat 2 - &quot;200M+&quot; - GRAY/PURPLE */
#EyenazHero_root__Eh9N2 .EyenazHero_statCard2__Hp1Q7 .EyenazHero_statValue__El2N8 {
    color: #9ca3af !important;
    text-shadow: 0 0 30px rgba(156, 163, 175, 0.3) !important;
}

/* Stat 3 - &quot;100%&quot; - BURGUNDY/RED GRADIENT (Brand Burgundy #5d1835) */
#EyenazHero_root__Eh9N2 .EyenazHero_statCard3__Iq4R2 .EyenazHero_statValue__El2N8 {
    background: linear-gradient(135deg, #dc2626 0%, #5d1835 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: none !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_statLabel__Fm5O1 {
    font-size: 0.875rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

/* ========== SCROLL INDICATOR ========== */
#EyenazHero_root__Eh9N2 .EyenazHero_scrollIndicator__Jr7S5 {
    position: absolute !important;
    bottom: 2.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 20 !important;
    animation: EyenazHero_scrollBounce__Dn4 2s ease-in-out infinite !important;
    cursor: pointer !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_scrollMouse__Ks2T8 {
    width: 26px !important;
    height: 42px !important;
    border: 2px solid rgba(0, 217, 255, 0.6) !important;
    border-radius: 13px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 8px !important;
}

#EyenazHero_root__Eh9N2 .EyenazHero_scrollWheel__Lt5U1 {
    width: 6px !important;
    height: 8px !important;
    background: #00d9ff !important;
    border-radius: 3px !important;
    animation: EyenazHero_scrollWheel__En5 2s ease-in-out infinite !important;
}

@keyframes EyenazHero_scrollBounce__Dn4 {
    0%, 100% { transform: translateX(-50%) translateY(0) !important; }
    50% { transform: translateX(-50%) translateY(10px) !important; }
}

@keyframes EyenazHero_scrollWheel__En5 {
    0%, 100% { transform: translateY(0) !important; opacity: 1 !important; }
    50% { transform: translateY(10px) !important; opacity: 0.4 !important; }
}

/* ========================================
   RESPONSIVE - TABLET &amp; DESKTOP
   ======================================== */

@media (min-width: 640px) {
    #EyenazHero_root__Eh9N2 .EyenazHero_statsRow__Bi1K7 {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem !important;
    }
}

@media (min-width: 768px) {
    #EyenazHero_root__Eh9N2 .EyenazHero_content__Mt2V8 {
        padding: 10rem 2.5rem !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_badge__Ov8X4 {
        padding: 0.875rem 2rem !important;
        font-size: 1rem !important;
    }
}

@media (min-width: 1024px) {
    #EyenazHero_root__Eh9N2 .EyenazHero_orb1__Jq1S9 {
        width: 600px !important;
        height: 600px !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_orb2__Kr4T2 {
        width: 700px !important;
        height: 700px !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_orb3__Ls7U5 {
        width: 550px !important;
        height: 550px !important;
    }
}

/* ========================================
   MOBILE OPTIMIZATIONS
   ======================================== */

@media (max-width: 640px) {
    #EyenazHero_root__Eh9N2 .EyenazHero_content__Mt2V8 {
        padding: 6rem 1.5rem !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_badge__Ov8X4 {
        flex-direction: column !important;
        gap: 0.5rem !important;
        padding: 0.75rem 1.25rem !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_badgeSeparator__Ry7A5 {
        display: none !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_ctaButtons__Xe7G5 {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0.75rem !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_btnPrimary__Yf2H8,
    #EyenazHero_root__Eh9N2 .EyenazHero_btnSecondary__Ah8J4 {
        width: 100% !important;
        justify-content: center !important;
    }
    
    #EyenazHero_root__Eh9N2 .EyenazHero_orb1__Jq1S9,
    #EyenazHero_root__Eh9N2 .EyenazHero_orb2__Kr4T2,
    #EyenazHero_root__Eh9N2 .EyenazHero_orb3__Ls7U5 {
        width: 300px !important;
        height: 300px !important;
        filter: blur(80px) !important;
    }
}
 
/* ========================================
   EYENAZ FEATURES - CORRECT FIGMA REPLICA
   Icons Side-by-Side + Badge Top Padding
   RenderBox Compliant
   ======================================== */

/* ========== CSS RESET ========== */
#EyenazFeatures_root__Np8Q3,
#EyenazFeatures_root__Np8Q3 *,
#EyenazFeatures_root__Np8Q3 *::before,
#EyenazFeatures_root__Np8Q3 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#EyenazFeatures_root__Np8Q3 {
    font-family: &quot;Inter&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, system-ui, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ========== ANIMATION CLASSES ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_animate-in__Uu7X2 {
    opacity: 0 !important;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_animate-in__Uu7X2.EyenazFeatures_animated__Vv1Y5 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_slide-up__Ww5Z8 {
    transform: translateY(30px) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_scale-in__Xx9A3 {
    transform: scale(0.96) !important;
}

/* ========== CONTAINER - WHITE BACKGROUND ========== */
section#EyenazFeatures_root__Np8Q3.EyenazFeatures_container__Op2R6 {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

#EyenazFeatures_root__Np8Q3.EyenazFeatures_container__Op2R6 {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_container__Op2R6 {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    overflow: hidden !important;
    padding: 6rem 0 !important;
}

.EyenazFeatures_container__Op2R6 {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* ========== CONTENT ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_content__Pp6S1 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* ========== HEADER ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_header__Qq1T4 {
    text-align: center !important;
    margin-bottom: 4rem !important;
    padding-top: 2rem !important;
}

/* ========== BADGE - CYAN PILL WITH EXTRA TOP PADDING ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_badge__Rr5U9 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 auto 2.5rem !important;
    padding: 0.75rem 1.75rem !important;
    border-radius: 9999px !important;
    background: rgba(6, 182, 212, 0.12) !important;
    border: 1px solid rgba(6, 182, 212, 0.25) !important;
    color: #0891b2 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}

/* ========== TITLE ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_title__Ss9V2 {
    margin-bottom: 1.75rem !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_titleDark__Tt3W7,
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_titleGradient__Uu7X4 {
    display: block !important;
}

/* Line 1 - &quot;Complete User Behavior&quot; - DARK BURGUNDY */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_titleDark__Tt3W7 {
    font-size: clamp(2.25rem, 5vw, 4rem) !important;
    color: #5d1835 !important;
    font-weight: 900 !important;
    margin-bottom: 0.25rem !important;
}

/* Line 2 - &quot;Analytics Suite&quot; - BRIGHT CYAN */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_titleGradient__Uu7X4 {
    font-size: clamp(2.25rem, 5vw, 4rem) !important;
    background: linear-gradient(90deg, #22d3ee 0%, #06b6d4 50%, #22d3ee 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    font-weight: 900 !important;
}

/* ========== SUBTITLE - GRAY TEXT ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_subtitle__Vv1Y1 {
    font-size: clamp(1rem, 2vw, 1.125rem) !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    max-width: 850px !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* ========== FEATURES GRID ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_grid__Ww5Z6 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* ========== FEATURE CARDS - WHITE WITH SHADOW ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card__Xx9A3 {
    position: relative !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card__Xx9A3:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 
                0 2px 10px rgba(0, 0, 0, 0.08) !important;
}

/* CARD HOVER COLORS - MATCHING ICON THEMES */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card1__Yy3B8:hover {
    border-color: rgba(6, 182, 212, 0.4) !important;
    box-shadow: 0 12px 40px rgba(6, 182, 212, 0.15), 
                0 2px 10px rgba(6, 182, 212, 0.1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card2__Kk1N8:hover {
    border-color: rgba(168, 162, 230, 0.5) !important;
    box-shadow: 0 12px 40px rgba(168, 162, 230, 0.2), 
                0 2px 10px rgba(168, 162, 230, 0.12) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card3__Mm9P2:hover {
    border-color: rgba(251, 191, 36, 0.5) !important;
    box-shadow: 0 12px 40px rgba(251, 191, 36, 0.18), 
                0 2px 10px rgba(251, 191, 36, 0.1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card4__Oo7R6:hover {
    border-color: rgba(59, 130, 246, 0.5) !important;
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.18), 
                0 2px 10px rgba(59, 130, 246, 0.1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card5__Qq5T8:hover {
    border-color: rgba(20, 184, 166, 0.5) !important;
    box-shadow: 0 12px 40px rgba(20, 184, 166, 0.18), 
                0 2px 10px rgba(20, 184, 166, 0.1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card6__Ss3V2:hover {
    border-color: rgba(16, 185, 129, 0.5) !important;
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.18), 
                0 2px 10px rgba(16, 185, 129, 0.1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardInner__Zz7C1 {
    padding: 2.5rem 2rem !important;
    display: flex !important;
    gap: 1.5rem !important;
}

/* ========== ICON WRAPPER - SIDE-BY-SIDE ICONS (FIXED!) ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconWrapper__Aa1D6 {
    position: relative !important;
    flex-shrink: 0 !important;
    width: 64px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Icon Background Circle - POSITIONED ABSOLUTELY TO OVERLAP */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg__Bb5E3 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Card 1 - Cyan background */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg1__Cc9F8 {
    background: rgba(6, 182, 212, 0.1) !important;
    border: 1px solid rgba(6, 182, 212, 0.2) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg1__Cc9F8 .EyenazFeatures_iconSvg__Dd3G5 {
    color: #0891b2 !important;
    stroke: #0891b2 !important;
}

/* Card 2 - Purple/Lavender background */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg2__Ll5O5 {
    background: rgba(168, 162, 230, 0.15) !important;
    border: 1px solid rgba(168, 162, 230, 0.3) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg2__Ll5O5 .EyenazFeatures_iconSvg__Dd3G5 {
    color: #8b7cc8 !important;
    stroke: #8b7cc8 !important;
}

/* Card 3 - Yellow background */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg3__Nn3Q9 {
    background: rgba(251, 191, 36, 0.12) !important;
    border: 1px solid rgba(251, 191, 36, 0.25) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg3__Nn3Q9 .EyenazFeatures_iconSvg__Dd3G5 {
    color: #f59e0b !important;
    stroke: #f59e0b !important;
}

/* Card 4 - Blue background */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg4__Pp1S3 {
    background: rgba(59, 130, 246, 0.1) !important;
    border: 1px solid rgba(59, 130, 246, 0.25) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg4__Pp1S3 .EyenazFeatures_iconSvg__Dd3G5 {
    color: #3b82f6 !important;
    stroke: #3b82f6 !important;
}

/* Card 5 - Teal background */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg5__Rr9U5 {
    background: rgba(20, 184, 166, 0.12) !important;
    border: 1px solid rgba(20, 184, 166, 0.25) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg5__Rr9U5 .EyenazFeatures_iconSvg__Dd3G5 {
    color: #14b8a6 !important;
    stroke: #14b8a6 !important;
}

/* Card 6 - Green background */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg6__Tt7W9 {
    background: rgba(16, 185, 129, 0.12) !important;
    border: 1px solid rgba(16, 185, 129, 0.25) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg6__Tt7W9 .EyenazFeatures_iconSvg__Dd3G5 {
    color: #10b981 !important;
    stroke: #10b981 !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconSvg__Dd3G5 {
    width: 24px !important;
    height: 24px !important;
}

/* Emoji Icon - POSITIONED TO RIGHT SIDE NEXT TO CIRCLE (FIXED!) */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_emojiIcon__Ee7H2 {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.375rem !important;
    line-height: 1 !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    font-family: &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;, sans-serif !important;
    z-index: 2 !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card__Xx9A3:hover .EyenazFeatures_iconBg__Bb5E3 {
    transform: scale(1.08) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_card__Xx9A3:hover .EyenazFeatures_emojiIcon__Ee7H2 {
    transform: scale(1.12) rotate(8deg) !important;
}

/* ========== CARD CONTENT ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardContent__Ff1I9 {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.875rem !important;
}

/* ========== CARD TITLE - DARK BURGUNDY ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardTitle__Gg5J4 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #5d1835 !important;
    line-height: 1.3 !important;
    margin-bottom: 0.25rem !important;
}

/* ========== CARD DESCRIPTION - GRAY ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardDescription__Hh9K1 {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    font-weight: 400 !important;
    flex-grow: 1 !important;
}

/* ========== CARD BUTTON - CYAN LINK ========== */
#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardButton__Ii3L6 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0 !important;
    margin-top: 0.5rem !important;
    background: transparent !important;
    border: none !important;
    color: #0891b2 !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    width: fit-content !important;
    cursor: pointer !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardButton__Ii3L6:hover {
    color: #06b6d4 !important;
    transform: translateX(5px) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_buttonArrow__Jj7M3 {
    width: 16px !important;
    height: 16px !important;
    stroke: currentColor !important;
    color: currentColor !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardButton__Ii3L6:hover .EyenazFeatures_buttonArrow__Jj7M3 {
    transform: translateX(4px) !important;
}

/* ========================================
   RESPONSIVE - TABLET &amp; DESKTOP
   ======================================== */

@media (min-width: 768px) {
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_grid__Ww5Z6 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2.5rem !important;
    }
}

@media (min-width: 1024px) {
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_container__Op2R6 {
        padding: 8rem 0 !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_header__Qq1T4 {
        margin-bottom: 5rem !important;
        padding-top: 2rem !important;
    }
}

/* ========================================
   MOBILE OPTIMIZATIONS
   ======================================== */

@media (max-width: 767px) {
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_container__Op2R6 {
        padding: 4rem 0 !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_content__Pp6S1 {
        padding: 0 1.5rem !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_header__Qq1T4 {
        margin-bottom: 3rem !important;
        padding-top: 1rem !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_grid__Ww5Z6 {
        gap: 1.5rem !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardInner__Zz7C1 {
        flex-direction: column !important;
        padding: 2rem 1.5rem !important;
        gap: 1.25rem !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconWrapper__Aa1D6 {
        width: 56px !important;
        height: 56px !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconBg__Bb5E3 {
        width: 48px !important;
        height: 48px !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_iconSvg__Dd3G5 {
        width: 20px !important;
        height: 20px !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_emojiIcon__Ee7H2 {
        width: 28px !important;
        height: 28px !important;
        font-size: 1.125rem !important;
    }
    
    #EyenazFeatures_root__Np8Q3 .EyenazFeatures_cardTitle__Gg5J4 {
        font-size: 1.25rem !important;
    }
}
 
/* ========================================
   EYENAZ - 100% FIGMA EXACT REPLICA
   Dark Theme Analytics Section
   RenderBox Compliant
   ======================================== */

/* ========== CSS RESET ========== */
#EyenazExact_root__Xp9M2,
#EyenazExact_root__Xp9M2 *,
#EyenazExact_root__Xp9M2 *::before,
#EyenazExact_root__Xp9M2 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#EyenazExact_root__Xp9M2 {
    font-family: &quot;Inter&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, system-ui, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ========== ANIMATION CLASSES ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_animate-in__Wn7L4 {
    opacity: 0 !important;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_animate-in__Wn7L4.EyenazExact_animated__Xo1M9 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_slide-up__Yp5N6 {
    transform: translateY(40px) !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_fade-scale__Zq9O3 {
    transform: scale(0.95) !important;
}

/* ========================================
   CONTAINER - DARK PURPLE/NAVY BACKGROUND
   ======================================== */

#EyenazExact_root__Xp9M2.EyenazExact_container__Yq3N7 {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    background: linear-gradient(180deg, #1a0b2e 0%, #16213e 50%, #0f1419 100%) !important;
    padding: 6rem 0 !important;
    overflow: hidden !important;
}

/* Dark overlay for depth */
#EyenazExact_root__Xp9M2.EyenazExact_container__Yq3N7::before {
    content: &quot;&quot; !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(ellipse at top, rgba(26, 11, 46, 0.3) 0%, transparent 60%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* ========== CONTENT ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_content__Zr7O4 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* ========================================
   MAIN SECTION - USER BEHAVIOR ANALYTICS
   ======================================== */

#EyenazExact_root__Xp9M2 .EyenazExact_mainSection__As1P1 {
    margin-bottom: 6rem !important;
}

/* ========== MAIN HEADER ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_mainHeader__Bt5Q6 {
    text-align: center !important;
    margin-bottom: 3rem !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_mainTitle__Cu9R3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}

/* ========== MAIN CONTENT ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_mainContent__Dv3S8 {
    max-width: 900px !important;
    margin: 0 auto !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_paragraph__Ew7T5 {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    color: #b8c5d6 !important;
    margin-bottom: 1.5rem !important;
    font-weight: 400 !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_paragraph__Ew7T5:last-child {
    margin-bottom: 0 !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_emphasis__Fx1U2 {
    color: #00d4ff !important;
    font-style: italic !important;
    font-weight: 600 !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_highlight__Gy5V9 {
    color: #00d4ff !important;
    font-weight: 700 !important;
}

/* ========================================
   HEATMAPS SECTION
   ======================================== */

#EyenazExact_root__Xp9M2 .EyenazExact_heatmapsSection__Hz9W6 {
    position: relative !important;
}

/* ========== HEATMAPS HEADER ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_heatmapsHeader__Ia3X3 {
    text-align: center !important;
    margin-bottom: 4rem !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_sectionTitle__Jb7Y8 {
    margin-bottom: 1.5rem !important;
    line-height: 1.3 !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_titleWhite__Kc1Z5,
#EyenazExact_root__Xp9M2 .EyenazExact_titleCyan__Ld5A2 {
    display: block !important;
}

/* White line */
#EyenazExact_root__Xp9M2 .EyenazExact_titleWhite__Kc1Z5 {
    font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.5rem !important;
}

/* Cyan/Aqua line */
#EyenazExact_root__Xp9M2 .EyenazExact_titleCyan__Ld5A2 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem) !important;
    font-weight: 700 !important;
    color: #00d4ff !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_sectionIntro__Me9B9 {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: #8a9ab0 !important;
    max-width: 850px !important;
    margin: 0 auto !important;
}

/* ========================================
   CARDS GRID - 2x2 LAYOUT
   ======================================== */

#EyenazExact_root__Xp9M2 .EyenazExact_cardsGrid__Nf3C4 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* ========================================
   CARD DESIGN - ICON TOP + CENTERED
   ======================================== */

#EyenazExact_root__Xp9M2 .EyenazExact_card__Of7D1 {
    position: relative !important;
    background: rgba(15, 20, 40, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 16px !important;
    padding: 2.5rem 2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_card__Of7D1:hover {
    transform: translateY(-8px) !important;
    border-color: currentColor !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 
                0 0 30px currentColor !important;
}

/* Card color assignments */
#EyenazExact_root__Xp9M2 .EyenazExact_cardCyan__Pg1E6 {
    color: #00d4ff !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_cardBlue__Tk7I2 {
    color: #4d9fff !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_cardPink__Ul1J9 {
    color: #ff4d9f !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_cardTeal__Vm5K6 {
    color: #00ffcc !important;
}

/* ========== CARD ICON BOX (TOP CENTERED) ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_cardIconBox__Qh5F3 {
    width: 72px !important;
    height: 72px !important;
    border-radius: 12px !important;
    background: currentColor !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1.75rem auto !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_cardIconBox__Qh5F3 svg {
    width: 32px !important;
    height: 32px !important;
    stroke: #0f1419 !important;
    color: #0f1419 !important;
}

#EyenazExact_root__Xp9M2 .EyenazExact_card__Of7D1:hover .EyenazExact_cardIconBox__Qh5F3 {
    transform: scale(1.1) rotate(-5deg) !important;
    box-shadow: 0 10px 30px currentColor !important;
}

/* ========== CARD TITLE ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_cardTitle__Ri9G8 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
}

/* ========== CARD DESCRIPTION ========== */
#EyenazExact_root__Xp9M2 .EyenazExact_cardDesc__Sj3H5 {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
    color: #8a9ab0 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (min-width: 1024px) {
    #EyenazExact_root__Xp9M2.EyenazExact_container__Yq3N7 {
        padding: 8rem 0 !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_mainSection__As1P1 {
        margin-bottom: 8rem !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_cardsGrid__Nf3C4 {
        gap: 2.5rem !important;
    }
}

@media (max-width: 767px) {
    #EyenazExact_root__Xp9M2.EyenazExact_container__Yq3N7 {
        padding: 4rem 0 !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_content__Zr7O4 {
        padding: 0 1.5rem !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_mainSection__As1P1 {
        margin-bottom: 4rem !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_heatmapsHeader__Ia3X3 {
        margin-bottom: 2.5rem !important;
    }
    
    /* Stack cards on mobile */
    #EyenazExact_root__Xp9M2 .EyenazExact_cardsGrid__Nf3C4 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_card__Of7D1 {
        padding: 2rem 1.5rem !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_cardIconBox__Qh5F3 {
        width: 64px !important;
        height: 64px !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_cardIconBox__Qh5F3 svg {
        width: 28px !important;
        height: 28px !important;
    }
    
    #EyenazExact_root__Xp9M2 .EyenazExact_cardTitle__Ri9G8 {
        font-size: 1.25rem !important;
    }
}
 

 
/* ========================================
   EYENAZ SESSION REPLAY MODULE
   100% RenderBox Compliant
   Light Theme - Watch Real User Experiences
   ======================================== */

/* ========== CSS RESET ========== */
#EyenazSession_root__Xp9M2,
#EyenazSession_root__Xp9M2 *,
#EyenazSession_root__Xp9M2 *::before,
#EyenazSession_root__Xp9M2 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#EyenazSession_root__Xp9M2 {
    font-family: &quot;Inter&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, system-ui, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ========== ANIMATION CLASSES ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_animate-in__Wn7L4 {
    opacity: 0 !important;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_animate-in__Wn7L4.EyenazSession_animated__Ao1P4 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_slide-up__Yp5N6 {
    transform: translateY(30px) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_fade-scale__Zq9O3 {
    transform: scale(0.96) !important;
}

/* ========================================
   CONTAINER - LIGHT GRADIENT BACKGROUND
   ======================================== */

#EyenazSession_root__Xp9M2.EyenazSession_container__Yq3N7 {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    padding: 8rem 0 !important;
    overflow: hidden !important;
}

/* ========== CONTENT ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_content__Zr7O4 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

/* ========================================
   SECTION HEADER
   ======================================== */

#EyenazSession_root__Xp9M2 .EyenazSession_header__As1P1 {
    text-align: center !important;
    margin-bottom: 5rem !important;
}

/* ========== BADGE ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_badge__Bt5Q6 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 9999px !important;
    background: rgba(150, 146, 194, 0.1) !important;
    border: 1px solid rgba(150, 146, 194, 0.3) !important;
    margin-bottom: 1.5rem !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_badgeIcon__Cu9R3 {
    width: 16px !important;
    height: 16px !important;
    stroke: #5d1835 !important;
    flex-shrink: 0 !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_badgeText__Dv3S8 {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #5d1835 !important;
}

/* ========== MAIN TITLE ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_title__Ew7T5 {
    margin-bottom: 1.5rem !important;
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_titleLine1__Fx1U2,
#EyenazSession_root__Xp9M2 .EyenazSession_titleLine2__Gy5V9 {
    display: block !important;
}

/* Line 1 - Burgundy */
#EyenazSession_root__Xp9M2 .EyenazSession_titleLine1__Fx1U2 {
    color: #5d1835 !important;
}

/* Line 2 - Cyan to Purple Gradient */
#EyenazSession_root__Xp9M2 .EyenazSession_titleLine2__Gy5V9 {
    background: linear-gradient(90deg, #00ffff 0%, #9692c2 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* ========== INTRO TEXT ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_intro__Hz9W6 {
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
    color: #64748b !important;
    max-width: 64rem !important;
    margin: 0 auto !important;
}

/* ========================================
   BENEFITS GRID
   ======================================== */

#EyenazSession_root__Xp9M2 .EyenazSession_grid__Ia3X3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    margin-bottom: 4rem !important;
}

/* ========== BENEFIT CARD ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_card__Jb7Y8 {
    position: relative !important;
    padding: 2rem !important;
    border-radius: 1.5rem !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_card__Jb7Y8:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    border-color: currentColor !important;
}

/* Card color assignments */
#EyenazSession_root__Xp9M2 .EyenazSession_cardCyan__Kc1Z5 {
    color: #00ffff !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_cardPurple__Of7D1 {
    color: #9692c2 !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_cardBurgundy__Pg1E6 {
    color: #5d1835 !important;
}

/* ========== ICON BOX ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_iconBox__Ld5A2 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_cardCyan__Kc1Z5 .EyenazSession_iconBox__Ld5A2 {
    background: rgba(0, 255, 255, 0.13) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_cardPurple__Of7D1 .EyenazSession_iconBox__Ld5A2 {
    background: rgba(150, 146, 194, 0.13) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_cardBurgundy__Pg1E6 .EyenazSession_iconBox__Ld5A2 {
    background: rgba(93, 24, 53, 0.13) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_iconBox__Ld5A2 svg {
    width: 28px !important;
    height: 28px !important;
    stroke: currentColor !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_card__Jb7Y8:hover .EyenazSession_iconBox__Ld5A2 {
    transform: scale(1.1) !important;
}

/* ========== CARD TITLE ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_cardTitle__Me9B9 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #5d1835 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.3 !important;
}

/* ========== CARD DESCRIPTION ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_cardDesc__Nf3C4 {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    font-weight: 400 !important;
}

/* ========================================
   RESULTS CALLOUT
   ======================================== */

#EyenazSession_root__Xp9M2 .EyenazSession_callout__Qh5F3 {
    position: relative !important;
    padding: 2.5rem !important;
    border-radius: 1.5rem !important;
    background: linear-gradient(135deg, #5d1835 0%, #9692c2 50%, #00ffff 100%) !important;
    overflow: hidden !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_calloutInner__Ri9G8 {
    position: relative !important;
    z-index: 10 !important;
    background: #ffffff !important;
    border-radius: 1rem !important;
    padding: 3rem 2rem !important;
}

/* ========== CALLOUT TITLE ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_calloutTitle__Sj3H5 {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #5d1835 !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    line-height: 1.2 !important;
}

/* ========== STATS GRID ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_statsGrid__Tk7I2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

/* ========== STAT BOX ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_stat__Ul1J9 {
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    text-align: left !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_statCyan__Vm5K6 {
    background: rgba(0, 255, 255, 0.1) !important;
    border: 1px solid rgba(0, 255, 255, 0.2) !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_statPurple__Yp7N5 {
    background: rgba(150, 146, 194, 0.1) !important;
    border: 1px solid rgba(150, 146, 194, 0.2) !important;
}

/* ========== STAT NUMBER ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_statNumber__Wn9L3 {
    font-size: 2.25rem !important;
    font-weight: 900 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1 !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_statCyan__Vm5K6 .EyenazSession_statNumber__Wn9L3 {
    color: #00ffff !important;
}

#EyenazSession_root__Xp9M2 .EyenazSession_statPurple__Yp7N5 .EyenazSession_statNumber__Wn9L3 {
    color: #9692c2 !important;
}

/* ========== STAT TEXT ========== */
#EyenazSession_root__Xp9M2 .EyenazSession_statText__Xo3M8 {
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    font-weight: 400 !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (min-width: 768px) {
    #EyenazSession_root__Xp9M2 .EyenazSession_grid__Ia3X3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_statsGrid__Tk7I2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_calloutInner__Ri9G8 {
        padding: 3rem !important;
    }
}

@media (min-width: 1024px) {
    #EyenazSession_root__Xp9M2 .EyenazSession_grid__Ia3X3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    #EyenazSession_root__Xp9M2.EyenazSession_container__Yq3N7 {
        padding: 4rem 0 !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_header__As1P1 {
        margin-bottom: 3rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_grid__Ia3X3 {
        margin-bottom: 2.5rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_card__Jb7Y8 {
        padding: 1.75rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_callout__Qh5F3 {
        padding: 1.5rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_calloutInner__Ri9G8 {
        padding: 2rem 1.5rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_calloutTitle__Sj3H5 {
        font-size: 1.5rem !important;
    }
    
    #EyenazSession_root__Xp9M2 .EyenazSession_statNumber__Wn9L3 {
        font-size: 2rem !important;
    }
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #fff;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 50px;
                height: 50px;
                background: #000 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: ;
                height: ;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #fff;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #fff;
                font-weight: bold;
                font-size: .8px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 40px;
                height: 40px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: ;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: auto;
                height: auto;
                max-width: auto;
                max-height: auto;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #2c3e50;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: #2c3e50;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #fff;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: darkcyan;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: darkcyan ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 5px solid red;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #2C3E50;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid red;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  5px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: darkcyan;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #2C3E50;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: px;
                height: px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #fff;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #fff;
            }
            .active{
                background-color: #2c3e50;
            }
            .active a{
                color: #fff;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #000;
                color: #000;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #000;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #000;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #000;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #000;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #000;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #000;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 50px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: auto minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}