/**
 * ========================================
 * RISENEX - ULTRA POLISHED PREMIUM CSS
 * Version: 5.0 - Professional Grade
 * Blue (RISE) + Gold (NEX) Theme
 * ✨ ULTRA POLISHED BY CLAUDE
 * ========================================
 */

/* ==========================================
   CSS CUSTOM PROPERTIES (CSS VARIABLES)
   ========================================== */
:root {
  /* ==========================================
     BRAND COLORS - RISE Blue + NEX Gold
     ✨ Enhanced for premium feel
     ========================================== */
  
  /* Primary - RISE Blue Spectrum (Deeper, Richer) */
  --color-primary: #1a365d;           /* Deep Navy Blue (more premium) */
  --color-primary-light: #3182ce;     /* Vibrant Blue */
  --color-primary-dark: #153e75;      /* Darker Navy */
  --color-primary-50: #ebf8ff;        /* Lightest Blue Tint */
  --color-primary-100: #bee3f8;       /* Very Light Blue */
  --color-primary-200: #90cdf4;       /* Light Blue */
  --color-primary-500: #4299e1;       /* Mid Blue */
  --color-primary-600: #3182ce;       /* Standard Blue */
  --color-primary-700: #2b6cb0;       /* Deep Blue */
  --color-primary-800: #2c5282;       /* Deeper Blue */
  --color-primary-900: #1a365d;       /* Darkest Blue */
  
  /* Secondary - NEX Gold/Amber Spectrum (Luxurious) */
  --color-secondary: #c6930a;         /* Rich Gold (more luxurious) */
  --color-secondary-light: #ecc94b;   /* Bright Gold */
  --color-secondary-dark: #975a16;    /* Deep Bronze */
  --color-secondary-50: #fffaf0;      /* Cream */
  --color-secondary-100: #feebc8;     /* Light Gold Tint */
  --color-secondary-200: #fbd38d;     /* Soft Gold */
  --color-secondary-500: #d69e2e;     /* Mid Gold */
  --color-secondary-600: #c6930a;     /* Standard Gold */
  --color-secondary-700: #b7791f;     /* Deep Gold */
  --color-secondary-800: #975a16;     /* Bronze */
  --color-secondary-900: #744210;     /* Dark Bronze */
  
  /* Accent - Subtle Purple for Tech Feel */
  --color-accent: #6b46c1;            /* Rich Purple */
  --color-accent-light: #9f7aea;      /* Light Purple */
  --color-accent-dark: #553c9a;       /* Deep Purple */
  
  /* Status Colors - Refined */
  --color-success: #38a169;           /* Forest Green */
  --color-success-light: #68d391;
  --color-warning: #dd6b20;           /* Warm Orange */
  --color-warning-light: #f6ad55;
  --color-error: #e53e3e;             /* Clear Red */
  --color-error-light: #fc8181;
  --color-info: #00b5d8;              /* Cyan */
  --color-info-light: #76e4f7;
  
  /* ==========================================
     TEXT COLORS - Better Contrast
     ========================================== */
  --color-text-primary: #1a202c;      /* Rich Black */
  --color-text-secondary: #4a5568;    /* Balanced Gray */
  --color-text-tertiary: #718096;     /* Medium Gray */
  --color-text-light: #a0aec0;        /* Light Gray */
  --color-text-muted: #cbd5e0;        /* Very Light */
  --color-text-white: #ffffff;        /* Pure White */
  --color-text-inverse: #f7fafc;      /* Off White */
  
  /* ==========================================
     BACKGROUND COLORS - Refined
     ========================================== */
  --color-bg-primary: #ffffff;        /* Pure White */
  --color-bg-secondary: #f7fafc;      /* Cool Off White */
  --color-bg-tertiary: #edf2f7;       /* Light Gray */
  --color-bg-dark: #1a202c;           /* Rich Dark */
  --color-bg-darker: #171923;         /* Darker */
  --color-bg-darkest: #0d1117;        /* Darkest */
  
  /* ==========================================
     GLASS MORPHISM - Premium
     ========================================== */
  --glass-bg: rgba(255, 255, 255, 0.88);
  --glass-bg-light: rgba(255, 255, 255, 0.95);
  --glass-bg-dark: rgba(26, 32, 44, 0.9);
  --glass-border: rgba(26, 54, 93, 0.08);
  --glass-border-light: rgba(255, 255, 255, 0.2);
  --glass-border-gold: rgba(198, 147, 10, 0.12);
  --glass-shadow: 
    0 4px 6px -1px rgba(26, 54, 93, 0.06),
    0 10px 20px -5px rgba(26, 54, 93, 0.1),
    0 25px 50px -12px rgba(26, 54, 93, 0.15);
  --glass-shadow-gold: 
    0 4px 6px -1px rgba(198, 147, 10, 0.08),
    0 10px 20px -5px rgba(198, 147, 10, 0.12);
  
  /* ==========================================
     BRAND GRADIENTS - Ultra Premium
     ========================================== */
  
  /* Primary Blue Gradients */
  --gradient-blue: linear-gradient(135deg, 
    #1a365d 0%, 
    #2b6cb0 40%, 
    #4299e1 100%);
  --gradient-blue-dark: linear-gradient(135deg, 
    #153e75 0%, 
    #1a365d 100%);
  --gradient-blue-light: linear-gradient(135deg, 
    #4299e1 0%, 
    #63b3ed 100%);
  --gradient-blue-radial: radial-gradient(
    ellipse at 30% 20%, 
    #4299e1 0%, 
    #2b6cb0 40%, 
    #1a365d 100%);
  
  /* Gold/Amber Gradients - Luxurious */
  --gradient-gold: linear-gradient(135deg, 
    #975a16 0%, 
    #c6930a 40%, 
    #ecc94b 100%);
  --gradient-gold-shine: linear-gradient(135deg, 
    #c6930a 0%, 
    #d69e2e 30%, 
    #ecc94b 60%, 
    #f6e05e 100%);
  --gradient-gold-subtle: linear-gradient(135deg, 
    rgba(198, 147, 10, 0.1) 0%, 
    rgba(236, 201, 75, 0.05) 100%);
  
  /* Brand Signature Gradient (RISE → NEX) */
  --gradient-brand: linear-gradient(135deg, 
    #1a365d 0%, 
    #2b6cb0 30%, 
    #6b46c1 50%, 
    #c6930a 70%, 
    #ecc94b 100%);
  --gradient-brand-subtle: linear-gradient(90deg, 
    rgba(26, 54, 93, 0.05) 0%, 
    rgba(107, 70, 193, 0.03) 50%, 
    rgba(198, 147, 10, 0.05) 100%);
  
  /* Hero/Banner Gradients */
  --gradient-hero: linear-gradient(135deg, 
    #1a365d 0%, 
    #2c5282 25%, 
    #2b6cb0 50%, 
    #3182ce 75%, 
    #4299e1 100%);
  
  /* Marquee Bar Gradient - Smoother */
  --gradient-marquee: linear-gradient(90deg, 
    #1a365d 0%, 
    #2b6cb0 20%, 
    #6b46c1 40%, 
    #9f7aea 60%, 
    #c6930a 80%, 
    #1a365d 100%);
  
  /* Subtle Background Gradients */
  --gradient-bg-blue: linear-gradient(180deg, 
    #ebf8ff 0%, 
    #ffffff 100%);
  --gradient-bg-gold: linear-gradient(180deg, 
    #fffaf0 0%, 
    #ffffff 100%);
  --gradient-bg-mixed: linear-gradient(135deg, 
    #ebf8ff 0%, 
    #f7fafc 40%, 
    #fffaf0 100%);
  --gradient-bg-subtle: linear-gradient(180deg, 
    #f7fafc 0%, 
    #ffffff 50%, 
    #f7fafc 100%);
  
  /* Mesh Gradient Background */
  --gradient-mesh: 
    radial-gradient(at 20% 20%, rgba(66, 153, 225, 0.08) 0%, transparent 50%),
    radial-gradient(at 80% 20%, rgba(107, 70, 193, 0.06) 0%, transparent 50%),
    radial-gradient(at 50% 80%, rgba(198, 147, 10, 0.06) 0%, transparent 50%);
  
  /* ==========================================
     SPACING SYSTEM - Refined
     ========================================== */
  --space-px: 1px;
  --space-0: 0;
  --space-1: 0.25rem;    /* 4px */
  --space-2: 0.5rem;     /* 8px */
  --space-3: 0.75rem;    /* 12px */
  --space-4: 1rem;       /* 16px */
  --space-5: 1.25rem;    /* 20px */
  --space-6: 1.5rem;     /* 24px */
  --space-8: 2rem;       /* 32px */
  --space-10: 2.5rem;    /* 40px */
  --space-12: 3rem;      /* 48px */
  --space-16: 4rem;      /* 64px */
  --space-20: 5rem;      /* 80px */
  --space-24: 6rem;      /* 96px */
  --space-32: 8rem;      /* 128px */
  
  /* Legacy spacing (backward compatible) */
  --space-xs: var(--space-1);
  --space-sm: var(--space-2);
  --space-md: var(--space-4);
  --space-lg: var(--space-6);
  --space-xl: var(--space-8);
  --space-2xl: var(--space-12);
  --space-3xl: var(--space-16);
  --space-4xl: var(--space-20);
  --space-5xl: var(--space-24);
  
  /* ==========================================
     TYPOGRAPHY - Professional
     ========================================== */
--font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-family-display: 'Plus Jakarta Sans', var(--font-family);
--font-family-mono: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', Consolas, monospace;
  
  /* Font Sizes - Refined Scale */
  --font-xs: 0.75rem;      /* 12px */
  --font-sm: 0.875rem;     /* 14px */
  --font-base: 1rem;       /* 16px */
  --font-lg: 1.125rem;     /* 18px */
  --font-xl: 1.25rem;      /* 20px */
  --font-2xl: 1.5rem;      /* 24px */
  --font-3xl: 1.875rem;    /* 30px */
  --font-4xl: 2.25rem;     /* 36px */
  --font-5xl: 3rem;        /* 48px */
  --font-6xl: 3.75rem;     /* 60px */
  --font-7xl: 4.5rem;      /* 72px */
  --font-8xl: 6rem;        /* 96px */
  
  /* Font Weights */
  --font-thin: 100;
  --font-extralight: 200;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  
  /* Line Heights - Optimized */
  --leading-none: 1;
  --leading-tight: 1.2;
  --leading-snug: 1.35;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;
  --leading-loose: 1.85;
  
  /* Letter Spacing */
  --tracking-tighter: -0.04em;
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.02em;
  --tracking-wider: 0.04em;
  --tracking-widest: 0.08em;
  
  /* ==========================================
     BORDER RADIUS - Refined
     ========================================== */
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  --radius-3xl: 24px;
  --radius-4xl: 32px;
  --radius-full: 9999px;
  
  /* ==========================================
     SHADOWS - Multi-layered Premium
     ========================================== */
  
  /* Elevation System */
  --shadow-xs: 
    0 1px 2px rgba(26, 54, 93, 0.04);
  --shadow-sm: 
    0 1px 2px rgba(26, 54, 93, 0.04),
    0 2px 4px rgba(26, 54, 93, 0.04);
  --shadow-md: 
    0 2px 4px rgba(26, 54, 93, 0.03),
    0 4px 8px rgba(26, 54, 93, 0.04),
    0 8px 16px rgba(26, 54, 93, 0.05);
  --shadow-lg: 
    0 4px 8px rgba(26, 54, 93, 0.03),
    0 8px 16px rgba(26, 54, 93, 0.05),
    0 16px 32px rgba(26, 54, 93, 0.06);
  --shadow-xl: 
    0 8px 16px rgba(26, 54, 93, 0.04),
    0 16px 32px rgba(26, 54, 93, 0.06),
    0 32px 64px rgba(26, 54, 93, 0.08);
  --shadow-2xl: 
    0 16px 32px rgba(26, 54, 93, 0.06),
    0 32px 64px rgba(26, 54, 93, 0.08),
    0 48px 96px rgba(26, 54, 93, 0.1);
  
  /* Colored Shadows - Brand */
  --shadow-blue: 
    0 4px 14px rgba(49, 130, 206, 0.2),
    0 10px 30px rgba(49, 130, 206, 0.15);
  --shadow-blue-lg: 
    0 8px 24px rgba(49, 130, 206, 0.25),
    0 20px 50px rgba(49, 130, 206, 0.2);
  --shadow-gold: 
    0 4px 14px rgba(198, 147, 10, 0.2),
    0 10px 30px rgba(198, 147, 10, 0.15);
  --shadow-gold-lg: 
    0 8px 24px rgba(198, 147, 10, 0.25),
    0 20px 50px rgba(198, 147, 10, 0.2);
  --shadow-purple: 
    0 4px 14px rgba(107, 70, 193, 0.2),
    0 10px 30px rgba(107, 70, 193, 0.15);
  
  /* Glow Effects */
  --glow-blue: 0 0 40px rgba(66, 153, 225, 0.3);
  --glow-gold: 0 0 40px rgba(198, 147, 10, 0.3);
  --glow-purple: 0 0 40px rgba(107, 70, 193, 0.3);
  
  /* Inner Shadows */
  --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-inner-lg: inset 0 4px 8px rgba(0, 0, 0, 0.06);
  
  /* ==========================================
     TRANSITIONS & ANIMATIONS - Smooth
     ========================================== */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-medium: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slower: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Premium Easings */
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-elastic: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  
  /* ==========================================
     Z-INDEX LAYERS
     ========================================== */
  --z-behind: -1;
  --z-base: 1;
  --z-docked: 10;
  --z-dropdown: 1000;
  --z-sticky: 1100;
  --z-fixed: 1200;
  --z-overlay: 1300;
  --z-modal: 1400;
  --z-popover: 1500;
  --z-tooltip: 1600;
  --z-notification: 1700;
  --z-max: 9999;
  
  /* ==========================================
     CONTAINER & LAYOUT
     ========================================== */
  --container-max-width: 1400px;
  --container-padding: 24px;
  --container-padding-sm: 16px;
  --container-padding-lg: 32px;
  --container-padding-xl: 48px;
  
  /* ==========================================
     BREAKPOINTS (for reference)
     ========================================== */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  
  /* ==========================================
     BLUR LEVELS
     ========================================== */
  --blur-none: 0;
  --blur-sm: 4px;
  --blur-md: 8px;
  --blur-lg: 16px;
  --blur-xl: 24px;
  --blur-2xl: 40px;
  --blur-3xl: 64px;
}

/* ==========================================
   RESET & BASE STYLES - Enhanced
   ========================================== */

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-base);
  font-weight: var(--font-normal);
  color: var(--color-text-primary);
  background: var(--color-bg-primary);
  line-height: var(--leading-normal);
  padding-top: 120px;
  overflow-x: hidden;
  min-height: 100vh;
}

/* Selection Styling */
::selection {
  background: rgba(49, 130, 206, 0.2);
  color: var(--color-primary);
}

::-moz-selection {
  background: rgba(49, 130, 206, 0.2);
  color: var(--color-primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
}

/* Focus Styles */
:focus-visible {
  outline: 2px solid var(--color-primary-light);
  outline-offset: 2px;
}

/* ==========================================
   CONTAINER - GLOBAL
   ========================================== */

.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  position: relative;
  z-index: var(--z-base);
}

@media (max-width: 768px) {
  .container {
    padding: 0 var(--container-padding-sm);
  }
}

/* ==========================================
   PREMIUM GRADIENT MARQUEE BAR - Ultra Polished
   ========================================== */

.marquee-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: calc(var(--z-sticky) + 100);
  background: var(--gradient-marquee);
  background-size: 200% 100%;
  animation: gradientFlow 12s ease infinite;
  color: var(--color-text-white);
  padding: var(--space-2) 0;
  overflow: hidden;
  margin: 10px 12px;
  border-radius: var(--radius-xl);
  box-shadow: 
    0 4px 20px rgba(26, 54, 93, 0.2),
    0 8px 40px rgba(107, 70, 193, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.marquee-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent);
}

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

.marquee-content {
  display: flex;
  gap: var(--space-10);
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

.marquee-content span {
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  letter-spacing: var(--tracking-wide);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.marquee-bar:hover .marquee-content {
  animation-play-state: paused;
}

/* ==========================================
   GLASS MORPHISM NAVBAR - Premium
   ========================================== */

.navbar {
  position: fixed;
  top: 52px;
  left: 12px;
  right: 12px;
  z-index: var(--z-sticky);
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-2xl);
  transition: all var(--transition-medium);
  box-shadow: var(--shadow-sm);
}

.navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 10%, 
    rgba(255, 255, 255, 0.5) 50%, 
    transparent 90%);
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
}

.navbar.scrolled {
  background: var(--glass-bg-light);
  box-shadow: var(--glass-shadow);
  border-color: rgba(26, 54, 93, 0.06);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: var(--space-8);
  padding: 0 var(--space-6);
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  z-index: 2;
  flex-shrink: 0;
}

.nav-logo img {
  height: 72px;
  width: auto;
  transition: transform var(--transition-base), filter var(--transition-base);
}

.nav-logo:hover img {
  transform: scale(1.03);
  filter: drop-shadow(0 4px 12px rgba(26, 54, 93, 0.15));
}

/* Desktop Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex: 1;
  justify-content: center;
}

.nav-item {
  position: relative;
  z-index: 10;
}

.nav-item::before,
.nav-item::after {
  pointer-events: none !important;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--font-base);
  font-weight: var(--font-medium);
  color: var(--color-text-secondary);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  position: relative;
}

.nav-link::before,
.nav-link::after {
  pointer-events: none !important;
}

.nav-link:hover {
  color: var(--color-primary);
  background: var(--color-bg-secondary);
}

.nav-link.active {
  color: var(--color-primary);
  font-weight: var(--font-semibold);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--gradient-brand);
  border-radius: var(--radius-full);
}

.dropdown-icon {
  transition: transform var(--transition-fast);
  color: var(--color-text-light);
  width: 14px;
  height: 14px;
}

.nav-dropdown:hover .dropdown-icon,
.has-dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
  color: var(--color-primary);
}

/* ==========================================
   MEGA DROPDOWN - Premium Slide Animation
   ========================================== */

.nav-dropdown,
.has-dropdown {
  position: relative;
}

.mega-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  display: none !important;
  transition: 
    opacity 0.35s var(--ease-premium),
    transform 0.35s var(--ease-premium),
    visibility 0.35s;
  z-index: var(--z-dropdown);
  width: 92vw;
  max-width: 1400px;
}

.nav-dropdown:hover .mega-dropdown,
.has-dropdown:hover .mega-dropdown,
.mega-dropdown:hover,
.mega-dropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
  display: block !important;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown Content */
.mega-dropdown-content {
  background: var(--glass-bg-light);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-3xl);
  box-shadow: var(--shadow-2xl);
  padding: var(--space-10);
  display: grid;
  grid-template-columns: 220px 1fr 1.3fr;
  gap: var(--space-10);
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.mega-dropdown-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 5%, 
    rgba(255, 255, 255, 0.6) 50%, 
    transparent 95%);
}

/* Left: Logo Section */
.mega-logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
  border-radius: var(--radius-xl);
  background: var(--gradient-bg-subtle);
}

.mega-logo-section img {
  width: 200px;
  height: auto;
  opacity: 1;
  filter: drop-shadow(0 8px 24px rgba(26, 54, 93, 0.12));
  transition: transform var(--transition-medium);
}

.mega-logo-section:hover img {
  transform: scale(1.02);
}

/* Center: Menu Items */
.mega-menu-items {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-4) 0;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--font-lg);
  font-weight: var(--font-semibold);
  color: var(--color-text-primary);
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-xl);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.menu-number {
  font-size: var(--font-xs);
  font-weight: var(--font-bold);
  color: var(--color-text-light);
  background: var(--color-bg-tertiary);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  flex-shrink: 0;
}

.mega-menu-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient-brand);
  border-radius: 0 3px 3px 0;
  transform: scaleY(0);
  transition: transform var(--transition-base) var(--ease-premium);
}

.mega-menu-link:hover {
  background: var(--color-bg-secondary);
  color: var(--color-primary);
  transform: translateX(6px);
}

.mega-menu-link:hover::before {
  transform: scaleY(1);
}

.mega-menu-link:hover .menu-number {
  background: var(--gradient-brand);
  color: white;
  transform: scale(1.08);
  box-shadow: var(--shadow-sm);
}

/* Right: Description */
.mega-description {
  position: relative;
  padding: var(--space-8);
  background: var(--gradient-bg-subtle);
  border-radius: var(--radius-2xl);
  min-height: 340px;
  overflow: hidden;
}

.mega-description::before {
  content: '';
  position: absolute;
  top: -100%;
  right: -100%;
  width: 300%;
  height: 300%;
  background: radial-gradient(
    circle at center, 
    rgba(49, 130, 206, 0.06) 0%, 
    transparent 60%);
  animation: gentlePulse 6s ease-in-out infinite;
}

@keyframes gentlePulse {
  0%, 100% { 
    transform: scale(1); 
    opacity: 0.5; 
  }
  50% { 
    transform: scale(1.05); 
    opacity: 0.7; 
  }
}

.mega-desc-item {
  position: absolute;
  top: var(--space-8);
  left: var(--space-8);
  right: var(--space-8);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all 0.35s var(--ease-premium);
  pointer-events: none;
  z-index: 1;
}

.mega-desc-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.desc-header {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  margin-bottom: var(--space-5);
}

.desc-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  animation: iconFloat 4s ease-in-out infinite;
}

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

.desc-header h3 {
  font-size: var(--font-2xl);
  font-weight: var(--font-bold);
  color: var(--color-text-primary);
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: var(--tracking-tight);
}

.mega-desc-item p {
  font-size: var(--font-base);
  color: var(--color-text-secondary);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-6);
}

.desc-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.feature-tag {
  display: inline-block;
  padding: var(--space-2) var(--space-4);
  background: white;
  color: var(--color-primary);
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
  border: 1px solid var(--glass-border);
}

.feature-tag:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  background: var(--gradient-brand);
  color: white;
  border-color: transparent;
}

/* ==========================================
   MEET SORIVA BUTTON - Premium CTA
   ========================================== */

.btn-soriva-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.btn-soriva {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 12px 26px;
  font-size: var(--font-base);
  font-weight: var(--font-semibold);
  color: white;
  background: linear-gradient(135deg, 
    #6b46c1 0%, 
    #805ad5 50%, 
    #9f7aea 100%);
  border-radius: var(--radius-full);
  box-shadow: 
    0 4px 16px rgba(107, 70, 193, 0.35),
    0 2px 4px rgba(107, 70, 193, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: var(--tracking-wide);
}

.btn-soriva::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    #805ad5 0%, 
    #6b46c1 50%, 
    #553c9a 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
  z-index: -1;
}

.btn-soriva::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s var(--ease-premium), height 0.5s var(--ease-premium);
}

.btn-soriva:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(107, 70, 193, 0.4),
    0 4px 8px rgba(107, 70, 193, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

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

.btn-soriva:hover::after {
  width: 300px;
  height: 300px;
}

.btn-soriva:active {
  transform: translateY(0);
  box-shadow: 
    0 4px 12px rgba(107, 70, 193, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-arrow {
  transition: transform var(--transition-base);
  width: 16px;
  height: 16px;
}

.btn-soriva:hover .btn-arrow {
  transform: translateX(3px);
}

.btn-tagline {
  font-size: 10px;
  font-weight: var(--font-medium);
  color: var(--color-text-tertiary);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  white-space: nowrap;
}

/* ==========================================
   RESPONSIVE - Mega Dropdown
   ========================================== */

@media (max-width: 1024px) {
  .mega-dropdown {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
  
  .mega-dropdown-content {
    grid-template-columns: 1fr;
    padding: var(--space-6);
    min-height: auto;
    gap: var(--space-6);
  }
  
  .mega-logo-section {
    display: none;
  }
  
  .mega-description {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .nav-wrapper {
    height: 64px;
    padding: 0 var(--space-4);
  }
  
  .nav-logo img {
    height: 56px;
  }
  
  .btn-soriva {
    padding: 10px 20px;
    font-size: var(--font-sm);
  }
}

/* ==========================================
   UTILITY CLASSES - Brand Colors
   ========================================== */

.text-primary { color: var(--color-primary); }
.text-primary-light { color: var(--color-primary-light); }
.text-secondary { color: var(--color-secondary); }
.text-accent { color: var(--color-accent); }

.bg-primary { background-color: var(--color-primary); }
.bg-secondary { background-color: var(--color-secondary); }
.bg-accent { background-color: var(--color-accent); }

.gradient-brand { background: var(--gradient-brand); }
.gradient-blue { background: var(--gradient-blue); }
.gradient-gold { background: var(--gradient-gold); }

.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur-lg)) saturate(180%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}

.shadow-brand { box-shadow: var(--shadow-xl); }
.shadow-blue { box-shadow: var(--shadow-blue); }
.shadow-gold { box-shadow: var(--shadow-gold); }
/* ==========================================
   MOBILE TOGGLE
   ========================================== */


/* ==========================================
   HERO SECTION - ULTRA PREMIUM
   ========================================== */
/* ==========================================
   RISENEX CSS - PART 2 (ULTRA POLISHED)
   Hero | Vision | Services Sections
   ========================================== */

/* ==========================================
   HERO SECTION - PREMIUM ENTRANCE
   ========================================== */

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  background: 
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(99, 102, 241, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(139, 92, 246, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 50% 100%, rgba(236, 72, 153, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #fafbff 50%, #f8faff 100%);
  position: relative;
  overflow: hidden;
  z-index: var(--z-base);
}

/* Animated Grid Background */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(99, 102, 241, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: grid-flow 25s linear infinite;
  opacity: 0.5;
  z-index: 1;
  will-change: transform;
}

@keyframes grid-flow {
  0% { transform: translateY(0) translateX(0); }
  100% { transform: translateY(60px) translateX(30px); }
}

/* Top Light Orb */
.hero-section::after {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: 
    radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.08) 30%, transparent 70%);
  animation: light-pulse 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  will-change: opacity, transform;
}

@keyframes light-pulse {
  0%, 100% { 
    opacity: 0.4; 
    transform: translateX(-50%) scale(1); 
    filter: blur(0px);
  }
  50% { 
    opacity: 0.7; 
    transform: translateX(-50%) scale(1.15); 
    filter: blur(10px);
  }
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .hero-section::before,
  .hero-section::after,
  .floating-card,
  .gradient-blob {
    animation: none !important;
  }
}

/* Hero Grid Layout */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 10;
}

.hero-left {
  padding-right: 40px;
}

/* Hero Title - Premium Typography */
.hero-title {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 28px;
  color: var(--color-text-primary);
  letter-spacing: -0.045em;
  text-shadow: 0 4px 40px rgba(99, 102, 241, 0.06);
}

.hero-title .title-intro {
  display: block;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
  opacity: 0.9;
  position: relative;
  padding-left: 20px;
}

.hero-title .title-intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--gradient-primary);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.6);
}

/* Gradient Text Highlight */
.gradient-highlight {
  display: block;
  background: linear-gradient(
    135deg, 
    #6366f1 0%, 
    #8b5cf6 25%, 
    #a855f7 50%, 
    #ec4899 75%, 
    #6366f1 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 25px rgba(99, 102, 241, 0.25));
  animation: gradient-shift 6s ease infinite;
  margin-top: 10px;
  will-change: background-position;
}

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

/* Hero Subtitle */
.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  color: #64748b;
  margin-bottom: 44px;
  max-width: 540px;
  font-weight: 450;
}

/* Hero CTA Buttons */
.hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

/* Button Base Styles */
.btn {
  padding: 15px 30px;
  border-radius: 14px;
  font-weight: 650;
  font-size: 1rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none;
  text-decoration: none;
  isolation: isolate;
}

/* Button Shine Effect */
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.4), 
    transparent
  );
  transition: left 0.6s ease;
  z-index: 1;
}

.btn:hover::before {
  left: 100%;
}

/* Primary Button */
.btn-primary {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
  background-size: 200% 200%;
  color: white;
  box-shadow: 
    0 4px 15px -3px rgba(99, 102, 241, 0.5),
    0 0 0 0 rgba(99, 102, 241, 0.4),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 
    0 12px 28px -5px rgba(99, 102, 241, 0.55),
    0 0 0 4px rgba(99, 102, 241, 0.15),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  background-position: 100% 50%;
}

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

.btn-primary svg {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-primary:hover svg {
  transform: translateX(6px);
}

/* Secondary Button */
.btn-secondary {
  background: rgba(99, 102, 241, 0.06);
  color: var(--color-primary);
  border: 2px solid rgba(99, 102, 241, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.4);
  transform: translateY(-4px);
  box-shadow: 
    0 12px 28px -6px rgba(99, 102, 241, 0.25),
    inset 0 0 0 1px rgba(99, 102, 241, 0.1);
}

.btn-large {
  padding: 18px 38px;
  font-size: 1.1rem;
}

/* Hero Features Bar */
.hero-features {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding: 22px 32px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 
    0 10px 40px -10px rgba(99, 102, 241, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.95);
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(2deg);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-features:hover {
  transform: perspective(1000px) rotateX(0deg) translateY(-4px);
  box-shadow: 
    0 20px 50px -12px rgba(99, 102, 241, 0.18),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.95);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #475569;
  font-weight: 600;
  transition: all 0.3s ease;
}

.feature-item:hover {
  color: var(--color-primary);
  transform: translateX(4px);
}

.feature-item svg {
  color: var(--color-primary);
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.5));
  transition: transform 0.3s ease;
}

.feature-item:hover svg {
  transform: scale(1.15) rotate(-5deg);
}

/* ==========================================
   HERO RIGHT - VISUAL SHOWCASE
   ========================================== */

.hero-right {
  position: relative;
  height: 680px;
  perspective: 1200px;
}

.visual-container {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

/* Floating Cards - Premium Glass */
.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px) saturate(200%);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding: 28px 36px;
  box-shadow: 
    0 25px 60px -15px rgba(99, 102, 241, 0.15),
    0 10px 20px -10px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  z-index: var(--z-base);
  will-change: transform;
}

/* Card Hover Glow */
.floating-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(139, 92, 246, 0.3));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

/* Card Shine Effect */
.floating-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.7), 
    transparent
  );
  transition: left 0.6s ease;
  border-radius: 24px;
  z-index: 1;
}

.floating-card:hover::before {
  left: 100%;
}

.floating-card:hover {
  transform: translateY(-20px) scale(1.08) rotateZ(3deg);
  box-shadow: 
    0 40px 80px -20px rgba(99, 102, 241, 0.25),
    0 15px 30px -15px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
}

.card-icon {
  font-size: 3.2rem;
  filter: drop-shadow(0 6px 15px rgba(99, 102, 241, 0.35));
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.floating-card:hover .card-icon {
  transform: scale(1.2) rotateZ(-8deg) translateY(-5px);
}

.card-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text-primary);
  white-space: nowrap;
  letter-spacing: -0.02em;
}

/* Card Positions & Animations */
.card-1 { 
  top: 6%; 
  left: 8%; 
  animation: float-1 8s ease-in-out infinite; 
  z-index: 5; 
}
.card-2 { 
  top: 3%; 
  right: 6%; 
  animation: float-2 9s ease-in-out infinite; 
  z-index: 4; 
}
.card-3 { 
  top: 46%; 
  left: 0%; 
  animation: float-3 7s ease-in-out infinite; 
  z-index: 3; 
}
.card-4 { 
  top: 42%; 
  right: 3%; 
  animation: float-1 8.5s ease-in-out infinite 0.5s; 
  z-index: 6; 
}
.card-5 { 
  bottom: 8%; 
  left: 25%; 
  animation: float-2 7.5s ease-in-out infinite 1s; 
  z-index: 7; 
}

@keyframes float-1 {
  0%, 100% { transform: translateY(0px) rotate(-2deg); }
  25% { transform: translateY(-15px) rotate(0deg); }
  50% { transform: translateY(-28px) rotate(2deg); }
  75% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0px) rotate(2deg); }
  25% { transform: translateY(-20px) rotate(0deg); }
  50% { transform: translateY(-32px) rotate(-2deg); }
  75% { transform: translateY(-10px) rotate(-1deg); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0px) rotate(-3deg); }
  33% { transform: translateY(-25px) rotate(1deg); }
  66% { transform: translateY(-18px) rotate(3deg); }
}

/* Center Orb - Pulsing Energy */
.center-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  z-index: 1;
  pointer-events: none;
}

.orb-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid;
  border-radius: 50%;
  opacity: 0;
  will-change: transform, opacity;
}

.ring-1 {
  width: 100%;
  height: 100%;
  border-color: rgba(99, 102, 241, 0.6);
  animation: pulse-ring-1 5s ease-in-out infinite;
}

.ring-2 {
  width: 80%;
  height: 80%;
  border-color: rgba(139, 92, 246, 0.55);
  animation: pulse-ring-2 5s ease-in-out infinite 0.8s;
}

.ring-3 {
  width: 60%;
  height: 60%;
  border-color: rgba(236, 72, 153, 0.5);
  animation: pulse-ring-3 5s ease-in-out infinite 1.6s;
}

@keyframes pulse-ring-1 {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(0.9); 
    opacity: 0; 
    border-width: 3px; 
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.25); 
    opacity: 0.6; 
    border-width: 1px; 
  }
}

@keyframes pulse-ring-2 {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(0.9); 
    opacity: 0; 
    border-width: 3px; 
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.3); 
    opacity: 0.5; 
    border-width: 1px; 
  }
}

@keyframes pulse-ring-3 {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(0.9); 
    opacity: 0; 
    border-width: 3px; 
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.35); 
    opacity: 0.45; 
    border-width: 1px; 
  }
}

.orb-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle, 
    rgba(99, 102, 241, 0.5) 0%, 
    rgba(139, 92, 246, 0.3) 40%,
    transparent 70%
  );
  border-radius: 50%;
  animation: glow-pulse 6s ease-in-out infinite;
  filter: blur(30px);
  will-change: transform, opacity;
}

@keyframes glow-pulse {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1); 
    opacity: 0.5; 
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.4); 
    opacity: 0.8; 
  }
}

/* Gradient Blobs */
.gradient-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.15;
  animation: blob-float 25s ease-in-out infinite;
  mix-blend-mode: multiply;
  will-change: transform;
  pointer-events: none;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  top: 5%;
  right: 0%;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  bottom: 5%;
  left: 5%;
  animation-delay: 4s;
}

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


/* ==========================================
   VISION SECTION - BRAND STORY
   ========================================== */

.vision-section {
  padding: 140px 0;
  background: 
    radial-gradient(ellipse 60% 40% at 30% 50%, rgba(99, 102, 241, 0.04) 0%, transparent 60%),
    linear-gradient(180deg, #fafbff 0%, #ffffff 50%, #fafbff 100%);
  position: relative;
  overflow: hidden;
}

.vision-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 80px;
  align-items: center;
}

.vision-left {
  position: relative;
  height: 520px;
}

.vision-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Central Orb - Vision */
.central-orb {
  position: relative;
  width: 280px;
  height: 280px;
}

.orb-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle, 
    rgba(99, 102, 241, 0.25) 0%, 
    rgba(139, 92, 246, 0.1) 50%,
    transparent 70%
  );
  animation: orb-pulse 5s ease-in-out infinite;
  will-change: transform, opacity;
}

@keyframes orb-pulse {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1); 
    opacity: 0.9; 
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.4); 
    opacity: 0.3; 
  }
}

.orb-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #6366f1, 
    #8b5cf6, 
    #a855f7,
    #ec4899,
    #8b5cf6,
    #6366f1
  );
  filter: blur(25px);
  animation: orb-glow-rotate 8s linear infinite;
  will-change: transform;
}

@keyframes orb-glow-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Spark Lines - Energy Rays */
.spark-line {
  position: absolute;
  width: 3px;
  height: 0;
  border-radius: 2px;
  background: linear-gradient(
    180deg, 
    rgba(99, 102, 241, 0.9) 0%,
    rgba(139, 92, 246, 0.5) 50%,
    transparent 100%
  );
  animation: spark-shoot 4s ease-out infinite;
  transform-origin: top center;
  will-change: height, opacity;
}

.line-1 { 
  top: 8%; 
  left: 50%; 
  transform: translateX(-50%);
}
.line-2 { 
  top: 50%; 
  right: 8%; 
  transform: translateY(-50%) rotate(90deg);
  animation-delay: 1s;
}
.line-3 { 
  bottom: 8%; 
  left: 50%; 
  transform: translateX(-50%) rotate(180deg);
  animation-delay: 2s;
}
.line-4 { 
  top: 50%; 
  left: 8%; 
  transform: translateY(-50%) rotate(270deg);
  animation-delay: 3s;
}

@keyframes spark-shoot {
  0% { 
    height: 0; 
    opacity: 0;
  }
  10% { 
    opacity: 1; 
  }
  40% { 
    height: 120px; 
    opacity: 1;
  }
  100% { 
    height: 180px; 
    opacity: 0;
  }
}

/* Vision Content */
.vision-right {
  padding-left: 40px;
}

.vision-title {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--color-text-primary);
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}

.vision-highlight {
  display: block;
  background: linear-gradient(
    135deg, 
    #6366f1 0%, 
    #8b5cf6 30%, 
    #a855f7 60%, 
    #ec4899 100%
  );
  background-size: 250% 250%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.25));
  animation: gradient-shift 6s ease infinite;
  margin-top: 8px;
}

.vision-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 44px;
  font-style: italic;
  position: relative;
  padding-left: 24px;
}

.vision-description::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 2.5rem;
  color: rgba(99, 102, 241, 0.3);
  font-family: Georgia, serif;
}

/* Core Values Grid */
.core-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  perspective: 1000px;
}

/* Value Card - Premium Glass */
.value-card {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
  position: relative;
  transform-style: preserve-3d;
  box-shadow: 
    0 8px 32px rgba(99, 102, 241, 0.06),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

/* Card Gradient Border on Hover */
.value-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

/* Card Shine */
.value-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.6), 
    transparent
  );
  transition: left 0.7s ease;
}

.value-card:hover::after {
  left: 100%;
}

.value-card:hover {
  transform: translateY(-15px) translateZ(25px) rotateX(5deg);
  box-shadow: 
    0 30px 60px rgba(99, 102, 241, 0.15),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.95);
}

.value-icon {
  font-size: 2.6rem;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 12px rgba(99, 102, 241, 0.3));
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
}

.value-card:hover .value-icon {
  transform: scale(1.2) translateY(-8px) rotateZ(-8deg);
}

.value-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.value-text {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
}


/* ==========================================
   SERVICES SECTION - 3D FLIP CARDS
   ========================================== */

.services-section {
  padding: 140px 20px;
  position: relative;
  z-index: var(--z-base);
  background: 
    radial-gradient(ellipse 50% 50% at 50% 0%, rgba(99, 102, 241, 0.04) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8f9ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header - Universal */
.section-header {
  text-align: center;
  margin-bottom: 80px;
  animation: fadeInUp 0.8s ease-out;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(139, 92, 246, 0.08) 100%);
  border: 2px solid rgba(99, 102, 241, 0.15);
  border-radius: 50px;
  color: #6366f1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: 
    0 4px 15px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.section-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  100% { left: 100%; }
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, #1e1b4b 0%, #6366f1 40%, #8b5cf6 60%, #0ea5e9 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 20px 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
  animation: gradient-shift 8s ease infinite;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
  font-weight: 450;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
  max-width: var(--container-max-width);
  margin: 0 auto;
}

/* Service Card - 3D Flip Container */
.service-card {
  position: relative;
  height: 620px;
  perspective: 1200px;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.service-card:hover .card-inner {
  transform: rotateY(180deg);
}

/* Card Faces */
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 24px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Front Card - Premium Glass */
.card-front {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

/* Gradient Border - Front */
.card-front::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.2;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.service-card:hover .card-front::before {
  opacity: 0.5;
}

/* Back Card - Gradient */
.card-back {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
  box-shadow: 
    0 25px 50px rgba(99, 102, 241, 0.35),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  transform: rotateY(180deg);
}

/* Service Icon */
.service-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  padding: 16px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 12px 30px rgba(99, 102, 241, 0.35),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotateZ(-5deg);
}

.service-icon svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  stroke-width: 1.5;
}

.service-title {
  font-size: 1.35rem;
  font-weight: 750;
  color: #1e293b;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.service-brief {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Hover Indicator */
.hover-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.hover-indicator span {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.hover-indicator span::after {
  content: '→';
  display: inline-block;
  animation: moveArrow 1.5s ease-in-out infinite;
  color: #6366f1;
}

@keyframes moveArrow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

/* Back Card Content */
.back-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.75;
  text-align: left;
  margin-bottom: 24px;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Custom Scrollbar for Description */
.service-description::-webkit-scrollbar {
  width: 4px;
}

.service-description::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.service-description::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}

.service-description::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}


/* ==========================================
   RESPONSIVE - PART 2
   ========================================== */

@media (max-width: 1200px) {
  .hero-grid {
    gap: 50px;
  }
  
  .hero-right {
    height: 550px;
  }
  
  .vision-grid {
    gap: 50px;
  }
}

@media (max-width: 992px) {
  .hero-section {
    padding: 120px 0 80px;
    min-height: auto;
  }
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .hero-left {
    padding-right: 0;
    order: 1;
  }
  
  .hero-right {
    order: 2;
    height: 450px;
  }
  
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-cta {
    justify-content: center;
  }
  
  .hero-features {
    justify-content: center;
  }
  
  .hero-title .title-intro {
    padding-left: 0;
  }
  
  .hero-title .title-intro::before {
    display: none;
  }
  
  .vision-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .vision-left {
    height: 350px;
    order: 1;
  }
  
  .vision-right {
    padding-left: 0;
    order: 2;
  }
  
  .vision-description {
    padding-left: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .vision-description::before {
    display: none;
  }
  
  .core-values {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 60px;
  }
  
  .hero-right {
    height: 380px;
  }
  
  .floating-card {
    padding: 18px 24px;
    border-radius: 16px;
  }
  
  .card-icon {
    font-size: 2.2rem;
  }
  
  .card-label {
    font-size: 0.85rem;
  }
  
  .center-orb {
    width: 280px;
    height: 280px;
  }
  
  .hero-features {
    padding: 16px 20px;
    gap: 16px;
  }
  
  .services-section {
    padding: 80px 16px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .service-card {
    height: 580px;
  }
  
  .core-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 90px 0 50px;
  }
  
  .hero-right {
    height: 320px;
  }
  
  .floating-card {
    padding: 14px 18px;
  }
  
  .card-icon {
    font-size: 1.8rem;
  }
  
  .card-label {
    font-size: 0.75rem;
  }
  
  .btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
  
  .btn-large {
    padding: 14px 28px;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .feature-item {
    font-size: 0.8rem;
  }
  
  .service-card {
    height: 540px;
  }
  
  .card-front,
  .card-back {
    padding: 30px 20px;
  }
}
/* ==========================================
   RISENEX CSS - PART 3 (ULTRA POLISHED)
   Process | Timeline | Tech Ecosystem
   ========================================== */

/* ==========================================
   SHARED COMPONENTS - ENHANCED
   ========================================== */

/* Custom Scrollbar - Premium Glass */
.service-description::-webkit-scrollbar {
  width: 5px;
}

.service-description::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

.service-description::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  border-radius: 10px;
  transition: background 0.3s ease;
}

.service-description::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
}

/* Tech Stack Tags */
.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
}

.tech-tag {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.tech-tag:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* ==========================================
   FLOATING BACKGROUND ELEMENTS
   ========================================== */

.floating-elements {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(80px);
  animation: float-ambient 25s infinite ease-in-out;
  will-change: transform;
}

.floating-circle:nth-child(1) {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.floating-circle:nth-child(2) {
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
  bottom: -200px;
  right: -200px;
  animation-delay: 8s;
}

.floating-circle:nth-child(3) {
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
  top: 45%;
  left: 45%;
  animation-delay: 16s;
}

@keyframes float-ambient {
  0%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(80px, -60px) scale(1.08) rotate(5deg);
  }
  40% {
    transform: translate(-60px, 80px) scale(0.95) rotate(-3deg);
  }
  60% {
    transform: translate(40px, 40px) scale(1.05) rotate(2deg);
  }
  80% {
    transform: translate(-40px, -40px) scale(0.98) rotate(-2deg);
  }
}

/* Service Card Glow Effect */
.service-card::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    135deg, 
    rgba(99, 102, 241, 0.25) 0%, 
    rgba(139, 92, 246, 0.2) 50%,
    rgba(236, 72, 153, 0.15) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
  pointer-events: none;
  z-index: -1;
  filter: blur(15px);
}

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


/* ==========================================
   PROCESS SECTION - PREMIUM WHITE THEME
   ========================================== */

.process-section {
  padding: 140px 0;
  background: 
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(139, 92, 246, 0.05) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(6, 182, 212, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8faff 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Animated Background Orbs */
.process-section::before {
  content: '';
  position: absolute;
  top: -250px;
  right: -250px;
  width: 650px;
  height: 650px;
  background: radial-gradient(
    circle, 
    rgba(139, 92, 246, 0.08) 0%, 
    rgba(139, 92, 246, 0.03) 40%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatOrb 25s ease-in-out infinite;
  will-change: transform;
}

.process-section::after {
  content: '';
  position: absolute;
  bottom: -350px;
  left: -350px;
  width: 750px;
  height: 750px;
  background: radial-gradient(
    circle, 
    rgba(6, 182, 212, 0.07) 0%, 
    rgba(6, 182, 212, 0.02) 40%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatOrb 30s ease-in-out infinite reverse;
  will-change: transform;
}

@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(60px, -60px) scale(1.08); }
  50% { transform: translate(-40px, 40px) scale(0.95); }
  75% { transform: translate(50px, 70px) scale(1.03); }
}


/* ==========================================
   WHY CHOOSE US GRID - PREMIUM CARDS
   ========================================== */

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-bottom: 120px;
}

.choose-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.04),
    0 2px 8px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  will-change: transform, box-shadow;
}

/* Animated Top Border */
.choose-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg, 
    #6366f1 0%, 
    #8b5cf6 25%, 
    #06b6d4 50%, 
    #8b5cf6 75%, 
    #6366f1 100%
  );
  background-size: 300% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 28px 28px 0 0;
}

.choose-card:hover::before {
  transform: scaleX(1);
  animation: gradientSlide 3s linear infinite;
}

@keyframes gradientSlide {
  0% { background-position: 0% 0%; }
  100% { background-position: 300% 0%; }
}

/* Glow Effect Behind Card */
.choose-card::after {
  content: '';
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4, #8b5cf6);
  background-size: 200% 200%;
  border-radius: 30px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
  filter: blur(20px);
  animation: gradientRotate 4s ease infinite paused;
}

.choose-card:hover::after {
  opacity: 0.25;
  animation-play-state: running;
}

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

.choose-card:hover {
  transform: translateY(-16px) scale(1.02);
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 
    0 32px 64px rgba(139, 92, 246, 0.12),
    0 16px 32px rgba(6, 182, 212, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Card Number Watermark */
.choose-number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 80px;
  font-weight: 900;
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  opacity: 0.6;
  pointer-events: none;
  transition: all 0.5s ease;
}

.choose-card:hover .choose-number {
  opacity: 0.8;
  transform: scale(1.1) rotate(5deg);
}

/* Card Icon */
.choose-icon {
  font-size: 58px;
  margin-bottom: 28px;
  display: inline-block;
  filter: drop-shadow(0 6px 16px rgba(139, 92, 246, 0.25));
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, filter;
}

.choose-card:hover .choose-icon {
  transform: scale(1.18) rotate(-8deg) translateY(-5px);
  filter: drop-shadow(0 12px 24px rgba(139, 92, 246, 0.4));
}

.choose-card h3 {
  font-size: 1.4rem;
  font-weight: 750;
  color: #1e293b;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.choose-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  font-weight: 480;
}


/* ==========================================
   TIMELINE WRAPPER - ENHANCED
   ========================================== */

.process-timeline-wrapper {
  margin-top: 120px;
  position: relative;
}

.timeline-title {
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 900;
  background: linear-gradient(135deg, #1e1b4b 0%, #6366f1 40%, #8b5cf6 70%, #06b6d4 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 16px 0;
  letter-spacing: -0.03em;
  animation: gradient-shift 8s ease infinite;
}

.timeline-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #64748b;
  margin: 0 0 80px 0;
  font-weight: 480;
}


/* ==========================================
   PROGRESS BAR - PREMIUM GLASS
   ========================================== */

.timeline-progress {
  position: relative;
  max-width: 680px;
  margin: 0 auto 110px;
  height: 8px;
}

.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #e2e8f0, #f1f5f9);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 
    inset 0 2px 6px rgba(0, 0, 0, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Animated Progress Fill */
.progress-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background: linear-gradient(
    90deg, 
    #6366f1 0%, 
    #8b5cf6 30%, 
    #06b6d4 70%, 
    #22d3ee 100%
  );
  background-size: 200% 100%;
  border-radius: 10px;
  transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 0 20px rgba(139, 92, 246, 0.5),
    0 0 40px rgba(6, 182, 212, 0.3);
  will-change: width;
  animation: progressGlow 2s ease-in-out infinite;
}

@keyframes progressGlow {
  0%, 100% { 
    box-shadow: 
      0 0 20px rgba(139, 92, 246, 0.5),
      0 0 40px rgba(6, 182, 212, 0.3);
  }
  50% { 
    box-shadow: 
      0 0 30px rgba(139, 92, 246, 0.7),
      0 0 60px rgba(6, 182, 212, 0.5);
  }
}

/* Progress Dots Container */
.progress-dots {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

/* Individual Progress Dot */
.progress-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #e2e8f0;
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  will-change: transform;
}

/* Ripple Effect Container */
.progress-dot::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(
    circle, 
    rgba(139, 92, 246, 0.25) 0%, 
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Inner Dot */
.progress-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.5);
}

/* Active Dot State */
.progress-dot.active {
  background: #ffffff;
  border-color: #8b5cf6;
  transform: scale(1.4);
  box-shadow: 
    0 0 0 5px rgba(139, 92, 246, 0.12),
    0 6px 16px rgba(139, 92, 246, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.progress-dot.active::before {
  opacity: 1;
  animation: rippleSmooth 2.5s ease-out infinite;
}

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

@keyframes rippleSmooth {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(2.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Completed Dot State */
.progress-dot.completed {
  border-color: #06b6d4;
  background: linear-gradient(135deg, #06b6d4, #22d3ee);
}

.progress-dot.completed::after {
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
}

/* Hover State */
.progress-dot:hover {
  transform: scale(1.5);
  border-color: #a78bfa;
  box-shadow: 
    0 0 0 4px rgba(167, 139, 250, 0.15),
    0 8px 20px rgba(139, 92, 246, 0.3);
}


/* ==========================================
   TIMELINE DECK - 3D CARD STACK
   ========================================== */

.timeline-deck {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  height: 680px;
  perspective: 2800px;
  perspective-origin: center 55%;
}

/* Timeline Card Base */
.timeline-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: 52px 48px;
  
  /* Default hidden state */
  transform: translateX(150%) translateZ(0) scale(0.9);
  opacity: 0;
  pointer-events: none;
  
  /* Let JavaScript handle transitions */
  transition: none;
  
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.06),
    0 12px 30px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  z-index: 1;
}

/* Active Card State */
.timeline-card.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  border-color: rgba(139, 92, 246, 0.15);
  box-shadow: 
    0 50px 100px rgba(139, 92, 246, 0.12),
    0 25px 60px rgba(6, 182, 212, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Card Glow Effect */
.card-glow {
  position: absolute;
  inset: -6px;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.15) 0%,
    rgba(139, 92, 246, 0.12) 50%,
    rgba(6, 182, 212, 0.1) 100%
  );
  background-size: 200% 200%;
  border-radius: 36px;
  opacity: 0;
  filter: blur(25px);
  transition: opacity 0.6s ease-out;
  z-index: -1;
}

.timeline-card.active .card-glow {
  opacity: 0.7;
  animation: gradientRotate 10s ease infinite;
}

/* Card Inner Content */
.card-inner {
  position: relative;
  z-index: 1;
}

/* Card Header */
.card-header {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 36px;
}

/* Step Badge */
.step-badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%);
  background-size: 200% 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 12px 32px rgba(99, 102, 241, 0.35),
    0 0 0 4px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  flex-shrink: 0;
  animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
  0%, 100% { 
    box-shadow: 
      0 12px 32px rgba(99, 102, 241, 0.35),
      0 0 0 4px rgba(99, 102, 241, 0.1);
  }
  50% { 
    box-shadow: 
      0 16px 40px rgba(139, 92, 246, 0.45),
      0 0 0 6px rgba(139, 92, 246, 0.15);
  }
}

.step-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Step Icon */
.step-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(14, 165, 233, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0ea5e9;
  box-shadow: 
    0 10px 28px rgba(14, 165, 233, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.step-icon:hover {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 
    0 15px 35px rgba(14, 165, 233, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.step-icon svg {
  stroke: currentColor;
  filter: drop-shadow(0 2px 6px rgba(14, 165, 233, 0.35));
}

/* Card Title */
.card-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 850;
  color: #1e293b;
  margin: 0 0 22px 0;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

/* Card Description */
.card-description {
  font-size: 1.2rem;
  color: #475569;
  line-height: 1.85;
  margin: 0 0 36px 0;
  font-weight: 480;
}

/* Card Features List */
.card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-features li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: #334155;
  font-weight: 600;
  padding: 20px 24px;
  
  /* Premium Glass Effect */
  background: rgba(248, 250, 252, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

/* Hover Accent Line */
.card-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #6366f1, #06b6d4);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0 4px 4px 0;
}

.card-features li:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-4px) translateX(8px);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.card-features li:hover::before {
  transform: scaleY(1);
}

.card-features li svg {
  flex-shrink: 0;
  stroke: #06b6d4;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(6, 182, 212, 0.3));
}

.card-features li:hover svg {
  stroke: #6366f1;
  transform: scale(1.15) rotate(-5deg);
}


/* ==========================================
   NAVIGATION BUTTONS - PREMIUM
   ========================================== */

.timeline-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 80px;
}

.nav-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 2px solid rgba(226, 232, 240, 0.8);
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  will-change: transform;
}

/* Gradient Background on Hover */
.nav-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  border-radius: 50%;
}

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

.nav-btn:hover {
  transform: scale(1.18) translateY(-5px);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 
    0 20px 50px rgba(99, 102, 241, 0.35),
    0 0 0 4px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.nav-btn svg {
  position: relative;
  z-index: 1;
  stroke: currentColor;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav-btn:hover svg {
  transform: scale(1.15);
}

/* Active Press State */
.nav-btn:active {
  transform: scale(1.05) translateY(-2px);
  transition: transform 0.1s ease;
}

/* Disabled State */
.nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.nav-btn:disabled:hover::before {
  opacity: 0;
}


/* ==========================================
   TECH ECOSYSTEM SECTION - PREMIUM
   ========================================== */

.tech-ecosystem-section {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  background: 
    radial-gradient(ellipse 70% 50% at 30% 30%, rgba(99, 102, 241, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 70% 70%, rgba(236, 72, 153, 0.05) 0%, transparent 60%),
    linear-gradient(135deg, #f8faff 0%, #f1f5f9 50%, #e8eef5 100%);
}

/* Animated Background Layers */
.tech-ecosystem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.04) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
  animation: backgroundPulse 15s ease-in-out infinite;
}

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

/* Floating Grid Pattern */
.tech-ecosystem-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(99, 102, 241, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}


/* ==========================================
   RESPONSIVE DESIGN - PART 3
   ========================================== */

@media (max-width: 1200px) {
  .timeline-deck {
    max-width: 650px;
  }
  
  .timeline-card {
    padding: 44px 40px;
  }
  
  .why-choose-grid {
    gap: 24px;
  }
}

@media (max-width: 992px) {
  .process-section {
    padding: 100px 0;
  }
  
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
  
  .process-timeline-wrapper {
    margin-top: 80px;
  }
  
  .timeline-deck {
    height: 720px;
    max-width: 100%;
  }
  
  .timeline-card {
    padding: 40px 32px;
  }
  
  .card-title {
    font-size: 1.6rem;
  }
  
  .card-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .process-section {
    padding: 80px 0;
  }
  
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 70px;
  }
  
  .choose-card {
    padding: 36px 28px;
  }
  
  .choose-number {
    font-size: 60px;
  }
  
  .choose-icon {
    font-size: 48px;
  }
  
  .timeline-title {
    font-size: 2rem;
  }
  
  .timeline-subtitle {
    font-size: 1rem;
    margin-bottom: 60px;
  }
  
  .timeline-deck {
    height: 750px;
    perspective: 1800px;
  }
  
  .timeline-card {
    padding: 36px 24px;
    border-radius: 24px;
  }
  
  .timeline-card.active {
    transform: translateX(-50%) translateZ(15px) scale(1);
  }
  
  .card-header {
    gap: 18px;
    margin-bottom: 28px;
  }
  
  .step-badge,
  .step-icon {
    width: 58px;
    height: 58px;
  }
  
  .step-number {
    font-size: 1.4rem;
  }
  
  .card-title {
    font-size: 1.4rem;
  }
  
  .card-description {
    font-size: 0.95rem;
    margin-bottom: 28px;
  }
  
  .card-features li {
    padding: 16px 20px;
    font-size: 0.9rem;
    gap: 12px;
  }
  
  .timeline-progress {
    margin-bottom: 80px;
  }
  
  .nav-btn {
    width: 58px;
    height: 58px;
  }
  
  .timeline-nav {
    gap: 20px;
    margin-top: 60px;
  }
  
  .tech-ecosystem-section {
    padding: 80px 0;
  }
  
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .process-section {
    padding: 60px 0;
  }
  
  .choose-card {
    padding: 28px 22px;
  }
  
  .choose-card h3 {
    font-size: 1.2rem;
  }
  
  .choose-card p {
    font-size: 0.9rem;
  }
  
  .timeline-deck {
    height: 800px;
  }
  
  .timeline-card {
    padding: 28px 20px;
    border-radius: 20px;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
  
  .card-description {
    font-size: 0.9rem;
  }
  
  .step-badge,
  .step-icon {
    width: 50px;
    height: 50px;
  }
  
  .step-number {
    font-size: 1.2rem;
  }
  
  .nav-btn {
    width: 52px;
    height: 52px;
  }
  
  .card-features li {
    padding: 14px 16px;
    font-size: 0.85rem;
    border-radius: 14px;
  }
  
  .progress-dot {
    width: 18px;
    height: 18px;
  }
  
  .progress-dot.active {
    transform: scale(1.3);
  }
}


/* ==========================================
   UTILITY CLASSES
   ========================================== */

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

.hidden { display: none !important; }
.visible { display: block !important; }

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .floating-circle,
  .process-section::before,
  .process-section::after,
  .choose-card::before,
  .choose-card::after,
  .progress-dot::before,
  .card-glow,
  .step-badge {
    animation: none !important;
  }
  
  .timeline-card,
  .choose-card,
  .nav-btn,
  .progress-dot {
    transition-duration: 0.2s !important;
  }
}
/* ============================================
   SECTION HEADER
/* ==========================================
   RISENEX CSS - PART 4 (ULTRA POLISHED)
   Tech Ecosystem Bento Grid | SORIVA Animation
   ========================================== */

/* ==========================================
   SECTION HEADER - UNIVERSAL PREMIUM
   ========================================== */

.section-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6366f1;
  background: linear-gradient(
    135deg, 
    rgba(99, 102, 241, 0.08) 0%, 
    rgba(139, 92, 246, 0.08) 100%
  );
  padding: 12px 26px;
  border-radius: 50px;
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(99, 102, 241, 0.15);
  box-shadow: 
    0 4px 16px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease;
}

.section-label:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(99, 102, 241, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #1e1b4b;
  margin: 0 0 18px 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #1e1b4b 0%, #6366f1 50%, #8b5cf6 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 8s ease infinite;
}

.section-subtitle {
  font-size: 1.15rem;
  color: #64748b;
  font-weight: 450;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}


/* ==========================================
   BENTO GRID LAYOUT - PREMIUM 3-ROW
   ========================================== */

.tech-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 420px 420px 380px;
  gap: 24px;
  margin-top: 60px;
}

/* Grid Positioning */
.card-frontend { grid-column: 1; grid-row: 1; }
.card-backend { grid-column: 2; grid-row: 1; }
.card-ai { 
  grid-column: 3; 
  grid-row: 1 / 3;
  height: 100%;
}
.card-database { grid-column: 1; grid-row: 2; }
.card-cloud { grid-column: 2; grid-row: 2; }
.card-security { 
  grid-column: 1 / 4;
  grid-row: 3;
}


/* ==========================================
   GLASSMORPHISM CARDS - LIQUID GLASS
   ========================================== */

.tech-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}

/* Standard Glass Card */
.glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.03),
    inset 0 1px 1px rgba(255, 255, 255, 1),
    inset 0 -1px 1px rgba(0, 0, 0, 0.02);
}

/* Premium Glass for AI Card */
.premium-glass {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.78) 100%
  );
  backdrop-filter: blur(35px) saturate(200%);
  -webkit-backdrop-filter: blur(35px) saturate(200%);
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  box-shadow: 
    0 25px 70px rgba(99, 102, 241, 0.12),
    0 10px 35px rgba(139, 92, 246, 0.1),
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -2px 2px rgba(99, 102, 241, 0.03);
}


/* ==========================================
   GLASS SHINE EFFECT - LIGHTNING SHIMMER
   ========================================== */

.glass-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.7) 48%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0.7) 52%,
    transparent 62%,
    transparent 100%
  );
  transform: translateX(-100%) translateY(-100%) rotate(25deg);
  animation: shimmerSweep 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

@keyframes shimmerSweep {
  0%, 100% {
    transform: translateX(-100%) translateY(-100%) rotate(25deg);
  }
  15%, 85% {
    transform: translateX(100%) translateY(100%) rotate(25deg);
  }
}

.tech-card:hover .glass-shine {
  animation-duration: 4s;
}

/* Premium Shine - More Intense */
.premium-shine {
  background: linear-gradient(
    120deg,
    transparent 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.5) 45%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.5) 55%,
    transparent 65%,
    transparent 100%
  );
  animation: shimmerSweep 6s ease-in-out infinite;
}


/* ==========================================
   CARD HOVER EFFECTS - ENHANCED DEPTH
   ========================================== */

.tech-card:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow: 
    0 35px 70px rgba(0, 0, 0, 0.12),
    0 15px 30px rgba(0, 0, 0, 0.08),
    inset 0 2px 2px rgba(255, 255, 255, 1);
}

.premium-glass:hover {
  transform: translateY(-18px) scale(1.03);
  box-shadow: 
    0 45px 90px rgba(99, 102, 241, 0.2),
    0 20px 40px rgba(139, 92, 246, 0.15),
    inset 0 2px 4px rgba(255, 255, 255, 1);
}


/* ==========================================
   CARD GLOW EFFECTS - THEMED COLORS
   ========================================== */

.card-glow {
  position: absolute;
  inset: -2px;
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  filter: blur(20px);
  pointer-events: none;
}

/* Frontend - Blue */
.card-frontend .card-glow {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.3) 0%,
    rgba(139, 92, 246, 0.2) 100%
  );
}

/* Backend - Purple/Pink */
.card-backend .card-glow {
  background: linear-gradient(
    135deg,
    rgba(236, 72, 153, 0.25) 0%,
    rgba(139, 92, 246, 0.2) 100%
  );
}

/* Database - Cyan */
.card-database .card-glow {
  background: linear-gradient(
    135deg,
    rgba(6, 182, 212, 0.3) 0%,
    rgba(99, 102, 241, 0.2) 100%
  );
}

/* Cloud - Teal */
.card-cloud .card-glow {
  background: linear-gradient(
    135deg,
    rgba(20, 184, 166, 0.3) 0%,
    rgba(6, 182, 212, 0.2) 100%
  );
}

/* Security - Orange/Warm */
.card-security .card-glow {
  background: linear-gradient(
    135deg,
    rgba(251, 146, 60, 0.25) 0%,
    rgba(236, 72, 153, 0.2) 100%
  );
}

/* Premium AI Glow */
.premium-glow {
  background: radial-gradient(
    circle at 50% 50%, 
    rgba(99, 102, 241, 0.35) 0%,
    rgba(139, 92, 246, 0.25) 40%,
    transparent 70%
  );
}

.tech-card:hover .card-glow {
  opacity: 1;
}


/* ==========================================
   CARD CONTENT LAYOUT
   ========================================== */

.card-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}


/* ==========================================
   ANIMATED SORIVA LETTERS - CRISP VERSION
   ========================================== */

.soriva-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 14px;
  z-index: 10;
  pointer-events: none;
}

.soriva-letter {
  font-size: 56px;
  font-weight: 900;
  background: linear-gradient(
    135deg,
    #6366f1 0%,
    #8b5cf6 25%,
    #a855f7 50%,
    #06b6d4 75%,
    #6366f1 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 1;
  animation: 
    letterFloat 3.5s ease-in-out infinite,
    gradientShift 5s ease-in-out infinite;
  transform-origin: center;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  filter: drop-shadow(0 4px 12px rgba(99, 102, 241, 0.3));
  will-change: transform;
}

/* Individual Letter Animations */
.soriva-letter:nth-child(1) {
  animation-delay: 0s, 0s;
  animation-name: letterFloat, letterRotate, gradientShift;
  animation-duration: 3.5s, 7s, 5s;
}

.soriva-letter:nth-child(2) {
  animation-delay: 0.15s, 0.15s;
  animation-name: letterFloat, letterScale, gradientShift;
  animation-duration: 3.5s, 6s, 5s;
}

.soriva-letter:nth-child(3) {
  animation-delay: 0.3s, 0.3s;
  animation-name: letterFloat, letterRotate, gradientShift;
  animation-duration: 3.5s, 8s, 5s;
}

.soriva-letter:nth-child(4) {
  animation-delay: 0.45s, 0.45s;
  animation-name: letterFloat, letterScale, gradientShift;
  animation-duration: 3.5s, 7s, 5s;
}

.soriva-letter:nth-child(5) {
  animation-delay: 0.6s, 0.6s;
  animation-name: letterFloat, letterRotate, gradientShift;
  animation-duration: 3.5s, 6.5s, 5s;
}

.soriva-letter:nth-child(6) {
  animation-delay: 0.75s, 0.75s;
  animation-name: letterFloat, letterScale, gradientShift;
  animation-duration: 3.5s, 7.5s, 5s;
}

/* Float Animation */
@keyframes letterFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-22px);
  }
}

/* Rotate Animation */
@keyframes letterRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}

/* Scale Animation */
@keyframes letterScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}

/* Gradient Shift Animation */
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Faster on Hover */
.card-ai:hover .soriva-letter {
  animation-duration: 2s, 3s, 3s;
  filter: drop-shadow(0 6px 20px rgba(99, 102, 241, 0.45));
}


/* ==========================================
   CARD ICON AREA
   ========================================== */

.card-icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  height: 140px;
  position: relative;
}

.ai-area {
  height: 240px;
  margin-bottom: 44px;
}

.icon-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-wrapper {
  width: 220px;
  height: 220px;
}

/* SVG Icons */
.tech-icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.1));
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tech-card:hover .tech-icon {
  transform: scale(1.12) rotate(-3deg);
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
}

/* Icon Animations */
.animate-float {
  animation: iconFloat 4.5s ease-in-out infinite;
}

.animate-pulse {
  animation: iconPulse 2.5s ease-in-out infinite;
}

.animate-stack {
  animation: stackBounce 3.5s ease-in-out infinite;
}

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

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}

@keyframes stackBounce {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.04);
  }
}

/* Icon Particles */
.icon-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  opacity: 0.5;
  animation: particleFloat 4s ease-in-out infinite;
  will-change: transform, opacity;
}

.particle:nth-child(1) {
  top: 18%;
  left: 18%;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  top: 68%;
  right: 18%;
  animation-delay: 1.2s;
}

.particle:nth-child(3) {
  bottom: 18%;
  left: 48%;
  animation-delay: 2.4s;
}

@keyframes particleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(12px, -18px) scale(1.3);
    opacity: 0.9;
  }
}

/* Cloud Dots Animation */
.cloud-dot {
  animation: cloudDotPulse 2.5s ease-in-out infinite;
}

.cloud-dot:nth-child(4) { animation-delay: 0s; }
.cloud-dot:nth-child(5) { animation-delay: 0.4s; }
.cloud-dot:nth-child(6) { animation-delay: 0.8s; }

@keyframes cloudDotPulse {
  0%, 100% {
    opacity: 0.5;
    r: 2.5;
  }
  50% {
    opacity: 1;
    r: 3.5;
  }
}


/* ==========================================
   AI BRAIN & NEURAL NETWORK
   ========================================== */

.ai-brain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}

.neural-network {
  width: 100%;
  height: 100%;
  position: relative;
}

.network-svg {
  width: 100%;
  height: 100%;
}

/* Neural Network Nodes */
.node {
  animation: nodeGlow 2.5s ease-in-out infinite;
  will-change: opacity, filter;
}

.node:nth-child(1) { animation-delay: 0s; }
.node:nth-child(2) { animation-delay: 0.3s; }
.node:nth-child(3) { animation-delay: 0.6s; }
.node:nth-child(4) { animation-delay: 0.9s; }
.node:nth-child(5) { animation-delay: 1.2s; }

@keyframes nodeGlow {
  0%, 100% {
    opacity: 0.5;
    filter: drop-shadow(0 0 3px rgba(99, 102, 241, 0.5));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(99, 102, 241, 1));
  }
}

/* Neural Connections */
.connection {
  stroke-width: 1.5;
  opacity: 0.35;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: 
    connectionPulse 3.5s ease-in-out infinite,
    connectionFlow 5s linear infinite;
  will-change: stroke-dashoffset, opacity;
}

.connection:nth-child(6) { animation-delay: 0s; }
.connection:nth-child(7) { animation-delay: 0.6s; }
.connection:nth-child(8) { animation-delay: 1.2s; }
.connection:nth-child(9) { animation-delay: 1.8s; }

@keyframes connectionPulse {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.65;
  }
}

@keyframes connectionFlow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* AI Pulse Rings */
.ai-pulse-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: 2px solid rgba(99, 102, 241, 0.4);
  border-radius: 50%;
  animation: pulseRing 3.5s ease-out infinite;
  will-change: width, height, opacity;
}

.pulse-ring:nth-child(2) {
  animation-delay: 1.2s;
}

.pulse-ring:nth-child(3) {
  animation-delay: 2.4s;
}

@keyframes pulseRing {
  0% {
    width: 90px;
    height: 90px;
    opacity: 0.8;
  }
  100% {
    width: 180px;
    height: 180px;
    opacity: 0;
  }
}


/* ==========================================
   CARD INFO & CONTENT
   ========================================== */

.card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Card Badge */
.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6366f1;
  background: linear-gradient(
    135deg, 
    rgba(99, 102, 241, 0.1) 0%, 
    rgba(139, 92, 246, 0.08) 100%
  );
  padding: 8px 16px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tech-card:hover .card-badge {
  background: linear-gradient(
    135deg, 
    rgba(99, 102, 241, 0.18) 0%, 
    rgba(139, 92, 246, 0.15) 100%
  );
  border-color: rgba(99, 102, 241, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.15);
}

/* Premium Badge */
.premium-badge {
  background: linear-gradient(
    135deg, 
    rgba(99, 102, 241, 0.15) 0%, 
    rgba(139, 92, 246, 0.12) 100%
  );
  border: 1px solid rgba(99, 102, 241, 0.3);
  font-size: 12px;
  padding: 10px 18px;
}

.badge-icon {
  font-size: 14px;
  display: inline-block;
  animation: badgeIconSpin 5s ease-in-out infinite;
}

@keyframes badgeIconSpin {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(15deg) scale(1.1);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(-15deg) scale(1.1);
  }
}

/* Card Title */
.card-title {
  font-size: 1.4rem;
  font-weight: 750;
  color: #1e293b;
  margin: 0 0 10px 0;
  line-height: 1.3;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.tech-card:hover .card-title {
  color: #6366f1;
}

.card-title.large {
  font-size: 1.7rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

/* Live Dot Indicator */
.live-dot {
  width: 11px;
  height: 11px;
  background: linear-gradient(135deg, #10b981, #34d399);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation: liveDotPulse 2s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.6);
}

.live-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(16, 185, 129, 0.3);
  animation: liveDotRing 2s ease-out infinite;
}

@keyframes liveDotPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}

@keyframes liveDotRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Card Description */
.card-desc {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0 0 22px 0;
  line-height: 1.7;
  font-weight: 480;
}

.card-desc.large {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 30px;
  color: #475569;
}

/* Card Metrics */
.card-metrics {
  display: flex;
  gap: 14px;
  margin-top: auto;
  flex-wrap: wrap;
}

.metric {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
  background: rgba(100, 116, 139, 0.06);
  padding: 10px 16px;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(100, 116, 139, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.metric:hover {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.15);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.1);
}

.metric-icon {
  font-size: 1rem;
}

.metric-value {
  font-size: 0.75rem;
  font-weight: 600;
}


/* ==========================================
   SECURITY CARD - HORIZONTAL LAYOUT
   ========================================== */

.card-security .card-content {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 32px;
  align-items: start;
}

.card-security .card-icon-area {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-security .card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-security .card-title {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.card-security .card-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Security Features Grid */
.security-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.security-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(251, 146, 60, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(251, 146, 60, 0.12);
}

.security-item:hover {
  background: rgba(251, 146, 60, 0.12);
  border-color: rgba(251, 146, 60, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(251, 146, 60, 0.1);
}

.sec-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.sec-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

/* Security Metrics */
.security-metrics {
  display: flex;
  gap: 12px;
  margin-top: auto;
  flex-wrap: wrap;
}

.security-metrics .metric {
  flex: 1;
  min-width: 150px;
  text-align: left;
  padding: 12px 18px;
  gap: 8px;
}

.security-metrics .metric-icon {
  font-size: 1.1rem;
}

.security-metrics .metric-value {
  font-size: 0.75rem;
  line-height: 1.4;
}


/* ==========================================
   AI CAPABILITIES
   ========================================== */

.ai-capabilities {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0;
}

.capability {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(100, 116, 139, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(100, 116, 139, 0.08);
}

.capability:hover {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.15);
  transform: translateX(8px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.1);
}

.cap-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.capability:hover .cap-icon {
  transform: scale(1.15) rotate(-8deg);
}

.cap-text {
  font-size: 0.9rem;
  font-weight: 620;
  color: #334155;
}


/* ==========================================
   AI CTA BUTTON - PREMIUM
   ========================================== */

.ai-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
  background-size: 200% 200%;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 18px;
  margin-top: auto;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 10px 30px rgba(99, 102, 241, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

/* Shine Effect */
.ai-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.35), 
    transparent
  );
  transition: left 0.6s ease;
}

.ai-cta-btn:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 
    0 20px 50px rgba(99, 102, 241, 0.45),
    0 0 0 4px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background-position: 100% 50%;
}

.ai-cta-btn:hover::before {
  left: 100%;
}

.ai-cta-btn svg {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-cta-btn:hover svg {
  transform: translateX(6px);
}

.ai-cta-btn:active {
  transform: translateY(-2px) scale(1.01);
}


/* ==========================================
   RESPONSIVE DESIGN - PART 4
   ========================================== */

/* Large Desktop */
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
  
  .tech-bento-grid {
    grid-template-rows: 400px 400px 360px;
  }
}

/* Desktop */
@media (max-width: 1400px) {
  .section-title {
    font-size: 2.8rem;
  }
  
  .soriva-animation {
    gap: 12px;
  }
  
  .soriva-letter {
    font-size: 48px;
  }
}

/* Laptop */
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
  
  .tech-bento-grid {
    gap: 20px;
    grid-template-rows: 380px 380px 340px;
  }
  
  .card-content {
    padding: 32px;
  }
  
  .soriva-letter {
    font-size: 42px;
  }
}

/* Tablet Large */
@media (max-width: 1024px) {
  .tech-ecosystem-section {
    padding: 100px 0;
  }
  
  .section-header {
    margin-bottom: 60px;
  }
  
  .section-title {
    font-size: 2.4rem;
  }
  
  .tech-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
  }
  
  .card-frontend { grid-column: 1; grid-row: 1; }
  .card-backend { grid-column: 2; grid-row: 1; }
  .card-database { grid-column: 1; grid-row: 2; }
  .card-cloud { grid-column: 2; grid-row: 2; }
  .card-ai { 
    grid-column: 1 / 3; 
    grid-row: 3; 
    min-height: 450px;
  }
  .card-security { 
    grid-column: 1 / 3; 
    grid-row: 4; 
    min-height: 380px;
  }
  
  .soriva-letter {
    font-size: 38px;
  }
  
  .card-security .card-content {
    grid-template-columns: 130px 1fr;
    gap: 24px;
  }
  
  .security-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .tech-bento-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .tech-card {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 340px;
  }
  
  .card-ai {
    min-height: 500px;
  }
  
  .card-security {
    min-height: 480px;
  }
  
  .card-content {
    padding: 28px;
  }
  
  .card-security .card-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .card-security .card-icon-area {
    height: 120px;
  }
  
  .soriva-animation {
    gap: 8px;
  }
  
  .soriva-letter {
    font-size: 30px;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
  
  .card-title.large {
    font-size: 1.4rem;
  }
  
  .security-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .security-metrics {
    flex-direction: column;
  }
  
  .security-metrics .metric {
    min-width: auto;
  }
}

/* Mobile Large */
@media (max-width: 480px) {
  .tech-ecosystem-section {
    padding: 70px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
  }
  
  .tech-bento-grid {
    gap: 14px;
  }
  
  .tech-card {
    min-height: 300px;
  }
  
  .card-ai {
    min-height: 450px;
  }
  
  .card-security {
    min-height: 440px;
  }
  
  .card-content {
    padding: 22px;
  }
  
  .card-icon-area {
    height: 100px;
  }
  
  .ai-area {
    height: 160px;
  }
  
  .icon-wrapper {
    width: 85px;
    height: 85px;
  }
  
  .ai-wrapper {
    width: 140px;
    height: 140px;
  }
  
  .soriva-letter {
    font-size: 24px;
    gap: 6px;
  }
  
  .card-title {
    font-size: 1.15rem;
  }
  
  .card-title.large {
    font-size: 1.25rem;
  }
  
  .card-desc.large {
    font-size: 0.9rem;
  }
  
  .card-security .card-title {
    font-size: 1.25rem;
  }
  
  .card-security .card-desc {
    font-size: 0.85rem;
  }
  
  .ai-capabilities {
    gap: 10px;
    margin: 20px 0;
  }
  
  .capability {
    padding: 14px 16px;
  }
  
  .security-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .security-item {
    padding: 12px 16px;
  }
  
  .sec-text {
    font-size: 0.8rem;
  }
  
  .ai-cta-btn {
    padding: 16px 30px;
    font-size: 0.95rem;
  }
}

/* Mobile Small */
@media (max-width: 375px) {
  .section-title {
    font-size: 1.5rem;
  }
  
  .soriva-letter {
    font-size: 20px;
  }
  
  .card-title {
    font-size: 1.05rem;
  }
  
  .card-title.large {
    font-size: 1.15rem;
  }
  
  .card-content {
    padding: 18px;
  }
}


/* ==========================================
   REDUCED MOTION PREFERENCE
   ========================================== */

@media (prefers-reduced-motion: reduce) {
  .glass-shine,
  .premium-shine,
  .soriva-letter,
  .particle,
  .node,
  .connection,
  .pulse-ring,
  .animate-float,
  .animate-pulse,
  .animate-stack,
  .cloud-dot,
  .badge-icon,
  .live-dot {
    animation: none !important;
  }
  
  .tech-card,
  .card-badge,
  .metric,
  .security-item,
  .capability,
  .ai-cta-btn {
    transition-duration: 0.2s !important;
  }
}
/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */
/* ==========================================
   RISENEX CSS - PART 5 (ULTRA POLISHED)
   Tech Carousel | Footer | Stats Section
   ========================================== */

/* ==========================================
   HARDWARE ACCELERATION - GPU OPTIMIZED
   ========================================== */

.tech-card,
.glass-shine,
.soriva-letter,
.tech-icon,
.pulse-ring,
.particle,
.tech-logo-card,
.tech-scroll-track,
.scroll-to-top,
.stat-card {
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
}

/* Force GPU Layer Promotion */
.tech-scroll-track,
.floating-circle,
.gradient-blob {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.15s !important;
    scroll-behavior: auto !important;
  }
  
  .tech-scroll-track {
    animation: none !important;
  }
}

/* Print Styles */
@media print {
  .tech-ecosystem-section,
  .tech-carousel-section,
  .stats-section {
    background: white !important;
  }
  
  .tech-card,
  .tech-logo-card,
  .stat-card {
    break-inside: avoid;
    box-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
  }
  
  .glass-shine,
  .card-glow,
  .ai-pulse-rings,
  .scroll-to-top,
  .tech-scroll-track::before,
  .tech-scroll-track::after {
    display: none !important;
  }
}


/* ==========================================
   TECHNOLOGY CAROUSEL SECTION - ULTRA PREMIUM
   ========================================== */

.tech-carousel-section {
  padding: 140px 0;
  background: 
    radial-gradient(ellipse 60% 40% at 20% 30%, rgba(30, 58, 138, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 80% 70%, rgba(217, 119, 6, 0.04) 0%, transparent 60%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

/* Animated Background Orbs */
.tech-carousel-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(217, 119, 6, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.03) 0%, transparent 50%);
  pointer-events: none;
  animation: backgroundPulse 12s ease-in-out infinite;
  will-change: opacity;
}

@keyframes backgroundPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* Subtle Grid Overlay */
.tech-carousel-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(30, 58, 138, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 138, 0.015) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  opacity: 0.6;
}


/* ==========================================
   CAROUSEL SECTION HEADER
   ========================================== */

.tech-carousel-section .section-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.tech-carousel-section .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #1e3a8a 0%, #d97706 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 5s ease-in-out infinite;
  padding: 14px 30px;
  position: relative;
}

.tech-carousel-section .section-label::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg, 
    rgba(30, 58, 138, 0.08) 0%, 
    rgba(217, 119, 6, 0.08) 100%
  );
  border-radius: 50px;
  border: 1.5px solid rgba(30, 58, 138, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 0.4s ease;
}

.tech-carousel-section .section-label:hover::before {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.12);
}

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

.tech-carousel-section .section-title {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #1e1b4b;
  margin: 0 0 18px 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.tech-carousel-section .section-subtitle {
  font-size: 1.15rem;
  color: #64748b;
  font-weight: 450;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}


/* ==========================================
   TECH CATEGORY WITH GLOW
   ========================================== */

.tech-category {
  margin-bottom: 90px;
  position: relative;
}

.tech-category:last-child {
  margin-bottom: 0;
}

/* Category-specific Ambient Glows */
.tech-category::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 220px;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.tech-category:hover::before {
  opacity: 1;
}

/* Frontend/Backend - Blue */
.tech-category:nth-child(2)::before {
  background: radial-gradient(
    ellipse, 
    rgba(59, 130, 246, 0.12) 0%, 
    rgba(99, 102, 241, 0.08) 40%,
    transparent 70%
  );
}

/* Database - Amber */
.tech-category:nth-child(3)::before {
  background: radial-gradient(
    ellipse, 
    rgba(217, 119, 6, 0.12) 0%, 
    rgba(245, 158, 11, 0.08) 40%,
    transparent 70%
  );
}

/* DevOps/Cloud - Cyan */
.tech-category:nth-child(4)::before {
  background: radial-gradient(
    ellipse, 
    rgba(6, 182, 212, 0.12) 0%, 
    rgba(20, 184, 166, 0.08) 40%,
    transparent 70%
  );
}

/* Category Title */
.category-title {
  font-size: 1.35rem;
  font-weight: 750;
  color: #1e3a8a;
  margin: 0 0 44px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.category-icon {
  font-size: 2rem;
  display: inline-block;
  animation: iconBounce 2.5s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(30, 58, 138, 0.2));
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-6px) scale(1.05); }
}


/* ==========================================
   SCROLL WRAPPER & TRACK
   ========================================== */

.tech-scroll-wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  padding: 35px 0 90px 0;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
  z-index: 1;
}

.tech-scroll-track {
  display: flex;
  gap: 32px;
  animation: scrollLeft 40s linear infinite;
  will-change: transform;
  position: relative;
  z-index: 1;
}

.tech-scroll-track:hover {
  animation-play-state: paused;
}

.tech-scroll-reverse {
  animation-name: scrollRight;
  animation-duration: 35s;
}

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

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


/* ==========================================
   TECH LOGO CARDS - ULTRA PREMIUM 3D GLASS
   ========================================== */

.tech-logo-card {
  flex-shrink: 0;
  width: 135px;
  height: 135px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(35px) saturate(200%);
  -webkit-backdrop-filter: blur(35px) saturate(200%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 10px 30px rgba(30, 58, 138, 0.1),
    0 4px 12px rgba(30, 58, 138, 0.06),
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -2px 4px rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 10;
}

.tech-logo-card:hover {
  z-index: 100;
}

/* Glowing Background Layer */
.tech-logo-card::before {
  content: '';
  position: absolute;
  inset: -3px;
  background: linear-gradient(
    135deg,
    rgba(30, 58, 138, 0.2) 0%,
    rgba(99, 102, 241, 0.15) 30%,
    rgba(217, 119, 6, 0.15) 70%,
    rgba(139, 92, 246, 0.2) 100%
  );
  background-size: 300% 300%;
  border-radius: 28px;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  filter: blur(25px);
  animation: gradientRotate 6s ease-in-out infinite paused;
  z-index: -1;
}

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

.tech-logo-card:hover::before {
  opacity: 1;
  animation-play-state: running;
}

/* Shimmer Effect */
.tech-logo-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.7) 48%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.7) 52%,
    transparent 62%,
    transparent 100%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.tech-logo-card:hover::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Hover State */
.tech-logo-card:hover {
  transform: translateY(-18px) scale(1.1) rotateZ(3deg);
  box-shadow: 
    0 25px 60px rgba(30, 58, 138, 0.2),
    0 12px 30px rgba(30, 58, 138, 0.12),
    0 6px 15px rgba(217, 119, 6, 0.08),
    inset 0 3px 3px rgba(255, 255, 255, 1);
  border-color: rgba(30, 58, 138, 0.3);
}

/* Logo Image */
.tech-logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
}

.tech-logo-card:hover img {
  transform: scale(1.18) translateZ(25px);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
}


/* ==========================================
   TECH TOOLTIP - PREMIUM GLASS
   ========================================== */

.tech-tooltip {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%) translateY(18px);
  background: linear-gradient(
    135deg, 
    rgba(30, 58, 138, 0.95) 0%, 
    rgba(15, 23, 42, 0.95) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  padding: 12px 22px;
  border-radius: 14px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  z-index: 9999;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 0.3px;
}

/* Tooltip Arrow */
.tech-tooltip::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(30, 58, 138, 0.95);
}

.tech-logo-card:hover .tech-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}


/* ==========================================
   SITE FOOTER - PREMIUM DESIGN
   ========================================== */

.site-footer {
  background: 
    radial-gradient(ellipse 50% 30% at 20% 80%, rgba(30, 58, 138, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 80% 20%, rgba(217, 119, 6, 0.02) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #334155;
  padding: 110px 0 0 0;
  position: relative;
  overflow: hidden;
}

/* Subtle Background Elements */
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.025) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(217, 119, 6, 0.025) 0%, transparent 40%);
  pointer-events: none;
}

/* Top Gradient Border */
.site-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg, 
    transparent 0%, 
    rgba(30, 58, 138, 0.4) 20%,
    rgba(99, 102, 241, 0.5) 50%,
    rgba(217, 119, 6, 0.4) 80%, 
    transparent 100%
  );
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

/* Footer Main Grid */
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid rgba(30, 58, 138, 0.08);
}


/* ==========================================
   FOOTER BRAND - 5X LOGO
   ========================================== */

.footer-brand {
  max-width: 580px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  height: 240px;
  width: auto;
  filter: drop-shadow(0 8px 25px rgba(30, 58, 138, 0.15));
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer-logo img:hover {
  transform: translateY(-5px) scale(1.02);
  filter: drop-shadow(0 12px 35px rgba(30, 58, 138, 0.2));
}

.footer-tagline {
  font-size: 1.15rem;
  line-height: 1.85;
  color: #64748b;
  margin: 0 0 44px 0;
  font-weight: 480;
}

/* Social Links */
.footer-social {
  display: flex;
  gap: 16px;
}

.social-link {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 58, 138, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(30, 58, 138, 0.12);
  border-radius: 16px;
  color: #475569;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.social-link svg {
  width: 26px;
  height: 26px;
  transition: transform 0.3s ease;
}

.social-link:hover {
  background: linear-gradient(135deg, #1e3a8a 0%, #6366f1 50%, #d97706 100%);
  color: white;
  transform: translateY(-5px) scale(1.05);
  border-color: transparent;
  box-shadow: 
    0 12px 30px rgba(30, 58, 138, 0.3),
    0 0 0 3px rgba(30, 58, 138, 0.1);
}

.social-link:hover svg {
  transform: scale(1.1);
}


/* ==========================================
   FOOTER COLUMNS
   ========================================== */

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 1.35rem;
  font-weight: 750;
  color: #1e293b;
  margin: 0 0 32px 0;
  position: relative;
  padding-bottom: 16px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 4px;
  background: linear-gradient(90deg, #1e3a8a, #6366f1, #d97706);
  border-radius: 2px;
}

/* Footer Links */
.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 18px;
}

.footer-links a,
.footer-contact a {
  font-size: 1.05rem;
  color: #64748b;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  font-weight: 520;
}

.footer-links a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1e3a8a, #d97706);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 1px;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #1e3a8a;
  transform: translateX(6px);
}

.footer-links a:hover::before {
  width: 100%;
}

/* Contact Items */
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #1e3a8a;
  margin-top: 2px;
  transition: transform 0.3s ease;
}

.footer-contact li:hover .contact-icon {
  transform: scale(1.15) rotate(-5deg);
}

.footer-contact span,
.footer-contact a {
  font-size: 1.05rem;
  line-height: 1.75;
}


/* ==========================================
   NEWSLETTER SECTION - PREMIUM
   ========================================== */

.footer-newsletter {
  padding: 70px 0;
  border-bottom: 2px solid rgba(30, 58, 138, 0.08);
}

.newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.newsletter-text {
  flex: 1;
  max-width: 580px;
}

.newsletter-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  font-weight: 850;
  margin: 0 0 14px 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #6366f1 50%, #d97706 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease infinite;
}

.newsletter-desc {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0;
  line-height: 1.75;
  font-weight: 480;
}

/* Newsletter Form */
.newsletter-form {
  flex: 1;
  max-width: 640px;
}

.input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(30, 58, 138, 0.12);
  border-radius: 20px;
  padding: 12px 12px 12px 28px;
  transition: all 0.4s ease;
  box-shadow: 
    0 6px 20px rgba(30, 58, 138, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.input-group:focus-within {
  border-color: #1e3a8a;
  box-shadow: 
    0 8px 30px rgba(30, 58, 138, 0.12),
    0 0 0 4px rgba(30, 58, 138, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.input-icon {
  width: 26px;
  height: 26px;
  color: #94a3b8;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.input-group:focus-within .input-icon {
  color: #1e3a8a;
}

.input-group input {
  flex: 1;
  border: none;
  background: transparent;
  color: #1e293b;
  font-size: 1.05rem;
  padding: 18px 22px;
  outline: none;
  font-weight: 480;
}

.input-group input::placeholder {
  color: #94a3b8;
}

/* Subscribe Button */
.subscribe-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1e3a8a 0%, #6366f1 50%, #d97706 100%);
  background-size: 200% 200%;
  color: white;
  border: none;
  padding: 18px 36px;
  border-radius: 16px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  box-shadow: 
    0 6px 20px rgba(30, 58, 138, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

/* Button Shine */
.subscribe-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent
  );
  transition: left 0.5s ease;
}

.subscribe-btn:hover {
  transform: translateY(-4px) scale(1.02);
  background-position: 100% 50%;
  box-shadow: 
    0 12px 35px rgba(30, 58, 138, 0.35),
    0 0 0 3px rgba(30, 58, 138, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.subscribe-btn:hover::before {
  left: 100%;
}

.btn-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.subscribe-btn:hover .btn-icon {
  transform: translateX(5px);
}


/* ==========================================
   FOOTER BOTTOM
   ========================================== */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0;
  gap: 28px;
}

.copyright {
  font-size: 1rem;
  color: #64748b;
  font-weight: 500;
}

.copyright strong {
  color: #1e293b;
  font-weight: 750;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-size: 1rem;
  color: #64748b;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 520;
  position: relative;
}

.footer-bottom-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1e3a8a, #d97706);
  transition: width 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #1e3a8a;
}

.footer-bottom-links a:hover::after {
  width: 100%;
}

.separator {
  color: #cbd5e1;
}


/* ==========================================
   SCROLL TO TOP BUTTON - PREMIUM ANIMATED
   ========================================== */

.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  
  width: 60px;
  height: 60px;
  
  background: linear-gradient(135deg, #1e3a8a 0%, #6366f1 50%, #0d9488 100%);
  background-size: 200% 200%;
  border: none;
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 1.5rem;
  color: white;
  font-weight: normal;
  line-height: 1;
  font-family: Arial, sans-serif;
  
  padding: 0;
  margin: 0;
  
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px) scale(0.9);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  
  box-shadow: 
    0 8px 25px rgba(30, 58, 138, 0.35),
    0 0 0 0 rgba(30, 58, 138, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Visible State */
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Pulse Ring Animation */
.scroll-to-top::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(30, 58, 138, 0.3);
  opacity: 0;
  animation: scrollPulse 2s ease-out infinite;
}

@keyframes scrollPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Hover State */
.scroll-to-top:hover {
  background-position: 100% 50%;
  transform: translateY(-5px) scale(1.08);
  box-shadow: 
    0 15px 40px rgba(30, 58, 138, 0.45),
    0 0 0 5px rgba(30, 58, 138, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.scroll-to-top:hover::before {
  animation-duration: 1.5s;
}

/* Active State */
.scroll-to-top:active {
  transform: translateY(-2px) scale(1.02);
}


/* ==========================================
   STATS SECTION - GLASSMORPHISM 3D
   ========================================== */

.stats-section {
  padding: 150px 0;
  background: 
    radial-gradient(ellipse 60% 50% at 30% 30%, rgba(30, 58, 138, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 70% 70%, rgba(217, 119, 6, 0.05) 0%, transparent 50%),
    linear-gradient(135deg, #f0f4f8 0%, #e8eef5 50%, #f0f4f8 100%);
  position: relative;
  overflow: hidden;
}

/* Animated Background */
.stats-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 30%, rgba(30, 58, 138, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(217, 119, 6, 0.05) 0%, transparent 45%);
  animation: statsBackground 20s ease-in-out infinite;
  pointer-events: none;
  will-change: transform;
}

@keyframes statsBackground {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(-15px, -15px) rotate(2deg); }
  50% { transform: translate(10px, 10px) rotate(-1deg); }
  75% { transform: translate(-5px, 5px) rotate(1deg); }
}

/* Grid Pattern Overlay */
.stats-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(rgba(30, 58, 138, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  opacity: 0.6;
}

.stats-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* Stat Card - Premium Glass */
.stat-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: 44px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 10px 40px rgba(30, 58, 138, 0.08),
    0 4px 16px rgba(30, 58, 138, 0.04),
    inset 0 2px 2px rgba(255, 255, 255, 1);
}

/* Card Glow Effect */
.stat-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    135deg,
    rgba(30, 58, 138, 0.2) 0%,
    rgba(99, 102, 241, 0.15) 50%,
    rgba(217, 119, 6, 0.2) 100%
  );
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.5s ease;
  filter: blur(20px);
  z-index: -1;
}

/* Card Shine */
.stat-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 60%,
    transparent 100%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.8s ease;
}

.stat-card:hover {
  transform: translateY(-16px) scale(1.03);
  box-shadow: 
    0 30px 70px rgba(30, 58, 138, 0.15),
    0 15px 35px rgba(30, 58, 138, 0.08),
    inset 0 2px 2px rgba(255, 255, 255, 1);
  border-color: rgba(30, 58, 138, 0.2);
}

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

.stat-card:hover::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Stat Icon */
.stat-icon {
  font-size: 3.5rem;
  margin-bottom: 24px;
  display: inline-block;
  filter: drop-shadow(0 6px 15px rgba(30, 58, 138, 0.25));
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stat-card:hover .stat-icon {
  transform: scale(1.2) rotate(-10deg) translateY(-5px);
  filter: drop-shadow(0 10px 25px rgba(30, 58, 138, 0.35));
}

/* Stat Number */
.stat-number {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, #1e3a8a 0%, #6366f1 50%, #d97706 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 12px 0;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: gradientShift 6s ease infinite;
}

/* Stat Label */
.stat-label {
  font-size: 1.1rem;
  font-weight: 620;
  color: #475569;
  margin: 0;
  letter-spacing: 0.02em;
}


/* ==========================================
   RESPONSIVE DESIGN - PART 5
   ========================================== */

/* Large Desktop */
@media (max-width: 1600px) {
  .tech-carousel-section {
    padding: 110px 0;
  }
  
  .tech-category {
    margin-bottom: 80px;
  }
  
  .footer-logo img {
    height: 210px;
  }
}

/* Desktop */
@media (max-width: 1400px) {
  .tech-carousel-section .section-title {
    font-size: 2.6rem;
  }
  
  .tech-logo-card {
    width: 125px;
    height: 125px;
    padding: 28px;
  }
  
  .footer-logo img {
    height: 190px;
  }
  
  .stats-grid {
    gap: 28px;
  }
}

/* Laptop */
@media (max-width: 1200px) {
  .tech-carousel-section {
    padding: 90px 0;
  }
  
  .tech-category {
    margin-bottom: 70px;
  }
  
  .tech-logo-card {
    width: 115px;
    height: 115px;
    padding: 26px;
    border-radius: 22px;
  }
  
  .tech-scroll-track {
    gap: 28px;
  }
  
  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 50px;
  }
  
  .footer-logo img {
    height: 170px;
  }
  
  .newsletter-heading {
    font-size: 1.8rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* Tablet Large */
@media (max-width: 1024px) {
  .tech-carousel-section .section-title {
    font-size: 2.3rem;
  }
  
  .tech-carousel-section .section-subtitle {
    font-size: 1.05rem;
  }
  
  .category-title {
    font-size: 1.2rem;
  }
  
  .tech-logo-card {
    width: 105px;
    height: 105px;
    padding: 24px;
  }
  
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-logo img {
    height: 155px;
  }
  
  .newsletter-content {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .newsletter-form {
    width: 100%;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .tech-carousel-section {
    padding: 70px 0;
  }
  
  .tech-carousel-section .section-header {
    margin-bottom: 60px;
  }
  
  .tech-carousel-section .section-title {
    font-size: 2rem;
  }
  
  .tech-carousel-section .section-subtitle {
    font-size: 1rem;
    padding: 0 20px;
  }
  
  .tech-category {
    margin-bottom: 60px;
  }
  
  .category-title {
    font-size: 1.1rem;
    margin-bottom: 36px;
  }
  
  .category-icon {
    font-size: 1.75rem;
  }
  
  .tech-scroll-wrapper {
    padding: 30px 0 80px 0;
  }
  
  .tech-logo-card {
    width: 95px;
    height: 95px;
    padding: 22px;
    border-radius: 20px;
  }
  
  .tech-scroll-track {
    gap: 22px;
  }
  
  .tech-tooltip {
    font-size: 0.8rem;
    padding: 10px 18px;
  }
  
  .site-footer {
    padding: 80px 0 0 0;
  }
  
  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .footer-logo img {
    height: 140px;
  }
  
  .input-group {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  
  .input-group input {
    text-align: center;
  }
  
  .subscribe-btn {
    width: 100%;
    justify-content: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .scroll-to-top {
    width: 54px;
    height: 54px;
    bottom: 24px;
    right: 24px;
    font-size: 1.35rem;
  }
  
  .stats-section {
    padding: 100px 0;
  }
  
  .stats-container {
    padding: 0 24px;
  }
  
  .stat-card {
    padding: 36px 28px;
  }
  
  .stat-icon {
    font-size: 2.8rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}

/* Mobile Large */
@media (max-width: 480px) {
  .tech-carousel-section {
    padding: 55px 0;
  }
  
  .tech-carousel-section .section-title {
    font-size: 1.75rem;
  }
  
  .tech-carousel-section .section-subtitle {
    font-size: 0.95rem;
  }
  
  .tech-scroll-wrapper {
    padding: 25px 0 70px 0;
  }
  
  .tech-logo-card {
    width: 85px;
    height: 85px;
    padding: 20px;
    border-radius: 18px;
  }
  
  .tech-scroll-track {
    gap: 18px;
    animation-duration: 28s;
  }
  
  .tech-scroll-reverse {
    animation-duration: 24s;
  }
  
  .tech-tooltip {
    bottom: -46px;
    font-size: 0.75rem;
    padding: 9px 16px;
  }
  
  .footer-logo img {
    height: 120px;
  }
  
  .newsletter-heading {
    font-size: 1.5rem;
  }
  
  .scroll-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 1.25rem;
  }
  
  .stats-section {
    padding: 80px 0;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .stat-card {
    padding: 32px 24px;
  }
  
  .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 18px;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
  
  .stat-label {
    font-size: 1rem;
  }
}

/* Mobile Small */
@media (max-width: 375px) {
  .tech-carousel-section .section-title {
    font-size: 1.5rem;
  }
  
  .tech-logo-card {
    width: 75px;
    height: 75px;
    padding: 18px;
  }
  
  .category-title {
    font-size: 1rem;
  }
  
  .footer-logo img {
    height: 100px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
}


/* ==========================================
   PERFORMANCE OPTIMIZATIONS - FINAL
   ========================================== */

.tech-scroll-track,
.tech-logo-card,
.tech-tooltip,
.tech-logo-card::before,
.tech-logo-card::after,
.scroll-to-top,
.stat-card,
.subscribe-btn {
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Reduce Motion */
@media (prefers-reduced-motion: reduce) {
  .tech-scroll-track,
  .tech-logo-card::before,
  .category-icon,
  .scroll-to-top::before,
  .stats-section::before {
    animation: none !important;
  }
  
  .tech-logo-card,
  .scroll-to-top,
  .stat-card,
  .social-link,
  .subscribe-btn {
    transition-duration: 0.15s !important;
  }
}

/* Print Styles */
@media print {
  .tech-carousel-section,
  .site-footer,
  .stats-section {
    background: white !important;
    padding: 40px 0 !important;
  }
  
  .tech-scroll-track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .tech-tooltip,
  .tech-logo-card::before,
  .tech-logo-card::after,
  .scroll-to-top,
  .stat-card::before,
  .stat-card::after {
    display: none !important;
  }
}
/* ============================================
   SECTION HEADER
   ============================================ */
/* ==========================================
   RISENEX CSS - PART 6 (ULTRA POLISHED)
   Stats Section | CTA Section | Contact Modal
   ========================================== */

/* ==========================================
   STATS HEADER - PREMIUM TYPOGRAPHY
   ========================================== */

.stats-header {
  text-align: center;
  margin-bottom: 110px;
  position: relative;
}

.stats-title {
  font-size: clamp(2.5rem, 5vw, 3.4rem);
  font-weight: 900;
  margin: 0 0 22px 0;
  background: linear-gradient(
    135deg, 
    #1e3a8a 0%, 
    #3b82f6 40%, 
    #6366f1 60%, 
    #d97706 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
  line-height: 1.15;
  filter: drop-shadow(0 3px 10px rgba(30, 58, 138, 0.12));
  animation: gradientShift 8s ease infinite;
}

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

.stats-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}


/* ==========================================
   STATS GRID - PERFECT ALIGNMENT
   ========================================== */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: stretch;
}


/* ==========================================
   STAT CARD - GLASSMORPHISM 3D ULTRA
   ========================================== */

.stat-card {
  text-align: center;
  position: relative;
  padding: 44px 32px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border-radius: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 
    0 12px 40px rgba(30, 58, 138, 0.08),
    0 4px 12px rgba(30, 58, 138, 0.04),
    inset 0 2px 0 rgba(255, 255, 255, 0.95);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  perspective: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 540px;
  cursor: default;
  will-change: transform;
}

/* 3D Inner Gradient Overlay */
.stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg, 
    rgba(255, 255, 255, 0.85) 0%, 
    rgba(255, 255, 255, 0.3) 100%
  );
  border-radius: 32px;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Glass Shine Effect - Top Half */
.stat-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(
    180deg, 
    rgba(255, 255, 255, 0.7) 0%, 
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
  border-radius: 32px 32px 0 0;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Entrance Animation */
.stat-card {
  opacity: 0;
  animation: statFadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes statFadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px) translateZ(-60px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(0) scale(1);
  }
}


/* ==========================================
   CIRCULAR PROGRESS - 3D GLASS EFFECT
   ========================================== */

.stat-circle-wrapper {
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  flex-shrink: 0;
}

/* Glass Circle Background */
.stat-circle-wrapper::before {
  content: '';
  position: absolute;
  inset: 12px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 50%;
  box-shadow: 
    inset 0 6px 16px rgba(30, 58, 138, 0.08),
    0 6px 20px rgba(30, 58, 138, 0.06);
  z-index: 0;
  transition: all 0.4s ease;
}

/* Glass Shine Highlight */
.stat-circle-wrapper::after {
  content: '';
  position: absolute;
  top: 14%;
  left: 14%;
  width: 38%;
  height: 38%;
  background: radial-gradient(
    circle, 
    rgba(255, 255, 255, 0.9) 0%, 
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(10px);
  z-index: 1;
}

/* SVG Circle */
.stat-circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  filter: drop-shadow(0 6px 20px rgba(30, 58, 138, 0.12));
  position: relative;
  z-index: 2;
}

.stat-circle-bg {
  fill: none;
  stroke: rgba(30, 58, 138, 0.1);
  stroke-width: 12;
}

.stat-circle-progress {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 534;
  stroke-dashoffset: 534;
  transition: stroke-dashoffset 2.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 0 15px currentColor);
  will-change: stroke-dashoffset;
}

/* Circle Colors with Enhanced Glow */
.stat-card:nth-child(1) .stat-circle-progress {
  stroke: url(#gradient-blue) #1e3a8a;
}

.stat-card:nth-child(2) .stat-circle-progress {
  stroke: url(#gradient-cyan) #3b82f6;
}

.stat-card:nth-child(3) .stat-circle-progress {
  stroke: url(#gradient-amber) #d97706;
}

.stat-card:nth-child(4) .stat-circle-progress {
  stroke: url(#gradient-purple) #6366f1;
}

/* Animated State */
.stat-card.animated .stat-circle-progress {
  stroke-dashoffset: 0;
}


/* ==========================================
   STAT CONTENT - CENTER DISPLAY
   ========================================== */

.stat-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  z-index: 3;
  max-width: 82%;
}

.stat-number {
  font-size: clamp(2.8rem, 4vw, 3.5rem);
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 10px rgba(30, 58, 138, 0.12);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s ease;
}

/* Specific fix for larger numbers */
.stat-card:nth-child(3) .stat-number {
  font-size: clamp(2.4rem, 3.5vw, 3rem);
  letter-spacing: -0.03em;
}

.stat-plus,
.stat-percent {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #d97706;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(217, 119, 6, 0.15);
  flex-shrink: 0;
  transition: all 0.4s ease;
}


/* ==========================================
   STAT LABELS - CONSISTENT HEIGHT
   ========================================== */

.stat-label {
  font-size: 1.5rem;
  font-weight: 750;
  color: #1e293b;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
  min-height: 36px;
  transition: color 0.3s ease;
}

.stat-sublabel {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0 0 22px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  position: relative;
  z-index: 2;
  min-height: 18px;
}

.stat-description {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 auto;
  line-height: 1.75;
  max-width: 250px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ==========================================
   3D HOVER EFFECTS - PREMIUM GLASS
   ========================================== */

.stat-card:hover {
  transform: translateY(-18px) rotateX(6deg) scale(1.03);
  box-shadow: 
    0 30px 70px rgba(30, 58, 138, 0.15),
    0 15px 35px rgba(30, 58, 138, 0.1),
    inset 0 2px 0 rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 1);
}

.stat-card:hover::before {
  opacity: 0.85;
}

.stat-card:hover::after {
  opacity: 0.8;
}

.stat-card:hover .stat-circle-progress {
  filter: drop-shadow(0 0 25px currentColor);
  stroke-width: 14;
}

.stat-card:hover .stat-number {
  color: #d97706;
  transform: scale(1.08);
  text-shadow: 0 5px 15px rgba(217, 119, 6, 0.25);
}

.stat-card:hover .stat-plus,
.stat-card:hover .stat-percent {
  transform: scale(1.1);
}

.stat-card:hover .stat-label {
  color: #1e3a8a;
}

.stat-card:hover .stat-circle-wrapper::before {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 
    inset 0 8px 20px rgba(30, 58, 138, 0.12),
    0 8px 25px rgba(30, 58, 138, 0.1);
}


/* ==========================================
   CTA SECTION - PREMIUM LIGHT THEME
   ========================================== */

.cta-section {
  position: relative;
  padding: 140px 0;
  background: 
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(30, 58, 138, 0.03) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 80% 80%, rgba(217, 119, 6, 0.03) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, rgba(30, 58, 138, 0.02) 100%);
  overflow: hidden;
}

/* Particle Background */
.cta-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(217, 119, 6, 0.03) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.02) 0%, transparent 60%);
  animation: particleFloat 25s ease-in-out infinite;
  will-change: transform;
}

@keyframes particleFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(25px, -25px) scale(1.03); }
  50% { transform: translate(-15px, 15px) scale(0.98); }
  75% { transform: translate(10px, -10px) scale(1.02); }
}


/* ==========================================
   CTA CARD - ULTRA PREMIUM GLASS
   ========================================== */

.cta-card {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 90px 70px;
  background: linear-gradient(
    135deg, 
    rgba(255, 255, 255, 0.92) 0%,
    rgba(248, 250, 252, 0.95) 100%
  );
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border-radius: 36px;
  border: 1.5px solid rgba(30, 58, 138, 0.08);
  box-shadow: 
    0 25px 70px rgba(30, 58, 138, 0.08),
    0 0 120px rgba(217, 119, 6, 0.04),
    inset 0 2px 0 rgba(255, 255, 255, 0.9);
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(60px);
  will-change: transform, opacity;
}

.cta-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-card:hover {
  border-color: rgba(217, 119, 6, 0.15);
  box-shadow: 
    0 35px 90px rgba(30, 58, 138, 0.1),
    0 0 160px rgba(217, 119, 6, 0.06),
    inset 0 2px 0 rgba(255, 255, 255, 1);
  transform: translateY(-8px);
}


/* ==========================================
   CTA GLOW - ANIMATED AMBIENT
   ========================================== */

.cta-glow {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: radial-gradient(
    circle,
    rgba(217, 119, 6, 0.05) 0%,
    rgba(99, 102, 241, 0.03) 30%,
    transparent 70%
  );
  animation: glowPulse 10s ease-in-out infinite;
  pointer-events: none;
  will-change: transform, opacity;
}

@keyframes glowPulse {
  0%, 100% { 
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  50% { 
    transform: translate(15px, 15px) scale(1.15);
    opacity: 0.7;
  }
}


/* ==========================================
   CTA CONTENT
   ========================================== */

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Badge */
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: linear-gradient(
    135deg, 
    rgba(217, 119, 6, 0.06) 0%,
    rgba(217, 119, 6, 0.1) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: 50px;
  color: #d97706;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.5px;
  margin-bottom: 36px;
  animation: badgePulse 3s ease-in-out infinite;
  transition: all 0.4s ease;
}

.cta-badge:hover {
  transform: scale(1.05);
  border-color: rgba(217, 119, 6, 0.35);
}

.badge-dot {
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, #d97706, #f59e0b);
  border-radius: 50%;
  animation: dotBlink 1.8s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(217, 119, 6, 0.6);
}

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

@keyframes dotBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.9); }
}

/* Title */
.cta-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  color: #1e293b;
  margin-bottom: 26px;
  letter-spacing: -0.03em;
}

.gradient-text {
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 50%, #fbbf24 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: gradientTextShift 4s ease-in-out infinite;
  filter: drop-shadow(0 2px 8px rgba(217, 119, 6, 0.2));
}

@keyframes gradientTextShift {
  0%, 100% { 
    background-position: 0% 50%;
    filter: hue-rotate(0deg);
  }
  50% { 
    background-position: 100% 50%;
    filter: hue-rotate(10deg);
  }
}

/* Description */
.cta-description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #64748b;
  max-width: 720px;
  margin: 0 auto 52px;
  font-weight: 480;
}


/* ==========================================
   CTA FEATURES
   ========================================== */

.cta-features {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #475569;
  font-size: 1.05rem;
  font-weight: 550;
  transition: all 0.3s ease;
}

.cta-feature:hover {
  color: #1e3a8a;
  transform: translateX(4px);
}

.feature-icon {
  width: 26px;
  height: 26px;
  color: #d97706;
  stroke-width: 2.5;
  transition: transform 0.3s ease;
}

.cta-feature:hover .feature-icon {
  transform: scale(1.15) rotate(-5deg);
}


/* ==========================================
   CTA BUTTONS - PREMIUM
   ========================================== */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 44px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

/* Primary Button */
.cta-primary {
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 50%, #fbbf24 100%);
  background-size: 200% 200%;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 
    0 12px 35px rgba(217, 119, 6, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.cta-primary:hover {
  transform: translateY(-6px) scale(1.03);
  background-position: 100% 50%;
  box-shadow: 
    0 22px 55px rgba(217, 119, 6, 0.4),
    0 0 0 4px rgba(217, 119, 6, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cta-primary:active {
  transform: translateY(-2px) scale(1.01);
}

.cta-primary .button-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cta-primary:hover .button-icon {
  transform: translateX(6px);
}

/* Button Shine Effect */
.button-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}

.cta-primary:hover .button-shine {
  left: 100%;
}

/* Secondary Button */
.cta-secondary {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #1e3a8a;
  border: 2px solid rgba(30, 58, 138, 0.12);
  box-shadow: 
    0 6px 24px rgba(30, 58, 138, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cta-secondary:hover {
  background: #ffffff;
  border-color: rgba(217, 119, 6, 0.25);
  transform: translateY(-6px) scale(1.03);
  box-shadow: 
    0 18px 45px rgba(30, 58, 138, 0.1),
    0 0 0 4px rgba(30, 58, 138, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.button-icon-left {
  width: 22px;
  height: 22px;
  stroke-width: 2;
  color: #d97706;
  transition: transform 0.3s ease;
}

.cta-secondary:hover .button-icon-left {
  transform: scale(1.15) rotate(-5deg);
}


/* ==========================================
   TRUST BADGES
   ========================================== */

.cta-trust {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 550;
  transition: all 0.3s ease;
}

.trust-badge:hover {
  color: #1e3a8a;
}

.trust-badge svg {
  width: 20px;
  height: 20px;
  color: #d97706;
  transition: transform 0.3s ease;
}

.trust-badge:hover svg {
  transform: scale(1.15);
}


/* ==========================================
   CTA DECORATIVE CIRCLES
   ========================================== */

.cta-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 36px;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  animation: circleFloat 18s ease-in-out infinite;
  will-change: transform, opacity;
}

.circle-1 {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -120px;
  background: radial-gradient(
    circle,
    rgba(217, 119, 6, 0.08) 0%,
    transparent 70%
  );
  animation-delay: 0s;
}

.circle-2 {
  width: 280px;
  height: 280px;
  bottom: -100px;
  left: -100px;
  background: radial-gradient(
    circle,
    rgba(30, 58, 138, 0.06) 0%,
    transparent 70%
  );
  animation-delay: 6s;
}

.circle-3 {
  width: 220px;
  height: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.05) 0%,
    transparent 70%
  );
  animation-delay: 12s;
}

@keyframes circleFloat {
  0%, 100% { 
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  50% { 
    transform: translate(35px, -35px) scale(1.25);
    opacity: 0.75;
  }
}


/* ==========================================
   CONTACT MODAL - PREMIUM DESIGN
   ========================================== */

.contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.contact-modal.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Modal Wrapper */
.modal-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  z-index: 10000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 28px;
  padding: 48px;
  max-width: 700px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 
    0 30px 60px -15px rgba(15, 23, 42, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.8);
  animation: modalSlideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Custom Scrollbar */
.modal-content::-webkit-scrollbar {
  width: 6px;
}

.modal-content::-webkit-scrollbar-track {
  background: rgba(148, 163, 184, 0.08);
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.4), rgba(99, 102, 241, 0.2));
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.6), rgba(99, 102, 241, 0.4));
}


/* ==========================================
   MODAL CLOSE BUTTON
   ========================================== */

.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  background: rgba(100, 116, 139, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(100, 116, 139, 0.12);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
}

.modal-close svg {
  width: 20px;
  height: 20px;
  color: #64748b;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.2);
  transform: rotate(90deg) scale(1.1);
}

.modal-close:hover svg {
  color: #ef4444;
}


/* ==========================================
   MODAL HEADER - CENTERED
   ========================================== */

.modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.modal-logo {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto 24px auto;
}

.modal-logo img {
  display: block;
  margin: 0 auto;
  height: 65px;
  filter: drop-shadow(0 4px 12px rgba(30, 58, 138, 0.12));
  transition: transform 0.3s ease;
}

.modal-logo img:hover {
  transform: scale(1.05);
}

.modal-title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin: 0 auto 12px auto;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.modal-subtitle {
  font-size: 1.05rem;
  color: #64748b;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 480;
}


/* ==========================================
   MODAL FORM STYLES
   ========================================== */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  position: relative;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 650;
  color: #334155;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 16px 20px;
  font-size: 1rem;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(100, 116, 139, 0.12);
  border-radius: 14px;
  outline: none;
  transition: all 0.3s ease;
  font-weight: 480;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #6366f1;
  background: #ffffff;
  box-shadow: 
    0 0 0 4px rgba(99, 102, 241, 0.1),
    0 6px 20px rgba(99, 102, 241, 0.08);
}

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

/* Form Submit Button */
.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 36px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #6366f1 100%);
  background-size: 200% 200%;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 
    0 10px 30px rgba(30, 58, 138, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.form-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent
  );
  transition: left 0.6s ease;
}

.form-submit:hover {
  transform: translateY(-4px) scale(1.02);
  background-position: 100% 50%;
  box-shadow: 
    0 18px 45px rgba(30, 58, 138, 0.35),
    0 0 0 4px rgba(30, 58, 138, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.form-submit:hover::before {
  left: 100%;
}

.form-submit svg {
  width: 20px;
  height: 20px;
  transition: transform 0.4s ease;
}

.form-submit:hover svg {
  transform: translateX(5px);
}


/* ==========================================
   RESPONSIVE DESIGN - PART 6
   ========================================== */

/* Large Desktop */
@media (max-width: 1400px) {
  .stats-grid { gap: 30px; }
  .stat-circle-wrapper { width: 210px; height: 210px; }
  .stat-number { font-size: 3rem; }
  .stat-card:nth-child(3) .stat-number { font-size: 2.6rem; }
  .stat-card { min-height: 520px; }
}

@media (max-width: 1200px) {
  .stats-section { padding: 120px 0; }
  .stats-title { font-size: 2.8rem; }
  .stats-grid { gap: 28px; }
  .stat-circle-wrapper { width: 200px; height: 200px; }
  .stat-number { font-size: 2.8rem; }
  .stat-card:nth-child(3) .stat-number { font-size: 2.4rem; }
  .stat-card { padding: 38px 28px; min-height: 500px; }
  
  .cta-card { padding: 70px 50px; }
}

@media (max-width: 1024px) {
  .stats-section { padding: 100px 0; }
  .stats-header { margin-bottom: 80px; }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .stat-circle-wrapper { width: 210px; height: 210px; }
  .stat-number { font-size: 3rem; }
  .stat-card:nth-child(3) .stat-number { font-size: 2.6rem; }
  .stat-card { min-height: 520px; }
  
  .cta-title { font-size: 2.8rem; }
  .cta-card { padding: 60px 44px; }
}

@media (max-width: 768px) {
  .stats-section { padding: 80px 0; }
  .stats-title { font-size: 2.2rem; }
  .stats-subtitle { font-size: 1.1rem; }
  .stats-header { margin-bottom: 60px; }
  .stats-grid { gap: 28px; }
  .stat-card { padding: 32px 24px; border-radius: 28px; min-height: 480px; }
  .stat-circle-wrapper { width: 190px; height: 190px; }
  .stat-number { font-size: 2.6rem; }
  .stat-card:nth-child(3) .stat-number { font-size: 2.2rem; }
  
  .cta-section { padding: 90px 0; }
  .cta-card { padding: 50px 32px; border-radius: 28px; }
  .cta-title { font-size: 2.2rem; }
  .cta-description { font-size: 1.05rem; margin-bottom: 36px; }
  .cta-features { flex-direction: column; gap: 18px; align-items: center; }
  .cta-buttons { flex-direction: column; gap: 16px; }
  .cta-button { width: 100%; justify-content: center; padding: 18px 36px; }
  .cta-trust { flex-direction: column; gap: 16px; }
  
  .modal-content { padding: 36px 28px; border-radius: 24px; }
}

@media (max-width: 640px) {
  .stats-section { padding: 70px 0; }
  .stats-container { padding: 0 20px; }
  .stats-title { font-size: 2rem; }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .stat-circle-wrapper { width: 200px; height: 200px; }
  .stat-number { font-size: 2.8rem; }
  .stat-card:nth-child(3) .stat-number { font-size: 2.4rem; }
  .stat-card { min-height: auto; }
}

@media (max-width: 480px) {
  .stats-title { font-size: 1.75rem; }
  .stat-circle-wrapper { width: 180px; height: 180px; }
  .stat-number { font-size: 2.5rem; }
  .stat-card:nth-child(3) .stat-number { font-size: 2.2rem; }
  .stat-plus, .stat-percent { font-size: 1.6rem; }
  
  .cta-card { padding: 40px 24px; }
  .cta-title { font-size: 1.9rem; }
  .cta-description { font-size: 1rem; }
  .cta-button { padding: 16px 30px; font-size: 1rem; }
  
  .modal-content { padding: 28px 20px; }
  .modal-title { font-size: 1.6rem; }
}


/* ==========================================
   ACCESSIBILITY & PERFORMANCE
   ========================================== */

.cta-button:focus,
.form-submit:focus {
  outline: 3px solid rgba(99, 102, 241, 0.5);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .stat-card,
  .stat-circle-progress,
  .cta-card,
  .cta-particles,
  .cta-glow,
  .cta-badge,
  .badge-dot,
  .gradient-text,
  .decoration-circle,
  .button-shine,
  .modal-content {
    animation: none !important;
  }
  
  .stat-card,
  .cta-button,
  .form-submit {
    transition-duration: 0.15s !important;
  }
  
  .cta-card.visible {
    transform: none;
  }
}

/* Print Styles */
@media print {
  .stats-section,
  .cta-section {
    background: white !important;
    padding: 40px 0 !important;
  }
  
  .stat-card,
  .cta-card {
    box-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
  }
  
  .cta-particles,
  .cta-glow,
  .cta-decoration,
  .contact-modal {
    display: none !important;
  }
}
/* ==================== CONTACT FORM STYLES ==================== */
/* ============================================================================
   RISENEX GLOBAL - PART 7 ULTRA POLISHED CSS
   Contact Form, Success States, Web Development Hero
   Premium Glassmorphism | Smooth Animations | Full Accessibility
   ============================================================================ */

/* ==================== CSS CUSTOM PROPERTIES (Part 7 Specific) ==================== */

:root {
    /* Form Colors */
    --form-bg: rgba(255, 255, 255, 0.95);
    --form-bg-focus: rgba(255, 255, 255, 1);
    --form-border: rgba(100, 116, 139, 0.2);
    --form-border-focus: #1e3a8a;
    --form-label: #64748b;
    --form-label-active: #1e3a8a;
    --form-text: #1e293b;
    --form-placeholder: #94a3b8;
    
    /* Validation Colors */
    --form-error: #ef4444;
    --form-error-bg: rgba(239, 68, 68, 0.08);
    --form-error-glow: rgba(239, 68, 68, 0.25);
    --form-success: #10b981;
    --form-success-bg: rgba(16, 185, 129, 0.08);
    --form-success-glow: rgba(16, 185, 129, 0.25);
    --form-warning: #f59e0b;
    
    /* Button Colors */
    --whatsapp-primary: #25D366;
    --whatsapp-secondary: #128C7E;
    --whatsapp-glow: rgba(37, 211, 102, 0.35);
    
    /* Timing Functions */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
    /* Shadows */
    --shadow-form-subtle: 0 2px 8px rgba(30, 58, 138, 0.06);
    --shadow-form-focus: 0 0 0 4px rgba(30, 58, 138, 0.1),
                         0 4px 16px rgba(30, 58, 138, 0.08);
    --shadow-form-error: 0 0 0 4px var(--form-error-glow),
                         0 4px 16px rgba(239, 68, 68, 0.12);
    --shadow-form-success: 0 0 0 4px var(--form-success-glow),
                           0 4px 16px rgba(16, 185, 129, 0.12);
    --shadow-button-elevated: 0 8px 24px rgba(30, 58, 138, 0.2),
                              0 4px 8px rgba(30, 58, 138, 0.1);
}


/* ==================== CONTACT FORM - BASE ==================== */

.contact-form {
    animation: formFadeIn 0.6s var(--ease-out-expo) 0.15s both;
    position: relative;
}

@keyframes formFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==================== FORM ROW - RESPONSIVE GRID ==================== */

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 3vw, 24px);
    margin-bottom: clamp(16px, 3vw, 24px);
}


/* ==================== FORM GROUP - CONTAINER ==================== */

.form-group {
    position: relative;
    margin-bottom: clamp(18px, 3vw, 24px);
}

/* Glassmorphism Background Glow on Focus */
.form-group::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.08) 0%,
        rgba(59, 130, 246, 0.06) 100%
    );
    border-radius: 16px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s var(--ease-smooth);
    pointer-events: none;
}

.form-group:focus-within::before {
    opacity: 1;
}


/* ==================== FLOATING LABEL - ENHANCED ==================== */

.form-group label {
    position: absolute;
    left: 16px;
    top: 18px;
    color: var(--form-label);
    font-size: 0.95rem;
    font-weight: 500;
    pointer-events: none;
    transition: 
        top 0.3s var(--ease-out-expo),
        left 0.3s var(--ease-out-expo),
        font-size 0.3s var(--ease-out-expo),
        color 0.3s var(--ease-smooth),
        background 0.3s var(--ease-smooth),
        padding 0.3s var(--ease-out-expo),
        font-weight 0.2s var(--ease-smooth);
    background: transparent;
    padding: 0 6px;
    z-index: 2;
    transform-origin: left center;
    will-change: top, font-size, color;
}

/* Textarea Label - Initial Hidden State */
.form-group textarea[placeholder] + label {
    opacity: 0;
    visibility: hidden;
    transition: 
        opacity 0.25s var(--ease-smooth),
        visibility 0.25s var(--ease-smooth),
        top 0.3s var(--ease-out-expo),
        left 0.3s var(--ease-out-expo),
        font-size 0.3s var(--ease-out-expo),
        color 0.3s var(--ease-smooth),
        background 0.3s var(--ease-smooth);
}

/* Textarea Label - Active State */
.form-group textarea[placeholder]:focus + label,
.form-group textarea[placeholder]:not(:placeholder-shown) + label {
    opacity: 1;
    visibility: visible;
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--form-label-active);
    background: white;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
}


/* ==================== INPUT, SELECT, TEXTAREA - BASE STYLES ==================== */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 16px 14px;
    border: 2px solid var(--form-border);
    border-radius: 12px;
    font-size: 0.95rem;
    color: var(--form-text);
    background: var(--form-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: 
        border-color 0.3s var(--ease-smooth),
        background-color 0.3s var(--ease-smooth),
        box-shadow 0.4s var(--ease-out-expo),
        transform 0.2s var(--ease-smooth);
    font-family: inherit;
    outline: none;
    box-shadow: var(--shadow-form-subtle);
    will-change: border-color, box-shadow;
}

/* Textarea Specific */
.form-group textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 300px;
    line-height: 1.6;
}

/* Placeholder Styling */
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--form-placeholder);
    opacity: 1;
    transition: opacity 0.3s var(--ease-smooth);
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    opacity: 0.5;
}


/* ==================== SELECT DROPDOWN - ENHANCED ==================== */

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    transition: 
        border-color 0.3s var(--ease-smooth),
        background-color 0.3s var(--ease-smooth),
        background-image 0.3s var(--ease-smooth),
        box-shadow 0.4s var(--ease-out-expo);
}

/* Select Focus Arrow Color Change */
.form-group select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}


/* ==================== FOCUS STATE - PREMIUM ==================== */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--form-border-focus);
    background: var(--form-bg-focus);
    box-shadow: var(--shadow-form-focus);
}


/* ==================== FLOATING LABEL ANIMATION - ACTIVE STATE ==================== */

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:not([value=""]) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--form-label-active);
    background: white;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
}

/* Textarea Without Placeholder */
.form-group textarea:not([placeholder]) + label {
    opacity: 1;
    visibility: visible;
}

/* Textarea Label Position */
.form-group textarea + label {
    top: 18px;
    pointer-events: none;
}

/* Textarea Active Label */
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group textarea:valid + label {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--form-label-active);
    background: white;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
}


/* ==================== ERROR STATE - ENHANCED ==================== */

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: var(--form-error);
    background: var(--form-error-bg);
    animation: formShake 0.5s var(--ease-in-out-back);
    box-shadow: var(--shadow-form-error);
}

.form-group.error label {
    color: var(--form-error);
}

/* Error Glow Effect */
.form-group.error::before {
    background: linear-gradient(
        135deg,
        rgba(239, 68, 68, 0.1) 0%,
        rgba(239, 68, 68, 0.05) 100%
    );
    opacity: 1;
}

.form-error {
    display: none;
    color: var(--form-error);
    font-size: 0.8rem;
    margin-top: 8px;
    padding-left: 4px;
    font-weight: 500;
    line-height: 1.4;
}

.form-group.error .form-error {
    display: flex;
    align-items: center;
    gap: 6px;
    animation: errorSlideIn 0.35s var(--ease-out-expo);
}

@keyframes errorSlideIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==================== SUCCESS STATE - ENHANCED ==================== */

.form-group.success input,
.form-group.success select,
.form-group.success textarea {
    border-color: var(--form-success);
    background: var(--form-success-bg);
    box-shadow: var(--shadow-form-success);
}

.form-group.success label {
    color: var(--form-success);
}

/* Success Glow Effect */
.form-group.success::before {
    background: linear-gradient(
        135deg,
        rgba(16, 185, 129, 0.1) 0%,
        rgba(16, 185, 129, 0.05) 100%
    );
    opacity: 1;
}


/* ==================== WORD COUNTER - ENHANCED ==================== */

.word-counter {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: var(--form-label);
    margin-top: 8px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    transition: color 0.3s var(--ease-smooth);
}

.word-counter.warning {
    color: var(--form-warning);
    animation: counterPulse 1s ease-in-out infinite;
}

.word-counter.error {
    color: var(--form-error);
    font-weight: 600;
    animation: counterPulse 0.6s ease-in-out infinite;
}

@keyframes counterPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}


/* ==================== FORM BUTTONS - PREMIUM ==================== */

.form-buttons {
    display: flex;
    gap: 14px;
    margin-top: clamp(28px, 4vw, 36px);
}

.btn-whatsapp,
.btn-submit {
    flex: 1;
    padding: 16px 28px;
    border: none;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 
        transform 0.3s var(--ease-out-expo),
        box-shadow 0.4s var(--ease-smooth),
        background 0.3s var(--ease-smooth),
        color 0.3s var(--ease-smooth),
        border-color 0.3s var(--ease-smooth);
    font-family: inherit;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    will-change: transform, box-shadow;
}

/* Button Shine Effect */
.btn-whatsapp::before,
.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 100%
    );
    transition: left 0.6s var(--ease-smooth);
    z-index: 1;
    pointer-events: none;
}

.btn-whatsapp:hover::before,
.btn-submit:hover::before {
    left: 100%;
}

.btn-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.35s var(--ease-bounce);
    position: relative;
    z-index: 2;
}


/* ==================== WHATSAPP BUTTON - ENHANCED ==================== */

.btn-whatsapp {
    background: linear-gradient(
        135deg,
        var(--whatsapp-primary) 0%,
        var(--whatsapp-secondary) 100%
    );
    color: white;
    box-shadow: 
        0 4px 14px var(--whatsapp-glow),
        0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 8px 28px var(--whatsapp-glow),
        0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-whatsapp:hover .btn-icon {
    transform: scale(1.15) rotate(-8deg);
}

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


/* ==================== SUBMIT BUTTON - ENHANCED ==================== */

.btn-submit {
    background: transparent;
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.08);
}

.btn-submit .btn-icon {
    stroke: #1e3a8a;
    transition: 
        transform 0.35s var(--ease-bounce),
        stroke 0.3s var(--ease-smooth);
}

.btn-submit:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #2d4a9e 100%);
    color: white;
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-button-elevated);
    border-color: transparent;
}

.btn-submit:hover .btn-icon {
    stroke: white;
    transform: translateX(4px);
}

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


/* ==================== BUTTON LOADING STATE ==================== */

.btn-whatsapp.loading,
.btn-submit.loading {
    pointer-events: none;
    opacity: 0.75;
    cursor: wait;
}

.btn-whatsapp.loading::after,
.btn-submit.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: white;
    border-radius: 50%;
    animation: buttonSpin 0.75s linear infinite;
    z-index: 3;
}

.btn-submit.loading::after {
    border-color: rgba(30, 58, 138, 0.25);
    border-top-color: #1e3a8a;
}

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


/* ==================== SUCCESS MESSAGE - PREMIUM ==================== */

.success-message {
    display: none;
    text-align: center;
    padding: clamp(32px, 5vw, 48px) clamp(16px, 3vw, 24px);
    animation: successReveal 0.65s var(--ease-out-expo);
}

.success-message.show {
    display: block;
}

@keyframes successReveal {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.success-animation {
    margin: 0 auto 28px;
    width: 88px;
    height: 88px;
    position: relative;
}

/* Celebration Particles */
.success-animation::before,
.success-animation::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: successParticles 1.5s var(--ease-out-expo) 0.8s;
    opacity: 0;
}

.success-animation::before {
    background: var(--form-success);
    top: 10%;
    left: -20%;
}

.success-animation::after {
    background: #3b82f6;
    top: 20%;
    right: -20%;
    animation-delay: 0.9s;
}

@keyframes successParticles {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(0) translateY(-30px);
    }
}

.success-checkmark {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: block;
    stroke-width: 2.5;
    stroke: var(--form-success);
    stroke-miterlimit: 10;
    animation: 
        successCheckmarkFill 0.45s ease-in-out 0.45s forwards,
        successCheckmarkScale 0.35s var(--ease-bounce) 1s both;
    filter: drop-shadow(0 4px 12px rgba(16, 185, 129, 0.3));
}

.success-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
    stroke: var(--form-success);
    fill: none;
    animation: successStroke 0.7s var(--ease-out-expo) forwards;
}

.success-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: var(--form-success);
    stroke-width: 3;
    animation: successStroke 0.4s var(--ease-out-expo) 0.85s forwards;
}

@keyframes successStroke {
    100% { stroke-dashoffset: 0; }
}

@keyframes successCheckmarkFill {
    100% { 
        box-shadow: inset 0 0 0 44px rgba(16, 185, 129, 0.1);
    }
}

@keyframes successCheckmarkScale {
    0%, 100% { transform: none; }
    50% { transform: scale3d(1.12, 1.12, 1); }
}

.success-title {
    font-size: clamp(1.5rem, 4vw, 1.9rem);
    color: #0f172a;
    margin-bottom: 14px;
    font-weight: 700;
    background: linear-gradient(135deg, #1e3a8a 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.success-text {
    color: var(--form-label);
    font-size: 1rem;
    margin-bottom: 28px;
    line-height: 1.7;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.btn-close-success {
    padding: 14px 36px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: 
        transform 0.3s var(--ease-out-expo),
        box-shadow 0.4s var(--ease-smooth);
    box-shadow: 
        0 4px 16px rgba(30, 58, 138, 0.35),
        0 2px 6px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    position: relative;
    overflow: hidden;
}

.btn-close-success::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: left 0.5s var(--ease-smooth);
}

.btn-close-success:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 28px rgba(30, 58, 138, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-close-success:hover::before {
    left: 100%;
}

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


/* ==================== FORM NOTE - ENHANCED ==================== */

.form-note {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
    padding: 14px 18px;
    background: linear-gradient(
        135deg,
        rgba(59, 130, 246, 0.06) 0%,
        rgba(30, 58, 138, 0.04) 100%
    );
    border-radius: 10px;
    font-size: 0.85rem;
    color: var(--form-label);
    line-height: 1.5;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.form-note svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #3b82f6;
}


/* ==================== CHECKBOX STYLING - ENHANCED ==================== */

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 4px 0;
}

.form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #1e3a8a;
    border-radius: 4px;
    transition: transform 0.2s var(--ease-bounce);
}

.form-checkbox input[type="checkbox"]:hover {
    transform: scale(1.1);
}

.form-checkbox input[type="checkbox"]:checked {
    animation: checkboxPop 0.3s var(--ease-bounce);
}

@keyframes checkboxPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.form-checkbox .checkbox-label {
    position: static;
    top: auto;
    left: auto;
    font-size: 0.9rem;
    color: var(--form-label);
    line-height: 1.6;
    cursor: pointer;
    padding: 0;
    background: transparent;
    pointer-events: auto;
}

.form-checkbox .checkbox-label a {
    color: #1e3a8a;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: 
        color 0.3s var(--ease-smooth),
        text-decoration-color 0.3s var(--ease-smooth);
}

.form-checkbox .checkbox-label a:hover {
    color: #3b82f6;
    text-decoration-color: transparent;
}


/* ==================== FORM ANIMATIONS ==================== */

@keyframes formShake {
    0%, 100% { transform: translateX(0); }
    15% { transform: translateX(-8px); }
    30% { transform: translateX(6px); }
    45% { transform: translateX(-6px); }
    60% { transform: translateX(4px); }
    75% { transform: translateX(-2px); }
    90% { transform: translateX(2px); }
}


/* ==================== FORM RESPONSIVE DESIGN ==================== */

@media (max-width: 768px) {
    .modal-content {
        padding: clamp(24px, 5vw, 32px) clamp(16px, 4vw, 24px);
        max-height: 95vh;
        border-radius: 20px;
    }
    
    .modal-close {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
    }
    
    .modal-title {
        font-size: clamp(1.4rem, 5vw, 1.7rem);
    }
    
    .modal-subtitle {
        font-size: 0.9rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }
    
    .form-group {
        margin-bottom: 18px;
    }
    
    .form-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn-whatsapp,
    .btn-submit {
        width: 100%;
        padding: 14px 24px;
    }
    
    .success-animation {
        width: 70px;
        height: 70px;
    }
    
    .success-checkmark {
        width: 70px;
        height: 70px;
    }
    
    .success-title {
        font-size: 1.5rem;
    }
    
    /* Mobile Modal Centering */
    #contactModal .modal-header,
    #contactModal .modal-header .modal-logo,
    #contactModal .modal-header .modal-title,
    #contactModal .modal-header .modal-subtitle {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 480px) {
    .modal-wrapper {
        padding: 8px;
    }
    
    .modal-content {
        padding: 22px 14px;
        border-radius: 16px;
    }
    
    .modal-header {
        margin-bottom: 22px;
    }
    
    .modal-logo img {
        height: 48px;
    }
    
    .modal-title {
        font-size: 1.35rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px 12px;
        font-size: 16px; /* Prevents iOS zoom */
    }
    
    .form-group label {
        font-size: 0.9rem;
    }
    
    .btn-whatsapp,
    .btn-submit {
        padding: 14px 18px;
        font-size: 0.9rem;
        border-radius: 12px;
    }
    
    .form-note {
        font-size: 0.8rem;
        padding: 12px 14px;
    }
    
    /* Extra Small Screen Centering */
    #contactModal .modal-header,
    #contactModal .modal-header * {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
        padding: 16px 14px;
    }
    
    .btn-whatsapp,
    .btn-submit {
        min-height: 52px;
    }
    
    .form-checkbox input[type="checkbox"] {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
}


/* ==================== FORM ACCESSIBILITY ==================== */

/* Focus Visible for Keyboard Navigation */
.modal-close:focus-visible,
.btn-whatsapp:focus-visible,
.btn-submit:focus-visible,
.btn-close-success:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 3px;
}

.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
}

.form-checkbox input[type="checkbox"]:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 3px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        border-width: 3px;
    }
    
    .btn-whatsapp,
    .btn-submit {
        border: 2px solid currentColor;
    }
    
    .form-error {
        font-weight: 700;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .contact-form,
    .modal-overlay,
    .modal-content,
    .form-group::before,
    .form-group input,
    .form-group select,
    .form-group textarea,
    .form-group label,
    .btn-whatsapp,
    .btn-submit,
    .btn-whatsapp::before,
    .btn-submit::before,
    .btn-icon,
    .success-message,
    .success-checkmark,
    .success-circle,
    .success-check,
    .success-animation::before,
    .success-animation::after,
    .btn-close-success,
    .form-checkbox input[type="checkbox"],
    .word-counter {
        animation: none !important;
        transition: opacity 0.2s ease, color 0.2s ease !important;
    }
    
    .form-group.error input,
    .form-group.error select,
    .form-group.error textarea {
        animation: none !important;
    }
    
    .btn-whatsapp.loading::after,
    .btn-submit.loading::after {
        animation: buttonSpin 1.5s linear infinite !important;
    }
}


/* ==================== FORM PRINT STYLES ==================== */

@media print {
    .contact-modal,
    .modal-overlay,
    .form-buttons,
    .btn-whatsapp,
    .btn-submit,
    .modal-close,
    .form-note {
        display: none !important;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        border: 1px solid #333 !important;
        background: white !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .form-group label {
        color: #333 !important;
        position: static !important;
        display: block !important;
        margin-bottom: 4px !important;
        font-weight: 600 !important;
    }
}


/* ============================================================================
   WEB DEVELOPMENT PAGE - HERO SECTION - ULTRA POLISHED
   ============================================================================ */

/* ==================== HERO SECTION - BASE ==================== */

.webdev-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f8fafc 0%,
        #f1f5f9 40%,
        #e2e8f0 100%
    );
    padding: clamp(100px, 15vh, 140px) 0 clamp(50px, 8vh, 80px);
}

/* Subtle Grid Pattern Overlay */
.webdev-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(30, 58, 138, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 138, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}


/* ==================== HERO BACKGROUND EFFECTS ==================== */

.webdev-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.webdev-code-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
}

.webdev-code-line {
    position: absolute;
    width: 100%;
    padding: 20px;
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
    color: #1e3a8a;
    white-space: nowrap;
    animation: webdevSlideCode 25s linear infinite;
    animation-delay: var(--delay);
    will-change: transform;
}

.webdev-code-line:nth-child(1) { top: 8%; --delay: 0s; }
.webdev-code-line:nth-child(2) { top: 26%; --delay: -5s; }
.webdev-code-line:nth-child(3) { top: 48%; --delay: -10s; }
.webdev-code-line:nth-child(4) { top: 68%; --delay: -15s; }
.webdev-code-line:nth-child(5) { top: 88%; --delay: -20s; }

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

.webdev-hero-gradient {
    position: absolute;
    width: 650px;
    height: 650px;
    background: radial-gradient(
        circle,
        rgba(30, 58, 138, 0.12) 0%,
        rgba(59, 130, 246, 0.06) 40%,
        transparent 70%
    );
    border-radius: 50%;
    top: -220px;
    right: -220px;
    animation: webdevGradientPulse 10s ease-in-out infinite;
    will-change: transform, opacity;
    pointer-events: none;
}

/* Secondary Gradient Orb */
.webdev-hero-gradient::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(217, 119, 6, 0.08) 0%,
        transparent 60%
    );
    border-radius: 50%;
    bottom: -300px;
    left: -200px;
    animation: webdevGradientPulse 12s ease-in-out 3s infinite;
}

@keyframes webdevGradientPulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 0.6; 
    }
    50% { 
        transform: scale(1.15); 
        opacity: 0.35; 
    }
}


/* ==================== HERO CONTAINER LAYOUT ==================== */

.webdev-hero .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(40px, 6vw, 70px);
    align-items: center;
}

.webdev-hero-content {
    max-width: 680px;
}


/* ==================== HERO BADGE - GLASSMORPHISM ==================== */

.webdev-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 12px 22px;
    border-radius: 50px;
    border: 1px solid rgba(30, 58, 138, 0.12);
    margin-bottom: 28px;
    box-shadow: 
        0 4px 16px rgba(30, 58, 138, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    animation: badgeFadeIn 0.7s var(--ease-out-expo) 0.1s both;
}

@keyframes badgeFadeIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webdev-badge-icon {
    font-size: 1.3rem;
    animation: badgeIconFloat 3s ease-in-out infinite;
}

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

.webdev-badge-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e3a8a;
    letter-spacing: 0.02em;
}


/* ==================== HERO TITLE - ENHANCED ==================== */

.webdev-hero-title {
    font-size: clamp(2.2rem, 6vw, 3.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 28px;
    animation: heroTitleReveal 0.85s var(--ease-out-expo) 0.2s both;
}

@keyframes heroTitleReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webdev-gradient-text {
    background: linear-gradient(
        135deg,
        #1e3a8a 0%,
        #3b82f6 50%,
        #1e3a8a 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    animation: gradientTextShift 6s ease-in-out infinite;
}

@keyframes gradientTextShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.webdev-typed-text {
    position: relative;
    display: inline-block;
}

.webdev-typed-text::after {
    content: '|';
    position: absolute;
    right: -6px;
    color: #d97706;
    font-weight: 400;
    animation: typedCursorBlink 1.1s steps(2) infinite;
}

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


/* ==================== HERO SUBTITLE ==================== */

.webdev-hero-subtitle {
    font-size: clamp(1.05rem, 2.5vw, 1.3rem);
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 38px;
    max-width: 620px;
    animation: heroSubtitleReveal 0.85s var(--ease-out-expo) 0.35s both;
}

@keyframes heroSubtitleReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==================== HERO CTA BUTTONS ==================== */

.webdev-hero-ctas {
    display: flex;
    gap: 16px;
    margin-bottom: 44px;
    flex-wrap: wrap;
    animation: heroCTAReveal 0.85s var(--ease-out-expo) 0.5s both;
}

@keyframes heroCTAReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webdev-btn-primary,
.webdev-btn-secondary {
    padding: 17px 34px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    transition: 
        transform 0.35s var(--ease-out-expo),
        box-shadow 0.4s var(--ease-smooth),
        background 0.35s var(--ease-smooth),
        color 0.35s var(--ease-smooth),
        border-color 0.35s var(--ease-smooth);
    text-decoration: none;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    will-change: transform, box-shadow;
}

/* Button Shine Effect */
.webdev-btn-primary::before,
.webdev-btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 100%
    );
    transition: left 0.6s var(--ease-smooth);
    z-index: 1;
    pointer-events: none;
}

.webdev-btn-primary:hover::before,
.webdev-btn-secondary:hover::before {
    left: 100%;
}


/* ==================== PRIMARY CTA BUTTON ==================== */

.webdev-btn-primary {
    background: linear-gradient(
        135deg,
        #d97706 0%,
        #f59e0b 50%,
        #d97706 100%
    );
    background-size: 200% auto;
    color: white;
    box-shadow: 
        0 4px 18px rgba(217, 119, 6, 0.35),
        0 2px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.webdev-btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 10px 32px rgba(217, 119, 6, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-position: 100% center;
}

.webdev-btn-primary:active {
    transform: translateY(-2px) scale(0.99);
}


/* ==================== SECONDARY CTA BUTTON ==================== */

.webdev-btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
    box-shadow: 
        0 2px 10px rgba(30, 58, 138, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.webdev-btn-secondary:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #2d4a9e 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 10px 32px rgba(30, 58, 138, 0.35),
        0 4px 12px rgba(0, 0, 0, 0.12);
}

.webdev-btn-secondary:active {
    transform: translateY(-2px) scale(0.99);
}

.webdev-btn-icon,
.webdev-btn-icon-left {
    width: 20px;
    height: 20px;
    transition: transform 0.35s var(--ease-bounce);
    position: relative;
    z-index: 2;
}

.webdev-btn-primary:hover .webdev-btn-icon {
    transform: translateX(5px);
}

.webdev-btn-secondary:hover .webdev-btn-icon-left {
    stroke: white;
}


/* ==================== HERO TRUST INDICATORS ==================== */

.webdev-hero-trust {
    display: flex;
    gap: clamp(20px, 4vw, 36px);
    flex-wrap: wrap;
    animation: heroTrustReveal 0.85s var(--ease-out-expo) 0.65s both;
}

@keyframes heroTrustReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webdev-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s var(--ease-smooth);
}

.webdev-trust-item:hover {
    color: #475569;
}

.webdev-trust-item svg {
    width: 24px;
    height: 24px;
    color: #d97706;
    transition: transform 0.35s var(--ease-bounce);
}

.webdev-trust-item:hover svg {
    transform: scale(1.15);
}


/* ==================== HERO VISUAL SECTION ==================== */

.webdev-hero-visual {
    position: relative;
    padding: 40px 0;
    animation: heroVisualReveal 1s var(--ease-out-expo) 0.4s both;
}

@keyframes heroVisualReveal {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.webdev-visual-card {
    position: relative;
    overflow: visible;
}


/* ==================== BROWSER MOCKUP - PREMIUM ==================== */

.webdev-browser-mockup {
    background: white;
    border-radius: 18px;
    box-shadow: 
        0 25px 70px rgba(30, 58, 138, 0.18),
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(30, 58, 138, 0.08);
    overflow: hidden;
    position: relative;
    transform: scale(1.32);
    transform-origin: center;
    transition: 
        transform 0.5s var(--ease-out-expo),
        box-shadow 0.5s var(--ease-smooth);
}

.webdev-browser-mockup:hover {
    transform: scale(1.35);
    box-shadow: 
        0 32px 80px rgba(30, 58, 138, 0.22),
        0 12px 36px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(30, 58, 138, 0.1);
}

/* Loading Bar Animation */
.webdev-browser-mockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #1e3a8a 0%,
        #3b82f6 40%,
        #10b981 70%,
        #d97706 100%
    );
    z-index: 10;
    animation: webdevLoadingBar 5s ease-in-out infinite;
}

@keyframes webdevLoadingBar {
    0% { width: 0%; opacity: 1; }
    45% { width: 100%; opacity: 1; }
    50% { width: 100%; opacity: 0; }
    100% { width: 100%; opacity: 0; }
}


/* ==================== BROWSER HEADER ==================== */

.webdev-browser-header {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.webdev-browser-dots {
    display: flex;
    gap: 7px;
}

.webdev-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 
        transform 0.3s var(--ease-bounce),
        filter 0.3s var(--ease-smooth);
    cursor: pointer;
}

.webdev-dot:hover {
    transform: scale(1.2);
}

.webdev-dot.red { 
    background: linear-gradient(135deg, #ff6b6b 0%, #ef4444 100%);
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
    animation: webdevDotPulse 3.5s ease-in-out infinite;
}

.webdev-dot.yellow { 
    background: linear-gradient(135deg, #ffd93d 0%, #f59e0b 100%);
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4);
    animation: webdevDotPulse 3.5s ease-in-out 0.25s infinite;
}

.webdev-dot.green { 
    background: linear-gradient(135deg, #6bcf7f 0%, #10b981 100%);
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.4);
    animation: webdevDotPulse 3.5s ease-in-out 0.5s infinite;
}

@keyframes webdevDotPulse {
    0%, 100% { 
        transform: scale(1); 
        filter: brightness(1);
    }
    50% { 
        transform: scale(1.12); 
        filter: brightness(1.15);
    }
}


/* ==================== BROWSER URL BAR ==================== */

.webdev-browser-url {
    flex: 1;
    background: white;
    padding: 7px 14px 7px 28px;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #64748b;
    border: 1px solid #e2e8f0;
    position: relative;
    font-family: 'SF Mono', 'Fira Code', monospace;
    transition: 
        border-color 0.3s var(--ease-smooth),
        box-shadow 0.3s var(--ease-smooth);
}

.webdev-browser-url:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* HTTPS Indicator */
.webdev-browser-url::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.5);
    animation: webdevNetworkBlink 2s ease-in-out infinite;
}

@keyframes webdevNetworkBlink {
    0%, 100% { 
        opacity: 1;
        box-shadow: 0 0 6px rgba(16, 185, 129, 0.5);
    }
    50% { 
        opacity: 0.5;
        box-shadow: 0 0 10px rgba(16, 185, 129, 0.7);
    }
}


/* ==================== BROWSER CONTENT AREA ==================== */

.webdev-browser-content {
    padding: 32px;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        to bottom,
        white 0%,
        #f8fafc 50%,
        #f1f5f9 100%
    );
}

.webdev-content-skeleton {
    animation: webdevContentScroll 10s ease-in-out infinite;
}

@keyframes webdevContentScroll {
    0%, 12% { transform: translateY(0); }
    28%, 38% { transform: translateY(-45px); }
    54%, 64% { transform: translateY(-90px); }
    80%, 100% { transform: translateY(0); }
}

.webdev-skeleton-line,
.webdev-skeleton-box {
    background: linear-gradient(
        90deg,
        #f1f5f9 0%,
        #e2e8f0 25%,
        #f8fafc 50%,
        #e2e8f0 75%,
        #f1f5f9 100%
    );
    background-size: 300% 100%;
    animation: webdevShimmer 2.5s ease-in-out infinite;
    border-radius: 8px;
    margin-bottom: 16px;
}

.webdev-skeleton-line {
    height: 16px;
}

.webdev-skeleton-line.short {
    width: 60%;
}

.webdev-skeleton-box {
    height: 150px;
    margin-top: 22px;
    border-radius: 12px;
}

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


/* ==================== WEB DEV HERO RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .webdev-hero .container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .webdev-hero-content {
        max-width: 100%;
        order: 1;
    }
    
    .webdev-hero-visual {
        order: 2;
    }
    
    .webdev-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .webdev-hero-ctas {
        justify-content: center;
    }
    
    .webdev-hero-trust {
        justify-content: center;
    }
    
    .webdev-browser-mockup {
        transform: scale(1.1);
        max-width: 90%;
        margin: 0 auto;
    }
    
    .webdev-browser-mockup:hover {
        transform: scale(1.12);
    }
}

@media (max-width: 768px) {
    .webdev-hero {
        min-height: auto;
        padding: 100px 0 60px;
    }
    
    .webdev-hero-badge {
        padding: 10px 18px;
    }
    
    .webdev-hero-title {
        font-size: clamp(1.8rem, 7vw, 2.4rem);
        margin-bottom: 22px;
    }
    
    .webdev-hero-subtitle {
        font-size: 1.05rem;
        margin-bottom: 32px;
    }
    
    .webdev-hero-ctas {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    
    .webdev-btn-primary,
    .webdev-btn-secondary {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 15px 28px;
    }
    
    .webdev-hero-trust {
        gap: 18px;
    }
    
    .webdev-trust-item {
        font-size: 0.9rem;
    }
    
    .webdev-browser-mockup {
        transform: scale(1);
        max-width: 100%;
    }
    
    .webdev-browser-mockup:hover {
        transform: scale(1.02);
    }
    
    .webdev-browser-content {
        min-height: 200px;
        max-height: 200px;
        padding: 24px;
    }
    
    .webdev-code-line {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .webdev-hero {
        padding: 90px 0 50px;
    }
    
    .webdev-hero-badge {
        padding: 8px 14px;
        margin-bottom: 22px;
    }
    
    .webdev-badge-text {
        font-size: 0.8rem;
    }
    
    .webdev-hero-title {
        font-size: 1.7rem;
    }
    
    .webdev-btn-primary,
    .webdev-btn-secondary {
        padding: 14px 24px;
        font-size: 0.95rem;
    }
    
    .webdev-browser-header {
        padding: 10px 14px;
    }
    
    .webdev-dot {
        width: 10px;
        height: 10px;
    }
    
    .webdev-browser-url {
        font-size: 0.75rem;
        padding: 6px 12px 6px 24px;
    }
    
    .webdev-browser-content {
        min-height: 160px;
        max-height: 160px;
        padding: 18px;
    }
}


/* ==================== WEB DEV HERO ACCESSIBILITY ==================== */

/* Focus Visible States */
.webdev-btn-primary:focus-visible,
.webdev-btn-secondary:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 3px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .webdev-hero {
        background: white;
    }
    
    .webdev-hero-title {
        color: #000;
    }
    
    .webdev-btn-primary,
    .webdev-btn-secondary {
        border: 2px solid currentColor;
    }
    
    .webdev-browser-mockup {
        border: 2px solid #333;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .webdev-code-line,
    .webdev-hero-gradient,
    .webdev-hero-gradient::before,
    .webdev-hero-badge,
    .webdev-badge-icon,
    .webdev-hero-title,
    .webdev-gradient-text,
    .webdev-typed-text::after,
    .webdev-hero-subtitle,
    .webdev-hero-ctas,
    .webdev-hero-trust,
    .webdev-hero-visual,
    .webdev-btn-primary,
    .webdev-btn-secondary,
    .webdev-btn-primary::before,
    .webdev-btn-secondary::before,
    .webdev-btn-icon,
    .webdev-btn-icon-left,
    .webdev-browser-mockup,
    .webdev-browser-mockup::before,
    .webdev-dot,
    .webdev-browser-url::before,
    .webdev-content-skeleton,
    .webdev-skeleton-line,
    .webdev-skeleton-box,
    .webdev-trust-item svg {
        animation: none !important;
        transition: opacity 0.2s ease, color 0.2s ease !important;
    }
    
    .webdev-typed-text::after {
        content: none;
    }
    
    .webdev-gradient-text {
        background-size: 100% auto;
    }
}


/* ==================== WEB DEV HERO PRINT STYLES ==================== */

@media print {
    .webdev-hero {
        min-height: auto;
        padding: 40px 0;
        background: white !important;
    }
    
    .webdev-hero::before,
    .webdev-hero-background,
    .webdev-code-lines,
    .webdev-hero-gradient,
    .webdev-hero-visual,
    .webdev-browser-mockup {
        display: none !important;
    }
    
    .webdev-hero .container {
        display: block;
    }
    
    .webdev-hero-title {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }
    
    .webdev-hero-badge {
        border: 1px solid #333;
        background: white;
    }
    
    .webdev-hero-ctas {
        display: none;
    }
}


/* ============================================================================
   END OF PART 7 ULTRA POLISHED CSS
   ============================================================================ */
/* ============================================================================
   RISENEX GLOBAL - PART 8 ULTRA POLISHED CSS
   Floating Elements, Pain Points, Premium Mobile Menu
   Premium Glassmorphism | Smooth Animations | Full Accessibility
   ============================================================================ */

/* ==================== CSS CUSTOM PROPERTIES (Part 8 Specific) ==================== */

:root {
    /* Mobile Menu Colors */
    --menu-bg: #ffffff;
    --menu-text-primary: #2c3e50;
    --menu-text-secondary: #7f8c8d;
    --menu-accent: #667eea;
    --menu-accent-secondary: #764ba2;
    --menu-accent-glow: rgba(102, 126, 234, 0.35);
    --menu-border: rgba(102, 126, 234, 0.12);
    --menu-hover-bg: rgba(102, 126, 234, 0.06);
    
    /* Pain Points Colors */
    --pain-slow: #ef4444;
    --pain-conversion: #10b981;
    --pain-manage: #3b82f6;
    --pain-scale: #d97706;
    
    /* Timing Functions */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Menu Shadows */
    --shadow-menu-container: -20px 0 70px rgba(0, 0, 0, 0.25),
                              -8px 0 30px rgba(0, 0, 0, 0.15);
    --shadow-nav-icon: 0 4px 16px rgba(102, 126, 234, 0.15);
    --shadow-soriva-btn: 0 8px 32px rgba(102, 126, 234, 0.4),
                         0 4px 14px rgba(118, 75, 162, 0.3);
}


/* ============================================================================
   BROWSER CONTENT EFFECTS - ENHANCED
   ============================================================================ */

/* Network Status Indicator */
.webdev-browser-content::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #6bcf7f 0%, #10b981 100%);
    border-radius: 50%;
    animation: networkStatusPulse 2s ease-in-out infinite;
    box-shadow: 
        0 0 10px rgba(16, 185, 129, 0.5),
        0 0 20px rgba(16, 185, 129, 0.3);
    z-index: 5;
}

@keyframes networkStatusPulse {
    0%, 100% { 
        opacity: 1;
        box-shadow: 
            0 0 10px rgba(16, 185, 129, 0.5),
            0 0 20px rgba(16, 185, 129, 0.3);
        transform: scale(1);
    }
    50% { 
        opacity: 0.6;
        box-shadow: 
            0 0 16px rgba(16, 185, 129, 0.7),
            0 0 28px rgba(16, 185, 129, 0.4);
        transform: scale(1.1);
    }
}


/* ==================== FLOATING ELEMENTS - PREMIUM ==================== */

.webdev-floating-element {
    position: absolute;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 10px 32px rgba(30, 58, 138, 0.12),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    animation: floatingElementDance var(--float-duration) var(--ease-smooth) infinite;
    animation-delay: var(--float-delay);
    transition: 
        transform 0.4s var(--ease-bounce),
        box-shadow 0.4s var(--ease-smooth);
    will-change: transform;
    z-index: 2;
}

.webdev-floating-element:hover {
    transform: scale(1.12) translateY(-5px) !important;
    box-shadow: 
        0 16px 44px rgba(30, 58, 138, 0.18),
        0 8px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.webdev-floating-element svg {
    width: 32px;
    height: 32px;
    color: #1e3a8a;
    transition: 
        transform 0.35s var(--ease-bounce),
        color 0.3s var(--ease-smooth);
}

.webdev-floating-element:hover svg {
    transform: scale(1.1);
    color: #3b82f6;
}

/* Floating Element Positions */
.webdev-floating-element:nth-child(1) {
    --float-duration: 7s;
    --float-delay: 0s;
    top: 18%;
    right: -32px;
}

.webdev-floating-element:nth-child(2) {
    --float-duration: 8s;
    --float-delay: 1.2s;
    top: 58%;
    right: -42px;
}

.webdev-floating-element:nth-child(3) {
    --float-duration: 9s;
    --float-delay: 0.6s;
    bottom: 18%;
    left: -32px;
}

.webdev-floating-element:nth-child(4) {
    --float-duration: 7.5s;
    --float-delay: 1.8s;
    top: 28%;
    left: -38px;
}

@keyframes floatingElementDance {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    20% {
        transform: translateY(-12px) rotate(2deg);
    }
    40% {
        transform: translateY(-6px) rotate(-1deg);
    }
    60% {
        transform: translateY(8px) rotate(1.5deg);
    }
    80% {
        transform: translateY(14px) rotate(-2deg);
    }
}


/* ==================== SCROLL INDICATOR - ENHANCED ==================== */

.webdev-scroll-indicator {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
    opacity: 0.85;
    transition: opacity 0.4s var(--ease-smooth);
    animation: scrollIndicatorFadeIn 1s var(--ease-out-expo) 1.5s both;
}

@keyframes scrollIndicatorFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 0.85;
        transform: translateX(-50%) translateY(0);
    }
}

.webdev-scroll-indicator:hover {
    opacity: 1;
}

.webdev-scroll-mouse {
    width: 28px;
    height: 46px;
    border: 2px solid #64748b;
    border-radius: 14px;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: 
        border-color 0.3s var(--ease-smooth),
        background 0.3s var(--ease-smooth);
}

.webdev-scroll-indicator:hover .webdev-scroll-mouse {
    border-color: #1e3a8a;
    background: rgba(255, 255, 255, 0.85);
}

.webdev-scroll-wheel {
    width: 4px;
    height: 10px;
    background: linear-gradient(180deg, #64748b 0%, #94a3b8 100%);
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheelBounce 2.2s var(--ease-smooth) infinite;
}

@keyframes scrollWheelBounce {
    0%, 100% { 
        transform: translateX(-50%) translateY(0); 
        opacity: 1; 
    }
    50% { 
        transform: translateX(-50%) translateY(12px); 
        opacity: 0.4; 
    }
}

.webdev-scroll-text {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    transition: color 0.3s var(--ease-smooth);
}

.webdev-scroll-indicator:hover .webdev-scroll-text {
    color: #1e3a8a;
}


/* ============================================================================
   PAIN POINTS SECTION - PREMIUM
   ============================================================================ */

.webdev-pain-points-section {
    padding: clamp(60px, 10vh, 100px) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

/* Subtle Background Pattern */
.webdev-pain-points-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(30, 58, 138, 0.03) 1px,
        transparent 1px
    );
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}


/* ==================== SECTION HEADER ==================== */

.webdev-section-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto clamp(48px, 8vw, 72px);
    position: relative;
    z-index: 1;
}

.webdev-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.1) 0%,
        rgba(59, 130, 246, 0.08) 100%
    );
    color: #1e3a8a;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 22px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    box-shadow: 0 2px 12px rgba(30, 58, 138, 0.08);
    animation: badgeFloat 4s ease-in-out infinite;
}

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

.webdev-section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #0f172a !important;
    margin-bottom: 22px;
    line-height: 1.15;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Gradient Text Inside Title */
.webdev-section-title .webdev-gradient-text {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #1e3a8a 100%) !important;
    background-size: 200% auto;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block !important;
    animation: sectionGradientShift 5s ease-in-out infinite;
}

@keyframes sectionGradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.webdev-section-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #64748b !important;
    line-height: 1.7;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    max-width: 680px;
    margin: 0 auto;
}


/* ==================== PAIN GRID ==================== */

.webdev-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 4vw, 36px);
    margin-bottom: clamp(40px, 6vw, 60px);
    position: relative;
    z-index: 1;
}


/* ==================== PAIN CARD - PREMIUM GLASSMORPHISM ==================== */

.webdev-pain-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(30, 58, 138, 0.08);
    border-radius: 22px;
    padding: clamp(28px, 4vw, 40px);
    transition: 
        transform 0.45s var(--ease-out-expo),
        box-shadow 0.45s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 24px rgba(30, 58, 138, 0.06),
        0 1px 4px rgba(0, 0, 0, 0.04);
}

/* Top Gradient Bar */
.webdev-pain-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 50%, #10b981 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease-out-expo);
}

/* Corner Glow Effect */
.webdev-pain-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(59, 130, 246, 0.08) 0%,
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.5s var(--ease-smooth);
    pointer-events: none;
}

.webdev-pain-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 24px 60px rgba(30, 58, 138, 0.14),
        0 10px 28px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(30, 58, 138, 0.1);
    border-color: rgba(30, 58, 138, 0.15);
}

.webdev-pain-card:hover::before {
    transform: scaleX(1);
}

.webdev-pain-card:hover::after {
    opacity: 1;
}


/* ==================== PAIN ICON - ENHANCED ==================== */

.webdev-pain-icon {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    transition: 
        transform 0.4s var(--ease-bounce),
        box-shadow 0.4s var(--ease-smooth);
    position: relative;
    z-index: 1;
}

.webdev-pain-icon svg {
    width: 36px;
    height: 36px;
    stroke-width: 1.8;
    transition: transform 0.35s var(--ease-bounce);
}

/* Icon Variants with Enhanced Gradients */
.webdev-pain-icon.slow {
    background: linear-gradient(
        135deg,
        rgba(239, 68, 68, 0.12) 0%,
        rgba(239, 68, 68, 0.05) 100%
    );
    color: var(--pain-slow);
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.12);
}

.webdev-pain-icon.conversion {
    background: linear-gradient(
        135deg,
        rgba(16, 185, 129, 0.12) 0%,
        rgba(16, 185, 129, 0.05) 100%
    );
    color: var(--pain-conversion);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.12);
}

.webdev-pain-icon.manage {
    background: linear-gradient(
        135deg,
        rgba(59, 130, 246, 0.12) 0%,
        rgba(59, 130, 246, 0.05) 100%
    );
    color: var(--pain-manage);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
}

.webdev-pain-icon.scale {
    background: linear-gradient(
        135deg,
        rgba(217, 119, 6, 0.12) 0%,
        rgba(217, 119, 6, 0.05) 100%
    );
    color: var(--pain-scale);
    box-shadow: 0 4px 16px rgba(217, 119, 6, 0.12);
}

.webdev-pain-card:hover .webdev-pain-icon {
    transform: scale(1.12) rotate(6deg);
}

.webdev-pain-card:hover .webdev-pain-icon svg {
    transform: scale(1.08);
}


/* ==================== PAIN CONTENT ==================== */

.webdev-pain-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.webdev-pain-title {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
    line-height: 1.25;
    transition: color 0.3s var(--ease-smooth);
}

.webdev-pain-card:hover .webdev-pain-title {
    color: #1e3a8a;
}

.webdev-pain-description {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 22px;
}

.webdev-pain-description strong {
    color: #1e3a8a;
    font-weight: 700;
}


/* ==================== PAIN FEATURES LIST ==================== */

.webdev-pain-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.webdev-pain-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #475569;
    transition: 
        transform 0.3s var(--ease-smooth),
        color 0.3s var(--ease-smooth);
}

.webdev-pain-features li:hover {
    transform: translateX(6px);
    color: #334155;
}

.webdev-pain-features svg {
    width: 20px;
    height: 20px;
    stroke: #10b981;
    stroke-width: 2.5;
    flex-shrink: 0;
    transition: transform 0.3s var(--ease-bounce);
}

.webdev-pain-features li:hover svg {
    transform: scale(1.15);
}


/* ==================== PAIN CTA ==================== */

.webdev-pain-cta {
    text-align: center;
    padding: clamp(32px, 5vw, 48px);
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.04) 0%,
        rgba(59, 130, 246, 0.04) 100%
    );
    border-radius: 22px;
    border: 1px solid rgba(30, 58, 138, 0.08);
    position: relative;
    z-index: 1;
    transition: 
        border-color 0.4s var(--ease-smooth),
        box-shadow 0.4s var(--ease-smooth);
}

.webdev-pain-cta:hover {
    border-color: rgba(30, 58, 138, 0.15);
    box-shadow: 0 8px 32px rgba(30, 58, 138, 0.08);
}

.webdev-pain-cta-text {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #0f172a;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 1.6;
}


/* ============================================================================
   SPACING FIX - Hero to Pain Points
   ============================================================================ */

.webdev-hero {
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
}

.webdev-pain-points-section {
    padding-top: 48px !important;
    margin-top: 0 !important;
}


/* ============================================================================
   MOBILE HAMBURGER MENU - PREMIUM WHITE THEME
   ============================================================================ */

/* ==================== SITE HEADER - ENHANCED ==================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    box-shadow: 
        0 1px 0 rgba(30, 58, 138, 0.06),
        0 4px 24px rgba(0, 0, 0, 0.04);
    z-index: 1000;
    padding: 0;
    margin: 0;
    transition: 
        background 0.4s var(--ease-smooth),
        box-shadow 0.4s var(--ease-smooth);
}

/* Header scrolled state - add via JS */
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 
        0 1px 0 rgba(30, 58, 138, 0.08),
        0 8px 32px rgba(0, 0, 0, 0.06);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* ==================== SITE LOGO ==================== */

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1001;
    position: relative;
    transition: transform 0.3s var(--ease-bounce);
}

.site-logo:hover {
    transform: scale(1.03);
}

.site-logo .logo-text {
    font-size: 1.7rem;
    font-weight: 800;
    background: linear-gradient(
        135deg,
        var(--menu-accent) 0%,
        var(--menu-accent-secondary) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}


/* ==================== DESKTOP NAVIGATION ==================== */

.desktop-nav {
    display: none;
}

@media (min-width: 1024px) {
    .desktop-nav {
        display: flex;
        align-items: center;
        gap: 2.75rem;
    }
    
    .desktop-nav .nav-link {
        color: var(--menu-text-primary);
        text-decoration: none;
        font-weight: 500;
        font-size: 0.95rem;
        transition: 
            color 0.3s var(--ease-smooth),
            transform 0.3s var(--ease-smooth);
        position: relative;
        padding: 6px 0;
    }
    
    .desktop-nav .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--menu-accent), var(--menu-accent-secondary));
        border-radius: 2px;
        transition: width 0.35s var(--ease-out-expo);
    }
    
    .desktop-nav .nav-link:hover {
        color: var(--menu-accent);
    }
    
    .desktop-nav .nav-link:hover::after {
        width: 100%;
    }
    
    .soriva-desktop-btn {
        padding: 0.75rem 1.75rem;
        background: linear-gradient(
            135deg,
            var(--menu-accent) 0%,
            var(--menu-accent-secondary) 100%
        );
        color: white !important;
        text-decoration: none;
        border-radius: 12px;
        font-weight: 600;
        font-size: 0.9rem;
        transition: 
            transform 0.35s var(--ease-out-expo),
            box-shadow 0.4s var(--ease-smooth);
        box-shadow: 
            0 4px 18px rgba(102, 126, 234, 0.3),
            0 2px 6px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;
    }
    
    .soriva-desktop-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.2) 50%,
            transparent 100%
        );
        transition: left 0.5s var(--ease-smooth);
    }
    
    .soriva-desktop-btn:hover {
        transform: translateY(-3px);
        box-shadow: 
            0 8px 28px rgba(102, 126, 234, 0.4),
            0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .soriva-desktop-btn:hover::before {
        left: 100%;
    }
}


/* ==================== HAMBURGER BUTTON - ENHANCED ==================== */

.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
    background: rgba(102, 126, 234, 0.08);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    z-index: 10001;
    position: relative;
    transition: 
        background 0.3s var(--ease-smooth),
        transform 0.3s var(--ease-bounce);
    -webkit-tap-highlight-color: transparent;
}

.hamburger:hover {
    background: rgba(102, 126, 234, 0.14);
    transform: scale(1.05);
}

.hamburger:active {
    transform: scale(0.94);
}

.hamburger-box {
    width: 24px;
    height: 20px;
    display: block;
    position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 2.5px;
    background-color: var(--menu-accent);
    border-radius: 4px;
    position: absolute;
    transition: all 0.35s var(--ease-out-expo);
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.25px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
    width: 20px;
    right: 0;
}

.hamburger-inner::after {
    bottom: -8px;
    width: 16px;
    right: 0;
}

/* Hamburger Active State (X) */
.hamburger.is-active {
    background: rgba(102, 126, 234, 0.12);
}

.hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    background-color: var(--menu-accent);
}

.hamburger.is-active .hamburger-inner::before {
    top: 0;
    width: 24px;
    opacity: 0;
    transform: translateX(10px);
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    width: 24px;
    transform: rotate(-90deg);
}

@media (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}


/* ==================== MOBILE MENU OVERLAY ==================== */

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: 
        visibility 0.4s,
        opacity 0.4s var(--ease-smooth);
    pointer-events: none;
}

.mobile-menu-overlay.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* Dark Backdrop */
.mobile-menu-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.4s var(--ease-smooth);
}

.mobile-menu-overlay.is-active .mobile-menu-backdrop {
    opacity: 1;
}


/* ==================== MENU CONTAINER - PREMIUM WHITE ==================== */

.mobile-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 88%;
    max-width: 420px;
    height: 100vh;
    height: 100dvh; /* Dynamic viewport height for mobile */
    background: var(--menu-bg);
    box-shadow: var(--shadow-menu-container);
    transform: translateX(100%);
    transition: transform 0.5s var(--ease-out-expo);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 100000;
}

.mobile-menu-overlay.is-active .mobile-menu-container {
    transform: translateX(0);
}


/* ==================== MENU HEADER ==================== */

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid var(--menu-border);
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.04) 0%,
        rgba(118, 75, 162, 0.04) 100%
    );
    flex-shrink: 0;
}

.menu-logo .logo-text {
    font-size: 1.55rem;
    font-weight: 800;
    background: linear-gradient(
        135deg,
        var(--menu-accent) 0%,
        var(--menu-accent-secondary) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.menu-close {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 126, 234, 0.08);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    color: var(--menu-accent);
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
    transition: 
        background 0.3s var(--ease-smooth),
        transform 0.4s var(--ease-bounce);
    -webkit-tap-highlight-color: transparent;
}

.menu-close:hover {
    background: rgba(102, 126, 234, 0.16);
    transform: rotate(90deg) scale(1.05);
}

.menu-close:active {
    transform: rotate(90deg) scale(0.95);
}


/* ==================== MENU CONTENT ==================== */

.mobile-menu-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.25rem 0 2rem 0;
    background: var(--menu-bg);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

/* Custom Scrollbar */
.mobile-menu-content::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-menu-content::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.2);
    border-radius: 10px;
}

.mobile-menu-content::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.35);
}


/* ==================== NAVIGATION LIST ==================== */

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    opacity: 0;
    transform: translateX(40px);
    margin-bottom: 0.3rem;
}

/* Staggered Animation */
.mobile-menu-overlay.is-active .mobile-nav-item {
    animation: menuItemSlideIn 0.55s var(--ease-out-expo) forwards;
}

.mobile-menu-overlay.is-active .mobile-nav-item:nth-child(1) { animation-delay: 0.08s; }
.mobile-menu-overlay.is-active .mobile-nav-item:nth-child(2) { animation-delay: 0.14s; }
.mobile-menu-overlay.is-active .mobile-nav-item:nth-child(3) { animation-delay: 0.20s; }
.mobile-menu-overlay.is-active .mobile-nav-item:nth-child(4) { animation-delay: 0.26s; }
.mobile-menu-overlay.is-active .mobile-nav-item:nth-child(5) { animation-delay: 0.32s; }
.mobile-menu-overlay.is-active .mobile-nav-item:nth-child(6) { animation-delay: 0.38s; }

@keyframes menuItemSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* ==================== NAVIGATION LINKS ==================== */

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    padding: 1.1rem 1.75rem;
    color: var(--menu-text-primary);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: 
        background 0.3s var(--ease-smooth),
        padding-left 0.35s var(--ease-out-expo),
        border-color 0.3s var(--ease-smooth);
    border-left: 4px solid transparent;
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav-link:hover {
    background: var(--menu-hover-bg);
    border-left-color: var(--menu-accent);
    padding-left: 2.1rem;
}

.mobile-nav-link:active {
    background: rgba(102, 126, 234, 0.1);
}

.nav-icon {
    font-size: 1.7rem;
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.08) 100%
    );
    border-radius: 14px;
    flex-shrink: 0;
    transition: 
        background 0.3s var(--ease-smooth),
        transform 0.35s var(--ease-bounce),
        box-shadow 0.3s var(--ease-smooth);
}

.mobile-nav-link:hover .nav-icon {
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.18) 0%,
        rgba(118, 75, 162, 0.15) 100%
    );
    transform: scale(1.08);
    box-shadow: var(--shadow-nav-icon);
}

.nav-text {
    flex: 1;
    font-weight: 600;
    letter-spacing: -0.2px;
}


/* ==================== SUBMENU ==================== */

.submenu-arrow {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        transform 0.4s var(--ease-out-expo),
        background 0.3s var(--ease-smooth);
    color: var(--menu-text-secondary);
    font-size: 0.85rem;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 8px;
}

.has-submenu.is-open .submenu-arrow {
    transform: rotate(180deg);
    background: rgba(102, 126, 234, 0.15);
    color: var(--menu-accent);
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.02) 0%,
        rgba(118, 75, 162, 0.02) 100%
    );
    transition: 
        max-height 0.5s var(--ease-out-expo),
        padding 0.5s var(--ease-out-expo);
}

.has-submenu.is-open .mobile-submenu {
    max-height: 1200px;
    padding: 0.85rem 0;
    margin-bottom: 0.6rem;
}

.mobile-submenu-item {
    opacity: 0;
    transform: translateX(24px);
    transition: 
        opacity 0.35s var(--ease-smooth),
        transform 0.35s var(--ease-out-expo);
}

.has-submenu.is-open .mobile-submenu-item {
    opacity: 1;
    transform: translateX(0);
}

.has-submenu.is-open .mobile-submenu-item:nth-child(1) { transition-delay: 0.08s; }
.has-submenu.is-open .mobile-submenu-item:nth-child(2) { transition-delay: 0.14s; }
.has-submenu.is-open .mobile-submenu-item:nth-child(3) { transition-delay: 0.20s; }
.has-submenu.is-open .mobile-submenu-item:nth-child(4) { transition-delay: 0.26s; }
.has-submenu.is-open .mobile-submenu-item:nth-child(5) { transition-delay: 0.32s; }

.mobile-submenu-link {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1rem 1.75rem 1rem 2.85rem;
    color: #34495e;
    text-decoration: none;
    transition: 
        background 0.3s var(--ease-smooth),
        padding-left 0.35s var(--ease-out-expo);
    background: transparent;
    border-radius: 0 14px 14px 0;
    margin-right: 0.6rem;
    -webkit-tap-highlight-color: transparent;
}

.mobile-submenu-link:hover {
    background: rgba(102, 126, 234, 0.08);
    padding-left: 3.15rem;
}

.mobile-submenu-link:active {
    background: rgba(102, 126, 234, 0.12);
}

.submenu-icon {
    font-size: 1.9rem;
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--menu-bg);
    border-radius: 16px;
    box-shadow: 
        0 4px 18px rgba(0, 0, 0, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
    transition: 
        transform 0.35s var(--ease-bounce),
        box-shadow 0.35s var(--ease-smooth);
}

.mobile-submenu-link:hover .submenu-icon {
    transform: scale(1.1);
    box-shadow: 
        0 6px 24px rgba(102, 126, 234, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.06);
}

.submenu-content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.submenu-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--menu-text-primary);
    line-height: 1.35;
    letter-spacing: -0.2px;
}

.submenu-desc {
    font-size: 0.82rem;
    color: var(--menu-text-secondary);
    line-height: 1.35;
}


/* ==================== SORIVA CTA - PREMIUM AI BUTTON ==================== */

.mobile-menu-footer {
    position: relative;
    padding: 1.35rem 1.6rem 1.6rem;
    padding-bottom: max(1.6rem, calc(env(safe-area-inset-bottom) + 1.35rem));
    border-top: none;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(248, 249, 250, 0.5) 25%,
        rgba(255, 255, 255, 1) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-shrink: 0;
    opacity: 0;
    transform: translateY(24px);
    transition: 
        opacity 0.55s var(--ease-out-expo) 0.4s,
        transform 0.55s var(--ease-out-expo) 0.4s;
    margin-top: auto;
}

.mobile-menu-overlay.is-active .mobile-menu-footer {
    opacity: 1;
    transform: translateY(0);
}

.soriva-cta {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.35rem 1.6rem;
    background: linear-gradient(
        135deg,
        var(--menu-accent) 0%,
        var(--menu-accent-secondary) 50%,
        var(--menu-accent) 100%
    );
    background-size: 200% 200%;
    border-radius: 20px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        var(--shadow-soriva-btn),
        0 2px 6px rgba(0, 0, 0, 0.1);
    transition: 
        transform 0.45s var(--ease-out-expo),
        box-shadow 0.45s var(--ease-smooth);
    animation: sorivaGradientShift 7s ease-in-out infinite;
    -webkit-tap-highlight-color: transparent;
}

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

/* Glass Overlay */
.soriva-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(255, 255, 255, 0.06) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    border-radius: 20px;
    pointer-events: none;
}

/* Shimmer Effect */
.soriva-cta::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 100%
    );
    transform: skewX(-20deg);
    animation: sorivaShimmer 4s ease-in-out infinite;
}

@keyframes sorivaShimmer {
    0%, 100% {
        left: -100%;
    }
    45%, 55% {
        left: 150%;
    }
}

.soriva-cta:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.18) inset,
        0 0 50px rgba(102, 126, 234, 0.5),
        0 14px 42px rgba(102, 126, 234, 0.45),
        0 8px 20px rgba(118, 75, 162, 0.35);
}

.soriva-cta:active {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 8px 28px rgba(102, 126, 234, 0.4),
        0 4px 12px rgba(118, 75, 162, 0.3);
}

.soriva-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    font-size: 1.8rem;
    flex-shrink: 0;
    position: relative;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 4px 14px rgba(0, 0, 0, 0.12);
    transition: 
        transform 0.45s var(--ease-bounce),
        border-color 0.35s var(--ease-smooth);
}

/* Icon Glow */
.soriva-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.35) 0%,
        transparent 70%
    );
    border-radius: 16px;
    pointer-events: none;
}

.soriva-cta:hover .soriva-icon {
    animation: sorivaIconLaunch 0.65s var(--ease-bounce) forwards;
    border-color: rgba(255, 255, 255, 0.5);
}

@keyframes sorivaIconLaunch {
    0% {
        transform: translateY(0) scale(1);
    }
    30% {
        transform: translateY(-5px) scale(1.12) rotate(-6deg);
    }
    60% {
        transform: translateY(-2px) scale(1.08) rotate(4deg);
    }
    100% {
        transform: translateY(0) scale(1.1) rotate(0deg);
    }
}

.soriva-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    position: relative;
    z-index: 1;
}

.soriva-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.soriva-subtitle {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
}

.soriva-arrow {
    font-size: 1.55rem;
    font-weight: 300;
    color: #ffffff;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: transform 0.45s var(--ease-out-expo);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.soriva-cta:hover .soriva-arrow {
    animation: sorivaArrowBounce 0.9s ease-in-out infinite;
}

@keyframes sorivaArrowBounce {
    0%, 100% {
        transform: translateX(6px) scale(1.1);
    }
    50% {
        transform: translateX(12px) scale(1.18);
    }
}


/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

@media (max-width: 1200px) {
    .webdev-browser-mockup {
        transform: scale(1.18);
    }
    
    .webdev-browser-mockup:hover {
        transform: scale(1.2) translateY(-5px);
    }
    
    .webdev-floating-element {
        width: 56px;
        height: 56px;
    }
    
    .webdev-floating-element svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 1024px) {
    .webdev-hero .container {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    
    .webdev-hero-visual {
        max-width: 520px;
        margin: 0 auto;
        padding: 28px 0;
    }
    
    .webdev-browser-mockup {
        transform: scale(1.08);
    }
    
    .webdev-browser-mockup:hover {
        transform: scale(1.1) translateY(-4px);
    }
    
    .webdev-pain-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    
    .webdev-floating-element:nth-child(1),
    .webdev-floating-element:nth-child(2) {
        right: -20px;
    }
    
    .webdev-floating-element:nth-child(3),
    .webdev-floating-element:nth-child(4) {
        left: -20px;
    }
}

@media (max-width: 768px) {
    .webdev-hero {
        padding: 100px 0 44px;
        min-height: auto;
    }
    
    .webdev-scroll-indicator {
        bottom: 22px;
    }
    
    .webdev-scroll-mouse {
        width: 24px;
        height: 40px;
    }
    
    .webdev-scroll-wheel {
        width: 3px;
        height: 8px;
    }
    
    .webdev-hero-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    
    .webdev-hero-subtitle {
        font-size: 1.05rem;
    }
    
    .webdev-hero-ctas {
        flex-direction: column;
    }
    
    .webdev-btn-primary,
    .webdev-btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .webdev-hero-trust {
        flex-direction: column;
        gap: 16px;
    }
    
    .webdev-hero-visual {
        padding: 20px 0;
    }
    
    .webdev-browser-mockup {
        transform: scale(1);
    }
    
    .webdev-browser-mockup:hover {
        transform: translateY(-4px);
    }
    
    .webdev-section-title {
        font-size: clamp(1.7rem, 5vw, 2.3rem);
    }
    
    .webdev-pain-card {
        padding: clamp(22px, 4vw, 28px);
    }
    
    .webdev-pain-title {
        font-size: 1.35rem;
    }
    
    .webdev-floating-element {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    
    .webdev-floating-element svg {
        width: 24px;
        height: 24px;
    }
    
    /* Hide some floating elements on mobile */
    .webdev-floating-element:nth-child(2),
    .webdev-floating-element:nth-child(4) {
        display: none;
    }
    
    .webdev-browser-content {
        padding: 22px;
        min-height: 220px;
        max-height: 220px;
    }
    
    /* Mobile Menu Adjustments */
    .mobile-menu-container {
        width: 92%;
        max-width: 380px;
    }
    
    .mobile-nav-link {
        padding: 1rem 1.5rem;
    }
    
    .nav-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    
    .soriva-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }
}

@media (max-width: 480px) {
    .webdev-hero-title {
        font-size: 1.75rem;
    }
    
    .webdev-hero-subtitle {
        font-size: 0.98rem;
    }
    
    .webdev-section-title {
        font-size: 1.6rem;
    }
    
    .webdev-section-subtitle {
        font-size: 0.95rem;
    }
    
    .webdev-pain-card {
        padding: 20px;
    }
    
    .webdev-pain-icon {
        width: 64px;
        height: 64px;
    }
    
    .webdev-pain-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .webdev-scroll-indicator {
        display: none;
    }
    
    /* Mobile Menu Compact */
    .mobile-menu-header {
        padding: 1.25rem 1.5rem;
    }
    
    .mobile-nav-link {
        padding: 0.95rem 1.25rem;
        gap: 1rem;
    }
    
    .nav-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1.5rem;
    }
    
    .mobile-submenu-link {
        padding-left: 2.5rem;
    }
    
    .submenu-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    
    .soriva-cta {
        padding: 1.2rem 1.35rem;
    }
    
    .soriva-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.6rem;
    }
    
    .soriva-title {
        font-size: 1.1rem;
    }
    
    .soriva-subtitle {
        font-size: 0.82rem;
    }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .hamburger {
        min-height: 48px;
        min-width: 48px;
    }
    
    .mobile-nav-link {
        min-height: 56px;
    }
    
    .mobile-submenu-link {
        min-height: 60px;
    }
    
    .menu-close {
        min-height: 48px;
        min-width: 48px;
    }
    
    .soriva-cta {
        min-height: 80px;
    }
}


/* ============================================================================
   ACCESSIBILITY
   ============================================================================ */

/* Focus Visible States */
.hamburger:focus-visible,
.menu-close:focus-visible,
.mobile-nav-link:focus-visible,
.mobile-submenu-link:focus-visible,
.soriva-cta:focus-visible,
.webdev-btn-primary:focus-visible,
.webdev-btn-secondary:focus-visible {
    outline: 3px solid var(--menu-accent);
    outline-offset: 3px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .site-header {
        background: white;
        border-bottom: 2px solid #333;
    }
    
    .mobile-menu-container {
        border-left: 2px solid #333;
    }
    
    .webdev-pain-card {
        border: 2px solid #333;
        background: white;
    }
    
    .mobile-nav-link,
    .mobile-submenu-link {
        border: 1px solid transparent;
    }
    
    .mobile-nav-link:hover,
    .mobile-submenu-link:hover {
        border-color: #333;
    }
    
    .soriva-cta {
        border: 2px solid white;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .webdev-floating-element,
    .webdev-scroll-indicator,
    .webdev-scroll-wheel,
    .webdev-browser-content::before,
    .webdev-section-badge,
    .webdev-section-title .webdev-gradient-text,
    .webdev-pain-card,
    .webdev-pain-card::before,
    .webdev-pain-card::after,
    .webdev-pain-icon,
    .webdev-pain-icon svg,
    .webdev-pain-features li,
    .webdev-pain-features svg,
    .hamburger,
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after,
    .mobile-menu-overlay,
    .mobile-menu-backdrop,
    .mobile-menu-container,
    .mobile-nav-item,
    .mobile-nav-link,
    .nav-icon,
    .submenu-arrow,
    .mobile-submenu,
    .mobile-submenu-item,
    .mobile-submenu-link,
    .submenu-icon,
    .mobile-menu-footer,
    .soriva-cta,
    .soriva-cta::before,
    .soriva-cta::after,
    .soriva-icon,
    .soriva-arrow,
    .menu-close,
    .site-header {
        animation: none !important;
        transition: opacity 0.2s ease, color 0.2s ease !important;
    }
    
    /* Keep essential transitions for usability */
    .mobile-submenu {
        transition: max-height 0.3s ease !important;
    }
    
    .mobile-menu-container {
        transition: transform 0.3s ease !important;
    }
    
    .mobile-menu-overlay {
        transition: opacity 0.2s ease, visibility 0.2s ease !important;
    }
}

/* Skip to Content Link (Screen Readers) */
.skip-to-content {
    position: absolute;
    top: -100%;
    left: 16px;
    background: var(--menu-accent);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    z-index: 100001;
    transition: top 0.3s ease;
}

.skip-to-content:focus {
    top: 16px;
}


/* ============================================================================
   PRINT STYLES
   ============================================================================ */

@media print {
    .site-header,
    .hamburger,
    .mobile-menu-overlay,
    .webdev-scroll-indicator,
    .webdev-floating-element,
    .soriva-cta,
    .mobile-menu-footer {
        display: none !important;
    }
    
    .webdev-pain-points-section {
        background: white !important;
        padding: 40px 0 !important;
    }
    
    .webdev-pain-points-section::before {
        display: none !important;
    }
    
    .webdev-pain-card {
        background: white !important;
        border: 1px solid #333 !important;
        box-shadow: none !important;
        page-break-inside: avoid;
    }
    
    .webdev-pain-card::before,
    .webdev-pain-card::after {
        display: none !important;
    }
    
    .webdev-pain-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .webdev-section-title,
    .webdev-pain-title {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }
}


/* ============================================================================
   END OF PART 8 ULTRA POLISHED CSS
   ============================================================================ */
/* ============================================================================
   RISENEX GLOBAL - PART 9 ULTRA POLISHED CSS
   Soriva Badge, Why Choose Us, Video Slider, Lightbox, 3D Testimonials
   Premium Glassmorphism | Smooth Animations | Full Accessibility
   ============================================================================ */

/* ==================== CSS CUSTOM PROPERTIES (Part 9 Specific) ==================== */

:root {
    /* Badge Colors */
    --badge-primary: #FF4757;
    --badge-secondary: #FF6B7A;
    --badge-glow: rgba(255, 71, 87, 0.45);
    
    /* Benefits Colors */
    --benefit-gradient-start: #1e3a8a;
    --benefit-gradient-end: #d97706;
    --benefit-bg: rgba(255, 255, 255, 0.75);
    --benefit-border: rgba(255, 255, 255, 0.85);
    
    /* Video Slider Colors */
    --slider-bg: #fafafa;
    --slider-card-bg: #e5e5e5;
    --slider-overlay: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.55) 30%,
        transparent 60%
    );
    
    /* Testimonials Colors */
    --testimonial-accent: #667eea;
    --testimonial-accent-alt: #764ba2;
    --testimonial-star: #ffd700;
    --testimonial-bg: rgba(255, 255, 255, 0.75);
    
    /* Timing Functions */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-netflix: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-3d-rotate: cubic-bezier(0.4, 0, 0.2, 1);
}


/* ============================================================================
   SORIVA BADGE - PREMIUM ENHANCED
   ============================================================================ */

.soriva-badge {
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 2;
    
    /* Premium Gradient Background */
    background: linear-gradient(
        135deg,
        var(--badge-primary) 0%,
        var(--badge-secondary) 50%,
        var(--badge-primary) 100%
    );
    background-size: 200% 200%;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.45rem 0.9rem;
    border-radius: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    
    /* Multi-layer Shadow */
    box-shadow: 
        0 0 0 2px rgba(255, 255, 255, 0.35),
        0 4px 18px var(--badge-glow),
        0 2px 8px rgba(255, 71, 87, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    
    /* Gradient Animation */
    animation: badgeGradientPulse 3s ease-in-out infinite;
    transition: 
        transform 0.35s var(--ease-bounce),
        box-shadow 0.35s var(--ease-smooth);
}

@keyframes badgeGradientPulse {
    0%, 100% { 
        background-position: 0% 50%;
        filter: brightness(1);
    }
    50% { 
        background-position: 100% 50%;
        filter: brightness(1.1);
    }
}

.soriva-badge:hover {
    transform: scale(1.08);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.45),
        0 6px 24px var(--badge-glow),
        0 4px 12px rgba(255, 71, 87, 0.4);
}

/* Shimmer Effect */
.soriva-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.65) 50%,
        transparent 100%
    );
    border-radius: inherit;
    animation: badgeShimmer 3.5s ease-in-out infinite;
}

@keyframes badgeShimmer {
    0%, 100% { left: -100%; }
    45%, 55% { left: 100%; }
}


/* ============================================================================
   BODY SCROLL LOCK
   ============================================================================ */

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* Dynamic viewport for mobile */
    touch-action: none;
    -webkit-overflow-scrolling: none;
}

/* Prevent content shift when scrollbar disappears */
body.menu-open {
    padding-right: var(--scrollbar-width, 0);
}


/* ============================================================================
   HIDE ON DESKTOP / MOBILE UTILITIES
   ============================================================================ */

@media (min-width: 1024px) {
    .mobile-menu-overlay {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .btn-soriva-wrapper,
    .desktop-only {
        display: none !important;
    }
}


/* ============================================================================
   WHY CHOOSE US SECTION - PREMIUM GLASSMORPHISM
   ============================================================================ */

.webdev-why-choose {
    padding: clamp(80px, 12vh, 140px) 0;
    background: linear-gradient(
        135deg,
        rgba(248, 250, 252, 1) 0%,
        rgba(241, 245, 249, 1) 40%,
        rgba(248, 250, 252, 1) 100%
    );
    position: relative;
    overflow: hidden;
}

/* Background Decorations - Enhanced */
.webdev-why-choose::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 850px;
    height: 850px;
    background: radial-gradient(
        circle,
        rgba(30, 58, 138, 0.04) 0%,
        rgba(30, 58, 138, 0.02) 40%,
        transparent 70%
    );
    border-radius: 50%;
    pointer-events: none;
    animation: decorOrb1Float 20s ease-in-out infinite;
}

.webdev-why-choose::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 850px;
    height: 850px;
    background: radial-gradient(
        circle,
        rgba(217, 119, 6, 0.04) 0%,
        rgba(217, 119, 6, 0.02) 40%,
        transparent 70%
    );
    border-radius: 50%;
    pointer-events: none;
    animation: decorOrb2Float 22s ease-in-out infinite;
}

@keyframes decorOrb1Float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 20px) scale(1.05); }
}

@keyframes decorOrb2Float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.05); }
}


/* ==================== SECTION HEADER ==================== */

.section-header {
    text-align: center;
    max-width: 840px;
    margin: 0 auto clamp(60px, 8vw, 90px);
    position: relative;
    z-index: 1;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--benefit-gradient-start);
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.1) 0%,
        rgba(217, 119, 6, 0.08) 100%
    );
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 1px solid rgba(30, 58, 138, 0.1);
    box-shadow: 0 2px 12px rgba(30, 58, 138, 0.08);
    animation: labelFloat 4s ease-in-out infinite;
}

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

.section-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #1e293b;
    line-height: 1.15;
    margin-bottom: 22px;
}

.gradient-text {
    background: linear-gradient(
        135deg,
        var(--benefit-gradient-start) 0%,
        var(--benefit-gradient-end) 50%,
        var(--benefit-gradient-start) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientTextFlow 5s ease-in-out infinite;
}

@keyframes gradientTextFlow {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.section-desc {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #64748b;
    line-height: 1.75;
    margin: 0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}


/* ==================== BENEFITS GRID ==================== */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: clamp(24px, 3vw, 36px);
    margin-bottom: clamp(50px, 6vw, 70px);
    position: relative;
    z-index: 1;
}


/* ==================== BENEFIT CARD - PREMIUM GLASSMORPHISM ==================== */

.benefit-card {
    background: var(--benefit-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--benefit-border);
    border-radius: 22px;
    padding: clamp(32px, 4vw, 44px);
    transition: 
        transform 0.45s var(--ease-out-expo),
        box-shadow 0.45s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 24px rgba(30, 58, 138, 0.06),
        0 1px 4px rgba(0, 0, 0, 0.04);
}

/* Hover Glow Effect */
.benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.06) 0%,
        rgba(217, 119, 6, 0.04) 100%
    );
    opacity: 0;
    transition: opacity 0.45s var(--ease-smooth);
    pointer-events: none;
    border-radius: inherit;
}

/* Corner Shine */
.benefit-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.5s var(--ease-smooth);
    pointer-events: none;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 24px 64px rgba(30, 58, 138, 0.14),
        0 10px 28px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 1),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: rgba(30, 58, 138, 0.1);
}

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

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


/* ==================== BENEFIT ICON ==================== */

.benefit-icon-wrapper {
    position: relative;
    width: 84px;
    height: 84px;
    margin-bottom: 26px;
}

.benefit-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.1) 0%,
        rgba(217, 119, 6, 0.08) 100%
    );
    border-radius: 18px;
    transition: 
        transform 0.45s var(--ease-bounce),
        background 0.4s var(--ease-smooth);
}

.benefit-card:hover .benefit-icon-bg {
    transform: rotate(12deg) scale(1.12);
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.16) 0%,
        rgba(217, 119, 6, 0.14) 100%
    );
}

.benefit-icon {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    color: var(--benefit-gradient-start);
    margin: 21px;
    transition: 
        color 0.4s var(--ease-smooth),
        transform 0.4s var(--ease-bounce);
}

.benefit-card:hover .benefit-icon {
    color: var(--benefit-gradient-end);
    transform: scale(1.12);
}


/* ==================== BENEFIT CONTENT ==================== */

.benefit-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
    line-height: 1.3;
    transition: color 0.3s var(--ease-smooth);
}

.benefit-card:hover .benefit-title {
    color: var(--benefit-gradient-start);
}

.benefit-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 22px;
}

.benefit-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-features li {
    font-size: 0.95rem;
    color: #475569;
    padding-left: 32px;
    margin-bottom: 14px;
    position: relative;
    line-height: 1.55;
    transition: 
        transform 0.3s var(--ease-smooth),
        color 0.3s var(--ease-smooth);
}

.benefit-features li:hover {
    transform: translateX(6px);
    color: #334155;
}

/* Checkmark Icon */
.benefit-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: linear-gradient(
        135deg,
        var(--benefit-gradient-start) 0%,
        var(--benefit-gradient-end) 100%
    );
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.25);
    transition: transform 0.3s var(--ease-bounce);
}

.benefit-features li:hover::before {
    transform: scale(1.15);
}

.benefit-features li:last-child {
    margin-bottom: 0;
}


/* ==================== WHY CHOOSE CTA BOX ==================== */

.why-choose-cta {
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.04) 0%,
        rgba(217, 119, 6, 0.04) 100%
    );
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(30, 58, 138, 0.08);
    border-radius: 26px;
    padding: clamp(36px, 5vw, 56px) clamp(32px, 5vw, 68px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(30px, 4vw, 50px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 
        border-color 0.4s var(--ease-smooth),
        box-shadow 0.4s var(--ease-smooth);
}

.why-choose-cta:hover {
    border-color: rgba(30, 58, 138, 0.15);
    box-shadow: 0 12px 40px rgba(30, 58, 138, 0.1);
}

/* Animated Gradient Background */
.why-choose-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(30, 58, 138, 0.03) 50%,
        transparent 70%
    );
    animation: ctaRotatingGlow 12s linear infinite;
    pointer-events: none;
}

@keyframes ctaRotatingGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cta-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.25;
}

.cta-desc {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 42px;
    background: linear-gradient(
        135deg,
        var(--benefit-gradient-start) 0%,
        #3b82f6 100%
    );
    color: white;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 
        transform 0.4s var(--ease-out-expo),
        box-shadow 0.4s var(--ease-smooth);
    box-shadow: 
        0 10px 32px rgba(30, 58, 138, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0;
}

/* Button Gradient Hover */
.cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3b82f6 0%, var(--benefit-gradient-start) 100%);
    opacity: 0;
    transition: opacity 0.4s var(--ease-smooth);
    border-radius: inherit;
}

/* Button Shine */
.cta-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 100%
    );
    transition: left 0.6s var(--ease-smooth);
}

.cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 16px 44px rgba(30, 58, 138, 0.4),
        0 6px 18px rgba(0, 0, 0, 0.12);
}

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

.cta-btn:hover::after {
    left: 100%;
}

.cta-btn .btn-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.35s var(--ease-bounce);
}

.cta-btn:hover .btn-icon {
    transform: translateX(6px);
}

.cta-btn span {
    position: relative;
    z-index: 1;
}


/* ============================================================================
   VIDEO SLIDER - NETFLIX-STYLE PREMIUM
   ============================================================================ */

.video-showcase {
    width: 100%;
    padding: clamp(70px, 10vh, 110px) 0;
    background: linear-gradient(
        180deg,
        var(--slider-bg) 0%,
        #f0f0f0 50%,
        var(--slider-bg) 100%
    );
    overflow: hidden;
    position: relative;
}

/* Subtle Pattern Overlay */
.video-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(0, 0, 0, 0.02) 1px,
        transparent 1px
    );
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

.video-showcase .container {
    max-width: 100%;
    padding: 0 clamp(20px, 5vw, 70px);
    position: relative;
    z-index: 1;
}


/* ==================== VIDEO SLIDER HEADER ==================== */

.video-showcase .section-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 14px 0;
    color: #1a1a1a;
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 400;
    text-align: center;
    margin: 0 auto clamp(40px, 6vw, 60px) auto;
    color: #6b7280;
    max-width: 640px;
    line-height: 1.7;
}


/* ==================== SLIDER WRAPPER ==================== */

.slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}


/* ==================== NAVIGATION BUTTONS ==================== */

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.96);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        background 0.3s var(--ease-smooth),
        transform 0.35s var(--ease-bounce),
        box-shadow 0.3s var(--ease-smooth);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.06);
    -webkit-tap-highlight-color: transparent;
}

.slider-btn:hover {
    background: #1a1a1a;
    transform: translateY(-50%) scale(1.12);
    box-shadow: 
        0 8px 28px rgba(0, 0, 0, 0.2),
        0 4px 12px rgba(0, 0, 0, 0.1);
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-btn svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s var(--ease-smooth);
}

.slider-btn svg path {
    stroke: #1a1a1a;
    stroke-width: 2.5;
    transition: stroke 0.25s var(--ease-smooth);
}

.slider-btn:hover svg path {
    stroke: #ffffff;
}

.slider-btn-left { 
    left: 12px;
}

.slider-btn-left:hover svg {
    transform: translateX(-3px);
}

.slider-btn-right { 
    right: 12px;
}

.slider-btn-right:hover svg {
    transform: translateX(3px);
}


/* ==================== VIDEO SLIDER TRACK ==================== */

.video-slider {
    display: flex;
    gap: clamp(18px, 2.5vw, 28px);
    padding: 32px 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Infinite Scroll Animation */
.video-slider.infinite-scroll {
    animation: videoInfiniteScroll 45s linear infinite;
}

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

/* Pause on Hover */
.video-slider:hover {
    animation-play-state: paused;
}


/* ==================== VIDEO CARDS ==================== */

.video-card {
    flex: 0 0 calc(40% - 14px);
    min-width: calc(40% - 14px);
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: var(--slider-card-bg);
    transition: 
        transform 0.4s var(--ease-netflix),
        box-shadow 0.4s var(--ease-smooth);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.04);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-card:hover {
    transform: scale(1.06);
    box-shadow: 
        0 16px 40px rgba(0, 0, 0, 0.18),
        0 6px 16px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

/* Focus Ring */
.video-card.lightbox-active {
    transform: scale(1.08);
    box-shadow: 
        0 0 0 4px rgba(255, 255, 255, 0.6),
        0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 100;
}


/* ==================== VIDEO PLAYER ==================== */

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 
        filter 0.4s var(--ease-smooth),
        transform 0.5s var(--ease-smooth);
}

.video-card:hover .video-player {
    filter: brightness(1.12) saturate(1.1);
    transform: scale(1.02);
}


/* ==================== VIDEO OVERLAY ==================== */

.video-overlay {
    position: absolute;
    inset: 0;
    background: var(--slider-overlay);
    display: flex;
    align-items: flex-end;
    padding: clamp(20px, 3vw, 28px);
    opacity: 0;
    transition: opacity 0.4s var(--ease-smooth);
}

.video-card:hover .video-overlay {
    opacity: 1;
}


/* ==================== VIDEO INFO ==================== */

.video-info {
    transform: translateY(18px);
    transition: transform 0.4s var(--ease-netflix);
}

.video-card:hover .video-info {
    transform: translateY(0);
}

.video-title {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
    line-height: 1.3;
}

.video-desc {
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
    line-height: 1.5;
}


/* ============================================================================
   VIDEO LIGHTBOX - ELEGANT BLURRED BACKGROUND
   ============================================================================ */

.video-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 4vw, 50px);
    
    /* Transparent Blurred Background */
    background: transparent;
    backdrop-filter: blur(24px) brightness(0.65) saturate(1.2);
    -webkit-backdrop-filter: blur(24px) brightness(0.65) saturate(1.2);
    
    opacity: 0;
    visibility: hidden;
    transition: 
        opacity 0.4s var(--ease-netflix),
        visibility 0.4s;
}

.video-lightbox.active {
    opacity: 1;
    visibility: visible;
}


/* ==================== LIGHTBOX CONTENT ==================== */

.lightbox-content {
    width: 100%;
    max-width: 1050px;
    transform: scale(0.92) translateY(35px);
    transition: transform 0.5s var(--ease-netflix);
}

.video-lightbox.active .lightbox-content {
    transform: scale(1) translateY(0);
}


/* ==================== LIGHTBOX WRAPPER ==================== */

.lightbox-wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 
        0 24px 70px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    animation: lightboxReveal 0.45s var(--ease-netflix);
}

@keyframes lightboxReveal {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* ==================== LIGHTBOX VIDEO CONTAINER ==================== */

.lightbox-video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.lightbox-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ==================== LIGHTBOX INFO ==================== */

.lightbox-info {
    padding: clamp(20px, 3vw, 28px) clamp(24px, 3vw, 32px);
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.75)
    );
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.lightbox-title {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
    letter-spacing: -0.5px;
}

.lightbox-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.65;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}


/* ==================== LIGHTBOX CLOSE BUTTON ==================== */

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        background 0.3s var(--ease-smooth),
        transform 0.4s var(--ease-bounce),
        border-color 0.3s var(--ease-smooth);
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
}

.lightbox-close:hover {
    background: rgba(0, 0, 0, 0.85);
    transform: scale(1.12) rotate(90deg);
    border-color: rgba(255, 255, 255, 0.25);
}

.lightbox-close:active {
    transform: scale(0.95) rotate(90deg);
}

.lightbox-close svg {
    width: 24px;
    height: 24px;
    color: white;
}


/* ============================================================================
   TESTIMONIALS SECTION - 3D CAROUSEL
   ============================================================================ */

.webdev-testimonials-section {
    position: relative;
    padding: clamp(80px, 12vh, 140px) 20px;
    background: #ffffff;
    overflow: hidden;
}

/* Subtle Background Pattern */
.webdev-testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(138, 43, 226, 0.035) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(30, 144, 255, 0.035) 0%, transparent 50%);
    pointer-events: none;
}

.webdev-testimonials-container {
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* ==================== TESTIMONIALS HEADER ==================== */

.webdev-testimonials-header {
    text-align: center;
    margin-bottom: clamp(60px, 8vw, 90px);
}

.webdev-testimonials-title {
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 700;
    background: linear-gradient(
        135deg,
        #1e1b4b 0%,
        var(--testimonial-accent) 40%,
        #0ea5e9 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.webdev-testimonials-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #666666;
    font-weight: 400;
    line-height: 1.6;
}


/* ==================== 3D CAROUSEL WRAPPER ==================== */

.webdev-carousel-3d-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 4vw, 50px);
    perspective: 2200px;
    min-height: 520px;
}

.webdev-carousel-3d-container {
    position: relative;
    width: 100%;
    max-width: 620px;
    height: 470px;
    transform-style: preserve-3d;
}

.webdev-carousel-3d-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.85s var(--ease-3d-rotate);
}


/* ==================== TESTIMONIAL CARDS - 3D POSITIONING ==================== */

.webdev-testimonial-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 420px;
    transform-style: preserve-3d;
    transition: all 0.85s var(--ease-3d-rotate);
    opacity: 0;
    pointer-events: none;
}

/* Active Card (Center) */
.webdev-testimonial-card[data-index="0"] {
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}

/* Side Cards */
.webdev-testimonial-card.webdev-prev {
    transform: translate(-50%, -50%) translateX(-480px) translateZ(-320px) scale(0.72) rotateY(38deg);
    opacity: 0.35;
    z-index: 5;
}

.webdev-testimonial-card.webdev-next {
    transform: translate(-50%, -50%) translateX(480px) translateZ(-320px) scale(0.72) rotateY(-38deg);
    opacity: 0.35;
    z-index: 5;
}

.webdev-testimonial-card.webdev-far-prev,
.webdev-testimonial-card.webdev-far-next {
    transform: translate(-50%, -50%) translateX(-650px) translateZ(-550px) scale(0.45);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}


/* ==================== GLASSMORPHISM CARD DESIGN ==================== */

.webdev-card-glass {
    width: 100%;
    height: 100%;
    background: var(--testimonial-bg);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 26px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: clamp(32px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    gap: 26px;
    box-shadow: 
        0 12px 44px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: 
        background 0.4s var(--ease-smooth),
        box-shadow 0.5s var(--ease-smooth),
        transform 0.4s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth);
    position: relative;
    overflow: hidden;
}

/* Shine Effect */
.webdev-card-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transition: left 0.6s var(--ease-smooth);
    pointer-events: none;
}

.webdev-testimonial-card[data-index="0"] .webdev-card-glass::before {
    animation: testimonialCardShine 4s ease-in-out infinite;
}

@keyframes testimonialCardShine {
    0% { left: -100%; }
    45%, 55% { left: 100%; }
    100% { left: 100%; }
}

/* Active Card Enhancement */
.webdev-testimonial-card[data-index="0"] .webdev-card-glass {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(138, 43, 226, 0.18);
    box-shadow: 
        0 24px 70px rgba(138, 43, 226, 0.16),
        0 12px 36px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-6px);
}


/* ==================== CARD HEADER ==================== */

.webdev-card-header {
    display: flex;
    align-items: center;
    gap: 22px;
}

.webdev-client-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--testimonial-accent) 0%,
        var(--testimonial-accent-alt) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 8px 24px rgba(102, 126, 234, 0.35),
        0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
    transition: transform 0.4s var(--ease-bounce);
}

.webdev-testimonial-card[data-index="0"]:hover .webdev-client-avatar {
    transform: scale(1.08);
}

/* Avatar Glow Ring */
.webdev-client-avatar::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--testimonial-accent),
        var(--testimonial-accent-alt)
    );
    z-index: -1;
    opacity: 0;
    transition: 
        opacity 0.4s var(--ease-smooth),
        transform 0.4s var(--ease-smooth);
}

.webdev-testimonial-card[data-index="0"] .webdev-client-avatar::after {
    opacity: 0.35;
    animation: avatarGlowPulse 2.5s ease-in-out infinite;
}

@keyframes avatarGlowPulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 0.35; 
    }
    50% { 
        transform: scale(1.12); 
        opacity: 0.5; 
    }
}

.webdev-avatar-initial {
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.webdev-client-info {
    flex: 1;
}

.webdev-client-name {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.25;
}

.webdev-client-company {
    font-size: 1rem;
    color: #666666;
    font-weight: 400;
}


/* ==================== STAR RATINGS ==================== */

.webdev-rating-stars {
    display: flex;
    gap: 10px;
    font-size: 1.85rem;
}

.webdev-star {
    color: #e0e0e0;
    transition: 
        color 0.3s var(--ease-smooth),
        transform 0.3s var(--ease-bounce),
        filter 0.3s var(--ease-smooth);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.webdev-star.webdev-filled {
    color: var(--testimonial-star);
    filter: drop-shadow(0 3px 6px rgba(255, 215, 0, 0.45));
}

.webdev-star.webdev-half {
    background: linear-gradient(
        90deg,
        var(--testimonial-star) 50%,
        #e0e0e0 50%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Star Animation on Active Card */
.webdev-testimonial-card[data-index="0"] .webdev-star.webdev-filled {
    animation: starTwinkle 2.2s ease-in-out infinite;
}

.webdev-testimonial-card[data-index="0"] .webdev-star.webdev-filled:nth-child(1) { animation-delay: 0s; }
.webdev-testimonial-card[data-index="0"] .webdev-star.webdev-filled:nth-child(2) { animation-delay: 0.15s; }
.webdev-testimonial-card[data-index="0"] .webdev-star.webdev-filled:nth-child(3) { animation-delay: 0.3s; }
.webdev-testimonial-card[data-index="0"] .webdev-star.webdev-filled:nth-child(4) { animation-delay: 0.45s; }
.webdev-testimonial-card[data-index="0"] .webdev-star.webdev-filled:nth-child(5) { animation-delay: 0.6s; }

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


/* ==================== TESTIMONIAL TEXT ==================== */

.webdev-testimonial-text {
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.85;
    color: #333333;
    font-style: italic;
    position: relative;
    padding-left: 28px;
    border-left: 4px solid rgba(138, 43, 226, 0.25);
    transition: border-color 0.4s var(--ease-smooth);
}

.webdev-testimonial-card[data-index="0"] .webdev-testimonial-text {
    border-left-color: rgba(138, 43, 226, 0.4);
}

/* Quote Mark */
.webdev-testimonial-text::before {
    content: '"';
    position: absolute;
    top: -18px;
    left: -18px;
    font-size: 4.8rem;
    color: rgba(138, 43, 226, 0.12);
    font-family: Georgia, serif;
    line-height: 1;
    font-weight: 700;
    transition: color 0.4s var(--ease-smooth);
}

.webdev-testimonial-card[data-index="0"] .webdev-testimonial-text::before {
    color: rgba(138, 43, 226, 0.2);
}


/* ==================== NAVIGATION BUTTONS ==================== */

.webdev-carousel-nav-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(0, 0, 0, 0.06);
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        background 0.35s var(--ease-smooth),
        border-color 0.35s var(--ease-smooth),
        color 0.35s var(--ease-smooth),
        transform 0.35s var(--ease-bounce),
        box-shadow 0.35s var(--ease-smooth);
    z-index: 20;
    flex-shrink: 0;
    box-shadow: 
        0 4px 18px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.04);
    -webkit-tap-highlight-color: transparent;
}

.webdev-carousel-nav-btn:hover {
    background: linear-gradient(
        135deg,
        var(--testimonial-accent) 0%,
        var(--testimonial-accent-alt) 100%
    );
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.12);
    box-shadow: 
        0 10px 32px rgba(102, 126, 234, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.1);
}

.webdev-carousel-nav-btn:active {
    transform: scale(0.94);
}

.webdev-carousel-nav-btn svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s var(--ease-smooth);
}

.webdev-carousel-nav-btn:first-child:hover svg {
    transform: translateX(-3px);
}

.webdev-carousel-nav-btn:last-child:hover svg {
    transform: translateX(3px);
}


/* ==================== CAROUSEL INDICATORS ==================== */

.webdev-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: clamp(40px, 6vw, 60px);
}

.webdev-indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 
        background 0.35s var(--ease-smooth),
        width 0.4s var(--ease-bounce),
        border-radius 0.4s var(--ease-smooth),
        transform 0.35s var(--ease-bounce),
        box-shadow 0.35s var(--ease-smooth);
    border: 2px solid transparent;
    -webkit-tap-highlight-color: transparent;
}

.webdev-indicator:hover {
    background: rgba(102, 126, 234, 0.45);
    transform: scale(1.2);
}

.webdev-indicator.webdev-active {
    background: linear-gradient(
        135deg,
        var(--testimonial-accent) 0%,
        var(--testimonial-accent-alt) 100%
    );
    border-color: rgba(102, 126, 234, 0.25);
    width: 44px;
    border-radius: 12px;
    box-shadow: 
        0 0 18px rgba(102, 126, 234, 0.5),
        0 4px 12px rgba(102, 126, 234, 0.3);
}


/* ============================================================================
   DARK MODE SUPPORT
   ============================================================================ */

@media (prefers-color-scheme: dark) {
    .mobile-menu-footer {
        background: linear-gradient(
            180deg,
            rgba(20, 20, 30, 0) 0%,
            rgba(25, 25, 35, 0.55) 30%,
            rgba(30, 30, 40, 1) 100%
        );
    }
}


/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

@media (max-width: 1024px) {
    .webdev-why-choose {
        padding: 85px 0;
    }
    
    .section-title {
        font-size: clamp(1.75rem, 4.5vw, 2.6rem);
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 26px;
    }
    
    .benefit-card {
        padding: 32px;
    }
    
    .why-choose-cta {
        flex-direction: column;
        text-align: center;
        padding: 42px;
    }
    
    .cta-title {
        font-size: clamp(1.4rem, 3vw, 1.85rem);
    }
    
    /* Video Slider */
    .video-showcase .container {
        padding: 0 44px;
    }
    
    .video-card {
        flex: 0 0 calc(50% - 12px);
        min-width: calc(50% - 12px);
    }
    
    /* Testimonials */
    .webdev-testimonials-section {
        padding: 85px 20px;
    }
    
    .webdev-testimonials-title {
        font-size: clamp(1.9rem, 4.5vw, 2.9rem);
    }
    
    .webdev-carousel-3d-container {
        max-width: 520px;
        height: 440px;
    }
    
    .webdev-testimonial-card {
        width: 470px;
        height: 400px;
    }
    
    .webdev-card-glass {
        padding: 36px;
    }
    
    .webdev-testimonial-card.webdev-prev {
        transform: translate(-50%, -50%) translateX(-420px) translateZ(-270px) scale(0.68) rotateY(38deg);
    }
    
    .webdev-testimonial-card.webdev-next {
        transform: translate(-50%, -50%) translateX(420px) translateZ(-270px) scale(0.68) rotateY(-38deg);
    }
}

@media (max-width: 768px) {
    .webdev-why-choose {
        padding: 65px 0;
    }
    
    .section-header {
        margin-bottom: 55px;
    }
    
    .section-title {
        font-size: clamp(1.6rem, 5vw, 2.1rem);
    }
    
    .section-desc {
        font-size: 1rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    
    .benefit-card {
        padding: 26px;
    }
    
    .benefit-title {
        font-size: 1.25rem;
    }
    
    .benefit-desc {
        font-size: 0.95rem;
    }
    
    .benefit-features li {
        font-size: 0.9rem;
    }
    
    .why-choose-cta {
        padding: 32px 26px;
    }
    
    .cta-title {
        font-size: 1.35rem;
    }
    
    .cta-desc {
        font-size: 1rem;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 34px;
        font-size: 1rem;
    }
    
    /* Video Slider */
    .video-showcase {
        padding: 65px 0 85px;
    }
    
    .video-showcase .container {
        padding: 0 22px;
    }
    
    .video-card {
        flex: 0 0 88%;
        min-width: 88%;
    }
    
    .video-slider {
        gap: 18px;
    }
    
    .slider-btn {
        width: 46px;
        height: 46px;
    }
    
    /* Show overlay by default on mobile */
    .video-overlay {
        opacity: 1;
    }
    
    .video-info {
        transform: translateY(0);
    }
    
    /* Lightbox */
    .video-lightbox {
        padding: 22px;
        backdrop-filter: blur(18px) brightness(0.55);
        -webkit-backdrop-filter: blur(18px) brightness(0.55);
    }
    
    .lightbox-content {
        max-width: 100%;
    }
    
    .lightbox-title {
        font-size: 1.35rem;
    }
    
    .lightbox-desc {
        font-size: 0.9rem;
    }
    
    .lightbox-info {
        padding: 22px;
    }
    
    .lightbox-close {
        width: 42px;
        height: 42px;
        top: 14px;
        right: 14px;
    }
    
    .lightbox-close svg {
        width: 20px;
        height: 20px;
    }
    
    /* Testimonials */
    .webdev-testimonials-section {
        padding: 65px 16px;
    }
    
    .webdev-testimonials-title {
        font-size: clamp(1.7rem, 5vw, 2.3rem);
    }
    
    .webdev-testimonials-subtitle {
        font-size: 1rem;
    }
    
    .webdev-carousel-3d-wrapper {
        gap: 22px;
    }
    
    .webdev-carousel-3d-container {
        max-width: 360px;
        height: 470px;
    }
    
    .webdev-testimonial-card {
        width: 350px;
        height: 440px;
    }
    
    .webdev-card-glass {
        padding: 28px;
        gap: 22px;
    }
    
    .webdev-client-avatar {
        width: 64px;
        height: 64px;
    }
    
    .webdev-avatar-initial {
        font-size: 1.55rem;
    }
    
    .webdev-client-name {
        font-size: 1.25rem;
    }
    
    .webdev-client-company {
        font-size: 0.9rem;
    }
    
    .webdev-rating-stars {
        font-size: 1.55rem;
        gap: 8px;
    }
    
    .webdev-testimonial-text {
        font-size: 1rem;
        line-height: 1.75;
        padding-left: 22px;
    }
    
    .webdev-testimonial-text::before {
        font-size: 3.8rem;
        top: -14px;
        left: -14px;
    }
    
    .webdev-carousel-nav-btn {
        width: 52px;
        height: 52px;
    }
    
    /* Hide side cards on mobile */
    .webdev-testimonial-card.webdev-prev,
    .webdev-testimonial-card.webdev-next {
        opacity: 0;
        pointer-events: none;
    }
    
    .webdev-carousel-indicators {
        margin-top: 35px;
        gap: 12px;
    }
    
    .webdev-indicator {
        width: 12px;
        height: 12px;
    }
    
    .webdev-indicator.webdev-active {
        width: 34px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.65rem;
    }
    
    .benefit-icon-wrapper {
        width: 72px;
        height: 72px;
    }
    
    .benefit-icon {
        width: 36px;
        height: 36px;
        margin: 18px;
    }
    
    /* Soriva Badge */
    .soriva-badge {
        font-size: 0.62rem;
        padding: 0.38rem 0.75rem;
    }
    
    /* Testimonials */
    .webdev-testimonials-title {
        font-size: 1.65rem;
    }
    
    .webdev-carousel-3d-container {
        max-width: 310px;
    }
    
    .webdev-testimonial-card {
        width: 300px;
    }
    
    .webdev-card-glass {
        padding: 22px;
    }
    
    .webdev-carousel-nav-btn {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 360px) {
    .soriva-cta {
        gap: 0.95rem;
        padding: 1.05rem 1.25rem;
    }
    
    .soriva-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1.55rem;
    }
    
    .soriva-badge {
        font-size: 0.58rem;
        padding: 0.35rem 0.7rem;
    }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .slider-btn {
        min-height: 52px;
        min-width: 52px;
    }
    
    .lightbox-close {
        min-height: 48px;
        min-width: 48px;
    }
    
    .webdev-carousel-nav-btn {
        min-height: 56px;
        min-width: 56px;
    }
    
    .webdev-indicator {
        min-height: 16px;
        min-width: 16px;
    }
    
    .video-card {
        touch-action: manipulation;
    }
}


/* ============================================================================
   ACCESSIBILITY
   ============================================================================ */

/* Focus Visible States */
.slider-btn:focus-visible,
.lightbox-close:focus-visible,
.webdev-carousel-nav-btn:focus-visible,
.webdev-indicator:focus-visible,
.video-card:focus-visible,
.benefit-card:focus-visible,
.cta-btn:focus-visible {
    outline: 3px solid var(--testimonial-accent);
    outline-offset: 3px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .benefit-card,
    .webdev-card-glass {
        background: white;
        border: 2px solid #333;
    }
    
    .slider-btn,
    .webdev-carousel-nav-btn {
        border: 2px solid #333;
    }
    
    .video-card {
        border: 2px solid #333;
    }
    
    .lightbox-wrapper {
        border: 2px solid white;
    }
    
    .cta-btn {
        border: 2px solid white;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .soriva-badge,
    .soriva-badge::before,
    .webdev-why-choose::before,
    .webdev-why-choose::after,
    .section-label,
    .gradient-text,
    .benefit-card,
    .benefit-card::before,
    .benefit-card::after,
    .benefit-icon-bg,
    .benefit-icon,
    .benefit-features li,
    .benefit-features li::before,
    .why-choose-cta::before,
    .cta-btn,
    .cta-btn::before,
    .cta-btn::after,
    .cta-btn .btn-icon,
    .video-slider,
    .video-slider.infinite-scroll,
    .video-card,
    .video-player,
    .video-overlay,
    .video-info,
    .slider-btn,
    .slider-btn svg,
    .video-lightbox,
    .lightbox-content,
    .lightbox-wrapper,
    .lightbox-close,
    .webdev-carousel-3d-track,
    .webdev-testimonial-card,
    .webdev-card-glass,
    .webdev-card-glass::before,
    .webdev-client-avatar,
    .webdev-client-avatar::after,
    .webdev-star,
    .webdev-testimonial-text,
    .webdev-carousel-nav-btn,
    .webdev-carousel-nav-btn svg,
    .webdev-indicator {
        animation: none !important;
        transition: opacity 0.2s ease, color 0.2s ease !important;
    }
    
    /* Keep essential transitions for usability */
    .video-slider.infinite-scroll {
        animation: none !important;
    }
    
    .webdev-carousel-3d-track {
        transition: transform 0.3s ease !important;
    }
    
    .video-lightbox {
        transition: opacity 0.2s ease, visibility 0.2s ease !important;
    }
}


/* ============================================================================
   PRINT STYLES
   ============================================================================ */

@media print {
    .webdev-why-choose::before,
    .webdev-why-choose::after,
    .why-choose-cta::before,
    .video-showcase,
    .video-lightbox,
    .slider-btn,
    .webdev-carousel-nav-btn,
    .webdev-carousel-indicators,
    .soriva-badge {
        display: none !important;
    }
    
    .webdev-why-choose,
    .webdev-testimonials-section {
        background: white !important;
        padding: 40px 0 !important;
    }
    
    .benefit-card,
    .webdev-card-glass {
        background: white !important;
        border: 1px solid #333 !important;
        box-shadow: none !important;
        page-break-inside: avoid;
    }
    
    .benefit-card::before,
    .benefit-card::after,
    .webdev-card-glass::before {
        display: none !important;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .section-title,
    .benefit-title,
    .cta-title,
    .webdev-testimonials-title,
    .webdev-client-name {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }
    
    .gradient-text {
        background: none !important;
        -webkit-text-fill-color: #000 !important;
    }
    
    /* Show only center testimonial */
    .webdev-testimonial-card:not([data-index="0"]) {
        display: none !important;
    }
    
    .webdev-testimonial-card[data-index="0"] {
        position: static !important;
        transform: none !important;
    }
    
    .webdev-carousel-3d-wrapper {
        display: block !important;
        perspective: none !important;
    }
}


/* ============================================================================
   SMOOTH FONT RENDERING
   ============================================================================ */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ============================================================================
   END OF PART 9 ULTRA POLISHED CSS
   ============================================================================ */
/* ================================ */
/* FAQ SECTION - EXCEPTIONAL DESIGN */
/* WHITE THEME WITH GLASSMORPHISM */
/* ================================ */

/* Section Container */
/* ============================================================================
   RISENEX GLOBAL - PART 10 ULTRA POLISHED CSS
   FAQ Accordion Section, AI Hero Section (The Vision)
   Premium Glassmorphism | Smooth Animations | Full Accessibility
   ============================================================================ */

/* ==================== CSS CUSTOM PROPERTIES (Part 10 Specific) ==================== */

:root {
    /* FAQ Colors */
    --faq-accent: #667eea;
    --faq-accent-alt: #764ba2;
    --faq-text-primary: #1a1a1a;
    --faq-text-secondary: #666666;
    --faq-text-body: #333333;
    --faq-bg: rgba(255, 255, 255, 0.75);
    --faq-bg-active: rgba(255, 255, 255, 0.96);
    --faq-border: rgba(0, 0, 0, 0.06);
    --faq-border-active: rgba(138, 43, 226, 0.28);
    
    /* AI Hero Colors */
    --ai-hero-primary: #667eea;
    --ai-hero-secondary: #764ba2;
    --ai-hero-text: #1a1a1a;
    --ai-hero-text-muted: #555555;
    --ai-hero-glow: rgba(102, 126, 234, 0.35);
    
    /* Timing Functions */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-accordion: cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Shadows */
    --shadow-faq-card: 0 8px 36px rgba(0, 0, 0, 0.06),
                       0 2px 10px rgba(0, 0, 0, 0.03);
    --shadow-faq-hover: 0 14px 48px rgba(102, 126, 234, 0.16),
                        0 5px 16px rgba(0, 0, 0, 0.08);
    --shadow-faq-active: 0 18px 56px rgba(138, 43, 226, 0.2),
                         0 8px 20px rgba(0, 0, 0, 0.1),
                         inset 0 1px 0 rgba(255, 255, 255, 1);
}


/* ============================================================================
   FAQ SECTION - PREMIUM ACCORDION
   ============================================================================ */

.webdev-faq-section {
    position: relative;
    padding: clamp(80px, 12vh, 140px) 20px;
    background: #ffffff;
    overflow: hidden;
}

/* Subtle Background Pattern */
.webdev-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 20%, rgba(138, 43, 226, 0.045) 0%, transparent 50%),
        radial-gradient(circle at 85% 80%, rgba(30, 144, 255, 0.045) 0%, transparent 50%);
    pointer-events: none;
}

/* Secondary Pattern Layer */
.webdev-faq-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(102, 126, 234, 0.03) 1px,
        transparent 1px
    );
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.6;
}

.webdev-faq-container {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* ==================== FAQ HEADER ==================== */

.webdev-faq-header {
    text-align: center;
    margin-bottom: clamp(50px, 7vw, 70px);
}

.webdev-faq-title {
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 700;
    background: linear-gradient(
        135deg,
        var(--faq-text-primary) 0%,
        var(--faq-accent) 60%,
        var(--faq-accent-alt) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.webdev-faq-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--faq-text-secondary);
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}


/* ==================== FAQ ACCORDION CONTAINER ==================== */

.webdev-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.5vw, 22px);
}


/* ==================== FAQ ITEM - GLASSMORPHISM CARD ==================== */

.webdev-faq-item {
    background: var(--faq-bg);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 22px;
    border: 1px solid var(--faq-border);
    box-shadow: var(--shadow-faq-card);
    transition: 
        transform 0.45s var(--ease-out-expo),
        box-shadow 0.45s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth),
        background 0.4s var(--ease-smooth);
    overflow: hidden;
    opacity: 0;
    transform: translateY(35px);
    animation: faqItemFadeIn 0.65s var(--ease-out-expo) forwards;
}

/* Staggered Animation */
.webdev-faq-item:nth-child(1) { animation-delay: 0.08s; }
.webdev-faq-item:nth-child(2) { animation-delay: 0.14s; }
.webdev-faq-item:nth-child(3) { animation-delay: 0.20s; }
.webdev-faq-item:nth-child(4) { animation-delay: 0.26s; }
.webdev-faq-item:nth-child(5) { animation-delay: 0.32s; }
.webdev-faq-item:nth-child(6) { animation-delay: 0.38s; }
.webdev-faq-item:nth-child(7) { animation-delay: 0.44s; }
.webdev-faq-item:nth-child(8) { animation-delay: 0.50s; }
.webdev-faq-item:nth-child(9) { animation-delay: 0.56s; }
.webdev-faq-item:nth-child(10) { animation-delay: 0.62s; }
.webdev-faq-item:nth-child(11) { animation-delay: 0.68s; }
.webdev-faq-item:nth-child(12) { animation-delay: 0.74s; }

@keyframes faqItemFadeIn {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover State */
.webdev-faq-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-faq-hover);
    border-color: rgba(102, 126, 234, 0.18);
}

/* Active/Open State */
.webdev-faq-item.webdev-active {
    background: var(--faq-bg-active);
    border-color: var(--faq-border-active);
    box-shadow: var(--shadow-faq-active);
    transform: translateY(-4px);
}


/* ==================== QUESTION BUTTON ==================== */

.webdev-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.5vw, 22px);
    padding: clamp(20px, 3vw, 28px) clamp(22px, 3vw, 32px);
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.35s var(--ease-smooth);
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

/* Hover Gradient Overlay */
.webdev-faq-question::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.04) 0%,
        rgba(118, 75, 162, 0.02) 100%
    );
    opacity: 0;
    transition: opacity 0.35s var(--ease-smooth);
    border-radius: 22px;
    pointer-events: none;
}

.webdev-faq-item:hover .webdev-faq-question::before {
    opacity: 1;
}


/* ==================== QUESTION ICON ==================== */

.webdev-faq-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--faq-accent) 0%,
        var(--faq-accent-alt) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: 
        transform 0.45s var(--ease-bounce),
        box-shadow 0.4s var(--ease-smooth);
    box-shadow: 
        0 4px 18px rgba(102, 126, 234, 0.32),
        0 2px 6px rgba(0, 0, 0, 0.08);
}

.webdev-faq-icon svg {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.35s var(--ease-bounce);
}

.webdev-faq-item.webdev-active .webdev-faq-icon {
    transform: scale(1.12) rotate(6deg);
    box-shadow: 
        0 8px 26px rgba(102, 126, 234, 0.5),
        0 4px 10px rgba(0, 0, 0, 0.12);
}

.webdev-faq-item:hover:not(.webdev-active) .webdev-faq-icon {
    transform: scale(1.06);
    box-shadow: 
        0 6px 22px rgba(102, 126, 234, 0.4),
        0 3px 8px rgba(0, 0, 0, 0.1);
}


/* ==================== QUESTION TEXT ==================== */

.webdev-faq-question-text {
    flex: 1;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 600;
    color: var(--faq-text-primary);
    line-height: 1.5;
    transition: 
        color 0.35s var(--ease-smooth),
        background 0.35s var(--ease-smooth);
}

.webdev-faq-item.webdev-active .webdev-faq-question-text {
    background: linear-gradient(
        135deg,
        var(--faq-accent) 0%,
        var(--faq-accent-alt) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* ==================== ARROW ICON ==================== */

.webdev-faq-arrow {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--faq-text-secondary);
    transition: 
        transform 0.45s var(--ease-accordion),
        background 0.35s var(--ease-smooth),
        color 0.35s var(--ease-smooth),
        box-shadow 0.35s var(--ease-smooth);
}

.webdev-faq-arrow svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s var(--ease-smooth);
}

.webdev-faq-item.webdev-active .webdev-faq-arrow {
    background: linear-gradient(
        135deg,
        var(--faq-accent) 0%,
        var(--faq-accent-alt) 100%
    );
    color: #ffffff;
    transform: rotate(180deg);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.35);
}

.webdev-faq-item:hover:not(.webdev-active) .webdev-faq-arrow {
    background: rgba(102, 126, 234, 0.12);
    color: var(--faq-accent);
}


/* ==================== ANSWER SECTION ==================== */

.webdev-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.55s var(--ease-accordion);
}

.webdev-faq-item.webdev-active .webdev-faq-answer {
    max-height: 900px;
}

.webdev-faq-answer-content {
    padding: 0 clamp(22px, 3vw, 32px) clamp(24px, 3vw, 32px) clamp(90px, 12vw, 106px);
    color: var(--faq-text-body);
    font-size: clamp(0.98rem, 1.8vw, 1.08rem);
    line-height: 1.85;
    opacity: 0;
    transform: translateY(-12px);
    transition: 
        opacity 0.45s var(--ease-smooth) 0.1s,
        transform 0.45s var(--ease-out-expo) 0.1s;
}

.webdev-faq-item.webdev-active .webdev-faq-answer-content {
    opacity: 1;
    transform: translateY(0);
}

.webdev-faq-answer-content p {
    margin-bottom: 16px;
}

.webdev-faq-answer-content p:last-child {
    margin-bottom: 0;
}


/* ==================== ANSWER LIST STYLING ==================== */

.webdev-faq-answer-content ul {
    margin: 18px 0;
    padding-left: 0;
    list-style: none;
}

.webdev-faq-answer-content ul li {
    padding: 12px 0;
    padding-left: 34px;
    position: relative;
    line-height: 1.65;
    transition: 
        transform 0.3s var(--ease-smooth),
        color 0.3s var(--ease-smooth);
}

.webdev-faq-answer-content ul li:hover {
    transform: translateX(6px);
    color: var(--faq-text-primary);
}

/* Arrow Bullet */
.webdev-faq-answer-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--faq-accent);
    font-weight: 700;
    font-size: 1.25rem;
    transition: 
        transform 0.3s var(--ease-bounce),
        color 0.3s var(--ease-smooth);
}

.webdev-faq-answer-content ul li:hover::before {
    transform: translateX(4px);
    color: var(--faq-accent-alt);
}

.webdev-faq-answer-content strong {
    color: var(--faq-text-primary);
    font-weight: 600;
}


/* ============================================================================
   AI HERO SECTION - THE VISION
   ============================================================================ */

.ai-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    padding: clamp(100px, 15vh, 140px) 20px clamp(70px, 10vh, 100px);
}


/* ==================== BACKGROUND EFFECTS ==================== */

/* Grid Pattern */
.ai-hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(102, 126, 234, 0.07) 1px, transparent 0);
    background-size: 44px 44px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

/* Animated Gradient Orbs */
.ai-hero-gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.28;
    pointer-events: none;
    animation: aiHeroOrbFloat 22s ease-in-out infinite;
    will-change: transform;
}

.ai-hero-orb-1 {
    width: 550px;
    height: 550px;
    background: radial-gradient(
        circle,
        rgba(102, 126, 234, 0.45) 0%,
        rgba(102, 126, 234, 0.15) 40%,
        transparent 70%
    );
    top: -220px;
    right: -120px;
    animation-delay: 0s;
}

.ai-hero-orb-2 {
    width: 450px;
    height: 450px;
    background: radial-gradient(
        circle,
        rgba(118, 75, 162, 0.45) 0%,
        rgba(118, 75, 162, 0.15) 40%,
        transparent 70%
    );
    bottom: -180px;
    left: -120px;
    animation-delay: 6s;
}

@keyframes aiHeroOrbFloat {
    0%, 100% { 
        transform: translate(0, 0) scale(1); 
    }
    25% { 
        transform: translate(35px, -35px) scale(1.06); 
    }
    50% { 
        transform: translate(-25px, 25px) scale(0.94); 
    }
    75% { 
        transform: translate(25px, 35px) scale(1.03); 
    }
}


/* ==================== HERO CONTAINER ==================== */

.ai-hero-container {
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(50px, 8vw, 90px);
    align-items: center;
}


/* ==================== HERO CONTENT ==================== */

.ai-hero-content {
    max-width: 680px;
}


/* ==================== MAIN HEADLINE ==================== */

.ai-hero-headline {
    font-size: clamp(2rem, 5vw, 3.65rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-hero-headline-line {
    color: var(--ai-hero-text);
    opacity: 0;
    transform: translateY(35px);
    animation: aiHeroFadeInUp 0.85s var(--ease-out-expo) forwards;
}

.ai-hero-headline-line:nth-child(1) { animation-delay: 0.15s; }
.ai-hero-headline-line:nth-child(2) { animation-delay: 0.35s; }
.ai-hero-headline-line:nth-child(3) { animation-delay: 0.55s; }

@keyframes aiHeroFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==================== GRADIENT TEXT ==================== */

.ai-hero-gradient-text {
    background: linear-gradient(
        135deg,
        var(--ai-hero-primary) 0%,
        var(--ai-hero-secondary) 50%,
        var(--ai-hero-primary) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    animation: aiHeroGradientFlow 5s ease-in-out infinite;
}

@keyframes aiHeroGradientFlow {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Animated Underline */
.ai-hero-gradient-text::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--ai-hero-primary) 0%,
        var(--ai-hero-secondary) 100%
    );
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    animation: aiHeroUnderlineReveal 0.65s var(--ease-out-expo) 1.1s forwards;
}

@keyframes aiHeroUnderlineReveal {
    to { 
        opacity: 1;
        transform: scaleX(1);
    }
}


/* ==================== SUBHEADLINE ==================== */

.ai-hero-subheadline {
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
    font-weight: 500;
    color: var(--faq-text-body);
    line-height: 1.65;
    margin-bottom: 26px;
    opacity: 0;
    animation: aiHeroFadeIn 0.85s var(--ease-out-expo) 0.85s forwards;
}

@keyframes aiHeroFadeIn {
    to { opacity: 1; }
}


/* ==================== PHILOSOPHY PARAGRAPH ==================== */

.ai-hero-philosophy {
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.85;
    color: var(--ai-hero-text-muted);
    margin-bottom: 44px;
    opacity: 0;
    animation: aiHeroFadeIn 0.85s var(--ease-out-expo) 1.05s forwards;
}


/* ==================== CTA BUTTONS ==================== */

.ai-hero-cta-group {
    display: flex;
    gap: clamp(16px, 2.5vw, 22px);
    flex-wrap: wrap;
    opacity: 0;
    animation: aiHeroFadeIn 0.85s var(--ease-out-expo) 1.25s forwards;
}

.ai-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 17px 36px;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    font-weight: 600;
    border-radius: 14px;
    text-decoration: none;
    transition: 
        transform 0.4s var(--ease-out-expo),
        box-shadow 0.4s var(--ease-smooth),
        background 0.35s var(--ease-smooth),
        border-color 0.35s var(--ease-smooth);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-tap-highlight-color: transparent;
}


/* ==================== PRIMARY BUTTON ==================== */

.ai-hero-btn-primary {
    background: linear-gradient(
        135deg,
        var(--ai-hero-primary) 0%,
        var(--ai-hero-secondary) 100%
    );
    color: #ffffff;
    box-shadow: 
        0 8px 28px var(--ai-hero-glow),
        0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Gradient Hover Overlay */
.ai-hero-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        var(--ai-hero-secondary) 0%,
        var(--ai-hero-primary) 100%
    );
    opacity: 0;
    transition: opacity 0.4s var(--ease-smooth);
    border-radius: inherit;
}

/* Shine Effect */
.ai-hero-btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 100%
    );
    transition: left 0.6s var(--ease-smooth);
}

.ai-hero-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 14px 40px var(--ai-hero-glow),
        0 6px 16px rgba(0, 0, 0, 0.12);
}

.ai-hero-btn-primary:hover::before {
    opacity: 1;
}

.ai-hero-btn-primary:hover::after {
    left: 100%;
}

.ai-hero-btn-primary:active {
    transform: translateY(-2px);
}


/* ==================== SECONDARY BUTTON ==================== */

.ai-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--ai-hero-primary);
    border: 2px solid rgba(102, 126, 234, 0.28);
    box-shadow: 
        0 4px 18px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ai-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: var(--ai-hero-primary);
    transform: translateY(-4px);
    box-shadow: 
        0 10px 28px rgba(102, 126, 234, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ai-hero-btn-secondary:active {
    transform: translateY(-2px);
}


/* ==================== BUTTON CONTENT ==================== */

.ai-hero-btn-text {
    position: relative;
    z-index: 1;
}

.ai-hero-btn-icon {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    transition: transform 0.35s var(--ease-bounce);
}

.ai-hero-btn-primary:hover .ai-hero-btn-icon {
    transform: translateX(6px);
}

.ai-hero-btn-secondary:hover .ai-hero-btn-icon {
    transform: translateX(4px);
}


/* ==================== HERO VISUAL - AI NETWORK ==================== */

.ai-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: aiHeroVisualReveal 1s var(--ease-out-expo) 0.4s both;
}

@keyframes aiHeroVisualReveal {
    from {
        opacity: 0;
        transform: translateX(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.ai-hero-visual-wrapper {
    position: relative;
    width: 100%;
    max-width: 780px;
    aspect-ratio: 1;
}


/* ==================== SVG ANIMATION ==================== */

.ai-hero-visual-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 12px 48px rgba(102, 126, 234, 0.22));
}


/* ==================== CIRCLES ANIMATION ==================== */

.ai-hero-circle {
    animation: aiHeroCirclePulse 4.5s ease-in-out infinite;
    transform-origin: center;
}

.ai-hero-circle-1 { animation-delay: 0s; }
.ai-hero-circle-2 { animation-delay: 0.6s; }
.ai-hero-circle-3 { animation-delay: 1.2s; }

@keyframes aiHeroCirclePulse {
    0%, 100% { 
        stroke-opacity: 1;
        transform: scale(1);
    }
    50% { 
        stroke-opacity: 0.55;
        transform: scale(1.06);
    }
}


/* ==================== NODES ANIMATION ==================== */

.ai-hero-node {
    animation: aiHeroNodeGlow 3.5s ease-in-out infinite;
}

.ai-hero-node:nth-child(4) { animation-delay: 0.2s; }
.ai-hero-node:nth-child(5) { animation-delay: 0.4s; }
.ai-hero-node:nth-child(6) { animation-delay: 0.6s; }
.ai-hero-node:nth-child(7) { animation-delay: 0.8s; }
.ai-hero-node:nth-child(8) { animation-delay: 1s; }
.ai-hero-node:nth-child(9) { animation-delay: 1.2s; }

@keyframes aiHeroNodeGlow {
    0%, 100% { 
        opacity: 1;
        filter: drop-shadow(0 0 10px rgba(102, 126, 234, 0.65));
    }
    50% { 
        opacity: 0.65;
        filter: drop-shadow(0 0 18px rgba(102, 126, 234, 0.95));
    }
}


/* ==================== LINES ANIMATION ==================== */

.ai-hero-line {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: aiHeroLineDraw 3.5s ease-in-out infinite;
}

.ai-hero-line:nth-child(10) { animation-delay: 0s; }
.ai-hero-line:nth-child(11) { animation-delay: 0.25s; }
.ai-hero-line:nth-child(12) { animation-delay: 0.5s; }
.ai-hero-line:nth-child(13) { animation-delay: 0.75s; }

@keyframes aiHeroLineDraw {
    0%, 100% { stroke-dashoffset: 100; }
    50% { stroke-dashoffset: 0; }
}


/* ==================== FLOATING PARTICLES ==================== */

.ai-hero-particle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--ai-hero-primary) 0%,
        var(--ai-hero-secondary) 100%
    );
    opacity: 0.55;
    animation: aiHeroParticleFloat 7s ease-in-out infinite;
    box-shadow: 0 0 12px rgba(102, 126, 234, 0.5);
}

.ai-hero-particle-1 {
    top: 18%;
    left: 8%;
    animation-delay: 0s;
}

.ai-hero-particle-2 {
    top: 58%;
    right: 12%;
    width: 8px;
    height: 8px;
    animation-delay: 2.5s;
}

.ai-hero-particle-3 {
    bottom: 28%;
    left: 18%;
    width: 6px;
    height: 6px;
    animation-delay: 5s;
}

@keyframes aiHeroParticleFloat {
    0%, 100% { 
        transform: translate(0, 0);
        opacity: 0.55;
    }
    50% { 
        transform: translate(25px, -35px);
        opacity: 0.9;
    }
}


/* ==================== SCROLL INDICATOR ==================== */

.ai-hero-scroll-indicator {
    position: absolute;
    bottom: clamp(30px, 5vh, 50px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0;
    animation: aiHeroFadeIn 0.85s var(--ease-out-expo) 1.6s forwards;
}

.ai-hero-scroll-text {
    font-size: 0.85rem;
    color: var(--faq-text-secondary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.ai-hero-scroll-icon {
    color: var(--ai-hero-primary);
    animation: aiHeroScrollBounce 2.2s ease-in-out infinite;
}

@keyframes aiHeroScrollBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(12px); }
}


/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

@media (max-width: 1024px) {
    /* FAQ Section */
    .webdev-faq-section {
        padding: 85px 20px;
    }
    
    .webdev-faq-title {
        font-size: clamp(1.9rem, 4.5vw, 2.9rem);
    }
    
    .webdev-faq-subtitle {
        font-size: 1.1rem;
    }
    
    .webdev-faq-question {
        padding: 22px 26px;
    }
    
    .webdev-faq-answer-content {
        padding: 0 26px 26px 92px;
    }
    
    /* AI Hero Section */
    .ai-hero-container {
        grid-template-columns: 1fr;
        gap: 65px;
        text-align: center;
    }
    
    .ai-hero-content {
        max-width: 100%;
    }
    
    .ai-hero-headline {
        font-size: clamp(1.9rem, 5vw, 3.1rem);
        align-items: center;
    }
    
    .ai-hero-cta-group {
        justify-content: center;
    }
    
    .ai-hero-visual {
        order: -1;
    }
    
    .ai-hero-visual-wrapper {
        max-width: 420px;
    }
}

@media (max-width: 768px) {
    /* FAQ Section */
    .webdev-faq-section {
        padding: 65px 16px;
    }
    
    .webdev-faq-title {
        font-size: clamp(1.7rem, 5vw, 2.3rem);
    }
    
    .webdev-faq-subtitle {
        font-size: 1rem;
    }
    
    .webdev-faq-header {
        margin-bottom: 44px;
    }
    
    .webdev-faq-accordion {
        gap: 16px;
    }
    
    .webdev-faq-item {
        border-radius: 18px;
    }
    
    .webdev-faq-question {
        padding: 18px 20px;
        gap: 16px;
    }
    
    .webdev-faq-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    
    .webdev-faq-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .webdev-faq-question-text {
        font-size: 1.05rem;
        line-height: 1.45;
    }
    
    .webdev-faq-arrow {
        width: 30px;
        height: 30px;
    }
    
    .webdev-faq-arrow svg {
        width: 18px;
        height: 18px;
    }
    
    .webdev-faq-answer-content {
        padding: 0 20px 22px 20px;
        font-size: 0.98rem;
        line-height: 1.75;
    }
    
    .webdev-faq-answer-content ul li {
        padding: 10px 0 10px 28px;
        font-size: 0.95rem;
    }
    
    /* AI Hero Section */
    .ai-hero-section {
        padding: 100px 20px 65px;
        min-height: auto;
    }
    
    .ai-hero-headline {
        font-size: clamp(1.7rem, 6vw, 2.3rem);
    }
    
    .ai-hero-subheadline {
        font-size: 1.15rem;
    }
    
    .ai-hero-philosophy {
        font-size: 1rem;
    }
    
    .ai-hero-cta-group {
        flex-direction: column;
        width: 100%;
    }
    
    .ai-hero-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .ai-hero-visual-wrapper {
        max-width: 320px;
    }
    
    .ai-hero-orb-1,
    .ai-hero-orb-2 {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 480px) {
    /* FAQ Section */
    .webdev-faq-title {
        font-size: 1.65rem;
    }
    
    .webdev-faq-subtitle {
        font-size: 0.95rem;
    }
    
    .webdev-faq-question {
        padding: 16px 18px;
        gap: 14px;
    }
    
    .webdev-faq-icon {
        width: 40px;
        height: 40px;
    }
    
    .webdev-faq-question-text {
        font-size: 1rem;
    }
    
    .webdev-faq-answer-content {
        padding: 0 18px 20px 18px;
        font-size: 0.95rem;
    }
    
    /* AI Hero Section */
    .ai-hero-headline {
        font-size: 1.65rem;
    }
    
    .ai-hero-subheadline {
        font-size: 1.08rem;
    }
    
    .ai-hero-philosophy {
        font-size: 0.95rem;
    }
    
    .ai-hero-visual-wrapper {
        max-width: 270px;
    }
    
    .ai-hero-scroll-indicator {
        bottom: 22px;
    }
    
    .ai-hero-particle {
        display: none;
    }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .webdev-faq-question {
        min-height: 72px;
    }
    
    .ai-hero-btn {
        min-height: 56px;
    }
}


/* ============================================================================
   ACCESSIBILITY
   ============================================================================ */

/* Focus Visible States */
.webdev-faq-question:focus-visible,
.ai-hero-btn:focus-visible {
    outline: 3px solid var(--faq-accent);
    outline-offset: 3px;
}

.webdev-faq-question:focus-visible {
    border-radius: 22px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .webdev-faq-item {
        background: white;
        border: 2px solid #333;
    }
    
    .webdev-faq-item.webdev-active {
        border-color: var(--faq-accent);
    }
    
    .ai-hero-btn {
        border: 2px solid currentColor;
    }
    
    .webdev-faq-question-text,
    .ai-hero-headline-line {
        -webkit-text-fill-color: currentColor;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .webdev-faq-item,
    .webdev-faq-question::before,
    .webdev-faq-icon,
    .webdev-faq-icon svg,
    .webdev-faq-question-text,
    .webdev-faq-arrow,
    .webdev-faq-answer,
    .webdev-faq-answer-content,
    .webdev-faq-answer-content ul li,
    .webdev-faq-answer-content ul li::before,
    .ai-hero-gradient-orb,
    .ai-hero-headline-line,
    .ai-hero-gradient-text,
    .ai-hero-gradient-text::after,
    .ai-hero-subheadline,
    .ai-hero-philosophy,
    .ai-hero-cta-group,
    .ai-hero-btn,
    .ai-hero-btn::before,
    .ai-hero-btn::after,
    .ai-hero-btn-icon,
    .ai-hero-visual,
    .ai-hero-circle,
    .ai-hero-node,
    .ai-hero-line,
    .ai-hero-particle,
    .ai-hero-scroll-indicator,
    .ai-hero-scroll-icon {
        animation: none !important;
        transition: opacity 0.2s ease, color 0.2s ease !important;
    }
    
    /* Keep essential accordion transition */
    .webdev-faq-answer {
        transition: max-height 0.3s ease !important;
    }
    
    /* Make items visible immediately */
    .webdev-faq-item {
        opacity: 1 !important;
        transform: none !important;
    }
    
    .ai-hero-headline-line,
    .ai-hero-subheadline,
    .ai-hero-philosophy,
    .ai-hero-cta-group,
    .ai-hero-scroll-indicator,
    .ai-hero-visual {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Scroll Margin for FAQ Items */
@media (prefers-reduced-motion: no-preference) {
    .webdev-faq-item {
        scroll-margin-top: 110px;
    }
}


/* ============================================================================
   PRINT STYLES
   ============================================================================ */

@media print {
    .webdev-faq-section,
    .ai-hero-section {
        background: white !important;
        padding: 40px 20px !important;
    }
    
    .webdev-faq-section::before,
    .webdev-faq-section::after,
    .ai-hero-bg-pattern,
    .ai-hero-gradient-orb,
    .ai-hero-particle,
    .ai-hero-scroll-indicator {
        display: none !important;
    }
    
    .webdev-faq-item {
        background: white !important;
        border: 1px solid #333 !important;
        box-shadow: none !important;
        page-break-inside: avoid;
        opacity: 1 !important;
        transform: none !important;
    }
    
    /* Show all FAQ answers when printing */
    .webdev-faq-answer {
        max-height: none !important;
    }
    
    .webdev-faq-answer-content {
        opacity: 1 !important;
        transform: none !important;
        padding-left: 20px !important;
    }
    
    .webdev-faq-arrow {
        display: none !important;
    }
    
    .webdev-faq-title,
    .webdev-faq-question-text,
    .ai-hero-headline-line,
    .ai-hero-gradient-text {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        background: none !important;
    }
    
    .ai-hero-container {
        display: block !important;
    }
    
    .ai-hero-visual {
        display: none !important;
    }
    
    .ai-hero-cta-group {
        display: none !important;
    }
    
    .ai-hero-content {
        max-width: 100% !important;
        opacity: 1 !important;
    }
    
    .ai-hero-headline-line,
    .ai-hero-subheadline,
    .ai-hero-philosophy {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* ============================================================================
   END OF PART 10 ULTRA POLISHED CSS
   ============================================================================ *//* ====================================
   SECTION 2: PHILOSOPHY - "THE WHY"
   ==================================== */
/* ============================================================================
   RISENEX GLOBAL - PART 11 ULTRA POLISHED CSS
   AI Philosophy Section, Core Engine Section (How It Works)
   Premium Glassmorphism | Orbital Animations | Full Accessibility
   ============================================================================ */

/* ==================== CSS CUSTOM PROPERTIES (Part 11 Specific) ==================== */

:root {
    /* Philosophy Section Colors */
    --phil-bg-start: #f5f7fa;
    --phil-bg-end: #c3cfe2;
    --phil-text-primary: #1a1a2e;
    --phil-text-secondary: #4a5568;
    --phil-accent: #667eea;
    --phil-accent-alt: #764ba2;
    --phil-card-bg: rgba(255, 255, 255, 0.88);
    --phil-card-border: rgba(255, 255, 255, 0.35);
    
    /* Core Engine Colors */
    --core-gradient-start: #667eea;
    --core-gradient-end: #764ba2;
    --core-text: #ffffff;
    --core-text-muted: rgba(255, 255, 255, 0.88);
    --core-glass-bg: rgba(255, 255, 255, 0.15);
    --core-glass-border: rgba(255, 255, 255, 0.32);
    
    /* Timing Functions */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-orbit: cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Shadows */
    --shadow-philosophy-card: 0 10px 40px rgba(0, 0, 0, 0.08),
                              0 4px 12px rgba(0, 0, 0, 0.04);
    --shadow-philosophy-hover: 0 24px 70px rgba(102, 126, 234, 0.28),
                               0 8px 20px rgba(0, 0, 0, 0.08);
    --shadow-core-card: 0 10px 40px rgba(0, 0, 0, 0.22),
                        0 4px 12px rgba(0, 0, 0, 0.12);
    --shadow-core-hover: 0 24px 60px rgba(0, 0, 0, 0.38),
                         0 8px 20px rgba(0, 0, 0, 0.18);
}


/* ============================================================================
   AI PHILOSOPHY SECTION
   ============================================================================ */

.ai-philosophy-section {
    position: relative;
    min-height: 100vh;
    padding: clamp(80px, 12vh, 140px) 20px;
    background: linear-gradient(
        135deg,
        var(--phil-bg-start) 0%,
        var(--phil-bg-end) 100%
    );
    overflow: hidden;
}

.ai-philosophy-container {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* ==================== BACKGROUND ELEMENTS ==================== */

.ai-philosophy-bg-elements {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

/* Grid Pattern */
.ai-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(102, 126, 234, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 126, 234, 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: 0.55;
}

/* Floating Orbs */
.ai-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.38;
    animation: philOrbFloat 22s ease-in-out infinite;
    will-change: transform;
}

.ai-bg-orb-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(
        circle,
        rgba(102, 126, 234, 0.45) 0%,
        rgba(102, 126, 234, 0.15) 40%,
        transparent 70%
    );
    top: 8%;
    left: -12%;
    animation-delay: 0s;
}

.ai-bg-orb-2 {
    width: 550px;
    height: 550px;
    background: radial-gradient(
        circle,
        rgba(118, 75, 162, 0.45) 0%,
        rgba(118, 75, 162, 0.15) 40%,
        transparent 70%
    );
    bottom: 8%;
    right: -12%;
    animation-delay: -12s;
}

@keyframes philOrbFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(35px, -35px) scale(1.08);
    }
    66% {
        transform: translate(-25px, 25px) scale(0.92);
    }
}


/* ==================== PHILOSOPHY HEADER ==================== */

.ai-philosophy-header {
    text-align: center;
    margin-bottom: clamp(60px, 8vw, 90px);
}

/* Badge */
.ai-philosophy-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 26px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--phil-accent);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
    box-shadow: 
        0 6px 20px rgba(102, 126, 234, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.6);
    animation: philBadgeFloat 4s ease-in-out infinite;
}

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

/* Title */
.ai-philosophy-title {
    font-size: clamp(2rem, 5vw, 3.65rem);
    font-weight: 800;
    color: var(--phil-text-primary);
    margin-bottom: 26px;
    line-height: 1.18;
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(
        135deg,
        var(--phil-accent) 0%,
        var(--phil-accent-alt) 50%,
        var(--phil-accent) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientTextFlow 5s ease-in-out infinite;
}

@keyframes gradientTextFlow {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Subtitle */
.ai-philosophy-subtitle {
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    color: var(--phil-text-secondary);
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.85;
}


/* ==================== PHILOSOPHY GRID ==================== */

.ai-philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: clamp(22px, 3vw, 34px);
    margin-bottom: clamp(60px, 8vw, 90px);
}


/* ==================== PHILOSOPHY CARD ==================== */

.ai-philosophy-card {
    position: relative;
    background: var(--phil-card-bg);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 26px;
    padding: clamp(32px, 4vw, 44px) clamp(26px, 3vw, 34px);
    border: 1px solid var(--phil-card-border);
    box-shadow: var(--shadow-philosophy-card);
    transition: 
        transform 0.5s var(--ease-out-expo),
        box-shadow 0.5s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth);
    overflow: hidden;
    cursor: pointer;
}

.ai-philosophy-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-philosophy-hover);
    border-color: rgba(102, 126, 234, 0.38);
}

/* Card Glow Effect */
.ai-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(102, 126, 234, 0.12) 0%,
        transparent 65%
    );
    opacity: 0;
    transition: opacity 0.55s var(--ease-smooth);
    pointer-events: none;
}

.ai-philosophy-card:hover .ai-card-glow {
    opacity: 1;
}

/* Corner Shine */
.ai-philosophy-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(
        circle at top right,
        rgba(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s var(--ease-smooth);
    pointer-events: none;
}

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


/* ==================== CARD ICON ==================== */

.ai-card-icon {
    width: 76px;
    height: 76px;
    background: linear-gradient(
        135deg,
        var(--phil-accent) 0%,
        var(--phil-accent-alt) 100%
    );
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    transition: 
        transform 0.55s var(--ease-bounce),
        box-shadow 0.4s var(--ease-smooth);
    box-shadow: 
        0 6px 22px rgba(102, 126, 234, 0.35),
        0 2px 6px rgba(0, 0, 0, 0.08);
}

.ai-philosophy-card:hover .ai-card-icon {
    transform: rotate(360deg) scale(1.12);
    box-shadow: 
        0 10px 32px rgba(102, 126, 234, 0.45),
        0 4px 10px rgba(0, 0, 0, 0.12);
}

.ai-card-icon svg {
    width: 38px;
    height: 38px;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}


/* ==================== CARD CONTENT ==================== */

.ai-card-content {
    position: relative;
    z-index: 2;
}

.ai-card-title {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: var(--phil-text-primary);
    margin-bottom: 18px;
    transition: color 0.35s var(--ease-smooth);
}

.ai-philosophy-card:hover .ai-card-title {
    color: var(--phil-accent);
}

.ai-card-description {
    font-size: clamp(0.95rem, 1.5vw, 1.02rem);
    color: var(--phil-text-secondary);
    line-height: 1.85;
}


/* ==================== PHILOSOPHY STATEMENT ==================== */

.ai-philosophy-statement {
    margin-bottom: clamp(60px, 8vw, 90px);
}

.ai-statement-card {
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: clamp(44px, 6vw, 68px) clamp(36px, 5vw, 56px);
    border: 2px solid rgba(102, 126, 234, 0.22);
    position: relative;
    overflow: hidden;
    transition: 
        border-color 0.4s var(--ease-smooth),
        box-shadow 0.4s var(--ease-smooth);
}

.ai-statement-card:hover {
    border-color: rgba(102, 126, 234, 0.38);
    box-shadow: 0 16px 50px rgba(102, 126, 234, 0.18);
}

/* Quote Icon */
.ai-statement-quote {
    position: absolute;
    top: 12px;
    left: 42px;
    width: 78px;
    height: 78px;
    opacity: 0.35;
    transition: 
        opacity 0.4s var(--ease-smooth),
        transform 0.4s var(--ease-bounce);
}

.ai-statement-card:hover .ai-statement-quote {
    opacity: 0.5;
    transform: scale(1.1) rotate(-5deg);
}

.ai-statement-quote svg {
    width: 100%;
    height: 100%;
    color: var(--phil-accent);
}

/* Quote Text */
.ai-statement-text {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 600;
    color: var(--phil-text-primary);
    line-height: 1.65;
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
    font-style: italic;
}

/* Author */
.ai-statement-author {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: var(--phil-accent);
    font-weight: 600;
    text-align: right;
    position: relative;
}

.ai-statement-author::before {
    content: '—';
    margin-right: 8px;
}


/* ==================== CORE PRINCIPLES ==================== */

.ai-principles-wrapper {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: clamp(44px, 5vw, 58px) clamp(32px, 4vw, 46px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: var(--shadow-philosophy-card);
}

.ai-principles-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
    color: var(--phil-text-primary);
    text-align: center;
    margin-bottom: clamp(40px, 5vw, 56px);
}

.ai-principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(32px, 4vw, 46px);
}


/* ==================== PRINCIPLE ITEM ==================== */

.ai-principle-item {
    position: relative;
    padding-left: 78px;
    transition: transform 0.4s var(--ease-out-expo);
}

.ai-principle-item:hover {
    transform: translateX(12px);
}

/* Large Number */
.ai-principle-number {
    position: absolute;
    left: 0;
    top: -24px;
    font-size: clamp(2.5rem, 4vw, 3.2rem);
    font-weight: 800;
    background: linear-gradient(
        135deg,
        var(--phil-accent) 0%,
        var(--phil-accent-alt) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.28;
    transition: 
        opacity 0.35s var(--ease-smooth),
        transform 0.4s var(--ease-bounce);
}

.ai-principle-item:hover .ai-principle-number {
    opacity: 0.5;
    transform: scale(1.1);
}

.ai-principle-title {
    font-size: clamp(1.15rem, 2vw, 1.32rem);
    font-weight: 700;
    color: var(--phil-text-primary);
    margin-bottom: 12px;
    transition: color 0.35s var(--ease-smooth);
}

.ai-principle-item:hover .ai-principle-title {
    color: var(--phil-accent);
}

.ai-principle-desc {
    font-size: clamp(0.92rem, 1.5vw, 0.98rem);
    color: var(--phil-text-secondary);
    line-height: 1.7;
}


/* ============================================================================
   AI CORE ENGINE SECTION - HOW IT WORKS
   ============================================================================ */

.ai-core-section {
    position: relative;
    min-height: 100vh;
    padding: clamp(80px, 12vh, 140px) 20px;
    background: linear-gradient(
        135deg,
        var(--core-gradient-start) 0%,
        var(--core-gradient-end) 100%
    );
    overflow: hidden;
}

.ai-core-container {
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* ==================== BACKGROUND ELEMENTS ==================== */

.ai-core-bg-elements {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

/* Grid Pattern */
.ai-core-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.65;
}

/* Background Orbs */
.ai-core-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.28;
    will-change: transform;
}

.ai-core-orb-1 {
    width: 550px;
    height: 550px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.35) 0%,
        transparent 70%
    );
    top: -12%;
    left: -12%;
    animation: coreOrbFloat 28s ease-in-out infinite;
}

.ai-core-orb-2 {
    width: 650px;
    height: 650px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 70%
    );
    bottom: -12%;
    right: -12%;
    animation: coreOrbFloat 34s ease-in-out infinite reverse;
}

@keyframes coreOrbFloat {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(55px, -55px);
    }
}


/* ==================== CORE HEADER ==================== */

.ai-core-header {
    text-align: center;
    margin-bottom: clamp(80px, 10vw, 110px);
}

/* Badge */
.ai-core-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 26px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--core-text);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    animation: coreBadgePulse 3s ease-in-out infinite;
}

@keyframes coreBadgePulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    50% { 
        box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.15);
    }
}

/* Title */
.ai-core-title {
    font-size: clamp(2rem, 5vw, 3.65rem);
    font-weight: 800;
    color: var(--core-text);
    margin-bottom: 26px;
    line-height: 1.18;
}

.ai-core-title .gradient-text {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #e0e7ff 50%,
        #ffffff 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: coreGradientShift 4s ease-in-out infinite;
}

@keyframes coreGradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Subtitle */
.ai-core-subtitle {
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    color: var(--core-text-muted);
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.85;
}


/* ==================== CORE ARCHITECTURE ==================== */

.ai-core-architecture {
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: 1050px;
    margin: 0 auto clamp(80px, 10vw, 130px);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ==================== CENTER HUB ==================== */

.ai-core-hub {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.ai-hub-inner {
    width: 190px;
    height: 190px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.52);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 
        0 24px 70px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    right: 40%;
    transition: 
        transform 0.5s var(--ease-bounce),
        box-shadow 0.5s var(--ease-smooth);
}

.ai-hub-inner:hover {
    transform: scale(1.08);
    box-shadow: 
        0 30px 90px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Hub Icon */
.ai-hub-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.ai-hub-icon svg {
    width: 100%;
    height: 100%;
    color: var(--core-text);
    animation: hubIconRotate 22s linear infinite;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

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

/* Hub Text */
.ai-hub-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--core-text);
    margin-bottom: 5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ai-hub-text {
    font-size: 0.88rem;
    color: var(--core-text-muted);
    font-weight: 600;
}

/* Hub Pulse Effect */
.ai-hub-pulse {
    display: none;
    position: absolute;
    top: -15%;
    right: 40px;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.48);
    animation: hubPulseExpand 3.5s ease-out infinite;
}

@keyframes hubPulseExpand {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.6);
        opacity: 0;
    }
}


/* ==================== ORBITING COMPONENTS ==================== */

.ai-core-orbit {
    position: relative;
    width: 100%;
    height: 100%;
}

.ai-orbit-item {
    position: absolute;
    width: 260px;
    opacity: 0;
    animation: orbitItemFadeIn 0.7s var(--ease-out-expo) forwards;
}

/* Staggered Fade In */
.ai-orbit-item[data-orbit="1"] { animation-delay: 0.1s; }
.ai-orbit-item[data-orbit="2"] { animation-delay: 0.2s; }
.ai-orbit-item[data-orbit="3"] { animation-delay: 0.3s; }
.ai-orbit-item[data-orbit="4"] { animation-delay: 0.4s; }
.ai-orbit-item[data-orbit="5"] { animation-delay: 0.5s; }
.ai-orbit-item[data-orbit="6"] { animation-delay: 0.6s; }

@keyframes orbitItemFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Orbit Positions */
.ai-orbit-item[data-orbit="1"] {
    top: 2%;
    left: 40%;
    transform: translateX(-60%);
}

.ai-orbit-item[data-orbit="2"] {
    top: 16%;
    right: 7%;
}

.ai-orbit-item[data-orbit="3"] {
    bottom: 16%;
    right: 7%;
}

.ai-orbit-item[data-orbit="4"] {
    bottom: 2%;
    left: 40%;
    transform: translateX(-60%);
}

.ai-orbit-item[data-orbit="5"] {
    bottom: 16%;
    left: 7%;
}

.ai-orbit-item[data-orbit="6"] {
    top: 16%;
    left: 7%;
}


/* ==================== ORBIT CARD ==================== */

.ai-orbit-card {
    background: var(--core-glass-bg);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    padding: 28px 24px;
    border: 2px solid var(--core-glass-border);
    text-align: center;
    transition: 
        transform 0.5s var(--ease-out-expo),
        background 0.4s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth),
        box-shadow 0.5s var(--ease-smooth);
    cursor: pointer;
    box-shadow: var(--shadow-core-card);
}

.ai-orbit-card:hover {
    transform: translateY(-12px) scale(1.03);
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.58);
    box-shadow: var(--shadow-core-hover);
}

/* Orbit Icon */
.ai-orbit-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        transform 0.5s var(--ease-bounce),
        background 0.4s var(--ease-smooth),
        box-shadow 0.4s var(--ease-smooth);
}

.ai-orbit-card:hover .ai-orbit-icon {
    transform: scale(1.18) rotate(12deg);
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 36px rgba(255, 255, 255, 0.18);
}

.ai-orbit-icon svg {
    width: 38px;
    height: 38px;
    color: var(--core-text);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Orbit Text */
.ai-orbit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--core-text);
    margin-bottom: 12px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.ai-orbit-desc {
    font-size: 0.94rem;
    color: var(--core-text-muted);
    line-height: 1.55;
}


/* ==================== CONNECTOR LINES ==================== */

.ai-orbit-connector {
    position: absolute;
    background: rgba(255, 255, 255, 0.28);
    pointer-events: none;
    transition: background 0.3s var(--ease-smooth);
}

.ai-orbit-card:hover ~ .ai-orbit-connector {
    background: rgba(255, 255, 255, 0.45);
}

/* Side Connectors */
.ai-orbit-item[data-orbit="2"] .ai-orbit-connector,
.ai-orbit-item[data-orbit="3"] .ai-orbit-connector,
.ai-orbit-item[data-orbit="5"] .ai-orbit-connector,
.ai-orbit-item[data-orbit="6"] .ai-orbit-connector {
    width: 170px;
    height: 2px;
}

/* Top Connector (1) */
.ai-orbit-item[data-orbit="1"] .ai-orbit-connector {
    width: 2px;
    height: 150px;
    top: 100%;
    left: 45%;
    transform: translateX(-50%);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* Top-Right Connector (2) */
.ai-orbit-item[data-orbit="2"] .ai-orbit-connector {
    top: 50%;
    right: 100%;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: right center;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.42) 100%
    );
}

/* Bottom-Right Connector (3) */
.ai-orbit-item[data-orbit="3"] .ai-orbit-connector {
    bottom: 50%;
    right: 100%;
    transform: translateY(50%) rotate(35deg);
    transform-origin: right center;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.42) 100%
    );
}

/* Bottom Connector (4) */
.ai-orbit-item[data-orbit="4"] .ai-orbit-connector {
    width: 2px;
    height: 150px;
    bottom: 100%;
    left: 45%;
    transform: translateX(-50%);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* Bottom-Left Connector (5) */
.ai-orbit-item[data-orbit="5"] .ai-orbit-connector {
    bottom: 50%;
    left: 100%;
    transform: translateY(50%) rotate(-35deg);
    transform-origin: left center;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.42) 100%
    );
}

/* Top-Left Connector (6) */
.ai-orbit-item[data-orbit="6"] .ai-orbit-connector {
    top: 50%;
    left: 100%;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: left center;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.42) 100%
    );
}


/* ==================== TECHNOLOGY STACK ==================== */

.ai-tech-stack {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: clamp(44px, 6vw, 68px) clamp(32px, 4vw, 46px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    margin-bottom: clamp(60px, 8vw, 90px);
}

.ai-tech-heading {
    font-size: clamp(1.85rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: var(--core-text);
    text-align: center;
    margin-bottom: clamp(40px, 5vw, 56px);
}

.ai-tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: clamp(24px, 3vw, 34px);
}


/* ==================== TECH ITEM ==================== */

.ai-tech-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: clamp(26px, 3vw, 34px) clamp(22px, 2.5vw, 28px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
    transition: 
        transform 0.45s var(--ease-out-expo),
        background 0.4s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth),
        box-shadow 0.45s var(--ease-smooth);
}

.ai-tech-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

/* Tech Icon */
.ai-tech-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 
        transform 0.45s var(--ease-bounce),
        background 0.4s var(--ease-smooth);
}

.ai-tech-item:hover .ai-tech-icon {
    transform: scale(1.12) rotate(6deg);
    background: rgba(255, 255, 255, 0.32);
}

.ai-tech-icon svg {
    width: 38px;
    height: 38px;
    color: var(--core-text);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Tech Text */
.ai-tech-title {
    font-size: clamp(1.25rem, 2vw, 1.45rem);
    font-weight: 700;
    color: var(--core-text);
    margin-bottom: 14px;
}

.ai-tech-desc {
    font-size: clamp(0.92rem, 1.5vw, 0.98rem);
    color: var(--core-text-muted);
    line-height: 1.65;
}


/* ==================== PROCESS FLOW TIMELINE ==================== */

.ai-process-flow {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: clamp(44px, 6vw, 68px) clamp(32px, 4vw, 46px);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.ai-flow-heading {
    font-size: clamp(1.85rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: var(--core-text);
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 68px);
}

.ai-flow-timeline {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}


/* ==================== FLOW STEP ==================== */

.ai-flow-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: clamp(40px, 5vw, 56px);
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
    animation: flowStepSlideIn 0.7s var(--ease-out-expo) forwards;
}

.ai-flow-step:nth-child(1) { animation-delay: 0.1s; }
.ai-flow-step:nth-child(2) { animation-delay: 0.25s; }
.ai-flow-step:nth-child(3) { animation-delay: 0.4s; }
.ai-flow-step:nth-child(4) { animation-delay: 0.55s; }
.ai-flow-step:nth-child(5) { animation-delay: 0.7s; }

@keyframes flowStepSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ai-flow-step:last-child {
    margin-bottom: 0;
}

/* Step Number */
.ai-flow-number {
    flex-shrink: 0;
    width: 86px;
    height: 86px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--core-text);
    border: 3px solid rgba(255, 255, 255, 0.42);
    margin-right: clamp(24px, 3vw, 34px);
    position: relative;
    z-index: 2;
    transition: 
        transform 0.55s var(--ease-bounce),
        background 0.4s var(--ease-smooth),
        border-color 0.4s var(--ease-smooth);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.ai-flow-step:hover .ai-flow-number {
    transform: scale(1.12) rotate(360deg);
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.62);
}

/* Step Content */
.ai-flow-content {
    flex: 1;
    padding-top: 12px;
}

.ai-flow-title {
    font-size: clamp(1.35rem, 2.5vw, 1.58rem);
    font-weight: 700;
    color: var(--core-text);
    margin-bottom: 12px;
    transition: color 0.35s var(--ease-smooth);
}

.ai-flow-step:hover .ai-flow-title {
    color: rgba(255, 255, 255, 1);
}

.ai-flow-desc {
    font-size: clamp(0.95rem, 1.5vw, 1.02rem);
    color: var(--core-text-muted);
    line-height: 1.75;
}

/* Connecting Line */
.ai-flow-line {
    position: absolute;
    left: 43px;
    top: 86px;
    width: 3px;
    height: calc(100% + 56px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0.12) 100%
    );
    z-index: 1;
    border-radius: 2px;
}

.ai-flow-step:last-child .ai-flow-line {
    display: none;
}


/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

@media (max-width: 1200px) {
    .ai-core-architecture {
        height: 900px;
        max-width: 1020px;
    }
    
    .ai-orbit-item {
        width: 248px;
    }
    
    .ai-orbit-item[data-orbit="2"],
    .ai-orbit-item[data-orbit="3"] {
        right: 3%;
    }
    
    .ai-orbit-item[data-orbit="5"],
    .ai-orbit-item[data-orbit="6"] {
        left: 3%;
    }
}

@media (max-width: 1024px) {
    /* Philosophy Section */
    .ai-philosophy-title {
        font-size: clamp(1.85rem, 5vw, 2.85rem);
    }
    
    .ai-statement-text {
        font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    }
    
    /* Core Section */
    .ai-core-architecture {
        height: 850px;
        max-width: 920px;
    }
    
    .ai-orbit-item {
        width: 230px;
    }
    
    .ai-orbit-card {
        padding: 24px 20px;
    }
    
    .ai-hub-inner {
        width: 175px;
        height: 175px;
    }
    
    .ai-hub-pulse {
        width: 175px;
        height: 175px;
    }
    
    .ai-orbit-item[data-orbit="2"],
    .ai-orbit-item[data-orbit="3"] {
        right: 2%;
    }
    
    .ai-orbit-item[data-orbit="5"],
    .ai-orbit-item[data-orbit="6"] {
        left: 2%;
    }
    
    .ai-orbit-item[data-orbit="2"],
    .ai-orbit-item[data-orbit="6"] {
        top: 12%;
    }
    
    .ai-orbit-item[data-orbit="3"],
    .ai-orbit-item[data-orbit="5"] {
        bottom: 12%;
    }
}

@media (max-width: 768px) {
    /* Philosophy Section */
    .ai-philosophy-section {
        padding: 70px 16px;
    }
    
    .ai-philosophy-title {
        font-size: clamp(1.65rem, 5.5vw, 2.35rem);
    }
    
    .ai-philosophy-subtitle {
        font-size: 1.05rem;
    }
    
    .ai-philosophy-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    
    .ai-statement-card {
        padding: 36px 28px;
    }
    
    .ai-statement-text {
        font-size: 1.2rem;
    }
    
    .ai-principles-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .ai-principles-wrapper {
        padding: 36px 24px;
    }
    
    /* Core Section */
    .ai-core-section {
        padding: 70px 16px;
    }
    
    .ai-core-title {
        font-size: clamp(1.65rem, 6vw, 2.55rem);
    }
    
    /* Stack orbit cards vertically on mobile */
    .ai-core-architecture {
        height: auto;
        max-width: 100%;
        display: block;
        padding: 60px 0;
    }
    
    .ai-core-hub {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto 50px;
    }
    
    .ai-hub-inner {
        right: auto;
        margin: 0 auto;
    }
    
    .ai-hub-pulse {
        display: none;
    }
    
    .ai-core-orbit {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .ai-orbit-item {
        position: relative;
        width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
    
    .ai-orbit-connector {
        display: none;
    }
    
    .ai-tech-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ai-flow-number {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }
    
    .ai-flow-line {
        left: 35px;
        top: 70px;
    }
}

@media (max-width: 480px) {
    /* Philosophy Section */
    .ai-philosophy-section {
        padding: 55px 14px;
    }
    
    .ai-philosophy-title {
        font-size: 1.55rem;
    }
    
    .ai-philosophy-header {
        margin-bottom: 46px;
    }
    
    .ai-philosophy-card {
        padding: 28px 20px;
    }
    
    .ai-card-title {
        font-size: 1.42rem;
    }
    
    .ai-statement-card {
        padding: 28px 20px;
    }
    
    .ai-statement-text {
        font-size: 1.08rem;
    }
    
    .ai-principle-item {
        padding-left: 64px;
    }
    
    .ai-principle-number {
        font-size: 2.4rem;
    }
    
    /* Core Section */
    .ai-core-section {
        padding: 55px 14px;
    }
    
    .ai-core-title {
        font-size: 1.55rem;
    }
    
    .ai-hub-inner {
        width: 160px;
        height: 160px;
    }
    
    .ai-hub-icon {
        width: 52px;
        height: 52px;
    }
    
    .ai-hub-title {
        font-size: 1.25rem;
    }
    
    .ai-orbit-card {
        padding: 22px 18px;
    }
    
    .ai-orbit-icon {
        width: 64px;
        height: 64px;
    }
    
    .ai-flow-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .ai-flow-number {
        margin-right: 0;
        margin-bottom: 18px;
    }
    
    .ai-flow-line {
        display: none;
    }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .ai-philosophy-card,
    .ai-orbit-card,
    .ai-tech-item {
        min-height: 180px;
    }
    
    .ai-flow-number {
        min-width: 70px;
        min-height: 70px;
    }
}


/* ============================================================================
   ACCESSIBILITY
   ============================================================================ */

/* Focus Visible States */
.ai-philosophy-card:focus-visible,
.ai-orbit-card:focus-visible,
.ai-tech-item:focus-visible,
.ai-flow-step:focus-visible {
    outline: 3px solid var(--phil-accent);
    outline-offset: 4px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .ai-philosophy-card,
    .ai-principles-wrapper,
    .ai-statement-card {
        background: white;
        border: 2px solid #333;
    }
    
    .ai-orbit-card,
    .ai-tech-item,
    .ai-process-flow,
    .ai-tech-stack {
        background: rgba(0, 0, 0, 0.8);
        border: 2px solid white;
    }
    
    .gradient-text {
        -webkit-text-fill-color: currentColor;
        background: none;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .ai-bg-orb,
    .ai-core-bg-orb,
    .ai-philosophy-badge,
    .gradient-text,
    .ai-card-icon,
    .ai-card-glow,
    .ai-statement-quote,
    .ai-principle-number,
    .ai-philosophy-card,
    .ai-principle-item,
    .ai-core-badge,
    .ai-core-title .gradient-text,
    .ai-hub-icon svg,
    .ai-hub-inner,
    .ai-hub-pulse,
    .ai-orbit-item,
    .ai-orbit-card,
    .ai-orbit-icon,
    .ai-orbit-connector,
    .ai-tech-item,
    .ai-tech-icon,
    .ai-flow-step,
    .ai-flow-number {
        animation: none !important;
        transition: opacity 0.2s ease, color 0.2s ease !important;
    }
    
    /* Make elements visible immediately */
    .ai-orbit-item,
    .ai-flow-step {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* ============================================================================
   PRINT STYLES
   ============================================================================ */

@media print {
    .ai-philosophy-section,
    .ai-core-section {
        background: white !important;
        padding: 40px 20px !important;
        min-height: auto !important;
    }
    
    .ai-philosophy-bg-elements,
    .ai-core-bg-elements,
    .ai-bg-orb,
    .ai-bg-grid,
    .ai-core-bg-orb,
    .ai-core-bg-grid,
    .ai-card-glow,
    .ai-hub-pulse,
    .ai-orbit-connector {
        display: none !important;
    }
    
    .ai-philosophy-card,
    .ai-principles-wrapper,
    .ai-statement-card {
        background: white !important;
        border: 1px solid #333 !important;
        box-shadow: none !important;
        page-break-inside: avoid;
    }
    
    .ai-orbit-card,
    .ai-tech-item,
    .ai-tech-stack,
    .ai-process-flow {
        background: #f5f5f5 !important;
        border: 1px solid #333 !important;
        box-shadow: none !important;
    }
    
    /* Flatten orbit layout for print */
    .ai-core-architecture {
        height: auto !important;
        display: block !important;
    }
    
    .ai-core-hub {
        position: relative !important;
        transform: none !important;
        margin: 0 auto 30px !important;
    }
    
    .ai-hub-inner {
        right: auto !important;
        background: #f5f5f5 !important;
        border-color: #333 !important;
    }
    
    .ai-core-orbit {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .ai-orbit-item {
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
    
    .ai-philosophy-title,
    .ai-card-title,
    .ai-principles-heading,
    .ai-principle-title,
    .ai-statement-text,
    .gradient-text {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        background: none !important;
    }
    
    .ai-core-title,
    .ai-hub-title,
    .ai-orbit-title,
    .ai-tech-heading,
    .ai-tech-title,
    .ai-flow-heading,
    .ai-flow-title,
    .ai-flow-number {
        color: #000 !important;
        text-shadow: none !important;
    }
    
    .ai-core-subtitle,
    .ai-hub-text,
    .ai-orbit-desc,
    .ai-tech-desc,
    .ai-flow-desc {
        color: #333 !important;
    }
    
    .ai-flow-line {
        background: #ccc !important;
    }



/* ============================================================================
   END OF PART 11 ULTRA POLISHED CSS
   ============================================================================ */
    /* Stack orbit items vertically on mobile */
    .ai-orbit-item {
        position: relative !important;
        width: 100%;
        max-width: 340px;
        margin: 0 auto 30px;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
    
    .ai-core-hub {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto 50px;
        width: fit-content;
    }
    
    .ai-hub-inner {
        width: 200px;
        height: 200px;
    }
    
    .ai-orbit-connector {
        display: none;
    }
    
    .ai-tech-grid {
        grid-template-columns: 1fr;
    }
    
    .ai-tech-stack,
    .ai-process-flow {
        padding: 40px 25px;
    }
    
    .ai-tech-heading,
    .ai-flow-heading {
        font-size: 2.2rem;
    }
    
    .ai-flow-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .ai-flow-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .ai-flow-line {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .ai-core-section {
        padding: 60px 15px;
    }
    
    .ai-core-title {
        font-size: 2rem;
    }
    
    .ai-core-subtitle {
        font-size: 1.1rem;
    }
    
    .ai-hub-inner {
        width: 160px;
        height: 160px;
    }
    
    .ai-hub-title {
        font-size: 1.3rem;
    }
    
    .ai-hub-text {
        font-size: 0.85rem;
    }
    
    .ai-orbit-card {
        padding: 24px 20px;
    }
    
    .ai-orbit-title {
        font-size: 1.1rem;
    }
    
    .ai-tech-heading,
    .ai-flow-heading {
        font-size: 1.8rem;
    }
    
    .ai-tech-stack,
    .ai-process-flow {
        padding: 30px 20px;
    }
}
@media (max-width: 1200px) {
    .ai-core-architecture {
        height: 950px; /* ⬅️ ADJUSTED */
        max-width: 1000px;
    }
    
    .ai-orbit-item {
        width: 230px;
    }
}

@media (max-width: 1024px) {
    .ai-core-architecture {
        height: 900px; /* ⬅️ ADJUSTED */
        max-width: 900px;
    }
    
    .ai-orbit-item {
        width: 210px;
    }
    
    .ai-hub-inner {
        width: 160px;
        height: 160px;
    }
    
    .ai-orbit-item[data-orbit="2"],
    .ai-orbit-item[data-orbit="6"] {
        top: 10%;
    }
    
    .ai-orbit-item[data-orbit="3"],
    .ai-orbit-item[data-orbit="5"] {
        bottom: 10%;
    }
}
/* ====================================
   SECTION 4: CAPABILITIES - "IN ACTION"
   ==================================== */
/* =====================================================
   PART 12: AI CAPABILITIES & IMPACT METRICS
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: AI CAPABILITIES
   ============================================ */

.ai-capabilities-section {
    position: relative;
    min-height: 100vh;
    padding: 120px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    overflow: hidden;
    isolation: isolate;
}

.ai-capabilities-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ============= HEADER ============= */
.ai-capabilities-header {
    text-align: center;
    margin-bottom: 80px;
}

.ai-capabilities-badge {
    display: inline-block;
    padding: 10px 28px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    box-shadow: 
        0 4px 20px rgba(102, 126, 234, 0.2),
        0 0 0 1px rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-capabilities-badge:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 
        0 8px 30px rgba(102, 126, 234, 0.3),
        0 0 0 1px rgba(102, 126, 234, 0.2);
}

.ai-capabilities-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ai-capabilities-title .gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmerText 4s ease-in-out infinite;
}

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

.ai-capabilities-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    opacity: 0.9;
}

/* ============= CAPABILITIES GRID ============= */
.ai-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 35px;
    margin-bottom: 100px;
}

.ai-capability-card {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 35px;
    border: 2px solid rgba(102, 126, 234, 0.15);
    overflow: hidden;
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.4s ease;
}

/* Top gradient bar animation */
.ai-capability-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Subtle inner glow on hover */
.ai-capability-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(102, 126, 234, 0.08) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.ai-capability-card:hover::before {
    transform: scaleX(1);
    animation: gradientFlow 2s ease-in-out infinite;
}

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

.ai-capability-card:hover::after {
    opacity: 1;
}

.ai-capability-card:hover {
    transform: translateY(-15px) translateZ(0);
    border-color: rgba(102, 126, 234, 0.4);
    box-shadow: 
        0 25px 60px rgba(102, 126, 234, 0.2),
        0 10px 25px rgba(102, 126, 234, 0.15),
        0 0 0 1px rgba(102, 126, 234, 0.1);
}

/* Card Header */
.ai-capability-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.ai-capability-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.ai-capability-card:hover .ai-capability-icon {
    transform: rotate(360deg) scale(1.1) translateZ(0);
    box-shadow: 
        0 15px 35px rgba(102, 126, 234, 0.4),
        0 0 30px rgba(102, 126, 234, 0.2);
}

.ai-capability-icon svg {
    width: 36px;
    height: 36px;
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.ai-capability-card:hover .ai-capability-icon svg {
    transform: scale(1.1);
}

.ai-capability-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(102, 126, 234, 0.12);
    line-height: 1;
    transition: 
        color 0.4s ease,
        transform 0.4s ease;
    user-select: none;
}

.ai-capability-card:hover .ai-capability-number {
    color: rgba(102, 126, 234, 0.2);
    transform: scale(1.1);
}

/* Card Content */
.ai-capability-content {
    position: relative;
    z-index: 2;
}

.ai-capability-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: color 0.3s ease;
}

.ai-capability-card:hover .ai-capability-name {
    color: #667eea;
}

.ai-capability-desc {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Features List */
.ai-capability-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-capability-features li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-size: 0.95rem;
    color: #2d3748;
    border-bottom: 1px solid rgba(102, 126, 234, 0.08);
    transform: translateX(0);
    will-change: transform, color, padding;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        color 0.3s ease,
        padding 0.3s ease;
}

.ai-capability-features li:last-child {
    border-bottom: none;
}

.ai-capability-features li:hover {
    transform: translateX(8px);
    color: #667eea;
    padding-left: 5px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
    margin-right: 14px;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(102, 126, 234, 0.25);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-capability-features li:hover .feature-icon {
    transform: scale(1.15) rotate(360deg);
}

/* Badge Overlay */
.ai-capability-badge-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(102, 126, 234, 0.04);
    line-height: 1;
    pointer-events: none;
    transition: 
        color 0.5s ease,
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    user-select: none;
}

.ai-capability-card:hover .ai-capability-badge-overlay {
    color: rgba(102, 126, 234, 0.08);
    transform: scale(1.2) rotate(5deg);
}

/* ============= USE CASES SECTION ============= */
.ai-use-cases {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 60px 40px;
    border: 2px solid rgba(102, 126, 234, 0.12);
    box-shadow: 
        0 20px 60px rgba(102, 126, 234, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.ai-use-cases-heading {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: -0.02em;
}

.ai-use-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.ai-use-case-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    border: 2px solid rgba(102, 126, 234, 0.08);
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        border-color 0.3s ease;
}

.ai-use-case-item:hover {
    transform: translateY(-12px) scale(1.02) translateZ(0);
    border-color: rgba(102, 126, 234, 0.25);
    box-shadow: 
        0 20px 50px rgba(102, 126, 234, 0.18),
        0 8px 20px rgba(102, 126, 234, 0.12);
}

.ai-use-case-icon {
    font-size: 3.5rem;
    margin-bottom: 18px;
    display: inline-block;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-use-case-item:hover .ai-use-case-icon {
    transform: scale(1.25) rotate(10deg) translateZ(0);
}

.ai-use-case-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.ai-use-case-item:hover .ai-use-case-title {
    color: #667eea;
}

.ai-use-case-desc {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.65;
}

/* ============= BACKGROUND ELEMENTS ============= */
.ai-capabilities-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.ai-capabilities-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(102, 126, 234, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 126, 234, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
}

.ai-capabilities-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    will-change: transform;
    animation: floatOrb 20s ease-in-out infinite;
}

.ai-capabilities-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.5) 0%, transparent 70%);
    top: 20%;
    left: -5%;
    animation-delay: 0s;
}

.ai-capabilities-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.5) 0%, transparent 70%);
    bottom: 20%;
    right: -5%;
    animation-delay: -10s;
}

@keyframes floatOrb {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    33% {
        transform: translate3d(30px, -30px, 0) scale(1.1);
    }
    66% {
        transform: translate3d(-20px, 20px, 0) scale(0.95);
    }
}

/* ============================================
   SECTION: AI IMPACT METRICS
   ============================================ */

.ai-impact-metrics {
    position: relative;
    padding: 120px 20px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.ai-impact-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Section Header */
.ai-impact-header {
    text-align: center;
    margin-bottom: 80px;
}

.ai-impact-label {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 50px;
    color: #667eea;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-impact-label:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    background: rgba(102, 126, 234, 0.12);
}

.ai-impact-title {
    font-size: clamp(1.75rem, 5vw, 48px);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ai-impact-gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmerText 4s ease-in-out infinite;
}

.ai-impact-subtitle {
    font-size: clamp(1rem, 2vw, 18px);
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Stats Grid */
.ai-impact-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.ai-impact-stat-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
}

/* Top gradient bar */
.ai-impact-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Radial glow on hover */
.ai-impact-stat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 30%,
        rgba(102, 126, 234, 0.06) 0%,
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.ai-impact-stat-card:hover {
    transform: translateY(-12px) translateZ(0);
    border-color: rgba(102, 126, 234, 0.35);
    box-shadow: 
        0 25px 60px rgba(102, 126, 234, 0.12),
        0 10px 25px rgba(102, 126, 234, 0.08),
        0 0 0 1px rgba(102, 126, 234, 0.1);
}

.ai-impact-stat-card:hover::before {
    transform: scaleX(1);
    animation: gradientFlow 2s ease-in-out infinite;
}

.ai-impact-stat-card:hover::after {
    opacity: 1;
}

.ai-impact-stat-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease;
}

.ai-impact-stat-card:hover .ai-impact-stat-icon {
    transform: rotateY(360deg) scale(1.1) translateZ(0);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.18), rgba(118, 75, 162, 0.18));
}

.ai-impact-stat-icon svg {
    width: 30px;
    height: 30px;
    color: #667eea;
    transition: transform 0.3s ease;
}

.ai-impact-stat-card:hover .ai-impact-stat-icon svg {
    transform: scale(1.1);
}

.ai-impact-stat-number {
    display: inline-block;
    font-size: clamp(40px, 8vw, 56px);
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.ai-impact-stat-suffix {
    display: inline-block;
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 700;
    color: #667eea;
    margin-left: 5px;
    vertical-align: super;
}

.ai-impact-stat-label {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 2;
}

.ai-impact-stat-description {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Impact Categories */
.ai-impact-categories {
    margin-bottom: 80px;
}

.ai-impact-categories-title {
    font-size: clamp(1.5rem, 4vw, 32px);
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: -0.01em;
}

.ai-impact-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.ai-impact-category-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 20px;
    padding: 35px 28px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        border-color 0.3s ease;
}

/* Gradient overlay on hover */
.ai-impact-category-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.04), rgba(118, 75, 162, 0.04));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.ai-impact-category-card:hover {
    transform: translateY(-8px) translateZ(0);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 
        0 15px 45px rgba(102, 126, 234, 0.12),
        0 5px 15px rgba(102, 126, 234, 0.08);
}

.ai-impact-category-card:hover::after {
    opacity: 1;
}

.ai-impact-category-icon {
    width: 54px;
    height: 54px;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease;
}

.ai-impact-category-card:hover .ai-impact-category-icon {
    background: rgba(102, 126, 234, 0.15);
    transform: scale(1.12) rotate(5deg) translateZ(0);
}

.ai-impact-category-icon svg {
    width: 26px;
    height: 26px;
    color: #667eea;
    stroke-width: 1.5;
    transition: transform 0.3s ease;
}

.ai-impact-category-card:hover .ai-impact-category-icon svg {
    transform: scale(1.1);
}

.ai-impact-category-name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.ai-impact-category-card:hover .ai-impact-category-name {
    color: #667eea;
}

.ai-impact-category-stats {
    display: flex;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.ai-impact-category-stat {
    flex: 1;
    background: #f9fafb;
    border-radius: 12px;
    padding: 18px 15px;
    text-align: center;
    border: 1px solid rgba(102, 126, 234, 0.05);
    transform: translateZ(0);
    will-change: transform;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease;
}

.ai-impact-category-card:hover .ai-impact-category-stat {
    background: rgba(102, 126, 234, 0.05);
}

.ai-impact-category-stat:hover {
    transform: translateY(-4px) scale(1.03) translateZ(0);
}

.ai-impact-category-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}

.ai-impact-category-stat-label {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
    font-weight: 500;
}

/* ROI Calculator Teaser */
.ai-impact-roi-teaser {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 28px;
    padding: 55px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    overflow: hidden;
    box-shadow: 
        0 8px 40px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.ai-impact-roi-teaser:hover {
    box-shadow: 
        0 15px 60px rgba(102, 126, 234, 0.12),
        0 5px 20px rgba(102, 126, 234, 0.08),
        0 0 0 1px rgba(102, 126, 234, 0.1);
}

/* Decorative gradient orb */
.ai-impact-roi-teaser::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1), transparent 70%);
    pointer-events: none;
    transition: transform 0.8s ease;
}

.ai-impact-roi-teaser:hover::before {
    transform: scale(1.2);
}

.ai-impact-roi-content {
    position: relative;
    z-index: 2;
}

.ai-impact-roi-title {
    font-size: clamp(1.5rem, 4vw, 32px);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
}

.ai-impact-roi-description {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    line-height: 1.7;
}

.ai-impact-roi-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.35),
        0 0 0 0 rgba(102, 126, 234, 0);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.ai-impact-roi-button:hover {
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 
        0 18px 45px rgba(102, 126, 234, 0.4),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.ai-impact-roi-button:active {
    transform: translateY(-2px) scale(1.01) translateZ(0);
}

.ai-impact-roi-button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-impact-roi-button:hover svg {
    transform: translateX(6px);
}

.ai-impact-roi-visual {
    position: relative;
    z-index: 2;
}

.ai-impact-roi-chart {
    position: relative;
    width: 200px;
    height: 200px;
}

.ai-impact-roi-chart svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 25px rgba(102, 126, 234, 0.35));
    transition: filter 0.4s ease;
}

.ai-impact-roi-teaser:hover .ai-impact-roi-chart svg {
    filter: drop-shadow(0 0 35px rgba(102, 126, 234, 0.5));
}

.ai-impact-roi-progress {
    animation: roiProgress 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes roiProgress {
    from {
        stroke-dashoffset: 502.4;
    }
    to {
        stroke-dashoffset: 125.6;
    }
}

.ai-impact-roi-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.4s ease;
}

.ai-impact-roi-teaser:hover .ai-impact-roi-percentage {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Background Elements */
.ai-impact-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(102, 126, 234, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 126, 234, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    z-index: 0;
}

.ai-impact-bg-gradient-1 {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    will-change: transform;
    animation: floatSlowImpact 20s ease-in-out infinite;
}

.ai-impact-bg-gradient-2 {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.1), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    will-change: transform;
    animation: floatSlowImpact 25s ease-in-out infinite reverse;
}

@keyframes floatSlowImpact {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(50px, 50px, 0) scale(1.1);
    }
}

/* ============================================
   RESPONSIVE DESIGN - AI CAPABILITIES
   ============================================ */

@media (max-width: 1200px) {
    .ai-capabilities-grid {
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    }
}

@media (max-width: 1024px) {
    .ai-capabilities-section {
        padding: 100px 20px;
    }
    
    .ai-capabilities-title {
        font-size: 2.75rem;
    }
    
    .ai-capabilities-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .ai-capability-card {
        padding: 35px 30px;
    }
    
    .ai-capability-card:hover {
        transform: translateY(-10px) translateZ(0);
    }
}

@media (max-width: 768px) {
    .ai-capabilities-section {
        padding: 80px 20px;
    }
    
    .ai-capabilities-header {
        margin-bottom: 50px;
    }
    
    .ai-capabilities-title {
        font-size: 2.25rem;
    }
    
    .ai-capabilities-subtitle {
        font-size: 1.1rem;
    }
    
    .ai-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 60px;
    }
    
    .ai-capability-card {
        padding: 30px 25px;
    }
    
    .ai-capability-card:hover {
        transform: translateY(-8px) translateZ(0);
    }
    
    .ai-capability-name {
        font-size: 1.5rem;
    }
    
    .ai-use-cases {
        padding: 40px 25px;
        border-radius: 20px;
    }
    
    .ai-use-cases-heading {
        font-size: 1.75rem;
        margin-bottom: 35px;
    }
    
    .ai-use-cases-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
    
    .ai-use-case-item {
        padding: 28px 20px;
    }
    
    .ai-use-case-item:hover {
        transform: translateY(-8px) translateZ(0);
    }
}

@media (max-width: 480px) {
    .ai-capabilities-section {
        padding: 60px 15px;
    }
    
    .ai-capabilities-badge {
        padding: 8px 20px;
        font-size: 11px;
    }
    
    .ai-capabilities-title {
        font-size: 1.875rem;
    }
    
    .ai-capability-card {
        padding: 25px 20px;
    }
    
    .ai-capability-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .ai-capability-number {
        font-size: 2rem;
        position: absolute;
        top: 25px;
        right: 25px;
    }
    
    .ai-capability-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }
    
    .ai-capability-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .ai-capability-name {
        font-size: 1.3rem;
    }
    
    .ai-capability-desc {
        font-size: 0.95rem;
    }
    
    .ai-use-cases {
        padding: 30px 20px;
    }
    
    .ai-use-cases-grid {
        grid-template-columns: 1fr;
    }
    
    .ai-use-case-icon {
        font-size: 2.5rem;
    }
    
    .ai-use-case-title {
        font-size: 1.15rem;
    }
}

/* ============================================
   RESPONSIVE DESIGN - IMPACT METRICS
   ============================================ */

@media (max-width: 1024px) {
    .ai-impact-metrics {
        padding: 80px 20px;
    }

    .ai-impact-title {
        font-size: 40px;
    }

    .ai-impact-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ai-impact-stat-card:hover {
        transform: translateY(-8px) translateZ(0);
    }

    .ai-impact-roi-teaser {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 30px;
        text-align: center;
    }

    .ai-impact-roi-visual {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .ai-impact-metrics {
        padding: 60px 15px;
    }

    .ai-impact-header {
        margin-bottom: 50px;
    }

    .ai-impact-title {
        font-size: 32px;
    }

    .ai-impact-subtitle {
        font-size: 16px;
    }

    .ai-impact-stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .ai-impact-stat-card {
        padding: 35px 25px;
    }

    .ai-impact-stat-number {
        font-size: 48px;
    }

    .ai-impact-categories {
        margin-bottom: 50px;
    }

    .ai-impact-categories-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .ai-impact-categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ai-impact-category-card {
        padding: 30px 25px;
    }

    .ai-impact-category-stats {
        flex-direction: column;
        gap: 12px;
    }

    .ai-impact-category-stat {
        padding: 15px;
    }

    .ai-impact-roi-teaser {
        padding: 35px 25px;
        border-radius: 20px;
    }

    .ai-impact-roi-title {
        font-size: 24px;
    }

    .ai-impact-roi-description {
        font-size: 15px;
    }

    .ai-impact-roi-button {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
    }

    .ai-impact-roi-chart {
        width: 160px;
        height: 160px;
    }

    .ai-impact-roi-percentage {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .ai-impact-metrics {
        padding: 50px 15px;
    }
    
    .ai-impact-label {
        padding: 8px 18px;
        font-size: 11px;
    }

    .ai-impact-title {
        font-size: 28px;
    }

    .ai-impact-stat-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .ai-impact-stat-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .ai-impact-stat-number {
        font-size: 40px;
    }

    .ai-impact-stat-suffix {
        font-size: 24px;
    }

    .ai-impact-stat-label {
        font-size: 16px;
    }

    .ai-impact-category-card {
        padding: 25px 20px;
        border-radius: 16px;
    }

    .ai-impact-category-icon {
        width: 48px;
        height: 48px;
    }

    .ai-impact-category-name {
        font-size: 18px;
    }

    .ai-impact-category-stat-value {
        font-size: 22px;
    }

    .ai-impact-roi-teaser {
        padding: 28px 20px;
    }

    .ai-impact-roi-title {
        font-size: 20px;
    }

    .ai-impact-roi-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .ai-impact-roi-button {
        font-size: 15px;
        padding: 15px 25px;
    }

    .ai-impact-roi-chart {
        width: 140px;
        height: 140px;
    }

    .ai-impact-roi-percentage {
        font-size: 24px;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .ai-capabilities-title .gradient-text,
    .ai-impact-gradient-text {
        animation: none;
    }
    
    .ai-capabilities-bg-orb,
    .ai-impact-bg-gradient-1,
    .ai-impact-bg-gradient-2 {
        animation: none;
    }
    
    .ai-impact-roi-progress {
        animation: none;
        stroke-dashoffset: 125.6;
    }
    
    .ai-capability-card,
    .ai-use-case-item,
    .ai-impact-stat-card,
    .ai-impact-category-card,
    .ai-impact-roi-button,
    .ai-capability-icon,
    .ai-impact-stat-icon,
    .ai-impact-category-icon {
        transition-duration: 0.01ms !important;
    }
    
    .ai-capability-card:hover,
    .ai-use-case-item:hover,
    .ai-impact-stat-card:hover,
    .ai-impact-category-card:hover {
        transform: none;
    }
    
    .ai-capability-card:hover .ai-capability-icon,
    .ai-impact-stat-card:hover .ai-impact-stat-icon {
        transform: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.ai-capability-card:focus-visible,
.ai-use-case-item:focus-visible,
.ai-impact-stat-card:focus-visible,
.ai-impact-category-card:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.6);
    outline-offset: 4px;
}

.ai-impact-roi-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.ai-capability-features li:focus-visible,
.ai-impact-category-stat:focus-visible {
    outline: 2px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
    border-radius: 8px;
}
/* ========================================
   SECTION 6: FINAL CTA - LET'S BUILD TOGETHER
   ======================================== */
/* =====================================================
   PART 13: AI CTA FINAL & ERP DEFINITION BANNER
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: AI CTA FINAL
   ============================================ */

.ai-cta-final {
    position: relative;
    padding: 120px 20px;
    background: linear-gradient(135deg, #f8f6ff 0%, #f0f4ff 100%);
    overflow: hidden;
    isolation: isolate;
}

.ai-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Content Section */
.ai-cta-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.ai-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.12));
    border: 1px solid rgba(102, 126, 234, 0.35);
    border-radius: 50px;
    margin-bottom: 28px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: badgePulseEnhanced 3s ease-in-out infinite;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.ai-cta-badge:hover {
    transform: translateY(-3px) scale(1.03) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
}

@keyframes badgePulseEnhanced {
    0%, 100% {
        box-shadow: 
            0 0 0 0 rgba(102, 126, 234, 0.4),
            0 4px 15px rgba(102, 126, 234, 0.1);
    }
    50% {
        box-shadow: 
            0 0 0 12px rgba(102, 126, 234, 0),
            0 4px 15px rgba(102, 126, 234, 0.15);
    }
}

.ai-cta-badge svg {
    width: 18px;
    height: 18px;
    color: #667eea;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-cta-badge:hover svg {
    transform: rotate(15deg) scale(1.15);
}

.ai-cta-badge span {
    font-size: 13px;
    font-weight: 700;
    color: #667eea;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Title */
.ai-cta-title {
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.ai-cta-gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    animation: shimmerGradient 4s ease-in-out infinite;
}

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

/* Description */
.ai-cta-description {
    font-size: clamp(1rem, 2vw, 18px);
    color: #666666;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 500px;
}

/* CTA Buttons */
.ai-cta-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.ai-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.3s ease;
}

.ai-cta-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    box-shadow: 
        0 10px 35px rgba(102, 126, 234, 0.35),
        0 0 0 0 rgba(102, 126, 234, 0);
}

.ai-cta-btn-primary:hover {
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.45),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.ai-cta-btn-primary:active {
    transform: translateY(-2px) scale(1.01) translateZ(0);
}

.ai-cta-btn-primary svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-cta-btn-primary:hover svg {
    transform: translateX(6px);
}

.ai-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    border: 2px solid rgba(102, 126, 234, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ai-cta-btn-secondary:hover {
    background: rgba(102, 126, 234, 0.1);
    border-color: #667eea;
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.2);
}

.ai-cta-btn-secondary svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.ai-cta-btn-secondary:hover svg {
    transform: scale(1.15);
}

/* Trust Indicators */
.ai-cta-trust {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.ai-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-cta-trust-item:hover {
    transform: translateY(-4px) translateZ(0);
}

.ai-cta-trust-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.12));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(102, 126, 234, 0.15);
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.ai-cta-trust-item:hover .ai-cta-trust-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.ai-cta-trust-icon svg {
    width: 24px;
    height: 24px;
    color: #667eea;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.ai-cta-trust-item:hover .ai-cta-trust-icon svg {
    transform: scale(1.1);
}

.ai-cta-trust-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ai-cta-trust-value {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.ai-cta-trust-label {
    font-size: 13px;
    color: #666666;
    line-height: 1.2;
}

/* ============================================
   VISUAL ELEMENT - FLOATING CARD
   ============================================ */

.ai-cta-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-cta-card {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 249, 255, 0.95));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 28px;
    padding: 45px;
    overflow: visible;
    box-shadow: 
        0 25px 80px rgba(102, 126, 234, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform;
    animation: cardFloatEnhanced 6s ease-in-out infinite;
}

@keyframes cardFloatEnhanced {
    0%, 100% {
        transform: translateY(0) rotate(0deg) translateZ(0);
    }
    25% {
        transform: translateY(-12px) rotate(1deg) translateZ(0);
    }
    50% {
        transform: translateY(-20px) rotate(2deg) translateZ(0);
    }
    75% {
        transform: translateY(-8px) rotate(0.5deg) translateZ(0);
    }
}

.ai-cta-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.15), transparent 60%);
    will-change: transform;
    animation: glowRotateEnhanced 12s linear infinite;
    pointer-events: none;
}

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

.ai-cta-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Grid Lines */
.ai-cta-card-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    opacity: 0.15;
    pointer-events: none;
}

.ai-cta-grid-line {
    width: 1px;
    background: linear-gradient(180deg, transparent, #667eea, transparent);
    will-change: transform, opacity;
    animation: lineFlowEnhanced 4s ease-in-out infinite;
}

.ai-cta-grid-line:nth-child(1) { animation-delay: 0s; }
.ai-cta-grid-line:nth-child(2) { animation-delay: 0.6s; }
.ai-cta-grid-line:nth-child(3) { animation-delay: 1.2s; }
.ai-cta-grid-line:nth-child(4) { animation-delay: 1.8s; }

@keyframes lineFlowEnhanced {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    20% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

/* Stats Display */
.ai-cta-stats-display {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 24px;
    border: 1px solid rgba(102, 126, 234, 0.15);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.08);
}

.ai-cta-stat-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-cta-stat-bar {
    height: 12px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    width: var(--width);
    transform-origin: left;
    box-shadow: 
        0 4px 18px rgba(102, 126, 234, 0.35),
        0 0 0 1px rgba(102, 126, 234, 0.1) inset;
    animation: 
        barGrowEnhanced 2s cubic-bezier(0.4, 0, 0.2, 1) forwards,
        barShimmer 3s ease-in-out 2s infinite;
}

@keyframes barGrowEnhanced {
    from {
        transform: scaleX(0);
        opacity: 0.5;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

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

.ai-cta-stat-label {
    font-size: 11px;
    font-weight: 700;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

/* Icon Grid */
.ai-cta-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ai-cta-icon-item {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 255, 0.9));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: iconPulseEnhanced 3.5s ease-in-out infinite;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        border-color 0.3s ease;
}

.ai-cta-icon-item:nth-child(1) { animation-delay: 0s; }
.ai-cta-icon-item:nth-child(2) { animation-delay: 0.4s; }
.ai-cta-icon-item:nth-child(3) { animation-delay: 0.8s; }
.ai-cta-icon-item:nth-child(4) { animation-delay: 1.2s; }

@keyframes iconPulseEnhanced {
    0%, 100% {
        transform: scale(1) translateZ(0);
        box-shadow: 0 4px 18px rgba(102, 126, 234, 0.1);
    }
    50% {
        transform: scale(1.08) translateZ(0);
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
    }
}

.ai-cta-icon-item:hover {
    transform: scale(1.15) rotate(5deg) translateZ(0);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.25);
    border-color: rgba(102, 126, 234, 0.4);
    animation-play-state: paused;
}

.ai-cta-icon-item svg {
    width: 26px;
    height: 26px;
    color: #667eea;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.ai-cta-icon-item:hover svg {
    transform: scale(1.15);
}

/* ============================================
   BACKGROUND ELEMENTS
   ============================================ */

.ai-cta-bg-gradient-1 {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.2), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    will-change: transform;
    animation: floatSlowCTA 20s ease-in-out infinite;
}

.ai-cta-bg-gradient-2 {
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.2), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    will-change: transform;
    animation: floatSlowCTA 25s ease-in-out infinite reverse;
}

@keyframes floatSlowCTA {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(50px, 50px, 0) scale(1.1);
    }
}

/* Particles */
.ai-cta-bg-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.ai-cta-particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    opacity: 0;
    will-change: transform, opacity;
    animation: particleFloatEnhanced 10s ease-in-out infinite;
    box-shadow: 
        0 0 15px rgba(102, 126, 234, 0.6),
        0 0 30px rgba(102, 126, 234, 0.3);
}

.ai-cta-particle:nth-child(1) {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.ai-cta-particle:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 2.5s;
}

.ai-cta-particle:nth-child(3) {
    top: 40%;
    left: 50%;
    animation-delay: 5s;
}

.ai-cta-particle:nth-child(4) {
    top: 70%;
    left: 30%;
    animation-delay: 7.5s;
}

.ai-cta-particle:nth-child(5) {
    top: 30%;
    left: 70%;
    animation-delay: 1.5s;
}

@keyframes particleFloatEnhanced {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
    }
    15% {
        opacity: 0.9;
    }
    50% {
        transform: translate3d(60px, -60px, 0) scale(1.5);
        opacity: 0.7;
    }
    85% {
        opacity: 0.4;
    }
    100% {
        transform: translate3d(120px, -120px, 0) scale(0.3);
        opacity: 0;
    }
}

/* ============================================
   SECTION: ERP DEFINITION BANNER
   ============================================ */

.erp-definition-banner {
    position: relative;
    padding: 120px 20px 80px;
    background: radial-gradient(circle at 50% 50%, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.04) 40%, transparent 70%);
    overflow: hidden;
    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
    isolation: isolate;
}

.erp-definition-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Main Content Wrapper */
.erp-definition-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

/* ============================================
   ERP ABBREVIATION LETTERS
   ============================================ */

.erp-abbr-wrapper {
    display: flex;
    gap: 12px;
}

.erp-abbr-letter {
    font-size: clamp(52px, 10vw, 80px);
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    opacity: 0;
    padding: 0 10px;
    border-radius: 10px;
    transform: translateY(-40px) scale(0.7) translateZ(0);
    will-change: transform, opacity;
    animation: erpLetterDropEnhanced 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    filter: drop-shadow(0 4px 20px rgba(102, 126, 234, 0.25));
}

.erp-letter-e { animation-delay: 0.1s; }
.erp-letter-r { animation-delay: 0.28s; }
.erp-letter-p { animation-delay: 0.46s; }

@keyframes erpLetterDropEnhanced {
    0% {
        opacity: 0;
        transform: translateY(-50px) scale(0.6) rotateX(-20deg) translateZ(0);
    }
    60% {
        transform: translateY(8px) scale(1.08) rotateX(5deg) translateZ(0);
    }
    80% {
        transform: translateY(-3px) scale(0.98) rotateX(-2deg) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg) translateZ(0);
    }
}

/* Shimmer on completed letters */
.erp-abbr-letter {
    animation: 
        erpLetterDropEnhanced 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
        letterShimmer 4s ease-in-out 1.5s infinite;
}

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

/* ============================================
   EQUALS SIGN
   ============================================ */

.erp-equals {
    display: flex;
    align-items: center;
    opacity: 0;
    will-change: transform, opacity;
    animation: erpEqualsFadeEnhanced 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s forwards;
}

.erp-equals-symbol {
    font-size: clamp(36px, 7vw, 56px);
    font-weight: 800;
    color: #667eea;
    text-shadow: 
        0 2px 15px rgba(102, 126, 234, 0.4),
        0 0 30px rgba(102, 126, 234, 0.2);
    transition: transform 0.3s ease;
}

.erp-equals:hover .erp-equals-symbol {
    transform: scale(1.15);
}

@keyframes erpEqualsFadeEnhanced {
    from {
        opacity: 0;
        transform: scale(0.4) rotate(-10deg) translateZ(0);
    }
    60% {
        transform: scale(1.1) rotate(5deg) translateZ(0);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg) translateZ(0);
    }
}

/* ============================================
   FULL FORM TEXT
   ============================================ */

.erp-full-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.erp-word {
    display: flex;
    font-size: clamp(22px, 5vw, 36px);
    font-weight: 700;
    color: #2d3748;
    letter-spacing: 1.5px;
    line-height: 1.25;
}

.erp-char {
    display: inline-block;
    opacity: 0;
    transform: translateX(-30px) translateZ(0);
    will-change: transform, opacity;
    animation: erpCharFlowEnhanced 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    transition: color 0.3s ease;
}

.erp-char:hover {
    color: #667eea;
}

/* Enterprise - Stagger delays */
.erp-word-1 .erp-char:nth-child(1) { animation-delay: 0.85s; }
.erp-word-1 .erp-char:nth-child(2) { animation-delay: 0.89s; }
.erp-word-1 .erp-char:nth-child(3) { animation-delay: 0.93s; }
.erp-word-1 .erp-char:nth-child(4) { animation-delay: 0.97s; }
.erp-word-1 .erp-char:nth-child(5) { animation-delay: 1.01s; }
.erp-word-1 .erp-char:nth-child(6) { animation-delay: 1.05s; }
.erp-word-1 .erp-char:nth-child(7) { animation-delay: 1.09s; }
.erp-word-1 .erp-char:nth-child(8) { animation-delay: 1.13s; }
.erp-word-1 .erp-char:nth-child(9) { animation-delay: 1.17s; }
.erp-word-1 .erp-char:nth-child(10) { animation-delay: 1.21s; }

/* Resource - Stagger delays */
.erp-word-2 .erp-char:nth-child(1) { animation-delay: 1.30s; }
.erp-word-2 .erp-char:nth-child(2) { animation-delay: 1.34s; }
.erp-word-2 .erp-char:nth-child(3) { animation-delay: 1.38s; }
.erp-word-2 .erp-char:nth-child(4) { animation-delay: 1.42s; }
.erp-word-2 .erp-char:nth-child(5) { animation-delay: 1.46s; }
.erp-word-2 .erp-char:nth-child(6) { animation-delay: 1.50s; }
.erp-word-2 .erp-char:nth-child(7) { animation-delay: 1.54s; }
.erp-word-2 .erp-char:nth-child(8) { animation-delay: 1.58s; }

/* Planning - Stagger delays */
.erp-word-3 .erp-char:nth-child(1) { animation-delay: 1.67s; }
.erp-word-3 .erp-char:nth-child(2) { animation-delay: 1.71s; }
.erp-word-3 .erp-char:nth-child(3) { animation-delay: 1.75s; }
.erp-word-3 .erp-char:nth-child(4) { animation-delay: 1.79s; }
.erp-word-3 .erp-char:nth-child(5) { animation-delay: 1.83s; }
.erp-word-3 .erp-char:nth-child(6) { animation-delay: 1.87s; }
.erp-word-3 .erp-char:nth-child(7) { animation-delay: 1.91s; }
.erp-word-3 .erp-char:nth-child(8) { animation-delay: 1.95s; }

@keyframes erpCharFlowEnhanced {
    from {
        opacity: 0;
        transform: translateX(-35px) scale(0.9) translateZ(0);
    }
    60% {
        transform: translateX(3px) scale(1.02) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1) translateZ(0);
    }
}

/* ============================================
   BOTTOM TAGLINE
   ============================================ */

.erp-tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    opacity: 0;
    will-change: transform, opacity;
    animation: erpTaglineAppearEnhanced 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 2.2s forwards;
}

@keyframes erpTaglineAppearEnhanced {
    from {
        opacity: 0;
        transform: translateY(25px) scale(0.95) translateZ(0);
    }
    60% {
        transform: translateY(-3px) scale(1.02) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

.erp-tagline-line {
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #667eea 50%, transparent 100%);
    position: relative;
    overflow: hidden;
}

.erp-tagline-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #764ba2 50%, transparent 100%);
    will-change: opacity;
    animation: erpLinePulseEnhanced 3s ease-in-out infinite;
}

@keyframes erpLinePulseEnhanced {
    0%, 100% { 
        opacity: 0.2;
        transform: scaleX(0.8);
    }
    50% { 
        opacity: 1;
        transform: scaleX(1);
    }
}

.erp-tagline-text {
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    letter-spacing: 1.2px;
    font-style: italic;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    animation: taglineShimmer 4s ease-in-out 2.5s infinite;
}

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

/* ============================================
   RESPONSIVE DESIGN - AI CTA FINAL
   ============================================ */

@media (max-width: 1024px) {
    .ai-cta-final {
        padding: 80px 20px;
    }

    .ai-cta-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .ai-cta-title {
        font-size: 40px;
    }

    .ai-cta-visual {
        order: -1;
    }

    .ai-cta-card {
        max-width: 420px;
        min-height: 450px;
        margin: 0 auto;
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .ai-cta-final {
        padding: 60px 15px;
    }

    .ai-cta-container {
        gap: 40px;
    }

    .ai-cta-title {
        font-size: 32px;
    }

    .ai-cta-description {
        font-size: 16px;
    }

    .ai-cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .ai-cta-btn {
        justify-content: center;
        width: 100%;
        padding: 16px 28px;
    }

    .ai-cta-trust {
        flex-direction: column;
        gap: 20px;
    }

    .ai-cta-card {
        max-width: 100%;
        min-height: 400px;
        padding: 28px;
        border-radius: 22px;
    }

    .ai-cta-icon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .ai-cta-stats-display {
        padding: 20px;
        gap: 18px;
    }
}

@media (max-width: 480px) {
    .ai-cta-final {
        padding: 50px 15px;
    }

    .ai-cta-title {
        font-size: 28px;
    }

    .ai-cta-badge {
        padding: 10px 18px;
    }

    .ai-cta-badge span {
        font-size: 11px;
    }

    .ai-cta-card {
        min-height: 350px;
        padding: 22px;
    }

    .ai-cta-stats-display {
        gap: 15px;
        padding: 16px;
        border-radius: 14px;
    }

    .ai-cta-stat-bar {
        height: 10px;
    }
    
    .ai-cta-icon-item {
        border-radius: 12px;
    }
    
    .ai-cta-icon-item svg {
        width: 22px;
        height: 22px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - ERP DEFINITION BANNER
   ============================================ */

@media (max-width: 968px) {
    .erp-definition-banner {
        padding: 100px 20px 60px;
    }
    
    .erp-definition-content {
        gap: 35px;
    }
    
    .erp-abbr-letter {
        font-size: 68px;
    }
    
    .erp-equals-symbol {
        font-size: 48px;
    }
    
    .erp-word {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .erp-definition-banner {
        padding: 90px 20px 50px;
    }
    
    .erp-definition-content {
        flex-direction: column;
        gap: 28px;
    }
    
    .erp-abbr-wrapper {
        gap: 8px;
    }
    
    .erp-abbr-letter {
        font-size: 60px;
    }
    
    .erp-equals-symbol {
        font-size: 42px;
        transform: rotate(90deg);
    }
    
    .erp-full-form {
        align-items: center;
    }
    
    .erp-word {
        font-size: 28px;
        justify-content: center;
    }
    
    .erp-tagline-wrapper {
        gap: 20px;
    }
    
    .erp-tagline-text {
        font-size: 18px;
    }
    
    .erp-tagline-line {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .erp-definition-banner {
        padding: 80px 15px 40px;
    }
    
    .erp-abbr-wrapper {
        gap: 6px;
    }
    
    .erp-abbr-letter {
        font-size: 52px;
        padding: 0 6px;
    }
    
    .erp-equals-symbol {
        font-size: 36px;
    }
    
    .erp-word {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    
    .erp-tagline-text {
        font-size: 15px;
        white-space: normal;
        line-height: 1.4;
    }
    
    .erp-tagline-line {
        width: 40px;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .ai-cta-badge,
    .ai-cta-card,
    .ai-cta-card-glow,
    .ai-cta-grid-line,
    .ai-cta-stat-bar,
    .ai-cta-icon-item,
    .ai-cta-bg-gradient-1,
    .ai-cta-bg-gradient-2,
    .ai-cta-particle {
        animation: none;
    }
    
    .ai-cta-gradient-text,
    .erp-abbr-letter,
    .erp-tagline-text {
        animation: none;
    }
    
    .erp-abbr-letter,
    .erp-equals,
    .erp-char,
    .erp-tagline-wrapper {
        opacity: 1;
        transform: none;
        animation: none;
    }
    
    .erp-tagline-line::after {
        animation: none;
        opacity: 0.6;
    }
    
    .ai-cta-stat-bar {
        transform: scaleX(1);
    }
    
    .ai-cta-btn,
    .ai-cta-trust-item,
    .ai-cta-icon-item {
        transition-duration: 0.01ms !important;
    }
    
    .ai-cta-btn:hover,
    .ai-cta-trust-item:hover,
    .ai-cta-icon-item:hover {
        transform: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.ai-cta-btn:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.6);
    outline-offset: 4px;
}

.ai-cta-btn-primary:focus-visible {
    outline-color: rgba(255, 255, 255, 0.8);
}

.ai-cta-icon-item:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 3px;
}

.ai-cta-trust-item:focus-visible {
    outline: 2px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
    border-radius: 16px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .ai-cta-final,
    .erp-definition-banner {
        background: #ffffff !important;
    }
    
    .ai-cta-bg-gradient-1,
    .ai-cta-bg-gradient-2,
    .ai-cta-bg-particles,
    .ai-cta-card-glow,
    .ai-cta-card-grid {
        display: none !important;
    }
    
    .ai-cta-gradient-text,
    .erp-abbr-letter,
    .erp-tagline-text,
    .ai-impact-gradient-text {
        -webkit-text-fill-color: #667eea !important;
        color: #667eea !important;
    }
    
    .ai-cta-btn-primary {
        background: #667eea !important;
        box-shadow: none !important;
    }
}
/* =====================================================
   PART 14: ERP HERO SECTION
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: ERP HERO
   ============================================ */

.erp-hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

/* Background Gradient Overlay */
.erp-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(
        circle,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.06) 50%,
        transparent 70%
    );
    pointer-events: none;
    will-change: transform;
    animation: erpHeroFloatEnhanced 20s ease-in-out infinite;
}

/* Secondary ambient orb */
.erp-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 60%;
    height: 120%;
    background: radial-gradient(
        circle,
        rgba(118, 75, 162, 0.08) 0%,
        rgba(102, 126, 234, 0.04) 50%,
        transparent 70%
    );
    pointer-events: none;
    will-change: transform;
    animation: erpHeroFloatEnhanced 25s ease-in-out infinite reverse;
}

@keyframes erpHeroFloatEnhanced {
    0%, 100% { 
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1); 
    }
    33% {
        transform: translate3d(-20px, 20px, 0) rotate(3deg) scale(1.02);
    }
    66% {
        transform: translate3d(-35px, 35px, 0) rotate(5deg) scale(1.05);
    }
}

/* Container */
.erp-hero-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ============================================
   LEFT CONTENT
   ============================================ */

.erp-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Badge */
.erp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 50px;
    width: fit-content;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: erpBadgeGlowEnhanced 3s ease-in-out infinite;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-hero-badge:hover {
    transform: translateY(-3px) scale(1.03) translateZ(0);
    box-shadow: 
        0 0 35px rgba(102, 126, 234, 0.45),
        0 8px 25px rgba(102, 126, 234, 0.2);
}

@keyframes erpBadgeGlowEnhanced {
    0%, 100% { 
        box-shadow: 
            0 0 20px rgba(102, 126, 234, 0.2),
            0 4px 15px rgba(102, 126, 234, 0.1);
    }
    50% { 
        box-shadow: 
            0 0 35px rgba(102, 126, 234, 0.4),
            0 4px 20px rgba(102, 126, 234, 0.15);
    }
}

.erp-badge-icon {
    font-size: 18px;
    will-change: transform;
    animation: erpBadgePulseEnhanced 2s ease-in-out infinite;
}

@keyframes erpBadgePulseEnhanced {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
    }
    50% { 
        transform: scale(1.25) rotate(10deg); 
    }
}

.erp-badge-text {
    font-size: 13px;
    font-weight: 700;
    color: #667eea;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Title */
.erp-hero-title {
    font-size: clamp(2.5rem, 6vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    color: #1a202c;
    margin: 0;
    letter-spacing: -1.5px;
}

.erp-gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
    animation: erpTitleShimmer 4s ease-in-out infinite;
}

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

/* Subtle underline effect */
.erp-gradient-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-hero-title:hover .erp-gradient-text::after {
    transform: scaleX(1);
}

/* Subtitle */
.erp-hero-subtitle {
    font-size: clamp(1rem, 2vw, 20px);
    line-height: 1.75;
    color: #4a5568;
    margin: 0;
    font-weight: 400;
    max-width: 550px;
}

/* CTA Buttons */
.erp-hero-cta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.erp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.erp-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    box-shadow: 
        0 10px 35px rgba(102, 126, 234, 0.35),
        0 0 0 0 rgba(102, 126, 234, 0);
}

.erp-btn-primary:hover {
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.45),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.erp-btn-primary:active {
    transform: translateY(-2px) scale(1.01) translateZ(0);
}

/* Shimmer effect on hover */
.erp-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.35), 
        transparent
    );
    transition: left 0.6s ease;
}

.erp-btn-primary:hover::before {
    left: 100%;
}

.erp-btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    border: 2px solid rgba(102, 126, 234, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(102, 126, 234, 0.12);
}

.erp-btn-secondary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.35),
        0 0 0 4px rgba(102, 126, 234, 0.1);
}

.erp-btn-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-btn:hover .erp-btn-icon {
    transform: translateX(6px);
}

/* ============================================
   RIGHT VISUAL GRID
   ============================================ */

.erp-hero-visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erp-visual-grid {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    padding: 40px;
}

/* Module Cards */
.erp-module-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(102, 126, 234, 0.15);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 
        0 10px 45px rgba(102, 126, 234, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
    animation: erpCardFloatEnhanced 4s ease-in-out infinite;
}

.erp-module-card:hover {
    transform: translateY(-12px) scale(1.05) translateZ(0);
    box-shadow: 
        0 25px 70px rgba(102, 126, 234, 0.25),
        0 10px 30px rgba(102, 126, 234, 0.15),
        0 0 0 1px rgba(102, 126, 234, 0.2) inset;
    border-color: rgba(102, 126, 234, 0.4);
    animation-play-state: paused;
}

/* Staggered Animation */
.erp-card-1 { animation-delay: 0s; }
.erp-card-2 { animation-delay: 0.6s; }
.erp-card-3 { animation-delay: 1.2s; }
.erp-card-4 { animation-delay: 1.8s; }

@keyframes erpCardFloatEnhanced {
    0%, 100% { 
        transform: translateY(0px) translateZ(0); 
    }
    25% {
        transform: translateY(-8px) translateZ(0);
    }
    50% { 
        transform: translateY(-15px) translateZ(0); 
    }
    75% {
        transform: translateY(-5px) translateZ(0);
    }
}

.erp-card-icon {
    font-size: 52px;
    filter: grayscale(0.25) saturate(0.9);
    transition: 
        filter 0.4s ease,
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-module-card:hover .erp-card-icon {
    filter: grayscale(0) saturate(1.2);
    transform: scale(1.25) rotate(8deg);
}

.erp-card-label {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    transition: color 0.3s ease;
}

.erp-module-card:hover .erp-card-label {
    color: #667eea;
}

/* ============================================
   CENTRAL HUB
   ============================================ */

.erp-central-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 20px 70px rgba(102, 126, 234, 0.45),
        0 0 0 8px rgba(102, 126, 234, 0.1),
        0 0 60px rgba(102, 126, 234, 0.3);
    z-index: 10;
    will-change: transform;
    animation: erpHubRotateEnhanced 12s linear infinite;
    transition: box-shadow 0.4s ease;
}

.erp-central-hub:hover {
    box-shadow: 
        0 25px 80px rgba(102, 126, 234, 0.55),
        0 0 0 12px rgba(102, 126, 234, 0.15),
        0 0 80px rgba(102, 126, 234, 0.4);
}

@keyframes erpHubRotateEnhanced {
    from { 
        transform: translate(-50%, -50%) rotate(0deg); 
    }
    to { 
        transform: translate(-50%, -50%) rotate(360deg); 
    }
}

/* Multiple pulse rings */
.erp-hub-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(102, 126, 234, 0.6);
    will-change: transform, opacity;
    animation: erpPulseEnhanced 2.5s ease-out infinite;
}

.erp-hub-pulse:nth-child(2) {
    animation-delay: 0.8s;
    border-width: 2px;
}

.erp-hub-pulse:nth-child(3) {
    animation-delay: 1.6s;
    border-width: 1px;
}

@keyframes erpPulseEnhanced {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.erp-hub-icon {
    font-size: 48px;
    filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    /* Counter-rotate to keep icon stable */
    animation: erpHubIconCounterRotate 12s linear infinite;
}

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

/* ============================================
   CONNECTION LINES (Optional Enhancement)
   ============================================ */

.erp-visual-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(102, 126, 234, 0.15);
    border-radius: 50%;
    animation: erpConnectionRotate 30s linear infinite;
    pointer-events: none;
}

.erp-visual-grid::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(102, 126, 234, 0.1);
    border-radius: 50%;
    animation: erpConnectionRotate 40s linear infinite reverse;
    pointer-events: none;
}

@keyframes erpConnectionRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ============================================
   SCROLL INDICATOR
   ============================================ */

.erp-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0.7;
    will-change: transform, opacity;
    animation: erpScrollBounceEnhanced 2.5s ease-in-out infinite;
    transition: opacity 0.3s ease;
}

.erp-scroll-indicator:hover {
    opacity: 1;
}

@keyframes erpScrollBounceEnhanced {
    0%, 100% { 
        transform: translateX(-50%) translateY(0); 
        opacity: 0.7;
    }
    50% { 
        transform: translateX(-50%) translateY(12px); 
        opacity: 0.5;
    }
}

.erp-scroll-line {
    width: 2px;
    height: 45px;
    background: linear-gradient(to bottom, transparent, #667eea);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

/* Animated flow effect */
.erp-scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: erpScrollFlow 2s ease-in-out infinite;
}

@keyframes erpScrollFlow {
    0% { top: -100%; }
    100% { top: 200%; }
}

.erp-scroll-text {
    font-size: 11px;
    color: #667eea;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1200px) {
    .erp-hero-container {
        gap: 60px;
    }
    
    .erp-hero-visual {
        height: 550px;
    }
    
    .erp-visual-grid {
        gap: 25px;
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .erp-hero {
        padding: 100px 20px 80px;
    }
    
    .erp-hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .erp-hero-content {
        align-items: center;
    }
    
    .erp-hero-subtitle {
        max-width: 100%;
    }
    
    .erp-hero-title {
        font-size: 52px;
    }
    
    .erp-hero-cta {
        justify-content: center;
    }
    
    .erp-hero-visual {
        height: 500px;
    }
    
    .erp-module-card:hover {
        transform: translateY(-8px) scale(1.03) translateZ(0);
    }
}

@media (max-width: 768px) {
    .erp-hero {
        padding: 90px 20px 60px;
        min-height: auto;
    }
    
    .erp-hero-container {
        gap: 45px;
    }
    
    .erp-hero-title {
        font-size: 40px;
        letter-spacing: -1px;
    }
    
    .erp-hero-subtitle {
        font-size: 17px;
    }
    
    .erp-hero-badge {
        padding: 10px 20px;
    }
    
    .erp-hero-cta {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }
    
    .erp-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 28px;
    }
    
    .erp-hero-visual {
        height: 420px;
    }
    
    .erp-visual-grid {
        gap: 18px;
        padding: 20px;
    }
    
    .erp-module-card {
        padding: 24px;
        border-radius: 18px;
    }
    
    .erp-card-icon {
        font-size: 42px;
    }
    
    .erp-card-label {
        font-size: 14px;
    }
    
    .erp-central-hub {
        width: 100px;
        height: 100px;
    }
    
    .erp-hub-icon {
        font-size: 36px;
    }
    
    .erp-scroll-indicator {
        bottom: 25px;
    }
    
    .erp-scroll-line {
        height: 35px;
    }
}

@media (max-width: 480px) {
    .erp-hero {
        padding: 80px 15px 50px;
    }
    
    .erp-hero-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }
    
    .erp-hero-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .erp-hero-badge {
        padding: 8px 16px;
    }
    
    .erp-badge-text {
        font-size: 11px;
    }
    
    .erp-badge-icon {
        font-size: 16px;
    }
    
    .erp-btn {
        padding: 15px 24px;
        font-size: 15px;
    }
    
    .erp-hero-visual {
        height: 360px;
    }
    
    .erp-visual-grid {
        gap: 14px;
        padding: 15px;
    }
    
    .erp-module-card {
        padding: 18px;
        border-radius: 16px;
        gap: 10px;
    }
    
    .erp-card-icon {
        font-size: 34px;
    }
    
    .erp-card-label {
        font-size: 13px;
    }
    
    .erp-central-hub {
        width: 80px;
        height: 80px;
    }
    
    .erp-hub-icon {
        font-size: 28px;
    }
    
    /* Simplify connection lines on mobile */
    .erp-visual-grid::before {
        width: 140px;
        height: 140px;
    }
    
    .erp-visual-grid::after {
        width: 190px;
        height: 190px;
    }
    
    .erp-scroll-indicator {
        display: none;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .erp-hero::before,
    .erp-hero::after {
        animation: none;
    }
    
    .erp-hero-badge,
    .erp-badge-icon {
        animation: none;
    }
    
    .erp-gradient-text {
        animation: none;
    }
    
    .erp-module-card {
        animation: none;
    }
    
    .erp-central-hub {
        animation: none;
        transform: translate(-50%, -50%);
    }
    
    .erp-hub-pulse {
        animation: none;
        opacity: 0.3;
    }
    
    .erp-hub-icon {
        animation: none;
    }
    
    .erp-visual-grid::before,
    .erp-visual-grid::after {
        animation: none;
    }
    
    .erp-scroll-indicator {
        animation: none;
    }
    
    .erp-scroll-line::after {
        animation: none;
    }
    
    .erp-btn,
    .erp-module-card,
    .erp-hero-badge {
        transition-duration: 0.01ms !important;
    }
    
    .erp-btn:hover,
    .erp-module-card:hover {
        transform: none;
    }
    
    .erp-btn-primary::before {
        display: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.erp-btn:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.6);
    outline-offset: 4px;
}

.erp-btn-primary:focus-visible {
    outline-color: rgba(255, 255, 255, 0.8);
}

.erp-hero-badge:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.erp-module-card:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */

@media (prefers-contrast: high) {
    .erp-hero-title {
        color: #000000;
    }
    
    .erp-hero-subtitle {
        color: #333333;
    }
    
    .erp-module-card {
        border-width: 2px;
        border-color: #667eea;
    }
    
    .erp-btn-secondary {
        border-width: 3px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .erp-hero {
        background: #ffffff !important;
        min-height: auto !important;
        padding: 40px 20px !important;
    }
    
    .erp-hero::before,
    .erp-hero::after {
        display: none !important;
    }
    
    .erp-hero-visual {
        display: none !important;
    }
    
    .erp-scroll-indicator {
        display: none !important;
    }
    
    .erp-gradient-text {
        -webkit-text-fill-color: #667eea !important;
        color: #667eea !important;
    }
    
    .erp-btn {
        box-shadow: none !important;
        border: 2px solid #667eea !important;
    }
    
    .erp-btn-primary {
        background: #667eea !important;
        color: #ffffff !important;
    }
}
/* ========================================
   ERP PROBLEM SECTION
======================================== */
/* =====================================================
   PART 15: ERP PROBLEM, MODULES & PROCESS SECTIONS
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: ERP PROBLEM
   ============================================ */

.erp-problem {
    position: relative;
    padding: 100px 20px;
    background: #f8f9fa;
    overflow: hidden;
    isolation: isolate;
}

/* Subtle background pattern */
.erp-problem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(118, 75, 162, 0.04) 0%, transparent 50%);
    pointer-events: none;
    will-change: transform;
    animation: erpProblemBgFloat 30s ease-in-out infinite;
}

@keyframes erpProblemBgFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(20px, 20px, 0) scale(1.02); }
}

.erp-problem-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.erp-problem-header {
    text-align: center;
    margin-bottom: 80px;
}

.erp-problem-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 50px;
    margin-bottom: 28px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-problem-badge:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.25);
}

.erp-problem-badge-icon {
    font-size: 18px;
    animation: erpWarningPulse 2s ease-in-out infinite;
}

@keyframes erpWarningPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2) rotate(10deg); }
}

.erp-problem-badge-text {
    font-size: 13px;
    font-weight: 700;
    color: #f59e0b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.erp-problem-title {
    font-size: clamp(1.75rem, 5vw, 48px);
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.erp-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    animation: erpHighlightShimmer 4s ease-in-out infinite;
}

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

.erp-problem-subtitle {
    font-size: clamp(1rem, 2vw, 20px);
    line-height: 1.7;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

/* ============================================
   VISUAL COMPARISON GRID
   ============================================ */

.erp-problem-visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

/* ============================================
   LEFT: SCATTERED SYSTEMS
   ============================================ */

.erp-scattered-systems {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 45px;
    border-radius: 24px;
    box-shadow: 
        0 10px 50px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    position: relative;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
}

.erp-scattered-systems:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 
        0 20px 60px rgba(229, 62, 62, 0.12),
        0 0 0 1px rgba(229, 62, 62, 0.1) inset;
}

.erp-scattered-title {
    font-size: 24px;
    font-weight: 700;
    color: #e53e3e;
    margin: 0 0 32px 0;
    text-align: center;
}

.erp-scattered-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.erp-scattered-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 22px;
    background: #fff5f5;
    border: 2px dashed #feb2b2;
    border-radius: 14px;
    transform: translateZ(0);
    will-change: transform, background, border-color;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        border-color 0.3s ease;
    animation: erpScatteredFloatEnhanced 3.5s ease-in-out infinite;
}

/* Staggered float animation */
.erp-item-1 { animation-delay: 0s; }
.erp-item-2 { animation-delay: 0.5s; }
.erp-item-3 { animation-delay: 1s; }
.erp-item-4 { animation-delay: 1.5s; }
.erp-item-5 { animation-delay: 2s; }
.erp-item-6 { animation-delay: 2.5s; }

@keyframes erpScatteredFloatEnhanced {
    0%, 100% { 
        transform: translateY(0) rotate(0deg) translateZ(0); 
    }
    25% {
        transform: translateY(-6px) rotate(1deg) translateZ(0);
    }
    50% { 
        transform: translateY(-12px) rotate(2deg) translateZ(0); 
    }
    75% {
        transform: translateY(-4px) rotate(0.5deg) translateZ(0);
    }
}

.erp-scattered-item:hover {
    transform: scale(1.08) rotate(-3deg) translateZ(0);
    border-color: #fc8181;
    background: #fed7d7;
    animation-play-state: paused;
}

.erp-scattered-icon {
    font-size: 34px;
    filter: grayscale(0.3) saturate(0.8);
    transition: 
        filter 0.3s ease,
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-scattered-item:hover .erp-scattered-icon {
    filter: grayscale(0) saturate(1.2);
    transform: scale(1.15) rotate(5deg);
}

.erp-scattered-label {
    font-size: 13px;
    font-weight: 600;
    color: #742a2a;
    text-align: center;
}

.erp-chaos-indicator {
    text-align: center;
    padding: 18px;
    background: linear-gradient(135deg, #fed7d7 0%, #fff5f5 100%);
    border-radius: 12px;
    border: 1px solid rgba(229, 62, 62, 0.1);
}

.erp-chaos-text {
    font-size: 16px;
    font-weight: 700;
    color: #c53030;
    font-style: italic;
    margin: 0;
}

/* ============================================
   CENTER: VS DIVIDER
   ============================================ */

.erp-vs-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.erp-vs-circle {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 12px 40px rgba(102, 126, 234, 0.35),
        0 0 0 6px rgba(102, 126, 234, 0.1);
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: erpVsPulseEnhanced 2.5s ease-in-out infinite;
    transition: box-shadow 0.4s ease;
}

.erp-vs-circle:hover {
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.45),
        0 0 0 10px rgba(102, 126, 234, 0.15);
}

@keyframes erpVsPulseEnhanced {
    0%, 100% { 
        transform: scale(1) translateZ(0); 
        box-shadow: 
            0 12px 40px rgba(102, 126, 234, 0.35),
            0 0 0 6px rgba(102, 126, 234, 0.1);
    }
    50% { 
        transform: scale(1.12) translateZ(0); 
        box-shadow: 
            0 18px 50px rgba(102, 126, 234, 0.5),
            0 0 0 12px rgba(102, 126, 234, 0.08);
    }
}

.erp-vs-text {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.erp-vs-line {
    width: 4px;
    height: 400px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        #667eea 20%, 
        #764ba2 50%, 
        #667eea 80%, 
        transparent 100%
    );
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.erp-vs-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, transparent 100%);
    will-change: transform;
    animation: erpLineFlowEnhanced 3.5s linear infinite;
}

@keyframes erpLineFlowEnhanced {
    from { 
        transform: translateY(-60px); 
        opacity: 0; 
    }
    20% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.8;
    }
    to { 
        transform: translateY(400px); 
        opacity: 0; 
    }
}

/* ============================================
   RIGHT: UNIFIED SYSTEM
   ============================================ */

.erp-unified-system {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 45px;
    border-radius: 24px;
    box-shadow: 
        0 10px 50px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
}

.erp-unified-system:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 
        0 20px 60px rgba(56, 161, 105, 0.12),
        0 0 0 1px rgba(56, 161, 105, 0.1) inset;
}

.erp-unified-title {
    font-size: 24px;
    font-weight: 700;
    color: #38a169;
    margin: 0 0 32px 0;
    text-align: center;
}

.erp-unified-box {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.06) 0%, rgba(118, 75, 162, 0.06) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    padding: 45px;
    text-align: center;
    margin-bottom: 30px;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
}

.erp-unified-box:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 25px 60px rgba(102, 126, 234, 0.18);
    border-color: rgba(102, 126, 234, 0.45);
}

.erp-unified-icon {
    font-size: 68px;
    margin-bottom: 22px;
    display: inline-block;
    will-change: transform;
    animation: erpUnifiedRotateEnhanced 12s linear infinite;
}

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

.erp-unified-box:hover .erp-unified-icon {
    animation-duration: 6s;
}

.erp-unified-heading {
    font-size: 26px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 14px 0;
}

.erp-unified-desc {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.65;
    margin: 0 0 26px 0;
}

.erp-unified-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.erp-feature-tag {
    display: inline-block;
    padding: 12px 22px;
    background: rgba(102, 126, 234, 0.08);
    border-left: 4px solid #667eea;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #667eea;
    text-align: left;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease;
}

.erp-feature-tag:hover {
    transform: translateX(8px) translateZ(0);
    background: rgba(102, 126, 234, 0.15);
}

.erp-clarity-indicator {
    text-align: center;
    padding: 18px;
    background: linear-gradient(135deg, #c6f6d5 0%, #f0fff4 100%);
    border-radius: 12px;
    border: 1px solid rgba(56, 161, 105, 0.15);
}

.erp-clarity-text {
    font-size: 16px;
    font-weight: 700;
    color: #276749;
    font-style: italic;
    margin: 0;
}

/* ============================================
   PAIN POINTS GRID
   ============================================ */

.erp-pain-points {
    margin-bottom: 60px;
}

.erp-pain-points-title {
    font-size: clamp(1.5rem, 4vw, 32px);
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin: 0 0 55px 0;
}

.erp-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.erp-pain-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 38px 32px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
}

.erp-pain-card:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 
        0 20px 50px rgba(102, 126, 234, 0.15),
        0 8px 20px rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.3);
}

.erp-pain-icon-wrapper {
    width: 74px;
    height: 74px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease;
}

.erp-pain-card:hover .erp-pain-icon-wrapper {
    transform: scale(1.12) rotate(8deg) translateZ(0);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.18) 0%, rgba(118, 75, 162, 0.18) 100%);
}

.erp-pain-icon {
    font-size: 38px;
    transition: transform 0.3s ease;
}

.erp-pain-card:hover .erp-pain-icon {
    transform: scale(1.1);
}

.erp-pain-heading {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 14px 0;
    transition: color 0.3s ease;
}

.erp-pain-card:hover .erp-pain-heading {
    color: #667eea;
}

.erp-pain-text {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   BOTTOM CTA
   ============================================ */

.erp-problem-cta {
    text-align: center;
    padding: 55px 45px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.06) 0%, rgba(118, 75, 162, 0.06) 100%);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.12);
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.erp-problem-cta:hover {
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.1);
}

.erp-problem-cta-text {
    font-size: clamp(1.125rem, 2.5vw, 22px);
    color: #2d3748;
    line-height: 1.7;
    margin: 0 0 32px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.erp-problem-cta-text strong {
    color: #667eea;
    font-weight: 700;
}

.erp-problem-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 44px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 
        0 10px 35px rgba(102, 126, 234, 0.35),
        0 0 0 0 rgba(102, 126, 234, 0);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-problem-cta-btn:hover {
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.45),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.erp-problem-cta-btn:active {
    transform: translateY(-2px) scale(1.01) translateZ(0);
}

.erp-cta-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-problem-cta-btn:hover .erp-cta-arrow {
    transform: translateX(6px);
}

/* ============================================
   SECTION: ERP MODULES
   ============================================ */

.erp-modules {
    position: relative;
    padding: 100px 20px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative background elements */
.erp-modules::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    animation: erpModuleOrbFloat 25s ease-in-out infinite;
}

.erp-modules::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    animation: erpModuleOrbFloat 30s ease-in-out infinite reverse;
}

@keyframes erpModuleOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(30px, 30px, 0) scale(1.05); }
}

.erp-modules-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ============================================
   MODULES SECTION HEADER
   ============================================ */

.erp-modules-header {
    text-align: center;
    margin-bottom: 80px;
}

.erp-modules-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 50px;
    margin-bottom: 28px;
    transform: translateZ(0);
    will-change: transform;
    animation: erpBadgeFloatEnhanced 3.5s ease-in-out infinite;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-modules-badge:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    animation-play-state: paused;
}

@keyframes erpBadgeFloatEnhanced {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-6px) translateZ(0); }
}

.erp-modules-badge-icon {
    font-size: 18px;
}

.erp-modules-badge-text {
    font-size: 13px;
    font-weight: 700;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.erp-modules-title {
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.erp-modules-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    animation: erpHighlightShimmer 4s ease-in-out infinite;
}

.erp-modules-subtitle {
    font-size: clamp(1rem, 2vw, 20px);
    line-height: 1.7;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   MODULES GRID
   ============================================ */

.erp-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

/* ============================================
   MODULE CARD (Enhanced from Hero)
   ============================================ */

.erp-module-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(102, 126, 234, 0.1);
    border-radius: 24px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 5px 25px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
    transform-style: preserve-3d;
}

/* Gradient overlay */
.erp-module-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border-radius: 24px;
}

.erp-module-card:hover {
    transform: translateY(-12px) translateZ(0);
    border-color: rgba(102, 126, 234, 0.35);
    box-shadow: 
        0 25px 60px rgba(102, 126, 234, 0.15),
        0 10px 25px rgba(102, 126, 234, 0.1),
        0 0 0 1px rgba(102, 126, 234, 0.1) inset;
}

.erp-module-card:hover::before {
    opacity: 1;
}

/* Module Icon */
.erp-module-icon-wrapper {
    position: relative;
    width: 95px;
    height: 95px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease;
}

.erp-module-card:hover .erp-module-icon-wrapper {
    transform: scale(1.12) rotate(8deg) translateZ(0);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.18) 0%, rgba(118, 75, 162, 0.18) 100%);
}

.erp-module-icon {
    font-size: 52px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.erp-module-card:hover .erp-module-icon {
    transform: scale(1.1);
}

.erp-module-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.35) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 0.4s ease;
}

.erp-module-card:hover .erp-module-glow {
    opacity: 1;
    animation: erpGlowPulseEnhanced 2.5s ease-in-out infinite;
}

@keyframes erpGlowPulseEnhanced {
    0%, 100% { 
        transform: scale(1); 
        opacity: 0.35; 
    }
    50% { 
        transform: scale(1.3); 
        opacity: 0.6; 
    }
}

/* Module Name */
.erp-module-name {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 16px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.erp-module-card:hover .erp-module-name {
    color: #667eea;
}

/* Module Description */
.erp-module-description {
    font-size: 16px;
    line-height: 1.65;
    color: #4a5568;
    margin: 0 0 26px 0;
}

/* ============================================
   MODULE FEATURES
   ============================================ */

.erp-module-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
}

.erp-module-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
    transform: translateX(0) translateZ(0);
    will-change: transform, color;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        color 0.3s ease;
}

.erp-module-card:hover .erp-module-feature {
    color: #2d3748;
    transform: translateX(6px) translateZ(0);
}

.erp-feature-check {
    width: 20px;
    height: 20px;
    color: #667eea;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.erp-module-card:hover .erp-feature-check {
    transform: scale(1.15);
}

/* ============================================
   TECH BADGES
   ============================================ */

.erp-module-tech {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.erp-tech-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transform: translateZ(0);
    will-change: transform, background, border-color;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        border-color 0.3s ease;
}

.erp-module-card:hover .erp-tech-badge {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border-color: rgba(102, 126, 234, 0.4);
    transform: scale(1.05) translateZ(0);
}

/* ============================================
   MODULES NOTE
   ============================================ */

.erp-modules-note {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 45px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border: 2px solid rgba(102, 126, 234, 0.15);
    border-radius: 24px;
    max-width: 900px;
    margin: 0 auto;
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.erp-modules-note:hover {
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.1);
}

.erp-note-icon {
    font-size: 44px;
    flex-shrink: 0;
    will-change: transform;
    animation: erpNoteBounceEnhanced 2.5s ease-in-out infinite;
}

@keyframes erpNoteBounceEnhanced {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-4px) rotate(-3deg); }
    50% { transform: translateY(-10px) rotate(0deg); }
    75% { transform: translateY(-4px) rotate(3deg); }
}

.erp-note-text {
    font-size: 18px;
    line-height: 1.7;
    color: #2d3748;
    margin: 0;
}

.erp-note-text strong {
    color: #667eea;
    font-weight: 700;
}

/* ============================================
   CARD VISIBILITY ANIMATION
   ============================================ */

.erp-module-card {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
}

.erp-module-card.erp-card-visible {
    animation: erpCardAppearEnhanced 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes erpCardAppearEnhanced {
    from {
        opacity: 0;
        transform: translateY(35px) scale(0.95) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

/* Stagger delays */
.erp-module-card:nth-child(1) { animation-delay: 0s; }
.erp-module-card:nth-child(2) { animation-delay: 0.12s; }
.erp-module-card:nth-child(3) { animation-delay: 0.24s; }
.erp-module-card:nth-child(4) { animation-delay: 0.36s; }
.erp-module-card:nth-child(5) { animation-delay: 0.48s; }

/* ============================================
   SECTION: ERP PROCESS
   ============================================ */

.erp-process {
    position: relative;
    padding: 100px 20px;
    background: #f8f9fa;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative background gradient */
.erp-process::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.erp-process-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ============================================
   PROCESS SECTION HEADER
   ============================================ */

.erp-process-header {
    text-align: center;
    margin-bottom: 80px;
}

.erp-process-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 50px;
    margin-bottom: 28px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-process-badge:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.erp-process-badge-icon {
    font-size: 18px;
    will-change: transform;
    animation: erpRotateBadgeEnhanced 4s linear infinite;
}

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

.erp-process-badge:hover .erp-process-badge-icon {
    animation-duration: 2s;
}

.erp-process-badge-text {
    font-size: 13px;
    font-weight: 700;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.erp-process-title {
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.erp-process-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    animation: erpHighlightShimmer 4s ease-in-out infinite;
}

.erp-process-subtitle {
    font-size: clamp(1rem, 2vw, 20px);
    line-height: 1.7;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

/* ============================================
   TIMELINE STRUCTURE
   ============================================ */

.erp-process-timeline {
    position: relative;
    padding: 60px 0;
}

/* Central Vertical Line */
.erp-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, 
        rgba(102, 126, 234, 0.15) 0%, 
        rgba(102, 126, 234, 0.35) 50%, 
        rgba(102, 126, 234, 0.15) 100%
    );
    transform: translateX(-50%);
    border-radius: 3px;
}

/* Animated Progress Line */
.erp-timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
    box-shadow: 
        0 0 25px rgba(102, 126, 234, 0.6),
        0 0 50px rgba(102, 126, 234, 0.3);
    will-change: height;
    animation: erpProgressFillEnhanced 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes erpProgressFillEnhanced {
    to { height: 100%; }
}

/* ============================================
   PROCESS STEPS
   ============================================ */

.erp-process-step {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 45px;
    align-items: center;
    margin-bottom: 85px;
    opacity: 0;
    transform: translateY(30px) translateZ(0);
}

.erp-process-step:last-child {
    margin-bottom: 0;
}

.erp-process-step.erp-step-visible {
    animation: erpStepAppearEnhanced 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes erpStepAppearEnhanced {
    from {
        opacity: 0;
        transform: translateY(35px) scale(0.97) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

/* Left-aligned steps (odd) */
.erp-process-step:not(.erp-step-reverse) {
    grid-template-areas: "content number empty";
}

.erp-process-step:not(.erp-step-reverse) .erp-step-content {
    grid-area: content;
    text-align: right;
}

.erp-process-step:not(.erp-step-reverse) .erp-step-number {
    grid-area: number;
}

/* Right-aligned steps (even) */
.erp-step-reverse {
    grid-template-areas: "empty number content";
}

.erp-step-reverse .erp-step-content {
    grid-area: content;
    text-align: left;
}

.erp-step-reverse .erp-step-number {
    grid-area: number;
}

/* ============================================
   STEP NUMBER CIRCLE
   ============================================ */

.erp-step-number {
    position: relative;
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 12px 40px rgba(102, 126, 234, 0.35),
        0 0 0 6px rgba(102, 126, 234, 0.1);
    z-index: 2;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
}

.erp-number-text {
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.erp-number-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(102, 126, 234, 0.5);
    border-radius: 50%;
    will-change: transform, opacity;
    animation: erpRingPulseEnhanced 2.5s ease-out infinite;
}

/* Multiple rings */
.erp-number-ring:nth-child(2) {
    animation-delay: 0.8s;
    border-width: 2px;
}

@keyframes erpRingPulseEnhanced {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.erp-process-step:hover .erp-step-number {
    transform: scale(1.12) rotate(10deg) translateZ(0);
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.5),
        0 0 0 10px rgba(102, 126, 234, 0.12);
}

/* ============================================
   STEP CONTENT
   ============================================ */

.erp-step-content {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 45px;
    border-radius: 24px;
    box-shadow: 
        0 10px 50px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    border: 2px solid rgba(102, 126, 234, 0.1);
    position: relative;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
}

/* Gradient overlay */
.erp-step-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.erp-process-step:hover .erp-step-content {
    transform: translateY(-8px) translateZ(0);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 
        0 25px 70px rgba(102, 126, 234, 0.15),
        0 10px 25px rgba(102, 126, 234, 0.1);
}

.erp-process-step:hover .erp-step-content::before {
    opacity: 1;
}

/* Step Icon */
.erp-step-icon {
    font-size: 52px;
    margin-bottom: 22px;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-process-step:hover .erp-step-icon {
    transform: scale(1.2) rotate(10deg);
}

/* Step Title */
.erp-step-title {
    font-size: clamp(1.25rem, 3vw, 26px);
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 18px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.erp-process-step:hover .erp-step-title {
    color: #667eea;
}

/* Step Description */
.erp-step-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 26px 0;
}

/* ============================================
   STEP DETAILS (Mini Badges)
   ============================================ */

.erp-step-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.erp-step-reverse .erp-step-details {
    justify-content: flex-start;
}

.erp-process-step:not(.erp-step-reverse) .erp-step-details {
    justify-content: flex-end;
}

.erp-detail-item {
    display: inline-block;
    padding: 10px 18px;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #667eea;
    transform: translateZ(0);
    will-change: transform, background, border-color;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        border-color 0.3s ease;
}

.erp-detail-item:hover {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-3px) scale(1.03) translateZ(0);
}

/* ============================================
   JS-TRIGGERED ANIMATIONS
   ============================================ */

/* Scroll-in animation */
.erp-animate-in {
    animation: erpFadeSlideUpEnhanced 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes erpFadeSlideUpEnhanced {
    from {
        opacity: 0;
        transform: translateY(45px) scale(0.97) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

/* ============================================
   RESPONSIVE DESIGN - ERP PROBLEM
   ============================================ */

@media (max-width: 1200px) {
    .erp-problem-visual {
        gap: 40px;
    }
    
    .erp-scattered-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 968px) {
    .erp-problem {
        padding: 80px 20px;
    }
    
    .erp-problem-title {
        font-size: 40px;
    }
    
    .erp-problem-visual {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .erp-vs-divider {
        flex-direction: row;
        width: 100%;
    }
    
    .erp-vs-line {
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, 
            transparent 0%, 
            #667eea 20%, 
            #764ba2 50%, 
            #667eea 80%, 
            transparent 100%
        );
    }
    
    .erp-vs-line::before {
        width: 60px;
        height: 100%;
        background: linear-gradient(to right, rgba(248, 249, 250, 0.9) 0%, transparent 100%);
        animation: erpLineFlowHorizontalEnhanced 4s linear infinite;
    }
    
    @keyframes erpLineFlowHorizontalEnhanced {
        from { transform: translateX(-60px); opacity: 0; }
        20% { opacity: 0.8; }
        80% { opacity: 0.8; }
        to { transform: translateX(calc(100% + 60px)); opacity: 0; }
    }
}

@media (max-width: 768px) {
    .erp-problem-header {
        margin-bottom: 60px;
    }
    
    .erp-problem-title {
        font-size: 32px;
    }
    
    .erp-problem-subtitle {
        font-size: 17px;
    }
    
    .erp-scattered-systems,
    .erp-unified-system {
        padding: 30px 22px;
    }
    
    .erp-scattered-grid {
        gap: 15px;
    }
    
    .erp-scattered-item {
        padding: 18px;
    }
    
    .erp-pain-grid {
        grid-template-columns: 1fr;
    }
    
    .erp-problem-cta {
        padding: 40px 28px;
    }
    
    .erp-problem-cta-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .erp-problem {
        padding: 60px 15px;
    }
    
    .erp-problem-title {
        font-size: 28px;
    }
    
    .erp-scattered-grid {
        grid-template-columns: 1fr;
    }
    
    .erp-scattered-item {
        padding: 16px;
    }
    
    .erp-vs-circle {
        width: 65px;
        height: 65px;
    }
    
    .erp-vs-text {
        font-size: 22px;
    }
    
    .erp-unified-box {
        padding: 28px 20px;
    }
    
    .erp-problem-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   RESPONSIVE DESIGN - ERP MODULES
   ============================================ */

@media (max-width: 1024px) {
    .erp-modules-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .erp-modules {
        padding: 80px 20px;
    }
    
    .erp-modules-header {
        margin-bottom: 60px;
    }
    
    .erp-modules-title {
        font-size: 40px;
    }
    
    .erp-modules-subtitle {
        font-size: 17px;
    }
    
    .erp-modules-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 60px;
    }
    
    .erp-module-card {
        padding: 35px 28px;
    }
    
    .erp-module-card:hover {
        transform: translateY(-8px) translateZ(0);
    }
    
    .erp-module-icon-wrapper {
        width: 82px;
        height: 82px;
    }
    
    .erp-module-icon {
        font-size: 44px;
    }
    
    .erp-module-name {
        font-size: 22px;
    }
    
    .erp-modules-note {
        flex-direction: column;
        padding: 32px 26px;
        text-align: center;
        align-items: center;
    }
    
    .erp-note-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .erp-modules {
        padding: 60px 15px;
    }
    
    .erp-modules-title {
        font-size: 32px;
    }
    
    .erp-modules-subtitle {
        font-size: 15px;
    }
    
    .erp-module-card {
        padding: 28px 22px;
    }
    
    .erp-module-icon-wrapper {
        width: 72px;
        height: 72px;
    }
    
    .erp-module-icon {
        font-size: 38px;
    }
    
    .erp-module-name {
        font-size: 20px;
    }
    
    .erp-module-description {
        font-size: 15px;
    }
    
    .erp-modules-note {
        padding: 26px 20px;
    }
    
    .erp-note-icon {
        font-size: 34px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - ERP PROCESS
   ============================================ */

@media (max-width: 968px) {
    .erp-process {
        padding: 80px 20px;
    }
    
    .erp-process-title {
        font-size: 40px;
    }
    
    .erp-process-step {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .erp-process-step:not(.erp-step-reverse),
    .erp-step-reverse {
        grid-template-areas: 
            "number"
            "content";
    }
    
    .erp-process-step:not(.erp-step-reverse) .erp-step-content,
    .erp-step-reverse .erp-step-content {
        text-align: center;
    }
    
    .erp-step-number {
        margin: 0 auto;
    }
    
    .erp-timeline-line {
        display: none;
    }
    
    .erp-step-details {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .erp-process-header {
        margin-bottom: 60px;
    }
    
    .erp-process-title {
        font-size: 32px;
    }
    
    .erp-process-subtitle {
        font-size: 17px;
    }
    
    .erp-step-content {
        padding: 35px 28px;
    }
    
    .erp-step-icon {
        font-size: 44px;
    }
    
    .erp-step-title {
        font-size: 22px;
    }
    
    .erp-step-number {
        width: 72px;
        height: 72px;
    }
    
    .erp-number-text {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .erp-process {
        padding: 60px 15px;
    }
    
    .erp-process-title {
        font-size: 28px;
    }
    
    .erp-process-step {
        margin-bottom: 50px;
    }
    
    .erp-step-content {
        padding: 28px 22px;
    }
    
    .erp-step-icon {
        font-size: 38px;
    }
    
    .erp-step-title {
        font-size: 20px;
    }
    
    .erp-step-description {
        font-size: 15px;
    }
    
    .erp-step-number {
        width: 65px;
        height: 65px;
    }
    
    .erp-number-text {
        font-size: 24px;
    }
    
    .erp-detail-item {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .erp-problem::before,
    .erp-modules::before,
    .erp-modules::after {
        animation: none;
    }
    
    .erp-problem-badge-icon,
    .erp-modules-badge,
    .erp-process-badge-icon {
        animation: none;
    }
    
    .erp-highlight,
    .erp-modules-highlight,
    .erp-process-highlight {
        animation: none;
    }
    
    .erp-scattered-item,
    .erp-unified-icon,
    .erp-note-icon {
        animation: none;
    }
    
    .erp-vs-circle,
    .erp-vs-line::before {
        animation: none;
    }
    
    .erp-timeline-progress {
        animation: none;
        height: 100%;
    }
    
    .erp-number-ring {
        animation: none;
        opacity: 0.3;
    }
    
    .erp-module-glow {
        animation: none;
    }
    
    .erp-module-card,
    .erp-process-step {
        opacity: 1;
        transform: none;
        animation: none;
    }
    
    .erp-scattered-systems,
    .erp-unified-system,
    .erp-pain-card,
    .erp-module-card,
    .erp-step-content,
    .erp-step-number,
    .erp-problem-cta-btn {
        transition-duration: 0.01ms !important;
    }
    
    .erp-scattered-systems:hover,
    .erp-unified-system:hover,
    .erp-pain-card:hover,
    .erp-module-card:hover,
    .erp-step-content:hover {
        transform: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.erp-problem-badge:focus-visible,
.erp-modules-badge:focus-visible,
.erp-process-badge:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.erp-scattered-item:focus-visible,
.erp-pain-card:focus-visible,
.erp-module-card:focus-visible,
.erp-step-content:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.erp-problem-cta-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.erp-feature-tag:focus-visible,
.erp-tech-badge:focus-visible,
.erp-detail-item:focus-visible {
    outline: 2px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .erp-problem,
    .erp-modules,
    .erp-process {
        background: #ffffff !important;
        padding: 40px 20px !important;
    }
    
    .erp-problem::before,
    .erp-modules::before,
    .erp-modules::after,
    .erp-process::before {
        display: none !important;
    }
    
    .erp-highlight,
    .erp-modules-highlight,
    .erp-process-highlight {
        -webkit-text-fill-color: #667eea !important;
        color: #667eea !important;
    }
    
    .erp-vs-divider,
    .erp-timeline-line {
        display: none !important;
    }
    
    .erp-scattered-item,
    .erp-unified-box,
    .erp-pain-card,
    .erp-module-card,
    .erp-step-content {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
    
    .erp-problem-cta-btn {
        background: #667eea !important;
        box-shadow: none !important;
    }
}
/* =====================================================
   PART 16: ERP PROCESS SUMMARY, DIFFERENTIATORS & INDUSTRIES
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: ERP PROCESS SUMMARY
   ============================================ */

.erp-process-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.erp-summary-card {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 35px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(102, 126, 234, 0.12);
    border-radius: 20px;
    box-shadow: 
        0 5px 25px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
}

.erp-summary-card:hover {
    transform: translateY(-8px) scale(1.02) translateZ(0);
    border-color: rgba(102, 126, 234, 0.35);
    box-shadow: 
        0 20px 50px rgba(102, 126, 234, 0.15),
        0 8px 20px rgba(102, 126, 234, 0.1);
}

.erp-summary-icon {
    font-size: 52px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-summary-card:hover .erp-summary-icon {
    transform: scale(1.15) rotate(10deg);
}

.erp-summary-content {
    flex: 1;
}

.erp-summary-title {
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.erp-summary-card:hover .erp-summary-title {
    color: #667eea;
}

.erp-summary-text {
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    margin: 0;
    animation: summaryShimmer 4s ease-in-out infinite;
}

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

/* SVG Connectors */
.erp-connectors-svg line {
    transition: 
        stroke 0.4s ease,
        stroke-width 0.3s ease;
}

.erp-process-step:hover ~ .erp-connectors-svg line {
    stroke: rgba(102, 126, 234, 0.6);
    stroke-width: 3;
}

/* ============================================
   SECTION: ERP DIFFERENTIATORS
   ============================================ */

.erp-differentiators {
    position: relative;
    padding: 100px 20px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative background elements */
.erp-differentiators::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    animation: diffOrbFloat 25s ease-in-out infinite;
}

.erp-differentiators::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    animation: diffOrbFloat 30s ease-in-out infinite reverse;
}

@keyframes diffOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(30px, 30px, 0) scale(1.05); }
}

.erp-differentiators-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ============================================
   DIFFERENTIATORS HEADER
   ============================================ */

.erp-differentiators-header {
    text-align: center;
    margin-bottom: 80px;
}

.erp-differentiators-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 193, 7, 0.15));
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 50px;
    margin-bottom: 28px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-differentiators-badge:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.25);
}

.erp-differentiators-badge-icon {
    font-size: 18px;
    will-change: transform;
    animation: starTwinkleEnhanced 2.5s ease-in-out infinite;
}

@keyframes starTwinkleEnhanced {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
        opacity: 1; 
    }
    25% {
        transform: scale(1.15) rotate(90deg);
        opacity: 0.9;
    }
    50% { 
        transform: scale(1.25) rotate(180deg); 
        opacity: 0.85; 
    }
    75% {
        transform: scale(1.15) rotate(270deg);
        opacity: 0.9;
    }
}

.erp-differentiators-badge-text {
    font-size: 13px;
    font-weight: 700;
    color: #f59e0b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.erp-differentiators-title {
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.erp-differentiators-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #667eea;
    animation: diffHighlightShimmer 4s ease-in-out infinite;
}

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

.erp-differentiators-subtitle {
    font-size: clamp(1rem, 2vw, 20px);
    line-height: 1.7;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   DIFFERENTIATORS GRID
   ============================================ */

.erp-differentiators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

/* ============================================
   DIFFERENTIATOR CARD
   ============================================ */

.erp-diff-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(102, 126, 234, 0.1);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 5px 25px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
    transform-style: preserve-3d;
}

/* Gradient overlay */
.erp-diff-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.erp-diff-card:hover {
    transform: translateY(-12px) translateZ(0);
    border-color: rgba(102, 126, 234, 0.35);
    box-shadow: 
        0 25px 60px rgba(102, 126, 234, 0.15),
        0 10px 25px rgba(102, 126, 234, 0.1);
}

.erp-diff-card:hover::before {
    opacity: 1;
}

/* ============================================
   CARD VISUAL (TOP SECTION)
   ============================================ */

.erp-diff-visual {
    position: relative;
    height: 180px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Animated Background Pattern */
.erp-diff-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(102, 126, 234, 0.04) 0px,
            rgba(102, 126, 234, 0.04) 10px,
            transparent 10px,
            transparent 20px
        );
    will-change: transform;
    animation: patternMoveEnhanced 25s linear infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.erp-diff-card:hover .erp-diff-pattern {
    opacity: 1;
}

@keyframes patternMoveEnhanced {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(20px, 20px, 0); }
}

/* Icon Wrapper */
.erp-diff-icon-wrapper {
    position: relative;
    width: 105px;
    height: 105px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 15px 45px rgba(102, 126, 234, 0.35),
        0 0 0 6px rgba(102, 126, 234, 0.1);
    z-index: 2;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
}

.erp-diff-card:hover .erp-diff-icon-wrapper {
    transform: scale(1.18) rotate(12deg) translateZ(0);
    box-shadow: 
        0 22px 55px rgba(102, 126, 234, 0.5),
        0 0 0 10px rgba(102, 126, 234, 0.12);
}

.erp-diff-icon {
    font-size: 56px;
    filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.erp-diff-card:hover .erp-diff-icon {
    transform: scale(1.1);
}

/* ============================================
   CARD CONTENT
   ============================================ */

.erp-diff-content {
    padding: 38px 32px;
    position: relative;
    z-index: 2;
}

.erp-diff-name {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 16px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.erp-diff-card:hover .erp-diff-name {
    color: #667eea;
}

.erp-diff-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 22px 0;
}

/* Highlight Badge */
.erp-diff-highlight-badge {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transform: translateZ(0);
    will-change: transform, background, border-color;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        border-color 0.3s ease;
}

.erp-diff-card:hover .erp-diff-highlight-badge {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.18), rgba(118, 75, 162, 0.18));
    border-color: rgba(102, 126, 234, 0.45);
    transform: translateX(6px) translateZ(0);
}

/* ============================================
   CARD VISIBILITY ANIMATION
   ============================================ */

.erp-diff-card {
    opacity: 0;
    transform: translateY(35px) translateZ(0);
}

.erp-diff-card.erp-diff-visible {
    animation: diffCardAppear 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes diffCardAppear {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

/* Stagger delays */
.erp-diff-card:nth-child(1) { animation-delay: 0s; }
.erp-diff-card:nth-child(2) { animation-delay: 0.12s; }
.erp-diff-card:nth-child(3) { animation-delay: 0.24s; }
.erp-diff-card:nth-child(4) { animation-delay: 0.36s; }
.erp-diff-card:nth-child(5) { animation-delay: 0.48s; }
.erp-diff-card:nth-child(6) { animation-delay: 0.6s; }

/* ============================================
   COMPARISON BOX
   ============================================ */

.erp-comparison-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    padding: 55px 65px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.04) 0%, rgba(118, 75, 162, 0.04) 100%);
    border: 2px solid rgba(102, 126, 234, 0.12);
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.erp-comparison-box:hover {
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.1);
}

/* Background pattern */
.erp-comparison-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent 0px,
            rgba(102, 126, 234, 0.02) 1px,
            transparent 2px,
            transparent 40px
        );
    pointer-events: none;
}

/* Comparison Sides */
.erp-comparison-side {
    position: relative;
    z-index: 1;
}

.erp-comparison-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 34px 0;
    transition: transform 0.3s ease;
}

.erp-comparison-side:hover .erp-comparison-title {
    transform: translateX(5px);
}

.erp-comparison-icon {
    font-size: 42px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-comparison-side:hover .erp-comparison-icon {
    transform: scale(1.15) rotate(10deg);
}

.erp-comparison-others .erp-comparison-title {
    color: #e53e3e;
}

.erp-comparison-ours .erp-comparison-title {
    color: #38a169;
}

/* Comparison Lists */
.erp-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.erp-comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 20px;
    line-height: 1.6;
    color: #4a5568;
    position: relative;
    padding-left: 34px;
    transform: translateZ(0);
    will-change: transform;
    transition: 
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        color 0.3s ease;
}

.erp-comparison-list li:hover {
    transform: translateX(5px) translateZ(0);
    color: #2d3748;
}

.erp-comparison-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 34px;
    line-height: 1;
    top: -2px;
    transition: transform 0.3s ease;
}

.erp-comparison-list li:hover::before {
    transform: scale(1.2);
}

.erp-comparison-others .erp-comparison-list li::before {
    color: #fc8181;
}

.erp-comparison-ours .erp-comparison-list li::before {
    color: #68d391;
}

/* VS Divider */
.erp-comparison-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 175px;
}

.erp-vs-text {
    width: 105px;
    height: 105px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 
        0 15px 45px rgba(102, 126, 234, 0.45),
        0 0 0 6px rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: vsPulseEnhanced 2.5s ease-in-out infinite;
    transition: box-shadow 0.4s ease;
}

.erp-vs-text:hover {
    box-shadow: 
        0 20px 55px rgba(102, 126, 234, 0.55),
        0 0 0 10px rgba(102, 126, 234, 0.15);
}

@keyframes vsPulseEnhanced {
    0%, 100% { 
        transform: scale(1) translateZ(0); 
    }
    50% { 
        transform: scale(1.12) translateZ(0); 
    }
}

/* ============================================
   SECTION: ERP INDUSTRIES
   ============================================ */

.erp-industries-section {
    padding: 120px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative background elements */
.erp-industries-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    animation: industryOrbFloat 25s ease-in-out infinite;
}

.erp-industries-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    animation: industryOrbFloat 30s ease-in-out infinite reverse;
}

@keyframes industryOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(25px, 25px, 0) scale(1.05); }
}

/* ============================================
   SECTION HEADER
   ============================================ */

.erp-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.erp-section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 12px 28px;
    border-radius: 50px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.erp-section-label:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

/* Shimmer effect */
.erp-section-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.erp-section-label:hover::before {
    left: 100%;
}

.erp-section-title {
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 22px;
    letter-spacing: -1.5px;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

/* Animated underline */
.erp-section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 85px;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-section-header:hover .erp-section-title::after {
    transform: translateX(-50%) scaleX(1);
}

.erp-section-subtitle {
    font-size: clamp(1rem, 2vw, 18px);
    line-height: 1.75;
    color: #64748b;
    margin: 0;
    font-weight: 400;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   INDUSTRIES GRID
   ============================================ */

.erp-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    margin-top: 70px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.erp-industry-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid transparent;
    border-radius: 24px;
    padding: 48px 38px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 
        0 4px 25px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
    animation: industryFloat 6s ease-in-out infinite;
}

/* Staggered floating */
.erp-industry-card:nth-child(1) { animation-delay: 0s; }
.erp-industry-card:nth-child(2) { animation-delay: 0.6s; }
.erp-industry-card:nth-child(3) { animation-delay: 1.2s; }
.erp-industry-card:nth-child(4) { animation-delay: 1.8s; }
.erp-industry-card:nth-child(5) { animation-delay: 2.4s; }
.erp-industry-card:nth-child(6) { animation-delay: 3s; }

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

/* Gradient border effect */
.erp-industry-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Animated background gradient on hover */
.erp-industry-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, 
        rgba(102, 126, 234, 0.04) 0%, 
        rgba(118, 75, 162, 0.06) 50%, 
        rgba(240, 147, 251, 0.04) 100%);
    opacity: 0;
    transition: all 0.6s ease;
    z-index: -1;
}

.erp-industry-card:hover::before {
    opacity: 1;
}

.erp-industry-card:hover::after {
    opacity: 1;
    transform: rotate(45deg);
}

.erp-industry-card:hover {
    transform: translateY(-14px) scale(1.03) translateZ(0);
    box-shadow: 
        0 25px 70px rgba(102, 126, 234, 0.2),
        0 10px 25px rgba(102, 126, 234, 0.12);
    animation-play-state: paused;
}

.erp-industry-icon {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.3);
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
        background 0.4s ease;
}

/* Icon glow effect */
.erp-industry-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 22px;
    opacity: 0;
    filter: blur(18px);
    transition: opacity 0.5s ease;
    z-index: -1;
}

.erp-industry-card:hover .erp-industry-icon::before {
    opacity: 0.65;
}

.erp-industry-icon svg {
    width: 42px;
    height: 42px;
    color: #ffffff;
    stroke-width: 2.5;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.12));
    transition: transform 0.4s ease;
}

.erp-industry-card:hover .erp-industry-icon {
    transform: scale(1.18) rotate(-8deg) translateZ(0);
    background: linear-gradient(135deg, #764ba2 0%, #f093fb 100%);
}

.erp-industry-card:hover .erp-industry-icon svg {
    transform: scale(1.12);
}

.erp-industry-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.erp-industry-card:hover .erp-industry-title {
    color: #667eea;
}

.erp-industry-desc {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.75;
    margin: 0;
    transition: color 0.3s ease;
}

.erp-industry-card:hover .erp-industry-desc {
    color: #475569;
}

/* ============================================
   RESPONSIVE DESIGN - PROCESS SUMMARY
   ============================================ */

@media (max-width: 968px) {
    .erp-process-summary {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .erp-process-summary {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .erp-summary-card {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .erp-summary-card {
        flex-direction: column;
        text-align: center;
        padding: 28px 22px;
    }
    
    .erp-summary-icon {
        font-size: 44px;
    }
    
    .erp-summary-text {
        font-size: 22px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - DIFFERENTIATORS
   ============================================ */

@media (max-width: 1200px) {
    .erp-differentiators-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
    
    .erp-comparison-box {
        padding: 45px 50px;
    }
    
    .erp-comparison-divider {
        padding: 0 100px;
    }
    
    .erp-vs-text {
        width: 95px;
        height: 95px;
        font-size: 30px;
    }
    
    .erp-comparison-title {
        font-size: 26px;
    }
    
    .erp-comparison-list li {
        font-size: 18px;
    }
}

@media (max-width: 968px) {
    .erp-differentiators {
        padding: 80px 20px;
    }
    
    .erp-differentiators-header {
        margin-bottom: 60px;
    }
    
    .erp-differentiators-title {
        font-size: 40px;
    }
    
    .erp-differentiators-subtitle {
        font-size: 17px;
    }
    
    /* Stack vertically */
    .erp-comparison-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 32px;
    }
    
    .erp-comparison-divider {
        order: 2;
        padding: 35px 0;
    }
    
    .erp-comparison-others {
        order: 1;
    }
    
    .erp-comparison-ours {
        order: 3;
    }
    
    .erp-vs-text {
        width: 88px;
        height: 88px;
        font-size: 28px;
    }
    
    .erp-comparison-title {
        font-size: 24px;
        justify-content: center;
    }
    
    .erp-comparison-list li {
        font-size: 17px;
    }
    
    .erp-comparison-side {
        text-align: center;
    }
    
    .erp-comparison-list {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .erp-differentiators-title {
        font-size: 36px;
    }
    
    .erp-differentiators-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 60px;
    }
    
    .erp-diff-card:hover {
        transform: translateY(-8px) translateZ(0);
    }
    
    .erp-diff-visual {
        height: 165px;
    }
    
    .erp-diff-icon-wrapper {
        width: 92px;
        height: 92px;
    }
    
    .erp-diff-icon {
        font-size: 48px;
    }
    
    .erp-diff-content {
        padding: 32px 26px;
    }
    
    .erp-diff-name {
        font-size: 22px;
    }
    
    .erp-comparison-box {
        padding: 35px 26px;
    }
    
    .erp-comparison-title {
        font-size: 22px;
    }
    
    .erp-comparison-list li {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .erp-differentiators {
        padding: 60px 15px;
    }
    
    .erp-differentiators-title {
        font-size: 30px;
    }
    
    .erp-differentiators-subtitle {
        font-size: 15px;
    }
    
    .erp-diff-visual {
        height: 145px;
    }
    
    .erp-diff-icon-wrapper {
        width: 82px;
        height: 82px;
    }
    
    .erp-diff-icon {
        font-size: 42px;
    }
    
    .erp-diff-content {
        padding: 26px 22px;
    }
    
    .erp-diff-name {
        font-size: 20px;
    }
    
    .erp-diff-description {
        font-size: 15px;
    }
    
    .erp-comparison-box {
        padding: 28px 20px;
    }
    
    .erp-comparison-title {
        font-size: 20px;
        gap: 12px;
    }
    
    .erp-comparison-icon {
        font-size: 32px;
    }
    
    .erp-comparison-list li {
        font-size: 15px;
        padding-left: 28px;
    }
    
    .erp-comparison-list li::before {
        font-size: 28px;
    }
    
    .erp-vs-text {
        width: 72px;
        height: 72px;
        font-size: 24px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - INDUSTRIES
   ============================================ */

@media (max-width: 1200px) {
    .erp-industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .erp-industries-section {
        padding: 80px 20px;
    }

    .erp-section-header {
        margin-bottom: 55px;
    }

    .erp-section-label {
        font-size: 12px;
        letter-spacing: 1.5px;
        padding: 10px 22px;
    }

    .erp-section-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .erp-section-title::after {
        width: 65px;
        height: 3px;
    }

    .erp-section-subtitle {
        font-size: 16px;
    }

    .erp-industries-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 50px;
    }

    .erp-industry-card {
        padding: 38px 30px;
        animation: none !important;
    }
    
    .erp-industry-card:hover {
        transform: translateY(-10px) translateZ(0);
    }

    .erp-industry-icon {
        width: 74px;
        height: 74px;
    }

    .erp-industry-icon svg {
        width: 36px;
        height: 36px;
    }

    .erp-industry-title {
        font-size: 22px;
    }

    .erp-industry-desc {
        font-size: 14.5px;
    }
}

@media (max-width: 480px) {
    .erp-industries-section {
        padding: 60px 15px;
    }

    .erp-section-title {
        font-size: 30px;
    }

    .erp-section-subtitle {
        font-size: 15px;
    }

    .erp-industry-card {
        padding: 32px 26px;
    }

    .erp-industry-icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }
    
    .erp-industry-icon svg {
        width: 32px;
        height: 32px;
    }

    .erp-industry-title {
        font-size: 20px;
    }
    
    .erp-industry-desc {
        font-size: 14px;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .erp-differentiators::before,
    .erp-differentiators::after,
    .erp-industries-section::before,
    .erp-industries-section::after {
        animation: none;
    }
    
    .erp-differentiators-badge-icon {
        animation: none;
    }
    
    .summaryShimmer,
    .erp-summary-text,
    .erp-differentiators-highlight {
        animation: none;
    }
    
    .erp-diff-pattern {
        animation: none;
    }
    
    .erp-vs-text {
        animation: none;
    }
    
    .erp-industry-card {
        animation: none !important;
    }
    
    .erp-diff-card {
        opacity: 1;
        transform: none;
        animation: none;
    }
    
    .erp-summary-card,
    .erp-diff-card,
    .erp-industry-card,
    .erp-diff-icon-wrapper,
    .erp-industry-icon,
    .erp-diff-highlight-badge {
        transition-duration: 0.01ms !important;
    }
    
    .erp-summary-card:hover,
    .erp-diff-card:hover,
    .erp-industry-card:hover {
        transform: none;
    }
    
    .erp-section-label::before {
        display: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.erp-summary-card:focus-visible,
.erp-diff-card:focus-visible,
.erp-industry-card:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.erp-differentiators-badge:focus-visible,
.erp-section-label:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.erp-diff-highlight-badge:focus-visible,
.erp-comparison-list li:focus-visible {
    outline: 2px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
    border-radius: 8px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .erp-differentiators,
    .erp-industries-section {
        background: #ffffff !important;
        padding: 40px 20px !important;
    }
    
    .erp-differentiators::before,
    .erp-differentiators::after,
    .erp-industries-section::before,
    .erp-industries-section::after {
        display: none !important;
    }
    
    .erp-differentiators-highlight,
    .erp-summary-text {
        -webkit-text-fill-color: #667eea !important;
        color: #667eea !important;
    }
    
    .erp-diff-card,
    .erp-industry-card,
    .erp-summary-card,
    .erp-comparison-box {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
    
    .erp-diff-visual {
        background: #f7f8fc !important;
    }
    
    .erp-diff-icon-wrapper,
    .erp-industry-icon {
        box-shadow: none !important;
    }
}
/* ===== ERP FAQ Section ===== */
  .erp-faq-section {
      padding: 120px 20px;
      background: #ffffff;
      position: relative;
  }

  .erp-faq-container {
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
  }

  .erp-faq-item {
      background: #ffffff;
      border: 2px solid #e5e7eb;
      border-radius: 16px;
      margin-bottom: 20px;
      overflow: hidden;
      transition: all 0.3s ease;
  }

  .erp-faq-item:hover {
      border-color: #667eea;
      box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
  }

  .erp-faq-item.active {
      border-color: #667eea;
      box-shadow: 0 12px 40px rgba(102, 126, 234, 0.18);
  }

  .erp-faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 28px 30px;
      background: transparent;
      border: none;
      cursor: pointer;
      text-align: left;
      transition: all 0.3s ease;
      position: relative;
  }

  .erp-faq-question:hover {
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
  }

  .erp-faq-icon {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
      border-radius: 12px;
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .erp-faq-icon svg {
      width: 24px;
      height: 24px;
      color: #667eea;
      transition: transform 0.3s ease;
  }

  .erp-faq-item.active .erp-faq-icon {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      transform: scale(1.1);
  }

  .erp-faq-item.active .erp-faq-icon svg {
      color: #ffffff;
  }

  .erp-faq-question-text {
      flex: 1;
      font-size: 19px;
      font-weight: 600;
      color: #1a202c;
      line-height: 1.4;
      transition: color 0.3s ease;
  }

  .erp-faq-item.active .erp-faq-question-text {
      color: #667eea;
  }

  .erp-faq-toggle {
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f1f5f9;
      border-radius: 50%;
      transition: all 0.3s ease;
  }

  .erp-faq-toggle svg {
      width: 18px;
      height: 18px;
      color: #64748b;
      transition: transform 0.3s ease;
  }

  .erp-faq-item.active .erp-faq-toggle {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      transform: rotate(180deg);
  }

  .erp-faq-item.active .erp-faq-toggle svg {
      color: #ffffff;
  }

  .erp-faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
  }

  .erp-faq-item.active .erp-faq-answer {
      max-height: 1000px;
      opacity: 1;
      padding: 0 30px 28px 94px;
  }

  .erp-faq-answer p {
      font-size: 16px;
      line-height: 1.8;
      color: #475569;
      margin: 0;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .erp-faq-section {
          padding: 80px 20px;
      }

      .erp-faq-question {
          padding: 22px 20px;
          gap: 12px;
      }

      .erp-faq-icon {
          width: 42px;
          height: 42px;
      }

      .erp-faq-icon svg {
          width: 20px;
          height: 20px;
      }

      .erp-faq-question-text {
          font-size: 17px;
      }

      .erp-faq-toggle {
          width: 28px;
          height: 28px;
      }

      .erp-faq-toggle svg {
          width: 16px;
          height: 16px;
      }

      .erp-faq-item.active .erp-faq-answer {
          padding: 0 20px 22px 20px;
      }

      .erp-faq-answer p {
          font-size: 15px;
          line-height: 1.7;
      }
  }
  /* ===== ERP Waitlist Section ===== */
  .erp-waitlist-section {
      padding: 120px 20px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      position: relative;
      overflow: hidden;
  }

  /* Animated background pattern */
  .erp-waitlist-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: 
          radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
          radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
      animation: bgFloat 20s ease-in-out infinite;
  }

  @keyframes bgFloat {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(30px, -30px); }
  }

  .erp-waitlist-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      max-width: 1400px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
  }

  /* Left Side - Content */
  .erp-waitlist-left {
      color: #ffffff;
  }

  .erp-waitlist-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      padding: 12px 24px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 28px;
      border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .erp-waitlist-badge svg {
      width: 18px;
      height: 18px;
  }

  .erp-waitlist-title {
      font-size: 52px;
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 24px;
      letter-spacing: -1.5px;
  }

  .erp-waitlist-description {
      font-size: 18px;
      line-height: 1.7;
      opacity: 0.95;
      margin-bottom: 45px;
  }

  .erp-waitlist-benefits {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-bottom: 50px;
  }

  .erp-waitlist-benefit-item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
  }

  .erp-benefit-icon {
      width: 48px;
      height: 48px;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .erp-benefit-icon svg {
      width: 24px;
      height: 24px;
  }

  .erp-benefit-text h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 6px;
  }

  .erp-benefit-text p {
      font-size: 15px;
      opacity: 0.9;
      margin: 0;
  }

  .erp-waitlist-stats {
      display: flex;
      gap: 50px;
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .erp-waitlist-stat {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .erp-stat-number {
      font-size: 42px;
      font-weight: 800;
      line-height: 1;
      background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
  }

  .erp-stat-label {
      font-size: 14px;
      opacity: 0.85;
      font-weight: 500;
  }

  /* Right Side - Form */
  .erp-waitlist-right {
      position: relative;
  }

  .erp-waitlist-form-container {
      background: #ffffff;
      border-radius: 24px;
      padding: 45px;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
      position: relative;
  }

  .erp-form-title {
      font-size: 32px;
      font-weight: 800;
      color: #1a202c;
      margin-bottom: 12px;
      letter-spacing: -0.5px;
  }

  .erp-form-subtitle {
      font-size: 16px;
      color: #64748b;
      margin-bottom: 35px;
  }

  .erp-waitlist-form {
      display: flex;
      flex-direction: column;
      gap: 22px;
  }

  .erp-form-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .erp-form-label {
      font-size: 14px;
      font-weight: 600;
      color: #1a202c;
  }

  .erp-form-input {
      width: 100%;
      padding: 14px 18px;
      border: 2px solid #e5e7eb;
      border-radius: 12px;
      font-size: 15px;
      color: #1a202c;
      transition: all 0.3s ease;
      background: #ffffff;
  }

  .erp-form-input:focus {
      outline: none;
      border-color: #667eea;
      box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  }

  .erp-form-input::placeholder {
      color: #94a3b8;
  }

  select.erp-form-input {
      cursor: pointer;
      appearance: none;
      background-image: 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='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      padding-right: 45px;
  }

  .erp-waitlist-submit-btn {
      width: 100%;
      padding: 16px 32px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: #ffffff;
      border: none;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      transition: all 0.3s ease;
      margin-top: 10px;
  }

  .erp-waitlist-submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
  }

  .erp-btn-icon {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
  }

  .erp-waitlist-submit-btn:hover .erp-btn-icon {
      transform: translateX(4px);
  }

  .erp-form-privacy {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: #64748b;
      margin-top: 8px;
      text-align: center;
      justify-content: center;
  }

  .erp-form-privacy svg {
      width: 14px;
      height: 14px;
      flex-shrink: 0;
  }

  /* Success Message */
  .erp-waitlist-success {
      text-align: center;
      padding: 40px 20px;
  }

  .erp-success-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      animation: successPop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  @keyframes successPop {
      0% { transform: scale(0); }
      100% { transform: scale(1); }
  }

  .erp-success-icon svg {
      width: 40px;
      height: 40px;
      color: #ffffff;
      stroke-width: 3;
  }

  .erp-waitlist-success h4 {
      font-size: 26px;
      font-weight: 800;
      color: #1a202c;
      margin-bottom: 12px;
  }

  .erp-waitlist-success p {
      font-size: 16px;
      color: #64748b;
      line-height: 1.6;
  }

  /* Responsive */
  @media (max-width: 1024px) {
      .erp-waitlist-content {
          grid-template-columns: 1fr;
          gap: 60px;
      }

      .erp-waitlist-left {
          text-align: center;
      }

      .erp-waitlist-badge {
          display: inline-flex;
      }

      .erp-waitlist-benefits {
          align-items: center;
      }

      .erp-waitlist-benefit-item {
          max-width: 400px;
      }

      .erp-waitlist-stats {
          justify-content: center;
      }
  }

  @media (max-width: 768px) {
      .erp-waitlist-section {
          padding: 80px 20px;
      }

      .erp-waitlist-title {
          font-size: 38px;
      }

      .erp-waitlist-description {
          font-size: 16px;
      }

      .erp-waitlist-form-container {
          padding: 35px 28px;
      }

      .erp-form-title {
          font-size: 26px;
      }

      .erp-waitlist-stats {
          gap: 40px;
      }

      .erp-stat-number {
          font-size: 36px;
      }
  }

  @media (max-width: 480px) {
      .erp-waitlist-title {
          font-size: 32px;
      }

      .erp-waitlist-form-container {
          padding: 30px 22px;
      }

      .erp-waitlist-stats {
          flex-direction: column;
          gap: 25px;
          align-items: center;
      }
  }
  /* ============================================
    Mobile App Development - Hero Section
    Complete CSS with all fixes
    ============================================ */

 /* =====================================================
   PART 17: MOBILE APP HERO & WHY MOBILE APPS
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: MOBILE APP HERO
   ============================================ */

.mob-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    padding: 140px 0 80px;
    isolation: isolate;
}

/* Section Label */
.mob-hero__section-label {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 850px;
    opacity: 0;
    animation: mobFadeInDown 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    z-index: 10;
}

.mob-hero__label-line {
    flex: 1;
    height: 2px;
    max-width: 120px;
    background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
    position: relative;
    overflow: hidden;
}

/* Shimmer effect on lines */
.mob-hero__label-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: lineShimmer 3s ease-in-out infinite;
}

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

.mob-hero__label-text {
    font-size: clamp(1.25rem, 3vw, 2.25rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #667eea;
    margin: 0;
    white-space: nowrap;
    position: relative;
    padding: 0 1.5rem;
}

.mob-hero__label-text::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
    border-radius: 2px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-hero__section-label:hover .mob-hero__label-text::after {
    transform: translateX(-50%) scaleX(1);
}

.mob-hero__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Content */
.mob-hero__content {
    opacity: 0;
    animation: mobFadeInUp 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.mob-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.25rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.mob-hero__badge:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.mob-hero__badge-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-hero__badge:hover .mob-hero__badge-icon {
    transform: rotate(15deg) scale(1.15);
}

.mob-hero__title {
    margin: 0 0 1.5rem;
    line-height: 1.1;
}

.mob-hero__title-main {
    display: block;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.mob-hero__title-gradient {
    display: block;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShimmer 4s ease-in-out infinite;
}

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

.mob-hero__description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

/* Stats */
.mob-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.mob-hero__stat {
    text-align: center;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-hero__stat:hover {
    transform: translateY(-5px) translateZ(0);
}

.mob-hero__stat-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.mob-hero__stat-label {
    font-size: 0.875rem;
    color: #718096;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* CTA Buttons */
.mob-hero__cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mob-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.1rem 2.25rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.mob-hero__btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-hero__btn--primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.35),
        0 0 0 0 rgba(102, 126, 234, 0);
}

.mob-hero__btn--primary:hover {
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 
        0 18px 45px rgba(102, 126, 234, 0.45),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.mob-hero__btn--primary:active {
    transform: translateY(-2px) scale(1.01) translateZ(0);
}

.mob-hero__btn--primary:hover svg {
    transform: translateX(5px);
}

.mob-hero__btn--secondary {
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    border: 2px solid rgba(102, 126, 234, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mob-hero__btn--secondary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.mob-hero__btn--secondary:hover svg {
    transform: scale(1.15) rotate(10deg);
}

/* ============================================
   VISUAL SECTION - PHONE MOCKUP
   ============================================ */

.mob-hero__visual {
    position: relative;
    height: 600px;
    opacity: 0;
    animation: mobFadeIn 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}

.mob-hero__phone-mockup {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px;
}

.mob-hero__phone {
    position: absolute;
    width: 280px;
    height: 560px;
    background: linear-gradient(145deg, #1a202c 0%, #2d3748 100%);
    border-radius: 42px;
    box-shadow: 
        0 35px 70px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 -3px 10px rgba(255, 255, 255, 0.05) inset;
    padding: 12px;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-hero__phone--front {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(-15deg) translateZ(0);
    z-index: 2;
    animation: floatPhoneEnhanced 6s ease-in-out infinite;
}

.mob-hero__phone--back {
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotateY(15deg) scale(0.9) translateZ(0);
    opacity: 0.65;
    z-index: 1;
    animation: floatPhoneEnhanced 6s ease-in-out infinite 3s;
}

.mob-hero__phone:hover {
    z-index: 5;
}

.mob-hero__phone--front:hover {
    transform: translate(-50%, -50%) rotateY(-5deg) scale(1.05) translateZ(0);
    animation-play-state: paused;
}

.mob-hero__phone-notch {
    width: 120px;
    height: 28px;
    background: #1a202c;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.mob-hero__phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

/* App Preview */
.mob-hero__app-preview {
    padding: 3rem 1.5rem 1.5rem;
    height: 100%;
    will-change: transform;
    animation: slideContentEnhanced 8s ease-in-out infinite;
}

.mob-hero__app-preview--alt {
    animation: slideContentEnhanced 8s ease-in-out infinite 4s;
}

.mob-hero__app-header {
    height: 60px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mob-hero__app-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mob-hero__app-card {
    height: 120px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    will-change: opacity;
    animation: pulseCard 2.5s ease-in-out infinite;
}

.mob-hero__app-card:nth-child(2) { animation-delay: 0.6s; }
.mob-hero__app-card:nth-child(3) { animation-delay: 1.2s; }

@keyframes pulseCard {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.65; }
}

/* ============================================
   FLOATING BADGES
   ============================================ */

.mob-hero__badge-float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.35rem;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform;
    animation: floatBadgeEnhanced 4.5s ease-in-out infinite;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.mob-hero__badge-float:hover {
    transform: translateY(-8px) scale(1.05) translateZ(0);
    box-shadow: 
        0 18px 40px rgba(0, 0, 0, 0.15),
        0 0 0 2px rgba(102, 126, 234, 0.15);
    animation-play-state: paused;
}

.mob-hero__badge-float-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-hero__badge-float:hover .mob-hero__badge-float-icon {
    transform: scale(1.15) rotate(10deg);
}

.mob-hero__badge-float-icon svg {
    width: 18px;
    height: 18px;
}

.mob-hero__badge-float-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a202c;
    white-space: nowrap;
}

/* Individual badge positions and colors */
.mob-hero__badge-float--1 {
    top: 8%;
    left: 2%;
    animation-delay: 0s;
}

.mob-hero__badge-float--1 .mob-hero__badge-float-icon {
    background: linear-gradient(135deg, #0553B1, #027DFD);
    box-shadow: 0 4px 15px rgba(5, 83, 177, 0.3);
}

.mob-hero__badge-float--1 .mob-hero__badge-float-icon svg {
    color: #ffffff;
}

.mob-hero__badge-float--2 {
    top: 22%;
    right: 2%;
    animation-delay: 1.2s;
}

.mob-hero__badge-float--2 .mob-hero__badge-float-icon {
    background: linear-gradient(135deg, #61DAFB, #00D8FF);
    box-shadow: 0 4px 15px rgba(97, 218, 251, 0.3);
}

.mob-hero__badge-float--2 .mob-hero__badge-float-icon svg {
    color: #1a202c;
}

.mob-hero__badge-float--3 {
    bottom: 28%;
    left: -2%;
    animation-delay: 2.4s;
}

.mob-hero__badge-float--3 .mob-hero__badge-float-icon {
    background: linear-gradient(135deg, #3DDC84, #07C160);
    box-shadow: 0 4px 15px rgba(61, 220, 132, 0.3);
}

.mob-hero__badge-float--3 .mob-hero__badge-float-icon svg {
    color: #ffffff;
}

.mob-hero__badge-float--4 {
    bottom: 12%;
    right: 8%;
    animation-delay: 3.6s;
}

.mob-hero__badge-float--4 .mob-hero__badge-float-icon {
    background: linear-gradient(135deg, #555555, #000000);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.mob-hero__badge-float--4 .mob-hero__badge-float-icon svg {
    color: #ffffff;
}

/* ============================================
   BACKGROUND DECORATION
   ============================================ */

.mob-hero__bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.mob-hero__bg-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    will-change: transform;
    animation: floatCircle 20s ease-in-out infinite;
}

.mob-hero__bg-circle--1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.mob-hero__bg-circle--2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    left: -50px;
    animation-delay: 6s;
}

.mob-hero__bg-circle--3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    animation-delay: 12s;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes mobFadeInUp {
    from {
        opacity: 0;
        transform: translateY(35px) scale(0.97) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

@keyframes mobFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mobFadeInDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-25px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) translateZ(0);
    }
}

@keyframes floatPhoneEnhanced {
    0%, 100% {
        transform: translate(-50%, -50%) rotateY(-15deg) translateY(0) translateZ(0);
    }
    25% {
        transform: translate(-50%, -50%) rotateY(-15deg) translateY(-12px) translateZ(0);
    }
    50% {
        transform: translate(-50%, -50%) rotateY(-15deg) translateY(-22px) translateZ(0);
    }
    75% {
        transform: translate(-50%, -50%) rotateY(-15deg) translateY(-8px) translateZ(0);
    }
}

@keyframes floatBadgeEnhanced {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-18px) translateZ(0);
    }
}

@keyframes floatCircle {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    33% {
        transform: translate3d(35px, -35px, 0) scale(1.1);
    }
    66% {
        transform: translate3d(-25px, 25px, 0) scale(0.9);
    }
}

@keyframes slideContentEnhanced {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-12px) translateZ(0);
    }
}

/* ============================================
   SECTION: WHY MOBILE APPS
   ============================================ */

.mob-why {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.mob-why__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Section Header */
.mob-why__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    opacity: 0;
    animation: mobFadeInUp 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.mob-why__subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #667eea;
    margin-bottom: 1rem;
    padding: 0.6rem 1.75rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 50px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.mob-why__subtitle:hover {
    transform: translateY(-3px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.mob-why__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.mob-why__description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
}

/* Stats Grid */
.mob-why__stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
}

.mob-why__stat-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.75rem 2rem;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
    opacity: 0;
    animation: mobFadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-fill-mode: both;
}

.mob-why__stat-card:nth-child(1) { animation-delay: 0.1s; }
.mob-why__stat-card:nth-child(2) { animation-delay: 0.2s; }
.mob-why__stat-card:nth-child(3) { animation-delay: 0.3s; }
.mob-why__stat-card:nth-child(4) { animation-delay: 0.4s; }

.mob-why__stat-card:hover {
    transform: translateY(-12px) translateZ(0);
    box-shadow: 
        0 25px 50px rgba(102, 126, 234, 0.15),
        0 10px 25px rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.35);
}

.mob-why__stat-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-why__stat-card:hover .mob-why__stat-icon {
    transform: scale(1.12) rotate(8deg) translateZ(0);
}

.mob-why__stat-icon svg {
    width: 34px;
    height: 34px;
    transition: transform 0.3s ease;
}

.mob-why__stat-card:hover .mob-why__stat-icon svg {
    transform: scale(1.1);
}

.mob-why__stat-number {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.6rem;
    animation: titleShimmer 4s ease-in-out infinite;
}

.mob-why__stat-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a202c;
    margin-bottom: 0.85rem;
}

.mob-why__stat-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #718096;
    margin: 0;
}

/* Benefits Grid */
.mob-why__benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.mob-why__benefit-card {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.04), rgba(118, 75, 162, 0.04));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.75rem;
    border-radius: 24px;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform, background, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.5s ease;
    opacity: 0;
    animation: mobFadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-fill-mode: both;
}

.mob-why__benefit-card:nth-child(1) { animation-delay: 0.1s; }
.mob-why__benefit-card:nth-child(2) { animation-delay: 0.2s; }
.mob-why__benefit-card:nth-child(3) { animation-delay: 0.3s; }
.mob-why__benefit-card:nth-child(4) { animation-delay: 0.4s; }
.mob-why__benefit-card:nth-child(5) { animation-delay: 0.5s; }
.mob-why__benefit-card:nth-child(6) { animation-delay: 0.6s; }

.mob-why__benefit-card:hover {
    transform: translateY(-8px) translateZ(0);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-color: rgba(102, 126, 234, 0.35);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.12);
}

.mob-why__benefit-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 16px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-why__benefit-card:hover .mob-why__benefit-icon {
    transform: scale(1.12) rotate(8deg) translateZ(0);
}

.mob-why__benefit-icon svg {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.mob-why__benefit-card:hover .mob-why__benefit-icon svg {
    transform: scale(1.1);
}

.mob-why__benefit-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
}

.mob-why__benefit-card:hover .mob-why__benefit-title {
    color: #667eea;
}

.mob-why__benefit-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* CTA Box */
.mob-why__cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 3.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 28px;
    color: #ffffff;
    box-shadow: 
        0 20px 60px rgba(102, 126, 234, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    opacity: 0;
    animation: mobFadeInUp 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s both;
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.mob-why__cta-box:hover {
    box-shadow: 
        0 28px 75px rgba(102, 126, 234, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.mob-why__cta-content {
    flex: 1;
}

.mob-why__cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin: 0 0 0.85rem;
}

.mob-why__cta-text {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.7;
    opacity: 0.95;
    margin: 0;
}

.mob-why__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.15rem 2.75rem;
    background: rgba(255, 255, 255, 0.98);
    color: #667eea;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.mob-why__cta-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-why__cta-btn:hover {
    transform: translateY(-4px) scale(1.03) translateZ(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.mob-why__cta-btn:hover svg {
    transform: translateX(5px);
}

/* Decorative Elements */
.mob-why__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.mob-why__decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.06), rgba(118, 75, 162, 0.06));
    will-change: transform;
    animation: floatCircle 20s ease-in-out infinite;
}

.mob-why__decoration-circle--1 {
    width: 450px;
    height: 450px;
    top: -120px;
    right: -120px;
    animation-delay: 0s;
}

.mob-why__decoration-circle--2 {
    width: 350px;
    height: 350px;
    bottom: -100px;
    left: -100px;
    animation-delay: 10s;
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE HERO
   ============================================ */

@media (max-width: 1200px) {
    .mob-hero__container {
        gap: 3rem;
    }
    
    .mob-hero__visual {
        height: 550px;
    }
}

@media (max-width: 1024px) {
    .mob-hero {
        padding: 120px 0 60px;
    }
    
    .mob-hero__section-label {
        top: 90px;
    }
    
    .mob-hero__container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .mob-hero__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .mob-hero__description {
        max-width: 100%;
    }
    
    .mob-hero__cta {
        justify-content: center;
    }
    
    .mob-hero__visual {
        height: 500px;
    }
    
    .mob-hero__title-main,
    .mob-hero__title-gradient {
        font-size: 2.75rem;
    }
}

@media (max-width: 768px) {
    .mob-hero {
        padding: 100px 0 60px;
    }
    
    .mob-hero__section-label {
        top: 80px;
        gap: 1rem;
        max-width: 90%;
    }
    
    .mob-hero__label-line {
        max-width: 45px;
    }
    
    .mob-hero__label-text {
        font-size: 0.8rem;
    }
    
    .mob-hero__title-main,
    .mob-hero__title-gradient {
        font-size: 2.25rem;
    }
    
    .mob-hero__description {
        font-size: 1.1rem;
    }
    
    .mob-hero__stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .mob-hero__stat-number {
        font-size: 2.25rem;
    }
    
    .mob-hero__stat-label {
        font-size: 0.75rem;
    }
    
    .mob-hero__cta {
        flex-direction: column;
        width: 100%;
    }
    
    .mob-hero__btn {
        width: 100%;
        justify-content: center;
    }
    
    .mob-hero__visual {
        height: 450px;
    }
    
    .mob-hero__phone {
        width: 240px;
        height: 480px;
    }
    
    .mob-hero__badge-float {
        padding: 0.7rem 1.1rem;
    }
    
    .mob-hero__badge-float-icon {
        width: 26px;
        height: 26px;
    }
    
    .mob-hero__badge-float-icon svg {
        width: 16px;
        height: 16px;
    }
    
    .mob-hero__badge-float-text {
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {
    .mob-hero {
        padding: 90px 0 50px;
    }
    
    .mob-hero__section-label {
        top: 70px;
        gap: 0.75rem;
    }
    
    .mob-hero__label-line {
        max-width: 32px;
    }
    
    .mob-hero__label-text {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }
    
    .mob-hero__container {
        padding: 0 1rem;
    }
    
    .mob-hero__title-main,
    .mob-hero__title-gradient {
        font-size: 1.875rem;
    }
    
    .mob-hero__description {
        font-size: 1rem;
    }
    
    .mob-hero__stats {
        gap: 1rem;
        padding: 1.25rem 0;
    }
    
    .mob-hero__stat-number {
        font-size: 1.875rem;
    }
    
    .mob-hero__stat-label {
        font-size: 0.7rem;
    }
    
    .mob-hero__visual {
        height: 400px;
    }
    
    .mob-hero__phone {
        width: 200px;
        height: 400px;
        border-radius: 36px;
        padding: 10px;
    }
    
    .mob-hero__phone-notch {
        width: 100px;
        height: 24px;
    }
    
    .mob-hero__phone-screen {
        border-radius: 26px;
    }
    
    .mob-hero__badge-float {
        padding: 0.55rem 0.95rem;
        gap: 0.55rem;
    }
    
    .mob-hero__badge-float-icon {
        width: 24px;
        height: 24px;
    }
    
    .mob-hero__badge-float-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .mob-hero__badge-float-text {
        font-size: 0.72rem;
    }
}

/* ============================================
   RESPONSIVE DESIGN - WHY MOBILE APPS
   ============================================ */

@media (max-width: 1024px) {
    .mob-why__stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mob-why__benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .mob-why__title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .mob-why {
        padding: 80px 0;
    }

    .mob-why__header {
        margin-bottom: 3rem;
    }

    .mob-why__title {
        font-size: 2rem;
    }

    .mob-why__description {
        font-size: 1.1rem;
    }

    .mob-why__stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .mob-why__stat-card {
        padding: 2.25rem 1.75rem;
    }
    
    .mob-why__stat-card:hover {
        transform: translateY(-8px) translateZ(0);
    }

    .mob-why__benefits {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .mob-why__benefit-card {
        padding: 2.25rem;
    }
    
    .mob-why__benefit-card:hover {
        transform: translateY(-6px) translateZ(0);
    }

    .mob-why__cta-box {
        flex-direction: column;
        text-align: center;
        padding: 2.75rem 2rem;
        gap: 2rem;
    }

    .mob-why__cta-title {
        font-size: 1.5rem;
    }

    .mob-why__cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mob-why {
        padding: 60px 0;
    }
    
    .mob-why__container {
        padding: 0 1rem;
    }

    .mob-why__title {
        font-size: 1.75rem;
    }

    .mob-why__stat-card {
        padding: 2rem 1.5rem;
    }

    .mob-why__stat-number {
        font-size: 2.5rem;
    }
    
    .mob-why__stat-icon {
        width: 58px;
        height: 58px;
    }

    .mob-why__benefit-card {
        padding: 2rem;
    }
    
    .mob-why__benefit-icon {
        width: 54px;
        height: 54px;
    }

    .mob-why__cta-box {
        padding: 2.25rem 1.5rem;
    }
    
    .mob-why__cta-title {
        font-size: 1.35rem;
    }
    
    .mob-why__cta-btn {
        padding: 1rem 2rem;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .mob-hero__section-label,
    .mob-hero__content,
    .mob-hero__visual,
    .mob-why__header,
    .mob-why__stat-card,
    .mob-why__benefit-card,
    .mob-why__cta-box {
        animation: none;
        opacity: 1;
    }
    
    .mob-hero__label-line::after {
        animation: none;
    }
    
    .mob-hero__title-gradient,
    .mob-why__stat-number {
        animation: none;
    }
    
    .mob-hero__phone,
    .mob-hero__badge-float,
    .mob-hero__bg-circle,
    .mob-why__decoration-circle {
        animation: none;
    }
    
    .mob-hero__app-card,
    .mob-hero__app-preview {
        animation: none;
    }
    
    .mob-hero__badge,
    .mob-hero__btn,
    .mob-hero__stat,
    .mob-why__stat-card,
    .mob-why__benefit-card,
    .mob-why__cta-btn,
    .mob-hero__badge-float {
        transition-duration: 0.01ms !important;
    }
    
    .mob-hero__badge:hover,
    .mob-hero__btn:hover,
    .mob-hero__stat:hover,
    .mob-why__stat-card:hover,
    .mob-why__benefit-card:hover,
    .mob-hero__badge-float:hover {
        transform: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.mob-hero__btn:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.6);
    outline-offset: 4px;
}

.mob-hero__btn--primary:focus-visible {
    outline-color: rgba(255, 255, 255, 0.8);
}

.mob-hero__badge:focus-visible,
.mob-why__subtitle:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.mob-why__stat-card:focus-visible,
.mob-why__benefit-card:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.mob-why__cta-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .mob-hero,
    .mob-why {
        background: #ffffff !important;
        padding: 40px 20px !important;
    }
    
    .mob-hero__bg-decoration,
    .mob-why__decoration {
        display: none !important;
    }
    
    .mob-hero__visual {
        display: none !important;
    }
    
    .mob-hero__title-gradient,
    .mob-why__stat-number {
        -webkit-text-fill-color: #667eea !important;
        color: #667eea !important;
    }
    
    .mob-hero__btn,
    .mob-why__cta-btn {
        box-shadow: none !important;
    }
    
    .mob-why__stat-card,
    .mob-why__benefit-card {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
    
    .mob-why__cta-box {
        background: #667eea !important;
        box-shadow: none !important;
    }
}
/* ============================================
   Our Approach Section
   ============================================ */

.mob-approach {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    overflow: hidden;
}

.mob-approach__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Section Header */
.mob-approach__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
    animation: fadeInUp 0.8s ease-out;
}

.mob-approach__subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #667eea;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 50px;
}

.mob-approach__title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.mob-approach__description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
}

/* Framework Comparison */
.mob-approach__comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 5rem;
    position: relative;
}

.mob-approach__framework-card {
    background: #ffffff;
    padding: 3rem;
    border-radius: 24px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
    position: relative;
}

.mob-approach__framework-card:nth-child(1) {
    animation-delay: 0.2s;
}

.mob-approach__framework-card:nth-child(2) {
    animation-delay: 0.4s;
}

.mob-approach__framework-card--flutter {
    border-color: rgba(5, 83, 177, 0.2);
}

.mob-approach__framework-card--flutter:hover {
    border-color: #0553B1;
    box-shadow: 0 20px 60px rgba(5, 83, 177, 0.15);
    transform: translateY(-5px);
}

.mob-approach__framework-card--react {
    border-color: rgba(97, 218, 251, 0.2);
}

.mob-approach__framework-card--react:hover {
    border-color: #61DAFB;
    box-shadow: 0 20px 60px rgba(97, 218, 251, 0.15);
    transform: translateY(-5px);
}

/* Framework Header */
.mob-approach__framework-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.mob-approach__framework-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-shrink: 0;
}

.mob-approach__framework-card--flutter .mob-approach__framework-icon {
    background: linear-gradient(135deg, #0553B1, #027DFD);
    color: #ffffff;
}

.mob-approach__framework-card--react .mob-approach__framework-icon {
    background: linear-gradient(135deg, #61DAFB, #00D8FF);
    color: #1a202c;
}

.mob-approach__framework-icon svg {
    width: 36px;
    height: 36px;
}

.mob-approach__framework-info {
    flex: 1;
}

.mob-approach__framework-name {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 0.25rem;
}

.mob-approach__framework-tagline {
    font-size: 0.875rem;
    color: #718096;
    margin: 0;
}

.mob-approach__framework-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 2rem;
}

/* Features List */
.mob-approach__framework-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.mob-approach__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #2d3748;
}

.mob-approach__feature svg {
    width: 20px;
    height: 20px;
    color: #48bb78;
    flex-shrink: 0;
    stroke-width: 2.5;
}

/* Framework Stats */
.mob-approach__framework-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
}

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

.mob-approach__stat-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.25rem;
}

.mob-approach__stat-label {
    font-size: 0.8rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Brands */
.mob-approach__framework-brands {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mob-approach__brands-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #718096;
}

.mob-approach__brands-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mob-approach__brands-list span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #667eea;
    padding: 0.375rem 1rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 20px;
}

/* VS Badge */
.mob-approach__vs-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    z-index: 10;
    animation: pulse 2s ease-in-out infinite;
}

/* Recommendation Section */
.mob-approach__recommendation {
    margin-bottom: 5rem;
}

.mob-approach__recommendation-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a202c;
    text-align: center;
    margin: 0 0 3rem;
}

.mob-approach__recommendation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.mob-approach__recommendation-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.mob-approach__recommendation-card:nth-child(1) {
    animation-delay: 0.6s;
}

.mob-approach__recommendation-card:nth-child(2) {
    animation-delay: 0.7s;
}

.mob-approach__recommendation-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.mob-approach__recommendation-icon--flutter {
    background: linear-gradient(135deg, #0553B1, #027DFD);
    color: #ffffff;
}

.mob-approach__recommendation-icon--react {
    background: linear-gradient(135deg, #61DAFB, #00D8FF);
    color: #1a202c;
}

.mob-approach__recommendation-icon svg {
    width: 28px;
    height: 28px;
}

.mob-approach__recommendation-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 1.5rem;
}

.mob-approach__recommendation-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mob-approach__recommendation-card li {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1rem;
}

.mob-approach__recommendation-card li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
}

.mob-approach__recommendation-card li:last-child {
    margin-bottom: 0;
}

/* Expertise Section */
.mob-approach__expertise {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 3rem;
    border-radius: 24px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.mob-approach__expertise-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1rem;
}

.mob-approach__expertise-text {
    font-size: 1.125rem;
    line-height: 1.8;
    opacity: 0.95;
    margin: 0 0 2rem;
}

.mob-approach__expertise-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.mob-approach__expertise-stat {
    text-align: center;
}

.mob-approach__expertise-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.mob-approach__expertise-stat-label {
    font-size: 0.875rem;
    opacity: 0.9;
}

.mob-approach__expertise-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-approach__expertise-icon {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.mob-approach__expertise-icon svg {
    width: 100px;
    height: 100px;
    stroke-width: 1.5;
}

/* Decorative Elements */
.mob-approach__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mob-approach__decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
    animation: float 20s ease-in-out infinite;
}

.mob-approach__decoration-circle--1 {
    width: 350px;
    height: 350px;
    top: 10%;
    right: -100px;
    animation-delay: 0s;
}

.mob-approach__decoration-circle--2 {
    width: 250px;
    height: 250px;
    bottom: 15%;
    left: -80px;
    animation-delay: 10s;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mob-approach__comparison {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mob-approach__vs-badge {
        display: none;
    }

    .mob-approach__recommendation-grid {
        grid-template-columns: 1fr;
    }

    .mob-approach__expertise {
        grid-template-columns: 1fr;
    }

    .mob-approach__expertise-visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .mob-approach {
        padding: 80px 0;
    }

    .mob-approach__header {
        margin-bottom: 3rem;
    }

    .mob-approach__title {
        font-size: 2rem;
    }

    .mob-approach__description {
        font-size: 1.125rem;
    }

    .mob-approach__framework-card {
        padding: 2rem;
    }

    .mob-approach__framework-name {
        font-size: 1.5rem;
    }

    .mob-approach__recommendation-title {
        font-size: 1.75rem;
    }

    .mob-approach__expertise {
        padding: 2.5rem 2rem;
    }

    .mob-approach__expertise-title {
        font-size: 1.75rem;
    }

    .mob-approach__expertise-text {
        font-size: 1rem;
    }

    .mob-approach__expertise-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .mob-approach__expertise-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .mob-approach__container {
        padding: 0 1rem;
    }

    .mob-approach__title {
        font-size: 1.75rem;
    }

    .mob-approach__framework-card {
        padding: 1.5rem;
    }

    .mob-approach__recommendation-card {
        padding: 2rem;
    }

    .mob-approach__expertise {
        padding: 2rem 1.5rem;
    }

    .mob-approach__expertise-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* ============================================
   App Types We Build Section
   ============================================ */

.mob-types {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.mob-types__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Section Header */
.mob-types__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    animation: fadeInUp 0.8s ease-out;
}

.mob-types__subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #667eea;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 50px;
}

.mob-types__title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.mob-types__description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
}

/* App Types Grid */
.mob-types__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

/* App Type Card */
.mob-types__card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.mob-types__card:nth-child(1) { animation-delay: 0.1s; }
.mob-types__card:nth-child(2) { animation-delay: 0.15s; }
.mob-types__card:nth-child(3) { animation-delay: 0.2s; }
.mob-types__card:nth-child(4) { animation-delay: 0.25s; }
.mob-types__card:nth-child(5) { animation-delay: 0.3s; }
.mob-types__card:nth-child(6) { animation-delay: 0.35s; }
.mob-types__card:nth-child(7) { animation-delay: 0.4s; }
.mob-types__card:nth-child(8) { animation-delay: 0.45s; }
.mob-types__card:nth-child(9) { animation-delay: 0.5s; }
.mob-types__card:nth-child(10) { animation-delay: 0.55s; }
.mob-types__card:nth-child(11) { animation-delay: 0.6s; }
.mob-types__card:nth-child(12) { animation-delay: 0.65s; }

.mob-types__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.mob-types__card:hover .mob-types__card-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
}

/* Card Icon */
.mob-types__card-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 16px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    color: #667eea;
}

.mob-types__card-icon svg {
    width: 32px;
    height: 32px;
}

/* Card Content */
.mob-types__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 1rem;
}

.mob-types__card-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 1.5rem;
}

/* Card Features */
.mob-types__card-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mob-types__card-features li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #718096;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.mob-types__card-features li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 900;
    font-size: 1.2rem;
}

.mob-types__card-features li:last-child {
    margin-bottom: 0;
}

/* Card Badge */
.mob-types__card-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* CTA Section */
.mob-types__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08), rgba(118, 75, 162, 0.08));
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 24px;
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.mob-types__cta-content {
    flex: 1;
}

.mob-types__cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 0.75rem;
}

.mob-types__cta-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.mob-types__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: inherit;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.mob-types__cta-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.mob-types__cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.mob-types__cta-btn:hover svg {
    transform: translateX(4px);
}

/* Background Decoration */
.mob-types__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    opacity: 0.4;
}

.mob-types__decoration-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(102, 126, 234, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 126, 234, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .mob-types__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .mob-types__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mob-types {
        padding: 80px 0;
    }

    .mob-types__header {
        margin-bottom: 3rem;
    }

    .mob-types__title {
        font-size: 2rem;
    }

    .mob-types__description {
        font-size: 1.125rem;
    }

    .mob-types__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mob-types__card {
        padding: 2rem;
    }

    .mob-types__cta {
        flex-direction: column;
        text-align: center;
        padding: 2.5rem 2rem;
    }

    .mob-types__cta-title {
        font-size: 1.5rem;
    }

    .mob-types__cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mob-types__container {
        padding: 0 1rem;
    }

    .mob-types__title {
        font-size: 1.75rem;
    }

    .mob-types__card {
        padding: 1.5rem;
    }

    .mob-types__card-icon {
        width: 56px;
        height: 56px;
    }

    .mob-types__card-icon svg {
        width: 28px;
        height: 28px;
    }

    .mob-types__cta {
        padding: 2rem 1.5rem;
    }
}
/* ============================================
   Development Process Section - IMPROVED VERSION
   Better Text Visibility & Glass Effect
   ============================================ */

.mob-process {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
    overflow: hidden;
}

.mob-process__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Section Header */
.mob-process__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
    animation: fadeInUp 0.8s ease-out;
}

.mob-process__subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #667eea;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-radius: 50px;
}

.mob-process__title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.mob-process__description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #2d3748;
    margin: 0;
}

/* Timeline */
.mob-process__timeline {
    position: relative;
    padding: 2rem 0;
}

/* Step */
.mob-process__step {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.mob-process__step:nth-child(1) { animation-delay: 0.1s; }
.mob-process__step:nth-child(2) { animation-delay: 0.2s; }
.mob-process__step:nth-child(3) { animation-delay: 0.3s; }
.mob-process__step:nth-child(4) { animation-delay: 0.4s; }
.mob-process__step:nth-child(5) { animation-delay: 0.5s; }
.mob-process__step:nth-child(6) { animation-delay: 0.6s; }

.mob-process__step:last-child {
    margin-bottom: 5rem;
}

/* Step Number - More Prominent */
.mob-process__step-number {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    position: relative;
    z-index: 2;
    border: 3px solid #ffffff;
}

/* Step Line - More Visible */
.mob-process__step-line {
    position: absolute;
    left: 40px;
    top: 80px;
    bottom: -40px;
    width: 3px;
    background: linear-gradient(180deg, #667eea, rgba(102, 126, 234, 0.3));
}

.mob-process__step:last-child .mob-process__step-line {
    display: none;
}

/* Step Content - Enhanced Glass Effect */
.mob-process__step-content {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid rgba(102, 126, 234, 0.15);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}

.mob-process__step-content:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
    border-color: #667eea;
    background: rgba(255, 255, 255, 0.95);
}

/* Step Icon - More Vibrant */
.mob-process__step-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-radius: 14px;
    color: #667eea;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(102, 126, 234, 0.2);
}

.mob-process__step-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2.5;
}

/* Step Title - Darker & Bolder */
.mob-process__step-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

/* Step Description - Better Contrast */
.mob-process__step-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #2d3748;
    margin: 0 0 1.5rem;
    font-weight: 400;
}

/* Step List - Improved Visibility */
.mob-process__step-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.mob-process__step-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #374151;
    padding-left: 1.75rem;
    position: relative;
    font-weight: 500;
}

.mob-process__step-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #10b981;
    font-weight: 900;
    font-size: 1.1rem;
}

/* Step Duration - Enhanced */
.mob-process__step-duration {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.12));
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #5b21b6;
}

.mob-process__step-duration svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

/* Process Highlights - Better Contrast */
.mob-process__highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.mob-process__highlight-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}

.mob-process__highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.mob-process__highlight-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    color: #ffffff;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.mob-process__highlight-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2.5;
}

.mob-process__highlight-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 0.75rem;
}

.mob-process__highlight-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    font-weight: 500;
}

/* Background Decoration */
.mob-process__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mob-process__decoration-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(102, 126, 234, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 126, 234, 0.03) 1px, transparent 1px);
    background-size: 100px 100px;
    opacity: 0.5;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mob-process__step-list {
        grid-template-columns: 1fr;
    }

    .mob-process__highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mob-process {
        padding: 80px 0;
    }

    .mob-process__header {
        margin-bottom: 3rem;
    }

    .mob-process__title {
        font-size: 2rem;
    }

    .mob-process__description {
        font-size: 1.125rem;
    }

    .mob-process__step {
        grid-template-columns: 60px 1fr;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .mob-process__step-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .mob-process__step-line {
        left: 30px;
    }

    .mob-process__step-content {
        padding: 2rem;
    }

    .mob-process__step-title {
        font-size: 1.25rem;
    }

    .mob-process__highlights {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .mob-process__container {
        padding: 0 1rem;
    }

    .mob-process__title {
        font-size: 1.75rem;
    }

    .mob-process__step {
        grid-template-columns: 50px 1fr;
        gap: 1rem;
    }

    .mob-process__step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .mob-process__step-line {
        left: 25px;
    }

    .mob-process__step-content {
        padding: 1.5rem;
    }
}
/* ============================================
   Technology Stack Section
   Enhanced Visibility & Glass Effect
   ============================================ */

.mob-tech {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    overflow: hidden;
}

.mob-tech__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Section Header */
.mob-tech__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
    animation: fadeInUp 0.8s ease-out;
}

.mob-tech__subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #667eea;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-radius: 50px;
}

.mob-tech__title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.mob-tech__description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #2d3748;
    margin: 0;
}

/* Categories */
.mob-tech__categories {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 4rem;
}

/* Category */
.mob-tech__category {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.mob-tech__category:nth-child(1) { animation-delay: 0.1s; }
.mob-tech__category:nth-child(2) { animation-delay: 0.2s; }
.mob-tech__category:nth-child(3) { animation-delay: 0.3s; }
.mob-tech__category:nth-child(4) { animation-delay: 0.4s; }
.mob-tech__category:nth-child(5) { animation-delay: 0.5s; }

/* Category Header */
.mob-tech__category-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(102, 126, 234, 0.15);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.1);
}

.mob-tech__category-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 16px;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.mob-tech__category-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2.5;
}

.mob-tech__category-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 0.25rem;
    letter-spacing: -0.02em;
}

.mob-tech__category-description {
    font-size: 1rem;
    color: #4a5568;
    margin: 0;
    font-weight: 500;
}

/* Tech Grid */
.mob-tech__tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Tech Card */
.mob-tech__tech-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem 1.5rem;
    border-radius: 16px;
    border: 2px solid rgba(102, 126, 234, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.08);
}

.mob-tech__tech-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
    border-color: #667eea;
    background: rgba(255, 255, 255, 0.95);
}

.mob-tech__tech-card:hover .mob-tech__tech-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Tech Icon */
.mob-tech__tech-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.mob-tech__tech-icon svg {
    width: 40px;
    height: 40px;
}

.mob-tech__tech-letter {
    font-size: 2rem;
    font-weight: 800;
}

/* Tech Icon Colors */
.mob-tech__tech-icon--flutter {
    background: linear-gradient(135deg, #0553B1, #027DFD);
    color: #ffffff;
}

.mob-tech__tech-icon--react {
    background: linear-gradient(135deg, #61DAFB, #00D8FF);
    color: #1a202c;
}

.mob-tech__tech-icon--swift {
    background: linear-gradient(135deg, #FA7343, #FF4F00);
    color: #ffffff;
}

.mob-tech__tech-icon--kotlin {
    background: linear-gradient(135deg, #7F52FF, #B125EA);
    color: #ffffff;
}

.mob-tech__tech-icon--node {
    background: linear-gradient(135deg, #68A063, #3C873A);
    color: #ffffff;
}

.mob-tech__tech-icon--python {
    background: linear-gradient(135deg, #3776AB, #FFD43B);
    color: #ffffff;
}

.mob-tech__tech-icon--firebase {
    background: linear-gradient(135deg, #FFA611, #FFCA28);
    color: #ffffff;
}

.mob-tech__tech-icon--express {
    background: linear-gradient(135deg, #000000, #404040);
    color: #ffffff;
}

.mob-tech__tech-icon--postgresql {
    background: linear-gradient(135deg, #336791, #4169E1);
    color: #ffffff;
}

.mob-tech__tech-icon--mongodb {
    background: linear-gradient(135deg, #47A248, #3FA037);
    color: #ffffff;
}

.mob-tech__tech-icon--mysql {
    background: linear-gradient(135deg, #00758F, #F29111);
    color: #ffffff;
}

.mob-tech__tech-icon--redis {
    background: linear-gradient(135deg, #DC382D, #A41E11);
    color: #ffffff;
}

.mob-tech__tech-icon--aws {
    background: linear-gradient(135deg, #FF9900, #232F3E);
    color: #ffffff;
}

.mob-tech__tech-icon--gcp {
    background: linear-gradient(135deg, #4285F4, #EA4335);
    color: #ffffff;
}

.mob-tech__tech-icon--docker {
    background: linear-gradient(135deg, #2496ED, #1D63ED);
    color: #ffffff;
}

.mob-tech__tech-icon--github {
    background: linear-gradient(135deg, #181717, #404040);
    color: #ffffff;
}

.mob-tech__tech-icon--stripe {
    background: linear-gradient(135deg, #635BFF, #0A2540);
    color: #ffffff;
}

.mob-tech__tech-icon--razorpay {
    background: linear-gradient(135deg, #3395FF, #0D2B52);
    color: #ffffff;
}

.mob-tech__tech-icon--maps {
    background: linear-gradient(135deg, #4285F4, #34A853);
    color: #ffffff;
}

.mob-tech__tech-icon--twilio {
    background: linear-gradient(135deg, #F22F46, #B21C2E);
    color: #ffffff;
}

/* Tech Name */
.mob-tech__tech-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 0.5rem;
}

/* Tech Description */
.mob-tech__tech-desc {
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0;
    font-weight: 500;
}

/* Tech Stats */
.mob-tech__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.mob-tech__stat {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(102, 126, 234, 0.15);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}

.mob-tech__stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.mob-tech__stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.mob-tech__stat-label {
    font-size: 1rem;
    color: #4a5568;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Background Decoration */
.mob-tech__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mob-tech__decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
    animation: float 20s ease-in-out infinite;
}

.mob-tech__decoration-circle--1 {
    width: 400px;
    height: 400px;
    top: 10%;
    right: -150px;
    animation-delay: 0s;
}

.mob-tech__decoration-circle--2 {
    width: 300px;
    height: 300px;
    bottom: 20%;
    left: -100px;
    animation-delay: 10s;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .mob-tech__tech-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .mob-tech__tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mob-tech__stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mob-tech {
        padding: 80px 0;
    }

    .mob-tech__header {
        margin-bottom: 3rem;
    }

    .mob-tech__title {
        font-size: 2rem;
    }

    .mob-tech__description {
        font-size: 1.125rem;
    }

    .mob-tech__categories {
        gap: 2rem;
    }

    .mob-tech__category-header {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .mob-tech__category-title {
        font-size: 1.5rem;
    }

    .mob-tech__tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .mob-tech__tech-card {
        padding: 1.5rem 1rem;
    }

    .mob-tech__tech-icon {
        width: 60px;
        height: 60px;
    }

    .mob-tech__tech-icon svg {
        width: 32px;
        height: 32px;
    }

    .mob-tech__tech-letter {
        font-size: 1.5rem;
    }

    .mob-tech__stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mob-tech__stat {
        padding: 2rem 1.5rem;
    }

    .mob-tech__stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .mob-tech__container {
        padding: 0 1rem;
    }

    .mob-tech__title {
        font-size: 1.75rem;
    }

    .mob-tech__tech-grid {
        grid-template-columns: 1fr;
    }

    .mob-tech__tech-card {
        padding: 1.5rem;
    }
}
/* ============================================
   SECTION 7: KEY FEATURES WE INTEGRATE
   ============================================ */

.mob-features {
    padding: 100px 5%;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.mob-features::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 20s ease-in-out infinite;
}

.mob-features::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 50px) scale(1.1);
    }
}

.mob-features__container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header Styles */
.mob-features__header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out;
}

.mob-features__badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.mob-features__title {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mob-features__subtitle {
    font-size: 18px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Features Grid */
.mob-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

/* Feature Card */
.mob-features__card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.mob-features__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.mob-features__card:hover::before {
    transform: scaleX(1);
}

.mob-features__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    border-color: rgba(102, 126, 234, 0.3);
}

/* Visible State (animated in by JS) */
.mob-features__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Icon */
.mob-features__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.mob-features__card:hover .mob-features__icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.5);
}

.mob-features__icon svg {
    width: 35px;
    height: 35px;
    color: #ffffff;
    stroke-width: 2;
}

/* Card Title */
.mob-features__card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Card Description */
.mob-features__card-description {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Tech Tags */
.mob-features__tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.mob-features__tech span {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    color: #667eea;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.mob-features__card:hover .mob-features__tech span {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-2px);
}

/* Staggered Animation */
.mob-features__card[data-feature="1"] { transition-delay: 0.1s; }
.mob-features__card[data-feature="2"] { transition-delay: 0.15s; }
.mob-features__card[data-feature="3"] { transition-delay: 0.2s; }
.mob-features__card[data-feature="4"] { transition-delay: 0.25s; }
.mob-features__card[data-feature="5"] { transition-delay: 0.3s; }
.mob-features__card[data-feature="6"] { transition-delay: 0.35s; }
.mob-features__card[data-feature="7"] { transition-delay: 0.4s; }
.mob-features__card[data-feature="8"] { transition-delay: 0.45s; }
.mob-features__card[data-feature="9"] { transition-delay: 0.5s; }
.mob-features__card[data-feature="10"] { transition-delay: 0.55s; }
.mob-features__card[data-feature="11"] { transition-delay: 0.6s; }
.mob-features__card[data-feature="12"] { transition-delay: 0.65s; }

/* Fade In Up Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mob-features__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .mob-features__title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .mob-features {
        padding: 60px 5%;
    }

    .mob-features__header {
        margin-bottom: 40px;
    }

    .mob-features__title {
        font-size: 32px;
    }

    .mob-features__subtitle {
        font-size: 16px;
    }

    .mob-features__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mob-features__card {
        padding: 30px 25px;
    }

    .mob-features__icon {
        width: 60px;
        height: 60px;
    }

    .mob-features__icon svg {
        width: 30px;
        height: 30px;
    }

    .mob-features__card-title {
        font-size: 20px;
    }

    .mob-features__card-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mob-features__title {
        font-size: 28px;
    }

    .mob-features__subtitle {
        font-size: 15px;
    }

    .mob-features__card {
        padding: 25px 20px;
    }
}
/* ============================================
   SECTION 8: FREQUENTLY ASKED QUESTIONS
   ============================================ */

.mob-faq {
    padding: 100px 5%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.mob-faq::before {
    content: '';
    position: absolute;
    top: 0;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.mob-faq::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.mob-faq__container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header Styles */
.mob-faq__header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out;
}

.mob-faq__badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.mob-faq__title {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mob-faq__subtitle {
    font-size: 18px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* FAQ Grid */
.mob-faq__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FAQ Item */
.mob-faq__item {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.mob-faq__item:nth-child(1) { animation-delay: 0.1s; }
.mob-faq__item:nth-child(2) { animation-delay: 0.15s; }
.mob-faq__item:nth-child(3) { animation-delay: 0.2s; }
.mob-faq__item:nth-child(4) { animation-delay: 0.25s; }
.mob-faq__item:nth-child(5) { animation-delay: 0.3s; }
.mob-faq__item:nth-child(6) { animation-delay: 0.35s; }
.mob-faq__item:nth-child(7) { animation-delay: 0.4s; }
.mob-faq__item:nth-child(8) { animation-delay: 0.45s; }
.mob-faq__item:nth-child(9) { animation-delay: 0.5s; }
.mob-faq__item:nth-child(10) { animation-delay: 0.55s; }
.mob-faq__item:nth-child(11) { animation-delay: 0.6s; }
.mob-faq__item:nth-child(12) { animation-delay: 0.65s; }

.mob-faq__item:hover {
    border-color: #667eea;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
}

.mob-faq__item.active {
    border-color: #667eea;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

/* Question Button */
.mob-faq__question {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.mob-faq__question:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.mob-faq__question-text {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.4;
    padding-right: 20px;
}

.mob-faq__icon {
    width: 24px;
    height: 24px;
    color: #667eea;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.mob-faq__item.active .mob-faq__icon {
    transform: rotate(180deg);
}

/* Answer Content */
.mob-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.mob-faq__item.active .mob-faq__answer {
    max-height: 3000px;
    padding: 0 30px 30px 30px;
}

.mob-faq__answer p {
    font-size: 16px;
    color: #2d3748;
    line-height: 1.8;
    margin-bottom: 15px;
}

.mob-faq__answer p:last-child {
    margin-bottom: 0;
}

.mob-faq__answer p strong {
    color: #1a202c;
    font-weight: 700;
}

.mob-faq__answer ul,
.mob-faq__answer ol {
    margin: 15px 0;
    padding-left: 25px;
}

.mob-faq__answer ul li,
.mob-faq__answer ol li {
    font-size: 15px;
    color: #2d3748;
    line-height: 1.8;
    margin-bottom: 10px;
}

.mob-faq__answer ul li strong,
.mob-faq__answer ol li strong {
    color: #1a202c;
    font-weight: 700;
}

.mob-faq__answer em {
    display: block;
    margin-top: 20px;
    padding: 15px 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-left: 4px solid #667eea;
    border-radius: 8px;
    font-style: normal;
    color: #667eea;
    font-weight: 600;
    font-size: 15px;
}

/* Table Styles (for comparison) */
.mob-faq__answer table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 14px;
}

.mob-faq__answer table th {
    background: #f7fafc;
    color: #1a202c;
    font-weight: 700;
    padding: 12px;
    text-align: left;
    border: 1px solid #e2e8f0;
}

.mob-faq__answer table td {
    padding: 12px;
    border: 1px solid #e2e8f0;
    color: #2d3748;
}

/* CTA Section at Bottom */
.mob-faq__cta {
    margin-top: 80px;
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 20px;
    border: 2px solid rgba(102, 126, 234, 0.1);
}

.mob-faq__cta-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 15px;
}

.mob-faq__cta-text {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 30px;
}

.mob-faq__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.mob-faq__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mob-faq__cta-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
}

.mob-faq__cta-btn--primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.mob-faq__cta-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}

.mob-faq__cta-btn--secondary {
    background: #ffffff;
    color: #667eea;
    border: 2px solid #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.mob-faq__cta-btn--secondary:hover {
    background: #667eea;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Fade In Up Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mob-faq__title {
        font-size: 40px;
    }

    .mob-faq__cta-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .mob-faq {
        padding: 60px 5%;
    }

    .mob-faq__header {
        margin-bottom: 40px;
    }

    .mob-faq__title {
        font-size: 32px;
    }

    .mob-faq__subtitle {
        font-size: 16px;
    }

    .mob-faq__question {
        padding: 20px 20px;
    }

    .mob-faq__question-text {
        font-size: 16px;
    }

    .mob-faq__icon {
        width: 20px;
        height: 20px;
    }

    .mob-faq__answer {
        padding: 0 20px;
    }

    .mob-faq__item.active .mob-faq__answer {
        padding: 0 20px 25px 20px;
    }

    .mob-faq__answer p {
        font-size: 15px;
    }

    .mob-faq__answer ul li,
    .mob-faq__answer ol li {
        font-size: 14px;
    }

    .mob-faq__cta {
        margin-top: 60px;
        padding: 40px 25px;
    }

    .mob-faq__cta-title {
        font-size: 24px;
    }

    .mob-faq__cta-text {
        font-size: 16px;
    }

    .mob-faq__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .mob-faq__cta-btn {
        width: 100%;
        justify-content: center;
    }

    /* Table responsive */
    .mob-faq__answer table {
        font-size: 12px;
    }

    .mob-faq__answer table th,
    .mob-faq__answer table td {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .mob-faq__title {
        font-size: 28px;
    }

    .mob-faq__subtitle {
        font-size: 15px;
    }

    .mob-faq__question-text {
        font-size: 15px;
    }

    .mob-faq__cta-title {
        font-size: 22px;
    }

    .mob-faq__cta-text {
        font-size: 15px;
    }

    .mob-faq__cta-btn {
        padding: 14px 24px;
        font-size: 15px;
    }
}
/* ========================================
   MOBILE CONTACT FORM - COMPLETE CSS
   All classes prefixed with "mob-contact-"
   NO CONFLICTS with existing styles
   ======================================== */

/* ==================== MODAL CONTAINER ==================== */

.mob-contact-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mob-contact-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
}

/* Overlay */
.mob-contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ==================== FORM CONTAINER ==================== */

.mob-contact-container {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    max-width: 680px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.3);
    z-index: 1000000;
    animation: mobSlideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes mobSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Scrollbar Styling */
.mob-contact-container::-webkit-scrollbar {
    width: 8px;
}

.mob-contact-container::-webkit-scrollbar-track {
    background: rgba(148, 163, 184, 0.1);
    border-radius: 10px;
}

.mob-contact-container::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.3);
    border-radius: 10px;
}

.mob-contact-container::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.5);
}

/* ==================== CLOSE BUTTON ==================== */

.mob-contact-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(100, 116, 139, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.mob-contact-close svg {
    width: 20px;
    height: 20px;
    color: #64748b;
    transition: all 0.3s ease;
}

.mob-contact-close:hover {
    background: rgba(239, 68, 68, 0.1);
    transform: rotate(90deg);
}

.mob-contact-close:hover svg {
    color: #ef4444;
}

/* ==================== CONTENT ==================== */

.mob-contact-content {
    padding: 40px;
}

/* ==================== HEADER ==================== */

.mob-contact-header {
    text-align: center;
    margin-bottom: 35px;
}

.mob-contact-logo {
    width: auto;
    height: 60px;
    margin: 0 auto 20px;
    display: block;
}

.mob-contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.mob-contact-subtitle {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* ==================== FORM ==================== */

.mob-contact-form {
    animation: mobFadeIn 0.5s ease 0.2s both;
}

@keyframes mobFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Form Row - 2 Column Layout */
.mob-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* Form Field */
.mob-contact-field {
    position: relative;
    margin-bottom: 20px;
}

/* Label */
.mob-contact-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.mob-contact-required {
    color: #ef4444;
}

/* Input, Select, Textarea */
.mob-contact-input,
.mob-contact-select,
.mob-contact-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(100, 116, 139, 0.2);
    border-radius: 12px;
    font-size: 0.95rem;
    color: #1e293b;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    outline: none;
}

.mob-contact-textarea {
    resize: vertical;
    min-height: 100px;
}

/* Select Dropdown Arrow */
.mob-contact-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    cursor: pointer;
    background-image: 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='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Focus State */
.mob-contact-input:focus,
.mob-contact-select:focus,
.mob-contact-textarea:focus {
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

/* Word Counter */
.mob-contact-counter {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 6px;
    font-weight: 500;
}

.mob-contact-counter.warning {
    color: #f59e0b;
}

.mob-contact-counter.error {
    color: #ef4444;
}

/* ==================== CHECKBOX ==================== */

.mob-contact-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.mob-contact-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #3b82f6;
}

.mob-contact-checkbox-label {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    cursor: pointer;
}

.mob-contact-checkbox-label a {
    color: #3b82f6;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.mob-contact-checkbox-label a:hover {
    color: #2563eb;
}

/* ==================== BUTTONS ==================== */

.mob-contact-buttons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.mob-contact-btn {
    flex: 1;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    position: relative;
    overflow: hidden;
}

.mob-contact-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

/* WhatsApp Button */
.mob-contact-btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.mob-contact-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.mob-contact-btn-whatsapp:hover svg {
    transform: scale(1.1);
}

/* Submit Button */
.mob-contact-btn-submit {
    background: #3b82f6;
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.mob-contact-btn-submit:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.mob-contact-btn-submit:hover svg {
    transform: translateX(3px);
}

/* Loading State */
.mob-contact-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.mob-contact-btn.loading::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: mobSpin 0.8s linear infinite;
}

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

/* ==================== SECURITY NOTE ==================== */

.mob-contact-note {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
    padding: 12px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 8px;
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}

.mob-contact-note svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #3b82f6;
}

/* ==================== SUCCESS MESSAGE ==================== */

.mob-contact-success {
    display: none;
    text-align: center;
    padding: 40px 20px;
    animation: mobScaleIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mob-contact-success.show {
    display: block;
}

@keyframes mobScaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.mob-success-icon {
    margin: 0 auto 25px;
    width: 80px;
    height: 80px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mobPulse 0.6s ease;
}

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

.mob-success-icon svg {
    width: 40px;
    height: 40px;
    stroke: white;
}

.mob-success-title {
    font-size: 1.8rem;
    color: #1e293b;
    margin-bottom: 12px;
    font-weight: 700;
}

.mob-success-text {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.mob-success-btn {
    padding: 12px 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.mob-success-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 768px) {
    .mob-contact-content {
        padding: 30px 20px;
    }
    
    .mob-contact-close {
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
    }
    
    .mob-contact-title {
        font-size: 1.6rem;
    }
    
    .mob-contact-subtitle {
        font-size: 0.9rem;
    }
    
    .mob-contact-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .mob-contact-field {
        margin-bottom: 18px;
    }
    
    .mob-contact-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .mob-success-icon {
        width: 60px;
        height: 60px;
    }
    
    .mob-success-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .mob-success-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .mob-contact-container {
        width: 95%;
        max-height: 95vh;
    }
    
    .mob-contact-content {
        padding: 25px 15px;
    }
    
    .mob-contact-header {
        margin-bottom: 25px;
    }
    
    .mob-contact-logo {
        height: 50px;
    }
    
    .mob-contact-title {
        font-size: 1.4rem;
    }
    
    .mob-contact-input,
    .mob-contact-select,
    .mob-contact-textarea {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
    
    .mob-contact-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* ==================== ACCESSIBILITY ==================== */

.mob-contact-close:focus-visible,
.mob-contact-btn:focus-visible,
.mob-success-btn:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
}

.mob-contact-input:focus-visible,
.mob-contact-select:focus-visible,
.mob-contact-textarea:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .mob-contact-modal,
    .mob-contact-container,
    .mob-contact-form,
    .mob-contact-input,
    .mob-contact-select,
    .mob-contact-textarea,
    .mob-contact-btn,
    .mob-contact-success {
        animation: none !important;
        transition: none !important;
    }
}
/* ==========================================
   ABOUT US - HERO SECTION CSS
   Visually Stunning & Animated
   ========================================== */

/* Hero Container */
.about-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    padding: 120px 20px 80px;
}

.about-hero__container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ==================== BACKGROUND ==================== */

.about-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

/* Animated Grid */
.about-hero__grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(59, 130, 246, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Floating Particles */
.about-hero__particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-hero__particles::before,
.about-hero__particles::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    animation: float 15s ease-in-out infinite;
}

.about-hero__particles::before {
    background: rgba(59, 130, 246, 0.15);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.about-hero__particles::after {
    background: rgba(168, 85, 247, 0.15);
    bottom: 20%;
    right: 10%;
    animation-delay: 7s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(50px, -50px) scale(1.1); }
    66% { transform: translate(-50px, 50px) scale(0.9); }
}

/* ==================== CONTENT ==================== */

.about-hero__content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

/* Label */
.about-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease;
}

.about-hero__icon {
    font-size: 1.2rem;
}

.about-hero__label-text {
    color: #3b82f6;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Main Title */
.about-hero__title {
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 30px 0;
    color: #1e293b;
}

.about-hero__title-line {
    display: block;
    margin-bottom: 10px;
}

.about-hero__title-line--highlight {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Animated Words */
.about-hero__word {
    display: inline-block;
    opacity: 0;
    animation: wordAppear 0.6s ease forwards;
    margin: 0 8px;
}

.about-hero__word:nth-child(1) { animation-delay: 0.1s; }
.about-hero__word:nth-child(2) { animation-delay: 0.2s; }
.about-hero__word:nth-child(3) { animation-delay: 0.3s; }
.about-hero__word:nth-child(4) { animation-delay: 0.4s; }

.about-hero__title-line:nth-child(2) .about-hero__word:nth-child(1) { animation-delay: 0.5s; }
.about-hero__title-line:nth-child(2) .about-hero__word:nth-child(2) { animation-delay: 0.6s; }
.about-hero__title-line:nth-child(2) .about-hero__word:nth-child(3) { animation-delay: 0.7s; }
.about-hero__title-line:nth-child(2) .about-hero__word:nth-child(4) { animation-delay: 0.8s; }

.about-hero__title-line:nth-child(3) .about-hero__word:nth-child(1) { animation-delay: 0.9s; }
.about-hero__title-line:nth-child(3) .about-hero__word:nth-child(2) { animation-delay: 1.0s; }
.about-hero__title-line:nth-child(3) .about-hero__word:nth-child(3) { animation-delay: 1.1s; }

@keyframes wordAppear {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Subtitle */
.about-hero__subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.7;
    color: #475569;
    max-width: 900px;
    margin: 0 auto 40px;
    animation: fadeInUp 1s ease 1.2s both;
}

.about-hero__highlight {
    color: #2563eb;
    font-weight: 600;
    position: relative;
}

.about-hero__highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    animation: lineExpand 0.8s ease 1.8s forwards;
}

@keyframes lineExpand {
    to { transform: scaleX(1); }
}

/* ==================== CTA BUTTONS ==================== */

.about-hero__cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    animation: fadeInUp 1s ease 1.4s both;
}

.about-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.about-hero__btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s ease;
}

.about-hero__btn--primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.about-hero__btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

.about-hero__btn--primary:hover svg {
    transform: translateY(3px);
}

.about-hero__btn--secondary {
    background: rgba(15, 23, 42, 0.05);
    color: #1e293b;
    border: 2px solid rgba(15, 23, 42, 0.15);
    backdrop-filter: blur(10px);
}

.about-hero__btn--secondary:hover {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.25);
    transform: translateY(-3px);
}

.about-hero__btn--secondary:hover svg {
    transform: translateX(5px);
}

/* ==================== SCROLL INDICATOR ==================== */

.about-hero__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: fadeInUp 1s ease 1.6s both;
}

.about-hero__scroll-line {
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0), #3b82f6);
    position: relative;
}

.about-hero__scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    animation: scrollDot 2s ease-in-out infinite;
}

@keyframes scrollDot {
    0%, 100% { top: 0; opacity: 1; }
    50% { top: 40px; opacity: 0.3; }
}

.about-hero__scroll-text {
    font-size: 0.85rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* ==================== DECORATIVE CIRCLES ==================== */

.about-hero__decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.about-hero__circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(59, 130, 246, 0.15);
}

.about-hero__circle--1 {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 5%;
    animation: circleFloat 20s ease-in-out infinite;
}

.about-hero__circle--2 {
    width: 200px;
    height: 200px;
    bottom: 15%;
    left: 10%;
    animation: circleFloat 15s ease-in-out infinite reverse;
}

.about-hero__circle--3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 5%;
    animation: circleFloat 25s ease-in-out infinite;
}

@keyframes circleFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-30px, 30px) rotate(240deg); }
}

/* ==================== ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 768px) {
    .about-hero {
        padding: 100px 20px 60px;
        min-height: 90vh;
    }

    .about-hero__title {
        margin-bottom: 20px;
    }

    .about-hero__word {
        margin: 0 4px;
    }

    .about-hero__subtitle {
        margin-bottom: 30px;
    }

    .about-hero__cta {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }

    .about-hero__btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .about-hero__circle--1 {
        width: 200px;
        height: 200px;
    }

    .about-hero__circle--2,
    .about-hero__circle--3 {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-hero__label {
        padding: 6px 16px;
    }

    .about-hero__icon {
        font-size: 1rem;
    }

    .about-hero__label-text {
        font-size: 0.8rem;
    }
}
/* ==========================================
   ABOUT US - MISSION STATEMENT CSS
   Clean, Elegant, Animated
   ========================================== */

/* Section Container */
.about-mission {
    padding: 100px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-mission__container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ==================== CONTENT SIDE ==================== */

.about-mission__content {
    position: relative;
    z-index: 10;
}

/* Section Label */
.about-mission__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.about-mission__label-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.about-mission__label-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Main Title */
.about-mission__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin: 0 0 30px 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

.about-mission__title-highlight {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-top: 10px;
}

/* Text Content */
.about-mission__text {
    margin-bottom: 40px;
}

.about-mission__paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 20px 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.about-mission__paragraph:nth-child(1) { animation-delay: 0.6s; }
.about-mission__paragraph:nth-child(2) { animation-delay: 0.7s; }
.about-mission__paragraph:nth-child(3) { animation-delay: 0.8s; }

.about-mission__paragraph strong {
    color: #1e293b;
    font-weight: 700;
}

.about-mission__paragraph--highlight {
    padding: 20px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));
    border-left: 4px solid #3b82f6;
    border-radius: 8px;
    font-weight: 500;
    color: #1e293b;
}

/* Key Points */
.about-mission__points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-mission__point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    opacity: 0;
    animation: fadeInLeft 0.8s ease forwards;
}

.about-mission__point:nth-child(1) { animation-delay: 0.9s; }
.about-mission__point:nth-child(2) { animation-delay: 1.0s; }
.about-mission__point:nth-child(3) { animation-delay: 1.1s; }

.about-mission__point-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.about-mission__point-icon svg {
    width: 24px;
    height: 24px;
    stroke: white;
    stroke-width: 2.5;
}

.about-mission__point-content {
    flex: 1;
}

.about-mission__point-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px 0;
}

.about-mission__point-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ==================== VISUAL SIDE ==================== */

.about-mission__visual {
    position: relative;
    z-index: 5;
    opacity: 0;
    animation: fadeIn 1s ease 0.5s forwards;
}

.about-mission__visual-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    max-width: 500px;
    margin: 0 auto;
}

/* Illustration Container */
.about-mission__illustration {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Central Circle */
.about-mission__circle--main {
    position: relative;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
    z-index: 10;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 25px 70px rgba(59, 130, 246, 0.6); }
}

.about-mission__circle-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.about-mission__circle-icon svg {
    width: 100%;
    height: 100%;
    stroke: white;
    stroke-width: 2;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.2));
}

.about-mission__circle-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Orbiting Elements */
.about-mission__orbit {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 2px dashed rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-mission__orbit--1 {
    animation: rotate 20s linear infinite;
}

.about-mission__orbit--2 {
    animation: rotate 15s linear infinite reverse;
}

.about-mission__orbit--3 {
    animation: rotate 25s linear infinite;
}

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

.about-mission__orbit-dot {
    position: absolute;
    width: 80px;
    height: 80px;
    background: white;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
}

.about-mission__orbit--1 .about-mission__orbit-dot {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.about-mission__orbit--2 .about-mission__orbit-dot {
    bottom: -40px;
    left: 20%;
}

.about-mission__orbit--3 .about-mission__orbit-dot {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

/* Connecting Lines */
.about-mission__lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Background Decorations */
.about-mission__bg-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.08));
    filter: blur(40px);
    z-index: 1;
}

.about-mission__bg-circle--1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation: float 15s ease-in-out infinite;
}

.about-mission__bg-circle--2 {
    width: 250px;
    height: 250px;
    bottom: -80px;
    left: -80px;
    animation: float 20s ease-in-out infinite reverse;
}

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

/* ==================== ANIMATIONS ==================== */

@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 fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-mission__container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-mission__visual-wrapper {
        max-width: 400px;
    }

    .about-mission__orbit {
        width: 320px;
        height: 320px;
    }

    .about-mission__circle--main {
        width: 150px;
        height: 150px;
    }

    .about-mission__orbit-dot {
        width: 70px;
        height: 70px;
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .about-mission {
        padding: 60px 20px;
    }

    .about-mission__container {
        gap: 40px;
    }

    .about-mission__title {
        margin-bottom: 20px;
    }

    .about-mission__paragraph {
        font-size: 1rem;
    }

    .about-mission__visual-wrapper {
        max-width: 300px;
    }

    .about-mission__orbit {
        width: 260px;
        height: 260px;
    }

    .about-mission__circle--main {
        width: 120px;
        height: 120px;
    }

    .about-mission__circle-icon {
        width: 40px;
        height: 40px;
    }

    .about-mission__circle-text {
        font-size: 0.9rem;
    }

    .about-mission__orbit-dot {
        width: 60px;
        height: 60px;
        font-size: 0.7rem;
    }

    .about-mission__point-icon {
        width: 40px;
        height: 40px;
    }

    .about-mission__point-icon svg {
        width: 20px;
        height: 20px;
    }
}
/* ==========================================
   ABOUT US - WHAT WE DO (SERVICES) CSS
   Interactive Flip Cards
   ========================================== */

/* Section Container */
.about-services {
    padding: 100px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.about-services__container {
    max-width: 1400px;
    margin: 0 auto;
}

/* ==================== HEADER ==================== */

.about-services__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.about-services__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.about-services__label-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.about-services__label-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.about-services__title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 20px 0;
    background: linear-gradient(135deg, #1e293b, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-services__subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}

.about-services__subtitle strong {
    color: #1e293b;
    font-weight: 600;
}

/* ==================== SERVICES GRID ==================== */

.about-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

/* ==================== SERVICE CARD ==================== */

.about-services__card {
    perspective: 1000px;
    height: 380px;
    cursor: pointer;
}

.about-services__card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.about-services__card:hover .about-services__card-inner {
    transform: rotateY(180deg);
}

/* Card Front & Back Common Styles */
.about-services__card-front,
.about-services__card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    flex-direction: column;
}

/* Card Front */
.about-services__card-front {
    background: white;
    border: 2px solid rgba(59, 130, 246, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.about-services__card:hover .about-services__card-front {
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.15);
}

.about-services__card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.about-services__card:hover .about-services__card-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.about-services__emoji {
    font-size: 2rem;
}

.about-services__card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.about-services__card-desc {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 auto 0;
    line-height: 1.6;
}

.about-services__card-arrow {
    width: 40px;
    height: 40px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    transition: all 0.3s ease;
}

.about-services__card:hover .about-services__card-arrow {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.about-services__card-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #3b82f6;
    transition: all 0.3s ease;
}

.about-services__card:hover .about-services__card-arrow svg {
    stroke: white;
    transform: translateX(3px);
}

/* Card Back */
.about-services__card-back {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    transform: rotateY(180deg);
    justify-content: center;
}

.about-services__card-detail {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.about-services__card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-services__card-list li {
    font-size: 0.95rem;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-left: 25px;
}

.about-services__card-list li:last-child {
    border-bottom: none;
}

.about-services__card-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
}

/* ==================== TAGLINE CARD ==================== */

.about-services__card--tagline {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 20px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    cursor: default;
}

.about-services__card--tagline:hover .about-services__card-inner {
    transform: none;
}

.about-services__tagline {
    text-align: center;
    color: white;
}

.about-services__tagline-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-services__tagline-icon svg {
    width: 30px;
    height: 30px;
    stroke: #60a5fa;
}

.about-services__tagline-text {
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.9);
}

.about-services__tagline-text strong {
    color: #60a5fa;
    font-weight: 700;
}

.about-services__tagline-quote {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    color: #60a5fa;
    position: relative;
    padding: 0 30px;
}

.about-services__tagline-quote::before,
.about-services__tagline-quote::after {
    content: '"';
    font-size: 2rem;
    position: absolute;
    opacity: 0.5;
}

.about-services__tagline-quote::before {
    left: 0;
    top: -5px;
}

.about-services__tagline-quote::after {
    right: 0;
    bottom: -10px;
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-services__grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .about-services {
        padding: 60px 20px;
    }

    .about-services__header {
        margin-bottom: 40px;
    }

    .about-services__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .about-services__card {
        height: 350px;
    }

    .about-services__card-front,
    .about-services__card-back {
        padding: 28px;
    }

    .about-services__card-icon {
        width: 60px;
        height: 60px;
    }

    .about-services__emoji {
        font-size: 1.8rem;
    }

    .about-services__card-title {
        font-size: 1.15rem;
    }

    .about-services__card-desc {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .about-services__subtitle {
        font-size: 1rem;
    }

    .about-services__card {
        height: 320px;
    }

    .about-services__card-front,
    .about-services__card-back {
        padding: 24px;
    }

    .about-services__tagline-text {
        font-size: 1rem;
    }

    .about-services__tagline-quote {
        font-size: 1.1rem;
    }
}

/* ==================== ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for cards */
.about-services__card:nth-child(1) { animation: fadeInUp 0.6s ease 0.1s both; }
.about-services__card:nth-child(2) { animation: fadeInUp 0.6s ease 0.2s both; }
.about-services__card:nth-child(3) { animation: fadeInUp 0.6s ease 0.3s both; }
.about-services__card:nth-child(4) { animation: fadeInUp 0.6s ease 0.4s both; }
.about-services__card:nth-child(5) { animation: fadeInUp 0.6s ease 0.5s both; }
.about-services__card:nth-child(6) { animation: fadeInUp 0.6s ease 0.6s both; }
/* ==========================================
   ABOUT US - PHILOSOPHY SECTION CSS
   Minimalist, Powerful, Elegant
   ========================================== */

/* Section Container */
.about-philosophy {
    padding: 120px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-philosophy__container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 80px;
    align-items: center;
}

/* ==================== MAIN CONTENT ==================== */

.about-philosophy__content {
    position: relative;
    z-index: 10;
}

/* ==================== LARGE QUOTE ==================== */

.about-philosophy__quote {
    position: relative;
    margin-bottom: 80px;
}

.about-philosophy__quote-mark {
    font-size: 12rem;
    font-weight: 800;
    color: rgba(59, 130, 246, 0.08);
    line-height: 0.8;
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 1;
    font-family: Georgia, serif;
}

.about-philosophy__quote-text {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.about-philosophy__quote-highlight {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

/* ==================== PHILOSOPHY GRID ==================== */

.about-philosophy__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

/* Philosophy Item */
.about-philosophy__item {
    position: relative;
    padding-left: 80px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.about-philosophy__item:nth-child(1) { animation-delay: 0.4s; }
.about-philosophy__item:nth-child(2) { animation-delay: 0.5s; }
.about-philosophy__item:nth-child(3) { animation-delay: 0.6s; }

.about-philosophy__number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(59, 130, 246, 0.15);
    line-height: 1;
    transition: all 0.3s ease;
}

.about-philosophy__item:hover .about-philosophy__number {
    color: rgba(59, 130, 246, 0.4);
    transform: scale(1.1);
}

.about-philosophy__item-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.about-philosophy__item-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* ==================== PROMISE BOX ==================== */

.about-philosophy__promise {
    display: flex;
    gap: 25px;
    padding: 35px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));
    border-left: 4px solid #3b82f6;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.8s forwards;
}

.about-philosophy__promise::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(59, 130, 246, 0.03));
    pointer-events: none;
}

.about-philosophy__promise-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.about-philosophy__promise-icon svg {
    width: 30px;
    height: 30px;
    stroke: white;
    stroke-width: 2;
}

.about-philosophy__promise-content {
    flex: 1;
}

.about-philosophy__promise-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
}

.about-philosophy__promise-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}

.about-philosophy__promise-text strong {
    color: #3b82f6;
    font-weight: 700;
}

/* ==================== SIDE VISUAL ==================== */

.about-philosophy__visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animated Lines */
.about-philosophy__visual-line {
    position: absolute;
    width: 2px;
    background: linear-gradient(180deg, transparent, #3b82f6, transparent);
    opacity: 0.3;
}

.about-philosophy__visual-line--1 {
    height: 40%;
    left: 30%;
    top: 10%;
    animation: lineGrow 3s ease-in-out infinite;
}

.about-philosophy__visual-line--2 {
    height: 60%;
    left: 50%;
    top: 20%;
    animation: lineGrow 3s ease-in-out 1s infinite;
}

.about-philosophy__visual-line--3 {
    height: 50%;
    left: 70%;
    top: 15%;
    animation: lineGrow 3s ease-in-out 2s infinite;
}

@keyframes lineGrow {
    0%, 100% {
        transform: scaleY(0.8);
        opacity: 0.2;
    }
    50% {
        transform: scaleY(1);
        opacity: 0.5;
    }
}

/* Central Circle */
.about-philosophy__visual-circle {
    width: 120px;
    height: 120px;
    border: 3px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    position: relative;
    animation: rotate 20s linear infinite;
}

.about-philosophy__visual-circle::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 3px dashed rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 15s linear infinite reverse;
}

.about-philosophy__visual-circle::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
}

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

/* ==================== ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-philosophy__container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-philosophy__visual {
        height: 300px;
        margin-top: 40px;
    }

    .about-philosophy__visual-circle {
        width: 100px;
        height: 100px;
    }

    .about-philosophy__visual-circle::before {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .about-philosophy {
        padding: 80px 20px;
    }

    .about-philosophy__quote {
        margin-bottom: 60px;
    }

    .about-philosophy__quote-mark {
        font-size: 8rem;
        top: -30px;
        left: -10px;
    }

    .about-philosophy__grid {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 40px;
    }

    .about-philosophy__item {
        padding-left: 70px;
    }

    .about-philosophy__number {
        font-size: 2.5rem;
    }

    .about-philosophy__promise {
        flex-direction: column;
        padding: 28px;
        gap: 20px;
    }

    .about-philosophy__promise-icon {
        width: 50px;
        height: 50px;
    }

    .about-philosophy__promise-icon svg {
        width: 25px;
        height: 25px;
    }

    .about-philosophy__visual {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .about-philosophy {
        padding: 60px 20px;
    }

    .about-philosophy__quote-mark {
        font-size: 6rem;
        top: -20px;
        left: -5px;
    }

    .about-philosophy__item {
        padding-left: 60px;
    }

    .about-philosophy__number {
        font-size: 2rem;
    }

    .about-philosophy__item-title {
        font-size: 1.1rem;
    }

    .about-philosophy__item-text {
        font-size: 0.95rem;
    }

    .about-philosophy__promise-title {
        font-size: 1.2rem;
    }

    .about-philosophy__promise-text {
        font-size: 0.95rem;
    }
}
/* ==========================================
   ABOUT US - SORIVA SHOWCASE CSS
   LEGENDARY 100/10 VERSION 🔥
   PERFECT BALANCE | STUNNING | READABLE
   ========================================== */

/* Section Container */
.about-soriva {
    padding: 140px 20px;
    background: linear-gradient(180deg, #0b1120 0%, #18263d 40%, #0f172a 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

/* Layered Background Effect */
.about-soriva::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(96, 165, 250, 0.1) 0%, transparent 40%);
    z-index: 1;
}

/* ==================== ANIMATED BACKGROUND ==================== */

.about-soriva__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about-soriva__bg-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(59, 130, 246, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.06) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridFlow 30s linear infinite;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

@keyframes gridFlow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.about-soriva__bg-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(26, 32, 44, 0) 0%,
        rgba(26, 32, 44, 0.5) 50%,
        rgba(26, 32, 44, 0) 100%
    );
}

.about-soriva__particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==================== CONTAINER ==================== */

.about-soriva__container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ==================== HEADER ==================== */

.about-soriva__header {
    text-align: center;
    margin-bottom: 80px;
}

.about-soriva__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
    padding: 8px 20px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
    backdrop-filter: blur(10px);
}

.about-soriva__label-pulse {
    width: 10px;
    height: 10px;
    background: #60a5fa;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 20px rgba(96, 165, 250, 0.8);
    animation: pulse 2s ease-in-out infinite;
}

.about-soriva__label-pulse::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #60a5fa;
    border-radius: 50%;
    animation: ripple 2s ease-out infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.about-soriva__label-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #93c5fd;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* ==================== SORIVA LOGO ==================== */

.about-soriva__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
}

.about-soriva__logo-icon {
    width: 140px;
    height: 140px;
    opacity: 0;
    animation: scaleIn 1s ease 0.4s forwards;
    position: relative;
}

.about-soriva__logo-icon::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.2), transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

.about-soriva__logo-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 30px rgba(96, 165, 250, 0.8)) drop-shadow(0 0 60px rgba(96, 165, 250, 0.4));
    animation: rotate 20s linear infinite;
    position: relative;
    z-index: 2;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.5) rotate(-180deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

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

.about-soriva__title {
    text-align: center;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.6s forwards;
}

.about-soriva__title-main {
    display: block;
    font-size: clamp(3.5rem, 10vw, 8rem);
    font-weight: 900;
    letter-spacing: 12px;
    background: linear-gradient(135deg, 
        #60a5fa 0%, 
        #93c5fd 25%, 
        #a5a5a5 50%, 
        #c4b5fd 75%, 
        #60a5fa 100%
    );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 8s ease infinite;
    filter: drop-shadow(0 0 60px rgba(96, 165, 250, 0.5));
    position: relative;
}

.about-soriva__title-main::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: blur(30px);
    opacity: 0.5;
}

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

.about-soriva__title-sub {
    display: block;
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 400;
    color: #cbd5e1;
    margin-top: 15px;
    letter-spacing: 3px;
    opacity: 0.9;
}

.about-soriva__intro {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.9;
    color: #e2e8f0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.8s forwards;
}

.about-soriva__intro strong {
    color: #93c5fd;
    font-weight: 700;
    position: relative;
}

.about-soriva__intro strong::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
    opacity: 0.5;
}

/* ==================== SOUL STATEMENT ==================== */

.about-soriva__soul {
    text-align: center;
    padding: 70px 50px;
    margin: 100px auto;
    max-width: 850px;
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.1) 0%, 
        rgba(139, 92, 246, 0.08) 100%
    );
    border: 2px solid rgba(96, 165, 250, 0.3);
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1s forwards;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.about-soriva__soul::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(96, 165, 250, 0.2), 
        transparent
    );
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.about-soriva__soul::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    border-radius: 35px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-soriva__soul:hover::after {
    opacity: 0.15;
}

.about-soriva__soul-icon {
    font-size: 4.5rem;
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(96, 165, 250, 0.3));
}

@keyframes float {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

.about-soriva__soul-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.about-soriva__soul-text {
    font-size: 1.6rem;
    color: #e2e8f0;
    margin: 0;
    font-weight: 500;
}

.about-soriva__highlight {
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    font-size: 1.1em;
}

/* ==================== PRODUCTS GRID ==================== */

.about-soriva__products {
    margin: 120px 0;
}

.about-soriva__products-title {
    text-align: center;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 70px 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.2s forwards;
    position: relative;
    padding-bottom: 20px;
}

.about-soriva__products-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #60a5fa, #a78bfa, transparent);
    border-radius: 2px;
}

.about-soriva__products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
    max-width: 1150px;
    margin: 0 auto;
}

/* Product Card */
.about-soriva__product {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.about-soriva__product:nth-child(1) { animation-delay: 1.3s; }
.about-soriva__product:nth-child(2) { animation-delay: 1.4s; }
.about-soriva__product:nth-child(3) { animation-delay: 1.5s; }
.about-soriva__product:nth-child(4) { animation-delay: 1.6s; }

.about-soriva__product-inner {
    position: relative;
    padding: 45px 35px;
    background: rgba(30, 41, 59, 0.5);
    border: 2px solid rgba(96, 165, 250, 0.25);
    border-radius: 25px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    cursor: pointer;
}

.about-soriva__product-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(96, 165, 250, 0.05), 
        rgba(167, 139, 250, 0.05)
    );
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-soriva__product:hover .about-soriva__product-inner {
    transform: translateY(-15px);
    border-color: rgba(96, 165, 250, 0.5);
    background: rgba(59, 130, 246, 0.12);
    box-shadow: 
        0 25px 70px rgba(96, 165, 250, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.about-soriva__product:hover .about-soriva__product-inner::before {
    opacity: 1;
}

.about-soriva__product-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.25), transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-soriva__product:hover .about-soriva__product-glow {
    opacity: 1;
}

.about-soriva__product-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    filter: drop-shadow(0 10px 25px rgba(96, 165, 250, 0.4));
    transition: all 0.5s ease;
}

.about-soriva__product:hover .about-soriva__product-icon {
    transform: scale(1.1) translateY(-5px);
    filter: drop-shadow(0 15px 35px rgba(96, 165, 250, 0.6));
}

.about-soriva__product-name {
    font-size: 1.7rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 15px 0;
    transition: color 0.3s ease;
}

.about-soriva__product:hover .about-soriva__product-name {
    color: #93c5fd;
}

.about-soriva__product-desc {
    font-size: 1.05rem;
    color: #cbd5e1;
    margin: 0 0 25px 0;
    line-height: 1.7;
}

.about-soriva__product-line {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
    margin: 0 auto;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.about-soriva__product:hover .about-soriva__product-line {
    width: 100%;
    box-shadow: 0 0 20px rgba(96, 165, 250, 0.6);
}

/* ==================== POWERS SECTION ==================== */

.about-soriva__powers {
    margin: 120px 0;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.about-soriva__powers-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    font-weight: 900;
    color: #f8fafc;
    margin: 0 0 60px 0;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.7s forwards;
}

.about-soriva__powers-icon {
    font-size: 3rem;
    filter: drop-shadow(0 5px 20px rgba(96, 165, 250, 0.5));
}

.about-soriva__powers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}

.about-soriva__power {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    background: rgba(30, 41, 59, 0.4);
    border-left: 4px solid #60a5fa;
    border-radius: 16px;
    transition: all 0.4s ease;
    opacity: 0;
    animation: fadeInLeft 0.8s ease forwards;
    position: relative;
    overflow: hidden;
}

.about-soriva__power::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-soriva__power:nth-child(1) { animation-delay: 1.8s; }
.about-soriva__power:nth-child(2) { animation-delay: 1.9s; }
.about-soriva__power:nth-child(3) { animation-delay: 2.0s; }
.about-soriva__power:nth-child(4) { animation-delay: 2.1s; }
.about-soriva__power:nth-child(5) { animation-delay: 2.2s; }

.about-soriva__power:hover {
    background: rgba(59, 130, 246, 0.15);
    transform: translateX(8px);
    border-left-color: #93c5fd;
    box-shadow: 0 10px 40px rgba(96, 165, 250, 0.2);
}

.about-soriva__power:hover::before {
    opacity: 1;
}

.about-soriva__power-check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    box-shadow: 0 5px 20px rgba(96, 165, 250, 0.4);
    transition: all 0.3s ease;
}

.about-soriva__power:hover .about-soriva__power-check {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(96, 165, 250, 0.6);
}

.about-soriva__power-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e2e8f0;
    position: relative;
    z-index: 2;
}

.about-soriva__power-content strong {
    color: #f8fafc;
    font-weight: 800;
}

/* ==================== VISION STATEMENT ==================== */

.about-soriva__vision {
    margin: 120px 0;
    padding: 70px;
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.12) 0%, 
        rgba(139, 92, 246, 0.1) 100%
    );
    border-radius: 35px;
    border: 2px solid rgba(96, 165, 250, 0.3);
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s ease 2.3s forwards;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.about-soriva__vision::before {
    content: '';
    position: absolute;
    inset: -100%;
    background: linear-gradient(45deg, 
        transparent, 
        rgba(96, 165, 250, 0.1), 
        transparent
    );
    animation: rotate 15s linear infinite;
}

.about-soriva__vision-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.about-soriva__vision-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(96, 165, 250, 0.5);
    position: relative;
}

.about-soriva__vision-icon::before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(96, 165, 250, 0.3);
    border-radius: 50%;
}

.about-soriva__vision-icon svg {
    width: 40px;
    height: 40px;
    stroke: white;
    stroke-width: 2.5;
}

.about-soriva__vision-title {
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    font-weight: 900;
    color: #f8fafc;
    margin: 0 0 25px 0;
}

.about-soriva__vision-text {
    font-size: 1.3rem;
    line-height: 1.9;
    color: #e2e8f0;
    margin: 0 0 35px 0;
}

.about-soriva__vision-text strong {
    color: #93c5fd;
    font-weight: 800;
}

.about-soriva__vision-quote {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 700;
    color: #93c5fd;
    padding: 30px;
    background: rgba(30, 41, 59, 0.6);
    border-radius: 20px;
    border-left: 5px solid #60a5fa;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* ==================== BOTTOM STATEMENT ==================== */

.about-soriva__bottom {
    text-align: center;
    margin-top: 120px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 2.5s forwards;
}

.about-soriva__bottom-line {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #60a5fa, #a78bfa, transparent);
    margin: 0 auto 35px;
    border-radius: 2px;
}

.about-soriva__bottom-text {
    font-size: clamp(1.3rem, 3.5vw, 2rem);
    line-height: 1.8;
    color: #e2e8f0;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 500;
}

.about-soriva__fade {
    color: #94a3b8;
    font-weight: 400;
}

.about-soriva__bottom-text strong {
    color: #f8fafc;
    font-weight: 900;
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.1em;
}

/* ==================== DECORATIONS ==================== */

.about-soriva__decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.about-soriva__deco {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.25), transparent 70%);
    filter: blur(80px);
}

.about-soriva__deco--1 {
    width: 500px;
    height: 500px;
    top: 10%;
    right: 5%;
    animation: float 20s ease-in-out infinite;
}

.about-soriva__deco--2 {
    width: 400px;
    height: 400px;
    bottom: 15%;
    left: 10%;
    animation: float 25s ease-in-out infinite reverse;
}

.about-soriva__deco--3 {
    width: 450px;
    height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 12s ease-in-out infinite;
}

/* ==================== ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% { 
        transform: translate(-50%, -50%) scale(1); 
        opacity: 0.6; 
    }
    50% { 
        transform: translate(-50%, -50%) scale(1.15); 
        opacity: 0.9; 
    }
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-soriva {
        padding: 100px 20px;
    }

    .about-soriva__products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-soriva__vision {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .about-soriva {
        padding: 80px 20px;
    }

    .about-soriva__logo-icon {
        width: 100px;
        height: 100px;
    }

    .about-soriva__title-main {
        letter-spacing: 6px;
    }

    .about-soriva__soul {
        padding: 50px 30px;
        margin: 70px auto;
    }

    .about-soriva__products-grid {
        grid-template-columns: 1fr;
    }

    .about-soriva__powers-grid {
        grid-template-columns: 1fr;
    }

    .about-soriva__vision {
        padding: 40px 30px;
        margin: 80px 0;
    }
}

@media (max-width: 480px) {
    .about-soriva {
        padding: 60px 20px;
    }

    .about-soriva__title-main {
        letter-spacing: 4px;
    }

    .about-soriva__intro {
        font-size: 1.1rem;
    }

    .about-soriva__soul {
        padding: 40px 25px;
    }

    .about-soriva__soul-icon {
        font-size: 3.5rem;
    }

    .about-soriva__product-inner {
        padding: 35px 25px;
    }

    .about-soriva__vision {
        padding: 35px 25px;
    }

    .about-soriva__vision-quote {
        font-size: 1.2rem;
        padding: 25px;
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Selection Styling */
::selection {
    background: rgba(96, 165, 250, 0.3);
    color: white;
}
/* ==========================================
   ABOUT US - CULTURE & VALUES CSS
   LEGENDARY 100/10 VERSION 🔥
   ========================================== */

/* Section Container */
.about-culture {
    padding: 120px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.about-culture__container {
    max-width: 1400px;
    margin: 0 auto;
}

/* ==================== HEADER ==================== */

.about-culture__header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 100px;
}

.about-culture__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.1s forwards;
}

.about-culture__label-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.about-culture__label-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-culture__title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    color: #1e293b;
    margin: 0 0 25px 0;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.2s forwards;
}

.about-culture__subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #475569;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.3s forwards;
}

.about-culture__subtitle strong {
    color: #1e293b;
    font-weight: 700;
}

/* ==================== CORE VALUES ==================== */

.about-culture__values {
    margin-bottom: 120px;
}

.about-culture__values-title {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 60px 0;
    position: relative;
    padding-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.4s forwards;
}

.about-culture__values-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

.about-culture__values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

/* Value Card */
.about-culture__value {
    padding: 50px 40px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.about-culture__value:nth-child(1) { animation-delay: 0.5s; }
.about-culture__value:nth-child(2) { animation-delay: 0.6s; }
.about-culture__value:nth-child(3) { animation-delay: 0.7s; }
.about-culture__value:nth-child(4) { animation-delay: 0.8s; }
.about-culture__value:nth-child(5) { animation-delay: 0.9s; }
.about-culture__value:nth-child(6) { animation-delay: 1.0s; }

.about-culture__value::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.about-culture__value:hover {
    transform: translateY(-8px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.15);
}

.about-culture__value:hover::before {
    transform: scaleX(1);
}

.about-culture__value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.4s ease;
}

.about-culture__value:hover .about-culture__value-icon {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    transform: scale(1.1);
}

.about-culture__value-icon svg {
    width: 40px;
    height: 40px;
    stroke: #3b82f6;
    transition: stroke 0.4s ease;
}

.about-culture__value:hover .about-culture__value-icon svg {
    stroke: white;
}

.about-culture__value-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 18px 0;
    line-height: 1.3;
}

.about-culture__value-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
    flex: 1;
}

/* ==================== WORK ENVIRONMENT ==================== */

.about-culture__environment {
    margin-bottom: 120px;
    padding: 70px;
    background: linear-gradient(135deg, #f0f9ff 0%, #faf5ff 100%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.6s ease 1.1s forwards;
}

.about-culture__environment::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent 70%);
    border-radius: 50%;
}

.about-culture__environment-content {
    position: relative;
    z-index: 2;
}

.about-culture__environment-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: white;
    border: 2px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.1);
}

.about-culture__environment-badge-icon {
    font-size: 1.3rem;
}

.about-culture__environment-badge-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-culture__environment-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 50px 0;
}

.about-culture__environment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.about-culture__environment-item {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: white;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.about-culture__environment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.15);
}

.about-culture__environment-item-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.about-culture__environment-item-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.about-culture__environment-item-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ==================== WHAT MAKES US DIFFERENT ==================== */

.about-culture__different {
    margin-bottom: 100px;
}

.about-culture__different-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 60px 0;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.6s ease 1.2s forwards;
}

.about-culture__different-icon {
    font-size: 2.5rem;
}

.about-culture__different-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-culture__different-item {
    position: relative;
    padding-left: 80px;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.about-culture__different-item:nth-child(1) { animation-delay: 1.3s; }
.about-culture__different-item:nth-child(2) { animation-delay: 1.4s; }
.about-culture__different-item:nth-child(3) { animation-delay: 1.5s; }
.about-culture__different-item:nth-child(4) { animation-delay: 1.6s; }

.about-culture__different-item-number {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.5;
    line-height: 1;
    transition: all 0.3s ease;
}

.about-culture__different-item:hover .about-culture__different-item-number {
    opacity: 0.4;
    transform: scale(1.1);
}

.about-culture__different-item-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.about-culture__different-item-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* ==================== BOTTOM QUOTE ==================== */

.about-culture__quote {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.6s ease 1.7s forwards;
}

.about-culture__quote-mark {
    font-size: 8rem;
    font-weight: 900;
    color: rgba(59, 130, 246, 0.08);
    line-height: 1;
    font-family: Georgia, serif;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-culture__quote-text {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.6;
    color: #1e293b;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.about-culture__quote-highlight {
    display: block;
    font-weight: 900;
    font-size: 1.1em;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 10px;
}

.about-culture__quote-author {
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
    font-style: italic;
}

/* ==================== ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-culture {
        padding: 100px 20px;
    }

    .about-culture__environment {
        padding: 50px 40px;
    }

    .about-culture__values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .about-culture__value {
        padding: 40px 30px;
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    .about-culture {
        padding: 80px 20px;
    }

    .about-culture__header {
        margin-bottom: 70px;
    }

    .about-culture__values {
        margin-bottom: 80px;
    }

    .about-culture__values-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about-culture__value {
        padding: 40px 30px;
        min-height: auto;
    }

    .about-culture__environment {
        padding: 40px 30px;
        margin-bottom: 80px;
    }

    .about-culture__environment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-culture__different {
        margin-bottom: 70px;
    }

    .about-culture__different-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-culture__different-item {
        padding-left: 70px;
    }

    .about-culture__different-item-number {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .about-culture {
        padding: 60px 20px;
    }

    .about-culture__subtitle {
        font-size: 1.05rem;
    }

    .about-culture__value {
        padding: 30px 25px;
    }

    .about-culture__value-icon {
        width: 60px;
        height: 60px;
    }

    .about-culture__value-icon svg {
        width: 30px;
        height: 30px;
    }

    .about-culture__value-name {
        font-size: 1.3rem;
    }

    .about-culture__environment {
        padding: 35px 25px;
    }

    .about-culture__environment-item {
        padding: 25px;
        flex-direction: column;
        gap: 15px;
    }

    .about-culture__environment-item-icon {
        font-size: 2rem;
    }

    .about-culture__different-item {
        padding-left: 0;
        padding-top: 50px;
    }

    .about-culture__different-item-number {
        left: 0;
        top: 0;
        font-size: 2.5rem;
    }

    .about-culture__quote {
        padding: 40px 20px;
    }

    .about-culture__quote-mark {
        font-size: 6rem;
    }
}

/* ==================== HOVER EFFECTS ==================== */

@media (hover: hover) {
    .about-culture__value {
        cursor: pointer;
    }

    .about-culture__environment-item {
        cursor: pointer;
    }
}

/* ==================== PRINT STYLES ==================== */

@media print {
    .about-culture {
        padding: 40px 20px;
    }

    .about-culture__value,
    .about-culture__environment-item,
    .about-culture__different-item {
        break-inside: avoid;
    }
}
/* ==========================================
   ABOUT US - CTA SECTION CSS
   LEGENDARY 100/10 - FOCUSED VERSION 🔥
   ========================================== */

/* Section Container */
.about-cta {
    padding: 140px 20px 120px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* ==================== BACKGROUND ==================== */

.about-cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-cta__bg-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 30%, rgba(59, 130, 246, 0.08), transparent 70%);
}

.about-cta__bg-circles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* ==================== CONTAINER ==================== */

.about-cta__container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ==================== MAIN CONTENT ==================== */

.about-cta__content {
    text-align: center;
    padding: 80px 60px;
    background: white;
    border: 2px solid rgba(59, 130, 246, 0.12);
    border-radius: 40px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 40px 100px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.about-cta__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.02) 0%, 
        rgba(139, 92, 246, 0.02) 100%
    );
}

.about-cta__content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #3b82f6 30%, 
        #8b5cf6 70%, 
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-cta__content:hover::after {
    opacity: 1;
}

/* Badge */
.about-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border: 2px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.about-cta__badge-icon {
    font-size: 1.2rem;
    animation: float 3s ease-in-out infinite;
}

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

.about-cta__badge-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Title */
.about-cta__title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    color: #1e293b;
    line-height: 1.15;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 2;
}

.about-cta__title-gradient {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.about-cta__title-gradient::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
    opacity: 0.3;
}

/* Description */
.about-cta__description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #475569;
    max-width: 700px;
    margin: 0 auto 45px;
    position: relative;
    z-index: 2;
}

/* Primary Button */
.about-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 22px 50px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 10px 40px rgba(59, 130, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.about-cta__button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1e40af, #6d28d9);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-cta__button:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 20px 60px rgba(59, 130, 246, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.about-cta__button:hover::before {
    opacity: 1;
}

.about-cta__button-text,
.about-cta__button-icon {
    position: relative;
    z-index: 2;
}

.about-cta__button-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.4s ease;
}

.about-cta__button:hover .about-cta__button-icon {
    transform: translateX(5px);
}

.about-cta__button-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 2.5;
}

/* Sub Text */
.about-cta__subtext {
    font-size: 1rem;
    color: #64748b;
    margin: 25px 0 0 0;
    font-style: italic;
    position: relative;
    z-index: 2;
}

/* ==================== TRUST INDICATORS ==================== */

.about-cta__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.04), rgba(139, 92, 246, 0.04));
    border-radius: 25px;
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

.about-cta__trust-item {
    text-align: center;
}

.about-cta__trust-number {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.about-cta__trust-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-cta__trust-divider {
    width: 2px;
    height: 50px;
    background: linear-gradient(180deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

/* ==================== SECONDARY CTA - MEET SORIVA ==================== */

.about-cta__secondary {
    padding: 50px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.6s forwards;
}

.about-cta__secondary::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 70%);
    border-radius: 50%;
}

.about-cta__secondary-content {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.about-cta__secondary-icon {
    font-size: 4rem;
    flex-shrink: 0;
    filter: drop-shadow(0 10px 30px rgba(59, 130, 246, 0.4));
    animation: float 3s ease-in-out infinite;
}

.about-cta__secondary-text {
    flex: 1;
}

.about-cta__secondary-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 12px 0;
}

.about-cta__secondary-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

.about-cta__secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.about-cta__secondary-link:hover {
    background: rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateX(5px);
}

.about-cta__secondary-link svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
}

.about-cta__secondary-link:hover svg {
    transform: translateX(3px);
}

/* ==================== DECORATIONS ==================== */

.about-cta__decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.about-cta__deco {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12), transparent 70%);
    filter: blur(60px);
}

.about-cta__deco--1 {
    width: 400px;
    height: 400px;
    top: -10%;
    right: -5%;
    animation: float 15s ease-in-out infinite;
}

.about-cta__deco--2 {
    width: 350px;
    height: 350px;
    bottom: 10%;
    left: -5%;
    animation: float 20s ease-in-out infinite reverse;
}

.about-cta__deco--3 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 10s ease-in-out infinite;
}

/* ==================== ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% { 
        transform: translate(-50%, -50%) scale(1); 
        opacity: 0.5; 
    }
    50% { 
        transform: translate(-50%, -50%) scale(1.1); 
        opacity: 0.8; 
    }
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-cta {
        padding: 100px 20px 80px;
    }

    .about-cta__content {
        padding: 60px 40px;
    }

    .about-cta__trust {
        gap: 30px;
        padding: 35px;
    }

    .about-cta__secondary-content {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .about-cta {
        padding: 80px 20px 60px;
    }

    .about-cta__content {
        padding: 50px 30px;
        margin-bottom: 40px;
    }

    .about-cta__title {
        margin-bottom: 25px;
    }

    .about-cta__description {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }

    .about-cta__button {
        padding: 20px 40px;
        font-size: 1.1rem;
    }

    .about-cta__trust {
        flex-wrap: wrap;
        gap: 25px;
        padding: 30px 25px;
        margin-bottom: 40px;
    }

    .about-cta__trust-divider {
        display: none;
    }

    .about-cta__trust-item {
        flex: 1 1 40%;
    }

    .about-cta__secondary {
        padding: 40px 30px;
    }

    .about-cta__secondary-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .about-cta__secondary-icon {
        font-size: 3.5rem;
    }
}

@media (max-width: 480px) {
    .about-cta {
        padding: 60px 20px 50px;
    }

    .about-cta__content {
        padding: 40px 25px;
    }

    .about-cta__badge {
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .about-cta__badge-text {
        font-size: 0.8rem;
    }

    .about-cta__description {
        font-size: 1rem;
    }

    .about-cta__button {
        padding: 18px 35px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }

    .about-cta__trust {
        padding: 25px 20px;
        gap: 20px;
    }

    .about-cta__trust-item {
        flex: 1 1 100%;
    }

    .about-cta__trust-number {
        font-size: 2rem;
    }

    .about-cta__trust-label {
        font-size: 0.85rem;
    }

    .about-cta__secondary {
        padding: 35px 25px;
    }

    .about-cta__secondary-icon {
        font-size: 3rem;
    }

    .about-cta__secondary-title {
        font-size: 1.5rem;
    }

    .about-cta__secondary-desc {
        font-size: 1rem;
    }

    .about-cta__secondary-link {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
    }
}
/* ============================================
   CONTACT HERO SECTION
   ============================================ */

/* =====================================================
   PART 18: CONTACT PAGE - HERO, QUICK CONNECT & FORM
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: CONTACT HERO
   ============================================ */

.con-hero {
    position: relative;
    padding: 140px 0 100px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.con-hero .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.con-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Hero Text */
.con-hero-text {
    z-index: 2;
    position: relative;
}

.con-hero-headline {
    font-size: clamp(2.5rem, 5vw, 56px);
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a2e;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
    overflow: visible;
}

.con-hero-headline span {
    display: inline-block;
    opacity: 0;
    animation: conCharFadeIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    line-height: inherit;
}

@keyframes conCharFadeIn {
    from {
        opacity: 0;
        transform: translateY(25px) rotateX(-15deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.con-hero-subtitle {
    font-size: clamp(1.125rem, 2vw, 22px);
    color: #4a5568;
    margin-bottom: 12px;
    font-weight: 500;
    opacity: 0;
    animation: conFadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}

.con-hero-tagline {
    font-size: clamp(1rem, 1.5vw, 18px);
    color: #718096;
    font-weight: 400;
    opacity: 0;
    animation: conFadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
}

/* Fade In Up Animation */
.con-fade-in-up {
    opacity: 0;
    animation: conFadeInUp 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.3s;
}

@keyframes conFadeInUp {
    from {
        opacity: 0;
        transform: translateY(35px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Hero Visual */
.con-hero-visual {
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: conFadeInUp 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards;
}

.con-card-preview {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 28px;
    padding: 65px 45px;
    box-shadow: 
        0 25px 70px rgba(102, 126, 234, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
}

.con-card-preview:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 
        0 35px 90px rgba(102, 126, 234, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.con-card-glow {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 70%);
    will-change: transform, opacity;
    animation: conGlowPulseEnhanced 5s ease-in-out infinite;
}

@keyframes conGlowPulseEnhanced {
    0%, 100% {
        transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
        opacity: 0.5;
    }
    25% {
        transform: scale(1.05) rotate(5deg) translate3d(10px, -10px, 0);
        opacity: 0.65;
    }
    50% {
        transform: scale(1.12) rotate(12deg) translate3d(0, 0, 0);
        opacity: 0.8;
    }
    75% {
        transform: scale(1.05) rotate(8deg) translate3d(-10px, 10px, 0);
        opacity: 0.65;
    }
}

.con-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
}

.con-icon-item {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.con-icon-item:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-10px) scale(1.08) translateZ(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.con-icon-item svg {
    width: 52px;
    height: 52px;
    color: #ffffff;
    stroke-width: 1.5;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-icon-item:hover svg {
    transform: scale(1.12) rotate(8deg);
}

/* Staggered animation for icon items */
.con-icon-item:nth-child(1) { animation: conIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s both; }
.con-icon-item:nth-child(2) { animation: conIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s both; }
.con-icon-item:nth-child(3) { animation: conIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both; }
.con-icon-item:nth-child(4) { animation: conIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.95s both; }

@keyframes conIconAppear {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Background Gradient */
.con-hero-bg-gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    will-change: transform;
    animation: conBgFloat 20s ease-in-out infinite;
}

@keyframes conBgFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-30px, 30px, 0) scale(1.05); }
}

/* ============================================
   SECTION: QUICK CONNECT - PREMIUM VERSION
   ============================================ */

.con-quick-connect {
    padding: 120px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative Elements */
.con-qc-decoration {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
    will-change: transform;
}

.con-qc-decoration-1 {
    top: -220px;
    left: -220px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.18) 0%, transparent 70%);
    animation: conFloatSlow 22s ease-in-out infinite;
}

.con-qc-decoration-2 {
    bottom: -220px;
    right: -220px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.18) 0%, transparent 70%);
    animation: conFloatSlow 28s ease-in-out infinite reverse;
}

@keyframes conFloatSlow {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(55px, 55px, 0) scale(1.08);
    }
}

/* Header */
.con-qc-header {
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    z-index: 2;
}

/* Badge */
.con-qc-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 32px;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.4),
        0 0 0 0 rgba(102, 126, 234, 0);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: conBadgeFloat 3.5s ease-in-out infinite;
    transition: box-shadow 0.4s ease;
}

.con-qc-badge:hover {
    box-shadow: 
        0 15px 40px rgba(102, 126, 234, 0.5),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

@keyframes conBadgeFloat {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-8px) translateZ(0);
    }
}

.con-qc-badge-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 60%);
    will-change: transform;
    animation: conGlowRotate 5s linear infinite;
}

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

.con-qc-badge svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.5;
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-qc-badge:hover svg {
    transform: rotate(15deg) scale(1.15);
}

.con-qc-badge span {
    position: relative;
    z-index: 2;
}

/* Title */
.con-qc-title {
    font-size: clamp(2rem, 5vw, 52px);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 22px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.con-gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: conGradientShimmer 4s ease-in-out infinite;
}

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

.con-qc-subtitle {
    font-size: clamp(1rem, 2vw, 20px);
    color: #4a5568;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Cards Grid */
.con-qc-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 38px;
    margin-bottom: 65px;
    position: relative;
    z-index: 2;
}

/* Premium Card */
.con-qc-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 50px 38px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
    opacity: 0;
    animation: conCardReveal 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.con-qc-card[data-aos-delay="0"],
.con-qc-card:nth-child(1) { animation-delay: 0.2s; }

.con-qc-card[data-aos-delay="100"],
.con-qc-card:nth-child(2) { animation-delay: 0.38s; }

.con-qc-card[data-aos-delay="200"],
.con-qc-card:nth-child(3) { animation-delay: 0.55s; }

@keyframes conCardReveal {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.95) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

/* Card Background Gradient */
.con-qc-card-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.04) 0%, rgba(118, 75, 162, 0.04) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.con-qc-card:hover .con-qc-card-bg {
    opacity: 1;
}

/* Shine Effect */
.con-qc-card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 70%
    );
    transform: translateX(-100%) translateZ(0);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.con-qc-card:hover .con-qc-card-shine {
    transform: translateX(100%) translateZ(0);
}

/* Featured Card */
.con-qc-card-featured {
    transform: scale(1.05) translateZ(0);
    border: 2px solid rgba(102, 126, 234, 0.25);
}

.con-qc-featured-border {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #667eea, #764ba2) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    transition: opacity 0.4s ease;
}

.con-qc-card-featured:hover .con-qc-featured-border {
    opacity: 0.7;
}

.con-qc-card:hover {
    transform: translateY(-15px) translateZ(0);
    box-shadow: 
        0 25px 70px rgba(102, 126, 234, 0.25),
        0 0 0 1px rgba(255, 255, 255, 1) inset;
}

.con-qc-card-featured:hover {
    transform: translateY(-15px) scale(1.05) translateZ(0);
}

/* Icon Wrapper */
.con-qc-card-icon-wrapper {
    position: relative;
    width: 95px;
    height: 95px;
    margin: 0 auto 30px;
}

.con-qc-icon-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.3;
    will-change: transform, opacity;
    animation: conIconPulse 2.5s ease-in-out infinite;
}

@keyframes conIconPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1) translateZ(0);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.25) translateZ(0);
        opacity: 0;
    }
}

.con-qc-card-icon {
    width: 95px;
    height: 95px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 12px 35px rgba(102, 126, 234, 0.4),
        0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
    position: relative;
    z-index: 2;
}

.con-qc-card:hover .con-qc-card-icon {
    transform: scale(1.12) rotate(8deg) translateZ(0);
    box-shadow: 
        0 18px 45px rgba(102, 126, 234, 0.5),
        0 0 0 6px rgba(102, 126, 234, 0.15);
}

.con-qc-card-icon svg {
    width: 44px;
    height: 44px;
    color: #ffffff;
    stroke-width: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.con-qc-card:hover .con-qc-card-icon svg {
    transform: scale(1.1);
}

/* Card Content */
.con-qc-card-title {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    text-align: center;
    transition: color 0.3s ease;
}

.con-qc-card:hover .con-qc-card-title {
    color: #667eea;
}

.con-qc-card-desc {
    font-size: 15px;
    color: #718096;
    margin-bottom: 22px;
    text-align: center;
    line-height: 1.6;
}

.con-qc-card-value {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #667eea;
    text-decoration: none;
    text-align: center;
    margin-bottom: 26px;
    transform: translateZ(0);
    will-change: transform, color;
    transition: 
        color 0.3s ease,
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.con-qc-card-value::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 1px;
}

.con-qc-card-value:hover {
    color: #764ba2;
    transform: translateY(-3px) translateZ(0);
}

.con-qc-card-value:hover::after {
    transform: translateX(-50%) scaleX(1);
}

/* Card Footer */
.con-qc-card-footer {
    text-align: center;
}

.con-qc-badge-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease;
}

.con-qc-badge-mini:hover {
    transform: translateY(-3px) translateZ(0);
    background: rgba(102, 126, 234, 0.15);
}

.con-qc-badge-mini svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.con-qc-badge-mini:hover svg {
    transform: scale(1.15);
}

.con-badge-coming-soon {
    background: rgba(251, 191, 36, 0.12);
    color: #f59e0b;
}

.con-badge-coming-soon:hover {
    background: rgba(251, 191, 36, 0.18);
}

/* Hours */
.con-qc-hours-wrapper {
    text-align: center;
    opacity: 0;
    animation: conCardReveal 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards;
}

.con-qc-hours {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px 45px;
    border-radius: 50px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    font-size: 16px;
    color: #4a5568;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.con-qc-hours:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 18px 50px rgba(102, 126, 234, 0.15),
        0 0 0 1px rgba(102, 126, 234, 0.1) inset;
}

.con-qc-hours-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-qc-hours:hover .con-qc-hours-icon {
    transform: rotate(360deg);
}

.con-qc-hours-icon svg {
    width: 20px;
    height: 20px;
    color: #ffffff;
    stroke-width: 2.5;
}

.con-qc-hours strong {
    color: #1a1a2e;
    font-weight: 700;
}

/* ============================================
   SECTION: CONTACT FORM
   ============================================ */

.con-form-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.con-form-bg-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1300px;
    height: 1300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.06) 0%, transparent 70%);
    pointer-events: none;
    will-change: transform;
    animation: conFormBgPulse 20s ease-in-out infinite;
}

@keyframes conFormBgPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.05); }
}

.con-form-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 65px;
    align-items: start;
    position: relative;
    z-index: 2;
}

/* ============================================
   LEFT SIDE - FORM
   ============================================ */

.con-form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 55px 50px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.con-form-container:hover {
    box-shadow: 
        0 20px 60px rgba(102, 126, 234, 0.12),
        0 0 0 1px rgba(102, 126, 234, 0.1) inset;
}

.con-form-header {
    margin-bottom: 45px;
}

.con-form-title {
    font-size: clamp(1.75rem, 4vw, 38px);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.con-form-subtitle {
    font-size: 16px;
    color: #718096;
    line-height: 1.65;
}

/* Form Groups */
.con-form-group {
    margin-bottom: 30px;
    position: relative;
}

/* Input Wrapper */
.con-input-wrapper {
    position: relative;
}

/* Input Styles */
.con-input {
    width: 100%;
    padding: 18px 18px;
    font-size: 16px;
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    outline: none;
    font-family: inherit;
    transform: translateZ(0);
    will-change: border-color, box-shadow;
    transition: 
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.4s ease;
}

.con-input:focus {
    border-color: #667eea;
    background: #ffffff;
    box-shadow: 
        0 0 0 4px rgba(102, 126, 234, 0.12),
        0 4px 20px rgba(102, 126, 234, 0.1);
}

.con-input:focus + .con-label,
.con-input:not(:placeholder-shown) + .con-label,
.con-input:valid + .con-label {
    top: -12px;
    left: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #667eea;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
}

/* Floating Label */
.con-label {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #718096;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: transparent;
}

.con-label-select {
    top: -12px;
    left: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #667eea;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
}

/* Textarea */
.con-textarea {
    resize: vertical;
    min-height: 130px;
    padding-top: 20px;
}

.con-textarea:focus + .con-label,
.con-textarea:not(:placeholder-shown) + .con-label {
    top: -12px;
}

/* Select Dropdown */
.con-select-wrapper {
    position: relative;
}

.con-select {
    width: 100%;
    padding: 18px 45px 18px 18px;
    font-size: 16px;
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-family: inherit;
    transform: translateZ(0);
    will-change: border-color, box-shadow;
    transition: 
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.4s ease;
}

.con-select:focus {
    border-color: #667eea;
    background: #ffffff;
    box-shadow: 
        0 0 0 4px rgba(102, 126, 234, 0.12),
        0 4px 20px rgba(102, 126, 234, 0.1);
}

.con-select option {
    padding: 14px;
}

.con-select-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 22px;
    height: 22px;
    color: #718096;
    will-change: transform, color;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        color 0.3s ease;
}

.con-select:focus ~ .con-select-icon {
    color: #667eea;
    transform: translateY(-50%) rotate(180deg);
}

.con-select-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 2.5;
}

/* Input Border Animation */
.con-input-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 0 0 14px 14px;
}

.con-input:focus ~ .con-input-border {
    transform: scaleX(1);
}

/* Error Message */
.con-error-message {
    display: block;
    font-size: 13px;
    color: #ef4444;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(-5px);
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease;
}

.con-form-group.con-error .con-error-message {
    opacity: 1;
    transform: translateY(0);
}

.con-form-group.con-error .con-input,
.con-form-group.con-error .con-select {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

/* Submit Button */
.con-submit-btn {
    width: 100%;
    padding: 20px 36px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.4),
        0 0 0 0 rgba(102, 126, 234, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-family: inherit;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.con-submit-btn:hover {
    transform: translateY(-4px) scale(1.01) translateZ(0);
    box-shadow: 
        0 18px 45px rgba(102, 126, 234, 0.5),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.con-submit-btn:active {
    transform: translateY(-2px) scale(1) translateZ(0);
}

.con-btn-text {
    position: relative;
    z-index: 2;
}

.con-btn-icon {
    font-size: 22px;
    position: relative;
    z-index: 2;
    will-change: transform;
    animation: conRocketFloat 2.5s ease-in-out infinite;
}

@keyframes conRocketFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-5px) rotate(5deg);
    }
}

.con-btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transform: translateZ(0);
    transition: left 0.6s ease;
}

.con-submit-btn:hover .con-btn-shine {
    left: 100%;
}

/* Success Message */
.con-success-message {
    display: none;
    align-items: center;
    gap: 14px;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    padding: 18px 24px;
    border-radius: 14px;
    margin-top: 22px;
    border: 1px solid rgba(16, 185, 129, 0.25);
    transform: translateZ(0);
}

.con-success-message.active {
    display: flex;
    animation: conSlideDown 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes conSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px) scale(0.95) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) translateZ(0);
    }
}

.con-success-message svg {
    width: 26px;
    height: 26px;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.con-success-message p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

/* ============================================
   RESPONSIVE DESIGN - HERO
   ============================================ */

@media (max-width: 968px) {
    .con-hero {
        padding: 120px 0 80px;
    }

    .con-hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .con-hero-headline {
        font-size: 42px;
    }

    .con-hero-subtitle {
        font-size: 20px;
    }

    .con-hero-tagline {
        font-size: 16px;
    }

    .con-card-preview {
        padding: 45px 32px;
        max-width: 500px;
        margin: 0 auto;
    }

    .con-icon-grid {
        gap: 22px;
    }

    .con-icon-item {
        padding: 24px;
    }

    .con-icon-item svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .con-hero {
        padding: 100px 0 60px;
    }

    .con-hero-headline {
        font-size: 32px;
    }

    .con-hero-subtitle {
        font-size: 18px;
    }

    .con-hero-tagline {
        font-size: 15px;
    }

    .con-card-preview {
        padding: 32px 22px;
    }

    .con-icon-item {
        padding: 18px;
    }

    .con-icon-item svg {
        width: 30px;
        height: 30px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - QUICK CONNECT
   ============================================ */

@media (max-width: 968px) {
    .con-quick-connect {
        padding: 80px 0;
    }

    .con-qc-title {
        font-size: 38px;
    }

    .con-qc-subtitle {
        font-size: 18px;
    }

    .con-qc-cards-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .con-qc-card-featured {
        transform: scale(1) translateZ(0);
    }

    .con-qc-card-featured:hover {
        transform: translateY(-12px) scale(1) translateZ(0);
    }
    
    .con-qc-card:hover {
        transform: translateY(-10px) translateZ(0);
    }
}

@media (max-width: 576px) {
    .con-quick-connect {
        padding: 60px 0;
    }

    .con-qc-title {
        font-size: 30px;
    }

    .con-qc-subtitle {
        font-size: 16px;
    }

    .con-qc-badge {
        font-size: 13px;
        padding: 12px 22px;
    }

    .con-qc-card {
        padding: 38px 28px;
    }

    .con-qc-card-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .con-qc-card-icon {
        width: 80px;
        height: 80px;
    }

    .con-qc-card-icon svg {
        width: 36px;
        height: 36px;
    }

    .con-qc-hours {
        font-size: 14px;
        padding: 16px 32px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ============================================
   RESPONSIVE DESIGN - FORM
   ============================================ */

@media (max-width: 1024px) {
    .con-form-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .con-form-section {
        padding: 70px 0;
    }
    
    .con-form-container {
        padding: 40px 32px;
    }
    
    .con-form-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .con-form-section {
        padding: 50px 0;
    }
    
    .con-form-container {
        padding: 32px 24px;
    }
    
    .con-form-title {
        font-size: 26px;
    }
    
    .con-input,
    .con-select {
        padding: 16px;
    }
    
    .con-submit-btn {
        padding: 18px 28px;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .con-hero-headline span,
    .con-hero-subtitle,
    .con-hero-tagline,
    .con-hero-visual,
    .con-fade-in-up,
    .con-qc-card,
    .con-qc-hours-wrapper {
        animation: none;
        opacity: 1;
        transform: none;
    }
    
    .con-card-glow,
    .con-hero-bg-gradient,
    .con-qc-decoration,
    .con-qc-badge,
    .con-qc-badge-glow,
    .con-form-bg-decoration {
        animation: none;
    }
    
    .con-qc-icon-pulse {
        animation: none;
    }
    
    .con-icon-item {
        animation: none;
        opacity: 1;
    }
    
    .con-btn-icon {
        animation: none;
    }
    
    .con-card-preview,
    .con-icon-item,
    .con-qc-card,
    .con-qc-badge-mini,
    .con-qc-hours,
    .con-qc-card-icon,
    .con-form-container,
    .con-input,
    .con-select,
    .con-submit-btn,
    .con-qc-card-value {
        transition-duration: 0.01ms !important;
    }
    
    .con-card-preview:hover,
    .con-icon-item:hover,
    .con-qc-card:hover,
    .con-qc-hours:hover {
        transform: none;
    }
    
    .con-qc-card-shine,
    .con-btn-shine {
        display: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.con-icon-item:focus-visible,
.con-qc-card:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.con-qc-badge:focus-visible,
.con-qc-badge-mini:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
}

.con-qc-card-value:focus-visible {
    outline: 2px solid rgba(102, 126, 234, 0.5);
    outline-offset: 4px;
    border-radius: 4px;
}

.con-input:focus-visible,
.con-select:focus-visible {
    outline: none;
}

.con-submit-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .con-hero,
    .con-quick-connect,
    .con-form-section {
        background: #ffffff !important;
        padding: 40px 20px !important;
    }
    
    .con-hero-bg-gradient,
    .con-qc-decoration,
    .con-form-bg-decoration {
        display: none !important;
    }
    
    .con-card-preview {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
    
    .con-gradient-text {
        -webkit-text-fill-color: #667eea !important;
        color: #667eea !important;
    }
    
    .con-qc-card,
    .con-form-container {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
}
/* ============================================
   RIGHT SIDE - TRUST BLOCK
   ============================================ */
/* =====================================================
   PART 18B: CONTACT PAGE - TRUST, TEXTAREA, CTA & MAP
   Ultra-Polished with GPU Acceleration & Premium Effects
   ===================================================== */

/* ============================================
   SECTION: TRUST CARD (SIDEBAR)
   ============================================ */

.con-trust-container {
    position: sticky;
    top: 120px;
}

.con-trust-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 32px;
    padding: 50px 45px;
    box-shadow: 
        0 25px 70px rgba(102, 126, 234, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease;
}

.con-trust-card:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 
        0 35px 90px rgba(102, 126, 234, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.con-trust-glow {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
    will-change: transform;
    animation: conTrustGlowRotate 10s linear infinite;
}

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

.con-trust-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.con-trust-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-trust-card:hover .con-trust-icon {
    transform: scale(1.1) rotate(8deg) translateZ(0);
}

.con-trust-icon svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
    stroke-width: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.con-trust-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Trust List */
.con-trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    position: relative;
    z-index: 2;
}

.con-trust-item {
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
    opacity: 0;
    transform: translateZ(0);
    animation: conFadeInLeft 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.con-trust-item:nth-child(1) { animation-delay: 0.1s; }
.con-trust-item:nth-child(2) { animation-delay: 0.2s; }
.con-trust-item:nth-child(3) { animation-delay: 0.3s; }
.con-trust-item:nth-child(4) { animation-delay: 0.4s; }
.con-trust-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes conFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-25px) scale(0.95) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1) translateZ(0);
    }
}

.con-trust-item-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform: translateZ(0);
    will-change: transform;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease;
}

.con-trust-item:hover .con-trust-item-icon {
    transform: scale(1.15) rotate(10deg) translateZ(0);
    background: rgba(255, 255, 255, 0.3);
}

.con-trust-item-icon svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
    stroke-width: 3;
}

.con-trust-item-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
    transition: transform 0.3s ease;
}

.con-trust-item:hover .con-trust-item-content h4 {
    transform: translateX(5px);
}

.con-trust-item-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.55;
}

/* Trust Stats */
.con-trust-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    position: relative;
    z-index: 2;
}

.con-trust-stat {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        box-shadow 0.4s ease;
}

.con-trust-stat:hover {
    transform: translateY(-5px) scale(1.03) translateZ(0);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.con-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    will-change: transform;
    transition: transform 0.3s ease;
}

.con-trust-stat:hover .con-stat-number {
    transform: scale(1.08);
}

.con-stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ============================================
   TEXTAREA FOOTER & WORD COUNTER
   ============================================ */

.con-textarea-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 14px;
    width: 100%;
}

/* Word Counter Container */
.con-word-counter {
    font-size: 13px;
    color: #718096;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: rgba(102, 126, 234, 0.06);
    border-radius: 20px;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transform: translateZ(0);
    transition: 
        background 0.3s ease,
        border-color 0.3s ease;
}

.con-word-counter:hover {
    background: rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.2);
}

/* Word Count Number */
.con-word-count {
    font-weight: 700;
    color: #667eea;
    display: inline-block;
    min-width: 22px;
    text-align: center;
    transition: color 0.3s ease;
}

.con-word-counter strong {
    font-weight: 700;
    color: #667eea;
    min-width: 28px;
    display: inline-block;
    transition: color 0.3s ease;
}

/* Warning state when approaching limit */
.con-word-counter.warning .con-word-count,
.con-word-counter.warning strong {
    color: #f59e0b;
}

.con-word-counter.warning {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.2);
}

/* Error state when limit exceeded */
.con-word-counter.error .con-word-count,
.con-word-counter.error strong {
    color: #ef4444;
}

.con-word-counter.error {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.2);
}

/* Error message takes available space */
.con-textarea-footer .con-error-message {
    flex: 1;
    margin: 0;
    font-size: 13px;
    color: #ef4444;
    font-weight: 500;
}

/* When error is empty */
.con-textarea-footer .con-error-message:empty {
    display: none;
}

/* ============================================
   SECTION: GLOBAL CTA
   ============================================ */

.con-global-cta {
    padding: 120px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative Elements */
.con-cta-decoration {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.35;
    will-change: transform;
}

.con-cta-decoration-1 {
    top: -320px;
    left: -320px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.22) 0%, transparent 70%);
    animation: conCtaFloat 28s ease-in-out infinite;
}

.con-cta-decoration-2 {
    bottom: -320px;
    right: -320px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.22) 0%, transparent 70%);
    animation: conCtaFloat 35s ease-in-out infinite reverse;
}

@keyframes conCtaFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(60px, 60px, 0) scale(1.08); }
}

/* Content */
.con-cta-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Badge */
.con-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 35px;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.4),
        0 0 0 0 rgba(102, 126, 234, 0);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: conCtaBadgeFloat 3.5s ease-in-out infinite;
    transition: box-shadow 0.4s ease;
}

.con-cta-badge:hover {
    box-shadow: 
        0 15px 40px rgba(102, 126, 234, 0.5),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

@keyframes conCtaBadgeFloat {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-8px) translateZ(0); }
}

.con-cta-badge svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.5;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-cta-badge:hover svg {
    transform: rotate(15deg) scale(1.15);
}

/* Title */
.con-cta-title {
    font-size: clamp(2.25rem, 5vw, 56px);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Description */
.con-cta-description {
    font-size: clamp(1rem, 2vw, 20px);
    color: #4a5568;
    margin-bottom: 55px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* Buttons */
.con-cta-buttons {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

.con-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 
        0 12px 35px rgba(102, 126, 234, 0.4),
        0 0 0 0 rgba(102, 126, 234, 0);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.con-cta-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: left 0.6s ease;
}

.con-cta-btn-primary:hover::before {
    left: 100%;
}

.con-cta-btn-primary:hover {
    transform: translateY(-5px) scale(1.02) translateZ(0);
    box-shadow: 
        0 20px 50px rgba(102, 126, 234, 0.5),
        0 0 0 4px rgba(102, 126, 234, 0.15);
}

.con-cta-btn-primary:active {
    transform: translateY(-2px) scale(1.01) translateZ(0);
}

.con-cta-btn-primary svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.5;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-cta-btn-primary:hover svg {
    transform: translateX(6px);
}

.con-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #667eea;
    padding: 20px 36px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(102, 126, 234, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color, background;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.con-cta-btn-secondary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.35);
}

.con-cta-btn-secondary svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-cta-btn-secondary:hover svg {
    transform: scale(1.15) rotate(10deg);
}

/* Stats */
.con-cta-stats {
    display: flex;
    gap: 45px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.con-cta-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #4a5568;
    font-weight: 500;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.3s ease;
}

.con-cta-stat:hover {
    transform: translateY(-3px) translateZ(0);
}

.con-cta-stat svg {
    width: 26px;
    height: 26px;
    color: #667eea;
    stroke-width: 2;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-cta-stat:hover svg {
    transform: scale(1.15) rotate(10deg);
}

/* ============================================
   SECTION: CONTACT MAP
   ============================================ */

.con-map-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    overflow: hidden;
    isolation: isolate;
}

/* Animated Background Elements */
.con-map-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    will-change: transform;
    animation: conMapFloat 22s ease-in-out infinite;
    z-index: 0;
}

.con-map-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    will-change: transform;
    animation: conMapFloat 28s ease-in-out infinite reverse;
    z-index: 0;
}

@keyframes conMapFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(55px, 55px, 0) scale(1.1); }
}

/* Header Section */
.con-map-header {
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
    text-align: center;
}

.con-map-header-content {
    max-width: 720px;
    margin: 0 auto;
}

.con-map-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.25);
    border-radius: 30px;
    color: #818cf8;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateZ(0);
    will-change: transform, background, border-color;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.4s ease;
}

.con-map-badge:hover {
    background: rgba(99, 102, 241, 0.18);
    border-color: rgba(99, 102, 241, 0.45);
    transform: translateY(-4px) scale(1.02) translateZ(0);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.2);
}

.con-map-badge svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-map-badge:hover svg {
    transform: rotate(15deg) scale(1.15);
}

.con-map-title {
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 22px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.con-map-subtitle {
    font-size: clamp(1rem, 2vw, 18px);
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* Map Container */
.con-map-container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.con-map-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 
        0 25px 70px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(0);
    will-change: box-shadow;
    transition: box-shadow 0.5s ease;
}

.con-map-wrapper:hover {
    box-shadow: 
        0 35px 90px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(99, 102, 241, 0.1) inset;
}

/* Google Map Canvas */
.con-map-canvas {
    width: 100%;
    height: 600px;
    border-radius: 28px;
    filter: none;
}

/* Map Controls */
.con-map-controls {
    position: absolute;
    top: 22px;
    right: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.con-map-control {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    will-change: transform, background, border-color, box-shadow;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.4s ease;
}

.con-map-control:hover {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-3px) scale(1.05) translateZ(0);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.25);
}

.con-map-control:active {
    transform: translateY(-1px) scale(1.02) translateZ(0);
}

.con-map-control svg {
    width: 22px;
    height: 22px;
    stroke: #6366f1;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
}

.con-map-control:hover svg {
    transform: scale(1.1);
}

/* Location Cards Container */
.con-location-cards {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    z-index: 10;
}

/* Location Card Base */
.con-location-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    will-change: transform, box-shadow, border-color;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
}

.con-location-card:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 25px 70px rgba(99, 102, 241, 0.25);
    border-color: rgba(99, 102, 241, 0.3);
}

/* Primary Location Card */
.con-location-primary {
    position: relative;
    overflow: hidden;
}

.con-location-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #6366f1 0%, #a78bfa 100%);
    border-radius: 5px 0 0 5px;
}

.con-location-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-location-card:hover .con-location-icon {
    transform: scale(1.1) rotate(8deg) translateZ(0);
}

.con-location-icon svg {
    width: 26px;
    height: 26px;
    stroke: #fff;
    stroke-width: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.con-location-content {
    flex: 1;
}

.con-location-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.con-location-card:hover .con-location-title {
    color: #6366f1;
}

.con-location-address {
    font-size: 15px;
    color: #64748b;
    line-height: 1.65;
    margin: 0 0 18px 0;
}

/* Location Tags */
.con-location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.con-location-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 10px;
    font-size: 13px;
    color: #4f46e5;
    font-weight: 600;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.3s ease,
        background 0.3s ease;
}

.con-location-tag:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(99, 102, 241, 0.15);
}

.con-location-tag svg {
    width: 15px;
    height: 15px;
    stroke-width: 2;
}

.con-location-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.35);
    letter-spacing: 0.02em;
}

/* Contact Info Card */
.con-location-info {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.04) 0%, rgba(139, 92, 246, 0.04) 100%);
}

.con-location-info-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.con-location-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.3s ease;
}

.con-location-info-item:hover {
    transform: translateX(5px) translateZ(0);
}

.con-info-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.con-location-info-item:hover .con-info-icon {
    transform: scale(1.1) rotate(8deg);
}

.con-info-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    stroke-width: 2;
}

.con-info-content {
    flex: 1;
    padding-top: 5px;
}

.con-info-label {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.con-info-value {
    display: block;
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

a.con-info-value:hover {
    color: #6366f1;
}

/* Meeting Options Features */
.con-map-features {
    position: relative;
    z-index: 1;
    margin-top: 65px;
}

.con-map-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.con-map-feature {
    text-align: center;
    padding: 45px 35px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 24px;
    transform: translateZ(0);
    will-change: transform, background, border-color, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.5s ease;
}

.con-map-feature:hover {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 25px 60px rgba(99, 102, 241, 0.18);
}

.con-feature-icon {
    width: 75px;
    height: 75px;
    background: rgba(99, 102, 241, 0.1);
    border: 2px solid rgba(99, 102, 241, 0.18);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    transition: 
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}

.con-feature-icon-primary {
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
    border: none;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.35);
}

.con-map-feature:hover .con-feature-icon {
    transform: scale(1.12) rotate(8deg) translateZ(0);
    box-shadow: 0 12px 35px rgba(99, 102, 241, 0.35);
}

.con-feature-icon svg {
    width: 34px;
    height: 34px;
    stroke: #818cf8;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.con-feature-icon-primary svg {
    stroke: #fff;
}

.con-map-feature:hover .con-feature-icon svg {
    transform: scale(1.1);
}

.con-map-feature h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 14px 0;
    transition: color 0.3s ease;
}

.con-map-feature:hover h4 {
    color: #6366f1;
}

.con-map-feature p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 18px 0;
}

.con-feature-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.18);
    border-radius: 10px;
    font-size: 13px;
    color: #818cf8;
    font-weight: 700;
    transform: translateZ(0);
    will-change: transform, background;
    transition: 
        transform 0.3s ease,
        background 0.3s ease;
}

.con-map-feature:hover .con-feature-badge {
    transform: translateY(-2px) translateZ(0);
    background: rgba(99, 102, 241, 0.15);
}

/* ============================================
   RESPONSIVE DESIGN - TRUST CARD
   ============================================ */

@media (max-width: 968px) {
    .con-trust-container {
        position: static;
    }

    .con-trust-card {
        padding: 42px 35px;
    }

    .con-trust-header h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .con-trust-card {
        padding: 35px 26px;
        border-radius: 24px;
    }

    .con-trust-header {
        gap: 14px;
    }

    .con-trust-icon {
        width: 48px;
        height: 48px;
    }

    .con-trust-header h3 {
        font-size: 22px;
    }

    .con-trust-item-icon {
        width: 28px;
        height: 28px;
    }

    .con-trust-item-content h4 {
        font-size: 16px;
    }

    .con-trust-stats {
        gap: 16px;
    }

    .con-trust-stat {
        padding: 20px;
    }

    .con-stat-number {
        font-size: 30px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - GLOBAL CTA
   ============================================ */

@media (max-width: 968px) {
    .con-global-cta {
        padding: 80px 0;
    }

    .con-cta-title {
        font-size: 42px;
    }

    .con-cta-description {
        font-size: 18px;
    }

    .con-cta-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .con-cta-btn-primary,
    .con-cta-btn-secondary {
        width: 100%;
        max-width: 340px;
        justify-content: center;
    }

    .con-cta-stats {
        gap: 32px;
    }
}

@media (max-width: 576px) {
    .con-global-cta {
        padding: 60px 0;
    }

    .con-cta-title {
        font-size: 32px;
    }

    .con-cta-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .con-cta-badge {
        font-size: 13px;
        padding: 12px 22px;
    }

    .con-cta-btn-primary {
        padding: 18px 32px;
        font-size: 16px;
    }

    .con-cta-btn-secondary {
        padding: 18px 28px;
        font-size: 15px;
    }

    .con-cta-buttons {
        margin-bottom: 50px;
    }

    .con-cta-stats {
        flex-direction: column;
        gap: 22px;
    }

    .con-cta-stat {
        font-size: 14px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - MAP SECTION
   ============================================ */

@media (max-width: 1024px) {
    .con-map-title {
        font-size: 40px;
    }
    
    .con-location-cards {
        grid-template-columns: 1fr;
    }
    
    .con-map-features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .con-map-section {
        padding: 70px 0;
    }
    
    .con-map-header {
        margin-bottom: 45px;
    }
    
    .con-map-title {
        font-size: 32px;
    }
    
    .con-map-subtitle {
        font-size: 16px;
    }
    
    .con-map-canvas {
        height: 420px;
    }
    
    .con-location-cards {
        position: static;
        margin-top: 24px;
        left: auto;
        right: auto;
        bottom: auto;
    }
    
    .con-map-controls {
        top: 12px;
        right: 12px;
    }
    
    .con-map-control {
        width: 42px;
        height: 42px;
    }
    
    .con-location-card {
        padding: 24px;
    }
    
    .con-location-badge {
        position: static;
        display: inline-block;
        margin-top: 16px;
    }
    
    .con-map-feature {
        padding: 35px 28px;
    }
}

@media (max-width: 480px) {
    .con-map-section {
        padding: 50px 0;
    }
    
    .con-map-container {
        padding: 0 15px;
    }
    
    .con-map-title {
        font-size: 28px;
    }
    
    .con-map-canvas {
        height: 350px;
    }
    
    .con-location-card {
        padding: 22px;
    }
    
    .con-location-title {
        font-size: 20px;
    }
    
    .con-info-value {
        font-size: 14px;
    }
    
    .con-map-feature {
        padding: 30px 24px;
    }
    
    .con-feature-icon {
        width: 65px;
        height: 65px;
    }
    
    .con-map-feature h4 {
        font-size: 20px;
    }
}

/* ============================================
   REDUCED MOTION PREFERENCES
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .con-trust-glow {
        animation: none;
    }
    
    .con-trust-item {
        animation: none;
        opacity: 1;
        transform: none;
    }
    
    .con-cta-decoration,
    .con-cta-badge,
    .con-map-section::before,
    .con-map-section::after {
        animation: none;
    }
    
    .con-trust-card,
    .con-trust-icon,
    .con-trust-item-icon,
    .con-trust-stat,
    .con-stat-number,
    .con-cta-btn-primary,
    .con-cta-btn-secondary,
    .con-cta-stat,
    .con-map-badge,
    .con-map-control,
    .con-location-card,
    .con-location-icon,
    .con-location-tag,
    .con-location-info-item,
    .con-info-icon,
    .con-map-feature,
    .con-feature-icon,
    .con-feature-badge {
        transition-duration: 0.01ms !important;
    }
    
    .con-trust-card:hover,
    .con-trust-stat:hover,
    .con-cta-btn-primary:hover,
    .con-cta-btn-secondary:hover,
    .con-map-badge:hover,
    .con-map-control:hover,
    .con-location-card:hover,
    .con-map-feature:hover {
        transform: none;
    }
    
    .con-cta-btn-primary::before {
        display: none;
    }
}

/* ============================================
   FOCUS STATES FOR ACCESSIBILITY
   ============================================ */

.con-trust-stat:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.con-cta-btn-primary:focus-visible,
.con-cta-btn-secondary:focus-visible {
    outline: 3px solid rgba(102, 126, 234, 0.6);
    outline-offset: 4px;
}

.con-cta-btn-primary:focus-visible {
    outline-color: rgba(255, 255, 255, 0.8);
}

.con-map-badge:focus-visible,
.con-map-control:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 4px;
}

.con-location-card:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 4px;
}

a.con-info-value:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}

.con-map-feature:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 4px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .con-trust-card {
        background: #667eea !important;
        box-shadow: none !important;
    }
    
    .con-trust-glow {
        display: none !important;
    }
    
    .con-global-cta,
    .con-map-section {
        background: #ffffff !important;
        padding: 40px 20px !important;
    }
    
    .con-cta-decoration,
    .con-map-section::before,
    .con-map-section::after {
        display: none !important;
    }
    
    .con-cta-btn-primary,
    .con-cta-btn-secondary,
    .con-map-control {
        box-shadow: none !important;
    }
    
    .con-location-card,
    .con-map-feature {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
    
    .con-map-canvas {
        display: none !important;
    }
}
/* ========================================
   LEAFLET CUSTOM MARKER STYLES
   ======================================== */

/* Custom Marker Pin */
.custom-map-marker {
    position: relative;
}

.marker-pin {
    width: 50px;
    height: 50px;
    position: relative;
    animation: markerDrop 0.8s ease-out;
}

@keyframes markerDrop {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    60% {
        transform: translateY(5px);
        opacity: 1;
    }
    80% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(0);
    }
}

.marker-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5);
    border: 3px solid #fff;
    transition: all 0.3s ease;
}

.marker-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    transform: rotate(45deg);
}

.marker-shadow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    filter: blur(4px);
}

/* Bounce Animation */
.custom-map-marker.bounce .marker-pin {
    animation: bounce 1s ease;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}

/* Custom Popup Styles */
.custom-popup-container .leaflet-popup-content-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.custom-popup-container .leaflet-popup-tip {
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.custom-popup {
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

.custom-popup h3 {
    margin: 0 0 12px 0;
    color: #1e293b;
    font-size: 18px;
    font-weight: 700;
}

.custom-popup p {
    margin: 0 0 8px 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.custom-popup p:last-of-type {
    margin-bottom: 12px;
}

.popup-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.popup-tags .tag {
    padding: 4px 10px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 6px;
    font-size: 12px;
    color: #4f46e5;
    font-weight: 500;
}

/* Leaflet Control Attribution - Hide or Style */
.leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    border-radius: 6px !important;
}
/* ========================================
   PRIVACY POLICY PAGE STYLES - REDESIGNED
   Full-Width Layout, Proper Spacing
   Brand-Aligned with RISENEX Blue-Gold Theme
   ======================================== */

/* ==========================================
   PRIVACY HERO SECTION
   ========================================== */
.privacy-hero {
 position: relative;
  background: var(--gradient-brand);
  padding: 160px 0 70px;
  overflow: hidden;
  margin-top: 0;
}
.privacy-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* Decorative Background Blurs */
.privacy-hero__decorative-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: float 8s ease-in-out infinite;
  pointer-events: none;
}

.privacy-hero__decorative-blur--blue {
  width: 500px;
  height: 500px;
  background: var(--color-primary-light);
  top: -100px;
  left: -150px;
}

.privacy-hero__decorative-blur--gold {
  width: 400px;
  height: 400px;
  background: var(--color-secondary);
  bottom: -100px;
  right: -100px;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.1); }
}

/* Hero Content */
.privacy-hero__content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Badge */
.privacy-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 24px;
  border-radius: 9999px;
  margin-bottom: 32px;
  animation: fadeInDown 0.6s ease-out;
}

.privacy-hero__badge-icon {
  font-size: 1.25rem;
}

.privacy-hero__badge-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* Title */
.privacy-hero__title {
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.privacy-hero__title-main {
  display: block;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* Subtitle */
.privacy-hero__subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.625;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.privacy-hero__highlight {
  background: linear-gradient(135deg, #fbbf24, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Intro */
.privacy-hero__intro {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.625;
  max-width: 700px;
  margin: 0 auto 32px;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Meta */
.privacy-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-style: italic;
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.privacy-hero__meta-label {
  opacity: 0.8;
}

.privacy-hero__meta-value {
  font-weight: 600;
}

/* ==========================================
   PRIVACY CONTENT SECTION
   ========================================== */
.privacy-content {
  background: #f8fafc;
  padding: 80px 0;
  position: relative;
}

.privacy-content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ==========================================
   READING PROGRESS BAR
   ========================================== */
.privacy-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f1f5f9;
  z-index: 1050;
}

.privacy-progress__bar {
  height: 100%;
  background: var(--gradient-brand);
  width: 0%;
  transition: width 0.2s ease-out;
}

/* ==========================================
   PRIVACY SECTIONS
   ========================================== */
.privacy-section {
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 32px;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s ease;
}

.privacy-section:hover {
  border-color: #3b82f6;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.privacy-section--contact {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 50%, #fffbeb 100%);
  border: 2px solid #3b82f6;
}

/* Section Header */
.privacy-section__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.privacy-section__number {
  flex-shrink: 0;
}

.privacy-section__number-icon {
  font-size: 2.5rem;
  display: block;
}

.privacy-section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Content */
.privacy-section__content {
  padding-left: calc(2.5rem + 20px);
}

.privacy-section__intro {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 20px;
}

.privacy-section__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 16px;
}

.privacy-section__disclaimer {
  font-size: 0.875rem;
  color: #64748b;
  font-style: italic;
  line-height: 1.625;
  margin-top: 20px;
  padding: 16px 20px;
  background: #f8fafc;
  border-left: 3px solid #94a3b8;
  border-radius: 6px;
}

/* ==========================================
   SUBSECTIONS
   ========================================== */
.privacy-subsection {
  margin-top: 32px;
  padding-left: 20px;
  border-left: 3px solid #1e3a8a;
}

.privacy-subsection:first-child {
  margin-top: 0;
}

.privacy-subsection__header {
  margin-bottom: 12px;
}

.privacy-subsection__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.375;
}

.privacy-subsection__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 12px;
}

/* ==========================================
   LISTS
   ========================================== */
.privacy-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.privacy-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
}

.privacy-list__icon {
  color: #1e3a8a;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.privacy-list__text {
  flex: 1;
}

/* ==========================================
   HIGHLIGHT BOX
   ========================================== */
.privacy-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #3b82f6;
  border-radius: 14px;
  padding: 28px;
  margin: 32px 0;
}

.privacy-highlight__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.privacy-highlight__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e40af;
  line-height: 1.625;
}

.privacy-highlight__text strong {
  color: #1e3a8a;
}

/* ==========================================
   LINKS
   ========================================== */
.privacy-link {
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
  border-bottom: 2px solid transparent;
}

.privacy-link:hover {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}

.privacy-link--email {
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, monospace;
  font-size: 0.875rem;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.privacy-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.privacy-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 14px;
  transition: all 0.25s ease;
}

.privacy-contact__item:hover {
  border-color: #1e3a8a;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.privacy-contact__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.privacy-contact__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.privacy-contact__label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.privacy-contact__link {
  font-size: 1rem;
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.privacy-contact__link:hover {
  color: #3b82f6;
}

/* ==========================================
   BACK TO TOP BUTTON
   ========================================== */
.privacy-back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: var(--gradient-brand);
  color: #ffffff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.25s ease;
  z-index: 1050;
  box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.18);
  cursor: pointer;
  border: none;
}

.privacy-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.privacy-back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.25);
}

.privacy-back-to-top:active {
  transform: translateY(-2px);
}

.privacy-back-to-top__icon {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

/* Large Screens */
@media (min-width: 1400px) {
  .privacy-hero__container,
  .privacy-content__container {
    max-width: 1400px;
  }
}

/* Tablets */
@media (max-width: 1024px) {
  .privacy-hero {
    padding: 80px 0 60px;
  }

  .privacy-hero__container,
  .privacy-content__container {
    padding: 0 32px;
  }

  .privacy-section {
    padding: 32px;
  }

  .privacy-section__content {
    padding-left: 0;
    margin-top: 16px;
  }

  .privacy-section__header {
    flex-direction: column;
    gap: 12px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .privacy-hero {
    padding: 60px 0 40px;
    margin-top: -120px;
  }

  .privacy-hero__container,
  .privacy-content__container {
    padding: 0 20px;
  }

  .privacy-hero__title-main {
    font-size: 2rem;
  }

  .privacy-hero__subtitle {
    font-size: 1rem;
  }

  .privacy-hero__intro {
    font-size: 0.95rem;
  }

  .privacy-content {
    padding: 60px 0;
  }

  .privacy-section {
    padding: 24px;
    margin-bottom: 24px;
  }

  .privacy-section__number-icon {
    font-size: 2rem;
  }

  .privacy-section__title {
    font-size: 1.5rem;
  }

  .privacy-section__intro,
  .privacy-section__text {
    font-size: 0.95rem;
  }

  .privacy-subsection {
    padding-left: 16px;
    margin-top: 24px;
  }

  .privacy-highlight {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .privacy-contact {
    grid-template-columns: 1fr;
  }

  .privacy-back-to-top {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }

  .privacy-back-to-top__icon {
    width: 20px;
    height: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .privacy-hero__container,
  .privacy-content__container {
    padding: 0 16px;
  }

  .privacy-section {
    padding: 20px;
  }

  .privacy-section__title {
    font-size: 1.25rem;
  }

  .privacy-list__item {
    font-size: 0.9rem;
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */
@media print {
  .privacy-hero {
    background: #ffffff;
    color: #0f172a;
    padding: 32px 0;
    border-bottom: 2px solid #0f172a;
    margin-top: 0;
  }

  .privacy-hero__title-main {
    -webkit-text-fill-color: #0f172a;
    color: #0f172a;
  }

  .privacy-section {
    border: 1px solid #64748b;
    page-break-inside: avoid;
    box-shadow: none;
  }

  .privacy-back-to-top,
  .privacy-progress {
    display: none;
  }

  .privacy-link {
    text-decoration: underline;
  }
}
/* ========================================
   TERMS OF SERVICE PAGE STYLES
   Full-Width Layout, Proper Spacing
   Brand-Aligned with RISENEX Blue-Gold Theme
   ======================================== */

/* ==========================================
   TERMS HERO SECTION
   ========================================== */
.terms-hero {
  position: relative;
  background: var(--gradient-brand);
  padding: 160px 0 70px;
  overflow: hidden;
  margin-top: 0;
}

.terms-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 40px;
  position: relative;
  z-index: 2;
}

/* Decorative Background Blurs */
.terms-hero__decorative-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: float 8s ease-in-out infinite;
  pointer-events: none;
}

.terms-hero__decorative-blur--blue {
  width: 500px;
  height: 500px;
  background: var(--color-primary-light);
  top: -100px;
  left: -150px;
}

.terms-hero__decorative-blur--gold {
  width: 400px;
  height: 400px;
  background: var(--color-secondary);
  bottom: -100px;
  right: -100px;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.1); }
}

/* Hero Content */
.terms-hero__content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Badge */
.terms-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 24px;
  border-radius: 9999px;
  margin-bottom: 32px;
  animation: fadeInDown 0.6s ease-out;
}

.terms-hero__badge-icon {
  font-size: 1.25rem;
}

.terms-hero__badge-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* Title */
.terms-hero__title {
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.terms-hero__title-main {
  display: block;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* Subtitle */
.terms-hero__subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.625;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.terms-hero__highlight {
  background: linear-gradient(135deg, #fbbf24, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Intro */
.terms-hero__intro {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.625;
  max-width: 700px;
  margin: 0 auto 32px;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Meta */
.terms-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-style: italic;
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.terms-hero__meta-label {
  opacity: 0.8;
}

.terms-hero__meta-value {
  font-weight: 600;
}

/* ==========================================
   TERMS CONTENT SECTION
   ========================================== */
.terms-content {
  background: #f8fafc;
  padding: 80px 0;
  position: relative;
}

.terms-content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ==========================================
   READING PROGRESS BAR
   ========================================== */
.terms-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f1f5f9;
  z-index: 1050;
}

.terms-progress__bar {
  height: 100%;
  background: var(--gradient-brand);
  width: 0%;
  transition: width 0.2s ease-out;
}

/* ==========================================
   PRIVACY SECTIONS
   ========================================== */
.terms-section {
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 32px;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s ease;
}

.terms-section:hover {
  border-color: #3b82f6;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.terms-section--contact {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 50%, #fffbeb 100%);
  border: 2px solid #3b82f6;
}

/* Section Header */
.terms-section__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.terms-section__number {
  flex-shrink: 0;
}

.terms-section__number-icon {
  font-size: 2.5rem;
  display: block;
}

.terms-section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Content */
.terms-section__content {
  padding-left: calc(2.5rem + 20px);
}

.terms-section__intro {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 20px;
}

.terms-section__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 16px;
}

.terms-section__disclaimer {
  font-size: 0.875rem;
  color: #64748b;
  font-style: italic;
  line-height: 1.625;
  margin-top: 20px;
  padding: 16px 20px;
  background: #f8fafc;
  border-left: 3px solid #94a3b8;
  border-radius: 6px;
}

/* ==========================================
   SUBSECTIONS
   ========================================== */
.terms-subsection {
  margin-top: 32px;
  padding-left: 20px;
  border-left: 3px solid #1e3a8a;
}

.terms-subsection:first-child {
  margin-top: 0;
}

.terms-subsection__header {
  margin-bottom: 12px;
}

.terms-subsection__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.375;
}

.terms-subsection__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 12px;
}

/* ==========================================
   LISTS
   ========================================== */
.terms-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.terms-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
}

.terms-list__icon {
  color: #1e3a8a;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.terms-list__text {
  flex: 1;
}

/* ==========================================
   HIGHLIGHT BOX
   ========================================== */
.terms-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #3b82f6;
  border-radius: 14px;
  padding: 28px;
  margin: 32px 0;
}

.terms-highlight__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.terms-highlight__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e40af;
  line-height: 1.625;
}

.terms-highlight__text strong {
  color: #1e3a8a;
}

/* ==========================================
   WARNING BOX (For Terms of Service)
   ========================================== */
.terms-warning {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #f59e0b;
  border-radius: 14px;
  padding: 28px;
  margin: 32px 0;
}

.terms-warning__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.terms-warning__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #92400e;
  line-height: 1.625;
}

.terms-warning__text strong {
  color: #d97706;
}

/* ==========================================
   CLOSING STATEMENT
   ========================================== */
.terms-closing {
  margin-top: 40px;
  padding: 32px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 50%, #fffbeb 100%);
  border: 2px solid #3b82f6;
  border-radius: 14px;
  text-align: center;
}

.terms-closing__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.terms-closing__text {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.625;
  max-width: 700px;
  margin: 0 auto;
}

/* ==========================================
   LINKS
   ========================================== */
.terms-link {
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
  border-bottom: 2px solid transparent;
}

.terms-link:hover {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}

.terms-link--email {
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, monospace;
  font-size: 0.875rem;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.terms-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.terms-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 14px;
  transition: all 0.25s ease;
}

.terms-contact__item:hover {
  border-color: #1e3a8a;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.terms-contact__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.terms-contact__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.terms-contact__label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.terms-contact__value {
  font-size: 1rem;
  color: #0f172a;
  font-weight: 500;
  line-height: 1.4;
}

.terms-contact__link {
  font-size: 1rem;
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.4;
}

.terms-contact__link:hover {
  color: #3b82f6;
}

/* ==========================================
   BACK TO TOP BUTTON
   ========================================== */
.terms-back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: var(--gradient-brand);
  color: #ffffff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.25s ease;
  z-index: 1050;
  box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.18);
  cursor: pointer;
  border: none;
}

.terms-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.terms-back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.25);
}

.terms-back-to-top:active {
  transform: translateY(-2px);
}

.terms-back-to-top__icon {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

/* Large Screens */
@media (min-width: 1400px) {
  .terms-hero__container,
  .terms-content__container {
    max-width: 1400px;
  }
}

/* Tablets */
@media (max-width: 1024px) {
  .terms-hero {
    padding: 80px 0 60px;
  }

  .terms-hero__container,
  .terms-content__container {
    padding: 0 32px;
  }

  .terms-section {
    padding: 32px;
  }

  .terms-section__content {
    padding-left: 0;
    margin-top: 16px;
  }

  .terms-section__header {
    flex-direction: column;
    gap: 12px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .terms-hero {
    padding: 60px 0 40px;
    margin-top: -120px;
  }

  .terms-hero__container,
  .terms-content__container {
    padding: 0 20px;
  }

  .terms-hero__title-main {
    font-size: 2rem;
  }

  .terms-hero__subtitle {
    font-size: 1rem;
  }

  .terms-hero__intro {
    font-size: 0.95rem;
  }

  .terms-content {
    padding: 60px 0;
  }

  .terms-section {
    padding: 24px;
    margin-bottom: 24px;
  }

  .terms-section__number-icon {
    font-size: 2rem;
  }

  .terms-section__title {
    font-size: 1.5rem;
  }

  .terms-section__intro,
  .terms-section__text {
    font-size: 0.95rem;
  }

  .terms-subsection {
    padding-left: 16px;
    margin-top: 24px;
  }

  .terms-highlight {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .terms-contact {
    grid-template-columns: 1fr;
  }

  .terms-back-to-top {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }

  .terms-back-to-top__icon {
    width: 20px;
    height: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .terms-hero__container,
  .terms-content__container {
    padding: 0 16px;
  }

  .terms-section {
    padding: 20px;
  }

  .terms-section__title {
    font-size: 1.25rem;
  }

  .terms-list__item {
    font-size: 0.9rem;
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */
@media print {
  .terms-hero {
    background: #ffffff;
    color: #0f172a;
    padding: 32px 0;
    border-bottom: 2px solid #0f172a;
    margin-top: 0;
  }

  .terms-hero__title-main {
    -webkit-text-fill-color: #0f172a;
    color: #0f172a;
  }

  .terms-section {
    border: 1px solid #64748b;
    page-break-inside: avoid;
    box-shadow: none;
  }

  .terms-back-to-top,
  .terms-progress {
    display: none;
  }

  .terms-link {
    text-decoration: underline;
  }
}
/* ========================================
   COOKIE POLICY PAGE STYLES
   Full-Width Layout, Proper Spacing
   Brand-Aligned with RISENEX Blue-Gold Theme
   ======================================== */

/* ==========================================
   COOKIE HERO SECTION
   ========================================== */
.cookie-hero {
  position: relative;
  background: var(--gradient-brand);
  padding: 160px 0 70px;
  overflow: hidden;
  margin-top: 0;
}

.cookie-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* Decorative Background Blurs */
.cookie-hero__decorative-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: float 8s ease-in-out infinite;
  pointer-events: none;
}

.cookie-hero__decorative-blur--blue {
  width: 500px;
  height: 500px;
  background: var(--color-primary-light);
  top: -100px;
  left: -150px;
}

.cookie-hero__decorative-blur--gold {
  width: 400px;
  height: 400px;
  background: var(--color-secondary);
  bottom: -100px;
  right: -100px;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.1); }
}

/* Hero Content */
.cookie-hero__content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Badge */
.cookie-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 24px;
  border-radius: 9999px;
  margin-bottom: 32px;
  animation: fadeInDown 0.6s ease-out;
}

.cookie-hero__badge-icon {
  font-size: 1.25rem;
}

.cookie-hero__badge-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* Title */
.cookie-hero__title {
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.cookie-hero__title-main {
  display: block;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* Subtitle */
.cookie-hero__subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.625;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.cookie-hero__highlight {
  background: linear-gradient(135deg, #fbbf24, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Intro */
.cookie-hero__intro {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.625;
  max-width: 700px;
  margin: 0 auto 32px;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Meta */
.cookie-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-style: italic;
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.cookie-hero__meta-label {
  opacity: 0.8;
}

.cookie-hero__meta-value {
  font-weight: 600;
}

/* ==========================================
   COOKIE CONTENT SECTION
   ========================================== */
.cookie-content {
  background: #f8fafc;
  padding: 80px 0;
  position: relative;
}

.cookie-content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ==========================================
   READING PROGRESS BAR
   ========================================== */
.cookie-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f1f5f9;
  z-index: 1050;
}

.cookie-progress__bar {
  height: 100%;
  background: var(--gradient-brand);
  width: 0%;
  transition: width 0.2s ease-out;
}

/* ==========================================
   PRIVACY SECTIONS
   ========================================== */
.cookie-section {
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 32px;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s ease;
}

.cookie-section:hover {
  border-color: #3b82f6;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.cookie-section--contact {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 50%, #fffbeb 100%);
  border: 2px solid #3b82f6;
}

/* Section Header */
.cookie-section__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.cookie-section__number {
  flex-shrink: 0;
}

.cookie-section__number-icon {
  font-size: 2.5rem;
  display: block;
}

.cookie-section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Content */
.cookie-section__content {
  padding-left: calc(2.5rem + 20px);
}

.cookie-section__intro {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 20px;
}

.cookie-section__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 16px;
}

.cookie-section__disclaimer {
  font-size: 0.875rem;
  color: #64748b;
  font-style: italic;
  line-height: 1.625;
  margin-top: 20px;
  padding: 16px 20px;
  background: #f8fafc;
  border-left: 3px solid #94a3b8;
  border-radius: 6px;
}

/* ==========================================
   SUBSECTIONS
   ========================================== */
.cookie-subsection {
  margin-top: 32px;
  padding-left: 20px;
  border-left: 3px solid #1e3a8a;
}

.cookie-subsection:first-child {
  margin-top: 0;
}

.cookie-subsection__header {
  margin-bottom: 12px;
}

.cookie-subsection__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.375;
}

.cookie-subsection__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin-bottom: 12px;
}

/* ==========================================
   LISTS
   ========================================== */
.cookie-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.cookie-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
}

.cookie-list__icon {
  color: #1e3a8a;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cookie-list__text {
  flex: 1;
}

/* ==========================================
   HIGHLIGHT BOX
   ========================================== */
.cookie-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #3b82f6;
  border-radius: 14px;
  padding: 28px;
  margin: 32px 0;
}

.cookie-highlight__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.cookie-highlight__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e40af;
  line-height: 1.625;
}

.cookie-highlight__text strong {
  color: #1e3a8a;
}

/* ==========================================
   WARNING BOX (For Terms of Service)
   ========================================== */
.cookie-warning {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #f59e0b;
  border-radius: 14px;
  padding: 28px;
  margin: 32px 0;
}

.cookie-warning__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.cookie-warning__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #92400e;
  line-height: 1.625;
}

.cookie-warning__text strong {
  color: #d97706;
}

/* ==========================================
   CLOSING STATEMENT
   ========================================== */
.cookie-closing {
  margin-top: 40px;
  padding: 32px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 50%, #fffbeb 100%);
  border: 2px solid #3b82f6;
  border-radius: 14px;
  text-align: center;
}

.cookie-closing__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.cookie-closing__text {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.625;
  max-width: 700px;
  margin: 0 auto;
}

/* ==========================================
   LINKS
   ========================================== */
.cookie-link {
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
  border-bottom: 2px solid transparent;
}

.cookie-link:hover {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}

.cookie-link--email {
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, monospace;
  font-size: 0.875rem;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.cookie-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.cookie-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 14px;
  transition: all 0.25s ease;
}

.cookie-contact__item:hover {
  border-color: #1e3a8a;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.cookie-contact__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cookie-contact__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.cookie-contact__label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cookie-contact__value {
  font-size: 1rem;
  color: #0f172a;
  font-weight: 500;
  line-height: 1.4;
}

.cookie-contact__link {
  font-size: 1rem;
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.4;
}

.cookie-contact__link:hover {
  color: #3b82f6;
}

/* ==========================================
   BACK TO TOP BUTTON
   ========================================== */
.cookie-back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: var(--gradient-brand);
  color: #ffffff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.25s ease;
  z-index: 1050;
  box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.18);
  cursor: pointer;
  border: none;
}

.cookie-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.25);
}

.cookie-back-to-top:active {
  transform: translateY(-2px);
}

.cookie-back-to-top__icon {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

/* Large Screens */
@media (min-width: 1400px) {
  .cookie-hero__container,
  .cookie-content__container {
    max-width: 1400px;
  }
}

/* Tablets */
@media (max-width: 1024px) {
  .cookie-hero {
    padding: 80px 0 60px;
  }

  .cookie-hero__container,
  .cookie-content__container {
    padding: 0 32px;
  }

  .cookie-section {
    padding: 32px;
  }

  .cookie-section__content {
    padding-left: 0;
    margin-top: 16px;
  }

  .cookie-section__header {
    flex-direction: column;
    gap: 12px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cookie-hero {
    padding: 60px 0 40px;
    margin-top: -120px;
  }

  .cookie-hero__container,
  .cookie-content__container {
    padding: 0 20px;
  }

  .cookie-hero__title-main {
    font-size: 2rem;
  }

  .cookie-hero__subtitle {
    font-size: 1rem;
  }

  .cookie-hero__intro {
    font-size: 0.95rem;
  }

  .cookie-content {
    padding: 60px 0;
  }

  .cookie-section {
    padding: 24px;
    margin-bottom: 24px;
  }

  .cookie-section__number-icon {
    font-size: 2rem;
  }

  .cookie-section__title {
    font-size: 1.5rem;
  }

  .cookie-section__intro,
  .cookie-section__text {
    font-size: 0.95rem;
  }

  .cookie-subsection {
    padding-left: 16px;
    margin-top: 24px;
  }

  .cookie-highlight {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .cookie-contact {
    grid-template-columns: 1fr;
  }

  .cookie-back-to-top {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }

  .cookie-back-to-top__icon {
    width: 20px;
    height: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .cookie-hero__container,
  .cookie-content__container {
    padding: 0 16px;
  }

  .cookie-section {
    padding: 20px;
  }

  .cookie-section__title {
    font-size: 1.25rem;
  }

  .cookie-list__item {
    font-size: 0.9rem;
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */
@media print {
  .cookie-hero {
    background: #ffffff;
    color: #0f172a;
    padding: 32px 0;
    border-bottom: 2px solid #0f172a;
    margin-top: 0;
  }

  .cookie-hero__title-main {
    -webkit-text-fill-color: #0f172a;
    color: #0f172a;
  }

  .cookie-section {
    border: 1px solid #64748b;
    page-break-inside: avoid;
    box-shadow: none;
  }

  .cookie-back-to-top,
  .cookie-progress {
    display: none;
  }

  .cookie-link {
    text-decoration: underline;
  }
}

/* ==========================================
   COOKIE-SPECIFIC STYLES
   ========================================== */

/* Cookie Info Box */
.cookie-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #3b82f6;
  border-radius: 14px;
  padding: 24px;
  margin: 28px 0;
}

.cookie-info__icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.cookie-info__text {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1e40af;
  line-height: 1.625;
  margin: 0;
}

/* Cookie Types */
.cookie-type {
  margin-top: 32px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-left: 4px solid #1e3a8a;
  border-radius: 12px;
  transition: all 0.25s ease;
}

.cookie-type:first-child {
  margin-top: 0;
}

.cookie-type:hover {
  border-left-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
  transform: translateX(4px);
}

.cookie-type__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cookie-type__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.cookie-type__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin: 0;
}

.cookie-type__text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.625;
  margin: 0;
  padding-left: calc(1.5rem + 12px);
}

/* External Link Box */
.cookie-external {
  margin-top: 24px;
  padding: 20px 24px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.cookie-external__text {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 12px;
}

.cookie-external__link {
  display: inline-block;
  font-size: 0.95rem;
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 16px;
  background: #eff6ff;
  border-radius: 8px;
  transition: all 0.25s ease;
  word-break: break-all;
}

.cookie-external__link:hover {
  background: #dbeafe;
  color: #3b82f6;
  transform: translateY(-2px);
}
/* ==========================================
   MOBILE RESPONSIVE - NAVBAR FIX
   ========================================== */

@media (max-width: 1024px) {
    /* Show Hamburger */
    .hamburger {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    /* Hide Desktop Menu */
    .nav-menu {
        display: none !important;
    }
    
    /* Hide Soriva Button (it's in mobile menu) */
    .btn-soriva-wrapper {
        display: none !important;
    }
    
    /* Adjust nav-wrapper */
    .nav-wrapper {
        justify-content: space-between;
    }
}
/* ============================================
   SBD PAGE STYLES - PART 1
   Smart Business Digitization
   Enterprise Grade CSS
   ============================================ */

/* --------------------------------------------
   CSS CUSTOM PROPERTIES (VARIABLES)
   -------------------------------------------- */
:root {
    /* Primary Colors */
    --sbd-primary: #667eea;
    --sbd-primary-dark: #5a67d8;
    --sbd-secondary: #764ba2;
    --sbd-accent: #c6930a;
    --sbd-accent-light: #ffd700;
    
    /* Gradients */
    --sbd-gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --sbd-gradient-secondary: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    --sbd-gradient-accent: linear-gradient(135deg, #c6930a 0%, #d4a62a 100%);
    --sbd-gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    
    /* Text Colors */
    --sbd-text-primary: #1a202c;
    --sbd-text-secondary: #4a5568;
    --sbd-text-muted: #718096;
    --sbd-text-light: #a0aec0;
    
    /* Background Colors */
    --sbd-bg-dark: #0f1419;
    --sbd-bg-card: rgba(255, 255, 255, 0.98);
    --sbd-bg-glass: rgba(255, 255, 255, 0.1);
    
    /* Shadows */
    --sbd-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --sbd-shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
    --sbd-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.15);
    --sbd-shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.2);
    --sbd-shadow-glow: 0 0 40px rgba(102, 126, 234, 0.3);
    --sbd-shadow-card: 0 8px 32px rgba(0, 0, 0, 0.1);
    
    /* Border Radius */
    --sbd-radius-sm: 8px;
    --sbd-radius-md: 12px;
    --sbd-radius-lg: 16px;
    --sbd-radius-xl: 24px;
    --sbd-radius-full: 9999px;
    
    /* Transitions */
    --sbd-transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --sbd-transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --sbd-transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Spacing */
    --sbd-section-padding: 100px 0;
    --sbd-container-width: 1200px;
    --sbd-container-padding: 0 24px;
}

/* --------------------------------------------
   CONTAINER & UTILITIES
   -------------------------------------------- */
.sbd-container {
    max-width: var(--sbd-container-width);
    margin: 0 auto;
    padding: var(--sbd-container-padding);
}

.sbd-highlight {
    background: var(--sbd-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sbd-gradient-text {
    background: var(--sbd-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --------------------------------------------
   SECTION HEADER (REUSABLE)
   -------------------------------------------- */
.sbd-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.sbd-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: var(--sbd-radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--sbd-primary);
    margin-bottom: 20px;
}

.sbd-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--sbd-gradient-primary);
    border-radius: 50%;
    animation: sbd-pulse 2s ease-in-out infinite;
}

.sbd-section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--sbd-text-primary);
    line-height: 1.2;
    margin-bottom: 16px;
}

.sbd-section-subtitle {
    font-size: 1.125rem;
    color: var(--sbd-text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* --------------------------------------------
   SECTION 1: HERO
   -------------------------------------------- */
.sbd-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 140px 0 100px;
}

/* Hero Background */
.sbd-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sbd-hero-gradient {
    position: absolute;
    inset: 0;
    background: var(--sbd-gradient-primary);
}

.sbd-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 40%),
        radial-gradient(circle at 40% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
}

.sbd-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
    animation: sbd-float 10s ease-in-out infinite;
}

.sbd-glow-1 {
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.2);
    top: 5%;
    left: 5%;
}

.sbd-glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(198, 147, 10, 0.25);
    bottom: 10%;
    right: 10%;
    animation-delay: -5s;
}

/* Hero Container */
.sbd-hero-container {
    position: relative;
    z-index: 1;
    max-width: var(--sbd-container-width);
    margin: 0 auto;
    padding: var(--sbd-container-padding);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Hero Content */
.sbd-hero-content {
    color: #fff;
}

.sbd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--sbd-radius-full);
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.sbd-badge-icon {
    font-size: 1.5rem;
}

.sbd-badge-text {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sbd-badge-pulse {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: translateX(-100%);
    animation: sbd-shimmer 3s ease-in-out infinite;
}

.sbd-hero-title {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 28px;
}

.sbd-title-line {
    display: block;
}

.sbd-hero-title .sbd-gradient-text {
    background: linear-gradient(135deg, #ffd700 0%, #c6930a 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: sbd-gradient-shift 4s ease-in-out infinite;
}

.sbd-hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    opacity: 0.92;
    margin-bottom: 36px;
    max-width: 520px;
}

.sbd-hero-subtitle strong {
    color: var(--sbd-accent-light);
    font-weight: 700;
}

/* CTA Buttons */
.sbd-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 44px;
}

.sbd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--sbd-radius-md);
    transition: all var(--sbd-transition-base);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.sbd-btn-primary {
    background: #fff;
    color: var(--sbd-primary);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.sbd-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--sbd-gradient-primary);
    opacity: 0;
    transition: opacity var(--sbd-transition-base);
}

.sbd-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.sbd-btn-primary:hover::before {
    opacity: 1;
}

.sbd-btn-primary .sbd-btn-text,
.sbd-btn-primary .sbd-btn-icon {
    position: relative;
    z-index: 1;
}

.sbd-btn-primary .sbd-btn-icon {
    width: 20px;
    height: 20px;
    transition: transform var(--sbd-transition-base);
}

.sbd-btn-primary:hover .sbd-btn-icon {
    transform: translateX(4px);
}

.sbd-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sbd-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-4px);
}

.sbd-btn-icon-left {
    width: 20px;
    height: 20px;
}

/* Trust Indicators */
.sbd-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.sbd-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    opacity: 0.9;
}

.sbd-trust-item svg {
    width: 20px;
    height: 20px;
    color: #4ade80;
    flex-shrink: 0;
}

/* Hero Visual */
.sbd-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sbd-visual-wrapper {
    position: relative;
    width: 420px;
    height: 420px;
}

/* Central Hub */
.sbd-central-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sbd-hub-core {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--sbd-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sbd-shadow-xl), 0 0 60px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 2;
    animation: sbd-hub-pulse 3s ease-in-out infinite;
}

.sbd-hub-core svg {
    width: 44px;
    height: 44px;
    stroke: var(--sbd-primary);
    stroke-width: 1.5;
}

.sbd-hub-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    animation: sbd-ring-expand 4s ease-out infinite;
}

.sbd-ring-1 {
    width: 140px;
    height: 140px;
    animation-delay: 0s;
}

.sbd-ring-2 {
    width: 200px;
    height: 200px;
    animation-delay: 0.8s;
}

.sbd-ring-3 {
    width: 260px;
    height: 260px;
    animation-delay: 1.6s;
}

/* Orbiting Cards */
.sbd-orbit-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    padding: 14px 20px;
    border-radius: var(--sbd-radius-md);
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--sbd-shadow-lg);
    z-index: 3;
    transition: all var(--sbd-transition-base);
}

.sbd-orbit-card:hover {
    transform: scale(1.08) !important;
    box-shadow: var(--sbd-shadow-xl);
}

.sbd-orbit-icon {
    font-size: 1.5rem;
}

.sbd-orbit-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--sbd-text-primary);
}

.sbd-orbit-1 {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: sbd-orbit-float-y 5s ease-in-out infinite;
}

.sbd-orbit-2 {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation: sbd-orbit-float-x 5s ease-in-out infinite;
    animation-delay: -1.25s;
}

.sbd-orbit-3 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: sbd-orbit-float-y 5s ease-in-out infinite;
    animation-delay: -2.5s;
}

.sbd-orbit-4 {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation: sbd-orbit-float-x 5s ease-in-out infinite;
    animation-delay: -3.75s;
}

/* Connection Lines */
.sbd-connection-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.sbd-conn-line {
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 2;
    stroke-dasharray: 8 6;
    animation: sbd-dash-flow 25s linear infinite;
}

/* Scroll Indicator */
.sbd-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

.sbd-scroll-mouse {
    width: 28px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.sbd-scroll-wheel {
    width: 4px;
    height: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    animation: sbd-scroll-bounce 2s ease-in-out infinite;
}

.sbd-scroll-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* --------------------------------------------
   SECTION 2: PROBLEM
   -------------------------------------------- */
.sbd-problem {
    padding: var(--sbd-section-padding);
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.sbd-problem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
}

.sbd-comparison-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
    align-items: stretch;
    max-width: 1050px;
    margin: 0 auto;
}

.sbd-comparison-card {
    background: var(--sbd-bg-card);
    border-radius: var(--sbd-radius-xl);
    padding: 44px 36px;
    box-shadow: var(--sbd-shadow-card);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all var(--sbd-transition-base);
    position: relative;
    overflow: hidden;
}

.sbd-comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.sbd-old-way::before {
    background: linear-gradient(90deg, #ef4444, #f87171);
}

.sbd-new-way::before {
    background: var(--sbd-gradient-primary);
}

.sbd-comparison-card:hover {
    transform: translateY(-8px);
}

.sbd-old-way:hover {
    box-shadow: var(--sbd-shadow-xl), 0 0 0 1px rgba(239, 68, 68, 0.1);
}

.sbd-new-way:hover {
    box-shadow: var(--sbd-shadow-xl), var(--sbd-shadow-glow);
}

.sbd-comparison-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.sbd-comparison-icon {
    font-size: 2.75rem;
}

.sbd-comparison-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sbd-text-primary);
    margin: 0;
}

.sbd-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sbd-comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 1rem;
    color: var(--sbd-text-secondary);
    line-height: 1.5;
}

.sbd-list-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.sbd-icon-negative {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.sbd-icon-positive {
    background: rgba(102, 126, 234, 0.12);
    color: var(--sbd-primary);
}

.sbd-comparison-result {
    padding: 18px 24px;
    border-radius: var(--sbd-radius-md);
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}

.sbd-result-negative {
    background: rgba(239, 68, 68, 0.08);
    color: #dc2626;
}

.sbd-result-positive {
    background: rgba(102, 126, 234, 0.08);
    color: var(--sbd-primary);
}

/* VS Divider */
.sbd-vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbd-vs-text {
    width: 70px;
    height: 70px;
    background: var(--sbd-gradient-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    box-shadow: var(--sbd-shadow-lg), var(--sbd-shadow-glow);
}

/* --------------------------------------------
   SECTION 3: FEATURES
   -------------------------------------------- */
.sbd-features {
    padding: var(--sbd-section-padding);
    background: #ffffff;
}

.sbd-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.sbd-feature-card {
    background: var(--sbd-bg-card);
    border-radius: var(--sbd-radius-xl);
    padding: 40px 28px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all var(--sbd-transition-base);
    position: relative;
    overflow: hidden;
}

.sbd-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--sbd-gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--sbd-transition-base);
}

.sbd-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--sbd-shadow-xl);
}

.sbd-feature-card:hover::before {
    transform: scaleX(1);
}

.sbd-feature-icon-wrapper {
    position: relative;
    margin-bottom: 28px;
}

.sbd-feature-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: var(--sbd-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--sbd-transition-base);
}

.sbd-feature-icon svg {
    width: 36px;
    height: 36px;
    stroke: var(--sbd-primary);
    transition: all var(--sbd-transition-base);
}

.sbd-feature-card:hover .sbd-feature-icon {
    background: var(--sbd-gradient-primary);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.sbd-feature-card:hover .sbd-feature-icon svg {
    stroke: #fff;
}

.sbd-feature-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    background: var(--sbd-gradient-primary);
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0;
    top: -20px;
    left: -20px;
    transition: opacity var(--sbd-transition-base);
    pointer-events: none;
}

.sbd-feature-card:hover .sbd-feature-glow {
    opacity: 0.15;
}

.sbd-feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--sbd-text-primary);
    margin-bottom: 14px;
}

.sbd-feature-desc {
    font-size: 0.95rem;
    color: var(--sbd-text-secondary);
    line-height: 1.65;
    margin-bottom: 22px;
}

.sbd-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sbd-feature-list li {
    font-size: 0.875rem;
    color: var(--sbd-text-muted);
    padding-left: 22px;
    position: relative;
    line-height: 1.4;
}

.sbd-feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: var(--sbd-gradient-primary);
    border-radius: 50%;
}

/* --------------------------------------------
   KEYFRAME ANIMATIONS
   -------------------------------------------- */
@keyframes sbd-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

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

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

@keyframes sbd-float {
    0%, 100% { transform: translateY(0) translateX(0); }
    25% { transform: translateY(-30px) translateX(15px); }
    50% { transform: translateY(0) translateX(30px); }
    75% { transform: translateY(30px) translateX(15px); }
}

@keyframes sbd-hub-pulse {
    0%, 100% { box-shadow: var(--sbd-shadow-xl), 0 0 60px rgba(102, 126, 234, 0.3); }
    50% { box-shadow: var(--sbd-shadow-xl), 0 0 80px rgba(102, 126, 234, 0.5); }
}

@keyframes sbd-ring-expand {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
}

@keyframes sbd-orbit-float-y {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-18px); }
}

@keyframes sbd-orbit-float-x {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(-18px); }
}

@keyframes sbd-dash-flow {
    0% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -200; }
}

@keyframes sbd-scroll-bounce {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.4; }
}

/* --------------------------------------------
   RESPONSIVE - PART 1
   -------------------------------------------- */
@media (max-width: 1024px) {
    .sbd-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    
    .sbd-hero-content {
        order: 1;
    }
    
    .sbd-hero-visual {
        order: 2;
    }
    
    .sbd-hero-subtitle {
        max-width: 100%;
        margin: 0 auto 36px;
    }
    
    .sbd-hero-cta {
        justify-content: center;
    }
    
    .sbd-hero-trust {
        justify-content: center;
    }
    
    .sbd-visual-wrapper {
        width: 360px;
        height: 360px;
    }
    
    .sbd-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --sbd-section-padding: 80px 0;
    }
    
    .sbd-hero {
        padding: 120px 0 80px;
    }
    
    .sbd-hero-title {
        font-size: 2.25rem;
    }
    
    .sbd-hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .sbd-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .sbd-hero-trust {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .sbd-visual-wrapper {
        width: 300px;
        height: 300px;
    }
    
    .sbd-hub-core {
        width: 70px;
        height: 70px;
    }
    
    .sbd-hub-core svg {
        width: 32px;
        height: 32px;
    }
    
    .sbd-orbit-card {
        padding: 10px 14px;
    }
    
    .sbd-orbit-icon {
        font-size: 1.25rem;
    }
    
    .sbd-orbit-label {
        font-size: 0.8rem;
    }
    
    .sbd-ring-1 { width: 110px; height: 110px; }
    .sbd-ring-2 { width: 160px; height: 160px; }
    .sbd-ring-3 { width: 210px; height: 210px; }
    
    .sbd-comparison-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .sbd-vs-divider {
        padding: 10px 0;
    }
    
    .sbd-vs-text {
        width: 56px;
        height: 56px;
        font-size: 1.1rem;
    }
    
    .sbd-comparison-card {
        padding: 32px 28px;
    }
    
    .sbd-features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .sbd-feature-card {
        padding: 32px 24px;
    }
}

@media (max-width: 480px) {
    .sbd-hero-badge {
        padding: 10px 18px;
    }
    
    .sbd-badge-text {
        font-size: 0.8rem;
    }
    
    .sbd-hero-title {
        font-size: 1.9rem;
    }
    
    .sbd-section-title {
        font-size: 1.75rem;
    }
    
    .sbd-visual-wrapper {
        width: 260px;
        height: 260px;
    }
    
    .sbd-scroll-indicator {
        display: none;
    }
}
/* ============================================
   SBD CSS - PART 2
   Process, Industries, Why Choose Us
   ============================================ */

/* --------------------------------------------
   SECTION 4: PROCESS / HOW IT WORKS
   -------------------------------------------- */
.sbd-process {
    padding: var(--sbd-section-padding);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.sbd-process::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.sbd-process-timeline {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}

/* Vertical Line */
.sbd-process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 35px;
    bottom: 35px;
    width: 4px;
    background: linear-gradient(180deg, var(--sbd-primary) 0%, var(--sbd-secondary) 100%);
    transform: translateX(-50%);
    border-radius: 4px;
}

.sbd-process-step {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
}

.sbd-process-step:last-child {
    margin-bottom: 0;
}

/* Odd Steps - Content Left */
.sbd-process-step:nth-child(odd) .sbd-step-content {
    grid-column: 1;
    text-align: right;
}

.sbd-process-step:nth-child(odd) .sbd-step-number {
    grid-column: 2;
}

.sbd-process-step:nth-child(odd)::after {
    content: '';
    grid-column: 3;
}

/* Even Steps - Content Right */
.sbd-process-step:nth-child(even) .sbd-step-content {
    grid-column: 3;
    text-align: left;
}

.sbd-process-step:nth-child(even) .sbd-step-number {
    grid-column: 2;
}

.sbd-process-step:nth-child(even)::before {
    content: '';
    grid-column: 1;
}

/* Step Number */
.sbd-step-number {
    width: 80px;
    height: 80px;
    background: var(--sbd-gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sbd-shadow-lg), 0 0 0 10px rgba(102, 126, 234, 0.1);
    position: relative;
    z-index: 2;
    transition: all var(--sbd-transition-base);
}

.sbd-step-number:hover {
    transform: scale(1.1);
    box-shadow: var(--sbd-shadow-xl), 0 0 0 15px rgba(102, 126, 234, 0.15);
}

.sbd-step-number span {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
}

/* Step Content Card */
.sbd-step-content {
    background: var(--sbd-bg-card);
    padding: 36px;
    border-radius: var(--sbd-radius-xl);
    box-shadow: var(--sbd-shadow-card);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all var(--sbd-transition-base);
    position: relative;
}

.sbd-step-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 3px;
    background: var(--sbd-gradient-primary);
    transform: translateY(-50%);
}

.sbd-process-step:nth-child(odd) .sbd-step-content::before {
    right: -30px;
}

.sbd-process-step:nth-child(even) .sbd-step-content::before {
    left: -30px;
}

.sbd-step-content:hover {
    transform: translateY(-6px);
    box-shadow: var(--sbd-shadow-xl);
}

.sbd-step-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: var(--sbd-radius-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sbd-process-step:nth-child(odd) .sbd-step-icon {
    margin-left: auto;
}

.sbd-step-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--sbd-primary);
}

.sbd-step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sbd-text-primary);
    margin-bottom: 12px;
}

.sbd-step-desc {
    font-size: 1rem;
    color: var(--sbd-text-secondary);
    line-height: 1.7;
    margin: 0;
}

.sbd-step-connector {
    display: none;
}

/* --------------------------------------------
   SECTION 5: INDUSTRIES
   -------------------------------------------- */
.sbd-industries {
    padding: var(--sbd-section-padding);
    background: var(--sbd-gradient-primary);
    position: relative;
    overflow: hidden;
}

.sbd-industries::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 10% 20%, rgba(255,255,255,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.sbd-industries .sbd-section-header {
    position: relative;
    z-index: 1;
}

.sbd-industries .sbd-section-badge {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.sbd-industries .sbd-badge-dot {
    background: #fff;
}

.sbd-industries .sbd-section-title {
    color: #fff;
}

.sbd-industries .sbd-highlight {
    background: linear-gradient(135deg, #ffd700 0%, #c6930a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sbd-industries .sbd-section-subtitle {
    color: rgba(255, 255, 255, 0.85);
}

.sbd-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
}

.sbd-industry-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--sbd-radius-xl);
    padding: 40px 32px;
    text-align: center;
    transition: all var(--sbd-transition-base);
    position: relative;
    overflow: hidden;
}

.sbd-industry-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--sbd-transition-base);
}

.sbd-industry-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #c6930a);
    transform: scaleX(0);
    transition: transform var(--sbd-transition-base);
}

.sbd-industry-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.sbd-industry-card:hover::before {
    opacity: 1;
}

.sbd-industry-card:hover::after {
    transform: scaleX(1);
}

.sbd-industry-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--sbd-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all var(--sbd-transition-base);
    position: relative;
    z-index: 1;
}

.sbd-industry-icon svg {
    width: 36px;
    height: 36px;
    stroke: #fff;
    transition: all var(--sbd-transition-base);
}

.sbd-industry-card:hover .sbd-industry-icon {
    background: #fff;
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.sbd-industry-card:hover .sbd-industry-icon svg {
    stroke: var(--sbd-primary);
}

.sbd-industry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sbd-industry-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* --------------------------------------------
   SECTION 6: WHY CHOOSE US
   -------------------------------------------- */
.sbd-why-us {
    padding: var(--sbd-section-padding);
    background: #ffffff;
    position: relative;
}

.sbd-why-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
}

.sbd-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sbd-why-card {
    background: var(--sbd-bg-card);
    border-radius: var(--sbd-radius-xl);
    padding: 40px 32px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all var(--sbd-transition-base);
    position: relative;
    overflow: hidden;
}

.sbd-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--sbd-transition-base);
}

.sbd-why-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--sbd-gradient-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--sbd-transition-base);
}

.sbd-why-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--sbd-shadow-xl);
}

.sbd-why-card:hover::before {
    opacity: 1;
}

.sbd-why-card:hover::after {
    transform: scaleX(1);
}

.sbd-why-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: var(--sbd-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all var(--sbd-transition-base);
    position: relative;
    z-index: 1;
}

.sbd-why-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--sbd-primary);
    transition: all var(--sbd-transition-base);
}

.sbd-why-card:hover .sbd-why-icon {
    background: var(--sbd-gradient-primary);
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.35);
}

.sbd-why-card:hover .sbd-why-icon svg {
    stroke: #fff;
}

.sbd-why-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--sbd-text-primary);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.sbd-why-desc {
    font-size: 0.95rem;
    color: var(--sbd-text-secondary);
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* --------------------------------------------
   RESPONSIVE - PART 2
   -------------------------------------------- */
@media (max-width: 1024px) {
    .sbd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sbd-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Process Timeline - Vertical on Mobile */
    .sbd-process-timeline::before {
        left: 40px;
    }
    
    .sbd-process-step {
        grid-template-columns: auto 1fr;
        gap: 24px;
        margin-bottom: 50px;
    }
    
    .sbd-process-step:nth-child(odd) .sbd-step-content,
    .sbd-process-step:nth-child(even) .sbd-step-content {
        grid-column: 2;
        text-align: left;
    }
    
    .sbd-process-step:nth-child(odd) .sbd-step-number,
    .sbd-process-step:nth-child(even) .sbd-step-number {
        grid-column: 1;
    }
    
    .sbd-process-step:nth-child(odd)::after,
    .sbd-process-step:nth-child(even)::before {
        display: none;
    }
    
    .sbd-process-step:nth-child(odd) .sbd-step-icon {
        margin-left: 0;
    }
    
    .sbd-step-content::before {
        display: none;
    }
    
    .sbd-step-number {
        width: 70px;
        height: 70px;
        box-shadow: var(--sbd-shadow-md), 0 0 0 8px rgba(102, 126, 234, 0.1);
    }
    
    .sbd-step-number span {
        font-size: 1.5rem;
    }
    
    .sbd-step-content {
        padding: 28px;
    }
    
    .sbd-step-title {
        font-size: 1.2rem;
    }
    
    /* Industries Grid */
    .sbd-industries-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sbd-industry-card {
        padding: 32px 28px;
    }
    
    .sbd-industry-icon {
        width: 70px;
        height: 70px;
    }
    
    /* Why Us Grid */
    .sbd-why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sbd-why-card {
        padding: 32px 28px;
    }
}

@media (max-width: 480px) {
    .sbd-process-timeline::before {
        left: 32px;
    }
    
    .sbd-step-number {
        width: 60px;
        height: 60px;
    }
    
    .sbd-step-number span {
        font-size: 1.25rem;
    }
    
    .sbd-step-content {
        padding: 24px 20px;
    }
    
    .sbd-step-icon {
        width: 48px;
        height: 48px;
    }
    
    .sbd-step-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .sbd-industry-card {
        padding: 28px 24px;
    }
    
    .sbd-why-card {
        padding: 28px 24px;
    }
}
/* ============================================
   SBD CSS - PART 3
   Contact Form & FAQ
   FRESH DESIGN - NOT ERP REPLICA
   ============================================ */

/* --------------------------------------------
   SECTION 7: CONTACT - FLOATING CARD DESIGN
   -------------------------------------------- */
.sbd-contact {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}

/* Animated Mesh Background */
.sbd-contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(102, 126, 234, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(118, 75, 162, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 40% 80%, rgba(198, 147, 10, 0.15) 0%, transparent 50%);
    animation: sbd-mesh-move 15s ease-in-out infinite alternate;
}

.sbd-contact::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
}

.sbd-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 
        0 50px 100px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Left Content */
.sbd-contact-content {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.sbd-contact-content .sbd-section-badge {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    align-self: flex-start;
}

.sbd-contact-content .sbd-badge-dot {
    background: var(--sbd-accent-light);
}

.sbd-contact-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
}

.sbd-contact-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 36px;
}

/* Benefits - Horizontal Pills */
.sbd-contact-benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sbd-benefit-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all var(--sbd-transition-base);
}

.sbd-benefit-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px);
}

.sbd-benefit-icon {
    width: 44px;
    height: 44px;
    background: var(--sbd-gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sbd-benefit-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
}

.sbd-benefit-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px 0;
}

.sbd-benefit-text p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Right Form */
.sbd-contact-form-wrapper {
    background: #fff;
    padding: 50px;
    position: relative;
}

.sbd-contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 4px;
    background: var(--sbd-gradient-primary);
    border-radius: 0 4px 4px 0;
}

.sbd-contact-form {
    position: relative;
}

.sbd-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sbd-text-primary);
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.sbd-form-group {
    margin-bottom: 22px;
    position: relative;
}

.sbd-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--sbd-text-primary);
    margin-bottom: 8px;
}

.sbd-form-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    font-family: inherit;
    color: var(--sbd-text-primary);
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all var(--sbd-transition-base);
    outline: none;
}

.sbd-form-input:hover {
    background: #f1f5f9;
}

.sbd-form-input:focus {
    background: #fff;
    border-color: var(--sbd-primary);
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.sbd-form-input::placeholder {
    color: var(--sbd-text-light);
}

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

/* Select Dropdown */
.sbd-form-input option {
    padding: 12px;
}

/* Submit Button */
.sbd-form-submit {
    width: 100%;
    padding: 18px 32px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background: var(--sbd-gradient-primary);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all var(--sbd-transition-base);
    position: relative;
    overflow: hidden;
    margin-top: 28px;
}

.sbd-form-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--sbd-transition-base);
}

.sbd-form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.sbd-form-submit:hover::before {
    opacity: 1;
}

.sbd-form-submit:active {
    transform: translateY(-1px);
}

.sbd-submit-text,
.sbd-submit-icon {
    position: relative;
    z-index: 1;
}

.sbd-submit-icon {
    width: 20px;
    height: 20px;
    transition: transform var(--sbd-transition-base);
}

.sbd-form-submit:hover .sbd-submit-icon {
    transform: translateX(4px);
}

/* Privacy Note */
.sbd-form-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 0.8rem;
    color: var(--sbd-text-muted);
}

.sbd-form-privacy svg {
    width: 16px;
    height: 16px;
    stroke: var(--sbd-text-light);
}

/* Success Message */
.sbd-form-success {
    text-align: center;
    padding: 60px 40px;
}

.sbd-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: sbd-success-pop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sbd-success-icon svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
}

.sbd-form-success h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sbd-text-primary);
    margin-bottom: 12px;
}

.sbd-form-success p {
    font-size: 1rem;
    color: var(--sbd-text-secondary);
    line-height: 1.6;
}

/* ============================================
   SECTION 8: FAQ - PREMIUM REDESIGN
   Single Column with Decorative Numbers
   ============================================ */
.sbd-faq {
    padding: var(--sbd-section-padding);
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Decorative Background Elements */
.sbd-faq::before {
    content: 'FAQ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(200px, 30vw, 400px);
    font-weight: 900;
    color: rgba(102, 126, 234, 0.03);
    letter-spacing: -10px;
    pointer-events: none;
    white-space: nowrap;
}

.sbd-faq::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.sbd-faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Individual FAQ Item */
.sbd-faq-item {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

/* Left Gradient Border Indicator */
.sbd-faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e2e8f0 0%, #e2e8f0 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sbd-faq-item:hover {
    border-color: rgba(102, 126, 234, 0.15);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.1);
    transform: translateX(6px);
}

.sbd-faq-item:hover::before {
    background: var(--sbd-gradient-primary);
}

.sbd-faq-item.active {
    border-color: rgba(102, 126, 234, 0.25);
    box-shadow: 
        0 12px 40px rgba(102, 126, 234, 0.15),
        0 0 0 1px rgba(102, 126, 234, 0.1);
    transform: translateX(6px);
}

.sbd-faq-item.active::before {
    background: var(--sbd-gradient-primary);
    width: 5px;
}

/* Question Button */
.sbd-faq-question {
    width: 100%;
    padding: 28px 32px;
    background: none;
    border: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    text-align: left;
    font-family: inherit;
    transition: all var(--sbd-transition-base);
}

.sbd-faq-question:hover {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.03) 0%, transparent 100%);
}

/* Decorative Number */
.sbd-faq-num {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    transition: all var(--sbd-transition-base);
    min-width: 50px;
}

.sbd-faq-item:hover .sbd-faq-num,
.sbd-faq-item.active .sbd-faq-num {
    background: var(--sbd-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: scale(1.1);
}

/* Question Text */
.sbd-faq-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--sbd-text-primary);
    line-height: 1.5;
    transition: color var(--sbd-transition-base);
}

.sbd-faq-item:hover .sbd-faq-text,
.sbd-faq-item.active .sbd-faq-text {
    color: var(--sbd-primary);
}

/* Toggle Icon - Plus/Minus Design */
.sbd-faq-toggle {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Plus Icon using pseudo elements */
.sbd-faq-toggle::before,
.sbd-faq-toggle::after {
    content: '';
    position: absolute;
    background: var(--sbd-text-muted);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sbd-faq-toggle::before {
    width: 16px;
    height: 3px;
}

.sbd-faq-toggle::after {
    width: 3px;
    height: 16px;
}

.sbd-faq-item:hover .sbd-faq-toggle {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.sbd-faq-item:hover .sbd-faq-toggle::before,
.sbd-faq-item:hover .sbd-faq-toggle::after {
    background: var(--sbd-primary);
}

.sbd-faq-item.active .sbd-faq-toggle {
    background: var(--sbd-gradient-primary);
    transform: rotate(180deg);
}

.sbd-faq-item.active .sbd-faq-toggle::before,
.sbd-faq-item.active .sbd-faq-toggle::after {
    background: #fff;
}

.sbd-faq-item.active .sbd-faq-toggle::after {
    transform: rotate(90deg);
    opacity: 0;
}

/* Hide original SVG toggle */
.sbd-faq-toggle svg {
    display: none;
}

/* Remove original icon wrapper */
.sbd-faq-icon {
    display: none;
}

/* Answer Section */
.sbd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sbd-faq-item.active .sbd-faq-answer {
    max-height: 400px;
}

.sbd-faq-answer p {
    padding: 0 32px 28px 106px;
    font-size: 1rem;
    color: var(--sbd-text-secondary);
    line-height: 1.8;
    margin: 0;
    position: relative;
}

/* Decorative quote line in answer */
.sbd-faq-answer p::before {
    content: '';
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.3) 0%, transparent 100%);
    border-radius: 2px;
}

/* --------------------------------------------
   FAQ RESPONSIVE
   -------------------------------------------- */
@media (max-width: 768px) {
    .sbd-faq::before {
        font-size: 150px;
    }
    
    .sbd-faq-container {
        gap: 12px;
    }
    
    .sbd-faq-question {
        padding: 22px 24px;
        gap: 18px;
    }
    
    .sbd-faq-num {
        font-size: 1.5rem;
        min-width: 40px;
    }
    
    .sbd-faq-text {
        font-size: 1rem;
    }
    
    .sbd-faq-toggle {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    
    .sbd-faq-toggle::before {
        width: 14px;
        height: 2px;
    }
    
    .sbd-faq-toggle::after {
        width: 2px;
        height: 14px;
    }
    
    .sbd-faq-answer p {
        padding: 0 24px 24px 82px;
        font-size: 0.95rem;
    }
    
    .sbd-faq-answer p::before {
        left: 46px;
        bottom: 24px;
    }
    
    .sbd-faq-item:hover,
    .sbd-faq-item.active {
        transform: translateX(4px);
    }
}

@media (max-width: 480px) {
    .sbd-faq::before {
        font-size: 100px;
        opacity: 0.5;
    }
    
    .sbd-faq-question {
        padding: 20px 20px;
        gap: 14px;
    }
    
    .sbd-faq-num {
        font-size: 1.25rem;
        min-width: 32px;
    }
    
    .sbd-faq-text {
        font-size: 0.925rem;
    }
    
    .sbd-faq-toggle {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }
    
    .sbd-faq-toggle::before {
        width: 12px;
        height: 2px;
    }
    
    .sbd-faq-toggle::after {
        width: 2px;
        height: 12px;
    }
    
    .sbd-faq-answer p {
        padding: 0 20px 20px 66px;
        font-size: 0.875rem;
        line-height: 1.75;
    }
    
    .sbd-faq-answer p::before {
        left: 38px;
        bottom: 20px;
    }
    
    .sbd-faq-item:hover,
    .sbd-faq-item.active {
        transform: translateX(0);
    }
}


/* ============================================
   SOFTWARE DEVELOPMENT PAGE - CSS
   Risenex Global
   Prefix: swd- (Software Development)
   ============================================ */

/* --- Base Font --- */
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* --- CSS Variables Extension --- */
:root {
    --swd-gradient-mesh: 
        radial-gradient(at 40% 20%, rgba(255, 255, 255, 0.15) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgba(255, 255, 255, 0.1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgba(255, 255, 255, 0.08) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgba(198, 147, 10, 0.12) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(255, 255, 255, 0.1) 0px, transparent 50%);
    --swd-glass-bg: rgba(255, 255, 255, 0.12);
    --swd-glass-border: rgba(255, 255, 255, 0.2);
    --swd-glass-blur: blur(20px);
}

/* ==========================================
   HERO SECTION
   ========================================== */
.swd-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Animated Mesh Background */
.swd-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.swd-hero-mesh {
    position: absolute;
    inset: 0;
    background: var(--swd-gradient-mesh);
    animation: swd-mesh-shift 20s ease-in-out infinite alternate;
}

/* Floating Particles */
.swd-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.swd-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: swd-particle-float 15s ease-in-out infinite;
}

.swd-particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; animation-duration: 18s; }
.swd-particle:nth-child(2) { left: 20%; top: 60%; animation-delay: -2s; animation-duration: 20s; }
.swd-particle:nth-child(3) { left: 35%; top: 30%; animation-delay: -4s; animation-duration: 16s; }
.swd-particle:nth-child(4) { left: 50%; top: 70%; animation-delay: -6s; animation-duration: 22s; }
.swd-particle:nth-child(5) { left: 65%; top: 15%; animation-delay: -8s; animation-duration: 19s; }
.swd-particle:nth-child(6) { left: 75%; top: 50%; animation-delay: -10s; animation-duration: 17s; }
.swd-particle:nth-child(7) { left: 85%; top: 80%; animation-delay: -12s; animation-duration: 21s; }
.swd-particle:nth-child(8) { left: 90%; top: 25%; animation-delay: -14s; animation-duration: 18s; }

/* Morphing Blob */
.swd-hero-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(198, 147, 10, 0.2) 100%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    filter: blur(60px);
    animation: swd-blob-morph 12s ease-in-out infinite;
}

/* Grid Pattern Overlay */
.swd-hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}

/* Hero Container */
.swd-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* Hero Content */
.swd-hero-content {
    color: #fff;
}

/* Premium Badge */
.swd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: var(--swd-glass-bg);
    backdrop-filter: var(--swd-glass-blur);
    -webkit-backdrop-filter: var(--swd-glass-blur);
    border: 1px solid var(--swd-glass-border);
    border-radius: 100px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.swd-badge-icon {
    font-size: 1.25rem;
}

.swd-badge-text {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.swd-badge-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    animation: swd-shimmer 3s ease-in-out infinite;
}

/* Hero Title */
.swd-hero-title {
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.swd-hero-title .swd-highlight {
    background: linear-gradient(135deg, #ffd700 0%, #f0c000 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: swd-gradient-flow 4s ease-in-out infinite;
}

/* Hero Subtitle */
.swd-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 520px;
}

/* CTA Buttons */
.swd-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.swd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.swd-btn-primary {
    background: #fff;
    color: #1a1a2e;
}

.swd-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.swd-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.swd-btn-primary:hover::before {
    opacity: 1;
}

.swd-btn-primary span,
.swd-btn-primary svg {
    position: relative;
    z-index: 1;
}

.swd-btn-primary svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.swd-btn-primary:hover svg {
    transform: translateX(4px);
}

.swd-btn-secondary {
    background: var(--swd-glass-bg);
    color: #fff;
    border: 1px solid var(--swd-glass-border);
    backdrop-filter: var(--swd-glass-blur);
    -webkit-backdrop-filter: var(--swd-glass-blur);
}

.swd-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-4px);
}

.swd-btn-secondary svg {
    width: 18px;
    height: 18px;
}

/* Trust Indicators */
.swd-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.swd-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.swd-trust-item svg {
    width: 20px;
    height: 20px;
    color: #4ade80;
    flex-shrink: 0;
}

/* ==========================================
   HERO VISUAL - 3D FLOATING CARDS
   ========================================== */
.swd-hero-visual {
    position: relative;
    perspective: 1000px;
}

.swd-visual-container {
    position: relative;
    width: 100%;
    height: 480px;
    transform-style: preserve-3d;
}

/* Central Code Window */
.swd-code-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(-5deg) rotateX(5deg);
    width: 340px;
    background: rgba(15, 15, 30, 0.95);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.swd-code-window:hover {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.swd-code-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.swd-code-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.swd-code-dot.red { background: #ff5f56; }
.swd-code-dot.yellow { background: #ffbd2e; }
.swd-code-dot.green { background: #27ca40; }

.swd-code-title {
    margin-left: auto;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    font-family: monospace;
}

.swd-code-body {
    padding: 20px;
    font-family: 'SF Mono', 'Fira Code', monospace;
    font-size: 0.8rem;
    line-height: 1.8;
}

.swd-code-line {
    display: flex;
    gap: 12px;
}

.swd-line-num {
    color: rgba(255, 255, 255, 0.25);
    user-select: none;
    min-width: 20px;
}

.swd-line-code {
    color: rgba(255, 255, 255, 0.85);
}

.swd-code-keyword { color: #c792ea; }
.swd-code-function { color: #82aaff; }
.swd-code-string { color: #c3e88d; }
.swd-code-comment { color: rgba(255, 255, 255, 0.35); font-style: italic; }
.swd-code-variable { color: #ffcb6b; }
.swd-code-operator { color: #89ddff; }

/* Floating Feature Cards */
.swd-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.swd-float-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.swd-float-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.swd-float-content h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
}

.swd-float-content p {
    font-size: 0.8rem;
    color: #718096;
    margin: 0;
}

/* Card Positions with Float Animation */
.swd-float-card-1 {
    top: 30px;
    left: 0;
    animation: swd-float-1 6s ease-in-out infinite;
}

.swd-float-card-2 {
    top: 60px;
    right: -20px;
    animation: swd-float-2 7s ease-in-out infinite;
}

.swd-float-card-3 {
    bottom: 80px;
    left: 20px;
    animation: swd-float-3 5s ease-in-out infinite;
}

.swd-float-card-4 {
    bottom: 30px;
    right: 0;
    animation: swd-float-4 6.5s ease-in-out infinite;
}

/* Glow Ring */
.swd-glow-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: swd-ring-pulse 4s ease-in-out infinite;
}

.swd-glow-ring::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* Scroll Indicator */
.swd-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

.swd-scroll-mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.swd-scroll-wheel {
    width: 4px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    animation: swd-scroll-bounce 2s ease-in-out infinite;
}

.swd-scroll-text {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* ==========================================
   HERO ANIMATIONS
   ========================================== */
@keyframes swd-mesh-shift {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

@keyframes swd-particle-float {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.4;
    }
    25% {
        transform: translateY(-30px) translateX(15px) scale(1.2);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-10px) translateX(-10px) scale(0.8);
        opacity: 0.5;
    }
    75% {
        transform: translateY(-40px) translateX(20px) scale(1.1);
        opacity: 0.6;
    }
}

@keyframes swd-blob-morph {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translateY(-50%) rotate(0deg);
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translateY(-50%) rotate(10deg);
    }
}

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

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

@keyframes swd-float-1 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(2deg); }
}

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

@keyframes swd-float-3 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes swd-float-4 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(-1deg); }
}

@keyframes swd-ring-pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
}

@keyframes swd-scroll-bounce {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.4; }
}

/* ==========================================
   SECTION 2: WHO THIS IS FOR - LIGHT THEME
   ========================================== */
.swd-audience {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.swd-audience::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
}

.swd-audience::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.swd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* Section Header - Light Theme */
.swd-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.swd-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.swd-badge-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    animation: swd-pulse 2s ease-in-out infinite;
}

@keyframes swd-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

.swd-section-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin-bottom: 18px;
}

.swd-section-title .swd-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.swd-section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Audience Grid */
.swd-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Audience Card - Light Theme */
.swd-audience-card {
    position: relative;
    border-radius: 24px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.swd-audience-card-inner {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 44px 36px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.swd-audience-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.swd-audience-card:hover .swd-audience-card-inner {
    border-color: rgba(102, 126, 234, 0.3);
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.15);
}

.swd-audience-card:hover .swd-audience-card-inner::before {
    transform: scaleX(1);
}

/* Glow Effect */
.swd-audience-glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    border-radius: 26px;
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.5s ease;
    z-index: -1;
}

.swd-audience-card:hover .swd-audience-glow {
    opacity: 0.4;
}

/* Featured Card */
.swd-card-featured .swd-audience-card-inner {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.04) 0%, rgba(118, 75, 162, 0.02) 100%);
    border-color: rgba(102, 126, 234, 0.2);
}

.swd-card-featured .swd-audience-card-inner::before {
    transform: scaleX(1);
}

.swd-featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
}

/* Card Content - Light Theme */
.swd-audience-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s ease;
}

.swd-audience-icon svg {
    width: 32px;
    height: 32px;
    stroke: #667eea;
    transition: all 0.4s ease;
}

.swd-audience-card:hover .swd-audience-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.swd-audience-card:hover .swd-audience-icon svg {
    stroke: #fff;
}

.swd-audience-number {
    font-size: 4rem;
    font-weight: 900;
    color: rgba(102, 126, 234, 0.08);
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
    transition: color 0.4s ease;
}

.swd-audience-card:hover .swd-audience-number {
    color: rgba(102, 126, 234, 0.15);
}

.swd-audience-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.swd-audience-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}

.swd-audience-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.swd-audience-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.925rem;
    color: #475569;
}

.swd-audience-list li::before {
    content: '→';
    color: #667eea;
    font-weight: 700;
}

.swd-audience-tag {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.15);
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #667eea;
}

/* ==========================================
   SECTION 3: SERVICES
   ========================================== */
.swd-services {
    padding: 120px 0;
    background: #fff;
    position: relative;
}

.swd-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
}

/* Light Theme Header */
.swd-services .swd-section-badge {
    background: rgba(102, 126, 234, 0.08);
    border-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.swd-services .swd-section-title {
    color: #1a202c;
}

.swd-services .swd-section-subtitle {
    color: #64748b;
}

/* Services Grid */
.swd-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Service Card */
.swd-service-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.swd-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.swd-service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.swd-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 
        0 25px 50px rgba(102, 126, 234, 0.12),
        0 0 0 1px rgba(102, 126, 234, 0.1);
}

.swd-service-card:hover::before {
    transform: scaleX(1);
}

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

/* Service Header */
.swd-service-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.swd-service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swd-service-icon svg {
    width: 28px;
    height: 28px;
    stroke: #667eea;
    transition: all 0.4s ease;
}

.swd-service-card:hover .swd-service-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3);
}

.swd-service-card:hover .swd-service-icon svg {
    stroke: #fff;
}

.swd-service-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(102, 126, 234, 0.1);
    line-height: 1;
}

/* Service Content */
.swd-service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.swd-service-problem,
.swd-service-solution {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.swd-problem-label,
.swd-solution-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.swd-problem-label {
    color: #ef4444;
}

.swd-solution-label {
    color: #10b981;
}

.swd-service-problem p,
.swd-service-solution p {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.swd-service-solution p {
    color: #475569;
}

/* Service Tags */
.swd-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.swd-service-tags span {
    padding: 6px 14px;
    background: #f1f5f9;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    transition: all 0.3s ease;
}

.swd-service-card:hover .swd-service-tags span {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

/* ==========================================
   SECTION 4: HOW WE WORK - PROCESS
   ========================================== */
.swd-process {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.swd-process::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

/* Process Timeline Container */
.swd-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Connecting Line */
.swd-timeline-line {
    position: absolute;
    left: 40px;
    top: 60px;
    bottom: 60px;
    width: 4px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.swd-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.5s ease-out;
}

.swd-process-timeline.animated .swd-line-progress {
    transform: scaleY(1);
}

/* Process Step */
.swd-process-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
}

.swd-process-step:last-child {
    margin-bottom: 0;
}

/* Step Marker */
.swd-step-marker {
    position: relative;
    display: flex;
    justify-content: center;
}

.swd-marker-inner {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.3),
        0 0 0 8px rgba(102, 126, 234, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.swd-marker-inner span {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.swd-process-step:hover .swd-marker-inner {
    transform: scale(1.1);
    box-shadow: 
        0 15px 40px rgba(102, 126, 234, 0.4),
        0 0 0 12px rgba(102, 126, 234, 0.15);
}

.swd-marker-pulse {
    position: absolute;
    inset: -10px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 50%;
    animation: swd-marker-pulse-anim 2s ease-out infinite;
}

@keyframes swd-marker-pulse-anim {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* Step Content */
.swd-step-content {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.swd-step-content::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 30px;
    width: 20px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #667eea);
}

.swd-process-step:hover .swd-step-content {
    transform: translateX(10px);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 
        0 20px 40px rgba(102, 126, 234, 0.1),
        0 0 0 1px rgba(102, 126, 234, 0.1);
}

.swd-step-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.swd-step-icon svg {
    width: 26px;
    height: 26px;
    stroke: #667eea;
    transition: all 0.4s ease;
}

.swd-process-step:hover .swd-step-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: rotate(-5deg) scale(1.1);
}

.swd-process-step:hover .swd-step-icon svg {
    stroke: #fff;
}

.swd-step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 14px;
}

.swd-step-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.swd-step-output {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 3px solid #667eea;
}

.swd-output-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #667eea;
}

.swd-output-text {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
}

/* ==========================================
   SECTION 5: WHY RISENEX - LIGHT THEME
   ========================================== */
.swd-why {
    padding: 120px 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.swd-why::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(118, 75, 162, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.swd-why::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.15), transparent);
}

/* Light Theme Header for Why Section */
.swd-why .swd-section-badge {
    background: rgba(102, 126, 234, 0.08);
    border-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.swd-why .swd-section-title {
    color: #1a202c;
}

.swd-why .swd-section-title .swd-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.swd-why .swd-section-subtitle {
    color: #64748b;
}

/* Why Grid */
.swd-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

/* Why Card - Light Theme */
.swd-why-card {
    position: relative;
    border-radius: 24px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.swd-why-card-inner {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 44px 36px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.swd-why-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.swd-why-card:hover .swd-why-card-inner {
    border-color: rgba(102, 126, 234, 0.3);
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.12);
}

.swd-why-card:hover .swd-why-card-inner::before {
    transform: scaleX(1);
}

/* Animated Border */
.swd-why-border {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #667eea, #764ba2, #667eea);
    background-size: 200% 200%;
    border-radius: 26px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: swd-border-flow 3s linear infinite;
}

@keyframes swd-border-flow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.swd-why-card:hover .swd-why-border {
    opacity: 0.4;
}

/* Icon - Light Theme */
.swd-why-icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 28px;
}

.swd-why-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.08) 100%);
    border: 1px solid rgba(102, 126, 234, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.swd-why-icon svg {
    width: 36px;
    height: 36px;
    stroke: #667eea;
    transition: all 0.4s ease;
}

.swd-why-icon-glow {
    position: absolute;
    inset: -10px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 24px;
    filter: blur(25px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.swd-why-card:hover .swd-why-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: transparent;
    transform: scale(1.1) rotate(-5deg);
}

.swd-why-card:hover .swd-why-icon svg {
    stroke: #fff;
}

.swd-why-card:hover .swd-why-icon-glow {
    opacity: 0.3;
}

/* Content - Light Theme */
.swd-why-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.swd-why-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 24px;
}

.swd-why-highlight {
    display: inline-block;
    padding: 12px 20px;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.15);
    border-radius: 10px;
}

.swd-why-highlight span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #667eea;
}

/* ==========================================
   SECTION 6: USE CASES
   ========================================== */
.swd-usecases {
    padding: 120px 0;
    background: #fff;
    position: relative;
}

.swd-usecases::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
}

/* Light Theme Header */
.swd-usecases .swd-section-badge {
    background: rgba(102, 126, 234, 0.08);
    border-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.swd-usecases .swd-section-title {
    color: #1a202c;
}

.swd-usecases .swd-section-subtitle {
    color: #64748b;
}

/* Use Cases Grid */
.swd-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Use Case Card */
.swd-usecase-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.swd-usecase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.swd-usecase-card:hover {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.25);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.1);
}

.swd-usecase-card:hover::before {
    transform: scaleX(1);
}

.swd-usecase-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.swd-usecase-icon svg {
    width: 26px;
    height: 26px;
    stroke: #667eea;
    transition: all 0.4s ease;
}

.swd-usecase-card:hover .swd-usecase-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: scale(1.1) rotate(-5deg);
}

.swd-usecase-card:hover .swd-usecase-icon svg {
    stroke: #fff;
}

.swd-usecase-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.swd-usecase-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================
   SECTION 7: NOT FOR EVERYONE
   ========================================== */
.swd-notfor {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.swd-notfor::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 30% 50%, rgba(239, 68, 68, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(102, 126, 234, 0.08) 0%, transparent 50%);
}

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

.swd-notfor-icon {
    width: 64px;
    height: 64px;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.swd-notfor-icon svg {
    width: 28px;
    height: 28px;
    stroke: #f87171;
}

.swd-notfor-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.swd-notfor-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin: 0;
}

.swd-notfor-text strong {
    color: #ffd700;
    font-weight: 700;
}

.swd-notfor-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    margin: 32px auto 0;
}

/* ==========================================
   SECTION 8: CTA / CONTACT
   ========================================== */
.swd-cta {
    padding: 120px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.swd-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.swd-cta-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.3);
}

/* CTA Content */
.swd-cta-content {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swd-cta-content .swd-section-badge {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    align-self: flex-start;
}

.swd-cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
}

.swd-cta-title .swd-highlight {
    background: linear-gradient(135deg, #ffd700 0%, #f0c000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.swd-cta-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 36px;
}

.swd-cta-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.swd-cta-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.swd-cta-feature:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(8px);
}

.swd-cta-feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.swd-cta-feature-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
}

.swd-cta-feature-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px 0;
}

.swd-cta-feature-text p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* CTA Form */
.swd-cta-form-wrapper {
    background: #fff;
    padding: 50px;
    position: relative;
}

.swd-cta-form-wrapper::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #667eea, #764ba2);
    border-radius: 0 4px 4px 0;
}

.swd-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.swd-form-group {
    margin-bottom: 22px;
}

.swd-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.swd-form-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    font-family: inherit;
    color: #1a202c;
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.swd-form-input:hover {
    background: #f1f5f9;
}

.swd-form-input:focus {
    background: #fff;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.swd-form-input::placeholder {
    color: #94a3b8;
}

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

.swd-form-submit {
    width: 100%;
    padding: 18px 32px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s ease;
    margin-top: 28px;
}

.swd-form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.swd-form-submit svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.swd-form-submit:hover svg {
    transform: translateX(4px);
}

.swd-form-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 0.8rem;
    color: #94a3b8;
}

.swd-form-privacy svg {
    width: 16px;
    height: 16px;
    stroke: #94a3b8;
}

/* ==========================================
   SECTION 9: FAQ
   ========================================== */
.swd-faq {
    padding: 120px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.swd-faq::before {
    content: 'FAQ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(150px, 25vw, 350px);
    font-weight: 900;
    color: rgba(102, 126, 234, 0.03);
    letter-spacing: -10px;
    pointer-events: none;
    white-space: nowrap;
}

/* Light Theme Header */
.swd-faq .swd-section-badge {
    background: rgba(102, 126, 234, 0.08);
    border-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.swd-faq .swd-section-title {
    color: #1a202c;
}

.swd-faq .swd-section-subtitle {
    color: #64748b;
}

/* FAQ Container */
.swd-faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* FAQ Item */
.swd-faq-item {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.swd-faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #e2e8f0;
    transition: all 0.4s ease;
}

.swd-faq-item:hover {
    border-color: rgba(102, 126, 234, 0.15);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.1);
    transform: translateX(6px);
}

.swd-faq-item:hover::before {
    background: linear-gradient(180deg, #667eea, #764ba2);
}

.swd-faq-item.active {
    border-color: rgba(102, 126, 234, 0.25);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
    transform: translateX(6px);
}

.swd-faq-item.active::before {
    background: linear-gradient(180deg, #667eea, #764ba2);
    width: 5px;
}

/* Question Button */
.swd-faq-question {
    width: 100%;
    padding: 28px 32px;
    background: none;
    border: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    text-align: left;
    font-family: inherit;
    transition: all 0.3s ease;
}

.swd-faq-question:hover {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.03) 0%, transparent 100%);
}

.swd-faq-num {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    transition: all 0.3s ease;
    min-width: 50px;
}

.swd-faq-item:hover .swd-faq-num,
.swd-faq-item.active .swd-faq-num {
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: scale(1.1);
}

.swd-faq-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.swd-faq-item:hover .swd-faq-text,
.swd-faq-item.active .swd-faq-text {
    color: #667eea;
}

/* Toggle Icon */
.swd-faq-toggle {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
    position: relative;
}

.swd-faq-toggle::before,
.swd-faq-toggle::after {
    content: '';
    position: absolute;
    background: #64748b;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.swd-faq-toggle::before {
    width: 16px;
    height: 3px;
}

.swd-faq-toggle::after {
    width: 3px;
    height: 16px;
}

.swd-faq-item:hover .swd-faq-toggle {
    background: rgba(102, 126, 234, 0.1);
}

.swd-faq-item:hover .swd-faq-toggle::before,
.swd-faq-item:hover .swd-faq-toggle::after {
    background: #667eea;
}

.swd-faq-item.active .swd-faq-toggle {
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: rotate(180deg);
}

.swd-faq-item.active .swd-faq-toggle::before,
.swd-faq-item.active .swd-faq-toggle::after {
    background: #fff;
}

.swd-faq-item.active .swd-faq-toggle::after {
    transform: rotate(90deg);
    opacity: 0;
}

/* Answer */
.swd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.swd-faq-item.active .swd-faq-answer {
    max-height: 400px;
}

.swd-faq-answer p {
    padding: 0 32px 28px 106px;
    font-size: 1rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
    position: relative;
}

.swd-faq-answer p::before {
    content: '';
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.3) 0%, transparent 100%);
    border-radius: 2px;
}

/* ==========================================
   RESPONSIVE STYLES
   ========================================== */

/* Hero Responsive */
@media (max-width: 1024px) {
    .swd-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    
    .swd-hero-content {
        order: 1;
    }
    
    .swd-hero-visual {
        order: 2;
    }
    
    .swd-hero-subtitle {
        margin: 0 auto 40px;
    }
    
    .swd-hero-ctas {
        justify-content: center;
    }
    
    .swd-hero-trust {
        justify-content: center;
    }
    
    .swd-visual-container {
        height: 400px;
    }
    
    .swd-code-window {
        width: 300px;
    }
    
    .swd-float-card {
        padding: 14px 18px;
    }
    
    .swd-float-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
    
    .swd-hero-blob {
        width: 400px;
        height: 400px;
        right: -100px;
    }
    
    .swd-audience-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .swd-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .swd-why-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .swd-usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .swd-cta-wrapper {
        grid-template-columns: 1fr;
    }
    
    .swd-cta-content {
        padding: 50px 40px;
    }
    
    .swd-cta-form-wrapper {
        padding: 50px 40px;
    }
    
    .swd-cta-form-wrapper::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .swd-hero {
        padding: 120px 0 80px;
    }
    
    .swd-hero-title {
        font-size: 2rem;
    }
    
    .swd-hero-subtitle {
        font-size: 1rem;
    }
    
    .swd-hero-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    .swd-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .swd-hero-trust {
        flex-direction: column;
        gap: 16px;
    }
    
    .swd-visual-container {
        height: 350px;
    }
    
    .swd-code-window {
        width: 260px;
        transform: translate(-50%, -50%);
    }
    
    .swd-float-card {
        display: none;
    }
    
    .swd-float-card-1,
    .swd-float-card-3 {
        display: flex;
        padding: 12px 16px;
    }
    
    .swd-float-card-1 {
        top: 20px;
        left: 50%;
        transform: translateX(-80%);
    }
    
    .swd-float-card-3 {
        bottom: 40px;
        left: 50%;
        transform: translateX(-20%);
    }
    
    .swd-glow-ring {
        width: 200px;
        height: 200px;
    }
    
    .swd-hero-blob {
        width: 300px;
        height: 300px;
        right: -50px;
        opacity: 0.5;
    }
    
    .swd-audience,
    .swd-services,
    .swd-process,
    .swd-why,
    .swd-usecases,
    .swd-cta,
    .swd-faq {
        padding: 80px 0;
    }
    
    .swd-notfor {
        padding: 60px 0;
    }
    
    .swd-section-header {
        margin-bottom: 50px;
    }
    
    .swd-audience-card-inner {
        padding: 36px 28px;
    }
    
    .swd-audience-number {
        font-size: 3rem;
        top: 20px;
        right: 20px;
    }
    
    .swd-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .swd-service-card {
        padding: 32px 28px;
    }
    
    /* Process Timeline Mobile */
    .swd-timeline-line {
        left: 30px;
    }
    
    .swd-process-step {
        grid-template-columns: 60px 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .swd-marker-inner {
        width: 60px;
        height: 60px;
    }
    
    .swd-marker-inner span {
        font-size: 1.2rem;
    }
    
    .swd-step-content {
        padding: 28px;
    }
    
    .swd-step-content::before {
        display: none;
    }
    
    .swd-step-title {
        font-size: 1.2rem;
    }
    
    .swd-step-output {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
    /* Why Cards Mobile */
    .swd-why-card-inner {
        padding: 36px 28px;
    }
    
    .swd-why-icon-wrap,
    .swd-why-icon {
        width: 68px;
        height: 68px;
    }
    
    .swd-why-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .swd-why-title {
        font-size: 1.25rem;
    }
    
    /* Use Cases Mobile */
    .swd-usecases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .swd-usecase-card {
        padding: 28px 24px;
    }
    
    .swd-notfor-title {
        font-size: 1.5rem;
    }
    
    .swd-notfor-text {
        font-size: 1rem;
    }
    
    .swd-cta-content,
    .swd-cta-form-wrapper {
        padding: 40px 28px;
    }
    
    .swd-cta-title {
        font-size: 1.5rem;
    }
    
    /* FAQ Mobile */
    .swd-faq-container {
        gap: 12px;
    }
    
    .swd-faq-question {
        padding: 22px 24px;
        gap: 18px;
    }
    
    .swd-faq-num {
        font-size: 1.5rem;
        min-width: 40px;
    }
    
    .swd-faq-text {
        font-size: 1rem;
    }
    
    .swd-faq-toggle {
        width: 36px;
        height: 36px;
    }
    
    .swd-faq-answer p {
        padding: 0 24px 24px 82px;
        font-size: 0.95rem;
    }
    
    .swd-faq-answer p::before {
        left: 46px;
    }
}

@media (max-width: 480px) {
    .swd-hero-badge {
        padding: 10px 20px;
    }
    
    .swd-badge-text {
        font-size: 0.75rem;
    }
    
    .swd-hero-title {
        font-size: 1.75rem;
    }
    
    .swd-scroll-indicator {
        display: none;
    }
    
    .swd-code-window {
        width: 240px;
    }
    
    .swd-code-body {
        padding: 14px;
        font-size: 0.7rem;
    }
    
    .swd-section-title {
        font-size: 1.75rem;
    }
    
    .swd-audience-card-inner {
        padding: 32px 24px;
    }
    
    .swd-audience-icon {
        width: 60px;
        height: 60px;
    }
    
    .swd-audience-title {
        font-size: 1.25rem;
    }
    
    .swd-service-card {
        padding: 28px 24px;
    }
    
    .swd-service-icon {
        width: 52px;
        height: 52px;
    }
    
    .swd-service-title {
        font-size: 1.1rem;
    }
    
    .swd-timeline-line {
        left: 24px;
    }
    
    .swd-process-step {
        grid-template-columns: 48px 1fr;
        gap: 18px;
    }
    
    .swd-marker-inner {
        width: 48px;
        height: 48px;
    }
    
    .swd-marker-inner span {
        font-size: 1rem;
    }
    
    .swd-step-content {
        padding: 24px 20px;
    }
    
    .swd-step-icon {
        width: 44px;
        height: 44px;
    }
    
    .swd-step-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .swd-step-title {
        font-size: 1.1rem;
    }
    
    .swd-why-card-inner {
        padding: 32px 24px;
    }
    
    .swd-why-icon-wrap,
    .swd-why-icon {
        width: 60px;
        height: 60px;
    }
    
    .swd-why-title {
        font-size: 1.15rem;
    }
    
    .swd-usecase-card {
        padding: 24px 20px;
    }
    
    .swd-usecase-icon {
        width: 48px;
        height: 48px;
    }
    
    .swd-usecase-title {
        font-size: 1.05rem;
    }
    
    .swd-notfor-icon {
        width: 56px;
        height: 56px;
    }
    
    .swd-cta-content,
    .swd-cta-form-wrapper {
        padding: 32px 24px;
    }
    
    .swd-form-title {
        font-size: 1.25rem;
    }
    
    .swd-faq::before {
        font-size: 100px;
    }
    
    .swd-faq-question {
        padding: 20px 20px;
        gap: 14px;
    }
    
    .swd-faq-num {
        font-size: 1.25rem;
        min-width: 32px;
    }
    
    .swd-faq-text {
        font-size: 0.925rem;
    }
    
    .swd-faq-answer p {
        padding: 0 20px 20px 66px;
        font-size: 0.875rem;
    }
    
    .swd-faq-answer p::before {
        left: 38px;
    }
    
    .swd-faq-item:hover,
    .swd-faq-item.active {
        transform: translateX(0);
    }
}
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}
/* ==========================================
   SWD FORM SUCCESS MESSAGE
   ========================================== */
.swd-form-success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
    min-height: 400px;
}

.swd-form-success.active {
    display: flex;
}

.swd-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    animation: swd-success-pop 0.5s ease;
}

.swd-success-icon svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
}

@keyframes swd-success-pop {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.swd-success-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.swd-success-text {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 32px;
    max-width: 280px;
}

.swd-success-btn {
    padding: 14px 28px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swd-success-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}