/* Import specialized premium fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* Performance optimizations for low-end devices */
.low-end-device * {
    animation-duration: 0.01ms !important;
    animation-delay: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}

.low-end-device .floating-shape, 
.low-end-device .liquid-bg,
.low-end-device .particle,
.low-end-device .gradient-bg,
.low-end-device .animate-float {
    display: none !important;
}

/* Keep important elements visible on low-end devices */
.low-end-device .floating-logo-badge {
    display: block !important;
    animation: none !important;
}

.low-end-device .hero-carousel::before,
.low-end-device .hero-carousel::after {
    display: none !important;
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-delay: -1ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .floating-shape, .liquid-bg {
        animation: none !important;
    }
}

/* Performance optimizations for mobile devices */
@media (max-width: 768px) {
    .floating-shapes-container {
        display: none;
    }
    
    .parallax-element {
        transform: none !important;
    }
    
    .hero-carousel {
        will-change: auto;
    }
    
    .gradient-bg::before,
    .gradient-bg::after {
        display: none;
    }
}

:root {
  /* Primitive Color Tokens */
  --color-white: rgba(255, 255, 255, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-cream-50: rgba(252, 252, 249, 1);
  --color-cream-100: rgba(255, 255, 253, 1);
  --color-gray-200: rgba(245, 245, 245, 1);
  --color-gray-300: rgba(167, 169, 169, 1);
  --color-gray-400: rgba(119, 124, 124, 1);
  --color-slate-500: rgba(98, 108, 113, 1);
  --color-brown-600: rgba(94, 82, 64, 1);
  --color-charcoal-700: rgba(31, 33, 33, 1);
  --color-charcoal-800: rgba(38, 40, 40, 1);
  --color-slate-900: rgba(19, 52, 59, 1);
  --color-teal-300: rgba(50, 184, 198, 1);
  --color-teal-400: rgba(45, 166, 178, 1);
  --color-teal-500: rgba(33, 128, 141, 1);
  --color-teal-600: rgba(29, 116, 128, 1);
  --color-teal-700: rgba(26, 104, 115, 1);
  --color-teal-800: rgba(41, 150, 161, 1);
  --color-red-400: rgba(255, 84, 89, 1);
  --color-red-500: rgba(192, 21, 47, 1);
  --color-orange-400: rgba(230, 129, 97, 1);
  --color-orange-500: rgba(168, 75, 47, 1);

  /* RGB versions for opacity control */
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;
  --color-slate-500-rgb: 98, 108, 113;
  --color-red-500-rgb: 192, 21, 47;
  --color-red-400-rgb: 255, 84, 89;
  --color-orange-500-rgb: 168, 75, 47;
  --color-orange-400-rgb: 230, 129, 97;

  /* Background color tokens (Light Mode) */
  --color-bg-1: rgba(59, 130, 246, 0.08); /* Light blue */
  --color-bg-2: rgba(245, 158, 11, 0.08); /* Light yellow */
  --color-bg-3: rgba(34, 197, 94, 0.08); /* Light green */
  --color-bg-4: rgba(239, 68, 68, 0.08); /* Light red */
  --color-bg-5: rgba(147, 51, 234, 0.08); /* Light purple */
  --color-bg-6: rgba(249, 115, 22, 0.08); /* Light orange */
  --color-bg-7: rgba(236, 72, 153, 0.08); /* Light pink */
  --color-bg-8: rgba(6, 182, 212, 0.08); /* Light cyan */

  /* Semantic Color Tokens (Light Mode) */
  --color-background: var(--color-cream-50);
  --color-surface: var(--color-cream-100);
  --color-text: var(--color-slate-900);
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);
  --color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);

  /* Common style patterns */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' 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");
  --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' 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");

  /* RGB versions for opacity control */
  --color-success-rgb: 33, 128, 141;
  --color-error-rgb: 192, 21, 47;
  --color-warning-rgb: 168, 75, 47;
  --color-info-rgb: 98, 108, 113;

  /* Typography */
  --font-family-base: "FKGroteskNeue", "Geist", "Inter", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo,
    Monaco, Consolas, monospace;
  --font-family-digits: "JetBrains Mono", "Fira Code", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 24px;
  --font-size-4xl: 30px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 550;
  --font-weight-bold: 600;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --letter-spacing-tight: -0.01em;

  /* Spacing */
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-base: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 2px 4px -1px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);

  /* Animation */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}

/* Dark mode colors */
@media (prefers-color-scheme: dark) {
  :root {
    /* RGB versions for opacity control (Dark Mode) */
    --color-gray-400-rgb: 119, 124, 124;
    --color-teal-300-rgb: 50, 184, 198;
    --color-gray-300-rgb: 167, 169, 169;
    --color-gray-200-rgb: 245, 245, 245;

    /* Background color tokens (Dark Mode) */
    --color-bg-1: rgba(29, 78, 216, 0.15); /* Dark blue */
    --color-bg-2: rgba(180, 83, 9, 0.15); /* Dark yellow */
    --color-bg-3: rgba(21, 128, 61, 0.15); /* Dark green */
    --color-bg-4: rgba(185, 28, 28, 0.15); /* Dark red */
    --color-bg-5: rgba(107, 33, 168, 0.15); /* Dark purple */
    --color-bg-6: rgba(194, 65, 12, 0.15); /* Dark orange */
    --color-bg-7: rgba(190, 24, 93, 0.15); /* Dark pink */
    --color-bg-8: rgba(8, 145, 178, 0.15); /* Dark cyan */

    /* Semantic Color Tokens (Dark Mode) */
    --color-background: var(--color-charcoal-700);
    --color-surface: var(--color-charcoal-800);
    --color-text: var(--color-gray-200);
    --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7);
    --color-primary: var(--color-teal-300);
    --color-primary-hover: var(--color-teal-400);
    --color-primary-active: var(--color-teal-800);
    --color-secondary: rgba(var(--color-gray-400-rgb), 0.15);
    --color-secondary-hover: rgba(var(--color-gray-400-rgb), 0.25);
    --color-secondary-active: rgba(var(--color-gray-400-rgb), 0.3);
    --color-border: rgba(var(--color-gray-400-rgb), 0.3);
    --color-error: var(--color-red-400);
    --color-success: var(--color-teal-300);
    --color-warning: var(--color-orange-400);
    --color-info: var(--color-gray-300);
    --color-focus-ring: rgba(var(--color-teal-300-rgb), 0.4);
    --color-btn-primary-text: var(--color-slate-900);
    --color-card-border: rgba(var(--color-gray-400-rgb), 0.2);
    --color-card-border-inner: rgba(var(--color-gray-400-rgb), 0.15);
    --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    --button-border-secondary: rgba(var(--color-gray-400-rgb), 0.2);
    --color-border-secondary: rgba(var(--color-gray-400-rgb), 0.2);
    --color-select-caret: rgba(var(--color-gray-200-rgb), 0.8);

    /* Common style patterns - updated for dark mode */
    --focus-ring: 0 0 0 3px var(--color-focus-ring);
    --focus-outline: 2px solid var(--color-primary);
    --status-bg-opacity: 0.15;
    --status-border-opacity: 0.25;
    --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' 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");
    --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' 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");

    /* RGB versions for dark mode */
    --color-success-rgb: var(--color-teal-300-rgb);
    --color-error-rgb: var(--color-red-400-rgb);
    --color-warning-rgb: var(--color-orange-400-rgb);
    --color-info-rgb: var(--color-gray-300-rgb);
  }
}

/* Data attribute for manual theme switching */
[data-color-scheme="dark"] {
  /* RGB versions for opacity control (dark mode) */
  --color-gray-400-rgb: 119, 124, 124;
  --color-teal-300-rgb: 50, 184, 198;
  --color-gray-300-rgb: 167, 169, 169;
  --color-gray-200-rgb: 245, 245, 245;

  /* Colorful background palette - Dark Mode */
  --color-bg-1: rgba(29, 78, 216, 0.15); /* Dark blue */
  --color-bg-2: rgba(180, 83, 9, 0.15); /* Dark yellow */
  --color-bg-3: rgba(21, 128, 61, 0.15); /* Dark green */
  --color-bg-4: rgba(185, 28, 28, 0.15); /* Dark red */
  --color-bg-5: rgba(107, 33, 168, 0.15); /* Dark purple */
  --color-bg-6: rgba(194, 65, 12, 0.15); /* Dark orange */
  --color-bg-7: rgba(190, 24, 93, 0.15); /* Dark pink */
  --color-bg-8: rgba(8, 145, 178, 0.15); /* Dark cyan */

  /* Semantic Color Tokens (Dark Mode) */
  --color-background: var(--color-charcoal-700);
  --color-surface: var(--color-charcoal-800);
  --color-text: var(--color-gray-200);
  --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7);
  --color-primary: var(--color-teal-300);
  --color-primary-hover: var(--color-teal-400);
  --color-primary-active: var(--color-teal-800);
  --color-secondary: rgba(var(--color-gray-400-rgb), 0.15);
  --color-secondary-hover: rgba(var(--color-gray-400-rgb), 0.25);
  --color-secondary-active: rgba(var(--color-gray-400-rgb), 0.3);
  --color-border: rgba(var(--color-gray-400-rgb), 0.3);
  --color-error: var(--color-red-400);
  --color-success: var(--color-teal-300);
  --color-warning: var(--color-orange-400);
  --color-info: var(--color-gray-300);
  --color-focus-ring: rgba(var(--color-teal-300-rgb), 0.4);
  --color-btn-primary-text: var(--color-slate-900);
  --color-card-border: rgba(var(--color-gray-400-rgb), 0.15);
  --color-card-border-inner: rgba(var(--color-gray-400-rgb), 0.15);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  --color-border-secondary: rgba(var(--color-gray-400-rgb), 0.2);
  --color-select-caret: rgba(var(--color-gray-200-rgb), 0.8);

  /* Common style patterns - updated for dark mode */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' 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");
  --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' 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");

  /* RGB versions for dark mode */
  --color-success-rgb: var(--color-teal-300-rgb);
  --color-error-rgb: var(--color-red-400-rgb);
  --color-warning-rgb: var(--color-orange-400-rgb);
  --color-info-rgb: var(--color-gray-300-rgb);
}

[data-color-scheme="light"] {
  /* RGB versions for opacity control (light mode) */
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;

  /* Semantic Color Tokens (Light Mode) */
  --color-background: var(--color-cream-50);
  --color-surface: var(--color-cream-100);
  --color-text: var(--color-slate-900);
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);

  /* RGB versions for light mode */
  --color-success-rgb: var(--color-teal-500-rgb);
  --color-error-rgb: var(--color-red-500-rgb);
  --color-warning-rgb: var(--color-orange-500-rgb);
  --color-info-rgb: var(--color-slate-500-rgb);
}

/* Base styles with mobile scrolling fixes */
html {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  line-height: var(--line-height-normal);
  color: var(--color-text);
  background-color: var(--color-background);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  /* Mobile scrolling fixes */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  /* Ensure body is scrollable on mobile */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
  position: relative;
  /* Enhanced text rendering */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text);
  letter-spacing: -0.025em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'kern' 1, 'liga' 1, 'dlig' 1;
}

h1 {
  font-size: var(--font-size-4xl);
  font-weight: 700;
  line-height: 1.1;
  color: #000000 !important;
  text-shadow: 
    0 1px 2px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.05);
  letter-spacing: -0.025em;
  font-feature-settings: 'kern' 1, 'liga' 1, 'dlig' 1;
}

/* Ensure all page h1 headings are premium black style */
.page h1,
.page-hero h1,
.section-header h1,
h1:not(.hero-carousel h1) {
  color: #000000 !important;
  font-weight: 800 !important;
  text-shadow: 
    0 2px 4px rgba(0,0,0,0.08),
    0 4px 8px rgba(0,0,0,0.04) !important;
  letter-spacing: -0.03em;
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #000000 !important;
}
h2 {
  font-size: var(--font-size-3xl);
  font-weight: 650;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  color: var(--color-slate-900);
  text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
h3 {
  font-size: var(--font-size-2xl);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: var(--color-slate-900);
}
h4 {
  font-size: var(--font-size-xl);
  font-weight: 600;
}
h5 {
  font-size: var(--font-size-lg);
  font-weight: 600;
}
h6 {
  font-size: var(--font-size-md);
  font-weight: 600;
}

p {
  margin: 0 0 var(--space-16) 0;
  line-height: 1.65;
  font-weight: 400;
  color: var(--color-text-secondary);
  font-feature-settings: 'kern' 1;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-standard);
}

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

code,
pre {
  font-family: var(--font-family-mono);
  font-size: calc(var(--font-size-base) * 0.95);
  background-color: var(--color-secondary);
  border-radius: var(--radius-sm);
}

code {
  padding: var(--space-1) var(--space-4);
}

pre {
  padding: var(--space-16);
  margin: var(--space-16) 0;
  overflow: auto;
  border: 1px solid var(--color-border);
}

pre code {
  background: none;
  padding: 0;
}

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

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

/* Enhanced General Button Styling */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-16) var(--space-24);
  border-radius: var(--radius-lg);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.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);
  /* Removed transition for hover effect */
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.3);
}

.btn--primary {
  background: var(--brand-gradient);
  color: white;
  border: 2px solid transparent;
  box-shadow: 0 8px 32px rgba(var(--color-primary-rgb), 0.3);
  background-size: 200% 100%;
}

.btn--secondary {
  background: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
  border: 2px solid rgba(var(--color-primary-rgb), 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn--small {
  padding: 8px 16px;
  font-size: 14px;
  min-width: auto;
}

.get-quotation-btn {
  background: var(--brand-gradient);
  color: white;
  border: 2px solid transparent;
  box-shadow: 0 8px 32px rgba(var(--color-primary-rgb), 0.3);
  background-size: 200% 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.get-quotation-btn:hover {
  background: var(--brand-gradient-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(var(--color-primary-rgb), 0.4);
}

.get-quotation-btn i {
  font-size: 16px;
}

.btn--outline {
  background: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn--sm {
  padding: var(--space-8) var(--space-16);
  font-size: var(--font-size-sm);
  border-radius: var(--radius-base);
}

.btn--lg {
  padding: var(--space-20) var(--space-32);
  font-size: var(--font-size-lg);
  border-radius: var(--radius-lg);
}

.btn--full-width {
  width: 100%;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

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

/* Form elements */
.form-control {
  display: block;
  width: 100%;
  padding: var(--space-8) var(--space-12);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  transition: border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

textarea.form-control {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
}

select.form-control {
  padding: var(--space-8) var(--space-12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--select-caret-light);
  background-repeat: no-repeat;
  background-position: right var(--space-12) center;
  background-size: 16px;
  padding-right: var(--space-32);
}

/* Add a dark mode specific caret */
@media (prefers-color-scheme: dark) {
  select.form-control {
    background-image: var(--select-caret-dark);
  }
}

/* Also handle data-color-scheme */
[data-color-scheme="dark"] select.form-control {
  background-image: var(--select-caret-dark);
}

[data-color-scheme="light"] select.form-control {
  background-image: var(--select-caret-light);
}

.form-control:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
}

.form-label {
  display: block;
  margin-bottom: var(--space-8);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.form-group {
  margin-bottom: var(--space-16);
}

/* Card component */
.card {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-card-border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--duration-normal) var(--ease-standard);
}

.card:hover {
  box-shadow: var(--shadow-md);
}

.card__body {
  padding: var(--space-16);
}

.card__header,
.card__footer {
  padding: var(--space-16);
  border-bottom: 1px solid var(--color-card-border-inner);
}

/* Status indicators - simplified with CSS variables */
.status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.status--success {
  background-color: rgba(
    var(--color-success-rgb, 33, 128, 141),
    var(--status-bg-opacity)
  );
  color: var(--color-success);
  border: 1px solid
    rgba(var(--color-success-rgb, 33, 128, 141), var(--status-border-opacity));
}

.status--error {
  background-color: rgba(
    var(--color-error-rgb, 192, 21, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-error);
  border: 1px solid
    rgba(var(--color-error-rgb, 192, 21, 47), var(--status-border-opacity));
}

.status--warning {
  background-color: rgba(
    var(--color-warning-rgb, 168, 75, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-warning);
  border: 1px solid
    rgba(var(--color-warning-rgb, 168, 75, 47), var(--status-border-opacity));
}

.status--info {
  background-color: rgba(
    var(--color-info-rgb, 98, 108, 113),
    var(--status-bg-opacity)
  );
  color: var(--color-info);
  border: 1px solid
    rgba(var(--color-info-rgb, 98, 108, 113), var(--status-border-opacity));
}

/* Container layout */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}

@media (min-width: 640px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-xl);
  }
}

/* Utility classes */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: var(--space-4);
}
.gap-8 {
  gap: var(--space-8);
}
.gap-16 {
  gap: var(--space-16);
}

.m-0 {
  margin: 0;
}
.mt-8 {
  margin-top: var(--space-8);
}
.mb-8 {
  margin-bottom: var(--space-8);
}
.mx-8 {
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}
.my-8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.p-0 {
  padding: 0;
}
.py-8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}
.px-8 {
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
.py-16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}
.px-16 {
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}

.block {
  display: block;
}
.hidden {
  display: none;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}

/* Dark mode specifics */
[data-color-scheme="dark"] .btn--outline {
  border: 1px solid var(--color-border-secondary);
}

@font-face {
  font-family: 'FKGroteskNeue';
  src: url('https://r2cdn.perplexity.ai/fonts/FKGroteskNeue.woff2')
    format('woff2');
}

/* END PERPLEXITY DESIGN SYSTEM */
/* Custom styles for Neeroh Aqua website with organized image structure */

/* Modern CSS Variables and Animations */
:root {
  /* Enhanced brand colors */
  --brand-primary: #007BFF;
  --brand-secondary: #1e3a8a;
  --brand-light: #e3f2fd;
  --brand-dark: #0056b3;
  --brand-accent: #32a8d8;
  --brand-gradient: linear-gradient(135deg, #007BFF 0%, #32a8d8 50%, #1e3a8a 100%);
  --brand-gradient-hover: linear-gradient(135deg, #0056b3 0%, #2a96c6 50%, #1e40af 100%);
  
  /* RGB versions for alpha transparency */
  --color-primary-rgb: 0, 123, 255;
  --brand-accent-rgb: 50, 168, 216;
  
  /* Animation variables */
  --animation-speed-fast: 0.2s;
  --animation-speed-normal: 0.3s;
  --animation-speed-slow: 0.6s;
  --animation-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  
  /* Enhanced shadows */
  --shadow-glow: 0 0 30px rgba(var(--color-primary-rgb), 0.3);
  --shadow-elevation-1: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-elevation-2: 0 8px 24px rgba(0, 0, 0, 0.15);
  --shadow-elevation-3: 0 16px 40px rgba(0, 0, 0, 0.2);
}

/* Global Animation Classes */
@keyframes fadeInUp {
  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 logoFadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(10deg);
  }
  70% {
    transform: scale(0.9) rotate(-5deg);
  }
  85% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes logoPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

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

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

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

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Animation utility classes */
.animate-fade-in-up {
  animation: fadeInUp var(--animation-speed-slow) var(--animation-ease);
}

.animate-fade-in-left {
  animation: fadeInLeft var(--animation-speed-slow) var(--animation-ease);
}

.animate-fade-in-right {
  animation: fadeInRight var(--animation-speed-slow) var(--animation-ease);
}

.animate-scale-in {
  animation: scaleIn var(--animation-speed-normal) var(--animation-bounce);
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Override design system primary colors with brand colors */
html {
  --color-primary: var(--brand-primary);
  --color-primary-hover: var(--brand-dark);
  --color-primary-active: var(--brand-secondary);
}

/* Typography */
body {
  font-family: 'Inter', 'Segoe UI', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'ss01' 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.6;
}

.brand-text,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-feature-settings: 'kern' 1, 'liga' 1, 'dlig' 1, 'swsh' 1;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Modern Navigation with Mobile-First Optimization */
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  height: 60px; /* Fixed height for mobile optimization */
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(0);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-12) var(--space-16);
  transition: padding 0.3s ease;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
}

/* Enhanced Brand with Animation */
.nav-brand {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  text-decoration: none;
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-base);
  padding: var(--space-8);
  margin: calc(-1 * var(--space-8));
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.nav-brand:hover {
  transform: scale(1.05);
  color: var(--brand-secondary);
  background: rgba(var(--color-primary-rgb), 0.08);
}

.nav-brand:active {
  transform: scale(0.98);
  background: rgba(var(--color-primary-rgb), 0.12);
}

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(var(--color-primary-rgb), 0.2);
  /* Optimize JPG logo rendering */
  image-rendering: auto;
  image-rendering: crisp-edges;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px;
  /* Dramatic entry animation + continuous pulse */
  animation: 
    logoFadeInScale 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards,
    logoPulse 2s ease-in-out 1.5s infinite;
}

.nav-brand:hover .brand-logo {
  transform: scale(1.05); /* Changed from rotate to scale for logo integrity */
  box-shadow: 0 6px 24px rgba(var(--color-primary-rgb), 0.3);
}

.brand-icon {
  font-size: var(--font-size-2xl);
  transition: all 0.3s ease;
}

.nav-brand:hover .brand-icon {
  transform: rotate(10deg) scale(1.1);
}

.footer-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 8px;
  /* Optimize JPG logo rendering */
  image-rendering: auto;
  image-rendering: crisp-edges;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 1px;
}

/* Modern Navigation Menu - Mobile First */
/* Navigation menu will be controlled by the mobile menu toggle below */

/* Show navigation menu on desktop only */
@media (min-width: 769px) {
  .nav-menu {
    display: flex;
    align-items: center;
    gap: var(--space-32);
  }
}

.nav-link {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  padding: var(--space-12) var(--space-16);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: var(--font-size-base);
  border-radius: var(--radius-lg);
  overflow: hidden;
  font-feature-settings: 'kern' 1;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--brand-accent));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}

.nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--color-primary-rgb), 0.1), transparent);
  transition: left 0.5s ease;
}

.nav-link:hover {
  color: var(--color-primary);
  background: rgba(var(--color-primary-rgb), 0.05);
  transform: translateY(-2px);
}

.nav-link:hover::before {
  width: 80%;
}

.nav-link:hover::after {
  left: 100%;
}

.nav-link.active {
  color: var(--color-primary);
  background: linear-gradient(135deg, rgba(var(--color-primary-rgb), 0.1), rgba(var(--brand-accent-rgb), 0.05));
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(var(--color-primary-rgb), 0.2);
}

.nav-link.active::before {
  width: 100%;
  background: var(--color-primary);
}

/* Enhanced Dropdown with Modern Styling */
.nav-dropdown {
  position: relative;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  transition: all 0.3s ease;
}

.dropdown-toggle i {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-dropdown:hover .dropdown-toggle i {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(var(--color-primary-rgb), 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1; /* Put behind everything when hidden */
  overflow: hidden;
  pointer-events: none; /* Disable clicks when hidden */
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: inherit;
  border: inherit;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: -1;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 1001; /* Bring to front when visible */
  pointer-events: all; /* Enable clicks when visible */
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: var(--space-16) var(--space-20);
  color: var(--color-text);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: var(--font-size-sm);
  position: relative;
  overflow: hidden;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), var(--brand-accent));
  transition: width 0.3s ease;
  z-index: -1;
}

.dropdown-item::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: var(--color-primary);
  transition: height 0.3s ease;
  border-radius: 2px;
}

.dropdown-item:hover {
  background: rgba(var(--color-primary-rgb), 0.08);
  color: var(--color-primary);
  transform: translateX(8px);
}

.dropdown-item:hover::before {
  width: 100%;
  opacity: 0.1;
}

.dropdown-item:hover::after {
  height: 60%;
}

/* Force navigation links and dropdown items to black text */
.navbar .nav-link,
.navbar .dropdown-item {
  color: #000;
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active {
  color: #000;
}

/* Optimized Mobile Navigation Toggle */
.nav-toggle {
  display: none; /* Hidden by default on desktop */
  background: none;
  border: none;
  font-size: 18px;
  color: var(--color-text);
  cursor: pointer;
  padding: var(--space-8);
  border-radius: var(--radius-base);
  transition: all 0.2s ease;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* When shown, use flexbox for centering */
.nav-toggle.show,
.nav-toggle:not([style*="display: none"]) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-toggle:hover {
  background: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
}

.nav-toggle:active {
  transform: scale(0.95);
  background: rgba(var(--color-primary-rgb), 0.15);
}

/* Hamburger icon fallback */
.nav-toggle .hamburger-fallback {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

/* Show fallback if Font Awesome fails to load */
.nav-toggle .fa-bars:empty + .hamburger-fallback {
  display: inline-block;
}

/* Ensure icons are visible */
.nav-toggle i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

/* ============================================
   NEW MOBILE MENU OVERLAY - Simple & Working
   ============================================ */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1; /* Put it BEHIND everything when not active */
  overflow-y: auto;
  pointer-events: none !important; /* Disable all clicks when hidden */
  opacity: 0;
  visibility: hidden; /* Extra layer of hiding */
  transition: opacity 0.3s ease, visibility 0s 0.3s, z-index 0s 0.3s;
}

.mobile-menu-overlay.active {
  z-index: 999999 !important; /* Bring it to front when active */
  pointer-events: all !important; /* Enable clicks when active */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s, z-index 0s;
}

/* Hide WhatsApp button when mobile menu is open */
.mobile-menu-overlay.active ~ .whatsapp-float {
  display: none;
}

.mobile-menu-content {
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #32a8d8;
  margin-bottom: 20px;
}

.mobile-menu-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--font-heading);
}

.mobile-menu-close {
  background: transparent;
  border: 2px solid #32a8d8;
  color: #32a8d8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: #32a8d8;
  color: #000000;
  transform: rotate(90deg);
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  font-family: var(--font-body);
}

.mobile-menu-link i {
  width: 24px;
  color: #32a8d8;
  font-size: 20px;
}

.mobile-menu-link:hover,
.mobile-menu-link:active {
  background: rgba(50, 168, 216, 0.1);
  padding-left: 30px;
  color: #32a8d8;
}

.mobile-menu-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #32a8d8, transparent);
  margin: 15px 0;
}

/* Show mobile menu overlay only on mobile */
@media (min-width: 769px) {
  .mobile-menu-overlay {
    display: none !important;
  }
}

/* Mobile Navigation - Black Background for Better Visibility */
@media (max-width: 768px) {
  /* Make navbar black on mobile for better text contrast */
  .navbar {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .navbar.scrolled {
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  }
  
  /* White text for brand on mobile */
  .nav-brand {
    color: #ffffff !important;
  }
  
  .nav-brand:hover {
    color: #32a8d8 !important;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .brand-text {
    color: #ffffff !important;
  }
  
  /* White toggle button */
  .nav-toggle {
    display: flex;
    color: #ffffff !important;
  }
  
  .nav-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #32a8d8 !important;
  }

  .nav-menu {
    display: flex; /* Essential for mobile menu visibility */
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: none !important; /* REMOVE TRANSITION TO TEST */
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: touch;
    z-index: 99999; /* Even higher z-index to ensure visibility */
  }

  .nav-menu.active {
    display: flex !important; /* Force display when active */
    opacity: 1 !important; /* Override hidden opacity */
    visibility: visible !important; /* Override hidden visibility */
    transform: translateY(0) !important; /* Override transform */
  }

  /* Even more specific selector to ensure it overrides everything */
  nav .nav-menu.active,
  .navbar .nav-menu.active,
  #navMenu.active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    z-index: 999999 !important;
    background: linear-gradient(135deg, #00ff00 0%, #00aa00 100%) !important; /* TEMP: Bright green to see if menu shows */
  }

  .nav-link {
    padding: var(--space-16) var(--space-20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    color: #ffffff !important;
  }

  .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #32a8d8;
    transition: width 0.3s ease;
  }

  .nav-link:hover,
  .nav-link:active {
    background: rgba(255, 255, 255, 0.1);
    padding-left: var(--space-24);
    color: #32a8d8 !important;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
  }
  
  /* CRITICAL: Hide desktop dropdown completely on mobile */
  .nav-dropdown {
    display: none !important;
    pointer-events: none !important;
  }
  
  .dropdown-menu,
  .dropdown-item {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
    z-index: -9999 !important;
  }
  
  /* Dropdown styles for mobile */
  .dropdown-toggle {
    color: #ffffff !important;
  }
  
  .dropdown-item {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
  }
  
  .dropdown-item:hover {
    color: #32a8d8 !important;
    background: rgba(255, 255, 255, 0.1);
  }

  .dropdown-menu {
    display: none !important; /* Completely hide on mobile */
    pointer-events: none !important; /* Disable all clicks */
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    border: none;
    background: rgba(var(--color-primary-rgb), 0.05);
    margin-left: var(--space-24);
    border-radius: var(--radius-base);
    margin-top: var(--space-8);
    margin-bottom: var(--space-8);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .dropdown-menu::before {
    display: none;
  }

  .dropdown-item {
    padding: var(--space-12) var(--space-20);
    border-radius: var(--radius-sm);
    margin: var(--space-4) var(--space-8);
  }

  .dropdown-item:hover {
    transform: translateX(4px);
  }
}

/* Main Content - Mobile Optimized */
main {
  margin-top: 60px; /* Account for fixed navbar - reduced for mobile */
  min-height: calc(100vh - 60px);
}

/* Page transitions */
.page {
  min-height: calc(100vh - 60px);
}

/* Enhanced Hero Carousel with Modern Animations */
.hero-carousel {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: var(--brand-gradient);
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Video Background Styles (NEVAS-style implementation) */
.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-video-bg.loaded {
  opacity: 1;
}

/* Video overlay for text readability - matching NEVAS style */
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 123, 255, 0.3) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Hide video on mobile for performance */
@media (max-width: 768px) {
  .hero-video-bg {
    display: none;
  }
  
  .hero-video-overlay {
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 123, 255, 0.2) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
}

.hero-carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, 
    rgba(0, 123, 255, 0.1) 0%, 
    rgba(50, 168, 216, 0.1) 25%,
    rgba(30, 58, 138, 0.1) 50%,
    rgba(0, 123, 255, 0.1) 75%,
    rgba(50, 168, 216, 0.1) 100%
  );
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
  z-index: 1;
  pointer-events: none;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  /* Removed background properties - video background is used instead */
  background: none;
  transform: scale(1.1);
}

.carousel-slide.active {
  opacity: 1;
  transform: scale(1);
}

.carousel-slide.active .slide-content {
  animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-content {
  text-align: center;
  max-width: 900px;
  padding: var(--space-32);
  color: white;
  z-index: 3;
  position: relative;
  cursor: default; /* Prevent pointer cursor on slide content */
}

/* Ensure only buttons are clickable in carousel */
.carousel-slide {
  cursor: default;
}

.carousel-slide .btn {
  cursor: pointer; /* Only buttons should have pointer cursor */
}

.slide-content::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}

.slide-content h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  color: white;
  margin-bottom: var(--space-24);
  text-shadow: 
    0 2px 4px rgba(0,0,0,0.5),
    0 4px 8px rgba(0,0,0,0.3),
    0 8px 16px rgba(0,0,0,0.2);
  line-height: 1.1;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #e2e8f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  letter-spacing: -0.02em;
  font-feature-settings: 'kern' 1, 'liga' 1, 'dlig' 1;
}

/* Fallback for browsers that don't support background-clip */
.slide-content h1::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: -1;
  text-shadow: 
    0 2px 4px rgba(0,0,0,0.6),
    0 4px 8px rgba(0,0,0,0.4),
    0 8px 16px rgba(0,0,0,0.3);
}

.slide-content h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-accent), white);
  border-radius: 2px;
  animation: fadeInUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
}

.slide-content p {
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: var(--space-32);
  opacity: 0.98;
  font-weight: 400;
  text-shadow: 
    0 1px 2px rgba(0,0,0,0.4),
    0 2px 4px rgba(0,0,0,0.2);
  animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s both;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-feature-settings: 'kern' 1;
}

.hero-actions {
  display: flex;
  gap: var(--space-20);
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
}

/* Enhanced Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-16) var(--space-24);
  border-radius: var(--radius-lg);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-feature-settings: 'kern' 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.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);
  /* Removed transition for hover effect */
}

.btn--primary {
  background: var(--brand-gradient);
  color: white;
  border: 2px solid transparent;
  box-shadow: 0 8px 32px rgba(var(--color-primary-rgb), 0.3);
  background-size: 200% 100%;
}

.btn--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

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

/* Modern Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--space-32);
  pointer-events: none;
  z-index: 10;
}

.carousel-btn {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  font-size: var(--font-size-xl);
  position: relative;
  overflow: hidden;
}

.carousel-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%);
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
}

.carousel-btn:hover::before {
  width: 80px;
  height: 80px;
}

.carousel-btn:active {
  transform: scale(1.05);
}

.carousel-dots {
  position: absolute;
  bottom: var(--space-32);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: var(--space-12);
  z-index: 10;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.dot.active {
  background: rgba(255, 255, 255, 0.9);
  border-color: white;
  transform: scale(1.3);
}

.dot.active::before {
  transform: translate(-50%, -50%) scale(1);
}

/* Enhanced Statistics Section with Modern Design */
.stats-section {
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(248, 250, 252, 0.95) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: var(--space-24) 0; /* Reduced from var(--space-32) */
  margin-top: 0; /* Remove any top margin */
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(var(--color-primary-rgb), 0.02) 50%, 
    transparent 70%
  );
  animation: shimmer 8s ease-in-out infinite;
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-32);
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
  padding: var(--space-40);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 2px solid rgba(var(--color-primary-rgb), 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: var(--brand-gradient);
  transition: left 0.6s ease;
}

.stat-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(var(--color-primary-rgb), 0.2);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-primary-rgb), 0.4);
}

.stat-item:hover::before {
  left: 0;
}

.stat-item:hover .stat-icon {
  animation: float 2s ease-in-out infinite;
  transform: scale(1.15);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}

.stat-icon {
  font-size: 4rem;
  color: var(--color-primary);
  margin-bottom: var(--space-24);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, var(--color-primary), var(--brand-accent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.stat-number {
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--color-black);
  margin-bottom: var(--space-16);
  position: relative;
  transition: all 0.3s ease;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.15),
    0 4px 8px rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-feature-settings: 'tnum' 1, 'kern' 1;
  font-family: 'JetBrains Mono', 'Inter', monospace;
}

.stat-number::after {
  content: '+';
  color: var(--brand-accent);
  font-size: 2.5rem;
  font-weight: 800;
  vertical-align: super;
  opacity: 1;
  text-shadow: 
    0 1px 2px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.05);
}

.stat-label {
  font-size: var(--font-size-xl);
  color: var(--color-black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  text-shadow: 
    0 1px 2px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.05);
  font-feature-settings: 'kern' 1;
}

.stat-label::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}

.stat-item:hover .stat-label::after {
  opacity: 1;
  width: 50px;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: var(--space-32);
}

.section-header h2 {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.section-header p {
  font-size: var(--font-size-lg);
  color: var(--color-text-secondary);
}

/* ========================================
   VIDEO SHOWCASE SECTION
   ======================================== */

.video-showcase-section {
  padding: var(--space-32) 0;
  background: linear-gradient(135deg, 
    var(--color-surface) 0%, 
    var(--color-background) 50%,
    var(--color-surface) 100%
  );
  position: relative;
}

.video-showcase-section .section-header {
  margin-bottom: var(--space-32);
}

.video-showcase-grid {
  max-width: 1000px;
  margin: 0 auto;
}

.video-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--color-border);
}

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

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
  transform: scale(1.05);
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: all;
}

.video-thumbnail:hover .play-button-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--brand-gradient);
  border: 4px solid rgba(255, 255, 255, 0.9);
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.4);
  padding-left: 6px;
  z-index: 20;
  pointer-events: all;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 123, 255, 0.2);
}

.play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(var(--color-primary-rgb), 0.6);
  background: var(--brand-gradient-hover);
}

.play-button:active {
  transform: scale(1.05);
}

.play-button i {
  pointer-events: none;
  user-select: none;
}

.video-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.video-duration i {
  font-size: 10px;
}

.video-info {
  padding: var(--space-24);
}

.video-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: var(--space-12);
  display: flex;
  align-items: center;
  gap: 12px;
}

.video-title i {
  color: var(--color-primary);
  font-size: 20px;
}

.video-description {
  font-size: var(--font-size-base);
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-20);
}

.video-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-12);
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: var(--space-12);
  background: rgba(var(--color-primary-rgb), 0.05);
  border-radius: var(--radius-base);
  transition: all 0.3s ease;
}

.highlight-item:hover {
  background: rgba(var(--color-primary-rgb), 0.1);
  transform: translateX(4px);
}

.highlight-item i {
  color: var(--color-primary);
  font-size: 14px;
  flex-shrink: 0;
}

.highlight-item span {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text);
}

.video-cta {
  text-align: center;
  margin-top: var(--space-32);
  padding-top: var(--space-32);
  border-top: 1px solid var(--color-border);
}

.video-cta .cta-text {
  font-size: var(--font-size-lg);
  color: var(--color-text);
  margin-bottom: var(--space-16);
  font-weight: 500;
}

.video-cta .btn {
  gap: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .video-showcase-section {
    padding: var(--space-24) 0;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .video-title {
    font-size: 20px;
  }

  .video-info {
    padding: var(--space-20);
  }

  .video-highlights {
    grid-template-columns: 1fr;
  }

  .highlight-item {
    padding: var(--space-10);
  }
}

@media (max-width: 480px) {
  .play-button {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 3px solid rgba(255, 255, 255, 0.9);
  }

  .video-title {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .video-description {
    font-size: 14px;
  }
}

/* Modern Features Section */
.features-section {
  background: linear-gradient(135deg, 
    var(--color-bg-1) 0%, 
    rgba(var(--color-primary-rgb), 0.05) 50%,
    var(--color-bg-1) 100%
  );
  padding: var(--space-32) 0;
  position: relative;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-32);
}

.feature-item {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: var(--space-32);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid rgba(var(--color-primary-rgb), 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--brand-gradient);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.feature-item:hover {
  transform: translateY(-12px) rotateX(5deg);
  box-shadow: var(--shadow-elevation-3);
  border-color: rgba(var(--color-primary-rgb), 0.3);
}

.feature-item:hover::before {
  opacity: 0.03;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1) rotateY(360deg);
  background: var(--brand-gradient);
}

.feature-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto var(--space-24);
  background: linear-gradient(135deg, 
    rgba(var(--color-primary-rgb), 0.1) 0%, 
    rgba(var(--brand-accent-rgb), 0.1) 100%
  );
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 2.5rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(var(--color-primary-rgb), 0.2);
}

.feature-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(var(--color-primary-rgb), 0.1), transparent);
  animation: spin 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-item:hover .feature-icon::before {
  opacity: 1;
}

.feature-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(var(--color-primary-rgb), 0.2));
  transition: filter 0.3s ease;
}

.feature-item:hover .feature-icon-img {
  filter: drop-shadow(0 8px 16px rgba(var(--color-primary-rgb), 0.4));
}

.feature-item h3 {
  margin-bottom: var(--space-16);
  color: #1a1a1a;
  font-size: var(--font-size-xl);
  font-weight: 650;
  position: relative;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  font-feature-settings: 'kern' 1, 'liga' 1;
}

.feature-item h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--brand-gradient);
  transition: width 0.4s ease;
  border-radius: 1px;
}

.feature-item:hover h3::after {
  width: 60px;
}

.feature-item p {
  color: #2c2c2c;
  font-size: var(--font-size-base);
  line-height: 1.6;
  margin: 0;
}

/* Services Section */
.services-section {
  padding: var(--space-32) 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}

.service-item {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  text-align: center;
  transition: all var(--duration-normal) var(--ease-standard);
  position: relative;
  overflow: hidden;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: var(--radius-base);
  margin-bottom: var(--space-16);
}

.service-item i {
  font-size: var(--font-size-4xl);
  color: var(--color-primary);
  margin-bottom: var(--space-16);
}

.service-item h3 {
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.service-item p {
  color: var(--color-text-secondary);
}

/* Page Hero */
.page-hero {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
  color: white;
  padding: var(--space-32) 0;
  text-align: center;
}

.page-hero h1 {
  color: #000000;
  margin-bottom: var(--space-8);
  font-size: var(--font-size-4xl);
  font-weight: 800;
  text-shadow: 
    0 2px 4px rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.05);
  letter-spacing: -0.03em;
}

.page-hero p {
  font-size: var(--font-size-xl);
  opacity: 0.9;
}

/* About Page Styles */
.about-content-section {
  padding: var(--space-32) 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-32);
  align-items: center;
}

/* About Page Specific Styles */
.about-story-section {
  padding: var(--space-32) 0;
  background: var(--color-bg-1);
}

.about-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-32);
  align-items: center;
  margin-top: var(--space-24);
}

.about-text h3 {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: var(--space-16);
}

.about-text p {
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-16);
}

.company-values {
  margin-top: var(--space-24);
}

.company-values h4 {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: var(--space-12);
}

.company-values ul {
  list-style: none;
  padding: 0;
}

.company-values li {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  margin-bottom: var(--space-8);
  color: var(--color-text-secondary);
}

.company-values li i {
  color: var(--color-primary);
  font-size: 16px;
}

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

.facility-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.about-stats-section {
  padding: var(--space-32) 0;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: white;
}

.about-stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-32);
  max-width: 900px;
  margin: 0 auto;
}

.about-stats-section .stat-item {
  text-align: center;
  padding: var(--space-24);
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-stats-section .stat-icon {
  font-size: 36px;
  color: white;
  margin-bottom: var(--space-12);
}

.about-stats-section .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: var(--space-8);
}

.about-stats-section .stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.team-section {
  padding: var(--space-32) 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
  margin-top: var(--space-24);
}

.team-member {
  background: var(--color-bg-1);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary);
}

.member-photo {
  margin-bottom: var(--space-16);
}

.founder-photo {
  width: 120px;
  height: 120px;
  border-radius: var(--radius-full);
  object-fit: cover;
  border: 4px solid var(--color-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.member-info h3 {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--space-4);
}

.member-role {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: var(--space-12);
}

.member-description {
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive About Page */
@media (max-width: 768px) {
  .about-content-grid {
    grid-template-columns: 1fr;
    gap: var(--space-24);
  }
  
  .about-stats-section .stats-grid {
    grid-template-columns: 1fr;
    gap: var(--space-16);
  }
  
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.about-text h2 {
  margin-bottom: var(--space-16);
  color: var(--color-text);
}

.about-text p {
  font-size: var(--font-size-lg);
  line-height: 1.7;
  margin-bottom: var(--space-16);
  color: var(--color-text-secondary);
}

.company-stats {
  display: flex;
  gap: var(--space-24);
  margin-top: var(--space-24);
}

.stat {
  text-align: center;
}

.stat strong {
  display: block;
  font-size: var(--font-size-2xl);
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
}

.stat span {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

.about-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-factory-img {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.placeholder-image {
  width: 300px;
  height: 200px;
  background: var(--color-bg-2);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: var(--font-size-4xl);
}

/* Leadership Section */
.leadership-section {
  background: linear-gradient(135deg, var(--color-bg-1) 0%, rgba(var(--color-primary-rgb), 0.02) 100%);
  padding: var(--space-32) 0;
  position: relative;
}

.leadership-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-border), transparent);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: var(--space-24);
  margin-bottom: var(--space-24);
}

.founder-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-24);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.founder-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--brand-accent));
}

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

.founder-image {
  text-align: center;
  margin-bottom: var(--space-20);
  position: relative;
}

/* SVG loading optimization */
.founder-image img[src$=".svg"] {
  background: linear-gradient(90deg, #f0f0f0 25%, transparent 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

.founder-image img[src$=".svg"]:not([loading="lazy"]) {
  animation: none;
  background: none;
}

@keyframes shimmer {
  0% { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}

.founder-photo {
  width: 120px;
  height: 120px;
  border-radius: var(--radius-full);
  object-fit: cover;
  border: 4px solid var(--color-primary);
  box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.2);
  transition: all 0.3s ease;
  /* Enhanced image optimization for JPG performance */
  image-rendering: auto;
  will-change: transform;
  contain: layout style paint;
  /* Force hardware acceleration */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.founder-card:hover .founder-photo {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(var(--color-primary-rgb), 0.3);
}

.founder-info h3 {
  color: var(--color-heading);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-8);
  text-align: center;
}

.founder-title {
  color: var(--color-primary);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
  text-align: center;
  margin-bottom: var(--space-16);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.founder-message {
  color: var(--color-text);
  font-size: var(--font-size-lg);
  line-height: 1.7;
  margin-bottom: var(--space-20);
  font-style: italic;
  position: relative;
  padding: var(--space-20);
  background: rgba(var(--color-primary-rgb), 0.03);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--color-primary);
  font-weight: 400;
  font-feature-settings: 'kern' 1, 'liga' 1;
  text-rendering: optimizeLegibility;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.founder-message::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 3em;
  color: var(--color-primary);
  opacity: 0.3;
  font-family: Georgia, serif;
}

.founder-contact {
  background: var(--color-bg-1);
  padding: var(--space-16);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.founder-contact p {
  margin: var(--space-8) 0;
  color: var(--color-text);
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.founder-contact i {
  color: var(--color-primary);
  width: 16px;
  text-align: center;
}

.founder-contact strong {
  color: var(--color-heading);
  font-weight: var(--font-weight-semibold);
}

.company-vision {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 2px solid var(--color-primary);
  position: relative;
  overflow: hidden;
}

.company-vision::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(var(--color-primary-rgb), 0.05) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

.company-vision h3 {
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-16);
  position: relative;
  z-index: 1;
}

.vision-statement {
  color: var(--color-heading);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  font-weight: var(--font-weight-medium);
  max-width: 800px;
  margin: 0 auto var(--space-20);
  position: relative;
  z-index: 1;
}

.company-contact-highlight {
  margin-top: var(--space-20);
  padding: var(--space-16);
  background: linear-gradient(135deg, rgba(var(--color-primary-rgb), 0.1), rgba(var(--brand-accent-rgb), 0.1));
  border-radius: var(--radius-md);
  border: 2px solid var(--color-primary);
  position: relative;
  z-index: 1;
}

.company-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-12);
  flex-wrap: wrap;
}

.company-email i {
  color: var(--color-primary);
  font-size: var(--font-size-lg);
}

.email-label {
  color: var(--color-heading);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
}

.company-email-link {
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  text-decoration: none;
  padding: var(--space-8) var(--space-16);
  background: var(--color-surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-primary);
  transition: all 0.3s ease;
}

.company-email-link:hover {
  background: var(--color-primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--color-primary-rgb), 0.3);
}

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

/* Mobile responsiveness for leadership section */
@media (max-width: 768px) {
  .leadership-grid {
    grid-template-columns: 1fr;
    gap: var(--space-16);
  }
  
  .founder-card {
    padding: var(--space-16);
  }
  
  .founder-photo {
    width: 100px;
    height: 100px;
  }
  
  .founder-message {
    font-size: var(--font-size-sm);
    padding: var(--space-12);
  }
  
  .vision-statement {
    font-size: var(--font-size-base);
  }
  
  .company-email {
    flex-direction: column;
    gap: var(--space-8);
    text-align: center;
  }
  
  .company-email-link {
    font-size: var(--font-size-base);
    padding: var(--space-12) var(--space-16);
  }
}

.mission-vision {
  background: var(--color-bg-1);
  padding: var(--space-32) 0;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}

.mission-item {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
}

.mission-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-full);
  margin: 0 auto var(--space-16);
}

.mission-item i {
  font-size: var(--font-size-4xl);
  color: var(--color-primary);
  margin-bottom: var(--space-16);
}

.mission-item h3 {
  margin-bottom: var(--space-12);
  color: var(--color-text);
}

.mission-item p {
  color: var(--color-text-secondary);
}

/* Social Media Section Styles */
.social-media-section {
  background: var(--color-surface);
  padding: var(--space-32) 0;
  border-top: 1px solid var(--color-border);
}

.social-media-section .section-header {
  text-align: center;
  margin-bottom: var(--space-24);
}

.social-media-section .section-header h2 {
  color: var(--color-text);
  margin-bottom: var(--space-12);
}

.social-media-section .section-header p {
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-24);
  max-width: 800px;
  margin: 0 auto;
}

.social-channel-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}

.social-channel-link:hover {
  text-decoration: none;
  color: inherit;
}

.social-channel {
  background: var(--color-bg-1);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-channel:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary);
}

.social-icon {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-16);
  font-size: var(--font-size-2xl);
  color: white;
}

.social-icon.youtube {
  background: linear-gradient(135deg, #FF0000, #CC0000);
}

.social-icon.instagram {
  background: linear-gradient(135deg, #E4405F, #C13584, #8A3AB9);
}

.social-icon.facebook {
  background: linear-gradient(135deg, #1877F2, #166FE5);
}

.social-channel h3 {
  color: var(--color-text);
  margin-bottom: var(--space-12);
  font-size: var(--font-size-xl);
}

.social-channel p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-20);
  line-height: 1.6;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-12) var(--space-24);
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  color: white;
  font-size: var(--font-size-base);
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.youtube-btn {
  background: linear-gradient(135deg, #FF0000, #CC0000);
}

.youtube-btn:hover {
  background: linear-gradient(135deg, #CC0000, #990000);
}

.instagram-btn {
  background: linear-gradient(135deg, #E4405F, #C13584);
}

.instagram-btn:hover {
  background: linear-gradient(135deg, #C13584, #8A3AB9);
}

.facebook-btn {
  background: linear-gradient(135deg, #1877F2, #166FE5);
}

.facebook-btn:hover {
  background: linear-gradient(135deg, #166FE5, #1464C0);
}

/* Responsive Design for Social Media Section */
@media (max-width: 768px) {
  .social-grid {
    grid-template-columns: 1fr;
    gap: var(--space-16);
  }
  
  .social-channel {
    padding: var(--space-20);
  }
  
  .social-icon {
    width: 60px;
    height: 60px;
    font-size: var(--font-size-xl);
  }
  
  .social-channel h3 {
    font-size: var(--font-size-lg);
  }
}

/* Service Page Styles */
.services-detailed {
  padding: var(--space-32) 0;
}

.service-card {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-icon {
  width: 100%;
  height: 200px;
  background: var(--color-bg-1);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-16);
  overflow: hidden;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card h3 {
  margin-bottom: var(--space-12);
  color: var(--color-text);
}

.service-card p {
  margin-bottom: var(--space-16);
  color: var(--color-text-secondary);
}

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

.service-card li {
  padding: var(--space-4) 0;
  color: var(--color-text-secondary);
  position: relative;
  padding-left: var(--space-20);
}

.service-card li:before {
  content: "✓";
  color: var(--color-primary);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Products Page Styles */
.products-showcase {
  padding: var(--space-32) 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-24);
}

.product-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.product-image {
  height: 350px;
  background: var(--color-bg-1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

/* Enhanced styling for all three products */
.product-card:nth-child(1) .product-image,
.product-card:nth-child(2) .product-image,
.product-card:nth-child(3) .product-image {
  height: 400px;
  padding: 25px;
  background: #f8f9fa;
  box-sizing: border-box;
}

/* Special container styling for 1L bottle to ensure perfect centering */
.product-card:nth-child(1) .product-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 30px !important;
}

/* Special container styling for customized bottle to match others */
.product-card:nth-child(3) .product-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 25px !important;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

/* Specific styling for all products to ensure full visibility */
.product-card:nth-child(1) .product-img,
.product-card:nth-child(2) .product-img,
.product-card:nth-child(3) .product-img,
.product-card:nth-child(4) .product-img,
.product-card:nth-child(5) .product-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* Special styling for 250ml bottle PNG to fit in grid */
.product-img-250ml {
  width: 50% !important;
  height: 75% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
  display: block !important;
}

/* Special styling for 500ml bottle PNG to fit in grid */
.product-img-500ml {
  width: 55% !important;
  height: 80% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
  display: block !important;
}

/* Special styling for 1L bottle PNG to fit in grid */
.product-img-1l {
  width: 60% !important;
  height: 80% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
  display: block !important;
}

/* Special styling for 20L bottle PNG to fit in grid */
.product-img-20l {
  width: 80% !important;
  height: 90% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
}

/* Special styling for customized bottle to match other products */
.product-card:nth-child(5) .product-img {
  width: 85% !important;
  height: 90% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
  border-radius: 8px;
}

/* Alternative class-based styling for custom bottle */
.product-img-custom {
  width: 85% !important;
  height: 90% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
  border-radius: 8px !important;
  display: block !important;
}

.product-image .placeholder-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: var(--font-size-4xl);
}

/* Responsive adjustments for product images */
@media (max-width: 768px) {
  .product-image {
    height: 280px;
    padding: 15px;
  }
  
  .product-card:nth-child(1) .product-image,
  .product-card:nth-child(2) .product-image,
  .product-card:nth-child(3) .product-image {
    height: 320px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .product-image {
    height: 250px;
    padding: 10px;
  }
  
  .product-card:nth-child(1) .product-image,
  .product-card:nth-child(2) .product-image,
  .product-card:nth-child(3) .product-image {
    height: 280px;
    padding: 15px;
  }
}

.product-info {
  padding: var(--space-24);
}

.product-info h3 {
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.product-description {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-12);
}

.product-specs {
  display: flex;
  gap: var(--space-8);
  margin-bottom: var(--space-16);
  flex-wrap: wrap;
}

.spec {
  background: var(--color-bg-2);
  padding: var(--space-4) var(--space-8);
  border-radius: var(--radius-base);
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
}

.product-price {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  margin-bottom: var(--space-16);
}

.product-price span {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  color: var(--color-text-secondary);
}

/* Beverages Section */
.beverages-section {
  background: var(--color-bg-2);
  padding: var(--space-32) 0;
}

.beverages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-16);
}

.beverage-item {
  background: var(--color-surface);
  padding: var(--space-16);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.beverage-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.beverage-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: var(--radius-base);
  margin-bottom: var(--space-8);
}

.beverage-item h4 {
  font-size: var(--font-size-base);
  margin: 0;
  color: var(--color-text);
}

/* Certifications Section */
.certifications-section {
  background: var(--color-bg-3);
  padding: var(--space-32) 0;
}

.certifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-24);
}

.certification-item {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.certification-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.cert-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto var(--space-12);
  border-radius: var(--radius-base);
}

.certification-item h4 {
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.certification-item p {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
}

.cert-number {
  display: block;
  margin-top: var(--space-8);
  padding: var(--space-8) var(--space-12);
  background: var(--color-primary-light);
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  text-align: center;
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--color-primary-light);
}

/* Business Page Contact Buttons */
.section-cta {
  text-align: center;
  margin-top: var(--space-32);
  padding-top: var(--space-24);
  border-top: 1px solid var(--color-border);
}

.contact-btn {
  background: var(--brand-gradient);
  color: white;
  border: 2px solid transparent;
  box-shadow: 0 8px 32px rgba(var(--color-primary-rgb), 0.3);
  background-size: 200% 100%;
  padding: var(--space-16) var(--space-32);
  font-size: var(--font-size-lg);
  font-weight: 600;
  border-radius: var(--border-radius-lg);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 123, 255, 0.2);
  touch-action: manipulation;
  position: relative;
  z-index: 1;
}

.contact-btn:hover {
  background: var(--brand-gradient-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(var(--color-primary-rgb), 0.4);
}

.contact-btn:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 6px 24px rgba(var(--color-primary-rgb), 0.35);
}

.contact-btn i {
  font-size: 16px;
  pointer-events: none;
}

/* Product Specification Divider */
.product-spec-divider {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: var(--space-24) 0;
  position: relative;
  overflow: hidden;
}

.product-spec-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23e2e8f0" fill-opacity="0.3"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z"/></g></g></svg>') repeat;
  opacity: 0.1;
}

.spec-divider-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-16);
  position: relative;
  z-index: 1;
}

.spec-divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--color-primary) 50%, transparent 100%);
  position: relative;
}

.spec-divider-line::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb), 0.2);
}

.spec-divider-heading {
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
  padding: var(--space-16) var(--space-24);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(26, 32, 44, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-width: 300px;
  position: relative;
  z-index: 5;
}

.spec-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-8);
  color: white;
  font-size: 20px;
  box-shadow: 0 4px 16px rgba(var(--color-primary-rgb), 0.3);
}

.spec-divider-heading h2 {
  color: #1a202c !important;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 var(--space-8);
  letter-spacing: -0.02em;
  text-shadow: none;
  opacity: 1;
  z-index: 10;
  position: relative;
}

.spec-divider-heading p {
  color: #4a5568 !important;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  text-shadow: none;
  opacity: 1;
  z-index: 10;
  position: relative;
}

/* Responsive Design for Product Spec Divider */
@media (max-width: 768px) {
  .spec-divider-content {
    flex-direction: column;
    gap: var(--space-12);
  }
  
  .spec-divider-line {
    width: 100px;
    flex: none;
  }
  
  .spec-divider-heading {
    min-width: auto;
    width: 100%;
    max-width: 280px;
  }
  
  .spec-divider-heading h2 {
    font-size: 20px;
  }
}

/* Purification Process */
.purification-process {
  background: var(--color-bg-1);
  padding: var(--space-32) 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-24);
}

.process-step {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.step-icon {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  color: white;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin: 0 auto var(--space-16);
}

.process-step h3 {
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.process-step p {
  color: var(--color-text-secondary);
}

/* Product Specifications Table */
.product-specifications {
  padding: var(--space-32) 0;
}

.spec-table-container {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.spec-table th,
.spec-table td {
  padding: var(--space-16);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}

.spec-table th {
  background: var(--color-bg-1);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
}

.spec-table tbody tr:hover {
  background: var(--color-secondary);
}

/* Business Pages Hero Images */
.distributor-hero-image,
.retail-hero-image,
.wholesale-hero-image,
.franchise-hero-image {
  padding: var(--space-24) 0;
  text-align: center;
}

.hero-business-img {
  width: 100%;
  max-width: 800px;
  height: 300px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* Career Page Styles */
.job-openings {
  background: var(--color-bg-1);
  padding: var(--space-32) 0;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-24);
}

.job-card {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.job-card h3 {
  margin-bottom: var(--space-12);
  color: var(--color-text);
}

.job-meta {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-12);
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.job-card p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-16);
}

.job-requirements {
  margin-top: var(--space-16);
  padding-top: var(--space-16);
  border-top: 1px solid var(--color-border);
}

.job-requirements h4 {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: var(--space-8);
  margin-top: var(--space-12);
}

.job-requirements h4:first-of-type {
  margin-top: 0;
}

.job-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-8);
}

.job-requirements li {
  color: var(--color-text-secondary);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: var(--space-4);
  padding-left: var(--space-4);
}

.job-requirements li:last-child {
  margin-bottom: 0;
}

/* Distributor Page Styles */
.distributor-benefits {
  padding: var(--space-32) 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}

.benefit-card {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.benefit-card i {
  font-size: var(--font-size-4xl);
  color: var(--color-primary);
  margin-bottom: var(--space-16);
}

.benefit-card h3 {
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.benefit-card p {
  color: var(--color-text-secondary);
}

.distributor-form-section {
  background: var(--color-bg-2);
  padding: var(--space-32) 0;
}

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

.distributor-form {
  background: var(--color-surface);
  padding: var(--space-32);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
}

/* Retail Page Styles */
.retail-info {
  padding: var(--space-32) 0;
}

.retail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}

.retail-card {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.retail-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.retail-card i {
  font-size: var(--font-size-4xl);
  color: var(--color-primary);
  margin-bottom: var(--space-16);
}

.retail-card h3 {
  margin-bottom: var(--space-12);
  color: var(--color-text);
}

.retail-card p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-16);
}

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

.retail-card li {
  padding: var(--space-4) 0;
  color: var(--color-text-secondary);
  position: relative;
  padding-left: var(--space-20);
}

.retail-card li:before {
  content: "•";
  color: var(--color-primary);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Wholesale Page Styles */
.wholesale-pricing {
  padding: var(--space-32) 0;
}

.pricing-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}

.pricing-card {
  background: var(--color-surface);
  padding: var(--space-32) var(--space-24);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  text-align: center;
  transition: all var(--duration-normal) var(--ease-standard);
}

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

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-4px);
}

.pricing-card h3 {
  margin-bottom: var(--space-16);
  color: var(--color-text);
}

.price {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  margin-bottom: var(--space-8);
}

.partnership-benefit {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  margin-bottom: var(--space-8);
  padding: var(--space-12) var(--space-16);
  background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
  border-radius: var(--border-radius-lg);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price span {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  font-weight: var(--font-weight-normal);
}

.pricing-card p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-16);
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.pricing-card li {
  padding: var(--space-6) 0;
  color: var(--color-text-secondary);
  position: relative;
  padding-left: var(--space-20);
}

.pricing-card li:before {
  content: "✓";
  color: var(--color-primary);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Franchise Page Styles */
.franchise-details {
  padding: var(--space-32) 0;
}

.investment-breakdown {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: var(--space-32);
}

.investment-card {
  background: var(--color-surface);
  padding: var(--space-32);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  text-align: center;
}

.investment-card h3 {
  margin-bottom: var(--space-16);
  color: var(--color-text);
}

.amount {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  margin-bottom: var(--space-24);
}

.breakdown {
  text-align: left;
}

.breakdown-item, .return-item {
  display: flex;
  justify-content: space-between;
  padding: var(--space-8) 0;
  border-bottom: 1px solid var(--color-border);
}

.breakdown-item span:first-child,
.return-item span:first-child {
  color: var(--color-text-secondary);
}

.breakdown-item span:last-child,
.return-item span:last-child {
  color: var(--color-text);
  font-weight: var(--font-weight-medium);
}

.franchise-support {
  background: var(--color-bg-1);
  padding: var(--space-32) 0;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-24);
}

.support-item {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.support-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.support-item i {
  font-size: var(--font-size-4xl);
  color: var(--color-primary);
  margin-bottom: var(--space-16);
}

.support-item h3 {
  margin-bottom: var(--space-8);
  color: var(--color-text);
}

.support-item p {
  color: var(--color-text-secondary);
}

/* Blog Page Styles */
.blog-articles {
  padding: var(--space-32) 0;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-24);
}

.blog-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.blog-image {
  height: 200px;
  overflow: hidden;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: var(--space-24);
}

.blog-date {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
  margin-bottom: var(--space-8);
}

.blog-card h3 {
  margin-bottom: var(--space-12);
  color: var(--color-text);
}

.blog-card p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-16);
  line-height: 1.6;
}

.read-more {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: var(--font-weight-medium);
}

.read-more:hover {
  color: var(--color-primary-hover);
}

/* Team Page Styles */
.team-showcase {
  padding: var(--space-32) 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-32);
}

.team-member {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.team-member:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.member-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto var(--space-16);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.team-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder-avatar {
  width: 100%;
  height: 100%;
  background: var(--color-bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-secondary);
  font-size: var(--font-size-4xl);
}

.member-info h3 {
  margin-bottom: var(--space-4);
  color: var(--color-text);
}

.position {
  color: var(--color-primary);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--space-4);
}

.experience, .education {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
  margin-bottom: var(--space-4);
}

.bio {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
  line-height: 1.5;
}

/* Testimonial Page Styles */
.testimonials-showcase {
  padding: var(--space-32) 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: var(--space-24);
}

.testimonial-card {
  background: var(--color-surface);
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: all var(--duration-normal) var(--ease-standard);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.testimonial-photo {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-16);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-rating {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-16);
  justify-content: center;
}

.testimonial-rating i {
  color: #ffc107;
}

.testimonial-content {
  margin-bottom: var(--space-16);
}

.testimonial-content p {
  font-style: italic;
  font-size: var(--font-size-lg);
  line-height: 1.6;
  color: var(--color-text-secondary);
}

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

.testimonial-author h4 {
  margin-bottom: var(--space-4);
  color: var(--color-text);
}

.testimonial-author span {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
}

/* Contact Page Styles */
.contact-section {
  padding: var(--space-32) 0;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-32);
  align-items: start;
}

.contact-info-grid {
  display: grid;
  gap: var(--space-24);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-16);
}

.contact-info-item i {
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  margin-top: var(--space-4);
}

.contact-info-item h4 {
  margin-bottom: var(--space-4);
  color: var(--color-text);
}

.contact-info-item p {
  color: var(--color-text-secondary);
}

.contact-form-container {
  background: var(--color-surface);
  padding: var(--space-32);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}

/* Form Messages */
.form-message {
  text-align: center;
  padding: var(--space-24);
  border-radius: var(--radius-lg);
  margin-top: var(--space-16);
  border: 2px solid;
}

.form-message i {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-12);
}

.form-message h4 {
  margin-bottom: var(--space-8);
  font-size: var(--font-size-xl);
}

.form-message p {
  margin: 0;
  color: inherit;
}

.success-message {
  background: rgba(34, 197, 94, 0.1);
  border-color: #22c55e;
  color: #15803d;
}

.success-message i {
  color: #22c55e;
}

.error-message {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
  color: #dc2626;
}

.error-message i {
  color: #ef4444;
}

.error-message a {
  color: #dc2626;
  text-decoration: underline;
}

.error-message a:hover {
  color: #991b1b;
}

/* Button Loading State */
.btn-loading {
  display: none;
}

.btn.loading .btn-text {
  display: none;
}

.btn.loading .btn-loading {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
}

.fa-spinner {
  animation: spin 1s linear infinite;
}

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

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.modal.hidden {
  display: none;
}

.modal-content {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-24);
  border-bottom: 1px solid var(--color-border);
}

.modal-header h3 {
  margin: 0;
  color: var(--color-text);
}

.modal-close {
  background: none;
  border: none;
  font-size: var(--font-size-2xl);
  color: var(--color-text-secondary);
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: all var(--duration-fast) var(--ease-standard);
}

.modal-close:hover {
  background: var(--color-secondary);
  color: var(--color-text);
}

.job-application-form, .quote-form {
  padding: var(--space-24);
}

/* Footer */
.footer {
  background: var(--color-charcoal-800);
  color: var(--color-gray-200);
  padding: var(--space-32) 0 var(--space-16);
}

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

.footer-brand {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  margin-bottom: var(--space-16);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-teal-300);
}

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

.footer-section h5 {
  color: white;
  margin-bottom: var(--space-8);
  font-size: var(--font-size-sm);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: var(--space-8);
}

.footer-links a {
  color: var(--color-gray-300);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-standard);
  font-size: var(--font-size-sm);
}

.footer-links a:hover {
  color: var(--color-teal-300);
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  margin-bottom: var(--space-8);
  font-size: var(--font-size-sm);
}

.footer-contact i {
  color: var(--color-teal-300);
}

.social-links {
  display: flex;
  gap: var(--space-12);
  margin-bottom: var(--space-16);
}

.social-links a {
  width: 36px;
  height: 36px;
  background: rgba(var(--color-teal-300-rgb), 0.1);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-teal-300);
  transition: all var(--duration-fast) var(--ease-standard);
}

.social-links a:hover {
  background: var(--color-teal-300);
  color: var(--color-charcoal-800);
}

.newsletter-form {
  display: flex;
  gap: var(--space-8);
}

.newsletter-form input {
  flex: 1;
  padding: var(--space-8);
  border: 1px solid rgba(var(--color-gray-300-rgb), 0.3);
  background: rgba(var(--color-gray-300-rgb), 0.1);
  color: var(--color-gray-200);
  border-radius: var(--radius-base);
  font-size: var(--font-size-sm);
}

.newsletter-form input::placeholder {
  color: var(--color-gray-400);
}

.footer-bottom {
  padding-top: var(--space-24);
  border-top: 1px solid rgba(var(--color-gray-400-rgb), 0.3);
  text-align: center;
  color: var(--color-gray-400);
  font-size: var(--font-size-sm);
}

/* Image Error Handling and Responsive Styles */
img {
  max-width: 100%;
  height: auto;
}

/* Loading states for images */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-standard);
}

img[loading="lazy"].loaded,
img:not([loading="lazy"]) {
  opacity: 1;
}

/* Form validation styles */
.form-control.error {
  border-color: var(--color-error) !important;
  box-shadow: 0 0 0 3px rgba(var(--color-error-rgb), 0.1);
}

.error-message {
  color: var(--color-error);
  font-size: var(--font-size-sm);
  margin-top: var(--space-4);
}

.success-message {
  background: rgba(var(--color-success-rgb), 0.1);
  color: var(--color-success);
  padding: var(--space-12) var(--space-16);
  border-radius: var(--radius-base);
  margin-top: var(--space-16);
  border: 1px solid rgba(var(--color-success-rgb), 0.3);
  font-size: var(--font-size-sm);
}

/* Loading state */
.btn.loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}

.btn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: var(--radius-full);
  animation: spin 1s linear infinite;
  right: var(--space-12);
  top: 50%;
  transform: translateY(-50%);
}

@keyframes spin {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

/* Enhanced Mobile Responsive Design */
@media (max-width: 1024px) {
  .hero-carousel {
    height: 70vh;
    min-height: 500px;
  }
  
  .slide-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  
  .slide-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-24);
  }
  
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-24);
  }
  
  .company-stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-16);
  }
  
  .investment-breakdown {
    grid-template-columns: 1fr;
    gap: var(--space-24);
  }
  
  .hero-business-img {
    height: 250px;
  }
  
  .navbar .container {
    padding: var(--space-12) var(--space-16);
  }
  
  .nav-link {
    padding: var(--space-10) var(--space-12);
  }
}

@media (max-width: 768px) {
  .hero-carousel {
    height: 60vh;
    min-height: 400px;
  }
  
  .slide-content {
    padding: var(--space-24);
  }
  
  .slide-content h1 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    margin-bottom: var(--space-16);
  }
  
  .slide-content p {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    margin-bottom: var(--space-24);
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: var(--space-12);
  }
  
  .hero-actions .btn {
    width: 100%;
    max-width: 280px;
    min-height: 48px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 123, 255, 0.2);
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }
  
  .stat-item {
    padding: var(--space-24);
  }
  
  .features-grid,
  .services-grid,
  .products-grid,
  .jobs-grid,
  .benefits-grid,
  .retail-grid,
  .pricing-table,
  .support-grid,
  .articles-grid,
  .team-grid,
  .testimonials-grid,
  .beverages-grid,
  .certifications-grid {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }
  
  .contact-content {
    grid-template-columns: 1fr;
    gap: var(--space-24);
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }
  
  .company-stats {
    flex-direction: column;
    gap: var(--space-16);
  }
  
  .page-hero h1 {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  
  .page-hero p {
    font-size: clamp(1rem, 3vw, 1.25rem);
  }
  
  .investment-card {
    padding: var(--space-24);
  }
  
  .amount {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  
  .newsletter-form {
    flex-direction: column;
    gap: var(--space-12);
  }
  
  .social-links {
    justify-content: center;
  }
  
  .hero-business-img {
    height: 200px;
  }
  
  .about-factory-img {
    height: 200px;
  }
  
  .beverages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-16);
  }
  
  /* Enhanced mobile navigation */
  .carousel-nav {
    padding: 0 var(--space-16);
  }
  
  .carousel-btn {
    width: 50px;
    height: 50px;
    font-size: var(--font-size-lg);
  }
  
  .carousel-dots {
    bottom: var(--space-20);
  }
  
  .dot {
    width: 12px;
    height: 12px;
  }
  
  /* Improved mobile cards */
  .feature-item,
  .service-item,
  .product-card,
  .job-card,
  .benefit-card {
    padding: var(--space-20);
  }
  
  .feature-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-carousel {
    height: 50vh;
    min-height: 350px;
  }
  
  .slide-content {
    padding: var(--space-16);
  }
  
  .slide-content h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: var(--space-12);
  }
  
  .slide-content p {
    font-size: clamp(0.85rem, 3vw, 1rem);
    margin-bottom: var(--space-20);
  }
  
  .section-header h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  
  .page-hero h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
  
  .page-hero {
    padding: var(--space-24) 0;
  }
  
  .modal-content {
    margin: var(--space-16);
    width: calc(100% - 32px);
  }
  
  .distributor-form,
  .contact-form-container {
    padding: var(--space-16);
  }
  
  .investment-card {
    padding: var(--space-16);
  }
  
  .amount {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
  
  .hero-business-img {
    height: 150px;
  }
  
  .beverages-grid {
    grid-template-columns: 1fr;
  }
  
  .process-grid {
    grid-template-columns: 1fr;
  }
  
  /* Mobile Navigation Performance Optimizations */
  .navbar .container {
    padding: var(--space-8) var(--space-12);
    height: 60px;
  }
  
  .brand-logo {
    width: 36px;
    height: 36px;
    /* Maintain aspect ratio for trademark logo */
    aspect-ratio: 1;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.95);
    padding: 1px;
    border-radius: 6px;
  }
  
  .footer-logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 1px;
  }
  
  .brand-text {
    font-size: var(--font-size-lg);
    font-weight: 600;
  }
  
  .nav-brand {
    font-size: var(--font-size-lg);
    gap: var(--space-8);
  }
  
  .carousel-nav {
    padding: 0 var(--space-8);
  }
  
  .carousel-btn {
    width: 44px;
    height: 44px;
    font-size: var(--font-size-base);
  }
  
  .carousel-dots {
    bottom: var(--space-16);
    gap: var(--space-8);
  }
  
  .dot {
    width: 10px;
    height: 10px;
  }
  
  .stat-item {
    padding: var(--space-24);
    margin-bottom: var(--space-16);
  }
  
  .stat-icon {
    font-size: 3rem;
    margin-bottom: var(--space-16);
  }
  
  .stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: var(--space-12);
    color: var(--color-black);
  }
  
  .stat-label {
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--color-black);
  }
  
  .feature-item,
  .service-item {
    padding: var(--space-16);
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}

/* Touch-friendly enhancements */
@media (hover: none) and (pointer: coarse) {
  .btn {
    min-height: 44px;
    padding: var(--space-12) var(--space-20);
  }
  
  .nav-link {
    min-height: 44px;
    padding: var(--space-12) var(--space-16);
  }
  
  .dropdown-item {
    min-height: 44px;
    padding: var(--space-12) var(--space-20);
  }
  
  .carousel-btn {
    min-width: 44px;
    min-height: 44px;
  }
  
  .dot {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Remove hover effects on touch devices */
  .feature-item:hover,
  .service-item:hover,
  .product-card:hover,
  .btn:hover {
    transform: none;
  }
}

/* Enhanced Typography for Numbers and Digits */
.digit, .number, .price, .stat-number, .counter,
[class*="stat"] .number,
[class*="metric"] .value,
[class*="price"],
[class*="count"],
h1 .number, h2 .number, h3 .number, h4 .number, h5 .number, h6 .number {
  font-family: 'JetBrains Mono', 'Inter', 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace !important;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Enhanced styling for key number elements */
.stat-number {
  font-size: 1.2em;
  color: var(--color-black);
  text-shadow: 
    0 1px 2px rgba(0,0,0,0.08),
    0 2px 4px rgba(0,0,0,0.04);
  font-weight: 800;
}

.price {
  font-weight: 700;
  color: var(--color-primary);
  text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Table number cells */
td.number {
  font-family: var(--font-family-digits);
  font-weight: 500;
  text-align: center;
}

/* Hero section number styling */
h1 .digit, h1 .number {
  font-size: 1.2em;
  background: linear-gradient(135deg, #007BFF 0%, #32a8d8 50%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    0 2px 4px rgba(0,123,255,0.3),
    0 4px 8px rgba(0,123,255,0.2);
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin-right: 0.1em;
}

/* Enhanced #1 styling for hero carousel */
.slide-content h1 .digit {
  background: linear-gradient(135deg, #007BFF 0%, #40e0d0 50%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    0 2px 6px rgba(0,123,255,0.4),
    0 4px 12px rgba(0,123,255,0.3),
    0 0 20px rgba(0,123,255,0.2);
  font-weight: 900;
  font-size: 1.3em;
  position: relative;
}

/* Specific selectors for statistics and metrics */
.stats .value,
.metric .number,
.price-display,
.product-price,
.stat-value,
.counter-value,
.data-display {
  font-family: var(--font-family-digits);
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum", "lnum";
  font-weight: 600;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: pulse 2s infinite;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  padding: var(--space-12) var(--space-16);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--font-size-sm);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  min-width: 60px;
  justify-content: center;
}

.whatsapp-btn:hover {
  background: linear-gradient(135deg, #128C7E, #075E54);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  color: white;
}

.whatsapp-btn i {
  font-size: var(--font-size-xl);
  flex-shrink: 0;
}

.whatsapp-text {
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Pulse animation for WhatsApp button */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Responsive WhatsApp Button */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 80px; /* Higher position to avoid navigation bar */
    right: 20px;
    z-index: 99998; /* Below mobile menu but above content */
  }
  
  .whatsapp-btn {
    padding: 16px; /* Larger tap target for mobile */
    min-width: 60px;
    min-height: 60px; /* Square button for better touch target */
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
  }
  
  .whatsapp-text {
    display: none;
  }
  
  .whatsapp-btn i {
    font-size: 28px; /* Larger icon for visibility */
  }
  
  /* More prominent pulse on mobile */
  .whatsapp-float {
    animation: pulse 1.5s infinite;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    bottom: 70px; /* Even higher on smaller screens */
    right: 15px;
  }
  
  .whatsapp-btn {
    padding: 14px;
    min-width: 56px;
    min-height: 56px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  }
  
  .whatsapp-btn i {
    font-size: 26px;
  }
}

/* ============================================
   LOGO SHOWCASE STYLES - BRAND FLEX SECTION
   ============================================ */

/* 1. Hero Watermark Logo */
.hero-logo-watermark {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0.15;
    pointer-events: none;
}

.hero-watermark-logo {
    width: 120px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* 2. Stats Banner Logo */
.stats-logo-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(16, 185, 129, 0.1));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    min-height: 160px;
}

.stats-banner-bg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-image: url('images/logos/neeroh-aqua-logo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
}

.stats-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 32px;
}

.stats-banner-logo {
    width: 80px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
}

.stats-banner-logo:hover {
    transform: scale(1.05) rotate(2deg);
}

.stats-brand-text h3 {
    margin: 0 0 8px 0;
    color: #1f2937;
    font-size: 24px;
    font-weight: 600;
}

.stats-brand-text p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
}

/* 3. Company Showcase Logo */
.company-showcase {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 48px;
    padding: 40px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.1);
    transition: transform 0.3s ease;
}

.company-showcase:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.showcase-logo-img {
    width: 100px;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2);
    transition: transform 0.3s ease;
}

.showcase-logo-img:hover {
    transform: scale(1.05) rotate(2deg);
}

.showcase-content h3 {
    margin: 0 0 12px 0;
    color: #1f2937;
    font-size: 28px;
    font-weight: 700;
}

.showcase-tagline {
    margin: 0;
    color: #3b82f6;
    font-size: 18px;
    font-weight: 500;
}

/* 4. Contact Banner Logo */
.contact-logo-banner {
    padding: 48px 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    position: relative;
    overflow: hidden;
}

.contact-logo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0%, transparent 70%);
}

.contact-brand-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.contact-logo {
    width: 80px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.contact-logo:hover {
    transform: scale(1.1) rotate(-2deg);
}

.contact-brand-info h3 {
    margin: 0 0 8px 0;
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-brand-info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

/* 5. Floating Logo Badge */
.floating-logo-badge {
    position: fixed;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    z-index: 1000;
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 12px;
    border-radius: 20px 0 0 20px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease;
    cursor: pointer;
}

.floating-logo-badge.visible {
    right: 0;
}

.floating-logo-badge:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
}

.floating-logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: white;
    border-radius: 8px;
    padding: 2px;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.floating-logo-badge:hover .floating-logo-img {
    transform: scale(1.1);
}

.floating-logo-text {
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

/* Mobile Responsive for Logo Showcases */
@media (max-width: 768px) {
    .hero-watermark-logo {
        width: 80px;
    }
    
    .stats-logo-banner {
        padding: 24px;
        min-height: 120px;
    }
    
    .stats-banner-bg-logo {
        width: 200px;
        height: 200px;
        opacity: 0.15;
    }
    
    .stats-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .company-showcase,
    .contact-brand-showcase {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 24px;
    }
    
    .stats-banner-logo,
    .showcase-logo-img,
    .contact-logo {
        width: 60px;
    }
    
    .floating-logo-badge {
        right: -80px;
        padding: 8px;
    }
    
    .floating-logo-img {
        width: 30px;
        height: 30px;
    }
    
    .brand-strip-content {
        padding: 6px 16px;
    }
    
    .brand-strip-logo {
        width: 24px;
    }
    
    .brand-strip-text {
        font-size: 14px;
    }
}

/* ========================================
   MOBILE TOUCH OPTIMIZATIONS
   ======================================== */

/* Enhanced Touch Targets - Minimum 48x48px for accessibility */
@media (max-width: 768px) {
  /* All buttons minimum touch size */
  .btn,
  .get-quotation-btn,
  .contact-btn,
  button[type="submit"],
  button[type="button"] {
    min-height: 48px;
    min-width: 120px;
    padding: 14px 24px;
    font-size: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 123, 255, 0.2);
  }
  
  /* Make contact buttons full-width on tablets and mobile */
  .contact-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  
  /* Section CTA container */
  .section-cta {
    width: 100%;
    padding: 0 var(--space-20);
  }

  /* Contact info grid - single column on mobile */
  .contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-20);
    padding: var(--space-16);
  }

  .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-16);
    padding: var(--space-16);
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    min-height: 72px;
    touch-action: manipulation;
  }

  .contact-info-item i {
    font-size: 24px;
    min-width: 32px;
    flex-shrink: 0;
  }

  .contact-info-item h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .contact-info-item p,
  .contact-info-item a {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
  }

  /* Products grid - single column on mobile */
  .products-grid {
    grid-template-columns: 1fr;
    gap: var(--space-24);
    padding: var(--space-16);
  }

  .product-card {
    margin-bottom: var(--space-16);
    touch-action: manipulation;
  }

  .product-image {
    height: 280px;
    padding: var(--space-20);
  }

  .product-info {
    padding: var(--space-20);
  }

  .product-info h3 {
    font-size: 20px;
    margin-bottom: var(--space-12);
  }

  .product-specs {
    gap: var(--space-12);
  }

  .spec-item {
    padding: var(--space-12);
    font-size: 14px;
  }

  /* Enhanced button spacing */
  .get-quotation-btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
    font-size: 16px;
    gap: 10px;
  }

  .get-quotation-btn i {
    font-size: 18px;
  }

  /* Contact form touch optimization */
  .contact-form-container {
    padding: var(--space-24);
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 48px;
    font-size: 16px;
    padding: 14px 16px;
    touch-action: manipulation;
  }

  .form-group textarea {
    min-height: 120px;
  }

  /* Navigation touch optimization */
  .nav-link,
  .dropdown-item,
  .mobile-menu-link {
    min-height: 48px;
    padding: 14px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    touch-action: manipulation;
  }

  /* Service and feature cards */
  .service-item,
  .feature-item {
    padding: var(--space-24);
    touch-action: manipulation;
  }

  /* Distributor/Retail/Wholesale/Franchise grids */
  .benefits-grid,
  .retail-grid,
  .wholesale-grid,
  .franchise-grid {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  /* Career cards */
  .job-card {
    touch-action: manipulation;
    padding: var(--space-20);
  }

  .apply-btn {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }
}

/* Extra small devices optimization (phones < 480px) */
@media (max-width: 480px) {
  /* Larger touch targets for small screens */
  .btn,
  .get-quotation-btn,
  .contact-btn {
    min-height: 52px;
    padding: 16px 24px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  
  /* Section CTA container for business pages */
  .section-cta {
    padding: 0 var(--space-16);
  }
  
  .section-cta .contact-btn {
    width: 100%;
    min-height: 56px;
    font-size: 15px;
    padding: 18px 24px;
  }

  /* Contact info grid - more padding */
  .contact-info-grid {
    gap: var(--space-16);
    padding: var(--space-12);
  }

  .contact-info-item {
    padding: var(--space-20);
    min-height: 80px;
  }

  /* Products grid spacing */
  .products-grid {
    gap: var(--space-20);
    padding: var(--space-12);
  }

  .product-card {
    border-radius: var(--radius-md);
  }

  .product-image {
    height: 240px;
    padding: var(--space-16);
  }

  .product-info {
    padding: var(--space-16);
  }

  /* Larger tap areas for navigation */
  .nav-link,
  .dropdown-item {
    min-height: 52px;
    padding: 16px 20px;
    font-size: 16px;
  }

  /* Form inputs larger */
  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 52px;
    font-size: 16px;
    padding: 16px;
  }

  /* Contact form */
  .contact-form-container {
    padding: var(--space-20);
    border-radius: var(--radius-md);
  }

  .form-message {
    padding: var(--space-20);
  }
}

/* Landscape phones optimization */
@media (max-width: 768px) and (orientation: landscape) {
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-16);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-20);
  }

  .product-image {
    height: 220px;
  }
}

/* Prevent text selection on touch */
@media (hover: none) and (pointer: coarse) {
  .btn,
  .nav-link,
  .dropdown-item,
  .mobile-menu-link {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 123, 255, 0.15);
  }

  /* Smooth scrolling on touch devices */
  * {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  /* Remove hover states that don't work well on touch */
  .product-card:hover,
  .service-item:hover,
  .feature-item:hover {
    transform: none;
  }

  /* Active/touch feedback */
  .btn:active,
  .get-quotation-btn:active,
  .contact-btn:active {
    transform: scale(0.98);
    opacity: 0.9;
  }

  .nav-link:active,
  .dropdown-item:active {
    background: rgba(var(--color-primary-rgb), 0.1);
  }
}