﻿/* Compiled Tailwind CSS v4+ */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before, ::after { --tw-content: ''; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
button, input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }

/* Custom Properties */
:root {
    --navy: #0A192F;
    --cyan: #00FFFF;
    --dark-gray: #1F2937;
    --white: #FFFFFF;
}

/* Utility Classes */
.container { width: 100%; margin-right: auto; margin-left: auto; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }

.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.z-50 { z-index: 50; }

.mx-auto { margin-left: auto; margin-right: auto; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mt-8 { margin-top: 2rem; }

.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-8 { padding-top: 2rem; }

.text-center { text-align: center; }
.text-white { color: #ffffff; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-cyan-400 { color: #22d3ee; }
.text-navy { color: #0A192F; }

.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }

.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }

.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

.bg-navy { background-color: #0A192F; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-900 { background-color: #111827; }
.bg-transparent { background-color: transparent; }
.bg-cyan-400 { background-color: #22d3ee; }
.bg-cyan-500 { background-color: #06b6d4; }

.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-cyan-400 { border-color: #22d3ee; }
.border-gray-700 { border-color: #374151; }

.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }

.transition { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }

.hover\:text-cyan-300:hover { color: #67e8f9; }
.hover\:text-cyan-400:hover { color: #22d3ee; }
.hover\:text-navy:hover { color: #0A192F; }
.hover\:bg-cyan-500:hover { background-color: #06b6d4; }
.hover\:scale-105:hover { transform: scale(1.05); }

.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.overflow-hidden { overflow: hidden; }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.w-full { width: 100%; }
.w-64 { width: 16rem; }
.w-80 { width: 20rem; }
.h-full { height: 100%; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.w-auto { width: auto; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.z-50 { z-index: 50; }
.z-60 { z-index: 60; }
.z-65 { z-index: 65; }
.z-70 { z-index: 70; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.bg-opacity-50 { background-color: rgba(0, 0, 0, 0.5); }
.max-w-full { max-width: 100%; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

@media (min-width: 640px) {
    .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:flex-row { flex-direction: row; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
    .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .md\:mb-0 { margin-bottom: 0; }
    .md\:h-16 { height: 4rem; }
    .md\:h-20 { height: 5rem; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* Additional responsive utilities */
@media (max-width: 479px) {
    #mobile-menu {
        width: 100%;
        right: 0;
    }
}

/* Better spacing for smaller screens */
@media (max-width: 640px) {
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .grid {
        gap: 1rem;
    }
    
    .gap-8 {
        gap: 1.5rem;
    }
    
    .px-4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Prevent horizontal scroll on small screens */
html, body {
    overflow-x: hidden;
}

/* Improve text readability on small screens */
@media (max-width: 640px) {
    .leading-relaxed {
        line-height: 1.7;
    }
    
    .leading-tight {
        line-height: 1.3;
    }
    
    /* Better button sizing for mobile */
    .bg-cyan-400 {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Improve card spacing on mobile */
    .grid {
        gap: 1rem;
    }
    
    /* Better padding for mobile cards */
    .p-6 {
        padding: 1rem;
    }
}

/* Focus states for accessibility */
button:focus,
a:focus {
    outline: 2px solid #22d3ee;
    outline-offset: 2px;
}

/* Remove outline for mouse users */
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
    outline: none;
}

/* Animate hamburger menu */
#mobile-menu-btn svg {
    transition: transform 0.3s ease;
}

#mobile-menu-btn:active svg {
    transform: scale(0.9);
}

/* Custom Font Classes */
.font-orbitron { font-family: 'Orbitron', sans-serif; }
.font-montserrat { font-family: 'Montserrat', sans-serif; }
.font-roboto { font-family: 'Roboto', sans-serif; }
.font-lato { font-family: 'Lato', sans-serif; }

/* Custom Background Patterns */
.bg-circuit {
    background-image: 
        linear-gradient(to right, rgba(0, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.bg-gradient-cyber {
    background: linear-gradient(135deg, #0A192F 0%, #1F2937 100%);
}

/* Neon Effects */
.neon-glow {
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.neon-glow-hover:hover {
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.8), 0 0 60px rgba(0, 255, 255, 0.4);
    transform: translateY(-2px);
}

.text-glow {
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}

.border-glow {
    border: 1px solid rgba(0, 255, 255, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.1);
}

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

::-webkit-scrollbar-track {
    background: #0A192F;
}

::-webkit-scrollbar-thumb {
    background: #00FFFF;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #06b6d4;
}

/* Improved responsive utilities */
@media (max-width: 767px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .text-5xl {
        font-size: 2.25rem;
        line-height: 1.2;
    }
    
    .text-6xl {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .py-20 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .px-8 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Better touch targets for mobile */
@media (max-width: 767px) {
    .bg-cyan-400 {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #mobile-menu-btn,
    #mobile-menu-close {
        padding: 0.5rem;
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

::-webkit-scrollbar-track {
    background: #0A192F;
}

::-webkit-scrollbar-thumb {
    background: #00FFFF;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #06b6d4;
}


/* Professional Badge Styles Update */
/* Add these professional badge styles to your css/styles.css file */

/* Remove the old badge styles and add these new ones */

/* Professional Badge Base Styles */
.badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

/* Popular Badge - Subtle cyan with star */
.badge-popular {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(34, 211, 238, 0.1));
    color: #22d3ee;
    border: 1px solid rgba(34, 211, 238, 0.3);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.1);
}

.badge-popular:hover {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(34, 211, 238, 0.2));
    box-shadow: 0 0 30px rgba(34, 211, 238, 0.2);
}

/* Recommended Badge - Professional green */
.badge-recommended {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(52, 211, 153, 0.1));
    color: #34d399;
    border: 1px solid rgba(52, 211, 153, 0.3);
    box-shadow: 0 0 20px rgba(52, 211, 153, 0.1);
}

.badge-recommended:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(52, 211, 153, 0.2));
    box-shadow: 0 0 30px rgba(52, 211, 153, 0.2);
}

/* Enterprise Badge - Premium purple gradient */
.badge-enterprise {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.1), rgba(236, 72, 153, 0.1));
    background-clip: padding-box;
    border: 1px solid transparent;
    position: relative;
}

.badge-enterprise::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0.375rem;
    padding: 1px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.5), rgba(236, 72, 153, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.badge-enterprise span {
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Advanced Badge - Similar to enterprise */
.badge-advanced {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.1));
    color: #8b5cf6;
    border: 1px solid rgba(139, 92, 246, 0.3);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.1);
}

/* New Badge Style */
.badge-new {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.1), rgba(251, 113, 133, 0.1));
    color: #fb923c;
    border: 1px solid rgba(251, 146, 60, 0.3);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0%, 100% { box-shadow: 0 0 20px rgba(251, 146, 60, 0.2); }
    50% { box-shadow: 0 0 30px rgba(251, 146, 60, 0.4); }
}

/* Small icon inside badges */
.badge svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.25rem;
}

/* Price badge gradient text */
.price-gradient {
    background: linear-gradient(135deg, #00FFFF, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

/* Card hover state improvements */
.solution-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.solution-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, transparent, rgba(0, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.solution-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 20px 40px -15px rgba(0, 255, 255, 0.3),
        0 0 60px -20px rgba(0, 255, 255, 0.2);
}

/* Enhanced Enterprise section styles */
.solution-card .bg-gradient-cyber {
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.9) 0%, rgba(31, 41, 55, 0.9) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 255, 0.3);
}

.solution-card .shadow-lg {
    box-shadow: 0 10px 25px -3px rgba(0, 255, 255, 0.1), 0 4px 6px -2px rgba(0, 255, 255, 0.05);
}

/* Better spacing for enterprise cards */
.solution-card .flex-shrink-0 {
    margin-right: 1rem;
}

/* Enhanced text readability */
.solution-card .leading-relaxed {
    line-height: 1.75;
}

.solution-card .leading-tight {
    line-height: 1.25;
}

/* Cookies Banner Styles */
.cookies-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.95) 0%, rgba(31, 41, 55, 0.95) 100%);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(34, 211, 238, 0.3);
    z-index: 1000;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.3);
}

.cookies-banner.show {
    transform: translateY(0);
}

.cookies-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookies-text {
    flex: 1;
    min-width: 280px;
}

.cookies-text p {
    color: #d1d5db;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.cookies-text a {
    color: #22d3ee;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cookies-text a:hover {
    color: #00FFFF;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}

.cookies-buttons {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.cookies-btn {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.cookies-btn-accept {
    background: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%);
    color: #0A192F;
    box-shadow: 0 2px 8px rgba(34, 211, 238, 0.3);
}

.cookies-btn-accept:hover {
    background: linear-gradient(135deg, #00FFFF 0%, #22d3ee 100%);
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    transform: translateY(-1px);
}

.cookies-btn-decline {
    background: transparent;
    color: #d1d5db;
    border: 1px solid rgba(156, 163, 175, 0.5);
}

.cookies-btn-decline:hover {
    background: rgba(156, 163, 175, 0.1);
    border-color: #9ca3af;
    color: #ffffff;
}

.cookies-btn-settings {
    background: transparent;
    color: #22d3ee;
    border: 1px solid rgba(34, 211, 238, 0.5);
}

.cookies-btn-settings:hover {
    background: rgba(34, 211, 238, 0.1);
    border-color: #22d3ee;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.3);
}

/* Responsive Design for Cookies Banner */
@media (max-width: 768px) {
    .cookies-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookies-buttons {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .cookies-btn {
        flex: 1;
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .cookies-buttons {
        flex-direction: column;
    }
    
    .cookies-btn {
        width: 100%;
    }
}
