/*
 * AILA Tech Bundled CSS File
 * Generated: 2026-01-24 11:15:23
 * 
 * This file combines multiple CSS files into one for better performance.
 * Do not edit directly - edit source files and re-run merge_assets.py
 */


/* ========== premium-design-system.css ========== */
/*
 * AILA Tech Solutions - Premium Design System
 * A refined, distinctive UI that feels premium and friendly
 * Version 2.0
 */

/* ================================================
   PREMIUM TYPOGRAPHY
   Using distinctive fonts for a unique identity
   ================================================ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&family=Noto+Sans+Lao:wght@300;400;500;600;700&display=swap');

/* ================================================
   CSS CUSTOM PROPERTIES - PREMIUM PALETTE
   ================================================ */
:root {
  /* Primary Brand Colors - Refined Blue */
  --aila-primary: #0066FF;
  --aila-primary-hover: #0052CC;
  --aila-primary-light: #E6F0FF;
  --aila-primary-dark: #003D99;
  
  /* Accent Colors - Warm touches for friendliness */
  --aila-accent: #00C48C;
  --aila-accent-light: #E6FAF5;
  --aila-accent-dark: #00A372;
  
  /* Premium Gradients */
  --aila-gradient-primary: linear-gradient(135deg, #0066FF 0%, #00C48C 100%);
  --aila-gradient-hero: linear-gradient(135deg, #0A1628 0%, #0D2137 40%, #132A45 100%);
  --aila-gradient-card: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  --aila-gradient-premium: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  
  /* Neutral Palette - Warm grays for friendliness */
  --aila-white: #FFFFFF;
  --aila-gray-50: #F9FAFB;
  --aila-gray-100: #F3F4F6;
  --aila-gray-200: #E5E7EB;
  --aila-gray-300: #D1D5DB;
  --aila-gray-400: #9CA3AF;
  --aila-gray-500: #6B7280;
  --aila-gray-600: #4B5563;
  --aila-gray-700: #374151;
  --aila-gray-800: #1F2937;
  --aila-gray-900: #111827;
  
  /* Text Colors */
  --aila-text-primary: #1A202C;
  --aila-text-secondary: #4A5568;
  --aila-text-muted: #718096;
  --aila-text-light: #A0AEC0;
  
  /* Status Colors */
  --aila-success: #10B981;
  --aila-success-light: #D1FAE5;
  --aila-warning: #F59E0B;
  --aila-warning-light: #FEF3C7;
  --aila-error: #EF4444;
  --aila-error-light: #FEE2E2;
  --aila-info: #3B82F6;
  --aila-info-light: #DBEAFE;
  
  /* Premium Shadows - Soft, layered */
  --aila-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --aila-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --aila-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.04);
  --aila-shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.04);
  --aila-shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.06);
  --aila-shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.15);
  --aila-shadow-glow: 0 0 40px rgba(0, 102, 255, 0.15);
  
  /* Border Radius - Softer, premium feel */
  --aila-radius-sm: 6px;
  --aila-radius-md: 10px;
  --aila-radius-lg: 14px;
  --aila-radius-xl: 20px;
  --aila-radius-2xl: 28px;
  --aila-radius-full: 9999px;
  
  /* Spacing Scale */
  --aila-space-1: 0.25rem;
  --aila-space-2: 0.5rem;
  --aila-space-3: 0.75rem;
  --aila-space-4: 1rem;
  --aila-space-5: 1.25rem;
  --aila-space-6: 1.5rem;
  --aila-space-8: 2rem;
  --aila-space-10: 2.5rem;
  --aila-space-12: 3rem;
  --aila-space-16: 4rem;
  --aila-space-20: 5rem;
  --aila-space-24: 6rem;
  
  /* Typography Scale - Consistent font across all pages */
  --aila-font-display: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif;
  --aila-font-body: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif;
  --aila-font-lao: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', sans-serif;
  --aila-font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  
  --aila-text-xs: 0.75rem;
  --aila-text-sm: 0.875rem;
  --aila-text-base: 1rem;
  --aila-text-lg: 1.125rem;
  --aila-text-xl: 1.25rem;
  --aila-text-2xl: 1.5rem;
  --aila-text-3xl: 1.875rem;
  --aila-text-4xl: 2.25rem;
  --aila-text-5xl: 3rem;
  --aila-text-6xl: 3.75rem;
  --aila-text-7xl: 4.5rem;
  
  /* Line Heights */
  --aila-leading-tight: 1.1;
  --aila-leading-snug: 1.25;
  --aila-leading-normal: 1.5;
  --aila-leading-relaxed: 1.625;
  --aila-leading-loose: 1.75;
  
  /* Transitions */
  --aila-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --aila-transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --aila-transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
  --aila-transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  
  /* Z-Index Scale */
  --aila-z-dropdown: 100;
  --aila-z-sticky: 200;
  --aila-z-fixed: 300;
  --aila-z-modal-backdrop: 400;
  --aila-z-modal: 500;
  --aila-z-popover: 600;
  --aila-z-tooltip: 700;
  --aila-z-toast: 800;
}

/* ================================================
   BASE RESET & TYPOGRAPHY
   ================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400;
  line-height: var(--aila-leading-normal);
  color: var(--aila-text-primary);
  background-color: var(--aila-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Ensure all elements inherit the base font */
* {
  font-family: inherit;
}

/* Override any specific font declarations to use base font */
/* BUT exclude Font Awesome icons - they need their own font-family */
body *:not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="fa-"]),
html *:not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="fa-"]) {
  font-family: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif !important;
}

/* Ensure Font Awesome icons use their proper font */
.fas, .far, .fab, .fal, .fad, [class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "FontAwesome" !important;
}

/* Lao language support */
[lang="la"],
[lang="lo"],
.lao-text {
  font-family: var(--aila-font-lao);
}

/* Selection styling */
::selection {
  background-color: var(--aila-primary);
  color: var(--aila-white);
}

/* ================================================
   PREMIUM TYPOGRAPHY STYLES
   ================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700;
  line-height: var(--aila-leading-tight);
  color: var(--aila-text-primary);
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.5rem, 5vw, var(--aila-text-6xl));
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, var(--aila-text-5xl));
  font-weight: 700;
}

h3 {
  font-size: clamp(1.5rem, 3vw, var(--aila-text-3xl));
  font-weight: 600;
}

h4 {
  font-size: var(--aila-text-2xl);
  font-weight: 600;
}

h5 {
  font-size: var(--aila-text-xl);
  font-weight: 600;
}

h6 {
  font-size: var(--aila-text-lg);
  font-weight: 600;
}

p {
  font-size: var(--aila-text-base);
  line-height: var(--aila-leading-relaxed);
  color: var(--aila-text-secondary);
  margin-bottom: var(--aila-space-4);
}

.lead {
  font-size: var(--aila-text-xl);
  line-height: var(--aila-leading-relaxed);
  color: var(--aila-text-secondary);
}

/* Text utilities */
.text-gradient {
  background: var(--aila-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-muted {
  color: var(--aila-text-muted);
}

/* ================================================
   PREMIUM BUTTONS
   ================================================ */
.aila-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--aila-space-2);
  padding: var(--aila-space-3) var(--aila-space-6);
  font-family: var(--aila-font-body);
  font-size: var(--aila-text-sm);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  border-radius: var(--aila-radius-lg);
  cursor: pointer;
  transition: all var(--aila-transition-normal);
  position: relative;
  overflow: hidden;
}

.aila-btn::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 ease;
}

.aila-btn:hover::before {
  left: 100%;
}

/* Primary Button */
.aila-btn-primary {
  background: var(--aila-primary);
  color: var(--aila-white);
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.25);
}

.aila-btn-primary:hover {
  background: var(--aila-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
}

.aila-btn-primary:active {
  transform: translateY(0);
}

/* Secondary Button */
.aila-btn-secondary {
  background: var(--aila-white);
  color: var(--aila-primary);
  border: 2px solid var(--aila-primary);
  box-shadow: var(--aila-shadow-sm);
}

.aila-btn-secondary:hover {
  background: var(--aila-primary-light);
  transform: translateY(-2px);
  box-shadow: var(--aila-shadow-md);
}

/* Ghost Button */
.aila-btn-ghost {
  background: transparent;
  color: var(--aila-text-primary);
  border: 1px solid var(--aila-gray-300);
}

.aila-btn-ghost:hover {
  background: var(--aila-gray-100);
  border-color: var(--aila-gray-400);
}

/* Gradient Button */
.aila-btn-gradient {
  background: var(--aila-gradient-primary);
  color: var(--aila-white);
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.25);
}

.aila-btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.35);
}

/* Button Sizes */
.aila-btn-sm {
  padding: var(--aila-space-2) var(--aila-space-4);
  font-size: var(--aila-text-xs);
  border-radius: var(--aila-radius-md);
}

.aila-btn-lg {
  padding: var(--aila-space-4) var(--aila-space-8);
  font-size: var(--aila-text-base);
  border-radius: var(--aila-radius-xl);
}

.aila-btn-xl {
  padding: var(--aila-space-5) var(--aila-space-10);
  font-size: var(--aila-text-lg);
  border-radius: var(--aila-radius-xl);
}

/* ================================================
   PREMIUM CARDS
   ================================================ */
.aila-card {
  background: var(--aila-white);
  border-radius: var(--aila-radius-xl);
  padding: var(--aila-space-6);
  border: 1px solid var(--aila-gray-200);
  box-shadow: var(--aila-shadow-sm);
  transition: all var(--aila-transition-normal);
}

.aila-card:hover {
  box-shadow: var(--aila-shadow-lg);
  border-color: var(--aila-gray-300);
  transform: translateY(-4px);
}

.aila-card-premium {
  background: var(--aila-gradient-card);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--aila-shadow-md), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.aila-card-premium:hover {
  box-shadow: var(--aila-shadow-xl), var(--aila-shadow-glow);
}

/* ================================================
   PREMIUM FORM ELEMENTS
   ================================================ */
.aila-input-group {
  margin-bottom: var(--aila-space-5);
}

.aila-label {
  display: block;
  font-size: var(--aila-text-sm);
  font-weight: 600;
  color: var(--aila-text-primary);
  margin-bottom: var(--aila-space-2);
}

.aila-input {
  width: 100%;
  padding: var(--aila-space-3) var(--aila-space-4);
  font-family: var(--aila-font-body);
  font-size: var(--aila-text-base);
  color: var(--aila-text-primary);
  background: var(--aila-white);
  border: 2px solid var(--aila-gray-200);
  border-radius: var(--aila-radius-lg);
  transition: all var(--aila-transition-fast);
  outline: none;
}

.aila-input::placeholder {
  color: var(--aila-text-light);
}

.aila-input:focus {
  border-color: var(--aila-primary);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

.aila-input:hover:not(:focus) {
  border-color: var(--aila-gray-300);
}

/* ================================================
   PREMIUM NAVIGATION
   ================================================ */
.aila-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--aila-z-fixed);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all var(--aila-transition-normal);
}

.aila-navbar.scrolled {
  box-shadow: var(--aila-shadow-md);
}

.aila-navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--aila-space-4) var(--aila-space-6);
}

.aila-nav-logo {
  display: flex;
  align-items: center;
  gap: var(--aila-space-3);
  text-decoration: none;
}

.aila-nav-logo img {
  height: 40px;
  width: auto;
}

.aila-nav-links {
  display: flex;
  align-items: center;
  gap: var(--aila-space-1);
  list-style: none;
}

.aila-nav-link {
  padding: var(--aila-space-2) var(--aila-space-4);
  font-size: var(--aila-text-sm);
  font-weight: 500;
  color: var(--aila-text-secondary);
  text-decoration: none;
  border-radius: var(--aila-radius-md);
  transition: all var(--aila-transition-fast);
}

.aila-nav-link:hover {
  color: var(--aila-primary);
  background: var(--aila-primary-light);
}

.aila-nav-link.active {
  color: var(--aila-primary);
  font-weight: 600;
}

/* ================================================
   PREMIUM HERO SECTION
   ================================================ */
.aila-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: var(--aila-gradient-hero);
  overflow: hidden;
  padding: var(--aila-space-20) 0;
}

.aila-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(0, 196, 140, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(0, 102, 255, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.aila-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--aila-space-6);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--aila-space-16);
  align-items: center;
}

.aila-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--aila-space-2);
  padding: var(--aila-space-2) var(--aila-space-4);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--aila-radius-full);
  font-size: var(--aila-text-sm);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--aila-space-6);
  backdrop-filter: blur(10px);
}

.aila-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--aila-white);
  line-height: var(--aila-leading-tight);
  margin-bottom: var(--aila-space-6);
}

.aila-hero-title .highlight {
  background: var(--aila-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aila-hero-description {
  font-size: var(--aila-text-xl);
  color: rgba(255, 255, 255, 0.8);
  line-height: var(--aila-leading-relaxed);
  margin-bottom: var(--aila-space-8);
  max-width: 500px;
}

.aila-hero-buttons {
  display: flex;
  gap: var(--aila-space-4);
  flex-wrap: wrap;
}

.aila-hero-stats {
  display: flex;
  gap: var(--aila-space-6);
  margin-top: var(--aila-space-10);
}

.aila-hero-stat {
  text-align: center;
}

.aila-hero-stat-value {
  display: block;
  font-size: var(--aila-text-3xl);
  font-weight: 800;
  color: var(--aila-white);
  line-height: 1;
}

.aila-hero-stat-label {
  font-size: var(--aila-text-sm);
  color: rgba(255, 255, 255, 0.6);
  margin-top: var(--aila-space-1);
}

/* ================================================
   PREMIUM SECTIONS
   ================================================ */
.aila-section {
  padding: var(--aila-space-24) var(--aila-space-6);
}

.aila-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--aila-space-16);
}

.aila-section-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--aila-space-2);
  padding: var(--aila-space-2) var(--aila-space-4);
  background: var(--aila-primary-light);
  color: var(--aila-primary);
  border-radius: var(--aila-radius-full);
  font-size: var(--aila-text-sm);
  font-weight: 600;
  margin-bottom: var(--aila-space-4);
}

.aila-section-title {
  margin-bottom: var(--aila-space-4);
}

.aila-section-description {
  font-size: var(--aila-text-lg);
  color: var(--aila-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* ================================================
   PREMIUM FOOTER
   ================================================ */
.aila-footer {
  background: var(--aila-gray-900);
  color: var(--aila-gray-300);
  padding: var(--aila-space-16) var(--aila-space-6) var(--aila-space-8);
}

.aila-footer-content {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: var(--aila-space-12);
}

.aila-footer-brand {
  max-width: 300px;
}

.aila-footer-logo {
  height: 40px;
  margin-bottom: var(--aila-space-4);
}

.aila-footer-description {
  font-size: var(--aila-text-sm);
  color: var(--aila-gray-400);
  line-height: var(--aila-leading-relaxed);
  margin-bottom: var(--aila-space-6);
}

.aila-footer-social {
  display: flex;
  gap: var(--aila-space-3);
}

.aila-footer-social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--aila-radius-md);
  color: var(--aila-gray-400);
  text-decoration: none;
  transition: all var(--aila-transition-fast);
}

.aila-footer-social-link:hover {
  background: var(--aila-primary);
  color: var(--aila-white);
  transform: translateY(-2px);
}

.aila-footer-title {
  font-size: var(--aila-text-sm);
  font-weight: 700;
  color: var(--aila-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--aila-space-4);
}

.aila-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--aila-space-3);
}

.aila-footer-link {
  font-size: var(--aila-text-sm);
  color: var(--aila-gray-400);
  text-decoration: none;
  transition: color var(--aila-transition-fast);
}

.aila-footer-link:hover {
  color: var(--aila-white);
}

.aila-footer-bottom {
  max-width: 1280px;
  margin: var(--aila-space-10) auto 0;
  padding-top: var(--aila-space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--aila-space-4);
}

.aila-footer-copyright {
  font-size: var(--aila-text-sm);
  color: var(--aila-gray-500);
}

/* ================================================
   PREMIUM ANIMATIONS
   ================================================ */
@keyframes aila-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes aila-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aila-fade-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aila-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes aila-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes aila-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes aila-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 102, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 102, 255, 0.4);
  }
}

/* Animation utilities */
.aila-animate-fade-in {
  animation: aila-fade-in 0.5s ease-out;
}

.aila-animate-fade-up {
  animation: aila-fade-up 0.5s ease-out;
}

.aila-animate-fade-down {
  animation: aila-fade-down 0.5s ease-out;
}

.aila-animate-scale-in {
  animation: aila-scale-in 0.3s ease-out;
}

.aila-animate-float {
  animation: aila-float 3s ease-in-out infinite;
}

/* Staggered animation delays */
.aila-delay-100 { animation-delay: 100ms; }
.aila-delay-200 { animation-delay: 200ms; }
.aila-delay-300 { animation-delay: 300ms; }
.aila-delay-400 { animation-delay: 400ms; }
.aila-delay-500 { animation-delay: 500ms; }

/* ================================================
   UTILITY CLASSES
   ================================================ */
.aila-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--aila-space-6);
}

.aila-text-center { text-align: center; }
.aila-text-left { text-align: left; }
.aila-text-right { text-align: right; }

.aila-flex { display: flex; }
.aila-flex-center { display: flex; align-items: center; justify-content: center; }
.aila-flex-between { display: flex; align-items: center; justify-content: space-between; }
.aila-flex-col { flex-direction: column; }
.aila-flex-wrap { flex-wrap: wrap; }

.aila-gap-1 { gap: var(--aila-space-1); }
.aila-gap-2 { gap: var(--aila-space-2); }
.aila-gap-3 { gap: var(--aila-space-3); }
.aila-gap-4 { gap: var(--aila-space-4); }
.aila-gap-6 { gap: var(--aila-space-6); }
.aila-gap-8 { gap: var(--aila-space-8); }

.aila-mt-4 { margin-top: var(--aila-space-4); }
.aila-mt-6 { margin-top: var(--aila-space-6); }
.aila-mt-8 { margin-top: var(--aila-space-8); }
.aila-mb-4 { margin-bottom: var(--aila-space-4); }
.aila-mb-6 { margin-bottom: var(--aila-space-6); }
.aila-mb-8 { margin-bottom: var(--aila-space-8); }

/* ================================================
   RESPONSIVE DESIGN
   ================================================ */
@media (max-width: 1024px) {
  .aila-hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .aila-hero-description {
    max-width: none;
    margin: 0 auto var(--aila-space-8);
  }
  
  .aila-hero-buttons {
    justify-content: center;
  }
  
  .aila-hero-stats {
    justify-content: center;
  }
  
  .aila-footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --aila-space-section: 3rem;
  }
  
  .aila-navbar-content {
    padding: var(--aila-space-3) var(--aila-space-4);
  }
  
  .aila-nav-links {
    display: none;
  }
  
  .aila-hero {
    min-height: auto;
    padding: var(--aila-space-16) 0;
  }
  
  .aila-hero-stats {
    flex-wrap: wrap;
    gap: var(--aila-space-4);
  }
  
  .aila-section {
    padding: var(--aila-space-16) var(--aila-space-4);
  }
  
  .aila-footer-content {
    grid-template-columns: 1fr;
    gap: var(--aila-space-8);
  }
  
  .aila-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .aila-hero-title {
    font-size: 2rem;
  }
  
  .aila-hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .aila-hero-buttons .aila-btn {
    width: 100%;
  }
}

/* ================================================
   HIGH DPI DISPLAY ADJUSTMENTS
   ================================================ */
@media (min-width: 1200px) and ((-webkit-min-device-pixel-ratio: 1.25) or (min-resolution: 120dpi)) {
  html {
    font-size: 14px;
  }
}


/* ========== modern-design-system.css ========== */
/*
 * AILA Tech Solutions - Modern Design System
 * Comprehensive UI enhancement for beautiful, standards-compliant design
 */

/* ================================================
 * DESIGN TOKENS & VARIABLES
 * ================================================ */

:root {
  /* === COLOR PALETTE === */
  /* Primary Brand Colors */
  --aila-primary: #1E40AF;
  --aila-primary-dark: #1E3A8A;
  --aila-primary-light: #2563EB;
  --aila-primary-lighter: #DBEAFE;
  --aila-primary-50: #EFF6FF;
  --aila-primary-100: #DBEAFE;
  --aila-primary-200: #BFDBFE;
  --aila-primary-300: #93C5FD;
  --aila-primary-400: #60A5FA;
  --aila-primary-500: #3B82F6;
  --aila-primary-600: #2563EB;
  --aila-primary-700: #1D4ED8;
  --aila-primary-800: #1E40AF;
  --aila-primary-900: #1E3A8A;

  /* Secondary Colors - Blue Only */
  --aila-secondary: #1E40AF;
  --aila-secondary-light: #3B82F6;
  --aila-secondary-dark: #1D4ED8;

  /* Accent Colors - Blue Theme */
  --aila-accent: #1E40AF;
  --aila-accent-light: #2563EB;
  --aila-accent-dark: #1E3A8A;

  /* Status Colors - Blue and White Theme */
  --success: #1E40AF;
  --success-light: #DBEAFE;
  --warning: #2563EB;
  --warning-light: #DBEAFE;
  --error: #DC2626;
  --error-light: #FEE2E2;
  --info: #1E40AF;
  --info-light: #DBEAFE;

  /* Neutral Scale */
  --white: #FFFFFF;
  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;

  /* === TYPOGRAPHY === */
  /* Font Families - Noto Sans Lao for Lao language support */
  --font-primary: 'Noto Sans Lao', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Noto Sans Lao', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace;

  /* Font Sizes */
  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-lg: 1.125rem;    /* 18px */
  --text-xl: 1.25rem;     /* 20px */
  --text-2xl: 1.5rem;     /* 24px */
  --text-3xl: 1.875rem;   /* 30px */
  --text-4xl: 2.25rem;    /* 36px */
  --text-5xl: 3rem;       /* 48px */
  --text-6xl: 3.75rem;    /* 60px */
  --text-7xl: 4.5rem;     /* 72px */

  /* Font Weights */
  --font-thin: 100;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;

  /* Line Heights */
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  /* === SPACING === */
  --space-0: 0;
  --space-1: 0.25rem;     /* 4px */
  --space-2: 0.5rem;      /* 8px */
  --space-3: 0.75rem;     /* 12px */
  --space-4: 1rem;        /* 16px */
  --space-5: 1.25rem;     /* 20px */
  --space-6: 1.5rem;      /* 24px */
  --space-8: 2rem;        /* 32px */
  --space-10: 2.5rem;     /* 40px */
  --space-12: 3rem;       /* 48px */
  --space-16: 4rem;       /* 64px */
  --space-20: 5rem;       /* 80px */
  --space-24: 6rem;       /* 96px */
  --space-32: 8rem;       /* 128px */

  /* === SHADOWS === */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --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: 0 0 20px rgba(37, 99, 235, 0.5);

  /* === BORDERS === */
  --border-radius-none: 0;
  --border-radius-sm: 0.125rem;  /* 2px */
  --border-radius-md: 0.375rem;  /* 6px */
  --border-radius-lg: 0.5rem;    /* 8px */
  --border-radius-xl: 0.75rem;   /* 12px */
  --border-radius-2xl: 1rem;     /* 16px */
  --border-radius-3xl: 1.5rem;   /* 24px */
  --border-radius-full: 9999px;

  /* === TRANSITIONS === */
  --transition-fast: 150ms ease-in-out;
  --transition-normal: 300ms ease-in-out;
  --transition-slow: 500ms ease-in-out;
  --transition-bounce: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition-smooth: 400ms cubic-bezier(0.4, 0, 0.2, 1);

  /* === Z-INDEX SCALE === */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;

  /* === BREAKPOINTS === */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
}

/* ================================================
 * GLOBAL RESET & BASE STYLES
 * ================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  color: var(--gray-900);
  background-color: var(--white);
  min-height: 100vh;
}

/* ================================================
 * MODERN TYPOGRAPHY SYSTEM
 * ================================================ */

.text-xs { font-size: var(--text-xs); }
.text-sm { font-size: var(--text-sm); }
.text-base { font-size: var(--text-base); }
.text-lg { font-size: var(--text-lg); }
.text-xl { font-size: var(--text-xl); }
.text-2xl { font-size: var(--text-2xl); }
.text-3xl { font-size: var(--text-3xl); }
.text-4xl { font-size: var(--text-4xl); }
.text-5xl { font-size: var(--text-5xl); }
.text-6xl { font-size: var(--text-6xl); }

.font-thin { font-weight: var(--font-thin); }
.font-light { font-weight: var(--font-light); }
.font-normal { font-weight: var(--font-normal); }
.font-medium { font-weight: var(--font-medium); }
.font-semibold { font-weight: var(--font-semibold); }
.font-bold { font-weight: var(--font-bold); }
.font-extrabold { font-weight: var(--font-extrabold); }

.leading-tight { line-height: var(--leading-tight); }
.leading-snug { line-height: var(--leading-snug); }
.leading-normal { line-height: var(--leading-normal); }
.leading-relaxed { line-height: var(--leading-relaxed); }
.leading-loose { line-height: var(--leading-loose); }

/* Modern Heading Styles */
.heading-1,
h1 {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--gray-900);
  margin-bottom: var(--space-6);
}

.heading-2,
h2 {
  font-size: var(--text-3xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-tight);
  color: var(--gray-900);
  margin-bottom: var(--space-5);
}

.heading-3,
h3 {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  color: var(--gray-900);
  margin-bottom: var(--space-4);
}

.heading-4,
h4 {
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-snug);
  color: var(--gray-800);
  margin-bottom: var(--space-3);
}

/* Text Utilities */
.text-gradient {
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-muted {
  color: var(--gray-600);
}

.text-light {
  color: var(--gray-500);
}

/* ================================================
 * MODERN BUTTON SYSTEM
 * ================================================ */

.btn {
  /* Base Button Styles */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--border-radius-lg);
  cursor: pointer;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  outline: none;
  
  /* Focus Ring */
  &:focus-visible {
    outline: 2px solid var(--aila-primary);
    outline-offset: 2px;
  }
  
  /* Disabled State */
  &:disabled,
  &.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }
}

/* Button Variants */
.btn-primary {
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  color: var(--white);
  border-color: var(--aila-primary);
  box-shadow: var(--shadow-sm);
  
  &:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--aila-primary-dark) 0%, var(--aila-primary-800) 100%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
  }
  
  &:active {
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
  }
}

.btn-secondary {
  background: var(--white);
  color: var(--gray-700);
  border-color: var(--gray-300);
  
  &:hover:not(:disabled) {
    background: var(--gray-50);
    border-color: var(--gray-400);
    box-shadow: var(--shadow-sm);
  }
}

.btn-outline {
  background: transparent;
  color: var(--aila-primary);
  border-color: var(--aila-primary);
  
  &:hover:not(:disabled) {
    background: var(--aila-primary);
    color: var(--white);
    box-shadow: var(--shadow-sm);
  }
}

.btn-ghost {
  background: transparent;
  color: var(--gray-600);
  border-color: transparent;
  
  &:hover:not(:disabled) {
    background: var(--gray-100);
    color: var(--gray-900);
  }
}

.btn-success {
  background: linear-gradient(135deg, var(--success) 0%, var(--aila-primary-dark) 100%);
  color: var(--white);
  border-color: var(--success);
  
  &:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--aila-primary-dark) 0%, var(--aila-primary-800) 100%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
  }
}

.btn-warning {
  background: linear-gradient(135deg, var(--warning) 0%, var(--aila-primary-dark) 100%);
  color: var(--white);
  border-color: var(--warning);
  
  &:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--aila-primary-dark) 0%, var(--aila-primary-800) 100%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
  }
}

.btn-error {
  background: linear-gradient(135deg, var(--error) 0%, #DC2626 100%);
  color: var(--white);
  border-color: var(--error);
  
  &:hover:not(:disabled) {
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
  }
}

/* Button Sizes */
.btn-xs {
  padding: var(--space-1) var(--space-3);
  font-size: var(--text-xs);
  border-radius: var(--border-radius-md);
}

.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
  border-radius: var(--border-radius-md);
}

.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-lg);
  border-radius: var(--border-radius-xl);
}

.btn-xl {
  padding: var(--space-5) var(--space-10);
  font-size: var(--text-xl);
  border-radius: var(--border-radius-2xl);
}

/* Button with Icon */
.btn-icon {
  padding: var(--space-3);
  min-width: auto;
  width: auto;
  aspect-ratio: 1;
}

/* Full Width Button */
.btn-full {
  width: 100%;
}

/* ================================================
 * MODERN FORM COMPONENTS
 * ================================================ */

.form-group {
  margin-bottom: var(--space-6);
}

.form-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--gray-700);
  margin-bottom: var(--space-2);
}

.form-label.required::after {
  content: ' *';
  color: var(--error);
}

.form-input,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--gray-900);
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-lg);
  transition: all var(--transition-normal);
  
  &::placeholder {
    color: var(--gray-500);
  }
  
  &:focus {
    outline: none;
    border-color: var(--aila-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  }
  
  &:hover:not(:focus):not(:disabled) {
    border-color: var(--gray-400);
  }
  
  &:disabled {
    background-color: var(--gray-50);
    color: var(--gray-500);
    cursor: not-allowed;
  }
  
  &.error {
    border-color: var(--error);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
  }
  
  &.success {
    border-color: var(--success);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  }
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-help {
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  color: var(--gray-600);
}

.form-error {
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  color: var(--error);
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.form-success {
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  color: var(--success);
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

/* Input with Icon */
.input-with-icon {
  position: relative;
}

.input-with-icon .form-input {
  padding-left: var(--space-10);
}

.input-with-icon .input-icon {
  position: absolute;
  left: var(--space-3);
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-500);
  font-size: var(--text-lg);
  pointer-events: none;
}

.input-with-icon .form-input:focus + .input-icon {
  color: var(--aila-primary);
}

/* ================================================
 * MODERN CARD SYSTEM
 * ================================================ */

.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: all var(--transition-normal);
  
  &:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
  }
}

.card-header {
  padding: var(--space-6);
  border-bottom: 1px solid var(--gray-200);
  background: var(--gray-50);
}

.card-body {
  padding: var(--space-6);
}

.card-footer {
  padding: var(--space-6);
  border-top: 1px solid var(--gray-200);
  background: var(--gray-50);
}

.card-title {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  color: var(--gray-900);
  margin-bottom: var(--space-2);
}

.card-subtitle {
  font-size: var(--text-sm);
  color: var(--gray-600);
  margin-bottom: var(--space-4);
}

/* Card Variants */
.card-elevated {
  box-shadow: var(--shadow-lg);
}

.card-bordered {
  border: 2px solid var(--gray-200);
}

.card-interactive {
  cursor: pointer;
  transition: all var(--transition-normal);
  
  &:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
    border-color: var(--aila-primary-200);
  }
}

/* ================================================
 * MODERN BADGE SYSTEM
 * ================================================ */

.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1) var(--space-3);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: 1;
  border-radius: var(--border-radius-full);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.badge-primary {
  background: var(--aila-primary-100);
  color: var(--aila-primary-800);
}

.badge-success {
  background: var(--success-light);
  color: var(--aila-accent-dark);
}

.badge-warning {
  background: var(--warning-light);
  color: #92400E;
}

.badge-error {
  background: var(--error-light);
  color: #991B1B;
}

.badge-gray {
  background: var(--gray-100);
  color: var(--gray-800);
}

/* ================================================
 * UTILITY CLASSES
 * ================================================ */

/* Spacing */
.m-0 { margin: 0; }
.m-1 { margin: var(--space-1); }
.m-2 { margin: var(--space-2); }
.m-3 { margin: var(--space-3); }
.m-4 { margin: var(--space-4); }
.m-5 { margin: var(--space-5); }
.m-6 { margin: var(--space-6); }
.m-8 { margin: var(--space-8); }

.p-0 { padding: 0; }
.p-1 { padding: var(--space-1); }
.p-2 { padding: var(--space-2); }
.p-3 { padding: var(--space-3); }
.p-4 { padding: var(--space-4); }
.p-5 { padding: var(--space-5); }
.p-6 { padding: var(--space-6); }
.p-8 { padding: var(--space-8); }

/* Display */
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }

/* Flexbox */
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }

/* Text Alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Colors */
.text-primary { color: var(--aila-primary); }
.text-secondary { color: var(--aila-secondary); }
.text-success { color: var(--success); }
.text-warning { color: var(--warning); }
.text-error { color: var(--error); }

.bg-primary { background-color: var(--aila-primary); }
.bg-secondary { background-color: var(--aila-secondary); }
.bg-gray-50 { background-color: var(--gray-50); }
.bg-gray-100 { background-color: var(--gray-100); }

/* Border Radius */
.rounded-none { border-radius: var(--border-radius-none); }
.rounded-sm { border-radius: var(--border-radius-sm); }
.rounded-md { border-radius: var(--border-radius-md); }
.rounded-lg { border-radius: var(--border-radius-lg); }
.rounded-xl { border-radius: var(--border-radius-xl); }
.rounded-2xl { border-radius: var(--border-radius-2xl); }
.rounded-3xl { border-radius: var(--border-radius-3xl); }
.rounded-full { border-radius: var(--border-radius-full); }

/* Shadow */
.shadow-none { box-shadow: none; }
.shadow-xs { box-shadow: var(--shadow-xs); }
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-2xl { box-shadow: var(--shadow-2xl); }

/* ================================================
 * RESPONSIVE DESIGN
 * ================================================ */

@media (max-width: 768px) {
  .heading-1, h1 { font-size: var(--text-3xl); }
  .heading-2, h2 { font-size: var(--text-2xl); }
  .heading-3, h3 { font-size: var(--text-xl); }
  
  .btn-lg {
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-base);
  }
  
  .card-body,
  .card-header,
  .card-footer {
    padding: var(--space-4);
  }
}

/* ================================================
 * ANIMATIONS & MICRO-INTERACTIONS
 * ================================================ */

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { transform: translateX(-20px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-out;
}

.animate-slide-in {
  animation: slideIn 0.5s ease-out;
}

.animate-pulse {
  animation: pulse 2s infinite;
}

/* Hover Interactions */
.hover-lift {
  transition: transform var(--transition-normal);
}

.hover-lift:hover {
  transform: translateY(-2px);
}

.hover-scale {
  transition: transform var(--transition-normal);
}

.hover-scale:hover {
  transform: scale(1.02);
}

/* Focus States */
.focus-ring {
  outline: none;
  transition: box-shadow var(--transition-fast);
}

.focus-ring:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  border-color: var(--aila-primary);
}









/* ========== enhanced-components.css ========== */
/*
 * AILA Tech Solutions - Enhanced Components
 * Beautiful, modern component enhancements
 */

/* ================================================
 * ENHANCED HEADER & NAVIGATION
 * ================================================ */

.main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  transition: all var(--transition-normal);
}

.main-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) 0;
}

.logo img {
  height: 40px;
  width: auto;
  transition: transform var(--transition-normal);
}

.logo:hover img {
  transform: scale(1.05);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  list-style: none;
}

.nav-links a {
  font-weight: var(--font-medium);
  color: var(--gray-700);
  text-decoration: none;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--border-radius-lg);
  transition: all var(--transition-normal);
  position: relative;
}

.nav-links a:hover {
  color: var(--aila-primary);
  background: var(--aila-primary-50);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--aila-primary);
  transition: all var(--transition-normal);
  transform: translateX(-50%);
}

.nav-links a:hover::after {
  width: 80%;
}

.auth-buttons {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* ================================================
 * ENHANCED DROPDOWN
 * ================================================ */

.dropdown-menu {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-xl);
  padding: var(--space-2);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all var(--transition-normal);
  z-index: var(--z-dropdown);
}

.dropdown-menu:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-content a {
  display: block;
  padding: var(--space-3) var(--space-4);
  color: var(--gray-700);
  text-decoration: none;
  border-radius: var(--border-radius-lg);
  transition: all var(--transition-fast);
  font-size: var(--text-sm);
}

.dropdown-content a:hover {
  background: var(--aila-primary-50);
  color: var(--aila-primary);
}

.dropdown-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-bottom: none;
  border-right: none;
  transform: translateX(-50%) rotate(45deg);
}

/* ================================================
 * ENHANCED HERO SECTIONS
 * ================================================ */

.animated-hero-section {
  background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
  padding: var(--space-12) 0 var(--space-8);
  position: relative;
  overflow: hidden;
}

.animated-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.animated-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  position: relative;
  z-index: 1;
}

.animated-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--aila-primary-50);
  color: var(--aila-primary-700);
  border: 1px solid var(--aila-primary-200);
  border-radius: var(--border-radius-full);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  margin-bottom: var(--space-6);
}

.animated-hero-title {
  font-size: var(--text-6xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--gray-900);
  margin-bottom: var(--space-6);
}

.animated-title-highlight {
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.animated-hero-description {
  font-size: var(--text-xl);
  color: var(--gray-600);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-8);
}

.animated-stats-container {
  display: flex;
  gap: var(--space-8);
  margin-bottom: var(--space-10);
}

.animated-stat-card {
  text-align: center;
}

.animated-stat-number {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--aila-primary);
  display: block;
}

.animated-stat-label {
  font-size: var(--text-sm);
  color: var(--gray-600);
  margin-top: var(--space-1);
}

.animated-cta-buttons {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
}

/* ================================================
 * ENHANCED FORMS
 * ================================================ */

.modern-form {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-2xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
}

.form-header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.form-header h2 {
  color: var(--gray-900);
  margin-bottom: var(--space-2);
}

.form-header p {
  color: var(--gray-600);
  font-size: var(--text-lg);
}

.floating-label {
  position: relative;
  margin-bottom: var(--space-6);
}

.floating-label input,
.floating-label textarea {
  width: 100%;
  padding: var(--space-4) var(--space-4) var(--space-3);
  border: 2px solid var(--gray-300);
  border-radius: var(--border-radius-lg);
  font-size: var(--text-base);
  background: var(--white);
  transition: all var(--transition-normal);
  outline: none;
}

.floating-label label {
  position: absolute;
  left: var(--space-4);
  top: var(--space-4);
  color: var(--gray-500);
  font-size: var(--text-base);
  pointer-events: none;
  transition: all var(--transition-normal);
  background: var(--white);
  padding: 0 var(--space-1);
}

.floating-label input:focus,
.floating-label input:not(:placeholder-shown),
.floating-label textarea:focus,
.floating-label textarea:not(:placeholder-shown) {
  border-color: var(--aila-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: var(--space-3);
  font-size: var(--text-sm);
  color: var(--aila-primary);
  font-weight: var(--font-medium);
}

/* ================================================
 * ENHANCED MODALS
 * ================================================ */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--z-modal);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--white);
  border-radius: var(--border-radius-2xl);
  box-shadow: var(--shadow-2xl);
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  transform: scale(0.9) translateY(20px);
  transition: all var(--transition-normal);
}

.modal-overlay.active .modal-content {
  transform: scale(1) translateY(0);
}

.modal-header {
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  color: var(--white);
  padding: var(--space-6) var(--space-8);
  position: relative;
}

.modal-header h2 {
  margin: 0;
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
}

.modal-close {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: var(--border-radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-normal);
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.modal-body {
  padding: var(--space-8);
}

.modal-footer {
  padding: var(--space-6) var(--space-8);
  border-top: 1px solid var(--gray-200);
  background: var(--gray-50);
  display: flex;
  gap: var(--space-3);
  justify-content: flex-end;
}

/* ================================================
 * ENHANCED TABLES
 * ================================================ */

.modern-table {
  width: 100%;
  background: var(--white);
  border-radius: var(--border-radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
}

.modern-table thead {
  background: var(--gray-50);
}

.modern-table th {
  padding: var(--space-4) var(--space-6);
  text-align: left;
  font-weight: var(--font-semibold);
  color: var(--gray-700);
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border-bottom: 1px solid var(--gray-200);
}

.modern-table td {
  padding: var(--space-4) var(--space-6);
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-900);
}

.modern-table tbody tr {
  transition: background-color var(--transition-fast);
}

.modern-table tbody tr:hover {
  background: var(--gray-50);
}

.modern-table tbody tr:last-child td {
  border-bottom: none;
}

/* ================================================
 * ENHANCED ALERTS & NOTIFICATIONS
 * ================================================ */

.alert {
  padding: var(--space-4) var(--space-6);
  border-radius: var(--border-radius-lg);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  font-weight: var(--font-medium);
  position: relative;
  overflow: hidden;
}

.alert::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: currentColor;
}

.alert-success {
  background: var(--success-light);
  color: var(--aila-accent-dark);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.alert-warning {
  background: var(--warning-light);
  color: #92400E;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.alert-error {
  background: var(--error-light);
  color: #991B1B;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.alert-info {
  background: var(--info-light);
  color: var(--aila-primary-800);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.alert-dismiss {
  margin-left: auto;
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  padding: var(--space-1);
  border-radius: var(--border-radius-md);
  transition: background-color var(--transition-fast);
}

.alert-dismiss:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* ================================================
 * ENHANCED LOADING STATES
 * ================================================ */

.skeleton {
  background: linear-gradient(
    90deg,
    var(--gray-200) 25%,
    var(--gray-100) 50%,
    var(--gray-200) 75%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: var(--border-radius-md);
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.skeleton-text {
  height: 1em;
  margin-bottom: var(--space-2);
}

.skeleton-text:last-child {
  width: 60%;
  margin-bottom: 0;
}

.skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-full);
}

.skeleton-button {
  height: 40px;
  width: 120px;
  border-radius: var(--border-radius-lg);
}

/* ================================================
 * ENHANCED PROGRESS INDICATORS
 * ================================================ */

.progress-bar {
  width: 100%;
  height: 8px;
  background: var(--gray-200);
  border-radius: var(--border-radius-full);
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  border-radius: var(--border-radius-full);
  transition: width var(--transition-slow);
  position: relative;
  overflow: hidden;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: progress-shine 2s infinite;
}

@keyframes progress-shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ================================================
 * RESPONSIVE ENHANCEMENTS
 * ================================================ */

@media (max-width: 768px) {
  .animated-hero-content {
    grid-template-columns: 1fr;
    gap: var(--space-12);
    text-align: center;
  }
  
  .animated-hero-title {
    font-size: var(--text-4xl);
  }
  
  .animated-stats-container {
    justify-content: center;
    gap: var(--space-6);
  }
  
  .animated-cta-buttons {
    justify-content: center;
  }
  
  .nav-links {
    display: none;
  }
  
  .auth-buttons {
    flex-direction: column;
    gap: var(--space-2);
  }
  
  .modern-form {
    padding: var(--space-6);
  }
  
  .modal-content {
    max-width: 95vw;
    margin: var(--space-4);
  }
  
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: var(--space-4) var(--space-6);
  }
}

/* ================================================
 * PRINT STYLES
 * ================================================ */

@media print {
  .main-header,
  .auth-buttons,
  .mobile-menu-btn,
  .modal-overlay {
    display: none !important;
  }
  
  .card {
    box-shadow: none;
    border: 1px solid var(--gray-300);
  }
  
  .btn {
    background: none !important;
    color: var(--gray-900) !important;
    border: 1px solid var(--gray-300) !important;
  }
}









/* ========== style.css ========== */
/*
 * AILA Tech Solutions - Identity Verification Platform
 * Main CSS Stylesheet
 */

/* Google Fonts - Noto Sans Lao for Lao language support */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* --------------------------------------------------
 * AILA Tech Solutions - Modern Design System
 * -------------------------------------------------- */
:root {
    /* AILA Brand Colors - Unique Tech Identity */
    --primary: #2563EB;           /* Modern Blue */
    --primary-dark: #1D4ED8;      /* Darker Blue */
    --primary-light: #3B82F6;     /* Light Blue */
    --primary-gradient: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    --secondary: #F8FAFC;         /* Light Background */
    --accent: #10B981;            /* Success Green */
    --accent-gradient: linear-gradient(135deg, #10B981 0%, #059669 100%);
    --warning: #F59E0B;           /* Warning Orange */
    --error: #EF4444;             /* Error Red */
    --info: #3B82F6;              /* Info Blue */
    
    /* AILA Tech Gradients */
    --tech-gradient-1: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    --tech-gradient-2: linear-gradient(135deg, #F093FB 0%, #F5576C 100%);
    --tech-gradient-3: linear-gradient(135deg, #4FACFE 0%, #00F2FE 100%);
    --tech-gradient-4: linear-gradient(135deg, #43E97B 0%, #38F9D7 100%);
    
    /* Text Colors */
    --text-dark: #0F172A;         /* Slate 900 */
    --text-medium: #334155;       /* Slate 700 */
    --text-light: #64748B;        /* Slate 500 */
    --text-muted: #94A3B8;        /* Slate 400 */
    
    /* Neutral Colors */
    --white: #FFFFFF;
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-200: #E2E8F0;
    --gray-300: #CBD5E1;
    --gray-400: #94A3B8;
    --gray-500: #64748B;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1E293B;
    --gray-900: #0F172A;
    
    /* Status Colors */
    --success: #10B981;
    --success-light: #D1FAE5;
    --warning: #F59E0B;
    --warning-light: #FEF3C7;
    --error: #EF4444;
    --error-light: #FEE2E2;
    --info: #3B82F6;
    --info-light: #DBEAFE;
    
    /* Dimensions */
    --border-radius: 12px;
    --border-radius-sm: 6px;
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;
    --container-width: 1200px;
    --section-padding: 80px 0;
    
    /* Effects */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --btn-shadow: 0 4px 14px 0 rgba(37, 99, 235, 0.3);
    --btn-shadow-hover: 0 6px 20px 0 rgba(37, 99, 235, 0.4);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Typography - Consistent font across all pages */
    --font-family: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif;
    --font-family-lao: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', sans-serif;
    --font-family-mono: 'JetBrains Mono', 'Fira Code', 'Monaco', 'Cascadia Code', monospace;
    --font-size-xs: 0.75rem;      /* 12px */
    --font-size-sm: 0.875rem;     /* 14px */
    --font-size-md: 1rem;         /* 16px */
    --font-size-lg: 1.125rem;     /* 18px */
    --font-size-xl: 1.25rem;      /* 20px */
    --font-size-2xl: 1.5rem;      /* 24px */
    --font-size-3xl: 1.875rem;    /* 30px */
    --font-size-4xl: 2.25rem;     /* 36px */
    --font-size-5xl: 3rem;        /* 48px */
    --font-size-6xl: 3.75rem;     /* 60px */
    --font-size-7xl: 4.5rem;      /* 72px */
    
    /* Spacing */
    --space-1: 0.25rem;           /* 4px */
    --space-2: 0.5rem;            /* 8px */
    --space-3: 0.75rem;           /* 12px */
    --space-4: 1rem;              /* 16px */
    --space-5: 1.25rem;           /* 20px */
    --space-6: 1.5rem;            /* 24px */
    --space-8: 2rem;              /* 32px */
    --space-10: 2.5rem;           /* 40px */
    --space-12: 3rem;             /* 48px */
    --space-16: 4rem;             /* 64px */
    --space-20: 5rem;             /* 80px */
    --space-24: 6rem;             /* 96px */
    
    /* Z-Index */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
}

/* --------------------------------------------------
 * Base Styles - AILA Tech Solutions
 * -------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif !important;
    color: var(--text-dark);
    line-height: 1.7;
    background-color: var(--white);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Ensure all elements inherit the base font */
/* BUT exclude Font Awesome icons - they need their own font-family */
body *:not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="fa-"]),
html *:not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="fa-"]) {
    font-family: 'Noto Sans Lao', 'Phetsarath OT', 'Saysettha OT', 'Plus Jakarta Sans', sans-serif !important;
}

/* Ensure Font Awesome icons use their proper font */
.fas, .far, .fab, .fal, .fad, [class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "FontAwesome" !important;
}

main {
    flex: 1;
   /* padding-top: 120px;*/ /* Account for fixed header */
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Selection styles */
::selection {
    background-color: var(--primary);
    color: var(--white);
}

::-moz-selection {
    background-color: var(--primary);
    color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--space-6);
    color: var(--text-dark);
    letter-spacing: -0.025em;
}

h1 {
    font-size: var(--font-size-6xl);
    font-weight: 800;
    line-height: 1.1;
}

h2 {
    font-size: var(--font-size-5xl);
    font-weight: 700;
}

h3 {
    font-size: var(--font-size-3xl);
    font-weight: 600;
}

h4 {
    font-size: var(--font-size-2xl);
    font-weight: 600;
}

h5 {
    font-size: var(--font-size-xl);
    font-weight: 600;
}

h6 {
    font-size: var(--font-size-lg);
    font-weight: 600;
}

p {
    margin-bottom: var(--space-4);
    color: var(--text-medium);
    line-height: 1.7;
    font-size: var(--font-size-md);
}

.lead {
    font-size: var(--font-size-xl);
    font-weight: 400;
    color: var(--text-light);
    line-height: 1.6;
}

.text-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent {
    color: var(--accent);
}

.text-muted {
    color: var(--text-muted);
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

ul, ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.25rem;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: var(--font-size-4xl);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.section-title p {
    color: var(--text-medium);
    font-size: var(--font-size-lg);
    max-width: 700px;
    margin: 0 auto;
}

/* --------------------------------------------------
 * Buttons & Forms
 * -------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-6);
    border-radius: var(--border-radius-lg);
    font-weight: 600;
    font-size: var(--font-size-md);
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
}

.btn::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;
}

.btn:hover::before {
    left: 100%;
}

.btn-sm {
    padding: var(--space-3) var(--space-5);
    font-size: var(--font-size-sm);
    border-radius: var(--border-radius);
}

.btn-lg {
    padding: var(--space-5) var(--space-8);
    font-size: var(--font-size-lg);
    border-radius: var(--border-radius-xl);
}

.btn-xl {
    padding: var(--space-6) var(--space-10);
    font-size: var(--font-size-xl);
    border-radius: var(--border-radius-xl);
}

.btn-primary {
    background: var(--primary-gradient);
    color: var(--white);
    box-shadow: var(--btn-shadow);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--btn-shadow-hover);
    border-color: var(--primary-dark);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: var(--shadow);
}

.btn-outline {
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
}

.btn-outline:hover {
    background-color: var(--primary);
    color: var(--white);
}

.hero-outline-btn {
    border: 2px solid var(--white);
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
}

.hero-outline-btn:hover {
    background-color: var(--white);
    color: var(--primary);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-dark);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--gray-300);
    border-radius: var(--border-radius);
    font-size: var(--font-size-md);
    color: var(--text-dark);
    transition: var(--transition);
    background-color: var(--white);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.15);
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 0.5rem;
}

.checkbox-container label {
    margin-bottom: 0;
    font-weight: normal;
}

/* --------------------------------------------------
 * Header & Navigation
 * -------------------------------------------------- */
header {
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 40px;
    margin-right: 0.625rem;
}

.logo span {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 1.25rem;
}

.nav-links li {
    margin: 0 1.25rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.nav-links li.active a,
.nav-links a:hover {
    color: var(--primary);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: var(--transition);
}

.nav-links li.active a::after,
.nav-links a:hover::after {
    width: 100%;
}

.dropdown-menu {
    position: relative;
}

.dropdown-menu > a {
    display: flex;
    align-items: center;
}

.dropdown-menu > a::after {
    content: '▼';
    font-size: 8px;
    margin-left: 4px;
    opacity: 0.8;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    min-width: 200px;
    box-shadow: var(--shadow);
    border-radius: var(--border-radius);
    padding: 0.625rem 0;
    display: none;
    z-index: 10;
}

.dropdown-content a {
    display: block;
    padding: 0.625rem 0.9375rem;
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition);
}

.dropdown-content a:hover {
    background-color: var(--secondary);
}

.dropdown-menu:hover .dropdown-content {
    display: block;
}

.auth-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

a.btn.btn-primary {
    background-color: var(--btn-signup);
    box-shadow: var(--btn-shadow);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-dark);
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding: 1.25rem;
    box-shadow: var(--shadow);
    z-index: 99;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-links li {
    margin-bottom: 0.9375rem;
}

.mobile-links a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.125rem;
    display: block;
    padding: 0.3125rem 0;
}

.mobile-links li.active a {
    color: var(--primary);
}

.mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

/* --------------------------------------------------
 * Hero Section
 * -------------------------------------------------- */
.hero-section {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 30%, #334155 60%, #475569 85%, #64748B 100%);
    color: var(--white);
    padding: var(--space-24) 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* AI Brain/Neural Network Nodes - Static positions */
        radial-gradient(circle at 15% 25%, rgba(37, 99, 235, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(16, 185, 129, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 45% 85%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 15%, rgba(59, 130, 246, 0.08) 0%, transparent 35%),
        /* AI Data Flow Lines - Static */
        linear-gradient(45deg, transparent 40%, rgba(37, 99, 235, 0.05) 40%, rgba(37, 99, 235, 0.05) 60%, transparent 60%),
        linear-gradient(-45deg, transparent 30%, rgba(16, 185, 129, 0.04) 30%, rgba(16, 185, 129, 0.04) 70%, transparent 70%),
        /* AI Processing Centers - Static */
        radial-gradient(ellipse at 30% 60%, rgba(59, 130, 246, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 40%, rgba(139, 92, 246, 0.06) 0%, transparent 55%);
    /* Remove the problematic animation */
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        /* AI Neural Network Grid - Static */
        linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px),
        /* AI Data Points - Static */
        radial-gradient(circle at 20% 30%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
        /* AI Circuit Patterns - Static */
        linear-gradient(45deg, rgba(37, 99, 235, 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(16, 185, 129, 0.03) 25%, transparent 25%),
        /* AI Binary Code Effect - Very subtle */
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.01) 2px, rgba(255, 255, 255, 0.01) 4px),
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.01) 2px, rgba(255, 255, 255, 0.01) 4px);
    background-size: 
        40px 40px,
        40px 40px,
        150px 150px,
        200px 200px,
        180px 180px,
        60px 60px,
        60px 60px,
        8px 8px,
        8px 8px;
    /* Remove the problematic animation */
    opacity: 0.3;
}

.hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 25%, #334155 50%, #475569 75%, #64748B 100%);
    color: var(--white);
    padding: var(--space-24) 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.15) 0%, transparent 50%);
    animation: heroBackground 20s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(37, 99, 235, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(37, 99, 235, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 25% 25%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
    background-size: 
        50px 50px,
        50px 50px,
        200px 200px,
        300px 300px;
    animation: digitalLines 15s linear infinite;
    opacity: 0.4;
}

@keyframes heroBackground {
    0% { 
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }
    25% { 
        transform: scale(1.05) rotate(0.5deg);
        opacity: 1;
    }
    50% { 
        transform: scale(1.1) rotate(1deg);
        opacity: 0.9;
    }
    75% { 
        transform: scale(1.05) rotate(0.5deg);
        opacity: 1;
    }
    100% { 
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: rgba(37, 99, 235, 0.25);
    color: #FFFFFF;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--border-radius-lg);
    font-size: var(--font-size-sm);
    font-weight: 600;
    margin-bottom: var(--space-6);
    border: 1px solid rgba(37, 99, 235, 0.4);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.hero-badge i {
    color: var(--primary-light);
}

.hero-title {
    font-size: var(--font-size-7xl);
    margin-bottom: var(--space-6);
    line-height: 1.1;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.hero-title .text-primary {
    color: var(--primary-light);
}

.hero-title .text-secondary {
    color: var(--gray-300);
}

.hero-description {
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-8);
    color: #F8FAFC;
    opacity: 1;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.01em;
}

.hero-stats {
    display: flex;
    gap: var(--space-6);
    margin-bottom: var(--space-8);
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 500px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.15);
    padding: var(--space-4) var(--space-6);
    border-radius: var(--border-radius-lg);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    min-width: 120px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-number {
    display: block;
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: #60A5FA;
    margin-bottom: var(--space-1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.stat-label {
    display: block;
    font-size: var(--font-size-sm);
    color: #E2E8F0;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--space-20);
    align-items: center;
    min-height: 600px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text {
    animation: fadeInUp 1s ease-out;
    padding-right: var(--space-8);
    max-width: 600px;
}

.hero-text h1 {
    font-size: var(--font-size-7xl);
    margin-bottom: var(--space-6);
    line-height: 1.1;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.hero-text .text-gradient {
    background: linear-gradient(135deg, #10B981 0%, #34D399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text p {
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-8);
    color: #F8FAFC;
    opacity: 1;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.01em;
}

.hero-buttons {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.3s both;
    justify-content: flex-start;
    max-width: 500px;
}

.hero-image {
    text-align: center;
    position: relative;
    animation: fadeInRight 1s ease-out 0.5s both;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border-radius: var(--border-radius-xl);
    z-index: -1;
    animation: pulse 4s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-image img {
    max-width: 90%;
    height: auto;
    border-radius: var(--border-radius-xl);
    box-shadow: var(--shadow-2xl);
    animation: float 6s ease-in-out infinite;
    transition: var(--transition);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.hero-image img:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.02); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@keyframes aiTechBackground {
    0% { 
        background-position: 
            0px 0px, 0px 0px,
            0px 0px, 0px 0px, 0px 0px,
            0px 0px, 0px 0px,
            0px 0px, 0px 0px;
        opacity: 0.4;
    }
    25% { 
        background-position: 
            20px 20px, -20px -20px,
            30px 30px, -30px -30px, 40px 40px,
            15px 15px, -15px -15px,
            4px 4px, -4px -4px;
        opacity: 0.6;
    }
    50% { 
        background-position: 
            40px 40px, -40px -40px,
            60px 60px, -60px -60px, 80px 80px,
            30px 30px, -30px -30px,
            8px 8px, -8px -8px;
        opacity: 0.5;
    }
    75% { 
        background-position: 
            20px 20px, -20px -20px,
            30px 30px, -30px -30px, 40px 40px,
            15px 15px, -15px -15px,
            4px 4px, -4px -4px;
        opacity: 0.6;
    }
    100% { 
        background-position: 
            0px 0px, 0px 0px,
            0px 0px, 0px 0px, 0px 0px,
            0px 0px, 0px 0px,
            0px 0px, 0px 0px;
        opacity: 0.4;
    }
}

/* --------------------------------------------------
 * Features Section
 * -------------------------------------------------- */
.features {
    padding: 6.25rem 0;
    background-color: var(--white);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.875rem;
}

.feature-card {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    padding: var(--space-8);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
    border: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: var(--border-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-6);
    color: var(--white);
    font-size: 2rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: var(--shadow-lg);
}

.feature-card:hover .feature-icon::before {
    left: 100%;
}

.feature-card h3 {
    font-size: var(--font-size-xl);
    margin-bottom: 0.9375rem;
}

.feature-card p {
    color: var(--text-light);
    margin-bottom: 0;
}

/* --------------------------------------------------
 * How It Works Section
 * -------------------------------------------------- */
.how-it-works {
    padding: 6.25rem 0;
    background-color: var(--secondary);
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background-color: var(--white);
    border-radius: var(--border-radius);
    padding: 1.875rem;
    box-shadow: var(--shadow);
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.step-content h3 {
    margin-bottom: 0.625rem;
}

.step-content p {
    margin-bottom: 0;
    color: var(--text-medium);
}

/* --------------------------------------------------
 * Trusted By Section
 * -------------------------------------------------- */
.trusted-by {
    padding: 5rem 0;
    background-color: var(--white);
}

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3.125rem;
    margin-top: 2.5rem;
}

.logo-item {
    flex: 0 0 150px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition);
}

.logo-item:hover {
    filter: grayscale(0);
    opacity: 1;
}

.logo-item img {
    width: 100%;
    height: auto;
}

/* --------------------------------------------------
 * Page Header
 * -------------------------------------------------- */
.page-header {
    padding: 2rem 0;
    color: var(--white);
    text-align: center;
    margin-bottom: 2rem;
}

.blue-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, #0065ff 100%);
}

/* --------------------------------------------------
 * Contact Section
 * -------------------------------------------------- */
.contact-section {
    padding: 5rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-form-container {
    background-color: var(--white);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.contact-info-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-card, .social-card {
    background-color: var(--white);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.info-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.info-details h4 {
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: var(--border-radius);
    color: var(--white);
    font-weight: 500;
    transition: var(--transition);
}

.social-button:hover {
    transform: translateY(-3px);
}

.twitter {
    background-color: #1DA1F2;
}

.linkedin {
    background-color: #0077B5;
}

.facebook {
    background-color: #1877F2;
}

.github {
    background-color: #24292E;
}

/* --------------------------------------------------
 * CTA Section
 * -------------------------------------------------- */
.cta {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, var(--tech-gradient-2) 100%);
    color: var(--white);
    padding: var(--space-24) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgba(255, 119, 198, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(120, 119, 198, 0.2) 0%, transparent 50%);
    animation: ctaBackground 15s ease-in-out infinite;
}

@keyframes ctaBackground {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.05) rotate(-1deg); }
}

.cta .container {
    position: relative;
    z-index: 2;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta h2 {
    font-size: var(--font-size-5xl);
    margin-bottom: var(--space-6);
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta p {
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-8);
    opacity: 0.95;
    line-height: 1.6;
    font-weight: 400;
}

.cta-buttons {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.3s both;
}

/* --------------------------------------------------
 * Footer
 * -------------------------------------------------- */
footer {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);
    color: var(--white);
    /*padding: 2rem 0 1rem;
    position: relative;*/
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 50%);
    opacity: 0.6;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.footer-column h3 {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(37, 99, 235, 0.3);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #E2E8F0;
    text-decoration: none;
    transition: var(--transition);
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.footer-links a:hover {
    color: #60A5FA;
    text-shadow: 0 2px 4px rgba(96, 165, 250, 0.3);
    transform: translateX(2px);
}

.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.copyright {
    color: #CBD5E1;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.social-links {
    display: flex;
    gap: 0.9375rem;
}

.social-links a {
    color: #E2E8F0;
    font-size: 1.25rem;
    transition: var(--transition);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.social-links a:hover {
    color: #60A5FA;
    text-shadow: 0 2px 4px rgba(96, 165, 250, 0.4);
    transform: translateY(-2px);
}

/* --------------------------------------------------
 * Flash Messages
 * -------------------------------------------------- */
.flash-messages {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.flash-message {
    padding: 1rem 0;
    margin-bottom: 0.5rem;
}

.flash-message .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flash-message .close-btn {
    background: none;
    border: none;
    color: inherit;
    font-size: 1rem;
    cursor: pointer;
}

.flash-success {
    background-color: var(--success);
    color: var(--white);
}

.flash-error {
    background-color: var(--error);
    color: var(--white);
}

.flash-warning {
    background-color: var(--warning);
    color: var(--text-dark);
}

.flash-info {
    background-color: var(--info);
    color: var(--white);
}

/* --------------------------------------------------
 * Services Page
 * -------------------------------------------------- */
.services-section {
    padding: 5rem 0;
    background-color: var(--white);
}

.services-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

/* Service card legacy styles - for templates using .service-card h3/p */
.service-card h3 {
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--text-medium);
    margin-bottom: 1.5rem;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--primary);
}

.service-link i {
    transition: var(--transition);
}

.service-link:hover i {
    transform: translateX(5px);
}

.benefits-section {
    padding: 5rem 0;
    background-color: var(--secondary);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.benefit-item h3 {
    font-size: var(--font-size-lg);
    margin-bottom: 0.5rem;
}

.benefit-item p {
    color: var(--text-medium);
    margin-bottom: 0;
}

.use-cases {
    padding: 5rem 0;
    background-color: var(--white);
}

.tabs-nav {
    display: flex;
    border-bottom: 1px solid var(--gray-300);
    margin-bottom: 2rem;
    overflow-x: auto;
}

.tab-btn {
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    font-weight: 600;
    color: var(--text-medium);
    border-bottom: 3px solid transparent;
    transition: var(--transition);
    white-space: nowrap;
}

.tab-btn.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.tab-text h3 {
    margin-bottom: 1rem;
}

.tab-text p {
    margin-bottom: 1.5rem;
    color: var(--text-medium);
}

.tab-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.tab-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.tab-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary);
    position: absolute;
    left: 0;
}

.tab-image img {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

/* --------------------------------------------------
 * FAQ Section
 * -------------------------------------------------- */
.faq-section {
    padding: 5rem 0;
    background-color: var(--white);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid var(--gray-300);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.faq-question {
    padding: 1.25rem;
    background-color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    margin-bottom: 0;
    font-size: var(--font-size-lg);
}

.faq-toggle {
    color: var(--primary);
}

.faq-answer {
    padding: 0 1.25rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 1.25rem 1.25rem;
    max-height: 1000px;
}

/* --------------------------------------------------
 * Responsive Design
 * -------------------------------------------------- */
@media screen and (max-width: 992px) {
    h1 {
        font-size: var(--font-size-4xl);
    }
    
    h2 {
        font-size: var(--font-size-3xl);
    }
    
    .hero-text h1 {
        font-size: var(--font-size-4xl);
    }
    
    .hero-image {
        flex: 0 0 300px;
        margin-top: 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .tab-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 1rem 0;
    }
    
    .nav-links, .auth-buttons {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: var(--space-12);
        text-align: center;
    }
    
    .hero-text {
        margin-bottom: 2.5rem;
        padding-right: 0;
        max-width: 100%;
    }
    
    .hero .container {
        padding-left: 1.25rem;
    }
    
    .hero-buttons {
        justify-content: center;
        max-width: 100%;
    }
    
    .hero-stats {
        justify-content: center;
        max-width: 100%;
    }
    
    .hero-image {
        width: 80%;
        max-width: 300px;
        min-height: 300px;
    }
    
    .section-title h2 {
        font-size: var(--font-size-2xl);
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: var(--font-size-3xl);
    }
    
    h2 {
        font-size: var(--font-size-2xl);
    }
    
    .hero-text h1 {
        font-size: var(--font-size-3xl);
    }
    
    .hero-text p {
        font-size: var(--font-size-md);
    }
    
    .btn {
        padding: 0.625rem 1.25rem;
        font-size: var(--font-size-sm);
    }
    
    .form-row {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .steps-container {
        gap: 2rem;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin: 0 auto 1rem;
    }
}

/* Language selector styles */
.header-right {
    display: flex;
    align-items: center;
}

.language-selector {
    position: relative;
    margin-right: 1rem;
}

.language-selector select {
    appearance: none;
    background-color: transparent;
    border: 1px solid var(--gray-300);
    border-radius: 4px;
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--text-dark);
    cursor: pointer;
    outline: none;
}

.language-selector::after {
    content: '▼';
    font-size: 8px;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--text-medium);
}

.mobile-language {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.mobile-language label {
    margin-right: 0.5rem;
    color: var(--text-medium);
}

.mobile-language select {
    background-color: transparent;
    border: 1px solid var(--gray-300);
    border-radius: 4px;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-dark);
}

/* Adjust for responsive layout */
@media screen and (max-width: 768px) {
    .main-nav {
        justify-content: flex-end;
    }
    
    .language-selector {
        margin-right: 0;
    }
    main {
        flex: 1;
       /* padding-top: 120px;*/ /* Account for fixed header */
    }
}

@media screen and (max-width: 576px) {
    .language-selector select {
        padding: 0.375rem 1.75rem 0.375rem 0.5rem;
        font-size: 0.75rem;
    }
}
/* Reset dropdown styling to remove default arrow */
.dropdown-menu > a::after {
    content: none !important;
}

/* Dropdown toggle styling */
.dropdown-toggle {
    display: flex;
    align-items: center;
    position: relative;
}

/* Fixed dropdown icon styling */
.dropdown-icon {
    font-size: 10px;
    color: #505F79;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.dropdown-menu:hover .dropdown-icon {
    transform: rotate(180deg);
    color: var(--primary);
}

/* Make sure there's only one dropdown indicator */
.dropdown-menu > a:after {
    display: none !important;
}

/* Dropdown menu item styling */
.dropdown-menu {
    position: relative;
    /* Remove extra padding that affects alignment */
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Dropdown content styling */
.dropdown-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 8px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    /* Increase transition delay for better usability */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: 1px solid #E4E7EB;
    margin-top: 8px;
}

/* Important: Add delay on hover out */
.dropdown-menu .dropdown-content {
    transition-delay: 0s;
}

.dropdown-menu:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    /* Add delay on hover in */
    transition-delay: 0.1s;
}

/* Add additional hover area above dropdown content */
.dropdown-content:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

/* Dropdown content items */
.dropdown-content a {
    color: #253858;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.dropdown-content a:hover {
    background-color: #F4F5F7;
    color: var(--primary);
}

/* Language selector styling */
.language-menu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #DFE1E6;
    border-radius: 4px;
    padding: 6px 24px 6px 10px;
    font-size: 14px;
    color: #253858;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23505F79' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
}

.language-menu select:focus {
    outline: none;
    border-color: #4C9AFF;
    box-shadow: 0 0 0 2px rgba(76, 154, 255, 0.1);
}

/* Mobile menu improvements */
.mobile-menu-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #253858;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .auth-buttons {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
}
/* Pricing */

/* --------------------------------------------------
 * Pricing Section
 * -------------------------------------------------- */
 .pricing-section {
    padding: 5rem 0;
    background-color: var(--secondary);
}

.pricing-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pricing-card {
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    border-top: 4px solid var(--primary);
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.pricing-card.featured {
    border-color: var(--accent);
    transform: scale(1.05);
}

.pricing-card-header {
    margin-bottom: 2rem;
}

.pricing-card-header h3 {
    font-size: var(--font-size-xl);
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.pricing-card-header p {
    color: var(--text-medium);
    font-size: var(--font-size-md);
}

.pricing-price {
    margin-bottom: 2rem;
}

.pricing-price .amount {
    font-size: var(--font-size-4xl);
    font-weight: 700;
    color: var(--primary);
}

.pricing-price .period {
    color: var(--text-medium);
    font-size: var(--font-size-sm);
}

.pricing-features {
    flex-grow: 1;
    margin-bottom: 2rem;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    color: var(--text-medium);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li::before {
    content: '\2713';
    color: var(--primary);
    margin-right: 0.75rem;
    font-weight: bold;
}

.pricing-card-cta {
    margin-top: auto;
}

.pricing-card-cta .btn {
    width: 100%;
}

.pricing-comparison {
    margin-top: 3rem;
    text-align: center;
}

.pricing-comparison h2 {
    margin-bottom: 1.5rem;
}

.pricing-comparison-table {
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.pricing-comparison-header {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    background-color: var(--primary-light);
    color: var(--white);
    padding: 1rem;
    font-weight: 600;
}

.pricing-comparison-row {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    padding: 1rem;
    border-bottom: 1px solid var(--gray-200);
}

.pricing-comparison-row:last-child {
    border-bottom: none;
}

.pricing-comparison-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-comparison-cell.feature-name {
    justify-content: flex-start;
}

.pricing-comparison-cell svg {
    color: var(--primary);
}

/* Responsive Adjustments */
@media screen and (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .pricing-comparison-table {
        overflow-x: auto;
    }
    
    .pricing-comparison-header,
    .pricing-comparison-row {
        min-width: 800px;
    }
}

@media screen and (max-width: 576px) {
    .pricing-section {
        padding: 3rem 0;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .pricing-price .amount {
        font-size: var(--font-size-3xl);
    }
}

/* Pricing Toggle */
.pricing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.pricing-toggle-switch {
    display: flex;
    background-color: var(--gray-200);
    border-radius: 30px;
    padding: 0.25rem;
}

.pricing-toggle-option {
    padding: 0.5rem 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: var(--transition);
}

.pricing-toggle-option.active {
    background-color: var(--primary);
    color: var(--white);
}

/* --------------------------------------------------
 * Beautiful Professional Service Cards & Modal Styles
 * -------------------------------------------------- */
.page-subtitle {
    text-align: center;
    color: var(--text-medium);
    font-size: var(--font-size-lg);
    margin-top: 1rem;
    font-weight: 400;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
    padding: 1rem;
}

.service-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--gray-200);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-color: var(--primary);
}

.service-header {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-200);
    background: var(--white);
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: var(--font-size-lg);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: var(--primary-dark);
}

.service-category {
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-card:hover .service-category {
    background: var(--primary-dark);
    color: var(--white);
    transform: scale(1.05);
}

.service-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--white);
}

.service-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.service-description {
    color: var(--text-dark);
    font-size: var(--font-size-md);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.service-features {
    margin-bottom: 2rem;
}

.service-features h4 {
    color: var(--text-dark);
    font-size: var(--font-size-md);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.service-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-dark);
    font-size: var(--font-size-sm);
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.service-features li i {
    color: var(--accent);
    font-size: var(--font-size-sm);
    min-width: 16px;
}

.service-features li.more-features {
    color: var(--primary-light);
    font-weight: 600;
    font-style: italic;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(59, 130, 246, 0.08) 100%);
    border-color: rgba(59, 130, 246, 0.3);
}

.service-specs {
    margin-top: auto;
}

.service-specs h4 {
    color: var(--text-dark);
    font-size: var(--font-size-md);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.spec-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.spec-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.spec-label {
    color: var(--text-medium);
    font-size: var(--font-size-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.spec-value {
    color: var(--text-dark);
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: 1.4;
}

.service-actions {
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    border-top: 1px solid var(--gray-200);
    background: var(--white);
}

.service-actions .btn {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: var(--font-size-md);
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-actions .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.5s ease;
}

.service-actions .btn:hover::before {
    left: 100%;
}

.service-actions .btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border: none;
    color: var(--white);
    box-shadow: 
        0 8px 24px rgba(37, 99, 235, 0.3),
        0 4px 12px rgba(37, 99, 235, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.service-actions .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 32px rgba(37, 99, 235, 0.4),
        0 6px 16px rgba(37, 99, 235, 0.3);
}

.service-actions .btn-outline {
    background: var(--white);
    border: 2px solid var(--primary);
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.service-actions .btn-outline:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 24px rgba(37, 99, 235, 0.3),
        0 4px 12px rgba(37, 99, 235, 0.2);
    border-color: transparent;
}

/* Service Detail Modal */
.service-detail-view {
    padding: 2rem;
}

.service-detail-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--gray-100);
}

.service-detail-icon {
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius-xl);
    background: var(--primary-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: var(--font-size-2xl);
    box-shadow: var(--btn-shadow);
}

.service-detail-info h2 {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.service-detail-category {
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.service-detail-content {
    margin-bottom: 2rem;
}

.service-detail-description {
    color: var(--text-medium);
    font-size: var(--font-size-lg);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-detail-full {
    color: var(--text-medium);
    font-size: var(--font-size-md);
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--gray-50);
    border-radius: var(--border-radius);
    border-left: 4px solid var(--primary);
}

.service-detail-features h4,
.service-detail-specs h4 {
    color: var(--text-dark);
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-detail-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.service-detail-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-medium);
    font-size: var(--font-size-md);
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: var(--gray-50);
    border-radius: var(--border-radius);
}

.service-detail-features li i {
    color: var(--accent);
    font-size: var(--font-size-md);
}

.service-detail-specs .specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.service-detail-specs .spec-item {
    background: var(--gray-50);
    padding: 1rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-200);
}

.service-detail-specs .spec-label {
    color: var(--text-light);
    font-size: var(--font-size-sm);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.service-detail-specs .spec-value {
    color: var(--text-dark);
    font-size: var(--font-size-md);
    font-weight: 600;
}

.service-detail-actions {
    display: flex;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--gray-100);
}

.service-detail-actions .btn {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: var(--font-size-md);
    font-weight: 600;
    border-radius: var(--border-radius);
}

/* Beautiful Animations & Effects */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 20px rgba(37, 99, 235, 0.3); }
    50% { box-shadow: 0 0 30px rgba(37, 99, 235, 0.6); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Normal card design - no animations or effects */

/* Beautiful Loading States */
.service-card.loading {
    position: relative;
    overflow: hidden;
}

.service-card.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 2s infinite;
}

/* Enhanced Hover Effects */
.service-features li {
    position: relative;
    overflow: hidden;
}

.service-features li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-features li:hover::before {
    left: 100%;
}

/* Beautiful Button Effects */
.service-actions .btn {
    position: relative;
    overflow: hidden;
}

.service-actions .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.service-actions .btn:hover::after {
    width: 300px;
    height: 300px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0.5rem;
    }
    
    .service-header {
        padding: 1.5rem 1.5rem 1rem;
    }
    
    .service-content {
        padding: 1rem 1.5rem;
    }
    
    .service-actions {
        padding: 1rem 1.5rem 1.5rem;
        flex-direction: column;
    }
    
    .specs-grid {
        grid-template-columns: 1fr;
    }
    
    .service-detail-header {
        flex-direction: column;
        text-align: center;
    }
    
    .service-detail-actions {
        flex-direction: column;
    }
    
    .service-card {
        animation: none;
    }
    
    .service-card:hover {
        transform: translateY(-8px) scale(1.01);
    }
}

/* Dark Mode Support - Keep cards white for better readability */
@media (prefers-color-scheme: dark) {
    .service-card {
        background: var(--white);
        border-color: var(--gray-200);
    }
    
    .service-header,
    .service-actions {
        background: var(--white);
    }
    
    .service-title {
        color: var(--text-dark);
    }
}

/* --------------------------------------------------
 * Modal Styles
 * -------------------------------------------------- */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: var(--white);
    margin: 2% auto;
    padding: 0;
    border-radius: var(--border-radius-xl);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: var(--shadow-2xl);
}

.close {
    color: var(--text-light);
    float: right;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 1001;
    cursor: pointer;
    transition: var(--transition);
}

.close:hover,
.close:focus {
    color: var(--text-dark);
}

.product-detail-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
}

.product-detail-image {
    text-align: center;
}

.product-detail-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow);
}

.product-detail-info h2 {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.product-detail-category {
    color: var(--primary);
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.product-detail-price {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.product-detail-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.product-detail-description {
    color: var(--text-medium);
    font-size: var(--font-size-lg);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.product-detail-full {
    color: var(--text-light);
    font-size: var(--font-size-md);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.product-detail-features h4,
.product-detail-specs h4 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.product-detail-features ul,
.product-detail-specs ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.product-detail-features li,
.product-detail-specs li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--gray-200);
    color: var(--text-medium);
}

.product-detail-features li:last-child,
.product-detail-specs li:last-child {
    border-bottom: none;
}

.product-detail-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.product-detail-actions .btn {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: var(--font-size-md);
}

/* Responsive adjustments for products */
@media screen and (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .product-detail-view {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    
    .product-detail-actions {
        flex-direction: column;
    }
    
    .modal-content {
        width: 95%;
        margin: 5% auto;
    }
}

/* Lao language font support */
[lang="la"], 
[lang="lo"],
.lao-text {
    font-family: var(--font-family-lao);
    font-weight: 400;
}

/* Error message */
.error-message {
    background-color: #ffeeee;
    color: #d44950;
    padding: 0.75rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

/* ========== header.css ========== */
/* ========================================
 * AILA Tech Co., Ltd - Professional Header & Navigation
 * Unique Branding & Identity
 * ======================================== */

/* ========================================
 * 1. MAIN HEADER STYLES
 * ======================================== */

.main-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 42px; /* Premium top bar height */
    left: 0;
    right: 0;
    z-index: 990;
    padding: 0;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Scrolled state */
.main-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom-color: transparent;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    position: relative;
}

/* ========================================
 * 2. LOGO STYLES
 * ======================================== */

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary);
    z-index: 1001;
}

.logo img {
    height: 36px;
    width: auto;
    vertical-align: middle;
}

/* ========================================
 * 3. DESKTOP NAVIGATION
 * ======================================== */

.main-nav {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin: 0 20px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    align-items: center;
    height: 100%;
}

.nav-links li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-links a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    white-space: nowrap;
}

.nav-links a:hover {
    color: var(--primary);
    background: rgba(37, 99, 235, 0.1);
}

/* ========================================
 * 4. DROPDOWN MENU STYLES
 * ======================================== */

.dropdown-menu {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.dropdown-icon {
    margin-left: 4px;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.dropdown-menu:hover .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--gray-200);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 99998;
    padding: 8px 0;
}

.dropdown-menu:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content a {
    display: block;
    padding: 12px 16px;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border-radius: 0;
}

.dropdown-content a:hover {
    background: var(--gray-50);
    color: var(--primary);
}

.dropdown-arrow {
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: white;
    border: 1px solid var(--gray-200);
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

/* ========================================
 * 5. AUTH BUTTONS
 * ======================================== */

.auth-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    height: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    min-height: 36px;
}

.btn-primary {
    background: var(--primary-gradient);
    color: white;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-1px);
}

/* ========================================
 * 6. MOBILE MENU BUTTON
 * ======================================== */

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--primary);
    font-size: 1.25rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

.mobile-menu-btn:hover {
    background: rgba(37, 99, 235, 0.1);
}

/* ========================================
 * 7. MOBILE NAVIGATION OVERLAY
 * ======================================== */

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mobile-nav-overlay.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.mobile-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 300px;
    padding: 2rem;
}

.mobile-nav-menu a {
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1rem 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav-menu a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.mobile-nav-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ========================================
 * 8. RESPONSIVE DESIGN
 * ======================================== */

/* Tablet and below */
@media (max-width: 1024px) {
    .nav-links {
        gap: 20px;
    }
    
    .nav-links a {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
    
    .auth-buttons {
        gap: 8px;
    }
    
    .btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* Mobile devices - DigitalOcean inspired design */
@media (max-width: 768px) {
    .main-header {
        top: 0 !important;
        padding: 0;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    
    .container {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .navbar {
        padding: 16px 0;
        height: 64px;
        align-items: center;
    }
    
    .logo {
        z-index: 10001;
    }
    
    .logo img {
        height: 36px;
        transition: all 0.2s ease;
    }
    
    /* Hide desktop navigation on mobile */
    .main-nav {
        display: none;
    }
    
    .auth-buttons {
        display: none;
    }
    
    /* Professional mobile menu button inspired by DigitalOcean */
    .mobile-menu-btn {
        display: flex;
        z-index: 10001;
        background: none;
        border: none;
        color: var(--primary);
        font-size: 20px;
        cursor: pointer;
        padding: 12px;
        border-radius: 8px;
        transition: all 0.2s ease;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .mobile-menu-btn:hover {
        background: rgba(26, 50, 186, 0.08);
        transform: scale(1.02);
    }
    
    .mobile-menu-btn:active {
        transform: scale(0.98);
    }
    
    /* Professional mobile nav overlay - DigitalOcean inspired */
    .mobile-nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 9999;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .mobile-nav-overlay.active {
        display: flex;
        opacity: 1;
    }
    
    /* Mobile nav close button - DigitalOcean style */
    .mobile-nav-close {
        position: absolute;
        top: 54px;
        right: 20px;
        background: none;
        border: none;
        color: var(--text-dark);
        font-size: 24px;
        cursor: pointer;
        padding: 12px;
        border-radius: 8px;
        transition: all 0.2s ease;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10002;
    }
    
    .mobile-nav-close:hover {
        background: rgba(0, 0, 0, 0.05);
        transform: scale(1.02);
    }
    
    .mobile-nav-close:active {
        transform: scale(0.98);
    }
    
    /* Mobile navigation menu - Clean DigitalOcean style */
    .mobile-nav-menu {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 10px 20px 40px 20px;
        transform: translateY(20px);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .mobile-nav-overlay.active .mobile-nav-menu {
        transform: translateY(0);
    }
    
    /* Professional mobile navigation links */
    .mobile-nav-menu a {
        display: flex;
        align-items: center;
        color: var(--text-dark);
        font-size: 18px;
        font-weight: 500;
        padding: 16px 20px;
        border-radius: 12px;
        transition: all 0.2s ease;
        text-decoration: none;
        background: transparent;
        border: none;
        text-align: left;
        min-height: 56px;
        margin-bottom: 4px;
        position: relative;
    }
    
    .mobile-nav-menu a:hover,
    .mobile-nav-menu a:focus {
        background: rgba(26, 50, 186, 0.08);
        color: var(--primary);
        transform: translateX(4px);
        outline: none;
    }
    
    .mobile-nav-menu a:active {
        transform: translateX(2px) scale(0.98);
    }
    
    /* Professional mobile auth buttons - DigitalOcean inspired */
    .mobile-auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 40px;
        padding: 0 20px 20px 20px;
        width: 100%;
    }
    
    .mobile-auth-buttons .btn {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 600;
        min-height: 52px;
        border-radius: 8px;
        transition: all 0.2s ease;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid transparent;
        cursor: pointer;
    }
    
    /* Primary button - DigitalOcean blue style */
    .mobile-auth-buttons .btn-primary {
        background: linear-gradient(135deg, #0066ff 0%, #004dcf 100%);
        color: white;
        border: none;
        box-shadow: 0 2px 8px rgba(0, 102, 255, 0.3);
    }
    
    .mobile-auth-buttons .btn-primary:hover {
        background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 102, 255, 0.4);
    }
    
    .mobile-auth-buttons .btn-primary:active {
        transform: translateY(0);
        box-shadow: 0 1px 4px rgba(0, 102, 255, 0.3);
    }
    
    /* Outline button - Clean DigitalOcean style */
    .mobile-auth-buttons .btn-outline {
        background: transparent;
        color: var(--text-dark);
        border: 2px solid rgba(0, 0, 0, 0.15);
    }
    
    .mobile-auth-buttons .btn-outline:hover {
        background: rgba(0, 0, 0, 0.05);
        border-color: rgba(0, 0, 0, 0.25);
        transform: translateY(-1px);
    }
    
    .mobile-auth-buttons .btn-outline:active {
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.08);
    }
    
    /* Mobile dropdown styles */
    .mobile-links .dropdown-content {
        position: static;
        background: transparent;
        box-shadow: none;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 0;
        margin-top: 0.5rem;
    }
    
    .mobile-links .dropdown-content a {
        background: rgba(255, 255, 255, 0.05);
        margin: 0.25rem 0;
        font-size: 1rem;
    }
    
    .mobile-links .dropdown-content a:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    .navbar {
        padding: 10px 0;
    }
    
    .logo img {
        height: 28px;
    }
    
    .mobile-menu-btn {
        font-size: 1.1rem;
        padding: 6px;
    }
    
    .mobile-links a {
        font-size: 1.1rem;
        padding: 0.875rem 1.5rem;
    }
    
    .mobile-auth-buttons .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* ========================================
 * 9. ANIMATIONS
 * ======================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========================================
 * 10. ACCESSIBILITY
 * ======================================== */

/* Focus indicators */
.mobile-menu-btn:focus,
.nav-links a:focus,
.btn:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .main-header {
        border-bottom: 2px solid #000;
    }
    
    .nav-links a {
        border: 1px solid transparent;
    }
    
    .nav-links a:hover {
        border-color: #000;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .nav-links a,
    .btn,
    .mobile-menu-btn,
    .dropdown-content {
        transition: none;
    }
    
    .mobile-nav-overlay.active,
    .mobile-menu.active {
        animation: none;
    }
}

/* ========================================
 * 11. DARK MODE SUPPORT
 * ======================================== */

@media (prefers-color-scheme: dark) {
    .main-header {
        background-color: rgba(0, 0, 0, 0.95);
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
    
    .nav-links a {
        color: white;
    }
    
    .nav-links a:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    
    .dropdown-content {
        background: #1a1a1a;
        border-color: #333;
    }
    
    .dropdown-content a {
        color: white;
    }
    
    .dropdown-content a:hover {
        background: #333;
    }
    
    .dropdown-arrow {
        background: #1a1a1a;
        border-color: #333;
    }
}

/* ========== footer.css ========== */
/* Footer Styles */

/* Main Footer Container */
.main-footer {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
    color: white;
    padding-top: 60px;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 50px;
}

/* Footer Container */
.footer-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Footer Grid */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

/* Footer Columns */
.footer-column {
    margin-bottom: 30px;
}

/* Footer Logo */
.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

/* Company Description */
.footer-description {
    margin-bottom: 20px;
    opacity: 0.95;
    line-height: 1.7;
    color: #f8fafc;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    color: white;
}

/* Footer Section Titles */
.footer-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid #fbbf24;
    display: inline-block;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #f8fafc;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #fbbf24;
    transform: translateX(5px);
}

/* Contact Info */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    margin-right: 15px;
    color: #fbbf24;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-item span {
    color: #f8fafc;
}

/* Footer Bottom */
.footer-bottom {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-copyright {
    color: #cbd5e1;
    margin: 0;
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding-top: 40px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .footer-title {
        display: block;
        text-align: center;
    }
    
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links a:hover {
        transform: none;
    }
    
    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .main-footer {
        margin-top: 30px;
    }
    
    .footer-description {
        font-size: 13px;
    }
    
    .footer-bottom {
        margin-top: 30px;
        padding: 15px 0;
    }
}


/* ========== top_navbar.css ========== */
/* ========================================
 * AILA Tech - Premium Top Navbar
 * Modern Glass Morphism Design
 * ======================================== */

/* ========================================
 * 1. TOP BAR BASE STYLES
 * ======================================== */
.premium-top-bar {
  background: linear-gradient(135deg, #0a0f1a 0%, #141b2d 50%, #1a2332 100%);
  color: #ffffff;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  overflow: visible !important;
}

/* Glass effect overlay */
.premium-top-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, 
    rgba(59, 130, 246, 0.05) 0%, 
    transparent 30%,
    transparent 70%,
    rgba(16, 185, 129, 0.05) 100%
  );
  pointer-events: none;
}

.premium-top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  position: relative;
  overflow: visible !important;
}

/* ========================================
 * 2. LEFT SECTION - CONTACT INFO
 * ======================================== */
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
}

.top-bar-contact i {
  font-size: 0.75rem;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.top-bar-contact:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.top-bar-contact:hover i {
  opacity: 1;
  color: #60a5fa;
}

.top-bar-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 4px;
}

/* ========================================
 * 3. RIGHT SECTION - LINKS & LANGUAGE
 * ======================================== */
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: visible !important;
}

.top-bar-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.top-bar-link i {
  font-size: 0.7rem;
  opacity: 0.6;
  transition: all 0.2s ease;
}

.top-bar-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.top-bar-link:hover i {
  opacity: 1;
  color: #60a5fa;
}

/* ========================================
 * 4. PREMIUM LANGUAGE SWITCHER
 * ======================================== */
.premium-lang-switcher {
  position: relative;
  margin-left: 12px;
  z-index: 100000 !important;
}

.lang-switcher-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 100000 !important;
}

.lang-switcher-btn:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.lang-switcher-btn.active {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(59, 130, 246, 0.15) 100%);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.25);
}

.current-lang-flag {
  font-size: 1.125rem;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.current-lang-code {
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 0.95;
}

.lang-chevron {
  transition: transform 0.25s ease;
  opacity: 0.7;
}

.lang-switcher-btn.active .lang-chevron {
  transform: rotate(180deg);
}

/* ========================================
 * 5. LANGUAGE DROPDOWN
 * ======================================== */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  min-width: 240px;
  max-height: 400px;
  overflow: visible !important;
  overflow-y: auto;
  z-index: 100001 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
}

.lang-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Arrow pointer */
.lang-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.lang-dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
}

.lang-dropdown-header i {
  color: #3b82f6;
  font-size: 0.875rem;
}

.lang-options-list {
  padding: 8px;
  max-height: 320px;
  overflow-y: auto;
}

/* Scrollbar styling */
.lang-options-list::-webkit-scrollbar {
  width: 6px;
}

.lang-options-list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

.lang-options-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.lang-options-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ========================================
 * 6. LANGUAGE OPTIONS
 * ======================================== */
.lang-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  position: relative;
}

.lang-option:hover {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.lang-option:active {
  transform: scale(0.98);
}

.lang-option.active {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.lang-flag {
  font-size: 1.5rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.lang-option:hover .lang-flag {
  transform: scale(1.1) rotate(5deg);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.lang-option.active .lang-flag {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.lang-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lang-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1e293b;
  transition: color 0.2s ease;
}

.lang-native {
  font-size: 0.8125rem;
  color: #64748b;
  transition: color 0.2s ease;
}

.lang-option:hover .lang-name {
  color: #1e40af;
}

.lang-option:hover .lang-native {
  color: #3b82f6;
}

.lang-option.active .lang-name {
  color: #1e40af;
}

.lang-option.active .lang-native {
  color: #2563eb;
}

.lang-check {
  color: #3b82f6;
  font-size: 0.875rem;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.lang-option.active .lang-check {
  opacity: 1;
  transform: scale(1);
}

/* ========================================
 * 7. RESPONSIVE DESIGN
 * ======================================== */
@media screen and (max-width: 1024px) {
  .premium-top-bar .container {
    padding: 0 20px;
  }

  .top-bar-contact span,
  .top-bar-link span {
    display: none;
  }

  .top-bar-contact,
  .top-bar-link {
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  /* Hide entire top bar on mobile - content is in mobile drawer */
  .premium-top-bar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
  }
}

/* ========================================
 * 8. ACCESSIBILITY
 * ======================================== */
.lang-switcher-btn:focus-visible,
.lang-option:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.top-bar-contact:focus-visible,
.top-bar-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* ========================================
 * 9. REDUCED MOTION
 * ======================================== */
@media (prefers-reduced-motion: reduce) {
  .lang-switcher-btn,
  .lang-option,
  .lang-dropdown,
  .lang-flag,
  .lang-chevron {
    transition: none;
  }
}

/* ========================================
 * 10. DARK MODE (auto)
 * ======================================== */
@media (prefers-color-scheme: dark) {
  .lang-dropdown {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 
      0 20px 60px rgba(0, 0, 0, 0.4),
      0 8px 24px rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .lang-dropdown::before {
    background: #1e293b;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lang-dropdown-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #94a3b8;
  }

  .lang-option:hover {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e293b 100%);
  }

  .lang-option.active {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  }

  .lang-flag {
    background: #1e293b;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lang-name {
    color: #f1f5f9;
  }

  .lang-native {
    color: #94a3b8;
  }

  .lang-option:hover .lang-name,
  .lang-option.active .lang-name {
    color: #93c5fd;
  }

  .lang-option:hover .lang-native,
  .lang-option.active .lang-native {
    color: #60a5fa;
  }

  .lang-options-list::-webkit-scrollbar-track {
    background: #0f172a;
  }

  .lang-options-list::-webkit-scrollbar-thumb {
    background: #334155;
  }
}

/* ========================================
 * LEGACY SUPPORT - Keep old classes working
 * ======================================== */
.top-navbar {
  display: none !important;
}


/* ========== language-selector.css ========== */
/*
 * AILA Tech Solutions - Identity Verification Platform
 * Language Selector CSS - Premium UX/UI Design
 * Enhanced with smooth animations, responsive design, and accessibility
 */

/* Language selector container */
.language-selector-top {
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    z-index: 10000;
}

/* Language selector toggle button - Premium Design */
.language-selector-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15));
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    min-width: 70px;
    justify-content: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.language-selector-toggle::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 ease;
}

.language-selector-toggle:hover::before {
    left: 100%;
}

.language-selector-toggle:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.25));
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.language-selector-toggle:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.language-selector-toggle.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.language-selector-toggle i {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 10px;
    opacity: 0.85;
    margin-left: 2px;
}

.language-selector-toggle:hover i {
    opacity: 1;
    transform: translateY(1px);
}

.language-selector-toggle.active i {
    transform: rotate(180deg) translateY(-1px);
    opacity: 1;
}

.language-selector-toggle .flag-icon {
    font-size: 18px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 0;
    opacity: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.3);
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.language-selector-toggle:hover .flag-icon {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.language-selector-toggle .flag-emoji-fallback {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.language-selector-toggle .flag-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.language-selector-toggle:hover .flag-icon {
    opacity: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

/* Language dropdown - Premium Design */
.language-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin-top: 4px;
    min-width: 200px;
    max-width: 280px;
    display: none;
    z-index: 99999;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    animation: dropdownFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform-origin: top right;
}

.language-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transform: rotate(45deg);
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.language-dropdown.show {
    display: block;
}

/* Language options - Premium Design */
.language-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    color: #374151;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    flex-direction: row;
    overflow: hidden;
}

.language-option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.language-option:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    color: #1e40af;
    transform: translateX(4px);
    padding-left: 24px;
    box-shadow: inset 4px 0 0 #3b82f6, 0 2px 8px rgba(59, 130, 246, 0.1);
}

.language-option:hover::before {
    width: 4px;
}

.language-option.active {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #1e40af;
    font-weight: 600;
    border-left: 4px solid #3b82f6;
    box-shadow: inset 4px 0 0 #3b82f6, 0 2px 8px rgba(59, 130, 246, 0.15);
    padding-left: 20px;
}

.language-option.active::before {
    width: 4px;
}

.language-option:active {
    transform: translateX(2px) scale(0.98);
}

.language-option:last-child {
    border-bottom: none;
}

.language-option .flag-icon {
    font-size: 22px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(0, 0, 0, 0.06);
    line-height: 1;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.language-option .flag-emoji-fallback {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}

.language-option .flag-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.language-option:hover .flag-icon {
    filter: drop-shadow(0 4px 8px rgba(59, 130, 246, 0.25));
    transform: scale(1.12) rotate(5deg);
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.language-option.active .flag-icon {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

.language-option .language-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 1;
    gap: 2px;
}

.language-option .language-name {
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    letter-spacing: -0.01em;
}

.language-option .language-native {
    font-size: 12px;
    color: #6b7280;
    margin-top: 0;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.3;
}

.language-option:hover .language-name {
    color: #1e40af;
    transform: translateX(2px);
}

.language-option:hover .language-native {
    color: #3b82f6;
    transform: translateX(2px);
}

.language-option.active .language-name {
    color: #1e40af;
}

.language-option.active .language-native {
    color: #2563eb;
}

/* Loading state - Premium Design */
.loading-languages {
    padding: 24px 20px;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    margin: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.loading-languages::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.loading-languages i {
    color: #3b82f6;
    animation: spin 1s linear infinite;
    position: relative;
    z-index: 1;
}

/* Tablet responsive (768px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .language-selector-toggle {
        padding: 8px 14px;
        font-size: 13px;
        min-width: 65px;
    }
    
    .language-dropdown {
        min-width: 180px;
        max-width: 240px;
    }
    
    .language-option {
        padding: 14px 18px;
        font-size: 13px;
    }
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
    /* Hide language selector in top navbar on mobile - it's available in the mobile drawer */
    .language-selector-top {
        display: none !important;
    }
    
    .language-selector-toggle {
        padding: 6px 10px;
        font-size: 13px;
        min-width: 50px;
    }
    
    .language-dropdown {
        min-width: 160px;
        max-width: 200px;
        right: 0;
        border-radius: 12px;
    }
    
    .language-option {
        padding: 12px 16px;
        font-size: 13px;
        gap: 12px;
    }
    
    .language-option .flag-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        font-size: 20px;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .language-selector-toggle {
        min-height: 44px;
        min-width: 44px;
    }
    
    .language-option {
        min-height: 52px;
        padding: 14px 20px;
    }
    
    .language-option:active {
        transform: scale(0.97);
        background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    }
    
    .language-selector-toggle:active {
        transform: scale(0.95);
    }
}

/* Focus states for accessibility */
.language-selector-toggle:focus-visible,
.language-option:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
    border-radius: 12px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .language-selector-toggle,
    .language-option,
    .language-dropdown,
    .flag-icon {
        transition: none;
        animation: none;
    }
    
    .language-selector-toggle::before,
    .language-option::before,
    .loading-languages::before {
        animation: none;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .language-dropdown {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.3);
    }
    
    .language-dropdown::before {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .language-option {
        color: #e2e8f0;
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
    
    .language-option:hover {
        background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
        color: #60a5fa;
    }
    
    .language-option.active {
        background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
        color: #93c5fd;
    }
    
    .language-option .language-name {
        color: #e2e8f0;
    }
    
    .language-option .language-native {
        color: #94a3b8;
    }
    
    .language-option:hover .language-name,
    .language-option.active .language-name {
        color: #93c5fd;
    }
    
    .language-option:hover .language-native,
    .language-option.active .language-native {
        color: #60a5fa;
    }
    
    .loading-languages {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        color: #94a3b8;
    }
}

/* Legacy language menu styles (for backward compatibility) */
.language-menu {
    margin-left: 15px;
}

.language-menu select {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 24px 6px 8px;
    font-size: 14px;
    color: #505F79;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23505F79' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    transition: all 0.2s ease;
}

.language-menu select:focus {
    outline: none;
    border-color: #0052CC;
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.2);
}

.language-menu select:hover {
    border-color: #0052CC;
    background-color: #f8f9fa;
}

.mobile-language {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.mobile-language span {
    margin-right: 10px;
    font-size: 14px;
    color: #505F79;
}

.mobile-language select {
    flex: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

.mobile-language select:hover {
    border-color: #0052CC;
    background-color: #f8f9fa;
}

@media screen and (max-width: 768px) {
    .nav-links .language-menu {
        display: none;
    }
}

/* ========== responsive.css ========== */
/* ========================================
 * AILA Tech Solutions - Professional Mobile-First Responsive Design
 * Inspired by DigitalOcean's excellent mobile experience
 * ======================================== */

/* ========================================
 * 1. MOBILE-FIRST BASE STYLES
 * ======================================== */

/* Base container with mobile-first approach - DigitalOcean inspired */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Professional mobile-first typography */
html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Sans Lao", sans-serif;
}

/* Mobile-first headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-weight: 600;
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

/* Mobile-first spacing */
.section {
    padding: 1.5rem 0;
}

.section-sm {
    padding: 1rem 0;
}

.section-lg {
    padding: 2rem 0;
}

/* Professional mobile-first buttons - DigitalOcean inspired */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 52px; /* Touch-friendly */
    white-space: nowrap;
    position: relative;
}

.btn-primary {
    background: linear-gradient(135deg, #0066ff 0%, #004dcf 100%);
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 102, 255, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.4);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 102, 255, 0.3);
}

.btn-secondary,
.btn-outline {
    background: transparent;
    color: var(--text-dark);
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.btn-secondary:hover,
.btn-outline:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.25);
    transform: translateY(-1px);
}

.btn-secondary:active,
.btn-outline:active {
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.08);
}

.btn-lg {
    padding: 20px 32px;
    font-size: 18px;
    min-height: 56px;
}

.btn-sm {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 44px;
}

/* Mobile-first cards */
.card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
}

/* Mobile-first grid system */
.grid {
    display: grid;
    gap: 1rem;
}

.grid-1 { grid-template-columns: 1fr; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }

/* Mobile-first flex utilities */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

/* Mobile-first spacing utilities */
.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 0.75rem; }
.m-4 { margin: 1rem; }

.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }

/* Mobile-first text utilities */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }

/* ========================================
 * 2. TABLET BREAKPOINT (768px+)
 * ======================================== */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        padding: 0 24px;
    }
    
    /* Tablet typography */
    h1 { font-size: 2.25rem; }
    h2 { font-size: 1.875rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.25rem; }
    h5 { font-size: 1.125rem; }
    h6 { font-size: 1rem; }
    
    /* Tablet spacing */
    .section {
        padding: 4rem 0;
    }
    
    .section-sm {
        padding: 3rem 0;
    }
    
    .section-lg {
        padding: 5rem 0;
    }
    
    /* Tablet grid */
    .grid-2 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    
    /* Tablet cards */
    .card {
        padding: 2rem;
    }
}

/* ========================================
 * 3. DESKTOP BREAKPOINT (1024px+)
 * ======================================== */
@media (min-width: 1024px) {
    .container {
        max-width: 960px;
        padding: 0 32px;
    }
    
    /* Desktop typography */
    h1 { font-size: 3rem; }
    h2 { font-size: 2.25rem; }
    h3 { font-size: 1.75rem; }
    h4 { font-size: 1.5rem; }
    h5 { font-size: 1.25rem; }
    h6 { font-size: 1.125rem; }
    
    /* Desktop spacing */
    .section {
        padding: 5rem 0;
    }
    
    .section-sm {
        padding: 4rem 0;
    }
    
    .section-lg {
        padding: 6rem 0;
    }
    
    /* Desktop grid */
    .grid-3 { grid-template-columns: repeat(3, 1fr); }
    .grid-4 { grid-template-columns: repeat(4, 1fr); }
    
    /* Desktop cards */
    .card {
        padding: 2.5rem;
    }
}

/* ========================================
 * 4. LARGE DESKTOP BREAKPOINT (1200px+)
 * ======================================== */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 0 40px;
    }
    
    /* Large desktop typography */
    h1 { font-size: 3.5rem; }
    h2 { font-size: 2.5rem; }
    h3 { font-size: 2rem; }
    h4 { font-size: 1.75rem; }
    h5 { font-size: 1.5rem; }
    h6 { font-size: 1.25rem; }
    
    /* Large desktop spacing */
    .section {
        padding: 6rem 0;
    }
    
    .section-sm {
        padding: 5rem 0;
    }
    
    .section-lg {
        padding: 8rem 0;
    }
}

/* ========================================
 * 5. HERO SECTION RESPONSIVE - DigitalOcean Inspired
 * ======================================== */
@media (max-width: 767px) {
    .animated-hero-section {
        padding: 15px 0 0 0 !important;
        min-height: auto;
        background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
        margin-bottom: 0 !important;
    }
    
    .animated-hero-content {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        align-items: center;
        margin-bottom: 0 !important;
    }
    
    .animated-hero-left {
        order: 1;
        max-width: 100%;
        margin-bottom: 0 !important;
    }
    
    .animated-hero-right {
        order: 2;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: -5px !important;
    }
    
    /* Remove any extra spacing from slideshow container */
    .product-slideshow-container {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Professional mobile typography - DigitalOcean style */
    .animated-hero-title {
        font-size: 2rem;
        line-height: 1.1;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px !important;
        letter-spacing: -0.02em;
    }
    
    .animated-hero-description {
        font-size: 16px;
        line-height: 1.4;
        color: #666;
        margin: 10px 0 15px 0 !important;
        max-width: 100%;
    }
    
    /* Professional stats container */
    .animated-stats-container {
        flex-direction: row;
        gap: 12px;
        margin: 15px 0 !important;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .animated-stat-card {
        padding: 12px 16px !important;
        min-width: auto;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        flex: 0 1 auto;
        min-width: 100px;
    }
    
    .animated-stat-number {
        font-size: 1.8rem !important;
        font-weight: 700;
        color: #0066ff;
    }
    
    .animated-stat-label {
        font-size: 13px !important;
        color: #666;
        font-weight: 500;
    }
    
    /* Professional CTA buttons - DigitalOcean style */
    .animated-cta-buttons {
        flex-direction: column;
        gap: 12px;
        margin-top: 15px !important;
        margin-bottom: 0 !important;
        width: 100%;
        max-width: 400px;
    }
    
    .animated-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px !important;
        font-size: 15px !important;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .animated-hero-badge {
        font-size: 13px !important;
        padding: 6px 12px !important;
        margin-bottom: 10px !important;
    }
    
    .animated-btn-primary {
        background: linear-gradient(135deg, #0066ff 0%, #004dcf 100%);
        color: white;
        border: none;
        box-shadow: 0 4px 16px rgba(0, 102, 255, 0.3);
    }
    
    .animated-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4);
    }
    
    .animated-btn-secondary {
        background: transparent;
        color: #1a1a1a;
        border: 2px solid rgba(0, 0, 0, 0.15);
    }
    
    .animated-btn-secondary:hover {
        background: rgba(0, 0, 0, 0.05);
        border-color: rgba(0, 0, 0, 0.25);
    }
    
    /* ID Card mobile optimization - cleaner presentation */
    .id-card-container {
        transform: scale(0.9);
        margin: 0;
        display: flex;
        justify-content: center;
    }
    
    .id-card {
        width: 320px;
        height: 200px;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .animated-hero-section {
        padding: 2rem 0;
    }
    
    .animated-hero-content {
        gap: 3rem;
    }
    
    .animated-hero-title {
        font-size: 2.5rem;
    }
    
    .animated-stats-container {
        gap: 1.5rem;
    }
    
    .animated-stat-card {
        padding: 1.25rem;
    }
    
    .id-card-container {
        transform: scale(0.9);
    }
}

/* ========================================
 * 6. NAVIGATION RESPONSIVE
 * ======================================== */
@media (max-width: 767px) {
    /* Hide entire top navbar on mobile - all content is in the drawer */
    .top-navbar {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Adjust body padding since top navbar is hidden */
    body {
        padding-top: 0 !important;
    }
    
    /* Adjust main header position since top navbar is hidden */
    .main-header {
        top: 0 !important;
    }
    
    .main-header {
        padding: 0.75rem 0;
    }
    
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .logo {
        font-size: 1.5rem;
    }
    
    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        z-index: 1000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu a {
        font-size: 1.25rem;
        color: white;
        padding: 1rem 2rem;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .nav-menu a:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    
    .mobile-menu-btn {
        display: block;
        background: none;
        border: none;
        color: var(--primary);
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0.5rem;
    }
    
    .header-actions {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .btn-login {
        width: 100%;
        text-align: center;
    }
}

/* ========================================
 * 7. FOOTER RESPONSIVE
 * ======================================== */
@media (max-width: 767px) {
    .footer {
        padding: 2rem 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-section {
        width: 100%;
    }
    
    .footer-section h3 {
        margin-bottom: 1rem;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* ========================================
 * 8. FORM RESPONSIVE
 * ======================================== */
@media (max-width: 767px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.875rem 1rem;
        font-size: 1rem;
        min-height: 48px;
    }
    
    .form-group textarea {
        min-height: 120px;
    }
    
    .btn-submit {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
        min-height: 52px;
    }
}

/* ========================================
 * 9. CARD LAYOUT RESPONSIVE
 * ======================================== */
@media (max-width: 767px) {
    .services-grid,
    .features-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .service-card,
    .feature-card,
    .testimonial-card {
        padding: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .service-card h3,
    .feature-card h3 {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }
    
    .service-card p,
    .feature-card p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }
    
    .feature-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 0.75rem !important;
        font-size: 1.5rem !important;
    }
    
    /* Reduce excessive spacing on mobile */
    .features-section {
        padding: 0 0 15px 0 !important;
        margin-top: 0 !important;
    }
    
    .section-header {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .section-badge {
        font-size: 0.85rem !important;
        margin-bottom: 10px !important;
        padding: 6px 12px !important;
    }
    
    .section-header h2,
    .section-header .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }
    
    .section-header p,
    .section-header .section-description {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin-bottom: 0 !important;
    }
    
    /* Reduce spacing for all sections on mobile */
    section {
        padding: 15px 0 !important;
    }
    
    /* Process section (How It Works) */
    .process-section,
    .how-it-works {
        padding: 15px 0 !important;
    }
    
    /* Reduce all card spacing */
    .feature-metric {
        margin-top: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .services-grid,
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ========================================
 * 10. UTILITY CLASSES FOR MOBILE
 * ======================================== */
@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
    
    .mobile-full-width {
        width: 100% !important;
    }
    
    .mobile-text-center {
        text-align: center !important;
    }
    
    .mobile-margin-bottom {
        margin-bottom: 1rem !important;
    }
    
    .mobile-padding {
        padding: 1rem !important;
    }
    
    .mobile-stack {
        flex-direction: column !important;
    }
    
    .mobile-gap {
        gap: 1rem !important;
    }
}

/* ========================================
 * 11. TOUCH-FRIENDLY INTERACTIONS
 * ======================================== */
@media (hover: none) and (pointer: coarse) {
    /* Touch device optimizations */
    .btn,
    .nav-link,
    .card {
        min-height: 44px;
        min-width: 44px;
    }
    
    .btn {
        padding: 0.875rem 1.5rem;
    }
    
    .nav-link {
        padding: 0.75rem 1rem;
    }
    
    /* Increase touch targets */
    input[type="checkbox"],
    input[type="radio"] {
        min-width: 24px;
        min-height: 24px;
    }
    
    /* Improve scrolling */
    .scroll-container {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
}

/* ========================================
 * 12. HIGH DPI DISPLAYS
 * ======================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Ensure crisp rendering on high DPI displays */
    .logo img,
    .icon {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ========================================
 * 13. PRINT STYLES
 * ======================================== */
@media print {
    .no-print {
        display: none !important;
    }
    
    .container {
        max-width: none;
        padding: 0;
    }
    
    .section {
        padding: 1rem 0;
    }
    
    .card {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .btn {
        border: 1px solid #000;
        background: white;
        color: black;
    }
}

/* ========================================
 * 14. ACCESSIBILITY IMPROVEMENTS
 * ======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {
    :root {
        --primary: #000080;
        --text-dark: #000000;
        --text-light: #333333;
    }
    
    .card {
        border: 2px solid #000;
    }
    
    .btn {
        border: 2px solid currentColor;
    }
}

/* ========================================
 * 15. DARK MODE SUPPORT
 * ======================================== */
@media (prefers-color-scheme: dark) {
    :root {
        --white: #1a1a1a;
        --gray-50: #2a2a2a;
        --gray-100: #3a3a3a;
        --gray-200: #4a4a4a;
        --text-dark: #ffffff;
        --text-light: #cccccc;
    }
    
    body {
        background-color: var(--white);
        color: var(--text-dark);
    }
    
    .card {
        background: var(--gray-50);
        border-color: var(--gray-200);
    }
}

/* ========================================
 * 16. LANDSCAPE MOBILE OPTIMIZATION
 * ======================================== */
@media (max-width: 767px) and (orientation: landscape) {
    .animated-hero-section {
        padding: 0.5rem 0;
        min-height: auto;
    }
    
    .animated-hero-content {
        flex-direction: row;
        gap: 1rem;
    }
    
    .animated-hero-left {
        order: 1;
        flex: 1;
    }
    
    .animated-hero-right {
        order: 2;
        flex: 0 0 auto;
    }
    
    .animated-hero-title {
        font-size: 1.5rem;
    }
    
    .animated-hero-description {
        font-size: 0.875rem;
        margin: 0.5rem 0;
    }
    
    .animated-stats-container {
        flex-direction: row;
        gap: 0.5rem;
        margin: 0.5rem 0;
    }
    
    .animated-stat-card {
        padding: 0.5rem;
    }
    
    .animated-stat-number {
        font-size: 1.25rem;
    }
    
    .animated-stat-label {
        font-size: 0.75rem;
    }
    
    .animated-cta-buttons {
        flex-direction: row;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }
    
    .animated-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    
    .id-card-container {
        transform: scale(0.6);
        margin: -1rem 0;
    }
}

/* ========== premium-responsive.css ========== */
/*
 * AILA Tech - Premium Responsive Design System
 * Comprehensive mobile-first responsive styles for all devices
 * Mobile → Tablet → Desktop → Large Desktop
 */

/* ================================================
   CSS CUSTOM PROPERTIES (Mobile-First)
   ================================================ */
:root {
  /* Responsive spacing */
  --container-padding: 1rem;
  --section-padding: 2.5rem;
  --card-padding: 1.25rem;
  --grid-gap: 1rem;
  
  /* Responsive typography */
  --h1-size: 2rem;
  --h2-size: 1.5rem;
  --h3-size: 1.25rem;
  --body-size: 1rem;
  --small-size: 0.875rem;
  
  /* Header heights */
  --header-height: 64px;
  --top-navbar-height: 0px;
}

/* ================================================
   MOBILE BASE (320px - 767px)
   ================================================ */

/* Container */
.container,
.premium-hero-container,
.footer-container {
  width: 100%;
  max-width: 100%;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin: 0 auto;
}

/* Typography Mobile */
h1, .premium-hero-title { 
  font-family: 'Noto Sans Lao', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--h1-size); 
  line-height: 1.2;
}
h2, .section-title { 
  font-size: var(--h2-size); 
  line-height: 1.3;
}
h3 { 
  font-size: var(--h3-size); 
  line-height: 1.4;
}

/* ================================================
   PREMIUM HERO - MOBILE
   ================================================ */
@media (max-width: 767px) {
  .premium-hero {
    min-height: auto;
    padding: 3rem 0 2rem;
  }
  
  .premium-hero-container {
    padding: 0 1rem;
  }
  
  .premium-hero-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .premium-hero-text {
    order: 1;
    max-width: 100%;
  }
  
  .premium-hero-visual {
    order: 2;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  
  .premium-hero-badge {
    display: inline-flex;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
  }
  
  .premium-hero-title {
    font-size: 1.75rem;
    line-height: 1.15;
    margin-bottom: 1rem;
  }
  
  .premium-hero-title br {
    display: none;
  }
  
  .premium-hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  
  .premium-hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  
  .premium-stat {
    flex: 0 1 auto;
    min-width: 80px;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .premium-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
  }
  
  .premium-stat-label {
    font-size: 0.7rem;
    margin-top: 0.25rem;
  }
  
  .stat-divider {
    display: none;
  }
  
  .premium-hero-actions {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 1.5rem;
  }
  
  .premium-hero-actions .aila-btn {
    width: 100%;
    justify-content: center;
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
  
  .premium-hero-trust {
    text-align: center;
  }
  
  .trust-label {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  
  .trust-badges {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  
  .trust-badge {
    font-size: 0.7rem;
    padding: 0.375rem 0.625rem;
  }
  
  /* Hero Visual Card */
  .hero-visual-wrapper {
    transform: scale(0.85);
    transform-origin: center center;
  }
  
  .hero-visual-card {
    max-width: 100%;
  }
  
  .floating-badge {
    transform: scale(0.8);
  }
  
  .floating-badge.fb-1,
  .floating-badge.fb-2,
  .floating-badge.fb-3 {
    display: none;
  }
}

/* ================================================
   FEATURES SECTION - MOBILE
   ================================================ */
@media (max-width: 767px) {
  .features-section {
    padding: 2rem 0;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  
  .section-badge {
    display: inline-flex;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0.75rem;
  }
  
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.25;
  }
  
  .section-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6B7280;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 0.5rem;
  }
  
  .feature-card {
    padding: 1.25rem;
    text-align: center;
    border-radius: 16px;
  }
  
  .feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
  }
  
  .feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .feature-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  
  .feature-metric {
    padding: 0.625rem 1rem;
    background: rgba(0, 102, 255, 0.06);
    border-radius: 8px;
    display: inline-flex;
    gap: 0.5rem;
  }
  
  .metric-value {
    font-size: 1rem;
    font-weight: 700;
  }
  
  .metric-label {
    font-size: 0.75rem;
  }
}

/* ================================================
   PROCESS/HOW IT WORKS - MOBILE
   ================================================ */
@media (max-width: 767px) {
  .process-section {
    padding: 2rem 0;
  }
  
  .process-steps {
    flex-direction: column;
    gap: 1rem;
    padding: 0 0.5rem;
  }
  
  .step-card {
    padding: 1.5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    position: relative;
  }
  
  .step-number {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  
  .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  
  .step-content {
    text-align: center;
  }
  
  .step-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .step-content p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  
  .step-arrow {
    display: none;
  }
}

/* ================================================
   AUTHENTICATION PAGES - MOBILE
   ================================================ */
@media (max-width: 767px) {
  .premium-login-page,
  .premium-signup-page,
  .modern-auth-page {
    min-height: calc(100vh - 64px);
    padding: 1.5rem 1rem;
  }
  
  .premium-login-container,
  .modern-auth-container {
    max-width: 100%;
    padding: 1.5rem;
    border-radius: 16px;
    margin: 0 auto;
  }
  
  .premium-login-header {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .premium-login-header h1 {
    font-size: 1.5rem;
  }
  
  .premium-login-header p {
    font-size: 0.9rem;
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-group label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  
  .form-group input {
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
    min-height: 48px;
  }
  
  .form-options {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
  
  .btn-login-submit,
  .btn-signup-submit {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    min-height: 52px;
    border-radius: 12px;
  }
  
  .auth-divider {
    margin: 1.5rem 0;
  }
  
  .social-login-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .social-btn {
    width: 100%;
    padding: 0.875rem;
    justify-content: center;
  }
}

/* ================================================
   FOOTER - MOBILE
   ================================================ */
@media (max-width: 767px) {
  .premium-footer .footer-main {
    padding: 2.5rem 0 1.5rem;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .footer-brand {
    max-width: none;
    text-align: center;
  }
  
  .footer-logo {
    height: 36px;
    margin: 0 auto 1rem;
  }
  
  .footer-tagline {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  
  .footer-social {
    justify-content: center;
    gap: 0.75rem;
  }
  
  .social-link {
    width: 44px;
    height: 44px;
  }
  
  .footer-section {
    text-align: center;
  }
  
  .footer-section-title {
    margin-bottom: 1rem;
  }
  
  .footer-links {
    align-items: center;
  }
  
  .footer-links a {
    padding: 0.5rem 0;
  }
  
  .footer-contact {
    align-items: center;
  }
  
  .contact-item {
    justify-content: center;
    text-align: center;
  }
  
  .footer-bottom {
    padding: 1.25rem 0;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  
  .footer-bottom-links .divider {
    display: none;
  }
}

/* ================================================
   CARDS & GRIDS - MOBILE
   ================================================ */
@media (max-width: 767px) {
  .services-grid,
  .testimonials-grid,
  .pricing-grid,
  .team-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .service-card,
  .pricing-card,
  .team-card {
    padding: 1.25rem;
    border-radius: 16px;
    text-align: center;
  }
  
  /* Pricing Cards Mobile */
  .pricing-card {
    padding: 1.5rem;
  }
  
  .pricing-card.featured {
    transform: none;
    margin: 0;
  }
  
  .pricing-header h3 {
    font-size: 1.25rem;
  }
  
  .pricing-price {
    font-size: 2rem;
  }
  
  .pricing-features {
    text-align: left;
  }
  
  .pricing-features li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  
  .pricing-cta .btn {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }
}

/* ================================================
   TABLET (768px - 1023px)
   ================================================ */
@media (min-width: 768px) {
  :root {
    --container-padding: 1.5rem;
    --section-padding: 4rem;
    --card-padding: 1.5rem;
    --grid-gap: 1.5rem;
    --h1-size: 2.5rem;
    --h2-size: 2rem;
    --h3-size: 1.5rem;
    --top-navbar-height: 38px;
  }
  
  .container,
  .premium-hero-container,
  .footer-container {
    max-width: 720px;
  }
  
  /* Hero Tablet */
  .premium-hero {
    min-height: 75vh;
    padding: 4rem 0 3rem;
  }
  
  .premium-hero-content {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  
  .premium-hero-text {
    flex: 1;
    text-align: left;
    max-width: 50%;
  }
  
  .premium-hero-visual {
    flex: 1;
    max-width: 50%;
  }
  
  .premium-hero-title {
    font-size: 2.25rem;
  }
  
  .premium-hero-title br {
    display: block;
  }
  
  .premium-hero-actions {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }
  
  .premium-hero-actions .aila-btn {
    width: auto;
  }
  
  .stat-divider {
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .floating-badge.fb-1,
  .floating-badge.fb-2,
  .floating-badge.fb-3 {
    display: flex;
  }
  
  /* Features Tablet */
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .feature-card {
    text-align: left;
    padding: 1.5rem;
  }
  
  .feature-icon {
    margin: 0 0 1rem 0;
  }
  
  /* Process Tablet */
  .process-steps {
    flex-direction: row;
    gap: 1.5rem;
  }
  
  .step-card {
    flex: 1;
    flex-direction: column;
    text-align: center;
  }
  
  .step-arrow {
    display: block;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .step-card:last-child .step-arrow {
    display: none;
  }
  
  /* Footer Tablet */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .footer-brand {
    grid-column: span 2;
    text-align: left;
    max-width: 100%;
  }
  
  .footer-social {
    justify-content: flex-start;
  }
  
  .footer-section {
    text-align: left;
  }
  
  .footer-links {
    align-items: flex-start;
  }
  
  .contact-item {
    justify-content: flex-start;
    text-align: left;
  }
  
  .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
  
  /* Cards Tablet */
  .services-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================================
   DESKTOP (1024px - 1279px)
   ================================================ */
@media (min-width: 1024px) {
  :root {
    --container-padding: 2rem;
    --section-padding: 5rem;
    --card-padding: 2rem;
    --grid-gap: 2rem;
    --h1-size: 3rem;
    --h2-size: 2.25rem;
    --h3-size: 1.75rem;
  }
  
  .container,
  .premium-hero-container,
  .footer-container {
    max-width: 1024px;
  }
  
  /* Hero Desktop */
  .premium-hero {
    min-height: 85vh;
    padding: 5rem 0 4rem;
  }
  
  .premium-hero-content {
    gap: 4rem;
  }
  
  .premium-hero-title {
    font-size: 3rem;
  }
  
  .premium-hero-description {
    font-size: 1.1rem;
  }
  
  .hero-visual-wrapper {
    transform: scale(1);
  }
  
  /* Features Desktop */
  .features-section {
    padding: 5rem 0;
  }
  
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  
  .feature-card {
    padding: 2rem;
  }
  
  /* Process Desktop */
  .process-section {
    padding: 5rem 0;
  }
  
  .step-card {
    padding: 2rem;
  }
  
  /* Footer Desktop */
  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 3rem;
  }
  
  .footer-brand {
    grid-column: span 1;
    max-width: 320px;
  }
  
  /* Cards Desktop */
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .pricing-card.featured {
    transform: scale(1.05);
  }
  
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ================================================
   LARGE DESKTOP (1280px+)
   ================================================ */
@media (min-width: 1280px) {
  :root {
    --container-padding: 2.5rem;
    --section-padding: 6rem;
    --h1-size: 3.5rem;
    --h2-size: 2.5rem;
  }
  
  .container,
  .premium-hero-container,
  .footer-container {
    max-width: 1280px;
  }
  
  .premium-hero {
    min-height: 90vh;
    padding: 6rem 0 5rem;
  }
  
  .premium-hero-title {
    font-size: 3.5rem;
  }
}

/* ================================================
   SERVICES PAGE - RESPONSIVE
   ================================================ */
@media (max-width: 767px) {
  .modern-services-hero,
  .services-hero {
    padding: 3rem 0 2rem;
    min-height: auto;
  }
  
  .services-hero h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  .services-hero p {
    font-size: 0.95rem;
  }
  
  .service-detail-card {
    padding: 1.25rem;
  }
  
  .service-detail-card h3 {
    font-size: 1.1rem;
  }
}

/* ================================================
   PRICING PAGE - RESPONSIVE
   ================================================ */
@media (max-width: 767px) {
  .pricing-hero {
    padding: 3rem 0 2rem;
  }
  
  .pricing-hero h1 {
    font-size: 1.75rem;
  }
  
  .pricing-toggle {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .pricing-comparison {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pricing-comparison table {
    min-width: 600px;
  }
}

/* ================================================
   CONTACT PAGE - RESPONSIVE
   ================================================ */
@media (max-width: 767px) {
  .contact-section {
    padding: 2rem 0;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact-form {
    order: 1;
  }
  
  .contact-info {
    order: 2;
  }
  
  .contact-form-card {
    padding: 1.5rem;
    border-radius: 16px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ================================================
   DASHBOARD - RESPONSIVE
   ================================================ */
@media (max-width: 767px) {
  .dashboard-container {
    padding: 1rem;
  }
  
  .dashboard-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  
  .stat-card {
    padding: 1rem;
  }
  
  .stat-value {
    font-size: 1.5rem;
  }
  
  .dashboard-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }
  
  .dashboard-tabs button {
    white-space: nowrap;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .dashboard-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ================================================
   ABOUT & TEAM PAGES - RESPONSIVE
   ================================================ */
@media (max-width: 767px) {
  .about-hero,
  .team-hero {
    padding: 3rem 0 2rem;
  }
  
  .about-hero h1,
  .team-hero h1 {
    font-size: 1.75rem;
  }
  
  .about-content {
    padding: 2rem 0;
  }
  
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .team-member-card {
    padding: 1.25rem;
    text-align: center;
  }
  
  .team-member-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
  }
}

/* ================================================
   UTILITY CLASSES - RESPONSIVE
   ================================================ */

/* Hide on specific devices */
@media (max-width: 767px) {
  .hide-mobile { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet { display: none !important; }
}

@media (min-width: 1024px) {
  .hide-desktop { display: none !important; }
}

/* Show only on specific devices */
@media (min-width: 768px) {
  .show-mobile-only { display: none !important; }
}

@media (max-width: 767px), (min-width: 1024px) {
  .show-tablet-only { display: none !important; }
}

@media (max-width: 1023px) {
  .show-desktop-only { display: none !important; }
}

/* Responsive text alignment */
@media (max-width: 767px) {
  .text-center-mobile { text-align: center !important; }
  .text-left-mobile { text-align: left !important; }
}

/* Stack elements on mobile */
@media (max-width: 767px) {
  .stack-mobile {
    flex-direction: column !important;
  }
  
  .full-width-mobile {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ================================================
   LANDSCAPE MOBILE OPTIMIZATION
   ================================================ */
@media (max-width: 767px) and (orientation: landscape) {
  .premium-hero {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .premium-hero-content {
    flex-direction: row;
    gap: 2rem;
  }
  
  .premium-hero-text {
    flex: 1;
    max-width: 55%;
  }
  
  .premium-hero-visual {
    flex: 1;
    max-width: 45%;
  }
  
  .hero-visual-wrapper {
    transform: scale(0.7);
  }
  
  .premium-hero-title {
    font-size: 1.5rem;
  }
  
  .premium-hero-description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  
  .premium-hero-stats {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .premium-stat {
    padding: 0.5rem 0.75rem;
    min-width: 60px;
  }
  
  .premium-stat-value {
    font-size: 1rem;
  }
  
  .premium-hero-actions {
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  
  .premium-hero-actions .aila-btn {
    padding: 0.625rem 1rem;
    font-size: 0.85rem;
  }
}

/* ================================================
   PRINT STYLES
   ================================================ */
@media print {
  .premium-hero,
  .main-header,
  .premium-footer,
  .mobile-nav-overlay,
  .floating-badge {
    display: none !important;
  }
  
  body {
    padding-top: 0 !important;
    font-size: 12pt;
  }
  
  .container {
    max-width: 100%;
    padding: 0;
  }
  
  .feature-card,
  .step-card,
  .service-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* ================================================
   ACCESSIBILITY - RESPONSIVE
   ================================================ */
@media (prefers-reduced-motion: reduce) {
  .premium-hero,
  .feature-card,
  .step-card,
  .floating-badge,
  .hero-gradient-orb {
    animation: none !important;
    transition: none !important;
  }
}

/* Touch-friendly targets on mobile */
@media (hover: none) and (pointer: coarse) {
  .aila-btn,
  .btn,
  .nav-link,
  .mobile-nav-link,
  .footer-links a,
  .social-link {
    min-height: 44px;
    min-width: 44px;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 48px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .premium-hero {
    background: #000;
  }
  
  .feature-card,
  .step-card,
  .service-card {
    border: 2px solid #000;
  }
  
  .aila-btn,
  .btn {
    border: 2px solid currentColor;
  }
}


/* ========== responsive-fixes.css ========== */
/*
 * AILA Tech - Responsive Fixes & Enhancements
 * Ensures perfect display on Mobile, Tablet, and Desktop
 * Created: January 2026
 */

/* ================================================
   GLOBAL RESPONSIVE FIXES
   ================================================ */

/* Prevent horizontal scroll */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* Ensure all images are responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Logo images should maintain aspect ratio */
.aila-nav-logo img,
.mobile-nav-logo img,
.footer-logo img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

/* Fix container overflow on small screens */
.container {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

/* ================================================
   MOBILE SPECIFIC FIXES (max-width: 480px)
   ================================================ */
@media (max-width: 480px) {
  /* Typography adjustments */
  html {
    font-size: 14px;
  }
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
  
  /* Container padding */
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  /* Section spacing */
  section,
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  /* Button full width on mobile */
  .btn-mobile-full {
    width: 100%;
    display: block;
  }
  
  /* CTA buttons stack on mobile */
  .cta-buttons,
  .hero-buttons,
  .animated-cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }
  
  .cta-buttons .btn,
  .hero-buttons .btn,
  .animated-cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }
  
  /* Cards full width */
  .card,
  .service-card,
  .pricing-card,
  .feature-card {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* Table responsive wrapper */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  table {
    min-width: 100%;
  }
  
  /* Form elements */
  input,
  textarea,
  select,
  button {
    font-size: 16px !important; /* Prevent iOS zoom */
  }
  
  /* Grid fixes */
  .grid,
  .row {
    gap: 1rem;
  }
  
  /* Hide on mobile */
  .desktop-only,
  .hide-mobile {
    display: none !important;
  }
}

/* ================================================
   SMALL TABLET FIXES (481px - 768px)
   ================================================ */
@media (min-width: 481px) and (max-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  
  /* 2-column grids */
  .services-grid,
  .features-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Pricing cards 2-up */
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================================
   TABLET FIXES (769px - 1024px)
   ================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  /* Navigation adjustments */
  .aila-nav-links {
    gap: 0.25rem;
  }
  
  .aila-nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  
  /* 3-column grids */
  .services-grid,
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* Pricing cards */
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  /* Hero section */
  .hero-content {
    padding: 2rem;
  }
}

/* ================================================
   DESKTOP FIXES (1025px+)
   ================================================ */
@media (min-width: 1025px) {
  .container {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  /* Hide mobile elements */
  .mobile-only,
  .hide-desktop {
    display: none !important;
  }
}

/* ================================================
   TOUCH DEVICE IMPROVEMENTS
   ================================================ */
@media (hover: none) and (pointer: coarse) {
  /* Larger touch targets */
  a, button, .btn,
  [role="button"],
  input[type="submit"],
  input[type="button"] {
    min-height: 44px;
    min-width: 44px;
  }
  
  /* Remove hover effects on touch */
  .aila-nav-link:hover,
  .btn:hover {
    transform: none;
  }
  
  /* Better tap feedback */
  a:active, button:active, .btn:active {
    opacity: 0.85;
  }
}

/* ================================================
   LANDSCAPE MODE FIXES
   ================================================ */
@media (max-height: 500px) and (orientation: landscape) {
  /* Reduce header height */
  .main-header.aila-navbar {
    height: 56px;
  }
  
  /* Reduce hero padding */
  .hero-section,
  .premium-hero {
    padding-top: 60px;
    padding-bottom: 2rem;
    min-height: auto;
  }
  
  /* Scroll mobile menu */
  .mobile-nav-content {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

/* ================================================
   HIGH DPI / RETINA FIXES
   ================================================ */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  /* Sharper borders */
  .card,
  .btn,
  input,
  textarea {
    border-width: 0.5px;
  }
}

/* ================================================
   PRINT STYLES
   ================================================ */
@media print {
  /* Hide navigation and interactive elements */
  .main-header,
  .mobile-nav-overlay,
  footer,
  .btn,
  .flash-messages {
    display: none !important;
  }
  
  /* Full width content */
  .container {
    max-width: 100%;
    padding: 0;
  }
  
  /* Ensure images print */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}

/* ================================================
   ACCESSIBILITY IMPROVEMENTS
   ================================================ */
/* Focus visible for keyboard navigation */
:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
}

/* Reduced motion preference */
@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;
  }
}

/* ================================================
   SPECIFIC COMPONENT FIXES
   ================================================ */

/* Hero section responsive */
@media (max-width: 768px) {
  .premium-hero,
  .hero-section {
    padding-top: 80px;
    min-height: auto;
  }
  
  .premium-hero-container,
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
  
  .premium-hero-text,
  .hero-content {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .premium-hero-stats,
  .hero-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Footer responsive */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Pricing responsive */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .pricing-toggle {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Contact form responsive */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
}

/* Dashboard responsive */
@media (max-width: 768px) {
  .dashboard-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .dashboard-sidebar {
    position: fixed;
    left: -100%;
    width: 280px;
    height: 100vh;
    z-index: 1000;
    transition: left 0.3s ease;
  }
  
  .dashboard-sidebar.active {
    left: 0;
  }
}

/* API Testing page responsive */
@media (max-width: 768px) {
  .api-test-container {
    flex-direction: column;
  }
  
  .api-endpoint-list {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
  }
  
  .api-test-panel {
    width: 100%;
  }
  
  .code-block {
    font-size: 12px;
    overflow-x: auto;
  }
}

/* Services cards responsive */
@media (max-width: 640px) {
  .solutions-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .solution-card,
  .service-card {
    margin-bottom: 1rem;
  }
}


/* ========== layout-fixes.css ========== */
/*
 * AILA Tech Solutions - Layout Fixes
 * Fixes for header positioning, language selector, and mobile responsiveness
 */

/* Fix header positioning and overlap issues */
body {
    padding-top: 85px !important;
    margin: 0;
}

.main-header {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 990;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-top: 0;
}

/* Fix navbar layout */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Language selector improvements */
.language-selector-top {
    position: relative;
    z-index: 1002;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    z-index: 1003;
    display: none;
    margin-top: 5px;
}

.language-dropdown.show {
    display: block;
    animation: fadeInDropdown 0.2s ease;
}

@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fix loading state */
.loading-languages {
    padding: 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #f8f9fa;
    border-radius: 6px;
    margin: 5px;
}

.loading-languages i {
    margin-right: 8px;
    color: #2563EB;
}

/* Language option improvements */
.language-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.language-option:hover {
    background: #f8f9fa;
    color: #2563EB;
}

.language-option:last-child {
    border-bottom: none;
}

.language-option .flag-icon {
    margin-right: 12px;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.language-option .language-text {
    flex: 1;
}

.language-option .language-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

.language-option .language-native {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    /* Hide top navbar completely on mobile */
    .top-navbar {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    .main-header {
        top: 0 !important;
    }
    
    .navbar {
        padding: 12px 16px;
    }
    
    .language-selector-top {
        margin-left: 8px;
    }
    
    .language-dropdown {
        right: -10px;
        min-width: 150px;
    }
    
    .language-option {
        padding: 10px 14px;
    }
    
    .language-option .flag-icon {
        font-size: 16px;
        width: 20px;
        margin-right: 10px;
    }
    
    .language-option .language-name {
        font-size: 13px;
    }
    
    .language-option .language-native {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 70px !important;
    }
    
    .main-header {
        top: 25px;
    }
    
    .navbar {
        padding: 10px 12px;
    }
    
    .language-dropdown {
        right: -5px;
        min-width: 140px;
    }
}

/* Fix top navbar spacing */
.top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #2563EB;
    color: white;
    font-size: 8px;
    padding: 4px 0px;
}

.top-navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5rem;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 1001 !important;
}

.top-navbar-left {
    display: flex;
    align-items: center;
    /*gap: 20px;*/
}

.top-navbar-right {
    display: flex;
    align-items: center;
    /*gap: 15px;*/
}

.top-navbar a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.top-navbar a:hover {
    opacity: 0.8;
}

/* Improve content spacing */
main {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 120px);
}

/* Fix any z-index conflicts */
.hero-section,
.main-content {
    position: relative;
    z-index: 10;
}

/* Ensure proper mobile menu behavior */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: #2563EB;
    font-size: 18px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .main-nav,
    .auth-buttons {
        display: none;
    }
    
    /* Hide entire top navbar on mobile - all content is in the drawer */
    .top-navbar {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Adjust body padding since top navbar is hidden */
    body {
        padding-top: 0 !important;
    }
    
    /* Adjust main header position since top navbar is hidden */
    .main-header {
        top: 0 !important;
    }
}

/* Fix language selector toggle button */
.language-selector-toggle {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    backdrop-filter: blur(5px);
}

.language-selector-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

.language-selector-toggle i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.language-selector-toggle.active i {
    transform: rotate(180deg);
}

/* Current language display */
#currentLanguage {
    display: flex;
    align-items: center;
    gap: 4px;
}

#currentLanguage .flag-icon {
    font-size: 14px;
}

/* ========================================
 * DESKTOP NAVIGATION FIX
 * Ensure navigation is visible at desktop widths
 * ======================================== */
@media (min-width: 1025px) {
    /* Force show desktop navigation at widths > 1024px */
    .main-header.aila-navbar .desktop-nav,
    .main-nav.desktop-nav,
    nav.main-nav.desktop-nav {
        display: flex !important;
        flex: 1;
        justify-content: center;
    }
    
    /* Force show desktop auth buttons */
    .desktop-auth,
    .auth-buttons.desktop-auth {
        display: flex !important;
        gap: 0.875rem;
        align-items: center;
    }
    
    /* Force hide mobile menu button */
    .mobile-menu-btn {
        display: none !important;
    }
    
    /* Ensure nav links are visible */
    .aila-nav-links {
        display: flex !important;
        align-items: center;
        gap: 0.5rem;
    }
}

/* Tablet view (769px - 1024px) - show mobile menu */
@media (min-width: 769px) and (max-width: 1024px) {
    .main-nav.desktop-nav,
    .desktop-nav {
        display: none !important;
    }
    
    .desktop-auth,
    .auth-buttons.desktop-auth {
        display: none !important;
    }
    
    .mobile-menu-btn {
        display: flex !important;
    }
}

/* Print styles */
@media print {
    .top-navbar,
    .main-header,
    .language-selector-top,
    .mobile-menu-btn {
        display: none !important;
    }
    
    body {
        padding-top: 0 !important;
    }
}



/* ========== theme-enhancements.css ========== */
/*
 * AILA Tech Solutions - Theme Enhancements
 * Comprehensive theme improvements for modern, consistent design
 */

/* ================================================
 * GLOBAL THEME IMPROVEMENTS
 * ================================================ */

/* Blue and White Theme Color Palette */
:root {
         /* Primary Blue Colors - No Purple */
         --aila-primary: #1E40AF;
         --aila-primary-dark: #1E3A8A;
         --aila-primary-light: #2563EB;
         --aila-primary-lighter: #DBEAFE;
         --aila-primary-50: #EFF6FF;
         --aila-primary-100: #DBEAFE;
         --aila-primary-200: #BFDBFE;
         --aila-primary-300: #93C5FD;
         --aila-primary-400: #60A5FA;
         --aila-primary-500: #3B82F6;
         --aila-primary-600: #2563EB;
         --aila-primary-700: #1D4ED8;
         --aila-primary-800: #1E40AF;
         --aila-primary-900: #1E3A8A;

         /* Secondary Blue Colors - No Purple */
         --aila-secondary: #1E40AF;
         --aila-secondary-light: #3B82F6;
         --aila-secondary-dark: #1D4ED8;

         /* Accent Blue Colors */
         --aila-accent: #1E40AF;
         --aila-accent-light: #2563EB;
         --aila-accent-dark: #1E3A8A;

  /* Status colors - Blue and White theme */
  --success: #1E40AF;
  --success-light: #DBEAFE;
  --success-dark: #1E3A8A;
  --warning: #2563EB;
  --warning-light: #DBEAFE;
  --warning-dark: #1D4ED8;
  --error: #DC2626;
  --error-light: #FEE2E2;
  --error-dark: #B91C1C;
  --info: #1E40AF;
  --info-light: #DBEAFE;
  --info-dark: #1E3A8A;

         /* White and Blue-Tinted Neutral Scale */
         --white: #FFFFFF;
         --gray-50: #F8FAFC;
         --gray-100: #F1F5F9;
         --gray-200: #E2E8F0;
         --gray-300: #CBD5E1;
         --gray-400: #94A3B8;
         --gray-500: #64748B;
         --gray-600: #475569;
         --gray-700: #334155;
         --gray-800: #1E293B;
         --gray-900: #0F172A;

  /* Enhanced shadows */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --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: 0 0 20px rgba(37, 99, 235, 0.3);
         --shadow-glow-success: 0 0 20px rgba(37, 99, 235, 0.3);
         --shadow-glow-warning: 0 0 20px rgba(59, 130, 246, 0.3);
         --shadow-glow-error: 0 0 20px rgba(220, 38, 38, 0.3);
         --shadow-glow-blue: 0 0 20px rgba(37, 99, 235, 0.4);

  /* Enhanced transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition-smooth: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ================================================
 * ENHANCED BODY & TYPOGRAPHY
 * ================================================ */

body {
  font-family: 'Noto Sans Lao', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-900);
  background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Enhanced typography hierarchy */
h1, .heading-1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--gray-900);
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}

h2, .heading-2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gray-900);
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
}

h3, .heading-3 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--gray-800);
  margin-bottom: 1rem;
}

h4, .heading-4 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--gray-800);
  margin-bottom: 0.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gray-700);
  margin-bottom: 1rem;
}

/* ================================================
 * ENHANCED HEADER & NAVIGATION
 * ================================================ */

.main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all var(--transition-normal);
}

.main-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
  border-bottom-color: var(--gray-300);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform var(--transition-normal);
}

.logo:hover {
  transform: scale(1.05);
}

.logo img {
  height: 40px;
  width: auto;
  transition: filter var(--transition-normal);
}

.logo:hover img {
  filter: brightness(1.1);
}

/* Enhanced navigation links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-lg);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.nav-links a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--aila-primary-100);
  transition: width var(--transition-normal);
  z-index: -1;
}

.nav-links a:hover::before,
.nav-links a:focus::before {
  width: 100%;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--aila-primary);
  transform: translateY(-1px);
}

/* Enhanced dropdown */
.dropdown-menu {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-xl);
  padding: 0.5rem;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all var(--transition-normal);
  z-index: 1000;
}

.dropdown-menu:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-content a {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--gray-700);
  text-decoration: none;
  border-radius: var(--border-radius-lg);
  transition: all var(--transition-fast);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.dropdown-content a:hover {
  background: var(--aila-primary-50);
  color: var(--aila-primary);
  transform: translateX(4px);
}

.dropdown-content a:last-child {
  margin-bottom: 0;
}

/* ================================================
 * ENHANCED BUTTONS
 * ================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--border-radius-lg);
  cursor: pointer;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  outline: none;
}

.btn:focus-visible {
  outline: 2px solid var(--aila-primary);
  outline-offset: 2px;
}

.btn:disabled,
.btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* Primary button */
.btn-primary {
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  color: var(--white);
  border-color: var(--aila-primary);
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--aila-primary-dark) 0%, var(--aila-primary-800) 100%);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}

/* Secondary button - Blue theme */
.btn-secondary {
  background: linear-gradient(135deg, var(--aila-primary-100) 0%, var(--aila-primary-200) 100%);
  color: var(--aila-primary-700);
  border-color: var(--aila-primary-300);
}

.btn-secondary:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--aila-primary-200) 0%, var(--aila-primary-300) 100%);
  border-color: var(--aila-primary-400);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

/* Outline button */
.btn-outline {
  background: transparent;
  color: var(--aila-primary);
  border-color: var(--aila-primary);
}

.btn-outline:hover:not(:disabled) {
  background: var(--aila-primary);
  color: var(--white);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

/* ================================================
 * ENHANCED CARDS
 * ================================================ */

.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--aila-primary-200);
}

.card-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--gray-200);
  background: var(--gray-50);
}

.card-body {
  padding: 1.5rem;
}

.card-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--gray-200);
  background: var(--gray-50);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.card-subtitle {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-bottom: 1rem;
}

/* ================================================
 * ENHANCED FORMS
 * ================================================ */

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
}

.form-label.required::after {
  content: ' *';
  color: var(--error);
}

.form-input,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gray-900);
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-lg);
  transition: all var(--transition-normal);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--gray-500);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--aila-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-input:hover:not(:focus):not(:disabled),
.form-textarea:hover:not(:focus):not(:disabled),
.form-select:hover:not(:focus):not(:disabled) {
  border-color: var(--gray-400);
}

.form-input:disabled,
.form-textarea:disabled,
.form-select:disabled {
  background-color: var(--gray-50);
  color: var(--gray-500);
  cursor: not-allowed;
}

.form-input.error,
.form-textarea.error,
.form-select.error {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-input.success,
.form-textarea.success,
.form-select.success {
  border-color: var(--success);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

/* ================================================
 * ENHANCED ALERTS & NOTIFICATIONS
 * ================================================ */

.alert {
  padding: 1rem 1.5rem;
  border-radius: var(--border-radius-lg);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.alert::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: currentColor;
}

.alert-success {
  background: var(--success-light);
  color: var(--success-dark);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.alert-warning {
  background: var(--warning-light);
  color: var(--warning-dark);
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.alert-error {
  background: var(--error-light);
  color: var(--error-dark);
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.alert-info {
  background: var(--info-light);
  color: var(--info-dark);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

/* ================================================
 * ENHANCED ANIMATIONS
 * ================================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/* Animation utility classes */
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.animate-fade-in-down {
  animation: fadeInDown 0.6s ease-out;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.6s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 0.6s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.4s ease-out;
}

.animate-pulse {
  animation: pulse 2s infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

/* ================================================
 * ENHANCED RESPONSIVE DESIGN
 * ================================================ */

@media (max-width: 768px) {
  .navbar {
    padding: 0.75rem 1rem;
  }
  
  .nav-links {
    display: none;
  }
  
  .logo img {
    height: 32px;
  }
  
  h1, .heading-1 {
    font-size: 2rem;
  }
  
  h2, .heading-2 {
    font-size: 1.5rem;
  }
  
  .btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  
  .card-body,
  .card-header,
  .card-footer {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 0.5rem 0.75rem;
  }
  
  .logo img {
    height: 28px;
  }
  
  h1, .heading-1 {
    font-size: 1.75rem;
  }
  
  h2, .heading-2 {
    font-size: 1.25rem;
  }
  
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

/* ================================================
 * DARK MODE SUPPORT
 * ================================================ */

@media (prefers-color-scheme: dark) {
  :root {
    --white: #0F172A;
    --gray-50: #1E293B;
    --gray-100: #334155;
    --gray-200: #475569;
    --gray-300: #64748B;
    --gray-400: #94A3B8;
    --gray-500: #CBD5E1;
    --gray-600: #E2E8F0;
    --gray-700: #F1F5F9;
    --gray-800: #F8FAFC;
    --gray-900: #FFFFFF;
  }
  
  body {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
  }
  
  .main-header {
    background: rgba(15, 23, 42, 0.95);
    border-bottom-color: var(--gray-200);
  }
  
  .main-header.scrolled {
    background: rgba(15, 23, 42, 0.98);
  }
  
  .card {
    background: var(--gray-100);
    border-color: var(--gray-200);
  }
  
  .card-header,
  .card-footer {
    background: var(--gray-50);
    border-color: var(--gray-200);
  }
  
  .form-input,
  .form-textarea,
  .form-select {
    background: var(--gray-100);
    border-color: var(--gray-200);
    color: var(--gray-800);
  }
}

/* ================================================
 * ACCESSIBILITY ENHANCEMENTS
 * ================================================ */

/* Focus indicators */
*:focus-visible {
  outline: 2px solid var(--aila-primary);
  outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .btn {
    border-width: 2px;
  }
  
  .card {
    border-width: 2px;
  }
  
  .form-input,
  .form-textarea,
  .form-select {
    border-width: 2px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ================================================
 * PRINT STYLES
 * ================================================ */

@media print {
  .main-header,
  .btn,
  .mobile-menu-btn {
    display: none !important;
  }
  
  .card {
    box-shadow: none;
    border: 1px solid var(--gray-300);
  }
  
  body {
    background: white !important;
    color: black !important;
  }
}


/* ========== base-branding.css ========== */
/* =================================================================
   AILA Tech Co., Ltd - Base Branding Styles
   Unique Branding Identity for AILA Tech Co., Ltd
   ================================================================= */

:root {
  --aila-primary: #2563eb;
  --aila-secondary: #1e40af;
  --aila-accent: #3b82f6;
  --aila-gradient: linear-gradient(135deg, #2563eb 0%, #1e40af 50%, #3b82f6 100%);
  --aila-company-name: 'AILA Tech Co., Ltd';
}

/* Company Name Badge - Unique Branding Element */
.aila-company-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--aila-gradient);
  color: white;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
}

.aila-company-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.aila-company-badge::before {
  content: '✓';
  font-weight: 900;
  color: #fbbf24;
  font-size: 0.9rem;
}

/* Enhanced Logo with Company Name */
.logo-with-company {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-with-company .company-name {
  font-size: 1.1rem;
  font-weight: 700;
  background: var(--aila-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

/* Unique Footer Branding */
.footer-branding {
  font-weight: 700;
  background: var(--aila-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =================================================================
   Base Layout Styles
   ================================================================= */

body {
  padding-top: 70px;
}

.main-header {
  top: 38px;
}

/* Hide top navbar on mobile screens */
@media screen and (max-width: 768px) {
  .top-navbar {
    display: none !important;
  }
  
  body {
    padding-top: 0 !important;
  }
  
  .main-header {
    top: 0 !important;
  }
}


/* ========== main-content-ux.css ========== */
/*
 * AILA Tech - Main Content UX/UI Enhancements
 * Professional spacing, typography, animations, and visual polish
 * Created: January 2026
 */

/* ================================================
   MAIN CONTENT BASE STYLES
   ================================================ */

#main-content,
main {
  position: relative;
  min-height: calc(100vh - 200px); /* Ensure minimum height */
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* Smooth fade-in animation for main content */
#main-content {
  animation: fadeInContent 0.6s ease-out;
}

@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================
   TYPOGRAPHY ENHANCEMENTS
   ================================================ */

/* All headings with Noto Sans Lao support */
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  font-family: 'Noto Sans Lao', 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #1e293b;
  letter-spacing: -0.02em;
  word-wrap: break-word;
  hyphens: auto;
}

#main-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 2rem;
}

#main-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 1.5rem;
}

#main-content h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1.25rem;
}

#main-content h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 1rem;
}

/* Body text with Lao support */
#main-content p,
#main-content li,
#main-content span,
#main-content div {
  font-family: 'Noto Sans Lao', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  color: #334155;
}

/* Paragraph spacing */
#main-content p {
  margin-bottom: 1.25rem;
}

#main-content p:last-child {
  margin-bottom: 0;
}

/* Links in main content */
#main-content a {
  color: #0052CC;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

#main-content a:hover {
  color: #7a7c7d;
  border-bottom-color: #0052CC;
}

#main-content a:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 4px;
  border-radius: 4px;
}

/* ================================================
   SECTION SPACING & LAYOUT
   ================================================ */

/* Consistent section spacing */
#main-content > section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  position: relative;
}

#main-content > section:first-child {
  padding-top: clamp(2rem, 4vw, 3rem);
}

#main-content > section:last-child {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

/* Section backgrounds */
#main-content > section:nth-child(even) {
  background: #f8fafc;
}

#main-content > section:nth-child(odd) {
  background: #ffffff;
}

/* Container improvements */
#main-content .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

/* ================================================
   CARD & COMPONENT ENHANCEMENTS
   ================================================ */

/* Cards in main content */
#main-content .card,
#main-content .feature-card,
#main-content .service-card,
#main-content .pricing-card {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, box-shadow;
}

#main-content .card:hover,
#main-content .feature-card:hover,
#main-content .service-card:hover,
#main-content .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 102, 255, 0.1);
}

/* Buttons in main content */
#main-content .btn,
#main-content .aila-btn,
#main-content button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

#main-content .btn:focus-visible,
#main-content .aila-btn:focus-visible,
#main-content button:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(0, 102, 255, 0.2);
}

/* ================================================
   SCROLL REVEAL ANIMATIONS
   ================================================ */

/* Elements that animate on scroll */
#main-content .reveal,
#main-content [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#main-content .reveal.visible,
#main-content [data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delays */
#main-content .reveal-delay-1 { transition-delay: 0.1s; }
#main-content .reveal-delay-2 { transition-delay: 0.2s; }
#main-content .reveal-delay-3 { transition-delay: 0.3s; }
#main-content .reveal-delay-4 { transition-delay: 0.4s; }
#main-content .reveal-delay-5 { transition-delay: 0.5s; }

/* Directional reveals */
#main-content .reveal-left {
  transform: translateX(-30px);
}

#main-content .reveal-right {
  transform: translateX(30px);
}

#main-content .reveal-left.visible,
#main-content .reveal-right.visible {
  transform: translateX(0);
}

/* ================================================
   IMAGES & MEDIA
   ================================================ */

/* Responsive images */
#main-content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

#main-content img:hover {
  transform: scale(1.02);
}

/* Image containers */
#main-content .image-container,
#main-content .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* ================================================
   FORMS IN MAIN CONTENT
   ================================================ */

/* Form elements */
#main-content input,
#main-content textarea,
#main-content select {
  font-family: 'Noto Sans Lao', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.2s ease;
}

#main-content input:focus,
#main-content textarea:focus,
#main-content select:focus {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
  border-color: #0066FF;
}

/* ================================================
   TABLES IN MAIN CONTENT
   ================================================ */

/* Responsive tables */
#main-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-family: 'Noto Sans Lao', 'Plus Jakarta Sans', sans-serif;
}

#main-content table th {
  background: #f8fafc;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
  color: #1e293b;
}

#main-content table td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

#main-content table tr:hover {
  background: #f8fafc;
}

/* ================================================
   CODE BLOCKS & PRE
   ================================================ */

#main-content pre,
#main-content code {
  font-family: 'JetBrains Mono', 'Fira Code', 'Monaco', monospace;
  border-radius: 8px;
}

#main-content pre {
  padding: 1.5rem;
  background: #1e293b;
  color: #e2e8f0;
  overflow-x: auto;
  margin: 1.5rem 0;
}

#main-content code {
  padding: 0.25rem 0.5rem;
  background: #f1f5f9;
  color: #0066FF;
  border-radius: 4px;
  font-size: 0.9em;
}

#main-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

/* ================================================
   LISTS IN MAIN CONTENT
   ================================================ */

#main-content ul,
#main-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

#main-content li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

#main-content ul li {
  list-style-type: disc;
}

#main-content ol li {
  list-style-type: decimal;
}

/* ================================================
   BLOCKQUOTES
   ================================================ */

#main-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #0066FF;
  background: #f8fafc;
  border-radius: 8px;
  font-style: italic;
  color: #475569;
}

#main-content blockquote p {
  margin-bottom: 0.5rem;
}

#main-content blockquote p:last-child {
  margin-bottom: 0;
}

/* ================================================
   HORIZONTAL RULES
   ================================================ */

#main-content hr {
  margin: 3rem 0;
  border: none;
  border-top: 2px solid #e2e8f0;
  background: none;
}

/* ================================================
   MOBILE RESPONSIVE IMPROVEMENTS
   ================================================ */

@media (max-width: 768px) {
  /* Adjust main padding for mobile */
  main {
    padding-top: 100px;
  }
  
  #main-content {
    padding-top: 0;
  }
  
  /* Section spacing on mobile */
  #main-content > section {
    padding: clamp(2rem, 5vw, 3rem) 0;
  }
  
  /* Container padding */
  #main-content .container {
    padding: 0 1rem;
  }
  
  /* Typography adjustments */
  #main-content h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  #main-content h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  
  #main-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  /* Disable hover effects on touch */
  #main-content .card:hover,
  #main-content .feature-card:hover,
  #main-content img:hover {
    transform: none;
  }
  
  /* Better tap feedback */
  #main-content .card:active,
  #main-content .feature-card:active {
    transform: scale(0.98);
    opacity: 0.9;
  }
  
  /* Table responsive wrapper */
  #main-content table {
    font-size: 0.875rem;
  }
  
  #main-content table th,
  #main-content table td {
    padding: 0.75rem 0.5rem;
  }
  
  /* Code blocks on mobile */
  #main-content pre {
    padding: 1rem;
    font-size: 0.875rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Lists on mobile */
  #main-content ul,
  #main-content ol {
    padding-left: 1.5rem;
  }
  
  /* Blockquotes on mobile */
  #main-content blockquote {
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
  }
}

/* ================================================
   TABLET RESPONSIVE
   ================================================ */

@media (min-width: 769px) and (max-width: 1024px) {
  #main-content .container {
    padding: 0 2rem;
  }
  
  #main-content > section {
    padding: clamp(3rem, 5vw, 4rem) 0;
  }
}

/* ================================================
   ACCESSIBILITY IMPROVEMENTS
   ================================================ */

/* Skip to main content link */
.skip-to-main {
  position: absolute;
  top: -40px;
  left: 0;
  background: #1e293b;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  z-index: 10000;
  border-radius: 0 0 8px 0;
  font-weight: 600;
  transition: top 0.3s ease;
}

.skip-to-main:focus {
  top: 0;
  outline: 2px solid #0066FF;
  outline-offset: 2px;
}

/* Focus visible improvements */
#main-content *:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  #main-content,
  #main-content .reveal,
  #main-content .card,
  #main-content .feature-card,
  #main-content img {
    animation: none !important;
    transition: opacity 0.3s ease !important;
  }
  
  #main-content .reveal {
    opacity: 1;
    transform: none;
  }
  
  #main-content .card:hover,
  #main-content .feature-card:hover {
    transform: none;
  }
}

/* ================================================
   PRINT STYLES
   ================================================ */

@media print {
  #main-content {
    padding-top: 0;
  }
  
  #main-content > section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
  
  #main-content .card,
  #main-content .feature-card {
    box-shadow: none;
    border: 1px solid #e2e8f0;
    page-break-inside: avoid;
  }
  
  #main-content a {
    color: #1e293b;
    text-decoration: underline;
  }
  
  #main-content a::after {
    content: " (" attr(href) ")";
    font-size: 0.875em;
    color: #64748b;
  }
}

/* ================================================
   PERFORMANCE OPTIMIZATIONS
   ================================================ */

/* GPU acceleration for animations */
#main-content .card,
#main-content .feature-card,
#main-content .reveal {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Content loading state */
#main-content.loading {
  opacity: 0.6;
  pointer-events: none;
}

#main-content.loaded {
  opacity: 1;
  pointer-events: auto;
}

/* ================================================
   DARK MODE SUPPORT (Future)
   ================================================ */

@media (prefers-color-scheme: dark) {
  #main-content {
    background: #0f172a;
    color: #f1f5f9;
  }
  
  #main-content > section:nth-child(even) {
    background: #1e293b;
  }
  
  #main-content > section:nth-child(odd) {
    background: #0f172a;
  }
  
  #main-content h1,
  #main-content h2,
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6 {
    color: #f1f5f9;
  }
  
  #main-content p,
  #main-content li,
  #main-content span {
    color: #cbd5e1;
  }
  
  #main-content a {
    color: #60a5fa;
  }
  
  #main-content a:hover {
    color: #93c5fd;
  }
  
  #main-content blockquote {
    background: #1e293b;
    border-left-color: #60a5fa;
    color: #cbd5e1;
  }
  
  #main-content code {
    background: #1e293b;
    color: #60a5fa;
  }
  
  #main-content table th {
    background: #1e293b;
    border-bottom-color: #334155;
    color: #f1f5f9;
  }
  
  #main-content table td {
    border-bottom-color: #334155;
    color: #cbd5e1;
  }
  
  #main-content table tr:hover {
    background: #1e293b;
  }
}


/* ========== professional-loading.css ========== */
/* ========================================
 * Professional Loading States - Enterprise Level
 * Inspired by DigitalOcean, Stripe, and Vercel
 * ======================================== */

/* Professional Skeleton Loaders */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 8px;
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-text:last-child {
    width: 60%;
}

.skeleton-card {
    height: 200px;
    margin-bottom: 20px;
}

.skeleton-button {
    height: 44px;
    width: 120px;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Professional Button Loading States */
.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.btn-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: button-spin 1s linear infinite;
}

.btn-primary.btn-loading::after {
    border-top-color: white;
}

.btn-outline.btn-loading::after {
    border-top-color: var(--primary);
}

@keyframes button-spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Professional Progress Bars */
.progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #0066ff, #004dcf);
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-bar-indeterminate {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, #0066ff, transparent);
    animation: progress-indeterminate 1.5s infinite linear;
}

@keyframes progress-indeterminate {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Professional Page Loading Overlay */
.page-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.page-loading-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 102, 255, 0.1);
    border-top: 3px solid #0066ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Professional Pulse Animation */
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}


/* ========== micro-interactions.css ========== */
/* ========================================
 * Professional Micro-Interactions - Enterprise Level
 * Inspired by DigitalOcean, Stripe, Figma, and Linear
 * ======================================== */

/* Professional Hover States for Cards */
.card-interactive {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card-interactive:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 102, 255, 0.2);
}

/* Professional Input Focus States */
.input-professional {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.input-professional:focus {
    outline: none;
    border-color: #0066ff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
    transform: translateY(-1px);
}

.input-professional:hover:not(:focus) {
    border-color: rgba(0, 0, 0, 0.2);
}

/* Professional Button Interactions */
.btn-professional {
    position: relative;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-professional::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;
}

.btn-professional:hover::before {
    left: 100%;
}

.btn-professional:hover {
    transform: translateY(-1px);
}

.btn-professional:active {
    transform: translateY(0);
}

/* Professional Icon Animations */
.icon-hover {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-hover:hover {
    transform: scale(1.1);
}

.icon-bounce:hover {
    animation: icon-bounce 0.5s ease;
}

@keyframes icon-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* Professional Link Hover Effects */
.link-professional {
    position: relative;
    text-decoration: none;
    color: #0066ff;
    transition: color 0.2s ease;
}

.link-professional::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0066ff;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-professional:hover::after {
    width: 100%;
}

.link-professional:hover {
    color: #004dcf;
}

/* Professional Tab Animations */
.tab-professional {
    padding: 12px 24px;
    border: none;
    background: transparent;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-weight: 500;
}

.tab-professional:hover {
    color: #0066ff;
    background: rgba(0, 102, 255, 0.05);
}

.tab-professional.active {
    color: #0066ff;
    border-bottom-color: #0066ff;
}

/* Professional Dropdown Animations */
.dropdown-professional {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top;
}

.dropdown-professional.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Professional Tooltip */
.tooltip-professional {
    position: relative;
    cursor: help;
}

.tooltip-professional::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 8px;
    z-index: 1000;
}

.tooltip-professional::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #1a1a1a;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 4px;
}

.tooltip-professional:hover::before,
.tooltip-professional:hover::after {
    opacity: 1;
}

/* Professional Ripple Effect */
.ripple-effect {
    position: relative;
    overflow: hidden;
}

.ripple-effect::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.ripple-effect:active::before {
    width: 300px;
    height: 300px;
}

/* Professional Fade-In Animations */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }

/* Professional Scale Animations */
.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Professional Slide Animations */
.slide-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}


/* ========== premium-interactions.css ========== */
/*
 * AILA Tech - Premium Micro-Interactions
 * Subtle animations that add polish and delight
 */

/* ================================================
   HOVER LIFT EFFECTS
   ================================================ */
.hover-lift {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
  transform: translateY(-4px);
}

.hover-lift-sm:hover {
  transform: translateY(-2px);
}

.hover-lift-lg:hover {
  transform: translateY(-6px);
}

/* ================================================
   BUTTON INTERACTIONS
   ================================================ */
.aila-btn,
.btn,
button[type="submit"] {
  position: relative;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ripple effect */
.aila-btn::after,
.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.aila-btn:active::after,
.btn:active::after {
  width: 300px;
  height: 300px;
}

/* Press effect */
.aila-btn:active,
.btn:active {
  transform: scale(0.98);
}

/* ================================================
   LINK UNDERLINE ANIMATIONS
   ================================================ */
.link-underline {
  position: relative;
  text-decoration: none;
}

.link-underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover::after {
  width: 100%;
}

/* Slide from left */
.link-slide-left::after {
  left: auto;
  right: 0;
}

.link-slide-left:hover::after {
  left: 0;
  right: auto;
}

/* ================================================
   CARD INTERACTIONS
   ================================================ */
.card-interactive {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.card-interactive:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Card glow on hover */
.card-glow {
  position: relative;
}

.card-glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #0066FF 0%, #00C48C 100%);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-glow:hover::before {
  opacity: 1;
}

/* ================================================
   INPUT FOCUS ANIMATIONS
   ================================================ */
.input-animated,
.aila-input,
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  transition: border-color 0.2s ease,
              box-shadow 0.2s ease,
              background-color 0.2s ease;
}

.input-animated:focus,
.aila-input:focus {
  border-color: #0066FF;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12);
  background-color: #ffffff;
}

/* Label float animation */
.input-group-float {
  position: relative;
}

.input-group-float input {
  padding-top: 1.5rem;
}

.input-group-float label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease;
  color: #9CA3AF;
}

.input-group-float input:focus ~ label,
.input-group-float input:not(:placeholder-shown) ~ label {
  top: 0.5rem;
  transform: translateY(0);
  font-size: 0.75rem;
  color: #0066FF;
}

/* ================================================
   ICON ANIMATIONS
   ================================================ */
.icon-spin:hover {
  animation: iconSpin 0.5s ease;
}

@keyframes iconSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon-bounce:hover {
  animation: iconBounce 0.5s ease;
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.icon-pulse:hover {
  animation: iconPulse 0.5s ease;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* ================================================
   LOADING STATES
   ================================================ */
.skeleton {
  background: linear-gradient(
    90deg,
    #E5E7EB 25%,
    #F3F4F6 50%,
    #E5E7EB 75%
  );
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s ease-in-out infinite;
}

@keyframes skeletonShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Spinner */
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Dots loading */
.loading-dots {
  display: inline-flex;
  gap: 4px;
}

.loading-dots span {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  animation: loadingDots 1.4s ease-in-out infinite;
}

.loading-dots span:nth-child(1) { animation-delay: 0s; }
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes loadingDots {
  0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
  40% { transform: scale(1); opacity: 1; }
}

/* ================================================
   NOTIFICATION & TOAST ANIMATIONS
   ================================================ */
.toast-enter {
  animation: toastEnter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes toastEnter {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.toast-exit {
  animation: toastExit 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes toastExit {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* ================================================
   DROPDOWN ANIMATIONS
   ================================================ */
.dropdown-animated {
  transform-origin: top center;
  animation: dropdownOpen 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes dropdownOpen {
  from {
    opacity: 0;
    transform: scaleY(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}

/* ================================================
   SCROLL REVEAL ANIMATIONS
   ================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  transform: translateX(-30px);
}

.reveal-left.visible {
  transform: translateX(0);
}

.reveal-right {
  transform: translateX(30px);
}

.reveal-right.visible {
  transform: translateX(0);
}

.reveal-scale {
  transform: scale(0.95);
}

.reveal-scale.visible {
  transform: scale(1);
}

/* Stagger delays */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ================================================
   TOOLTIP ANIMATIONS
   ================================================ */
[data-tooltip] {
  position: relative;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  padding: 0.5rem 0.75rem;
  background: #1F2937;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
  pointer-events: none;
}

[data-tooltip]::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1F2937;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

[data-tooltip]:hover::after {
  transform: translateX(-50%) translateY(-5px);
}

/* ================================================
   FOCUS VISIBLE STYLES
   ================================================ */
:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ================================================
   SMOOTH PAGE TRANSITIONS
   ================================================ */
.page-transition {
  animation: pageEnter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes pageEnter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ================================================
   REDUCED MOTION SUPPORT
   ================================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* ========== ultra-modern-cards.css ========== */
/* 🚀 Ultra-Modern Professional Cards 2024 - AILA Tech */

/* ===== CSS CUSTOM PROPERTIES FOR CONSISTENT THEMING ===== */
:root {
  /* Primary Colors */
  --aila-primary: #3b82f6;
  --aila-primary-dark: #1d4ed8;
  --aila-primary-light: #60a5fa;
  
  /* Semantic Colors */
  --color-surface: #ffffff;
  --color-surface-secondary: #f8fafc;
  --color-surface-tertiary: #f1f5f9;
  --color-border: #e2e8f0;
  --color-border-light: rgba(226, 232, 240, 0.4);
  
  /* Text Colors */
  --color-text-primary: #0f172a;
  --color-text-secondary: #475569;
  --color-text-tertiary: #64748b;
  --color-text-muted: #94a3b8;
  
  /* Shadows - Professional Elevation System */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-professional: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
  
  /* Interactive Shadows */
  --shadow-hover: 0 20px 40px -8px rgba(59, 130, 246, 0.25), 0 8px 16px -4px rgba(59, 130, 246, 0.1);
  --shadow-focus: 0 0 0 4px rgba(59, 130, 246, 0.12);
  
  /* Spacing Scale */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  
  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-3xl: 2rem;
  
  /* Animation Curves */
  --ease-in-out-cubic: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out-cubic: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-cubic: cubic-bezier(0.4, 0, 1, 1);
  --ease-bouncy: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===== MODERN CARD GRID SYSTEM ===== */
.modern-solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2rem, 6vw, 4rem) 0;
  position: relative;
  container-type: inline-size;
}

/* CSS Container Queries for Ultra-Responsive Design */
@container (min-width: 600px) {
  .modern-solutions-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}

@container (min-width: 900px) {
  .modern-solutions-grid {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

/* ===== ULTRA-MODERN CARD DESIGN ===== */
.modern-solution-card {
  position: relative;
  height: fit-content;
  
  /* Entrance Animation */
  opacity: 0;
  transform: translateY(2rem) scale(0.95);
  transition: all 0.8s var(--ease-smooth);
  
  /* Card Positioning */
  isolation: isolate;
}

.modern-solution-card.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Stagger Animation for Multiple Cards */
.modern-solution-card:nth-child(1) { animation-delay: 0ms; }
.modern-solution-card:nth-child(2) { animation-delay: 100ms; }
.modern-solution-card:nth-child(3) { animation-delay: 200ms; }
.modern-solution-card:nth-child(4) { animation-delay: 300ms; }
.modern-solution-card:nth-child(5) { animation-delay: 400ms; }

/* ===== CARD INNER CONTAINER WITH ADVANCED EFFECTS ===== */
.modern-card-inner {
  position: relative;
  
  /* Modern Background with Subtle Gradient */
  background: 
    linear-gradient(135deg, 
      rgba(255, 255, 255, 0.95) 0%, 
      rgba(255, 255, 255, 0.9) 100%
    );
  
  /* Advanced Backdrop Filter */
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  
  /* Sophisticated Border System */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-3xl);
  
  /* Professional Shadow System */
  box-shadow: var(--shadow-lg);
  
  /* Smooth Transitions */
  transition: all 0.4s var(--ease-out-cubic);
  
  /* Modern Transform Origin */
  transform-origin: center bottom;
  transform-style: preserve-3d;
  
  /* Content Isolation */
  isolation: isolate;
  overflow: hidden;
}

/* Advanced Hover State with Multiple Effects */
.modern-solution-card:hover .modern-card-inner {
  transform: translateY(-0.75rem) scale(1.02);
  box-shadow: var(--shadow-hover);
  border-color: rgba(59, 130, 246, 0.2);
  
  /* Subtle Background Shift */
  background: 
    linear-gradient(135deg, 
      rgba(255, 255, 255, 0.98) 0%, 
      rgba(248, 250, 252, 0.95) 100%
    );
}

/* ===== NEXT-GEN HEADER DESIGN ===== */
.modern-card-header {
  position: relative;
  height: 10rem;
  padding: var(--space-xl);
  
  /* Dynamic Gradient Background */
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  
  /* Modern Layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
  /* Advanced Effects */
  overflow: hidden;
  border-radius: var(--radius-3xl) var(--radius-3xl) 0 0;
}

/* Dynamic Header Backgrounds for Different Cards */
.modern-solution-card:nth-child(1) .modern-card-header {
  background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #1d4ed8 100%);
}

.modern-solution-card:nth-child(2) .modern-card-header {
  background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
}

.modern-solution-card:nth-child(3) .modern-card-header {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
}

.modern-solution-card:nth-child(4) .modern-card-header {
  background: linear-gradient(135deg, #1E40AF 0%, #2563EB 50%, #1D4ED8 100%);
}

/* Animated Background Pattern */
.modern-card-header::before {
  content: '';
  position: absolute;
  inset: 0;
  
  /* Subtle Pattern Overlay */
  background: 
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  
  /* Gentle Animation */
  animation: patternFloat 8s ease-in-out infinite;
  opacity: 0.6;
}

@keyframes patternFloat {
  0%, 100% { 
    transform: rotate(0deg) scale(1);
    opacity: 0.6;
  }
  50% { 
    transform: rotate(180deg) scale(1.05);
    opacity: 0.8;
  }
}

/* ===== SOPHISTICATED ICON DESIGN ===== */
.modern-icon-container {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin-bottom: var(--space-md);
}

.modern-card-icon {
  width: 100%;
  height: 100%;
  
  /* Modern Glass Effect */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-xl);
  
  /* Perfect Centering */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Typography */
  font-size: 2rem;
  color: white;
  
  /* Professional Shadow */
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  
  /* Smooth Interactions */
  transition: all 0.3s var(--ease-out-cubic);
  
  /* 3D Transform */
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.modern-solution-card:hover .modern-card-icon {
  transform: scale(1.1) rotateY(12deg);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 
    0 12px 48px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Glow Effect */
.modern-icon-glow {
  position: absolute;
  inset: -0.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: iconPulse 3s ease-in-out infinite;
  z-index: 1;
}

@keyframes iconPulse {
  0%, 100% { 
    transform: scale(1);
    opacity: 0.5;
  }
  50% { 
    transform: scale(1.2);
    opacity: 0.8;
  }
}

/* ===== MODERN TYPOGRAPHY SYSTEM ===== */
.modern-card-category {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--space-xs);
  
  /* Modern Text Effects */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modern-card-title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
  
  /* Modern Gradient Text */
  background: linear-gradient(135deg, var(--color-text-primary) 0%, var(--color-text-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
  /* Improved Readability */
  letter-spacing: -0.025em;
  text-align: center;
}

.modern-card-description {
  color: var(--color-text-tertiary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: var(--space-xl);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ===== CARD CONTENT AREA ===== */
.modern-card-content {
  padding: var(--space-xl);
}

/* ===== ENHANCED DETAILS GRID ===== */
.modern-details-grid {
  background: 
    linear-gradient(135deg, 
      rgba(248, 250, 252, 0.8) 0%,
      rgba(241, 245, 249, 0.6) 100%
    );
  backdrop-filter: blur(8px);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-xl);
  padding: var(--space-lg);
  margin-bottom: var(--space-xl);
  
  /* Modern Grid */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: var(--space-md);
}

.modern-detail-item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  text-align: center;
  
  /* Modern Hover Effect */
  transition: all 0.2s var(--ease-out-cubic);
  position: relative;
  overflow: hidden;
}

.modern-detail-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 0.5s ease;
}

.modern-detail-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.modern-detail-item:hover::before {
  left: 100%;
}

.modern-detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xs);
}

.modern-detail-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

/* ===== MODERN FEATURES LIST ===== */
.modern-features-section {
  margin-bottom: var(--space-xl);
}

.modern-features-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: var(--space-lg);
  text-align: center;
  
  /* Decorative Elements */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
}

.modern-features-title::before,
.modern-features-title::after {
  content: '';
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--aila-primary), transparent);
  border-radius: 1px;
}

.modern-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-sm);
}

.modern-feature-item {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: rgba(248, 250, 252, 0.6);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  
  /* Modern Interactions */
  transition: all 0.2s var(--ease-out-cubic);
  position: relative;
  overflow: hidden;
}

.modern-feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.08), transparent);
  transition: left 0.4s ease;
}

.modern-feature-item:hover {
  transform: translateX(4px);
  background: rgba(16, 185, 129, 0.04);
  border-color: rgba(16, 185, 129, 0.2);
}

.modern-feature-item:hover::before {
  left: 100%;
}

.modern-feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059669;
  font-size: 0.75rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
  transition: all 0.2s var(--ease-out-cubic);
}

.modern-feature-item:hover .modern-feature-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.3));
}

.modern-feature-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-secondary);
}

/* ===== STATUS BADGE REDESIGN ===== */
.modern-status-badge {
  position: absolute;
  top: var(--space-lg);
  right: var(--space-lg);
  z-index: 10;
  
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-sm) var(--space-md);
  
  /* Modern Styling */
  background: rgba(16, 185, 129, 0.9);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  
  /* Advanced Effects */
  border-radius: 2rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
  
  /* Pulse Animation */
  animation: statusGlow 2s ease-in-out infinite;
}

.modern-status-badge::before {
  content: '●';
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusGlow {
  0%, 100% { box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3); }
  50% { box-shadow: 0 4px 20px rgba(16, 185, 129, 0.5); }
}

@keyframes statusPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* ===== MODERN ACTION BUTTONS ===== */
.modern-actions-container {
  background: 
    linear-gradient(135deg, 
      rgba(248, 250, 252, 0.9) 0%,
      rgba(241, 245, 249, 0.8) 100%
    );
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--color-border-light);
  border-radius: 0 0 var(--radius-3xl) var(--radius-3xl);
  padding: var(--space-xl);
  
  /* Modern Flexbox Layout */
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.modern-btn {
  flex: 1;
  min-width: 8rem;
  
  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  
  /* Sizing */
  padding: var(--space-md) var(--space-lg);
  
  /* Typography */
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  
  /* Styling */
  border: none;
  border-radius: var(--radius-xl);
  cursor: pointer;
  
  /* Advanced Transitions */
  transition: all 0.3s var(--ease-out-cubic);
  position: relative;
  overflow: hidden;
  
  /* Transform Origin */
  transform-origin: center;
}

/* Shimmer Effect for All Buttons */
.modern-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent
  );
  transition: left 0.5s ease;
}

.modern-btn:hover::before {
  left: 100%;
}

/* Primary Button - AILA Brand */
.modern-btn--primary {
  background: linear-gradient(135deg, var(--aila-primary) 0%, var(--aila-primary-dark) 100%);
  color: white;
  box-shadow: 
    0 4px 16px rgba(59, 130, 246, 0.3),
    0 2px 8px rgba(59, 130, 246, 0.2);
}

.modern-btn--primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    0 8px 24px rgba(59, 130, 246, 0.4),
    0 4px 12px rgba(59, 130, 246, 0.3);
  background: linear-gradient(135deg, var(--aila-primary-light) 0%, var(--aila-primary) 100%);
}

/* Secondary Button - Outline Style */
.modern-btn--secondary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--aila-primary);
  border: 2px solid var(--aila-primary);
  backdrop-filter: blur(8px);
}

.modern-btn--secondary:hover {
  background: var(--aila-primary);
  color: white;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    0 6px 20px rgba(59, 130, 246, 0.3),
    0 3px 10px rgba(59, 130, 246, 0.2);
}

/* Tertiary Button - Subtle Style */
.modern-btn--tertiary {
  background: linear-gradient(135deg, var(--color-text-secondary) 0%, var(--color-text-primary) 100%);
  color: white;
  box-shadow: 
    0 4px 16px rgba(71, 85, 105, 0.3),
    0 2px 8px rgba(71, 85, 105, 0.2);
}

.modern-btn--tertiary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    0 8px 24px rgba(71, 85, 105, 0.4),
    0 4px 12px rgba(71, 85, 105, 0.3);
}

/* ===== ADVANCED CARD SHADOW SYSTEM ===== */
.modern-card-shadow {
  position: absolute;
  bottom: -1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 1.5rem;
  
  background: radial-gradient(ellipse at center, 
    rgba(59, 130, 246, 0.15) 0%, 
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(12px);
  
  opacity: 0;
  transition: all 0.4s var(--ease-out-cubic);
  z-index: -1;
}

.modern-solution-card:hover .modern-card-shadow {
  opacity: 1;
  transform: scale(1.1);
}

/* ===== RESPONSIVE DESIGN WITH MODERN BREAKPOINTS ===== */
@media (max-width: 1024px) {
  .modern-solutions-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .modern-solutions-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    padding: var(--space-xl) 0;
  }
  
  .modern-card-header {
    height: 8rem;
    padding: var(--space-lg);
  }
  
  .modern-icon-container {
    width: 4rem;
    height: 4rem;
  }
  
  .modern-card-icon {
    font-size: 1.5rem;
  }
  
  .modern-actions-container {
    flex-direction: column;
    gap: var(--space-sm);
  }
  
  .modern-btn {
    width: 100%;
    min-width: auto;
  }
  
  .modern-details-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  
  .modern-features-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .modern-card-content {
    padding: var(--space-lg);
  }
  
  .modern-actions-container {
    padding: var(--space-lg);
  }
  
  .modern-card-header {
    height: 7rem;
    padding: var(--space-md);
  }
  
  .modern-icon-container {
    width: 3rem;
    height: 3rem;
  }
  
  .modern-card-icon {
    font-size: 1.25rem;
  }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
.modern-btn:focus-visible {
  outline: 2px solid var(--aila-primary);
  outline-offset: 2px;
  box-shadow: var(--shadow-focus);
}

.modern-solution-card:focus-within {
  z-index: 10;
}

.modern-solution-card:focus-within .modern-card-inner {
  box-shadow: var(--shadow-focus), var(--shadow-lg);
  border-color: var(--aila-primary);
}

/* Respect User's Motion Preferences */
@media (prefers-reduced-motion: reduce) {
  .modern-solution-card,
  .modern-card-inner,
  .modern-card-icon,
  .modern-btn,
  .modern-detail-item,
  .modern-feature-item {
    transition: none;
    animation: none;
  }
  
  .modern-card-header::before,
  .modern-icon-glow,
  .modern-status-badge::before {
    animation: none;
  }
}

/* ===== MODERN UTILITY CLASSES ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .modern-card-inner {
    border: 2px solid var(--color-text-primary);
  }
  
  .modern-btn {
    border: 2px solid currentColor;
  }
}

/* Dark Mode Support (if implemented) */
@media (prefers-color-scheme: dark) {
  :root {
    --color-surface: #0f172a;
    --color-surface-secondary: #1e293b;
    --color-surface-tertiary: #334155;
    --color-border: #475569;
    --color-border-light: rgba(71, 85, 105, 0.4);
    --color-text-primary: #f8fafc;
    --color-text-secondary: #e2e8f0;
    --color-text-tertiary: #cbd5e1;
    --color-text-muted: #94a3b8;
  }
  
  .modern-card-inner {
    background: linear-gradient(135deg, 
      rgba(30, 41, 59, 0.95) 0%, 
      rgba(15, 23, 42, 0.9) 100%
    );
  }
}









/* ========== modern-cards-customization.css ========== */
/* 🎨 AILA Tech Brand Customization for Ultra-Modern Cards */

/* ===== AILA BRAND COLOR CUSTOMIZATION ===== */
:root {
  /* AILA Brand Colors */
  --aila-primary: #2563eb;          /* AILA Blue */
  --aila-primary-dark: #1d4ed8;     /* Darker Blue */
  --aila-primary-light: #3b82f6;    /* Lighter Blue */
  --aila-accent: #10b981;           /* AILA Green */
  --aila-accent-dark: #059669;      /* Darker Green */
  
  /* Enhanced Brand Gradients */
  --aila-gradient-primary: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
  --aila-gradient-secondary: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
  --aila-gradient-accent: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
  --aila-gradient-premium: linear-gradient(135deg, #1E40AF 0%, #2563EB 50%, #1D4ED8 100%);
}

/* ===== CUSTOM AILA CARD HEADER GRADIENTS ===== */
.modern-solution-card:nth-child(1) .modern-card-header {
  background: var(--aila-gradient-primary);
  position: relative;
}

.modern-solution-card:nth-child(2) .modern-card-header {
  background: var(--aila-gradient-secondary);
}

.modern-solution-card:nth-child(3) .modern-card-header {
  background: var(--aila-gradient-accent);
}

.modern-solution-card:nth-child(4) .modern-card-header {
  background: var(--aila-gradient-premium);
}

/* ===== AILA BRAND ENHANCEMENT EFFECTS ===== */
.modern-solution-card:hover .modern-card-inner {
  border-color: var(--aila-primary);
  box-shadow: 
    0 20px 40px rgba(37, 99, 235, 0.25),
    0 8px 16px rgba(37, 99, 235, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* ===== ENHANCED AILA BUTTONS ===== */
.modern-btn--primary {
  background: var(--aila-gradient-primary);
  box-shadow: 
    0 4px 16px rgba(37, 99, 235, 0.4),
    0 2px 8px rgba(37, 99, 235, 0.3);
}

.modern-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 8px 24px rgba(37, 99, 235, 0.5),
    0 4px 12px rgba(37, 99, 235, 0.4);
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.modern-btn--secondary {
  border-color: var(--aila-primary);
  color: var(--aila-primary);
}

.modern-btn--secondary:hover {
  background: var(--aila-gradient-primary);
  border-color: transparent;
}

/* ===== AILA STATUS BADGE CUSTOMIZATION ===== */
.modern-status-badge {
  background: var(--aila-gradient-secondary);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
}

/* ===== AILA FEATURE ICONS ===== */
.modern-feature-icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.2));
  color: var(--aila-primary);
  box-shadow: 0 3px 10px rgba(37, 99, 235, 0.2);
}

.modern-feature-item:hover .modern-feature-icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0.3));
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

/* ===== CUSTOM AILA SHADOWS ===== */
.modern-card-shadow {
  background: radial-gradient(ellipse at center, 
    rgba(37, 99, 235, 0.2) 0%, 
    transparent 70%
  );
}

/* ===== AILA FOCUS STATES ===== */
.modern-btn:focus-visible {
  outline: 2px solid var(--aila-primary);
  box-shadow: 
    0 0 0 4px rgba(37, 99, 235, 0.2),
    0 4px 16px rgba(37, 99, 235, 0.3);
}

.modern-solution-card:focus-within .modern-card-inner {
  border-color: var(--aila-primary);
  box-shadow: 
    0 0 0 3px rgba(37, 99, 235, 0.3),
    0 20px 40px rgba(37, 99, 235, 0.2);
}

/* ===== AILA HOVER ENHANCEMENT ===== */
.modern-detail-item:hover {
  background: rgba(37, 99, 235, 0.05);
  border-color: rgba(37, 99, 235, 0.2);
}

.modern-feature-item:hover {
  background: rgba(37, 99, 235, 0.04);
  border-color: rgba(37, 99, 235, 0.2);
}

/* ===== PROFESSIONAL LOADING STATES ===== */
.modern-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

.modern-btn .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ===== AILA BRAND ANIMATIONS ===== */
.modern-solution-card.animate-in {
  animation: ailaCardEntrance 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes ailaCardEntrance {
  0% {
    opacity: 0;
    transform: translateY(2rem) scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: translateY(1rem) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== RESPONSIVE AILA ENHANCEMENTS ===== */
@media (max-width: 768px) {
  .modern-solutions-grid {
    gap: 1.5rem;
  }
  
  .modern-card-header {
    height: 8rem;
  }
  
  .modern-icon-container {
    width: 4rem;
    height: 4rem;
  }
  
  .modern-card-icon {
    font-size: 1.5rem;
  }
}

/* ===== AILA ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-contrast: high) {
  .modern-card-inner {
    border: 2px solid var(--aila-primary);
  }
  
  .modern-btn {
    border: 2px solid currentColor;
  }
}

/* ===== DARK MODE AILA THEME ===== */
@media (prefers-color-scheme: dark) {
  :root {
    --aila-primary: #60a5fa;
    --aila-primary-dark: #3b82f6;
    --aila-primary-light: #93c5fd;
  }
  
  .modern-card-inner {
    background: linear-gradient(135deg, 
      rgba(30, 41, 59, 0.95) 0%, 
      rgba(15, 23, 42, 0.9) 100%
    );
    border-color: rgba(60, 165, 250, 0.2);
  }
  
  .modern-card-title {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}









/* ========== modern-cards-icons-images.css ========== */
/* 🎨 Enhanced Icons & Images for Ultra-Modern Cards */

/* ===== ICON ENHANCEMENT SYSTEM ===== */

/* Icon Container Variations */
.modern-icon-container--small {
  width: 3rem;
  height: 3rem;
}

.modern-icon-container--medium {
  width: 4rem;
  height: 4rem;
}

.modern-icon-container--large {
  width: 5rem;
  height: 5rem;
}

.modern-icon-container--xl {
  width: 6rem;
  height: 6rem;
}

/* ===== ENHANCED ICON STYLES ===== */

/* Gradient Icon Style */
.modern-card-icon--gradient {
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.25) 0%, 
    rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.modern-card-icon--gradient::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: iconRotate 8s linear infinite;
}

@keyframes iconRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Solid Color Icon Style */
.modern-card-icon--solid {
  background: rgba(255, 255, 255, 0.9);
  color: var(--aila-primary);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* Neon Glow Icon Style */
.modern-card-icon--neon {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 0 20px rgba(255, 255, 255, 0.2),
    0 0 40px rgba(255, 255, 255, 0.1),
    inset 0 0 20px rgba(255, 255, 255, 0.1);
  animation: neonPulse 3s ease-in-out infinite;
}

@keyframes neonPulse {
  0%, 100% { 
    box-shadow: 
      0 0 20px rgba(255, 255, 255, 0.2),
      0 0 40px rgba(255, 255, 255, 0.1),
      inset 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% { 
    box-shadow: 
      0 0 30px rgba(255, 255, 255, 0.4),
      0 0 60px rgba(255, 255, 255, 0.2),
      inset 0 0 30px rgba(255, 255, 255, 0.2);
  }
}

/* ===== IMAGE SUPPORT SYSTEM ===== */

/* Image Icon Container */
.modern-icon-image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
  transition: all 0.4s var(--ease-out-cubic);
}

.modern-card-icon--image {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.modern-solution-card:hover .modern-icon-image {
  transform: scale(1.1);
}

/* Image with Overlay */
.modern-icon-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.modern-icon-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modern-solution-card:hover .modern-icon-image-overlay {
  opacity: 1;
}

/* ===== SPECIALIZED ICON STYLES ===== */

/* Service-Specific Icon Styles */
.service-icon--ai {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.service-icon--security {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.service-icon--analytics {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
}

.service-icon--automation {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  color: white;
}

/* ===== LOGO/BRAND IMAGE SUPPORT ===== */

/* Brand Logo Container */
.modern-brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
}

.modern-card-icon--logo {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.25rem;
}

/* ===== AVATAR/PROFILE IMAGE SUPPORT ===== */

.modern-card-icon--avatar {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.modern-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== ICON WITH BACKGROUND PATTERNS ===== */

.modern-card-icon--pattern {
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
}

/* ===== FLOATING BADGE ON ICONS ===== */

.modern-icon-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid white;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  z-index: 10;
}

/* ===== ICON LOADING STATES ===== */

.modern-card-icon--loading {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  position: relative;
  overflow: hidden;
}

.modern-card-icon--loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.4), 
    transparent
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* ===== RESPONSIVE ICON SIZES ===== */

@media (max-width: 768px) {
  .modern-icon-container--xl {
    width: 4rem;
    height: 4rem;
  }
  
  .modern-icon-container--large {
    width: 3.5rem;
    height: 3.5rem;
  }
  
  .modern-icon-container--medium {
    width: 3rem;
    height: 3rem;
  }
  
  .modern-card-icon {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .modern-icon-container {
    width: 3rem;
    height: 3rem;
  }
  
  .modern-card-icon {
    font-size: 1rem;
  }
}

/* ===== ICON HOVER ENHANCEMENTS ===== */

.modern-solution-card:hover .modern-card-icon--gradient {
  transform: scale(1.1) rotateY(15deg);
  box-shadow: 
    0 15px 50px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(255, 255, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.modern-solution-card:hover .modern-card-icon--solid {
  transform: scale(1.1) rotateY(10deg);
  background: rgba(255, 255, 255, 1);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.15),
    0 0 20px rgba(59, 130, 246, 0.2);
}

.modern-solution-card:hover .modern-card-icon--neon {
  transform: scale(1.15) rotateY(12deg);
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */

.modern-card-icon img {
  alt: attr(alt);
}

.modern-card-icon[aria-label]::before {
  content: attr(aria-label);
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ===== HIGH CONTRAST MODE SUPPORT ===== */

@media (prefers-contrast: high) {
  .modern-card-icon {
    border: 2px solid currentColor;
    background: var(--color-surface);
  }
  
  .modern-icon-image {
    border: 2px solid currentColor;
  }
}

/* ===== DARK MODE ICON ADJUSTMENTS ===== */

@media (prefers-color-scheme: dark) {
  .modern-card-icon--solid {
    background: rgba(30, 41, 59, 0.9);
    color: var(--aila-primary-light);
    border-color: rgba(60, 165, 250, 0.3);
  }
  
  .modern-brand-logo {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(60, 165, 250, 0.3);
  }
}

/* ===== ICON ANIMATION UTILITIES ===== */

.icon-bounce {
  animation: iconBounce 2s ease-in-out infinite;
}

@keyframes iconBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.icon-spin {
  animation: iconSpin 3s linear infinite;
}

@keyframes iconSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.icon-pulse {
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}









/* ========== modern-footer.css ========== */
/* 🚀 Modern Footer Styling - Professional & User-Friendly */

/* ===== SEAMLESS CONNECTION WITH MAIN CONTENT ===== */
main {
  margin-bottom: 0;
  padding-bottom: 0;
}

main > section:last-child {
  margin-bottom: 0;
  padding-bottom: clamp(20px, 3vw, 40px);
}

section.pricing-plans {
  margin-bottom: 0;
  padding-bottom: clamp(40px, 5vw, 60px);
}

/* Ensure no spacing after footer */
footer.modern-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

footer.modern-footer .footer-bottom {
  margin-bottom: 0 !important;
}

body {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ===== FOOTER FOUNDATION ===== */
.modern-footer {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #2563eb 100%);
  color: white;
  padding-top: clamp(2rem, 4vw, 3rem);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  clear: both;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.footer-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

/* ===== MAIN FOOTER GRID ===== */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
  align-items: start;
}

/* ===== COMPANY SECTION ===== */
.footer-company {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.95);
  margin-bottom: 1.5rem;
  font-weight: 400;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}

/* ===== SOCIAL MEDIA LINKS ===== */
.footer-social {
  display: flex;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link::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 ease;
}

.social-link:hover::before {
  left: 100%;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-link i {
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
}

/* ===== FOOTER SECTIONS ===== */
.footer-section {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  border-radius: 2px;
}

/* ===== FOOTER LINKS ===== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-item {
  margin-bottom: 0.625rem;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.footer-link {
  color: rgba(248, 250, 252, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  transition: all 0.2s ease;
  position: relative;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: white;
  transform: translateX(0.5rem);
}

.footer-link:hover::before {
  width: 100%;
}

.footer-link i {
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.footer-link:hover i {
  opacity: 1;
}

/* ===== CONTACT INFO ===== */
.contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: clamp(0.875rem, 1.5vw, 1.25rem);
  padding: clamp(0.75rem, 1.2vw, 0.875rem) clamp(0.875rem, 1.5vw, 1rem);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(0.25rem);
}

.contact-icon {
  margin-right: 0.75rem;
  color: #fbbf24;
  font-size: 1.125rem;
  width: 1.25rem;
  text-align: center;
  flex-shrink: 0;
}

.contact-text {
  color: rgba(248, 250, 252, 0.95);
  font-size: clamp(0.875rem, 1.2vw, 0.95rem);
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}

.contact-text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-text a:hover {
  color: #fbbf24;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  padding: 1.5rem 0;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}

.footer-copyright {
  color: #cbd5e1;
  font-size: 0.875rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.footer-links-bottom {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links-bottom a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-links-bottom a:hover {
  color: white;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  
  .footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .modern-footer {
    padding-top: clamp(2rem, 4vw, 3rem);
    margin-top: 0;
  }
  
  .footer-container {
    padding: 0 clamp(1rem, 3vw, 1.5rem);
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
  }
  
  .footer-company {
    text-align: center;
    grid-column: auto;
    max-width: 100%;
  }
  
  .footer-description {
    text-align: center;
    max-width: 100%;
    padding: 0 clamp(0.5rem, 2vw, 1rem);
  }
  
  .footer-logo {
    margin: 0 auto clamp(1rem, 2vw, 1.5rem) auto;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .footer-title {
    text-align: center;
    margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
  }
  
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Center Contact Us section on mobile */
  .footer-section:last-child {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  
  .footer-section:last-child .contact-item {
    justify-content: center;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact-item {
    padding: clamp(0.875rem, 1.5vw, 1rem);
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  .contact-item .contact-icon {
    margin-right: clamp(0.5rem, 1vw, 0.75rem);
    flex-shrink: 0;
  }
  
  .contact-item .contact-text {
    text-align: center;
    flex: 1;
  }
  
  .footer-links {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-link-item {
    text-align: center;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .footer-links-bottom {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .modern-footer {
    padding-top: 2rem;
    margin-top: 0;
  }
  
  .footer-container {
    padding: 0 0.75rem;
  }
  
  .footer-grid {
    gap: 1.5rem;
  }
  
  .footer-title {
    font-size: 1.125rem;
  }
  
  .footer-description {
    font-size: 0.9rem;
  }
  
  .social-link {
    width: 40px;
    height: 40px;
  }
  
  .footer-section {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  
  .footer-section:last-child .contact-item {
    justify-content: center;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact-item {
    padding: 0.75rem;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  
  .contact-item .contact-text {
    font-size: 0.875rem;
    text-align: center;
    flex: 1;
  }
  
  .footer-links-bottom {
    gap: 0.75rem;
  }
  
  .footer-links-bottom a {
    font-size: 0.8rem;
  }
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
.footer-link:focus,
.social-link:focus {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .social-link,
  .footer-link,
  .contact-item,
  .footer-logo {
    transition: none;
    animation: none;
  }
  
  .social-link::before,
  .footer-link::before {
    transition: none;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .modern-footer {
    background: none !important;
    color: black !important;
  }
  
  .footer-logo {
    filter: none !important;
  }
  
  .social-link {
    display: none;
  }
}









/* ========== premium-menu.css ========== */
/*
 * AILA Tech - Premium Navigation Menu System
 * Beautiful, responsive menu for mobile, tablet, and desktop
 * v2.0 - Enhanced Premium UX/UI
 */

/* ================================================
   CSS VARIABLES FOR MENU
   ================================================ */
:root {
  /* Menu Colors */
  --menu-bg: rgba(255, 255, 255, 0.98);
  --menu-bg-solid: #ffffff;
  --menu-text: #374151;
  --menu-text-hover: #0066FF;
  --menu-text-muted: #6B7280;
  --menu-border: rgba(0, 0, 0, 0.06);
  --menu-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --menu-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
  
  /* Menu Gradients */
  --menu-gradient-primary: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
  --menu-gradient-accent: linear-gradient(135deg, #0066FF 0%, #00C48C 100%);
  
  /* Menu Spacing */
  --menu-header-height-desktop: 70px;
  --menu-header-height-mobile: 64px;
  --menu-drawer-width: 320px;
  
  /* Menu Animations */
  --menu-transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --menu-transition-normal: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --menu-transition-slow: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================================
   DESKTOP HEADER - PREMIUM DESIGN
   ================================================ */
.main-header.aila-navbar {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  /* z-index: 1000; */
  background: var(--menu-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--menu-border);
  transition: all var(--menu-transition-normal);
  height: var(--menu-header-height-desktop);
}

.main-header.aila-navbar.scrolled {
  box-shadow: var(--menu-shadow);
  background: var(--menu-bg-solid);
}

/* Hide/Show on scroll */
.main-header.aila-navbar.navbar-hidden {
  transform: translateY(-100%);
}

.aila-navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  gap: 2rem;
}

/* ================================================
   LOGO STYLES - PREMIUM
   ================================================ */
.aila-nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
}

.aila-nav-logo img {
  height: 40px;
  width: auto;
  transition: all var(--menu-transition-normal);
}

.aila-nav-logo:hover img {
  transform: scale(1.03);
}

.aila-nav-logo::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--menu-gradient-accent);
  transition: width var(--menu-transition-normal);
  border-radius: 2px;
}

.aila-nav-logo:hover::after {
  width: 100%;
}

/* ================================================
   DESKTOP NAVIGATION LINKS - PREMIUM
   ================================================ */
.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.aila-nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.aila-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.125rem;
  font-family: 'Noto Sans Lao', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--menu-text);
  text-decoration: none;
  border-radius: 10px;
  transition: all var(--menu-transition-fast);
  position: relative;
  overflow: hidden;
}

/* Hover underline effect */
.aila-nav-link::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--menu-gradient-primary);
  transition: all var(--menu-transition-normal);
  transform: translateX(-50%);
  border-radius: 2px;
}

.aila-nav-link:hover {
  color: var(--menu-text-hover);
  background: rgba(0, 102, 255, 0.06);
}

.aila-nav-link:hover::before {
  width: calc(100% - 2rem);
}

.aila-nav-link.active {
  color: var(--menu-text-hover);
  font-weight: 600;
}

.aila-nav-link.active::before {
  width: calc(100% - 2rem);
}

/* Dropdown menu container - adds padding for hover bridge */
.nav-item.dropdown-menu {
  padding-bottom: 15px;
  margin-bottom: -15px;
}

/* Dropdown chevron */
.dropdown-chevron {
  transition: transform var(--menu-transition-fast);
  margin-left: 2px;
}

.dropdown-menu:hover .dropdown-chevron,
.dropdown-menu.dropdown-open .dropdown-chevron {
  transform: rotate(180deg);
}

/* ================================================
   PREMIUM DROPDOWN MENU
   ================================================ */
.premium-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 280px;
  background: var(--menu-bg-solid);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  padding: 0.625rem;
  padding-top: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--menu-transition-normal);
  z-index: 99998;
}

/* Arrow pointer */
.premium-dropdown::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: var(--menu-bg-solid);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px 0 0 0;
}

/* Invisible bridge for hover */
.premium-dropdown::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  height: 30px;
  background: transparent;
}

.dropdown-menu:hover .premium-dropdown,
.dropdown-menu.dropdown-open .premium-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown items */
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.125rem;
  text-decoration: none;
  border-radius: 12px;
  transition: all var(--menu-transition-fast);
  position: relative;
  overflow: hidden;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--menu-gradient-accent);
  transition: width var(--menu-transition-fast);
  border-radius: 12px 0 0 12px;
}

.dropdown-item:hover {
  background: #F8FAFC;
  transform: translateX(4px);
}

.dropdown-item:hover::before {
  width: 4px;
}

.dropdown-item i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--menu-gradient-accent);
  color: white;
  border-radius: 10px;
  font-size: 0.9375rem;
  flex-shrink: 0;
  transition: all var(--menu-transition-fast);
}

.dropdown-item:hover i {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.dropdown-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dropdown-item-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1F2937;
  transition: color var(--menu-transition-fast);
}

.dropdown-item:hover .dropdown-item-title {
  color: var(--menu-text-hover);
}

.dropdown-item-desc {
  font-size: 0.8125rem;
  color: var(--menu-text-muted);
  line-height: 1.4;
}

/* ================================================
   AUTH BUTTONS - PREMIUM
   ================================================ */
.desktop-auth {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-shrink: 0;
}

.aila-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-family: 'Noto Sans Lao', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all var(--menu-transition-fast);
  white-space: nowrap;
}

.aila-btn-ghost {
  background: transparent;
  color: var(--menu-text);
  border: 1.5px solid transparent;
}

.aila-btn-ghost:hover {
  background: rgba(0, 102, 255, 0.06);
  color: var(--menu-text-hover);
  border-color: rgba(0, 102, 255, 0.15);
}

.aila-btn-primary {
  background: var(--menu-gradient-primary);
  color: white;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.25);
}

.aila-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
}

.aila-btn-primary:active {
  transform: translateY(0);
}

.aila-btn-primary svg {
  transition: transform var(--menu-transition-fast);
}

.aila-btn-primary:hover svg {
  transform: translateX(3px);
}

/* ================================================
   MOBILE MENU BUTTON - PREMIUM
   ================================================ */
.mobile-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1.5px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  color: var(--menu-text);
  transition: all var(--menu-transition-fast);
  position: relative;
  overflow: hidden;
}

.mobile-menu-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 102, 255, 0.06);
  border-radius: 12px;
  opacity: 0;
  transition: opacity var(--menu-transition-fast);
}

.mobile-menu-btn:hover::before {
  opacity: 1;
}

.mobile-menu-btn:hover {
  color: var(--menu-text-hover);
  border-color: rgba(0, 102, 255, 0.15);
}

.mobile-menu-btn:active {
  transform: scale(0.95);
}

.mobile-menu-btn svg {
  position: relative;
  z-index: 1;
}

/* ================================================
   MOBILE NAVIGATION OVERLAY - PREMIUM
   ================================================ */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all var(--menu-transition-slow);
  z-index: 2000;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ================================================
   MOBILE DRAWER - PREMIUM DESIGN
   ================================================ */
.mobile-nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: var(--menu-drawer-width);
  height: 100%;
  background: var(--menu-bg-solid);
  transform: translateX(100%);
  transition: transform var(--menu-transition-slow);
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.mobile-nav-overlay.active .mobile-nav-drawer {
  transform: translateX(0);
}

/* Drawer Header */
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(to bottom, #F8FAFC, transparent);
  border-bottom: 1px solid #E5E7EB;
}

.mobile-nav-logo img {
  height: 36px;
  width: auto;
}

.mobile-nav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #F3F4F6;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  color: #6B7280;
  transition: all var(--menu-transition-fast);
}

.mobile-nav-close:hover {
  background: #E5E7EB;
  color: #1F2937;
  transform: rotate(90deg);
}

.mobile-nav-close:active {
  transform: rotate(90deg) scale(0.95);
}

/* Drawer Content */
.mobile-nav-content {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  -webkit-overflow-scrolling: touch;
}

/* Section styling */
.mobile-nav-section {
  margin-bottom: 2rem;
}

.mobile-nav-section:last-child {
  margin-bottom: 0;
}

.mobile-nav-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin-bottom: 1rem;
  padding-left: 0.875rem;
}

.mobile-nav-section-title::before {
  content: '';
  width: 12px;
  height: 2px;
  background: var(--menu-gradient-accent);
  border-radius: 2px;
}

/* Navigation Links */
.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border-radius: 14px;
  transition: all var(--menu-transition-fast);
  position: relative;
  margin-bottom: 0.375rem;
}

/* Hover effect bar */
.mobile-nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 60%;
  background: var(--menu-gradient-accent);
  border-radius: 0 4px 4px 0;
  transition: width var(--menu-transition-fast);
}

.mobile-nav-link:hover {
  background: #F3F4F6;
  color: var(--menu-text-hover);
  transform: translateX(4px);
}

.mobile-nav-link:hover::before {
  width: 4px;
}

.mobile-nav-link:active {
  transform: translateX(4px) scale(0.98);
}

/* Icon styles */
.mobile-nav-link i {
  width: 24px;
  text-align: center;
  font-size: 1rem;
  color: #6B7280;
  transition: color var(--menu-transition-fast);
}

.mobile-nav-link:hover i {
  color: var(--menu-text-hover);
}

/* Highlight CTA */
.mobile-nav-link.highlight {
  background: var(--menu-gradient-primary);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.25);
}

.mobile-nav-link.highlight::before {
  display: none;
}

.mobile-nav-link.highlight:hover {
  transform: translateY(-2px) translateX(0);
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
  background: var(--menu-gradient-primary);
}

.mobile-nav-link.highlight i {
  color: white;
}

/* Active state */
.mobile-nav-link.active {
  background: rgba(0, 102, 255, 0.08);
  color: var(--menu-text-hover);
}

.mobile-nav-link.active::before {
  width: 4px;
}

.mobile-nav-link.active i {
  color: var(--menu-text-hover);
}

/* Drawer Footer */
.mobile-nav-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid #E5E7EB;
  background: linear-gradient(to top, #F8FAFC, transparent);
  text-align: center;
}

.mobile-nav-footer p {
  font-size: 0.75rem;
  color: #9CA3AF;
  margin: 0;
}

/* ================================================
   TABLET SPECIFIC STYLES (768px - 1024px)
   ================================================ */
@media (min-width: 768px) and (max-width: 1024px) {
  .aila-navbar-content {
    padding: 0 1.5rem;
    gap: 1.5rem;
  }
  
  .aila-nav-links {
    gap: 0.375rem;
  }
  
  .aila-nav-link {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  
  .desktop-auth {
    gap: 0.625rem;
  }
  
  .aila-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }
  
  /* Premium dropdown adjustments for tablet */
  .premium-dropdown {
    min-width: 260px;
    left: 0;
    transform: translateX(0) translateY(10px);
  }
  
  .dropdown-menu.dropdown-open .premium-dropdown,
  .dropdown-menu:hover .premium-dropdown {
    transform: translateX(0) translateY(0);
  }
  
  .premium-dropdown::after {
    left: 2rem;
    transform: translateX(0) rotate(45deg);
  }
  
  /* Larger mobile drawer on tablet */
  .mobile-nav-drawer {
    max-width: 420px;
    width: 85%;
  }
  
  .mobile-nav-link {
    padding: 1.125rem 1.25rem;
    font-size: 0.9375rem;
  }
  
  .mobile-nav-link i {
    width: 24px;
    height: 24px;
    font-size: 1rem;
  }
}

/* ================================================
   MOBILE STYLES (Below 1024px)
   ================================================ */
@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }
  
  .desktop-auth {
    display: none;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
  
  /* Hide dropdown on mobile/tablet - use mobile menu instead */
  .premium-dropdown {
    display: none !important;
  }
}

/* ================================================
   DESKTOP STYLES (1025px - 1440px)
   ================================================ */
@media (min-width: 1025px) and (max-width: 1440px) {
  .aila-navbar-content {
    padding: 0 2rem;
    max-width: 1280px;
  }
  
  .aila-nav-links {
    gap: 0.5rem;
  }
  
  .aila-nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
  }
  
  .desktop-auth {
    gap: 0.75rem;
  }
  
  .aila-btn {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
  }
  
  /* Premium dropdown positioning */
  .premium-dropdown {
    min-width: 300px;
  }
}

/* ================================================
   LARGE DESKTOP STYLES (1441px+)
   ================================================ */
@media (min-width: 1441px) {
  .aila-navbar-content {
    padding: 0 2.5rem;
    max-width: 1600px;
  }
  
  .aila-nav-links {
    gap: 0.75rem;
  }
  
  .aila-nav-link {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }
  
  .desktop-auth {
    gap: 1rem;
  }
  
  .aila-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }
  
  /* Enhanced dropdown for large screens */
  .premium-dropdown {
    min-width: 320px;
    padding: 0.75rem;
    padding-top: 1.5rem;
  }
  
  .dropdown-item {
    padding: 1.125rem 1.25rem;
  }
  
  .dropdown-item-title {
    font-size: 1rem;
  }
}

/* ================================================
   SMALL MOBILE (Below 768px)
   ================================================ */
@media (max-width: 768px) {
  .main-header.aila-navbar {
    top: 0;
    height: var(--menu-header-height-mobile);
  }
  
  .aila-navbar-content {
    padding: 0 1rem;
  }
  
  .aila-nav-logo img {
    height: 34px;
  }
  
  .mobile-menu-btn {
    width: 44px;
    height: 44px;
  }
  
  /* Full width drawer on small screens */
  .mobile-nav-drawer {
    max-width: 100%;
    width: 100%;
  }
  
  .mobile-nav-header {
    padding: 1rem 1.25rem;
  }
  
  .mobile-nav-content {
    padding: 1.25rem 1rem;
  }
  
  .mobile-nav-link {
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
  }
}

/* ================================================
   EXTRA SMALL MOBILE (Below 480px)
   ================================================ */
@media (max-width: 480px) {
  .aila-navbar-content {
    padding: 0 0.875rem;
  }
  
  .aila-nav-logo img {
    height: 30px;
  }
  
  .mobile-menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  
  .mobile-nav-header {
    padding: 0.875rem 1rem;
  }
  
  .mobile-nav-logo img {
    height: 30px;
  }
  
  .mobile-nav-close {
    width: 40px;
    height: 40px;
  }
  
  .mobile-nav-content {
    padding: 1rem 0.875rem;
  }
  
  .mobile-nav-section {
    margin-bottom: 1.5rem;
  }
  
  .mobile-nav-section-title {
    font-size: 0.625rem;
    margin-bottom: 0.75rem;
  }
  
  .mobile-nav-link {
    padding: 0.75rem 0.875rem;
    font-size: 0.9rem;
    border-radius: 12px;
    gap: 0.875rem;
  }
  
  .mobile-nav-link i {
    width: 22px;
    font-size: 0.9rem;
  }
  
  .mobile-nav-footer {
    padding: 1rem;
  }
  
  .mobile-nav-footer p {
    font-size: 0.6875rem;
  }
}

/* ================================================
   LANDSCAPE MOBILE
   ================================================ */
@media (max-width: 896px) and (orientation: landscape) {
  .main-header.aila-navbar {
    height: 56px;
  }
  
  .aila-nav-logo img {
    height: 32px;
  }
  
  .mobile-menu-btn {
    width: 40px;
    height: 40px;
  }
  
  .mobile-nav-drawer {
    max-width: 45%;
    max-height: 100vh;
    overflow-y: auto;
  }
  
  .mobile-nav-content {
    padding: 1rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  
  .mobile-nav-section {
    margin-bottom: 0.75rem;
  }
  
  .mobile-nav-link {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  
  .mobile-nav-link i {
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
  }
  
  .mobile-nav-header,
  .mobile-nav-footer {
    padding: 0.75rem 1rem;
  }
  
  .mobile-nav-section-title {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
  }
}

/* ================================================
   TOUCH DEVICE OPTIMIZATIONS
   ================================================ */
@media (hover: none) and (pointer: coarse) {
  /* Larger touch targets for mobile */
  .aila-nav-link {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-menu-btn {
    min-width: 44px;
    min-height: 44px;
  }
  
  .mobile-nav-close {
    min-width: 44px;
    min-height: 44px;
  }
  
  .mobile-nav-link {
    min-height: 48px;
  }
  
  .dropdown-item {
    min-height: 48px;
    padding: 1rem 1.25rem;
  }
  
  /* Disable hover effects on touch devices */
  .dropdown-menu:hover .premium-dropdown {
    opacity: 0;
    visibility: hidden;
  }
  
  /* Only show dropdown on click/tap */
  .dropdown-menu.dropdown-open .premium-dropdown {
    opacity: 1;
    visibility: visible;
  }
  
  /* Better tap feedback */
  .aila-nav-link:active,
  .mobile-nav-link:active,
  .dropdown-item:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  
  .mobile-menu-btn:active {
    transform: scale(0.95);
  }
}

/* ================================================
   TABLET LANDSCAPE (1024px - 1366px)
   ================================================ */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .aila-navbar-content {
    padding: 0 1.75rem;
  }
  
  .aila-nav-link {
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
  }
  
  .premium-dropdown {
    min-width: 280px;
  }
}

/* ================================================
   ANIMATIONS FOR MENU ITEMS
   ================================================ */
/* Stagger animation for mobile menu links */
.mobile-nav-overlay.active .mobile-nav-link {
  animation: slideInFromRight 0.3s ease forwards;
  opacity: 0;
}

/* Smooth dropdown animation */
.premium-dropdown {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(10px) translateZ(0);
}

.dropdown-menu.dropdown-open .premium-dropdown,
.dropdown-menu:hover .premium-dropdown {
  transform: translateX(-50%) translateY(0) translateZ(0);
}

/* Premium button hover effects */
.aila-btn {
  position: relative;
  overflow: hidden;
  transition: all var(--menu-transition-fast);
}

.aila-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.aila-btn:hover::before {
  width: 300px;
  height: 300px;
}

.aila-btn-primary::before {
  background: rgba(255, 255, 255, 0.15);
}

.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-link:nth-child(2) { animation-delay: 0.05s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-link:nth-child(3) { animation-delay: 0.1s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-link:nth-child(4) { animation-delay: 0.15s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-link:nth-child(5) { animation-delay: 0.2s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-link:nth-child(6) { animation-delay: 0.25s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-link:nth-child(7) { animation-delay: 0.3s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(2) .mobile-nav-link:nth-child(2) { animation-delay: 0.35s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(2) .mobile-nav-link:nth-child(3) { animation-delay: 0.4s; }
.mobile-nav-overlay.active .mobile-nav-section:nth-child(2) .mobile-nav-link:nth-child(4) { animation-delay: 0.45s; }

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Section title animation */
.mobile-nav-overlay.active .mobile-nav-section-title {
  animation: fadeIn 0.3s ease forwards;
  opacity: 0;
}

.mobile-nav-overlay.active .mobile-nav-section:nth-child(1) .mobile-nav-section-title {
  animation-delay: 0s;
}

.mobile-nav-overlay.active .mobile-nav-section:nth-child(2) .mobile-nav-section-title {
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ================================================
   ACCESSIBILITY
   ================================================ */
/* Focus states */
.aila-nav-link:focus-visible,
.aila-btn:focus-visible,
.mobile-menu-btn:focus-visible,
.mobile-nav-close:focus-visible,
.mobile-nav-link:focus-visible,
.dropdown-item:focus-visible {
  outline: 2px solid var(--menu-text-hover);
  outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .aila-nav-link,
  .aila-btn,
  .mobile-menu-btn,
  .mobile-nav-overlay,
  .mobile-nav-drawer,
  .mobile-nav-link,
  .dropdown-item,
  .premium-dropdown,
  .dropdown-chevron {
    transition: none;
    animation: none;
  }
  
  .mobile-nav-overlay.active .mobile-nav-link {
    animation: none;
    opacity: 1;
  }
  
  .mobile-nav-overlay.active .mobile-nav-section-title {
    animation: none;
    opacity: 1;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .main-header.aila-navbar {
    background: white;
    border-bottom: 2px solid black;
  }
  
  .aila-nav-link,
  .mobile-nav-link {
    border: 1px solid transparent;
  }
  
  .aila-nav-link:hover,
  .aila-nav-link:focus,
  .mobile-nav-link:hover,
  .mobile-nav-link:focus {
    border-color: currentColor;
  }
  
  .aila-btn-primary {
    background: black;
    color: white;
  }
}

/* ================================================
   DARK MODE SUPPORT
   ================================================ */
@media (prefers-color-scheme: dark) {
  :root {
    --menu-bg: rgba(15, 23, 42, 0.98);
    --menu-bg-solid: #0F172A;
    --menu-text: #E2E8F0;
    --menu-text-muted: #94A3B8;
    --menu-border: rgba(255, 255, 255, 0.08);
  }
  
  .main-header.aila-navbar {
    background: var(--menu-bg);
  }
  
  .main-header.aila-navbar.scrolled {
    background: var(--menu-bg-solid);
  }
  
  .premium-dropdown {
    background: #1E293B;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  }
  
  .premium-dropdown::after {
    background: #1E293B;
    border-color: rgba(255, 255, 255, 0.08);
  }
  
  .dropdown-item:hover {
    background: #334155;
  }
  
  .dropdown-item-title {
    color: #F1F5F9;
  }
  
  .mobile-nav-drawer {
    background: #0F172A;
  }
  
  .mobile-nav-header {
    background: linear-gradient(to bottom, #1E293B, transparent);
    border-color: rgba(255, 255, 255, 0.08);
  }
  
  .mobile-nav-close {
    background: #1E293B;
    color: #94A3B8;
  }
  
  .mobile-nav-close:hover {
    background: #334155;
    color: #F1F5F9;
  }
  
  .mobile-nav-link {
    color: #E2E8F0;
  }
  
  .mobile-nav-link:hover {
    background: #1E293B;
    color: #60A5FA;
  }
  
  .mobile-nav-link i {
    color: #94A3B8;
  }
  
  .mobile-nav-link:hover i {
    color: #60A5FA;
  }
  
  .mobile-nav-footer {
    background: linear-gradient(to top, #1E293B, transparent);
    border-color: rgba(255, 255, 255, 0.08);
  }
  
  .aila-btn-ghost {
    color: #E2E8F0;
  }
  
  .aila-btn-ghost:hover {
    background: rgba(96, 165, 250, 0.1);
    color: #60A5FA;
    border-color: rgba(96, 165, 250, 0.2);
  }
}

/* ================================================
   PRINT STYLES
   ================================================ */
@media print {
  .main-header.aila-navbar,
  .mobile-nav-overlay {
    display: none !important;
  }
}

/* ================================================
   DESKTOP NAVIGATION VISIBILITY FIX
   This MUST be at the end of the file to ensure
   desktop navigation is visible at desktop widths
   ================================================ */
@media (min-width: 1025px) {
  /* Force show desktop navigation */
  .desktop-nav,
  .main-nav.desktop-nav,
  nav.main-nav.desktop-nav,
  .main-header.aila-navbar .desktop-nav {
    display: flex !important;
    flex: 1;
    justify-content: center;
  }
  
  /* Force show desktop auth buttons */
  .desktop-auth,
  .auth-buttons.desktop-auth {
    display: flex !important;
    gap: 0.875rem;
    align-items: center;
  }
  
  /* Force hide mobile menu button */
  .mobile-menu-btn {
    display: none !important;
  }
  
  /* Ensure nav links are visible */
  .aila-nav-links {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
  }
}
