:root {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;

    --primary-purple: #8B5CF6;
    --primary-blue: #3B82F6;
    --dark-bg: #0F172A;
    --dark-blue: #1E293B;
    --text-white: #FFFFFF;
    --text-gray: #94A3B8;
}

:root {
    --background: 220 25% 10%;
    --foreground: 210 40% 98%;
    --card: 220 22% 14%;
    --card-foreground: 210 40% 98%;
    --popover: 220 22% 14%;
    --popover-foreground: 210 40% 98%;
    --primary: 217 91% 60%;
    --primary-foreground: 220 25% 10%;
    --secondary: 270 70% 60%;
    --secondary-foreground: 210 40% 98%;
    --muted: 220 20% 20%;
    --muted-foreground: 215 20% 65%;
    --accent: 180 80% 50%;
    --accent-foreground: 220 25% 10%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 210 40% 98%;
    --border: 220 20% 25%;
    --input: 220 20% 25%;
    --ring: 217 91% 60%;
    --radius: .75rem;
    --gradient-primary: linear-gradient(135deg, hsl(217 91% 60%), hsl(270 70% 60%));
    --gradient-accent: linear-gradient(135deg, hsl(180 80% 50%), hsl(217 91% 60%));
    --gradient-hero: linear-gradient(135deg, hsl(220 25% 10% / .95), hsl(270 70% 20% / .85));
    --shadow-glow: 0 0 40px hsl(217 91% 60% / .3);
    --shadow-card: 0 10px 30px -10px hsl(220 25% 5% / .5);
    --transition-smooth: all .3s 
cubic-bezier(.4, 0, .2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    background-color: var(--dark-bg);
    color: var(--text-white);
    overflow-x: hidden;
}
.map {
    color: #000;
}
/* Header Styles */
.navbar {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-white) !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand i {
    color: var(--primary-purple);
    font-size: 2rem;
}

.navbar-nav .nav-link {
    color: var(--text-white) !important;
    margin: 0 0.5rem;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--primary-purple) !important;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-foreground {
    --tw-gradient-from: hsl(var(--foreground)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}
.btn-signin {
    border: 2px solid var(--primary-purple);
    color: var(--text-white);
    background: transparent;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-signin:hover {
    background: var(--primary-purple);
    color: var(--text-white);
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-blue));
    border: none;
    color: var(--text-white);
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
}
.blur-3xl {
    --tw-blur: blur(64px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.bg-primary\/20 {
    background-color: hsl(var(--primary) / .2);
}
.bg-secondary\/20 {
    background-color: hsl(var(--secondary) / .2);
}
.bg-accent\/20 {
    background-color: hsl(var(--accent) / .2);
}
.w-72 {
    width: 18rem;
}
.h-72 {
    height: 18rem;
}
.w-96 {
    width: 24rem;
}
.h-96 {
    height: 24rem;
}
.w-64 {
    width: 16rem;
}
.h-64 {
    height: 16rem;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.4);
    color: var(--text-white);
}

.btn-outline-custom {
    border: 2px solid var(--primary-purple);
    color: var(--text-white);
    background: transparent;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline-custom:hover {
    background: var(--primary-purple);
    color: var(--text-white);
}


/* Mega Dropdown Menu */
.nav-item.dropdown-mega {
    position: static;
}

.nav-item.dropdown-mega > .nav-link {
    position: relative;
}

.nav-item.dropdown-mega:hover > .nav-link {
    color: var(--primary-purple) !important;
}

.nav-item.dropdown-mega > .nav-link .bi-chevron-down {
    transition: transform 0.3s ease;
    display: inline-block;
}

.nav-item.dropdown-mega:hover > .nav-link .bi-chevron-down {
    transform: rotate(180deg);
}

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
    padding: 0;
}
.mega-dropdown1 {
    width: 300px;top:64px;
}

.mega-dropdown .container {
    margin: 0 auto;
}

.nav-item.dropdown-mega:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-dropdown-title {
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
}

.mega-dropdown-title i {
    color: var(--primary-purple);
    font-size: 1.125rem;
}

.mega-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-dropdown-list li {
    margin-bottom: 0.5rem;
}

.mega-dropdown-link {
    color: var(--text-gray);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.mega-dropdown-link:hover {
    background: rgba(139, 92, 246, 0.1);
    color: var(--text-white);
    transform: translateX(5px);
}

.mega-dropdown-link i {
    color: var(--primary-purple);
    font-size: 0.875rem;
    width: 20px;
    text-align: center;
}
.mega-dropdown1 .mega-dropdown-link{
    width: 97%;
}
/* Responsive Mega Dropdown */
@media (max-width: 991px) {
    .mega-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: rgba(30, 41, 59, 0.8);
        margin-top: 0;
        border-top: none;
        border-radius: 0.5rem;
    }
    
    .nav-item.dropdown-mega:hover .mega-dropdown,
    .nav-item.dropdown-mega.active .mega-dropdown {
        display: block;
    }
    
    .mega-dropdown .container {
        padding: 1rem;
    }
}


/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    background: url(https://titanevent-suite-47121.lovable.app/assets/hero-bg-DOhU03RR.jpg);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, hsl(220 25% 10% / .95), hsl(270 70% 20% / .85));
}
.top-1\/2 {
    top: 50%;
}
.left-1\/2 {
    left: 50%;
}
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.text-transparent {
    color: transparent;
}
.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-gray);
    margin-bottom: 2rem;
    line-height: 1.6;
}
.via-primary {
    --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-accent {
    --tw-gradient-to: hsl(var(--accent)) var(--tw-gradient-to-position);
}
.trusted-by {
    margin-top: 3rem;
    color: var(--text-gray);
    font-size: 0.875rem;
}
.bg-gradient-primary {
    background-image: var(--gradient-primary);
}
.h-1 {
    height: .25rem;
}
.trusted-by-logos {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    font-weight: 600;
}

/* Feature Cards */
.feature-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-purple);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-blue));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 3rem;
}

/* Process Flow */
.process-item {
    text-align: center;
    position: relative;
}

.process-icon {
    width: 80px;
    height: 80px;
    background: rgba(139, 92, 246, 0.2);
    border: 2px solid var(--primary-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    position: relative;
}

.process-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--primary-purple);
    border-radius: 50%;
}

/* Device Cards */
.device-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
}

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

.device-icon {
    font-size: 3rem;
    color: var(--primary-purple);
}

/* Testimonial Cards */
.testimonial-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
}

.stars {
    color: #FBBF24;
    margin-bottom: 1rem;
}

/* Statistics */
.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 1.125rem;
    color: var(--text-gray);
    margin-top: 0.5rem;
}

/* CTA Section */
.cta-section {
    min-height: auto;
}

/* Footer */
.footer {
    background: var(--dark-bg);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-link:hover, .footer-link.active {
    color: var(--primary-purple);
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(139, 92, 246, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-purple);
    margin-right: 0.5rem;
    transition: all 0.3s;
}

.social-icon:hover {
    background: var(--primary-purple);
    color: var(--text-white);
    transform: translateY(-3px);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
    z-index: 999;
}

.scroll-to-top.show {
    opacity: 1;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.4);
}

/* Pricing Premium Card */
.pricing-premium-card {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .pricing-premium-card {
        transform: scale(1);
    }
    .trusted-by-logos {
        gap: 0.1rem;
    }
}

/* Gradient Backgrounds */
.gradient-bg {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
}

.section-padding {
    padding: 5rem 0;
}

/* Platform Cards */
.platform-card {
    transition: all 0.3s ease;
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.gradient-bg .platform-card:hover {
    border-color: rgba(139, 92, 246, 0.5) !important;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2) !important;
}

/* Modern Modal Styles */
.modern-modal {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modern-modal-header {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.1));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    position: relative;
}

.modern-modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-purple), var(--primary-blue));
}

.modal-header-content {
    flex: 1;
}

.modern-modal-header .modal-title {
    color: var(--text-white);
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
}

.modern-modal-header .modal-title i {
    color: var(--primary-purple);
    font-size: 1.5rem;
}

.modern-modal-header .modal-subtitle {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin: 0.5rem 0 0 0;
}

.modern-modal-header .btn-close {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
}

.modern-modal-header .btn-close:hover {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transform: rotate(90deg);
}

.modern-modal-body {
    padding: 2rem;
    background: rgba(30, 41, 59, 0.3);
}

/* Modern Form Styles */
.form-group-modern {
    transition: all 0.3s;
}

.form-group-modern.focused .form-label-modern {
    color: var(--primary-purple);
}

.form-label-modern {
    color: var(--text-white);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.form-label-modern i {
    color: var(--primary-purple);
    font-size: 1rem;
}

.form-control-modern {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    color: var(--text-white);
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s;
    width: 100%;
}

.form-control-modern:focus {
    background: rgba(30, 41, 59, 0.8);
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
    color: var(--text-white);
    outline: none;
}

.form-control-modern::placeholder {
    color: rgba(148, 163, 184, 0.5);
}

.form-control-modern option {
    background: #1E293B;
    color: var(--text-white);
}

select.form-control-modern {
    cursor: pointer;
}

textarea.form-control-modern {
    resize: vertical;
    min-height: 100px;
}

.form-check-modern {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(30, 41, 59, 0.4);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-check-input-modern {
    width: 20px;
    height: 20px;
    margin-top: 0.2rem;
    cursor: pointer;
    accent-color: var(--primary-purple);
    flex-shrink: 0;
}

.form-check-label-modern {
    color: var(--text-gray);
    font-size: 0.875rem;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
}

.modern-modal-footer {
    background: rgba(30, 41, 59, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.modern-modal-footer .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 0.75rem;
}

/* Modal Backdrop */
.modal-backdrop {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.modal-backdrop.show {
    opacity: 1;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}


/* Testimonial slider styles (simple, local overrides) */
.testimonial-slider-wrapper { position: relative; width: 100%; }
.testimonial-slider { position: relative; overflow: hidden; }
.testimonial-slider .slides { display: flex; transition: transform 0.6s ease; will-change: transform; }
.testimonial-slider .slide { min-width: 100%; box-sizing: border-box; padding: 12px; }
.testimonial-slider .slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: #fff; border: none; width: 38px; height: 38px; display:flex; align-items:center; justify-content:center; border-radius: 50%; cursor: pointer; z-index: 10; }
.testimonial-slider .slider-arrow.prev { left: 12px; }
.testimonial-slider .slider-arrow.next { right: 12px; }
.testimonial-slider .slider-dots { display:flex; gap:8px; justify-content:center; margin-top:12px; }
.testimonial-slider .slider-dots button { width:10px; height:10px; border-radius:50%; border:none; background: rgba(255,255,255,0.35); cursor:pointer; }
.testimonial-slider .slider-dots button.active { background: var(--primary-blue, #2563eb); }
@media (min-width: 992px) {
    .testimonial-slider .slide { padding: 20px 24px; }
    .testimonial-card { height: 100%; }
}


/* Floating Icons Animation */
.floating-icon {
    position: absolute;
    font-size: 3rem;
    opacity: 0.3;
    animation: floatIcon 6s infinite ease-in-out;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

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

.floating-icon:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-icon:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

/* Responsive Modal */
@media (max-width: 1199px) {
   span, p, a {
        font-size: inherit !important;
    }
    .navbar-nav .nav-link {
        margin: 0 0.2rem;
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        width: 190px;
    }
    .modern-modal-header {
        padding: 1.5rem;
    }
    
    .modern-modal-header .modal-title {
        font-size: 1.5rem;
    }
    
    .modern-modal-body {
        padding: 1.5rem;
    }
    .feature-card {
        padding: 1rem;
    }
    .modern-modal-footer {
        padding: 1rem 1.5rem;
        flex-direction: column;
    }
    .section-padding {
        padding: 3rem 0;
    }
    .modern-modal-footer .btn {
        width: 100%;
    }
    .footer-menu .footer-link{
        margin: 0;    text-decoration: underline;
    }
}

/* Device Icons */
.device-icon-item {
    color: var(--text-white);
    transition: all 0.3s ease;
}

.device-image {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.device-icon-item:hover {
    transform: translateY(-3px);
}

.device-icon-item:hover .device-image {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(250deg);
    transform: scale(1.1);
}

.device-icon-item span {
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.device-icon-item:hover span {
    color: var(--text-white);
}

/* Missing primary variables (added 2026-04-30) */
:root {
    --primary-blue: #3b82f6;
    --primary-purple: #8b5cf6;
}
