/* ========================================
   [core] IT - Professional Website Styles
   Color Scheme: Blue/Orange Professional
   Design: Neomorphic + Glassmorphic
   ======================================== */

:root {
    /* Primary Colors - Enhanced Premium Palette */
    --primary-blue: #0066FF;
    --primary-orange: #FF6B35;
    --secondary-blue: #4A90E2;
    --secondary-orange: #FF8C61;
    --accent-purple: #8B5CF6;
    --accent-teal: #14B8A6;
    --accent-pink: #EC4899;

    /* Backgrounds - Premium Gradients */
    --bg-light: #F8F9FC;
    --bg-white: #FFFFFF;
    --bg-gray-50: #F9FAFB;
    --bg-gray-100: #F3F4F6;
    --bg-dark: #0F172A;
    --bg-gradient-mesh: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --bg-gradient-premium: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);

    /* Text Colors - Enhanced Hierarchy */
    --text-dark: #0F172A;
    --text-gray: #64748B;
    --text-light: #94A3B8;
    --text-muted: #CBD5E1;

    /* Accent Colors - Modern Vibes */
    --accent-blue-light: #DBEAFE;
    --accent-orange-light: #FED7AA;
    --accent-purple-light: #E9D5FF;
    --accent-gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --accent-gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);

    /* Premium Shadows */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 20px -5px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.08);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 25px 50px -12px rgba(0, 0, 0, 0.12);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    --shadow-glow-blue: 0 0 20px rgba(0, 102, 255, 0.3), 0 0 40px rgba(0, 102, 255, 0.15);
    --shadow-glow-orange: 0 0 20px rgba(255, 107, 53, 0.3), 0 0 40px rgba(255, 107, 53, 0.15);
    --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);

    /* Neo & Glass Effects */
    --shadow-light: rgba(255, 255, 255, 0.8);
    --shadow-dark: rgba(0, 0, 0, 0.15);
    --neo-shadow: 8px 8px 16px var(--shadow-dark), -8px -8px 16px var(--shadow-light);
    --neo-shadow-inset: inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-blur: blur(20px);

    /* Spacing - Premium Rhythm */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2.5rem;
    --spacing-xl: 4rem;
    --spacing-2xl: 6rem;

    /* Border Radius - Modern Curves */
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --radius-2xl: 40px;
    --radius-full: 9999px;

    /* Transitions - Silky Smooth */
    --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --transition-elastic: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ========================================
   Base Styles
   ======================================== */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
    font-feature-settings: 'kern' 1, 'liga' 1;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Ensure long URLs and words break properly */
a, p, h1, h2, h3, h4, h5, h6, li, td, th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 107, 53, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    position: relative;
    z-index: 1;
}

section {
    padding: var(--spacing-xl) 0;
    position: relative;
    z-index: 1;
}

/* ========================================
   Typography
   ======================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-dark);
    letter-spacing: -0.03em;
    font-feature-settings: 'kern' 1;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    margin-bottom: var(--spacing-md);
    font-weight: 800;
    letter-spacing: -0.04em;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin-bottom: var(--spacing-md);
    font-weight: 800;
    letter-spacing: -0.035em;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: var(--spacing-sm);
    font-weight: 700;
    letter-spacing: -0.025em;
}

p {
    font-size: 1.125rem;
    color: var(--text-gray);
    margin-bottom: var(--spacing-sm);
    line-height: 1.8;
    letter-spacing: -0.005em;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-purple), var(--primary-orange));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 8s ease infinite;
    position: relative;
    display: inline-block;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ========================================
   Progress Bar
   ======================================== */

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-purple), var(--primary-orange));
    background-size: 200% auto;
    animation: gradient-shift 3s ease infinite;
    z-index: 9999;
    transform-origin: left;
    transform: scaleX(0);
    box-shadow: 0 0 10px rgba(0, 102, 255, 0.5);
}

/* ========================================
   Navigation
   ======================================== */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1000;
    transition: var(--transition-smooth);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    isolation: isolate;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-sm) 0;
}

.logo {
    flex-shrink: 0;
}

.logo a {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-blue);
    text-decoration: none;
    transition: color var(--transition-smooth);
    display: inline-block;
    white-space: nowrap;
}

.logo a:hover {
    color: var(--secondary-blue);
}

.logo span {
    color: var(--primary-orange);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: var(--spacing-lg);
    align-items: center;
}

.nav-menu li a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-sm);
    transition: var(--transition-smooth);
    position: relative;
    white-space: nowrap;
}

.nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-orange);
    transition: var(--transition-smooth);
    transform: translateX(-50%);
}

.nav-menu li a:hover {
    color: var(--primary-blue);
}

.nav-menu li a:hover::after {
    width: 80%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--spacing-xs);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 2px;
    transition: var(--transition-smooth);
    pointer-events: none;
}

/* ========================================
   Hero Section
   ======================================== */

#home {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at 10% 20%, rgba(0, 102, 255, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 80%, rgba(139, 92, 246, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 107, 53, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, var(--bg-light) 0%, var(--bg-white) 100%);
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

#home::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, rgba(139, 92, 246, 0.1) 50%, transparent 70%);
    top: -250px;
    right: -250px;
    opacity: 0.6;
    animation: float 12s ease-in-out infinite;
    filter: blur(60px);
}

#home::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.15) 0%, rgba(236, 72, 153, 0.1) 50%, transparent 70%);
    bottom: -200px;
    left: -200px;
    opacity: 0.6;
    animation: float 15s ease-in-out infinite reverse;
    filter: blur(60px);
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(30px, -30px) rotate(5deg) scale(1.1); }
    50% { transform: translate(-20px, 20px) rotate(-5deg) scale(0.95); }
    75% { transform: translate(20px, 15px) rotate(3deg) scale(1.05); }
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.hero-badge {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    border: 1px solid rgba(0, 102, 255, 0.15);
    border-radius: var(--radius-full);
    margin-bottom: var(--spacing-md);
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--primary-blue);
    box-shadow: 0 2px 8px rgba(0, 102, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.hero-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);
    animation: shine 3s infinite;
}

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

.hero-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.hero-title {
    margin-bottom: var(--spacing-md);
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-gray);
    margin-bottom: var(--spacing-lg);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   Buttons
   ======================================== */

.btn {
    padding: 1.125rem 2.75rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.0625rem;
    letter-spacing: -0.01em;
    transition: all var(--transition-smooth);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity var(--transition-smooth);
}

.btn:hover::before {
    opacity: 1;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-purple));
    background-size: 200% auto;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 102, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 102, 255, 0.45), 0 4px 8px rgba(0, 0, 0, 0.15);
    background-position: right center;
}

.btn-primary:active {
    transform: translateY(-1px) scale(1.01);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-blue);
    border: 2px solid rgba(0, 102, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 1);
    border-color: var(--primary-blue);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.15);
}

.btn-secondary:active {
    transform: translateY(-1px) scale(1.01);
}

.btn-orange {
    background: linear-gradient(135deg, var(--primary-orange), var(--accent-pink));
    background-size: 200% auto;
    color: white;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-orange:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.45), 0 4px 8px rgba(0, 0, 0, 0.15);
    background-position: right center;
}

.btn-orange:active {
    transform: translateY(-1px) scale(1.01);
}

/* Ripple Effect */
.btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:active::after {
    width: 300px;
    height: 300px;
}

/* ========================================
   Section Headers
   ======================================== */

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.section-header h2 {
    margin-bottom: var(--spacing-sm);
}

.section-header p {
    font-size: 1.2rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   Services Section
   ======================================== */

#services {
    background: var(--bg-white);
    padding: var(--spacing-xl) 0;
}

/* ========================================
   Service Cards
   ======================================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.service-card {
    background: var(--bg-white);
    padding: var(--spacing-lg);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-purple), var(--primary-orange));
    background-size: 200% auto;
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-smooth);
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(0, 102, 255, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity var(--transition-smooth);
    pointer-events: none;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-xl);
    border-color: rgba(0, 102, 255, 0.1);
}

.service-card:hover::before {
    transform: scaleX(1);
    animation: gradient-shift 2s ease infinite;
}

.service-card:hover::after {
    opacity: 1;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-md);
    transition: all var(--transition-bounce);
    border: 1px solid rgba(0, 102, 255, 0.1);
    position: relative;
    z-index: 1;
}

.service-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-purple));
    opacity: 0;
    transition: opacity var(--transition-smooth);
    z-index: -1;
}

.service-card:hover .service-icon {
    transform: rotate(360deg) scale(1.15);
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.15), rgba(139, 92, 246, 0.15));
    box-shadow: 0 8px 20px rgba(0, 102, 255, 0.2);
}

.service-card:hover .service-icon::before {
    opacity: 0.1;
}

.service-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--primary-blue);
}

.service-card h3 {
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
    font-size: 1.4rem;
}

.service-card p {
    color: var(--text-gray);
    line-height: 1.7;
    font-size: 1rem;
}

.ai-card p,
.glass-card p {
    color: var(--text-gray);
    font-size: 1rem;
}

/* ========================================
   Glass Cards
   ======================================== */

.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border: 1px solid rgba(0, 102, 255, 0.15);
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg);
    transition: all var(--transition-smooth);
    box-shadow: var(--shadow-sm);
    min-height: 280px;
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0, 102, 255, 0.08) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--transition-smooth);
    pointer-events: none;
}

.glass-card:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-6px) scale(1.01);
    border-color: var(--primary-blue);
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0, 102, 255, 0.1);
}

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

.glass-card h4 {
    color: var(--primary-blue);
    font-size: 1.3rem;
    margin-bottom: var(--spacing-sm);
}

.glass-card p {
    margin-bottom: var(--spacing-md);
}

.glass-card ul {
    list-style: none;
    padding: 0;
}

/* ========================================
   AI Section
   ======================================== */

#ai {
    background: linear-gradient(135deg, var(--bg-white) 0%, var(--bg-gray-50) 100%);
    padding: var(--spacing-xl) 0;
}

#communigate {
    background: var(--bg-white);
    padding: var(--spacing-xl) 0;
}

#testimonials {
    background: var(--bg-gray-50);
    padding: var(--spacing-xl) 0;
}

#contact {
    background: var(--bg-white);
    padding: var(--spacing-xl) 0;
}

.ai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--spacing-lg);
}

.ai-card {
    background: var(--bg-white);
    padding: var(--spacing-lg);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.06);
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.ai-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg at 50% 50%, rgba(0, 102, 255, 0.05) 0deg, transparent 60deg, transparent 300deg, rgba(139, 92, 246, 0.05) 360deg);
    opacity: 0;
    transition: opacity var(--transition-slow);
    pointer-events: none;
}

.ai-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-xl);
    border-color: rgba(0, 102, 255, 0.2);
}

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

.ai-card h4 {
    color: var(--primary-blue);
    font-size: 1.4rem;
    margin-bottom: var(--spacing-sm);
}

.ai-card p {
    margin-bottom: var(--spacing-md);
}

.ai-card ul {
    list-style: none;
    padding: 0;
}

.ai-card li {
    padding: var(--spacing-xs) 0;
    color: var(--text-gray);
    position: relative;
    padding-left: var(--spacing-md);
}

.ai-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-orange);
    font-weight: bold;
    font-size: 1.2rem;
}

/* ========================================
   Value Proposition Cards
   ======================================== */

.value-proposition-section {
    background: linear-gradient(135deg, var(--bg-gray-50) 0%, var(--bg-white) 100%);
    padding: var(--spacing-xl) 0;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-lg);
}

.value-card {
    background: var(--bg-white);
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-purple), var(--primary-orange));
    background-size: 200% auto;
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-smooth);
}

.value-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-xl);
    padding: 1px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-purple), var(--primary-orange));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity var(--transition-smooth);
    pointer-events: none;
}

.value-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: var(--shadow-xl);
    border-color: rgba(0, 102, 255, 0.2);
}

.value-card:hover::before {
    transform: scaleX(1);
    animation: gradient-shift 2s ease infinite;
}

.value-card:hover::after {
    opacity: 0.6;
}

.value-icon {
    font-size: 4rem;
    margin-bottom: var(--spacing-md);
    display: inline-block;
    transition: var(--transition-bounce);
}

.value-card:hover .value-icon {
    transform: scale(1.2) rotate(10deg);
}

.value-card h3 {
    color: var(--text-dark);
    font-size: 1.5rem;
    margin-bottom: var(--spacing-sm);
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.value-card p {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.6;
}

/* ========================================
   Customer Cards
   ======================================== */

.customer-card {
    transition: all 0.3s ease;
}

.customer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.customer-card:hover .customer-screenshot img {
    transform: scale(1.05);
}

.customer-screenshot img {
    transition: transform 0.4s ease;
}

.customers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--spacing-lg);
}

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

/* ========================================
   Testimonials
   ======================================== */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.testimonial-card {
    background: var(--bg-white);
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all var(--transition-smooth);
    overflow: hidden;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.02) 0%, rgba(139, 92, 246, 0.02) 100%);
    opacity: 0;
    transition: opacity var(--transition-smooth);
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(0, 102, 255, 0.15);
}

.testimonial-card:hover::after {
    opacity: 1;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 6rem;
    color: var(--accent-blue-light);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-gray);
    margin-bottom: var(--spacing-md);
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.author-info h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.author-info p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 0;
}

/* ========================================
   Tech Stack
   ======================================== */

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--spacing-md);
    margin-top: var(--spacing-xl);
}

.tech-item {
    background: var(--bg-white);
    padding: var(--spacing-md) var(--spacing-lg);
    border-radius: var(--radius-md);
    box-shadow: var(--neo-shadow);
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.tech-item:hover {
    transform: translateY(-5px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.tech-icon {
    width: 30px;
    height: 30px;
}

.tech-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: var(--spacing-xs);
    filter: grayscale(30%);
    transition: var(--transition-smooth);
}

.tech-item:hover .tech-logo {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.hardware-logos .tech-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.tech-name {
    font-weight: 600;
    color: var(--text-dark);
}

/* ========================================
   Contact Form
   ======================================== */

#contact {
    background: var(--bg-white);
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.contact-item {
    text-align: center;
    padding: var(--spacing-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    border: 1px solid var(--glass-border);
}

.contact-item-icon {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-sm);
}

.contact-form {
    background: var(--bg-white);
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--neo-shadow);
}

.form-group {
    margin-bottom: var(--spacing-md);
}

.form-group label {
    display: block;
    margin-bottom: var(--spacing-xs);
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-lg);
    font-size: 1rem;
    font-family: inherit;
    transition: all var(--transition-smooth);
    background: rgba(248, 249, 252, 0.8);
    letter-spacing: -0.01em;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
    background: var(--bg-white);
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1), var(--shadow-sm);
    transform: translateY(-1px);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

/* ========================================
   Footer
   ======================================== */

.footer {
    background: var(--text-dark);
    color: white;
    padding: var(--spacing-xl) 0 var(--spacing-md);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.footer-section h4 {
    color: white;
    margin-bottom: var(--spacing-md);
}

.footer-section p,
.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-section a:hover {
    color: var(--primary-orange);
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: var(--spacing-xs);
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   Responsive Design
   ======================================== */

/* Navigation breakpoint - burger menu appears */
@media (max-width: 1100px) {
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--spacing-md);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-menu li {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    .nav-menu.active li {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-menu.active li:nth-child(1) { transition-delay: 0.1s; }
    .nav-menu.active li:nth-child(2) { transition-delay: 0.15s; }
    .nav-menu.active li:nth-child(3) { transition-delay: 0.2s; }
    .nav-menu.active li:nth-child(4) { transition-delay: 0.25s; }
    .nav-menu.active li:nth-child(5) { transition-delay: 0.3s; }
    .nav-menu.active li:nth-child(6) { transition-delay: 0.35s; }
    .nav-menu.active li:nth-child(7) { transition-delay: 0.4s; }
    .nav-menu.active li:nth-child(8) { transition-delay: 0.45s; }
    .nav-menu.active li:nth-child(9) { transition-delay: 0.5s; }

    .nav-menu li a {
        font-size: 1.5rem;
        font-weight: 600;
        padding: var(--spacing-sm) var(--spacing-md);
    }

    .menu-toggle {
        display: flex !important;
        z-index: 1010;
        position: relative;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

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

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

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

/* Content breakpoint - grids collapse to single column */
@media (max-width: 768px) {
    .services-grid,
    .ai-grid,
    .value-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    /* Compact contact info on mobile */
    .contact-info {
        display: flex;
        gap: var(--spacing-sm);
        margin-bottom: var(--spacing-md);
    }

    .contact-item {
        padding: var(--spacing-sm);
        flex: 1;
    }

    .contact-item-icon {
        font-size: 1.5rem;
        margin-bottom: var(--spacing-xs);
    }

    .contact-item h4 {
        font-size: 0.9rem;
        margin-bottom: var(--spacing-xs);
    }

    .contact-item p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }

    .contact-form {
        padding: var(--spacing-md);
    }

    .contact-form .form-group {
        margin-bottom: var(--spacing-sm);
    }

    .contact-form textarea {
        min-height: 100px;
    }
}

@media (max-width: 480px) {
    .nav-menu li a {
        font-size: 1.25rem;
    }

    /* Stack contact form fields on small mobile */
    .contact-form > div[style*="grid-template-columns"] {
        display: block !important;
    }

    .contact-form > div[style*="grid-template-columns"] .form-group {
        margin-bottom: var(--spacing-sm);
    }
}

/* ========================================
   Utility Classes
   ======================================== */

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.fade-in.animated {
    opacity: 0;
    transform: translateY(30px);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.parallax {
    transition: transform 0.3s ease-out;
}

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

.mt-lg {
    margin-top: var(--spacing-lg);
}

.mb-lg {
    margin-bottom: var(--spacing-lg);
}
