/* ========================================
   ROOT VARIABLES & RESET
   ======================================== */

:root {
    /* Colors */
    --color-primary: #00d4ff;
    --color-secondary: #0099ff;
    --color-accent: #00ff88;
    --color-purple: #9945ff;
    --color-dark: #0a0a0a;
    --color-dark-alt: #151515;
    --color-light: #ffffff;
    --color-gray: #808080;
    --color-gray-light: #b0b0b0;
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #00d4ff 0%, #0099ff 50%, #9945ff 100%);
    --gradient-neon: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
    --gradient-holographic: linear-gradient(135deg, #00d4ff, #00ff88, #9945ff, #00d4ff);
    --gradient-dark: linear-gradient(135deg, #0a0a0a 0%, #151515 100%);
    
    /* Typography */
    --font-primary: 'Nunito', sans-serif;
    --font-secondary: 'Nunito', sans-serif;
    --font-accent: 'Nunito', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;
    --spacing-xxl: 8rem;
    
    /* Transitions */
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Shadows */
    --shadow-sm: 0 2px 10px rgba(0, 212, 255, 0.1);
    --shadow-md: 0 10px 30px rgba(0, 212, 255, 0.2);
    --shadow-lg: 0 20px 60px rgba(0, 212, 255, 0.3);
    --shadow-neon: 0 0 30px rgba(0, 212, 255, 0.5);
    
    /* Glows */
    --glow-primary: 0 0 20px rgba(0, 212, 255, 0.8);
    --glow-accent: 0 0 20px rgba(0, 255, 136, 0.8);
    --glow-purple: 0 0 20px rgba(153, 69, 255, 0.8);
}

/* ========================================
   COMPREHENSIVE TEXT READABILITY FIX
   ======================================== */

/* Universal text color fix for ALL elements */
* {
    color: inherit;
}

body {
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
}

/* Target ALL text elements comprehensively */
h1, h2, h3, h4, h5, h6 {
    color: var(--color-light) !important;
  
}

p, span, div, li, a, label, input, textarea, button {
    color: rgba(255, 255, 255, 0.9) !important;
  
}

ul {
    list-style-type: none;
  }

/* Section specific text */
.section-subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    margin-bottom: 1.5rem;

}

.section-body {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    margin-bottom: 2rem;

}

/* Override any gray text */
.color-gray, .color-gray-light, .text-muted, .text-gray {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Ensure all interactive elements are visible */
.nav-link, .btn, button, a {
    color: rgba(255, 255, 255, 0.95) !important;
}

/* Fix any remaining dark text in components */
.features-section p,
.integration-section p,
.roi-section p,
.onboarding-section p,
.tech-section p,
.pricing-section p,
.coming-soon-section p,
.cta-section p {
    color: rgba(255, 255, 255, 0.9) !important;

}

/* Override CSS variables for better contrast */
:root {
    --color-gray: rgba(255, 255, 255, 0.85) !important;
    --color-gray-light: rgba(255, 255, 255, 0.9) !important;
}

/* Specific overrides for problematic areas */
.pricing-card p,
.timeline-step p,
.step-content p,
.hero-tagline,
.hero-stats .stat-label,
.plan-features li,
.myth-fact .fact,
.myth-fact .myth,
.tech-features li,
.trust-badges .badge,
.footer p,
.footer a,
.link-column a,
.journey-timeline p,
.timeline-step .step-time,
.hardware-card p,
.hardware-card h3,
.hardware-card .price,
.welcome-video p,
.welcome-video h3,
.roi-calculator label,
.roi-calculator .result-item,
.success-story p,
.success-story h4,
.integration-flow p,
.integration-flow h4 {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Force all generic paragraph and text elements */
section p,
section span,
section div:not(.video-thumbnail):not(.feature-card):not(.integration-block) p,
.container p,
.content p,
article p,
.card p,
.box p {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}

/* Override any CSS that might be setting text to dark colors */
[style*="color: #"] {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Ensure readability for all list items and labels */
li, label, .label, .text, .description {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* NUCLEAR OPTION - Force white text everywhere */
body * {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Preserve only specific colored elements */
.btn-primary, .btn-secondary, .text-gradient, .logo-text, .logo-rfid {
    color: inherit !important;
}

.stat-number {
    color: var(--color-primary) !important;
}

.video-thumbnail i, .feature-icon i, .block-icon i {
    color: var(--color-primary) !important;
}

/* Specific high-contrast overrides for problem areas */
.why-rfid-section p,
.why-rfid-section .section-subtitle,
.tech-section p,
.tech-section .section-subtitle,
.hardware-section p,
.features-section p,
.integration-section p,
.roi-section p,
.pricing-section p,
.onboarding-section p,
.cta-section p,
.coming-soon-section p {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
    font-weight: 400 !important;
}

/* Timeline and step text */
.timeline-step p,
.step-content p,
.step-time {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
}

/* Pricing card text */
.plan-features li {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

/* Video and feature descriptions */
.video-thumbnail p,
.feature-card p,
.integration-block p {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

/* ========================================
   MYTHS AND MISCONCEPTIONS SECTION STYLES
   ======================================== */

.impact-message {

 /* border: 2px solid rgba(255, 193, 7, 0.6);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.2);
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 99, 71, 0.15));
 */
    border-radius: 20px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
    backdrop-filter: blur(15px);

    position: relative;
    overflow: hidden;
}

.impact-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.1), transparent);
    transition: left 0.6s ease;
}
/*
.impact-message:hover::before {
    left: 100%;
}
*/
.impact-text {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}

.impact-text i {
    color: #ffc107 !important;
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.7));
}

.impact-text .highlight {
    color: #ffc107 !important;
    font-weight: 800 !important;
    text-shadow: 0 0 15px rgba(255, 193, 7, 0.8) !important;
}

.myths-video-tile {
    /*background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(153, 69, 255, 0.15));
    border: 2px solid rgba(0, 212, 255, 0.4);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);*/
    border-radius: 25px;
    padding: 3rem;
    margin: 3rem 0;
    text-align: center;
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;

}

.myths-video-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.2), transparent);
    transition: left 0.6s ease;
}
/*
.myths-video-tile:hover {
    transform: translateY(-10px);
    border-color: var(--color-accent);
    box-shadow: 0 25px 60px rgba(0, 212, 255, 0.3);
}

.myths-video-tile:hover::before {
    left: 100%;
}
*/
.myths-video-tile h3 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.myths-video-tile > p {
    font-size: 1.2rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 2rem !important;
    line-height: 1.6 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
}

.soft-cta {
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.soft-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);
    transition: left 0.6s ease;
}
/*
.soft-cta:hover {
    transform: translateY(-5px);
    border-color: var(--color-accent);
    box-shadow: 0 15px 30px rgba(0, 255, 136, 0.3);
}   


.soft-cta:hover::before {
    left: 100%;
}
*/
.soft-cta p {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    color: #ffffff;
    background: #0a0a0a !important;
    overflow-x: hidden;
    line-height: 1.6;
    position: relative;
    cursor: none;
    padding-top: 80px; /* Fix navbar overlap */
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

/* ========================================
   PRELOADER - 3D RADIO WAVES
   ======================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #000000 0%, #0a0a0a 50%, #000000 100%);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    overflow: hidden;
}

#preloader.fade-out {
    opacity: 0;
    transform: scale(2);
    pointer-events: none;
}

.loader-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blackhole-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loading-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--color-light);
    animation: textGlow 2s ease-in-out infinite alternate;
}

.loading-text h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 50px rgba(0, 212, 255, 0.5);
    animation: titlePulse 3s ease-in-out infinite;
}

.loading-text p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2rem;
    letter-spacing: 2px;
    animation: textFlicker 4s linear infinite;
}

.loading-progress {
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    margin: 0 auto 1rem;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 2px;
    width: 0%;
    animation: progressLoad 4s ease-in-out forwards;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

@keyframes textGlow {
    0% { text-shadow: 0 0 20px rgba(0, 212, 255, 0.5); }
    100% { text-shadow: 0 0 40px rgba(0, 212, 255, 0.8), 0 0 60px rgba(0, 255, 136, 0.3); }
}

@keyframes titlePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

@keyframes textFlicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes progressLoad {
    0% { width: 0%; }
    25% { width: 30%; }
    50% { width: 60%; }
    75% { width: 85%; }
    100% { width: 100%; }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .loading-text h1 {
        font-size: 2rem;
    }
    
    .loading-text p {
        font-size: 1rem;
    }
    
    .loading-progress {
        width: 250px;
    }
}

/* ========================================
   CUSTOM CURSOR
   ======================================== */

/* Hide default cursor everywhere */
*, *:hover, *:active, *:focus {
    cursor: none !important;
}

/* Force cursor hiding on all interactive elements */
a, button, input, textarea, select, 
.btn-primary, .btn-secondary, .video-thumbnail, 
.feature-card, .stat-card, .carousel-btn, .carousel-dot {
    cursor: none !important;
}

.custom-cursor {
    width: 24px;
    height: 24px;
    border: 3px solid var(--color-primary);
    border-radius: 50%;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(0, 212, 255, 0.1);
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.5),
        inset 0 0 10px rgba(0, 212, 255, 0.2);
    animation: cursorPulse 2s ease-in-out infinite;
}

.cursor-follower {
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9998;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 0 15px var(--color-accent),
        0 0 30px rgba(0, 255, 136, 0.3);
    animation: followerFloat 3s ease-in-out infinite;
}

/* Cursor Animations */
@keyframes cursorPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 20px rgba(0, 212, 255, 0.5),
            inset 0 0 10px rgba(0, 212, 255, 0.2);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 
            0 0 30px rgba(0, 212, 255, 0.8),
            inset 0 0 15px rgba(0, 212, 255, 0.4);
    }
}

/* Subtle Radiating Waves Animation */
@keyframes subtleWaves {
    0% {
        box-shadow: 
            0 0 0 0 rgba(0, 126, 245, 0.4),
            0 0 0 0 rgba(0, 126, 245, 0.2),
            0 0 0 0 rgba(0, 126, 245, 0.1);
    }
    100% {
        box-shadow: 
            0 0 0 6px rgba(0, 126, 245, 0),
            0 0 0 12px rgba(0, 126, 245, 0),
            0 0 0 18px rgba(0, 126, 245, 0);
    }
}

/* Smooth Blend Mode Fade Animation */
@keyframes smoothBlendFade {
    0%, 100% {
        opacity: 1;
        filter: invert(0);
        transform: scale(1.15);
    }
    50% {
        opacity: 0.7;
        filter: invert(1);
        transform: scale(1.3);
    }
}

/* Hover States - Only for cursor (blue ring) */
.cursor-hover {
    border-style: solid !important;
    border-color: rgba(0, 126, 245, 0.8) !important;
    animation: subtleWaves 1s ease-out infinite, smoothBlendFade 1s ease-in-out infinite !important;
}

.follower-hover {
    animation: smoothBlendFade 1s ease-in-out infinite !important;
}

@keyframes followerFloat {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px var(--color-accent),
            0 0 30px rgba(0, 255, 136, 0.3);
    }
    33% {
        transform: scale(0.8);
        box-shadow: 
            0 0 20px var(--color-accent),
            0 0 40px rgba(0, 255, 136, 0.5);
    }
    66% {
        transform: scale(1.2);
        box-shadow: 
            0 0 25px var(--color-accent),
            0 0 50px rgba(0, 255, 136, 0.4);
    }
}

/* ========================================
   PROGRESS BAR
   ======================================== */

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--gradient-primary);
    z-index: 9997;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: var(--glow-primary);
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 1000;
    transition: all var(--transition-base);
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.navbar.scrolled {
    backdrop-filter: blur(30px);
    background: rgba(10, 10, 10, 0.98);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 900;
    text-shadow: var(--glow-accent);
    position: relative;
}

.brand-text {
    background: linear-gradient(135deg, #ffffff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-accent {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50px;
    padding: 0.5rem 1rem;
}

.nav-link {
    color: #ffffff !important;
    text-decoration: none;
    font-family: var(--font-accent);
    font-weight: 500;
    font-size: 0.85rem;
    position: relative;
    transition: all 0.3s;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--color-primary) !important;
    background: rgba(0, 212, 255, 0.1);
    transform: translateY(-1px);
}

.nav-link.active {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    color: #000000 !important;
    font-weight: 600;
}

/* Remove old underline styles since we're using background highlights now */

/* Navigation Button Styling */
.btn-nav {
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border: none;
    border-radius: 20px;
    color: #000000 !important;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    margin-left: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2);
}

.btn-nav:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
    color: #000000 !important;
}

.btn-nav-cta {
    padding: 0.6rem 1.5rem;
    background: transparent;
    border: 2px solid var(--color-primary);
    color: #ffffff !important;
    font-family: var(--font-accent);
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all var(--transition-base);
    border-radius: 25px;
}

.btn-nav-cta:hover {
    background: var(--color-primary);
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background: var(--color-primary);
    transition: all var(--transition-base);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}

/* ========================================
   WELCOME VIDEO
   ======================================== */

.welcome-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(circle at 30% 30%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(0, 255, 136, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%) !important;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.video-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.video-wrapper {
    height: 340px;
    width: 630px;
    position: relative;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: 
        0 25px 50px rgba(0, 212, 255, 0.3),
        0 0 0 2px rgba(0, 212, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 70px rgba(0, 212, 255, 0.4),
        0 0 0 3px rgba(0, 212, 255, 0.5);
}

.promo-video {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 454px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    top: -4px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    height: 448px;

}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.video-wrapper:hover .video-overlay {
    opacity: 1;
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 212, 255, 0.9);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s;
}

.play-btn:hover {
    transform: scale(1.1);
    background: rgba(0, 212, 255, 1);
}

.video-text {
    max-width: 600px;
    margin: 0 auto;
}

.highlight-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ffffff;
}

/* ========================================
   WHY RFID COMPARISON
   ======================================== */

.why-rfid-section {
    padding: 120px 0px 0px 0px;
    position: relative;
    background: 
        radial-gradient(circle at 25% 25%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 100, 100, 0.1) 0%, transparent 50%),
        #0a0a0a !important;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);

}

#why-rfid > div > div.comparison-container > div.myths-video-tile.aos-init.aos-animate > div {
    width: 720px;
    height: 405px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comparison-container {
    max-width: 1200px;
    margin: 0 auto;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 4rem;
}

.comparison-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 25px;
    padding: 3rem;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.comparison-card:hover {
    transform: translateY(-15px);
    border-color: var(--color-primary);
    box-shadow: 0 25px 50px rgba(0, 212, 255, 0.3);
}

.comparison-card:hover::before {
    left: 100%;
}

.rfid-card {
    border-color: rgba(0, 255, 136, 0.5);
}

.barcode-card {
    border-color: rgba(255, 100, 100, 0.5);
}

.card-header {
    text-align: center;
    margin-bottom: 2rem;
}

.card-header i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.rfid-card .card-header i {
    color: var(--color-accent);
}

.barcode-card .card-header i {
    color: #ff6464;
}

.card-header h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #ffffff;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #ffffff;
}

.feature-list li i {
    margin-right: 1rem;
    font-size: 1.2rem;
}

.feature-list:not(.outdated) li i {
    color: var(--color-accent);
}

.feature-list.outdated li i {
    color: #ff6464;
}

.card-stats {
    display: flex;
    justify-content: space-around;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-accent);
    margin-bottom: 0.5rem;
}

.negative .stat-value {
    color: #ff6464;
}

.stat-desc {
    font-size: 0.9rem;
    color: #cccccc;
}

.vs-indicator {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
}

/* ========================================
   TECHNOLOGY SHOWCASE
   ======================================== */

.tech-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a0a 0%, #16213e 100%) !important;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.tech-showcase {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    margin-top: 4rem;
}

.rfid-demo {
    text-align: center;
}

.rfid-animation {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rfid-reader {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
}

.wave-pulse {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 212, 255, 0.6);
    border-radius: 50%;
    animation: pulse-wave 2s infinite;
}

.wave-pulse:nth-child(2) {
    animation-delay: 0.5s;
}

.wave-pulse:nth-child(3) {
    animation-delay: 1s;
}

@keyframes pulse-wave {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.rfid-tags {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tag {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color-accent);
    border-radius: 3px;
    animation: tag-glow 2s infinite;
}

.tag:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.tag:nth-child(2) {
    top: 20%;
    right: 20%;
    animation-delay: 0.2s;
}

.tag:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 0.4s;
}

.tag:nth-child(4) {
    bottom: 20%;
    right: 20%;
    animation-delay: 0.6s;
}

@keyframes tag-glow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 136, 1);
        transform: scale(1.2);
    }
}

.tech-tabs {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 2rem;
}

.tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.tab-btn:hover,
.tab-btn.active {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-color: transparent;
    color: #000;
}

.tab-content {
    min-height: 200px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane h3 {
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.tab-pane p {
    color: #cccccc;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.tech-features {
    list-style: none;
    padding: 0;
}

.tech-features li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: #ffffff;
}

.tech-features li i {
    margin-right: 1rem;
    color: var(--color-accent);
    width: 20px;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-section {
    min-height: 100vh !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(153, 69, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at center, #1a0033 0%, #0a0a0a 100%) !important;
    padding: 2rem !important;
    border-bottom: 2px solid rgba(0, 212, 255, 0.3);
}

.hero-section::after {
    display: none !important;
}

/* Pattern Overlay Container */
.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

/* Click Pattern Effects */
.click-pattern {
    position: absolute;
    width: var(--pattern-size, 30px);
    height: var(--pattern-size, 30px);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    animation: patternSpawn 3s ease-out forwards;
    will-change: transform, opacity;
}

.pattern-circle {
    border-radius: 50%;
    background: radial-gradient(
        circle,
        hsla(var(--pattern-hue, 200), 70%, 60%, 0.8) 0%,
        hsla(var(--pattern-hue, 200), 70%, 60%, 0.3) 70%,
        transparent 100%
    );
    border: 2px solid hsla(var(--pattern-hue, 200), 70%, 80%, 0.6);
}

.pattern-triangle {
    width: 0;
    height: 0;
    border-left: calc(var(--pattern-size, 30px) / 2) solid transparent;
    border-right: calc(var(--pattern-size, 30px) / 2) solid transparent;
    border-bottom: var(--pattern-size, 30px) solid hsla(var(--pattern-hue, 200), 70%, 60%, 0.8);
    background: none;
    filter: drop-shadow(0 0 10px hsla(var(--pattern-hue, 200), 70%, 60%, 0.5));
}

.pattern-square {
    background: linear-gradient(
        45deg,
        hsla(var(--pattern-hue, 200), 70%, 60%, 0.8),
        hsla(var(--pattern-hue, 200), 70%, 80%, 0.6)
    );
    border: 2px solid hsla(var(--pattern-hue, 200), 70%, 80%, 0.7);
    transform: translate(-50%, -50%) rotate(45deg);
}

.pattern-hexagon {
    width: var(--pattern-size, 30px);
    height: calc(var(--pattern-size, 30px) * 0.866);
    background: hsla(var(--pattern-hue, 200), 70%, 60%, 0.8);
    position: relative;
    border-radius: 6px;
}

.pattern-hexagon::before,
.pattern-hexagon::after {
    content: '';
    position: absolute;
    width: 0;
    border-left: calc(var(--pattern-size, 30px) / 2) solid transparent;
    border-right: calc(var(--pattern-size, 30px) / 2) solid transparent;
}

.pattern-hexagon::before {
    bottom: 100%;
    border-bottom: calc(var(--pattern-size, 30px) * 0.433) solid hsla(var(--pattern-hue, 200), 70%, 60%, 0.8);
}

.pattern-hexagon::after {
    top: 100%;
    border-top: calc(var(--pattern-size, 30px) * 0.433) solid hsla(var(--pattern-hue, 200), 70%, 60%, 0.8);
}

.pattern-diamond {
    background: linear-gradient(
        45deg,
        hsla(var(--pattern-hue, 200), 70%, 60%, 0.9),
        hsla(var(--pattern-hue, 200), 70%, 40%, 0.7)
    );
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 20%;
    border: 1px solid hsla(var(--pattern-hue, 200), 70%, 80%, 0.8);
}

@keyframes patternSpawn {
    0% {
        transform: translate(-50%, -50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, -50%) scale(1.2) rotate(90deg);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.3) rotate(360deg);
        opacity: 0;
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 2rem;

    padding: 4rem 3rem;

}

.hero-title {
    font-family: var(--font-primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.title-line-1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    color: var(--color-gray-light);
    animation: fadeInUp 1s ease;
}

.title-line-2 {
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 900;
    letter-spacing: 2px;
    display: block;
    margin-top: 0.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 1s ease 0.2s both;

}

#typed-text {
    color: var(--color-accent);

}

.hero-tagline {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    color: var(--color-gray-light);
    letter-spacing: 2px;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(10px);
    transition: all var(--transition-base);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 200px;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: var(--shadow-neon);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-number {
    font-family: var(--font-primary);
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    animation: numberGlow 2s ease-in-out infinite alternate;
}

.stat-numbody {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--color-light);
    background: var(--color-dark);
    overflow-x: hidden;
    padding-top: 80px; /* Fix navbar overlap */
}

.stat-suffix {
    font-size: 1.5rem;
    background: linear-gradient(
        90deg,
        #00ff88 0%,
        #ffffff 25%,
        #00d4ff 50%,
        #ffffff 75%,
        #00ff88 100%
    );
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 3s infinite linear;
    animation-delay: 0.5s;
    margin-left: 0.2rem;
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 1) 25%,
        rgba(0, 212, 255, 0.8) 50%,
        rgba(255, 255, 255, 1) 75%,
        rgba(255, 255, 255, 0.7) 100%
    );
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 3s infinite linear;
    animation-delay: 1s;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2.5rem;
    font-family: var(--font-accent);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transition-base);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--color-dark);
    box-shadow: var(--shadow-md);
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: var(--shadow-lg), var(--glow-primary);
}

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(0, 212, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 212, 255, 0);
    }
}

.btn-secondary {
    background: rgba(0, 255, 157, 0.1);
    color: var(--color-accent);
    border: 2px solid var(--color-accent);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 255, 157, 0.2);
}

.btn-secondary:hover {
    background: var(--color-accent);
    color: var(--color-dark);
    transform: translateY(-3px);
    box-shadow: var(--glow-accent);
}

.hero-3d-object {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    z-index: 2;
    pointer-events: none;
}

#three-container {
    width: 100%;
    height: 100%;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glitch {
    0%, 100% {
        text-shadow: 
            2px 2px 0 var(--color-primary),
            -2px -2px 0 var(--color-accent);
    }
    25% {
        text-shadow: 
            -2px 2px 0 var(--color-primary),
            2px -2px 0 var(--color-accent);
    }
    50% {
        text-shadow: 
            2px -2px 0 var(--color-primary),
            -2px 2px 0 var(--color-accent);
    }
    75% {
        text-shadow: 
            -2px -2px 0 var(--color-primary),
            2px 2px 0 var(--color-accent);
    }
}

/* ========================================
   UTILITIES
   ======================================== */

.glass-morphism {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 15px;
}

.neon-border {
    border: 2px solid var(--color-primary);
    box-shadow: var(--glow-primary);
}

.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hidden {
    display: none !important;
}

/* Responsive styles will be added later */

/* ========================================
   SECTION STYLES
   ======================================== */

/* Default dark background for all sections */
section {
    background: #0a0a0a !important;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

/* Subtle, elegant background animations for each section */

/* Welcome Section - Gentle breathing glow */
.welcome-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 70%, rgba(0, 212, 255, 0.02) 0%, transparent 60%);
    animation: gentle-breathe 12s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes gentle-breathe {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.05); }
}

/* Why RFID Section - Soft pulse */
.why-rfid-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(0, 255, 136, 0.015) 0%, transparent 70%);
    animation: soft-pulse 15s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes soft-pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.7; }
}

/* Technology Section - Subtle drift */
.tech-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.01) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(153, 69, 255, 0.01) 0%, transparent 50%);
    animation: subtle-drift 25s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes subtle-drift {
    0%, 100% { transform: translate(0, 0); opacity: 0.3; }
    33% { transform: translate(10px, -5px); opacity: 0.4; }
    66% { transform: translate(-5px, 10px); opacity: 0.5; }
}

/* Features Section - Gentle wave */
.features-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(0, 212, 255, 0.008) 50%, transparent 100%);
    background-size: 800px 800px;
    animation: gentle-wave 20s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes gentle-wave {
    0%, 100% { background-position: 0% 0%; opacity: 0.3; }
    50% { background-position: 100% 100%; opacity: 0.5; }
}

/* Integration Section - Calm flow */
.integration-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(0, 255, 136, 0.012) 0%, transparent 80%);
    animation: calm-flow 18s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes calm-flow {
    0%, 100% { transform: translateY(0) scaleY(1); opacity: 0.3; }
    50% { transform: translateY(20px) scaleY(1.1); opacity: 0.4; }
}

/* Pricing Section - Elegant shimmer */
.pricing-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(0, 212, 255, 0.01) 50%, transparent 60%);
    background-size: 600px 600px;
    animation: elegant-shimmer 22s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes elegant-shimmer {
    0% { background-position: -600px -600px; }
    100% { background-position: 600px 600px; }
}

/* Hardware Section - Minimal glow */
.hardware-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(153, 69, 255, 0.015) 0%, transparent 60%);
    animation: minimal-glow 16s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes minimal-glow {
    0%, 100% { opacity: 0.2; transform: scale(0.95); }
    50% { opacity: 0.4; transform: scale(1.02); }
}

/* Success Stories Section - Soft fade */
.stories-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 40% 60%, rgba(0, 255, 136, 0.01) 0%, transparent 70%);
    animation: soft-fade 14s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes soft-fade {
    0%, 100% { opacity: 0.25; }
    50% { opacity: 0.45; }
}

/* Journey Section - Gentle expand */
.journey-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 212, 255, 0.008) 0%, transparent 80%);
    animation: gentle-expand 20s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes gentle-expand {
    0%, 100% { transform: scale(0.98); opacity: 0.3; }
    50% { transform: scale(1.03); opacity: 0.4; }
}

/* CTA Section - Warm pulse */
.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(153, 69, 255, 0.012) 0%, transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(0, 255, 136, 0.008) 0%, transparent 60%);
    animation: warm-pulse 13s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes warm-pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.5; }
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-accent {
    font-weight: 300;
    color: var(--color-gray-light);
    display: block;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.title-main {
    font-weight: 700;
    display: block;
}

.title-underline {
    width: 100px;
    height: 3px;
    background: var(--gradient-primary);
    margin: 1.5rem auto;
    position: relative;
    overflow: hidden;
}

.title-underline::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, white, transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    to {
        left: 100%;
    }
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.features-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #0a1628 100%) !important;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-primary);
    filter: blur(2px);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all var(--transition-base);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: var(--color-primary);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2), 0 0 80px rgba(0, 212, 255, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 2.5rem;
    color: var(--color-primary);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.2) 0%, transparent 70%);
    animation: pulse 2s infinite;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.feature-card p {
    color: var(--color-gray-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.feature-points {
    list-style: none;
}

.feature-points li {
    padding: 0.5rem 0;
    color: var(--color-gray-light);
    padding-left: 1.5rem;
    position: relative;
}

.feature-points li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-size: 1.2rem;
    opacity: 1 !important;
    display: block !important;
}

/* ========================================
   INTEGRATION SECTION - NEW CONCEPT
   ======================================== */

.integration-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%) !important;
    position: relative;
    overflow: hidden;
}

.integration-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 255, 136, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.integration-flow {
    max-width: 1400px;
    margin: 4rem auto 0;
    padding: 0 2rem;
    position: relative;
}

.flow-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 4rem 0;
}

.flow-timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 212, 255, 0.5) 20%, 
        rgba(0, 212, 255, 1) 50%, 
        rgba(0, 255, 136, 1) 50%, 
        rgba(0, 255, 136, 0.5) 80%, 
        transparent 100%);
    animation: flow-pulse 3s ease-in-out infinite;
}

@keyframes flow-pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.flow-step {
    position: relative;
    z-index: 2;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    min-width: 200px;
    transition: all 0.4s;
}

.flow-step:hover {
    transform: translateY(-15px) scale(1.05);
    border-color: var(--color-primary);
    box-shadow: 0 25px 50px rgba(0, 212, 255, 0.3);
}

.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #000;
    position: relative;
}

.step-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 212, 255, 0.6);
    border-radius: 50%;
    animation: step-glow 2s ease-in-out infinite;
}

@keyframes step-glow {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

.step-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-desc {
    color: #cccccc;
    font-size: 0.9rem;
    line-height: 1.4;
}

.integration-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.stat-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    width: 200px;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.6s;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    border-color: var(--color-primary);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: numberGlow 2s ease-in-out infinite alternate;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.node {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all var(--transition-base);
    cursor: pointer;
}

.node:nth-child(1) { top: 10%; left: 50%; transform: translateX(-50%); }
.node:nth-child(2) { top: 50%; right: 10%; transform: translateY(-50%); }
.node:nth-child(3) { bottom: 10%; left: 50%; transform: translateX(-50%); }
.node:nth-child(4) { top: 50%; left: 10%; transform: translateY(-50%); }

.node:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    border-color: var(--color-primary);
}

.node i {
    font-size: 1.5rem;
    color: var(--color-primary);
}

.node span {
    font-size: 0.8rem;
    color: var(--color-gray-light);
}

.connection-line {
    position: absolute;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
    transform-origin: left center;
}

.node:nth-child(1) .connection-line { bottom: 0; left: 50%; transform: translateX(-50%) rotate(90deg); }
.node:nth-child(2) .connection-line { left: 0; top: 50%; transform: translateY(-50%) rotate(180deg); }
.node:nth-child(3) .connection-line { top: 0; left: 50%; transform: translateX(-50%) rotate(-90deg); }
.node:nth-child(4) .connection-line { right: 0; top: 50%; transform: translateY(-50%); }

/* ========================================
   PRICING SECTION
   ======================================== */

.pricing-section {
    padding: 120px 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(153, 69, 255, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%) !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 25px;
    padding: 3rem;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.pricing-card:hover {
    transform: translateY(-15px);
    border-color: var(--color-accent);
    box-shadow: 0 20px 50px rgba(0, 212, 255, 0.4);
}

.pricing-card:hover::before {
    left: 100%;
}

.pricing-card.recommended {
    border-color: var(--color-accent);
    transform: scale(1.05);
}

.recommended-badge {
    position: absolute;
    top: 35px;
    right: -42px;
    background: var(--gradient-neon);
    color: var(--color-dark);
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: bold;
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.pricing-card:hover .card-glow {
    opacity: 1;
}

.plan-header {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-header h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--color-light);
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.currency {
    font-size: 1.2rem;
    color: var(--color-gray-light);
}

.amount {
    font-size: 3rem;
    font-weight: bold;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.period {
    color: var(--color-gray-light);
}

.plan-features {
    list-style: none;
    margin-bottom: 2rem;
}

.plan-features li {
    padding: 0.75rem 0;
    color: var(--color-gray-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.plan-features li i {
    color: var(--color-accent);
}

.plan-btn {
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: 2px solid var(--color-primary);
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transition-base);
    margin-top: auto;
}

.plan-btn:hover {
    background: var(--color-primary);
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 212, 255, 0.4);
}

.plan-btn.primary {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border: none;
    color: #000000 !important;
}

.plan-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 212, 255, 0.4);
    color: #000000 !important;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta-section {
    padding: 120px 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(153, 69, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at center, #1a0f3a 0%, #0a0a0a 100%) !important;
    position: relative;
    overflow: hidden;
    border-top: 2px solid rgba(0, 212, 255, 0.3);
    border-bottom: 2px solid rgba(0, 212, 255, 0.3);
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 4rem 3rem;
    border: 2px solid rgba(0, 212, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.8s ease;
}

.cta-content:hover::before {
    left: 100%;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border: none;
    border-radius: 50px;
    color: #000000 !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.5);
    color: #000000 !important;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, var(--color-purple), transparent);
    animation: rotate 10s linear infinite;
    opacity: 0.1;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.25rem;
    color: var(--color-gray-light);
    margin-bottom: 3rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.btn-primary.large,
.btn-secondary.large {
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
}

.trust-badges {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50px;
    color: var(--color-gray-light);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent
    );
    transition: left 0.5s ease;
    animation: badgeShine 3s infinite;
}

.badge:hover::before {
    left: 100%;
}

.badge i {
    color: var(--color-accent);
    transition: all 0.3s ease;
}

.badge:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.2);
}

.badge:hover i {
    color: #00ff88;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

@keyframes badgeShine {
    0% { left: -100%; }
    50% { left: -100%; }
    100% { left: 100%; }
}

@keyframes textShine {
    0% {
        background-position: -200% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes numberGlow {
    0% {
        filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.3)) 
                drop-shadow(0 0 10px rgba(0, 255, 136, 0.2));
        transform: scale(1);
    }
    100% {
        filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.6)) 
                drop-shadow(0 0 25px rgba(0, 255, 136, 0.4));
        transform: scale(1.02);
    }
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
    background: #0a0a0a !important;
    padding: 50px 0 30px;
    position: relative;
    color: #ffffff;
}

.footer-wave {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
}

.footer-wave svg {
    width: 100%;
    height: 100px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.link-column h4 {
    color: var(--color-light);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.link-column a {
    display: block;
    color: var(--color-gray-light);
    text-decoration: none;
    padding: 0.5rem 0;
    transition: color var(--transition-base);
}

.link-column a:hover {
    color: var(--color-primary);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.social-links {
    display: flex;
    gap: 1.5rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50%;
    color: var(--color-gray-light);
    transition: all var(--transition-base);
}

.social-links a:hover {
    background: var(--color-primary);
    color: var(--color-dark);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

/* ROI Calculator Styles */
.roi-section {
    padding: 120px 0px 50px;
    background: 
        radial-gradient(circle at 40% 40%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 60% 60%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%) !important;
    position: relative;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.calculator-container {
    max-width: 1200px;
    margin: 60px auto;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(0, 255, 136, 0.15));
    backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 212, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.calculator-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.8s ease;
}

.calculator-container:hover::before {
    left: 100%;
}

.calc-inputs {
    margin-bottom: 40px;
}

.input-group {
    margin-bottom: 30px;
}

.input-group label {
    display: block;
    color: #00d4ff;
    margin-bottom: 10px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.input-group input[type="range"] {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #00d4ff 0%, #00d4ff var(--progress), rgba(255, 255, 255, 0.1) var(--progress));
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.input-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: radial-gradient(circle, #00d4ff, #0099cc);
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

.value-display {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.calc-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.result-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s;
}

.result-card.highlight {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 255, 136, 0.1));
    border-color: #00d4ff;
    transform: scale(1.05);
}

.result-card h4 {
    color: #999;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.result-value {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ROI Chart removed as requested */
#roi-chart {
    display: none;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}

/* New Inventory Calculator Styles */
.inventory-calculator-wrapper {
    max-width: 1400px;
    margin: 60px auto;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.05), rgba(0, 255, 136, 0.05));
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 212, 255, 0.2);
}

.inventory-calculator-wrapper .calculator-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inventory-calculator-wrapper .calculator-description {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.calculator-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

@media (max-width: 968px) {
    .calculator-grid {
        grid-template-columns: 1fr;
    }
}

.input-section,
.results-section {
    padding: 2rem;
    border-radius: 15px;
}

.input-section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.results-section {
    background: rgba(0, 212, 255, 0.03);
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.section-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 8px;
    font-size: 1rem;
    color: #ffffff;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
}

.results-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.highlight-card {
    text-align: center;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 255, 136, 0.05));
    border: 1px solid rgba(0, 212, 255, 0.4);
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #00d4ff;
}

.highlight-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0.75rem 0;
}

.positive {
    background: linear-gradient(135deg, #00ff88, #00d4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.negative {
    background: linear-gradient(135deg, #ff6b6b, #ff8042);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtext {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
}

.pie-chart-container {
    height: 250px;
    margin: 1rem 0;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 1rem;
}

.cost-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cost-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cost-item:last-child {
    border-bottom: none;
}

.cost-label {
    color: rgba(255, 255, 255, 0.8);
}

.cost-value {
    font-weight: 600;
    color: #00d4ff;
}

.conclusion-section {
    margin-top: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.05), rgba(153, 69, 255, 0.05));
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 15px;
}

.conclusion-section p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.disclaimer {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* Hardware Showcase Styles */
.hardware-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #16213e 100%) !important;
    position: relative;
    overflow: hidden;
}

.hardware-carousel {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px 35px 60px 35px;
}

.hardware-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

.hardware-card:hover {
    transform: translateY(-10px);
    border-color: #00d4ff;
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.3);
}

.hardware-image {
    margin-bottom: 30px;
}

.device-3d {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1), transparent);
    border-radius: 50%;
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.device-3d i {
    font-size: 4rem;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hardware-card h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.hardware-card p {
    color: #999;
    margin-bottom: 25px;
    line-height: 1.6;
}

.specs {
    list-style: none;
    padding: 0;
}

.specs li {
    color: #00d4ff;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.specs li:last-child {
    border-bottom: none;
}

/* Swiper Customization */
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
    background: #00d4ff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #00d4ff;
}

/* Success Stories Ticker */
.stories-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #0a0a0a 100%) !important;
    position: relative;
    overflow: hidden;
}

.stories-ticker {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 40px 0;
}

.ticker-track {
    display: flex;
    gap: 30px;
    /* Remove CSS animation - will be handled by JavaScript */
}

.story-card {
    flex: 0 0 auto;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    min-width: 300px;
    text-align: center;
    transition: transform 0.3s;
}

.story-card:hover {
    transform: scale(1.05);
    border-color: #00d4ff;
}

.story-metric {
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.story-card p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
    white-space: normal;
}

.story-card cite {
    color: #666;
    font-style: normal;
    font-size: 0.9rem;
}

/* Onboarding Journey Timeline */
.journey-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%) !important;
    position: relative;
}

.journey-timeline {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #00d4ff, #00ff88, #00d4ff);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-step {
    flex: 1;
    position: relative;
    text-align: center;
    z-index: 2;
    opacity: 0;
    animation: fadeInUp 0.5s forwards;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 255, 136, 0.1));
    border-radius: 20px;
    padding: 2rem 1rem;
    margin: 0 1rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 212, 255, 0.3);
    transition: all 0.4s ease;
}

.timeline-step:hover {
    transform: translateY(-10px);
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 255, 136, 0.2));
    border-color: var(--color-primary);
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.3);
}

.timeline-step[data-step="1"] { animation-delay: 0.1s; }
.timeline-step[data-step="2"] { animation-delay: 0.2s; }
.timeline-step[data-step="3"] { animation-delay: 0.3s; }
.timeline-step[data-step="4"] { animation-delay: 0.4s; }
.timeline-step[data-step="5"] { animation-delay: 0.5s; }

.step-marker {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00d4ff, #9945ff, #00ff88);
    border: 2px solid #00d4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    margin-left: 110px;
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.4);
}

.step-marker i {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.step-marker span {
    color: #00d4ff;
    font-size: 1.5rem;
    font-weight: bold;
}

.timeline-step:hover .step-marker {
    background: #00d4ff;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
}

.timeline-step:hover .step-marker span {
    color: #0a0a0a;
}

.step-content h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.step-content p {
    color: #999;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.step-time {
    display: inline-block;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

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

/* Tablet Styles */
@media (max-width: 1024px) {
    /* Navigation */
    .nav-links {
        gap: 20px;
    }
    
    /* Hero Section */
    .hero h1 {
        font-size: 3rem;
    }
    
    /* Sections */
    .section-container {
        padding: 0 30px;
    }
    
    /* Features Grid */
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    /* Timeline */
    .journey-timeline {
        flex-direction: column;
        gap: 30px;
    }
    
    .timeline-line {
        width: 2px;
        height: 100%;
        left: 40px;
        top: 0;
        background: linear-gradient(to bottom, #00d4ff, #00ff88, #00d4ff);
    }
    
    /* Pricing Cards */
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    /* Preloader */
    .preloader h1 {
        font-size: 2rem;
    }
    
    /* Navigation Mobile Menu */
    .navbar {
        padding: 15px 20px;
    }
    
    .nav-links {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        padding: 30px;
        gap: 20px;
        z-index: 999;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    /* Mobile Menu Button */
    .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        gap: 4px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        z-index: 1001;
    }
    
    .mobile-menu-btn span {
        width: 25px;
        height: 2px;
        background: #00d4ff;
        transition: all 0.3s;
    }
    
    .mobile-menu-btn.active span:nth-child(1) {
        transform: rotate(45deg) translateY(6px);
    }
    
    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-6px);
    }
    
    /* Hero Section Mobile */
    .hero {
        padding: 100px 20px;
        min-height: 100vh;
    }
    
    .hero h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero .subtitle {
        font-size: 1rem;
    }
    
    #typed-text {
        font-size: 1.2rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2rem;
    }
    
    /* Video Section */
    .video-container {
        height: 250px;
    }
    
    /* Comparison Table */
    .comparison-grid {
        overflow-x: auto;
    }
    
    .comparison-table {
        min-width: 500px;
    }
    
    /* Integration Ecosystem */
    .integration-diagram {
        transform: scale(0.8);
    }
    
    /* Calculator */
    .calculator-container {
        padding: 20px;
    }
    
    /* Hardware Cards */
    .hardware-card {
        padding: 20px;
    }
    
    /* Success Stories */
    .story-card {
        min-width: 250px;
        padding: 20px;
    }
    
    .story-metric {
        font-size: 2rem;
    }
    
    /* Timeline Mobile */
    .timeline-step {
        margin-bottom: 30px;
    }
    
    .step-marker {
        margin-left: -30px;
    }
    
    /* CTA Section */
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
    }
    
    /* Footer */
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .footer-links {
        justify-content: center;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    /* Hero */
    .hero h1 {
        font-size: 2rem;
    }
    
    /* Features Grid */
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    /* Integration */
    .integration-diagram {
        transform: scale(0.6);
    }
    
    /* Calculator */
    #roi-chart {
        height: 150px;
    }
    
    /* Buttons */
    .btn-primary, .btn-secondary {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* High Resolution Displays */
@media (min-width: 1920px) {
    .section-container {
        max-width: 1400px;
    }
    
    .hero h1 {
        font-size: 5rem;
    }
    
    .section-title {
        font-size: 3.5rem;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .custom-cursor,
    .cursor-follower,
    .progress-bar,
    .cta-section,
    footer {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .section-container {
        page-break-inside: avoid;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: light) {
    :root {
        --color-dark: #ffffff;
        --color-darker: #f5f5f5;
        --color-light: #333333;
        --text-primary: #333333;
        --text-secondary: #666666;
    }
}

/* ========================================
   ADVANCED ANIMATION STYLES
   ======================================== */

/* Mobile Menu Button - Hide by default */
.mobile-menu-btn {
    display: none;
}

/* Ripple Effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Button Relative Position for Ripple */
button {
    position: relative;
    overflow: hidden;
}

/* Card Glow Effect - Removed blurry square hover effect */



/* Parallax Elements */
.parallax {
    will-change: transform;
    transition: transform 0.2s ease-out;
}

/* Scrolling State */
body.scrolling {
    --scroll-speed: 0.5;
}

/* Button Magnetic Effect Smooth Transition */
.btn-primary,
.btn-secondary {
    transition: transform 0.2s ease-out, box-shadow 0.3s ease;
}

/* Enhanced Focus States */
*:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Skip to Content Link (Accessibility) */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--color-primary);
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 10000;
}

.skip-to-content:focus {
    top: 0;
}

/* Loading State for Dynamic Content */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: loading-shimmer 2s infinite;
}

@keyframes loading-shimmer {
    100% {
        left: 100%;
    }
}

/* ========================================
   VIDEO MODAL STYLES
   ======================================== */

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.video-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: var(--color-dark);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.video-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--color-light);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition-fast);
}

.video-modal-close:hover {
    color: var(--color-primary);
    text-shadow: var(--glow-primary);
}

.video-container {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.video-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: 2px solid var(--color-primary);
}

.video-placeholder {
    color: var(--color-primary);
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: 600;
}

.video-note {
    color: var(--color-gray-light);
    font-size: 0.9rem;
    margin-top: 1rem;
    font-style: italic;
}

/* Video Cluster Styles */
.video-clusters {
    margin-top: 3rem;
}

.video-cluster {
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 212, 255, 0.05);
}

.cluster-header {
    padding: 1.5rem;
    background: rgba(0, 212, 255, 0.1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-fast);
}

.cluster-header:hover {
    background: rgba(0, 212, 255, 0.15);
}

.cluster-header.active {
    background: rgba(0, 212, 255, 0.2);
}

.cluster-header h3 {
    margin: 0;
    color: var(--color-light);
    font-size: 1.2rem;
}

.cluster-header i {
    color: var(--color-primary);
    transition: var(--transition-fast);
}

.cluster-content {
    display: none;
    padding: 1.5rem;
}

.video-grid {
    margin-top: 2rem;
}

.video-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.video-row:last-child {
    margin-bottom: 0;
}

/* Tab Content Styles */
.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

/* Ripple Effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Mobile Responsiveness for Video Modal */
@media (max-width: 768px) {
    .video-modal-content {
        max-width: 95%;
        max-height: 95%;
        padding: 1rem;
    }
    
    .video-container iframe {
        height: 250px;
    }
    
    .video-placeholder {
        font-size: 1.2rem;
    }
}

/* ========================================
   FEATURES TAB LAYOUT STYLES
   ======================================== */

.features-tabs {
    margin-top: 3rem;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    background: rgba(0, 212, 255, 0.1);
    padding: 1rem;
    border-radius: 50px;
    border: 2px solid rgba(0, 212, 255, 0.3);
}

.tab-btn {
    padding: 1rem 2rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid transparent;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: var(--transition-base);
    position: relative;
}

.tab-btn:hover {
    color: var(--color-light);
    background: rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.5);
    transform: translateY(-2px);
}

.tab-btn.active {
    color: var(--color-light);
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-color: var(--color-primary);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tab-content {
    margin-top: 2rem;
}

.tab-content-pane {
    display: none;
    padding: 4rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(153, 69, 255, 0.2));
    border-radius: 25px;
    border: 2px solid rgba(0, 212, 255, 0.4);
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
}

.tab-content-pane::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.8s ease;
}

.tab-content-pane.active::before {
    left: 100%;
}

.tab-content-pane.active {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

.tab-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ========================================
   VIDEO THUMBNAIL STYLES
   ======================================== */

.video-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.video-thumbnail {
    margin-bottom: 5px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(153, 69, 255, 0.15));
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    min-width: 280px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.video-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.video-thumbnail:hover::before {
    left: 100%;
}

.video-thumbnail:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 212, 255, 0.4);
    border-color: var(--color-accent);
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.25), rgba(153, 69, 255, 0.25));
}

.video-thumbnail i {
    font-size: 3rem;
    color: var(--color-primary);
    margin-bottom: 1rem;
    display: block;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

.video-thumbnail h4 {
    color: var(--color-light);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.video-thumbnail p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ========================================
   STAT BAR STYLES
   ======================================== */

.stat-bar {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    margin: 3rem 0;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 255, 136, 0.2));
    border-radius: 20px;
    border: 2px solid rgba(0, 212, 255, 0.4);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.stat-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        transparent 30%, 
        rgba(0, 212, 255, 0.1) 50%, 
        transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

.stat-item {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}

.stat-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: numberGlow 2s ease-in-out infinite alternate;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

.stat-label {
    color: var(--color-light);
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes shimmer {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}

/* ========================================
   INTEGRATION BLOCKS STYLES
   ======================================== */

.integration-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.integration-block {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(153, 69, 255, 0.2));
    border: 3px solid rgba(0, 212, 255, 0.5);
    border-radius: 25px;
    padding: 4rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.integration-block::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(0, 212, 255, 0.2), transparent);
    animation: rotate 20s linear infinite;
    z-index: 1;
}

.integration-block > * {
    position: relative;
    z-index: 2;
}

.integration-block:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 212, 255, 0.4);
    border-color: var(--color-accent);
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(153, 69, 255, 0.3));
}

.block-icon {
    margin-bottom: 2rem;
}

.block-icon i {
    font-size: 4rem;
    color: var(--color-primary);
    filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.7));
}

.integration-block h3 {
    color: var(--color-light);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.integration-block > p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ========================================
   RFID FLOW STYLES
   ======================================== */

.rfid-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin: 4rem 0;
    position: relative;
    padding: 2rem 0;
}

.rfid-flow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent), var(--color-primary));
    border-radius: 2px;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.flow-step {
    text-align: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(15px);
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 2px solid var(--color-primary);
    transition: all 0.4s ease;
    overflow: hidden;
}

.flow-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.flow-step:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-accent);
}

.flow-step:hover::before {
    left: 100%;
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin: 0 auto 1.5rem;
    box-shadow: var(--glow-primary);
}

.flow-step h3 {
    color: var(--color-light);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.flow-step p {
    color: var(--color-gray-light);
    line-height: 1.6;
}

.tech-videos {
     text-align: center;
}

.tech-videos h3 {
    color: var(--color-light);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

/* ========================================
   COMING SOON SECTION STYLES
   ======================================== */

.coming-soon-section {
    padding: 120px 0;
    background: 
        radial-gradient(circle at 35% 35%, rgba(0, 212, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 65% 65%, rgba(153, 69, 255, 0.12) 0%, transparent 50%),
        linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(153, 69, 255, 0.1));
    border-top: 2px solid rgba(0, 212, 255, 0.3);
    border-bottom: 2px solid rgba(0, 212, 255, 0.3);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(0, 255, 136, 0.15));
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-primary);
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 255, 136, 0.2));
}

.feature-icon {
    margin: 0 auto 2rem auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.feature-icon i {
    font-size: 3.5rem;
    color: var(--color-accent);
    filter: drop-shadow(0 0 15px rgba(0, 255, 136, 0.7));
}

.feature-card h3 {
    color: var(--color-light);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.feature-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ========================================
   SOFT CTA STYLES
   ======================================== */


.onboarding-cta,
.pricing-cta,
.roi-cta,
.coming-soon-cta {
    text-align: center;
    margin: 4rem 0;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 255, 136, 0.2));
    border-radius: 20px;
    border: 2px solid rgba(0, 212, 255, 0.4);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.soft-cta,
.tech-cta {
    text-align: center;
    margin: 2rem 0rem 0rem 0rem;
    padding: 3rem 2rem 0rem;
}

#features > div > div.tech-cta > a.btn-primary.large, 
#features > div > div.tech-cta > a.btn-secondary.large {
margin: 0px 3rem !important; 
padding: 2.25rem 10rem !important;
font-size: 1.3rem; 
}


    

.onboarding-cta::before,
.pricing-cta::before,
.roi-cta::before,
.coming-soon-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    animation: sweep 4s ease-in-out infinite;
}

.soft-cta p,
.onboarding-cta p,
.pricing-cta p,
.roi-cta p,
.tech-cta p,
.coming-soon-cta p {
    color: var(--color-light);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-secondary {
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition-base);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes sweep {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

/* ========================================
   MOBILE RESPONSIVENESS
   ======================================== */

@media (max-width: 1024px) {
    .rfid-flow {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .rfid-flow::before {
        display: none;
    }
    
    .integration-blocks {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stat-bar {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .tab-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .video-thumbnails {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE & TABLETS
   ======================================== */

/* Tablets and smaller laptops (under 1366px) */
@media screen and (max-width: 1365px) {
    /* Navigation */
    .navbar {
        padding: 10px 20px;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(10, 10, 10, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 20px;
        z-index: 1000;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-link {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    
    .mobile-menu-btn {
        display: flex !important;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 1rem !important;
        min-height: auto !important;
    }
    
    .hero-content {
        padding: 20px;
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
    
    .hero-tagline {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .hero-video {
        max-width: 100%;
        margin: 20px 0;
    }
    
    .video-wrapper {
        width: 100% !important;
        height: auto !important;
        max-width: 600px;
    }
    
    .promo-video {
        height: 350px;
    }
    
    /* Stats Cards */
    .hero-stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-top: 30px;
    }
    
    .stat-card {
        width: 90% !important;
        max-width: 300px;
    }
    
    /* Section Headers */
    .section-title {
        font-size: 2rem;
        text-align: center;
    }
    
    /* Feature Cards */
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        padding: 0 20px;
    }
    
    /* Technology Cards */
    .tech-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    
    /* Hardware Carousel */
    .hardware-carousel {
        padding: 20px;
    }
    
    /* Pricing Cards - Full Width Mobile */
    .pricing-cards {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 10px !important;
        max-width: 100% !important;
    }
    
    .pricing-card {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 20px !important;
    }
    
    .pricing-card.recommended {
        transform: none !important;
    }
    
    /* Success Stories */
    .story-card {
        min-width: 250px;
    }
    
    /* Timeline - Complete Mobile Redesign */
    .journey-timeline {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        max-width: 100% !important;
        padding: 0 20px !important;
        margin: 2rem 0 !important;
    }
    
    .timeline-line {
        display: none !important;
    }
    
    .timeline-step {
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
        margin-bottom: 25px !important;
        padding: 20px !important;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)) !important;
        border: 2px solid rgba(0, 212, 255, 0.3) !important;
        border-radius: 15px !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        text-align: left !important;
        min-height: 120px !important;
    }
    
    .step-marker {
        width: 50px !important;
        height: 50px !important;
        flex-shrink: 0 !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #00d4ff, #9945ff, #00ff88) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 5px 15px rgba(0, 212, 255, 0.4) !important;
    }
    
    .step-marker i {
        font-size: 1.2rem !important;
        color: #ffffff !important;
        font-weight: bold !important;
    }
    
    .step-content {
        flex-grow: 1 !important;
    }
    
    .step-title {
        font-size: 1.3rem !important;
        color: #00d4ff !important;
        margin-bottom: 8px !important;
        font-weight: 600 !important;
    }
    
    .step-time {
        font-size: 0.9rem !important;
        color: #00ff88 !important;
        margin-bottom: 10px !important;
        font-weight: 500 !important;
    }
    
    .step-description {
        color: #ffffff !important;
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }
    
    .timeline-step:hover {
        transform: translateY(-5px) !important;
        border-color: #00d4ff !important;
        box-shadow: 0 15px 30px rgba(0, 212, 255, 0.3) !important;
    }
    
    /* Integration Flow */
    .integration-flow {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }
    
    /* ROI Calculator */
    .roi-calculator {
        padding: 20px;
        max-width: 100%;
    }
    
    .calculator-grid {
        grid-template-columns: 1fr;
    }
    
    /* Section Containers */
    .section-container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    /* Prevent horizontal scrolling */
    body {
        overflow-x: hidden;
    }
    
    /* Fix wide elements */
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Button Responsive Fix */
    .btn-primary,
    .btn-secondary {
        justify-content: center !important;
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .btn-primary i,
    .btn-secondary i {
        margin-left: auto;
        margin-right: 0;
    }
    
    .btn-primary span,
    .btn-secondary span {
        flex-grow: 1;
        text-align: center;
    }
    
    .hero-cta .btn-primary,
    .hero-cta .btn-secondary,
    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary,
    .btn-primary.large,
    .btn-secondary.large {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
    }
    
    .btn-primary.large,
    .btn-secondary.large {
        padding: 1.5rem 2rem !important;
    }
    
    /* Video Thumbnails - Uniform Size for Mobile */
    .video-thumbnails {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0px !important;
    }
    
    .video-thumbnail {
        margin-bottom: 5px !important;
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        min-height: 110px !important;
        height: auto !important;
        padding: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 15px;
    }
    
    .video-thumbnail i {
        font-size: 2.5rem !important;
        flex-shrink: 0;
    }
    
    .video-thumbnail h4 {
        font-size: 1.1rem !important;
        margin-bottom: 5px;
    }
    
    .video-thumbnail p {
        font-size: 0.9rem !important;
        flex-grow: 1;
    }
    
    .video-thumbnail span {
        font-size: 0.95rem !important;
    }
    
    /* Video content wrapper */
    .video-thumbnail > div {
        flex-grow: 1;
    }
    
    /* RFID vs Barcode Comparison - Complete Mobile Redesign */
    .comparison-grid {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 20px !important;
        align-items: stretch !important;
        margin-top: 2rem !important;
    }
    
    .comparison-container {
        padding: 20px;
        max-width: 100%;
    }
    
    .comparison-card {
        width: 100% !important;
        max-width: 600px !important;
        margin: 0 auto !important;
        padding: 25px !important;
        min-height: auto !important;
        order: 1;
    }
    
    /* Put barcode card after VS indicator */
    .barcode-card {
        order: 3;
    }
    
    .vs-indicator {
        position: static !important;
        transform: none !important;
        margin: 30px auto !important;
        width: 80px !important;
        height: 80px !important;
        order: 2;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(135deg, #00d4ff, #00ff88) !important;
        border-radius: 50% !important;
        font-size: 1.5rem !important;
        font-weight: bold !important;
        color: #000 !important;
        box-shadow: 0 10px 30px rgba(0, 212, 255, 0.5) !important;
    }
    
    .comparison-card .card-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .comparison-card .card-header i {
        font-size: 2rem;
    }
    
    .comparison-card .card-header h3 {
        font-size: 1.5rem;
        margin: 0;
    }
    
    .comparison-card .feature-list {
        font-size: 0.95rem !important;
        padding-left: 20px;
    }
    
    .comparison-card .feature-list li {
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    
    .comparison-card .feature-list i {
        font-size: 1.2rem;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .comparison-card .card-video {
        margin-top: 20px;
    }
    
    .comparison-card .video-thumbnail {
        padding: 10px;
        font-size: 0.9rem;
        width: 100% !important;
        max-width: none !important;
    }
    
    .comparison-card .card-video {
        width: 100% !important;
    }
    
    /* RFID card specific - green accent */
    .rfid-card {
        border: 3px solid #00ff88 !important;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 0, 0, 0.9)) !important;
        box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2) !important;
    }
    
    .rfid-card .card-header i {
        color: #00ff88;
    }
    
    .rfid-card .feature-list li i.fa-check-circle {
        color: #00ff88 !important;
    }
    
    /* Barcode card specific - red accent */
    .barcode-card {
        border: 3px solid #ff4444 !important;
        background: linear-gradient(135deg, rgba(255, 68, 68, 0.1), rgba(0, 0, 0, 0.9)) !important;
        box-shadow: 0 10px 30px rgba(255, 68, 68, 0.2) !important;
    }
    
    .barcode-card .card-header i {
        color: #ff4444;
    }
    
    .barcode-card .feature-list li i.fa-times-circle {
        color: #ff4444 !important;
    }
    
    /* Footer - Mobile Redesign */
    .footer-content {
        padding: 0 20px !important;
        max-width: 100% !important;
    }
    
    .footer-main {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding-bottom: 30px !important;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
    
    .footer-brand {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        gap: 20px !important;
        text-align: center !important;
        padding-top: 20px !important;
    }
    
    .social-links {
        order: 2;
    }
    
    /* Tab Content Pane - Mobile padding */
    .tab-content-pane {
        padding: 1rem !important;
    }
    
    /* Impact Message Fix */
    .impact-message {
        padding: 20px !important;
        margin: 20px auto;
        max-width: 90%;
    }
    
    .impact-text {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
        text-align: center;
        word-wrap: break-word;
    }
    
    .impact-text i {
        font-size: 1.5rem;
        display: block;
        margin-bottom: 10px;
    }
    
    .impact-text .highlight {
        display: inline-block;
        white-space: nowrap;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    /* Typography */
    body {
        font-size: 14px;
    }
    
    /* Navigation */
    .nav-brand {
        font-size: 1.2rem;
    }
    
    /* Hero Section */
    .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-title .title-line-1,
    .hero-title .title-line-2 {
        font-size: 2rem;
    }
    
    .hero-tagline {
        font-size: 0.9rem;
    }
    
    /* Video */
    .video-wrapper {
        height: 250px !important;
    }
    
    .promo-video {
        height: 250px;
    }
    
    /* Hero CTA Buttons */
    .hero-cta {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    
    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        padding: 15px 30px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .hero-cta .btn-primary i,
    .hero-cta .btn-secondary i,
    .cta-buttons .btn-primary i,
    .cta-buttons .btn-secondary i {
        position: absolute;
        right: 20px;
    }
    
    .hero-cta .btn-primary span,
    .hero-cta .btn-secondary span,
    .cta-buttons .btn-primary span,
    .cta-buttons .btn-secondary span {
        width: 100%;
    }
    
    /* Stats */
    .stat-number {
        font-size: 2rem !important;
    }
    
    /* Section Containers */
    .section-container {
        padding: 0 15px;
    }
    
    /* Feature Cards */
    .features-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    /* Pricing - Mobile */
    .pricing-cards {
        padding: 0 10px !important;
    }
    
    .pricing-card {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 15px !important;
    }
    
    .pricing-card.recommended {
        transform: none !important;
    }
    
    .price .amount {
        font-size: 2.5rem;
    }
    
    /* Timeline - Mobile Adjustments */
    .journey-timeline {
        padding: 0 15px !important;
    }
    
    .timeline-step {
        padding: 15px !important;
        min-height: 100px !important;
        gap: 15px !important;
    }
    
    .step-marker {
        width: 45px !important;
        height: 45px !important;
    }
    
    .step-marker i {
        font-size: 1.1rem !important;
        color: #ffffff !important;
    }
    
    .step-title {
        font-size: 1.2rem !important;
    }
    
    .step-time {
        font-size: 0.85rem !important;
    }
    
    .step-description {
        font-size: 0.9rem !important;
    }
    
    /* Success Stories Ticker */
    .story-card {
        min-width: 200px;
        padding: 20px;
    }
    
    .story-metric {
        font-size: 2rem;
    }
    
    /* Integration Points */
    .integration-point {
        padding: 15px;
    }
    
    /* Footer - Mobile */
    .footer-content {
        padding: 0 15px !important;
    }
    
    .footer-links {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        text-align: center !important;
    }
    
    .link-column {
        text-align: center !important;
    }
    
    .link-column h3 {
        margin-bottom: 15px !important;
        font-size: 1.1rem !important;
    }
    
    .link-column a {
        display: block !important;
        padding: 8px 0 !important;
        font-size: 0.9rem !important;
    }
    
    .footer-bottom {
        padding-top: 15px !important;
        gap: 15px !important;
    }
    
    .footer-bottom p {
        font-size: 0.9rem !important;
    }
    
    /* Impact Message Mobile Fix */
    .impact-message {
        padding: 15px !important;
        border-radius: 10px;
    }
    
    .impact-text {
        font-size: 1rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .impact-text .highlight {
        font-size: 1.2rem !important;
    }
    
    /* Video Thumbnails - Mobile adjustments */
    .video-thumbnails {
        padding: 0px !important;
    }
    
    .video-thumbnail {
        margin-bottom: 5px !important;
        min-height: 110px !important;
        padding: 15px !important;
    }
    
    .video-thumbnail i {
        font-size: 2rem !important;
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .video-thumbnail h4,
    .video-thumbnail span {
        text-align: left;
        width: 100%;
    }
    
    /* Ensure all video tiles in technology section match */
    .tech-card .video-thumbnail,
    .comparison-card .video-thumbnail,
    .myths-video-tile .video-thumbnail {
        min-height: 100px !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* RFID vs Barcode Mobile - Additional refinements */
    .comparison-card {
        min-height: auto !important;
        height: auto !important;
    }
    
    .comparison-card .feature-list {
        margin: 0;
        padding-left: 0;
    }
    
    .comparison-card .feature-list li {
        padding: 10px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        margin-bottom: 10px;
    }
    
    .rfid-card .feature-list li {
        border-left: 3px solid #00ff88;
    }
    
    .barcode-card .feature-list li {
        border-left: 3px solid #ff4444;
    }
    
    .myths-video-tile {
        margin-top: 30px !important;
        padding: 20px !important;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    /* Hero */
    .hero-title {
        font-size: 1.5rem !important;
    }
    
    .hero-title .title-line-1,
    .hero-title .title-line-2 {
        font-size: 1.5rem;
    }
    
    /* Video */
    .video-wrapper {
        height: 200px !important;
        width: 100% !important;
    }
    
    .promo-video {
        height: 200px;
    }
    
    /* Buttons */
    .btn-primary,
    .btn-secondary {
        font-size: 14px;
        padding: 12px 24px;
    }
    
    /* Stats */
    .stat-card {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 1.8rem !important;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 1.5rem;
    }
    
    /* Cards */
    .feature-card,
    .tech-card {
        padding: 15px;
    }
    
    /* Pricing - Small Mobile */
    .pricing-cards {
        padding: 0 5px !important;
    }
    
    .pricing-card {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 12px !important;
    }
    
    /* Success Stories */
    .story-card {
        min-width: 150px;
        padding: 15px;
    }
    
    .story-metric {
        font-size: 1.5rem;
    }
    
    /* Impact Message Small Mobile Fix */
    .impact-message {
        padding: 10px !important;
        margin: 15px auto;
    }
    
    .impact-text {
        font-size: 0.9rem !important;
    }
    
    .impact-text i {
        font-size: 1.2rem;
    }
    
    .impact-text .highlight {
        font-size: 1rem !important;
        display: block;
        margin-top: 5px;
    }
    
    /* Video Thumbnails - Small Mobile */
    .video-thumbnails {
        padding: 0px !important;
    }
    
    .video-thumbnail {
        min-height: 110px !important;
        padding: 12px !important;
        gap: 10px;
    }
    
    .video-thumbnail i {
        font-size: 1.8rem !important;
    }
    
    .video-thumbnail h4 {
        font-size: 1rem !important;
    }
    
    .video-thumbnail p,
    .video-thumbnail span {
        font-size: 0.85rem !important;
    }
    
    /* RFID vs Barcode - Small Mobile */
    .comparison-card {
        padding: 15px !important;
    }
    
    .comparison-card .card-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .comparison-card .card-header i {
        font-size: 2.5rem;
    }
    
    .comparison-card .feature-list {
        font-size: 0.85rem !important;
    }
    
    .comparison-card .feature-list li {
        padding: 8px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    .comparison-card .feature-list i {
        font-size: 1.5rem;
    }
    
    .vs-indicator {
        width: 50px !important;
        height: 50px !important;
        font-size: 1rem !important;
        line-height: 50px !important;
    }
    
    .comparison-card .video-thumbnail span {
        font-size: 0.8rem;
    }
    
    /* Timeline - Small Mobile */
    .journey-timeline {
        padding: 0 10px !important;
    }
    
    .timeline-step {
        padding: 12px !important;
        min-height: 90px !important;
        gap: 12px !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .step-marker {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: -5px !important;
        margin-left: 5px;
    }
    
    .step-marker i {
        font-size: 1rem !important;
        color: #ffffff !important;
    }
    
    .step-content {
        text-align: center !important;
    }
    
    .step-title {
        font-size: 1.1rem !important;
    }
    
    .step-time {
        font-size: 0.8rem !important;
    }
    
    .step-description {
        font-size: 0.85rem !important;
    }
    
    /* Footer - Small Mobile */
    .footer-content {
        padding: 0 10px !important;
    }
    
    .footer {
        padding: 30px 0 20px !important;
    }
    
    .footer-main {
        gap: 1.5rem !important;
        padding-bottom: 20px !important;
    }
    
    .link-column h3 {
        font-size: 1rem !important;
        margin-bottom: 10px !important;
    }
    
    .link-column a {
        font-size: 0.85rem !important;
        padding: 6px 0 !important;
    }
    
    .footer-bottom p {
        font-size: 0.8rem !important;
    }
    
    .social-links a {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
    }
}

/* Mobile menu button styling */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    border-radius: 3px;
    transition: all 0.3s;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}