:root {
  --primary-50: #f5f6f6;
  --primary-50-rgb: 245, 246, 246;
  --primary-50-rgb: 245, 246, 246;
  --primary-100: #e1e3e5;
  --primary-100-rgb: 225, 227, 229;
  --primary-100-rgb: 225, 227, 229;
  --primary-300: #9ba3a7;
  --primary-300-rgb: 155, 163, 167;
  --primary-300-rgb: 155, 163, 167;
  --primary-500: #37474f;
  --primary-500-rgb: 55, 71, 79;
  --primary-500-rgb: 55, 71, 79;
  --primary-700: #2c393f;
  --primary-700-rgb: 44, 57, 63;
  --primary-700-rgb: 44, 57, 63;
  --primary-200: #bec3c6;
  --primary-200-rgb: 190, 195, 198;
  --primary-200-rgb: 190, 195, 198;
  --primary-400: #69757b;
  --primary-400-rgb: 105, 117, 123;
  --primary-400-rgb: 105, 117, 123;
  --primary-600: #324047;
  --primary-600-rgb: 50, 64, 71;
  --primary-600-rgb: 50, 64, 71;
  --primary-800: #232e32;
  --primary-800-rgb: 35, 46, 50;
  --primary-800-rgb: 35, 46, 50;
  --primary-900: #1e272b;
  --primary-900-rgb: 30, 39, 43;
  --primary-900-rgb: 30, 39, 43;
  --primary-950: #151b1e;
  --primary-950-rgb: 21, 27, 30;
  --primary-950-rgb: 21, 27, 30;
  --primary-rgb: 55, 71, 79;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: #eceff1;
  --surface-primary-rgb: 236, 239, 241;
  --surface-secondary: #cfd8dc;
  --surface-secondary-rgb: 207, 216, 220;
  --surface-accent: var(--primary-50);
  --text-primary: #263238;
  --text-primary-rgb: 38, 50, 56;
  --text-secondary: #37474f;
  --text-secondary-rgb: 55, 71, 79;
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #f8f7e0;
  --accent-50-rgb: 248, 247, 224;
  --accent-50-rgb: 248, 247, 224;
  --accent-100: #eae7d0;
  --accent-100-rgb: 234, 231, 208;
  --accent-100-rgb: 234, 231, 208;
  --accent-200: #d2ccb4;
  --accent-200-rgb: 210, 204, 180;
  --accent-200-rgb: 210, 204, 180;
  --accent-300: #b9b198;
  --accent-300-rgb: 185, 177, 152;
  --accent-300-rgb: 185, 177, 152;
  --accent-400: #968a70;
  --accent-400-rgb: 150, 138, 112;
  --accent-400-rgb: 150, 138, 112;
  --accent-500: #736348;
  --accent-500-rgb: 115, 99, 72;
  --accent-500-rgb: 115, 99, 72;
  --accent-600: #705d41;
  --accent-600-rgb: 112, 93, 65;
  --accent-600-rgb: 112, 93, 65;
  --accent-700: #6b5739;
  --accent-700-rgb: 107, 87, 57;
  --accent-700-rgb: 107, 87, 57;
  --accent-800: #654d2e;
  --accent-800-rgb: 101, 77, 46;
  --accent-800-rgb: 101, 77, 46;
  --accent-900: #624727;
  --accent-900-rgb: 98, 71, 39;
  --accent-900-rgb: 98, 71, 39;
  --accent-950: #5b3d1b;
  --accent-950-rgb: 91, 61, 27;
  --accent-950-rgb: 91, 61, 27;
  --accent-rgb: 115, 99, 72;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}







/* ===== FONT FAMILY UTILITIES ===== */
.theme_font_primary {
  font-family: var(--font-primary);
}

.bold_font_secondary {
  font-family: var(--font-secondary);
}

.premium_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.ui_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.site_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.unique_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.fresh_heading_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.prime_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.agency_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.app_heading_4 {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.modern_heading_5 {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

.style_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.bright_body_large {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.top_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.digital_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.smart_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.studio_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.best_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.creative_code_block {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.dark_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.pro_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.brand_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.clean_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.new_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.layout_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.base_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.design_nav_link {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.design_nav_link:hover,
.design_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.container_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.light_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .dark_hero_title {
    font-size: var(--text-4xl);
  }
  
  .brand_section_title {
    font-size: var(--text-3xl);
  }
  
  .ui_display_1 {
    font-size: var(--text-5xl);
  }
  
  .site_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .dark_hero_title {
    font-size: var(--text-3xl);
  }
  
  .brand_section_title {
    font-size: var(--text-2xl);
  }
  
  .ui_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.custom_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.business_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.section_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.company_text_balance {
  text-wrap: balance;
}

.main_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .design_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .smart_caption,
  .studio_overline,
  .light_footer_text {
    color: var(--text-secondary);
  }
  
  .pro_hero_subtitle,
  .clean_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .dark_hero_title,
  .brand_section_title,
  .fresh_heading_1,
  .prime_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .custom_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.minimal_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.core_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.web_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.elite_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page_stack {
  display: flex;
  flex-direction: column;
}

.design97_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.elite65_full_height {
  min-height: 100vh;
}

.bright89_section_height {
  min-height: 80vh;
}

.best23_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.unique71_m_0 { margin: 0; }
.design46_m_1 { margin: var(--space-1); }
.digital59_m_2 { margin: var(--space-2); }
.clean68_m_3 { margin: var(--space-3); }
.minimal8_m_4 { margin: var(--space-4); }
.dark81_m_6 { margin: var(--space-6); }
.bold57_m_8 { margin: var(--space-8); }
.brand50_m_12 { margin: var(--space-12); }
.base39_m_16 { margin: var(--space-16); }

.creative60_mx_auto { margin-left: auto; margin-right: auto; }
.brand94_my_auto { margin-top: auto; margin-bottom: auto; }

.site66_mt_0 { margin-top: 0; }
.custom85_mt_4 { margin-top: var(--space-4); }
.page5_mt_8 { margin-top: var(--space-8); }
.elite60_mt_12 { margin-top: var(--space-12); }

.unique2_mb_0 { margin-bottom: 0; }
.layout49_mb_4 { margin-bottom: var(--space-4); }
.theme80_mb_8 { margin-bottom: var(--space-8); }
.creative55_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.app96_p_0 { padding: 0; }
.style66_p_1 { padding: var(--space-1); }
.clean6_p_2 { padding: var(--space-2); }
.light81_p_3 { padding: var(--space-3); }
.agency53_p_4 { padding: var(--space-4); }
.layout67_p_6 { padding: var(--space-6); }
.layout69_p_8 { padding: var(--space-8); }

.ui54_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.prime0_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.modern18_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.smart50_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.app53_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.unique90_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.smart12_gap_1 { gap: var(--space-1); }
.digital69_gap_2 { gap: var(--space-2); }
.section29_gap_3 { gap: var(--space-3); }
.bright47_gap_4 { gap: var(--space-4); }
.design76_gap_6 { gap: var(--space-6); }
.style97_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.business50_shadow_none { box-shadow: var(--shadow-none); }
.theme3_shadow_xs { box-shadow: var(--shadow-xs); }
.web3_shadow_sm { box-shadow: var(--shadow-sm); }
.bold84_shadow_md { box-shadow: var(--shadow-md); }
.design78_shadow_lg { box-shadow: var(--shadow-lg); }
.digital87_shadow_xl { box-shadow: var(--shadow-xl); }
.pro83_shadow_2xl { box-shadow: var(--shadow-2xl); }
.company66_shadow_inner { box-shadow: var(--shadow-inner); }
.smart86_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.content11_radius_none { border-radius: var(--radius-none); }
.design95_radius_xs { border-radius: var(--radius-xs); }
.clean55_radius_sm { border-radius: var(--radius-sm); }
.custom4_radius_md { border-radius: var(--radius-md); }
.brand30_radius_lg { border-radius: var(--radius-lg); }
.container31_radius_xl { border-radius: var(--radius-xl); }
.bold67_radius_2xl { border-radius: var(--radius-2xl); }
.prime15_radius_3xl { border-radius: var(--radius-3xl); }
.premium4_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.site73_gradient_primary {
  background: var(--gradient-primary);
}

.minimal65_gradient_secondary {
  background: var(--gradient-secondary);
}

.base8_gradient_hero {
  background: var(--gradient-hero);
}

.company49_gradient_card {
  background: var(--gradient-card);
}

.web88_gradient_overlay {
  position: relative;
}

.web88_gradient_overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-overlay-dark);
  pointer-events: none;
  z-index: 1;
}

.web88_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.company90_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.company90_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.pro82_hover_scale {
  transition: transform var(--transition-normal);
}

.pro82_hover_scale:hover {
  transform: scale(1.02);
}

.layout18_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.layout18_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.minimal56_hover_fade {
  transition: opacity var(--transition-normal);
}

.minimal56_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.app3_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.app3_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.main6_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.minimal81_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.site88_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.base53_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.digital54_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.dark31_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.site86_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.theme75_timeline {
  position: relative;
}

.theme75_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.layout17_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.layout17_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.layout17_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.agency61_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.dark78_slide_up {
  transform: translateY(20px);
  opacity: 0;
  animation: tc-slideUp var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modern29_slide_in_left {
  transform: translateX(-20px);
  opacity: 0;
  animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.content48_scale_in {
  transform: scale(0.95);
  opacity: 0;
  animation: tc-scaleIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Transition utilities */
.studio96_transition_all {
  transition: var(--transition-all);
}

.premium79_transition_fast {
  transition: all var(--transition-fast);
}

.layout72_transition_normal {
  transition: all var(--transition-normal);
}

.theme30_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.site41_bg_primary { background-color: var(--bg-primary); }
.container8_bg_secondary { background-color: var(--bg-secondary); }
.container6_bg_muted { background-color: var(--bg-muted); }
.modern91_bg_glass { background-color: var(--bg-glass); }

.studio66_text_primary { color: var(--text-primary); }
.business39_text_secondary { color: var(--text-secondary); }
.light73_text_muted { color: var(--text-muted); }
.digital48_text_inverse { color: var(--text-inverse); }
.design6_text_link { color: var(--text-link); }

.creative72_border_light { border-color: var(--border-light); }
.company90_border_medium { border-color: var(--border-medium); }
.style15_border_strong { border-color: var(--border-strong); }
.theme42_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .site88_services_grid,
  .digital54_features_grid,
  .base53_team_grid,
  .site86_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .dark31_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .theme75_timeline::before {
    left: 30px;
  }
  
  .layout17_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .bright89_section_height {
    min-height: 60vh;
  }
  
  .best23_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .dark31_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .layout17_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.site31_sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.content16_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.fresh95_skip_link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--bg-inverse);
  color: var(--text-inverse);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-md);
  text-decoration: none;
  z-index: 9999;
  transition: top var(--transition-fast);
}

.fresh95_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .modern0_no_print {
    display: none !important;
  }
  
  .minimal90_print_only {
    display: block !important;
  }
  
  .theme3_shadow_xs,
  .web3_shadow_sm,
  .bold84_shadow_md,
  .design78_shadow_lg,
  .digital87_shadow_xl,
  .pro83_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .agency61_fade_in,
  .dark78_slide_up,
  .modern29_slide_in_left,
  .content48_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .company90_hover_lift,
  .pro82_hover_scale,
  .layout18_hover_shadow,
  .minimal56_hover_fade,
  .studio96_transition_all,
  .premium79_transition_fast,
  .layout72_transition_normal,
  .theme30_transition_slow {
    transition: none;
  }
}

/* Header section */

.header-pro {
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--surface-primary) 95%, var(--primary-50) 5%) 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-pro .navbar {
  padding: 1.5rem 0;
  position: relative;
}

.header-pro .navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

/* Decorative Icons */
.header-pro .decorative-icons-left {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.header-pro .decorative-icons-left i {
  font-size: 1.5rem;
  color: var(--primary-300);
  opacity: 0.4;
  animation: floatIcon 4s ease-in-out infinite;
}

.header-pro .decorative-icons-left i:nth-child(2) {
  animation-delay: 0.5s;
}

.header-pro .navbar-brand {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--primary-700);
  text-decoration: none;
  position: relative;
  z-index: 10003;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header-pro .navbar-brand:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* Hide checkbox */
.header-pro .nav-toggle-checkbox {
  display: none;
}

/* Custom Hamburger Toggle - Squeeze Effect */
.header-pro .hamburger-toggle {
  display: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  border: 2px solid var(--neutral-300);
  border-radius: 8px;
  background: var(--surface-primary);
  transition: all 0.3s ease;
}

.header-pro .hamburger-toggle:hover {
  background: var(--primary-50);
  border-color: var(--primary-300);
  transform: rotate(5deg);
}

.header-pro .hamburger-box {
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-pro .hamburger-inner {
  position: absolute;
  width: 24px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-pro .hamburger-inner::before,
.header-pro .hamburger-inner::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-pro .hamburger-inner::before {
  top: -7px;
}

.header-pro .hamburger-inner::after {
  bottom: -7px;
}

/* Hamburger Animation - Squeeze to X */
.header-pro .nav-toggle-checkbox:checked ~ .hamburger-toggle {
  transform: rotate(-90deg);
  background: var(--primary-100);
}

.header-pro .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-inner {
  transform: translateY(-50%) rotate(90deg);
  background: transparent;
}

.header-pro .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-inner::before {
  top: 0;
  transform: rotate(45deg);
}

.header-pro .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Navigation Wrapper */
.header-pro .navbar-collapse-wrapper {
  position: relative;
}

.header-pro .navbar-nav-wrapper {
  display: flex;
}

.header-pro .navbar-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-pro .nav-item {
  margin: 0;
  position: relative;
}

.header-pro .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.header-pro .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.header-pro .nav-link:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

.header-pro .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Backdrop */
.header-pro .nav-backdrop {
  display: none;
}

/* Decorative Accent */
.header-pro .decorative-accent {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.header-pro .accent-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-100), transparent);
  opacity: 0.4;
  animation: pulse 3s ease-in-out infinite;
}

.header-pro .accent-ring {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  animation: spin 10s linear infinite;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-10px) rotate(15deg);
    opacity: 0.6;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-pro .hamburger-toggle {
    display: block;
  }

  .header-pro .decorative-icons-left {
    display: none;
  }

  .header-pro .nav-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 0;
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-pro .navbar-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background: linear-gradient(180deg, var(--surface-primary), color-mix(in srgb, var(--surface-primary) 95%, var(--primary-50) 5%));
    padding: 5rem 2rem 2rem;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .navbar-nav-wrapper {
    transform: translateX(0);
  }

  .header-pro .navbar-nav {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    width: 100%;
  }

  .header-pro .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.4s ease;
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item {
    opacity: 1;
    transform: translateX(0);
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .header-pro .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .header-pro .nav-link {
    display: block;
    width: 100%;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid var(--neutral-100);
  }

  .header-pro .nav-link::after {
    left: 0;
    transform: translateX(-10px) scaleX(0);
    width: 4px;
    height: 100%;
    bottom: 0;
  }

  .header-pro .nav-link:hover::after {
    transform: translateX(0) scaleX(1);
  }

  .header-pro .decorative-accent {
    display: none;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-pro .navbar-nav-wrapper {
    max-width: 340px;
  }
}





/* ===================================
   Hero Section v-137 - Professional Blue
   =================================== */

.hero-section-alt {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  overflow: hidden;
}

/* Content Wrapper */
.hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

/* Decorative Badge */
.hero-badge-decorator {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  width: 60px;
  height: 60px;
}

.pulse-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  z-index: 2;
}

.pulse-ring {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Typography */
.hero-main-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-500);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 32px;
  max-width: 540px;
}

/* Feature Icons Row */
.hero-features-icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.feature-icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-icon-item i {
  font-size: 24px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.feature-icon-item:hover {
  background: var(--primary-50);
  border-color: var(--primary-500);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.feature-icon-item:hover i {
  transform: scale(1.1);
}

/* Image Wrapper */
.hero-image-wrapper {
  position: relative;
  padding: 40px 20px;
}

.hero-image-container {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    0 8px 16px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
}

.hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  transition: transform 0.4s ease;
}

.hero-image-container:hover .hero-main-image {
  transform: scale(1.02);
}

/* Background Shapes */
.bg-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.6;
}

.bg-shape.shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
  );
  top: -50px;
  right: -50px;
  filter: blur(60px);
}

.bg-shape.shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
  );
  bottom: -40px;
  left: -40px;
  filter: blur(50px);
}

.bg-shape.shape-3 {
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
}

/* Floating Elements */
.floating-element {
  position: absolute;
  width: 48px;
  height: 48px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--neutral-900) 12%, transparent 88%);
  z-index: 3;
  animation: float-animation 3s ease-in-out infinite;
}

.floating-element i {
  font-size: 20px;
  color: var(--primary-500);
}

.floating-element.element-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.floating-element.element-2 {
  top: 60%;
  left: -10px;
  animation-delay: 1s;
}

.floating-element.element-3 {
  bottom: 15%;
  right: 15%;
  animation-delay: 2s;
}

@keyframes float-animation {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Decorative Grid */
.decorative-grid {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  z-index: 1;
  opacity: 0.4;
}

.grid-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Background Decoration */
.hero-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.bg-circle.circle-1 {
  width: 600px;
  height: 600px;
  background: var(--primary-500);
  top: -200px;
  left: -200px;
  filter: blur(100px);
}

.bg-circle.circle-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  bottom: -150px;
  right: -150px;
  filter: blur(80px);
}

.bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%
  );
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-section-alt {
    padding: 80px 0 60px;
  }

  .hero-main-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-image-wrapper {
    margin-top: 40px;
    padding: 20px 10px;
  }

  .floating-element {
    width: 40px;
    height: 40px;
  }

  .floating-element i {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .hero-main-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .hero-features-icons {
    gap: 12px;
  }

  .feature-icon-item {
    width: 48px;
    height: 48px;
  }

  .feature-icon-item i {
    font-size: 20px;
  }

  .bg-shape.shape-1 {
    width: 200px;
    height: 200px;
  }

  .bg-shape.shape-2 {
    width: 150px;
    height: 150px;
  }

  .decorative-grid {
    gap: 8px;
  }

  .grid-dot {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 575.98px) {
  .hero-section-alt {
    padding: 60px 0 40px;
  }

  .hero-main-title {
    font-size: 1.75rem;
  }

  .hero-badge-decorator {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .pulse-dot {
    width: 10px;
    height: 10px;
  }

  .pulse-ring {
    width: 32px;
    height: 32px;
  }

  .hero-features-icons {
    gap: 10px;
  }

  .feature-icon-item {
    width: 44px;
    height: 44px;
  }

  .floating-element.element-2 {
    display: none;
  }
}

.about-section-custom {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

.about-section-custom .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  color: var(--light);
  font-size: 1.75rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: transform 0.3s ease;
}

.about-section-custom .section-badge:hover {
  transform: translateY(-4px) rotate(5deg);
}

.about-section-custom #about-title {
  color: var(--text-primary);
  line-height: 1.2;
  font-weight: 700;
}

.about-section-custom #about-subtitle {
  color: var(--primary-500);
  font-size: 1.25rem;
  font-weight: 600;
}

.about-section-custom #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Images Grid */
.about-images-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 2rem;
}

.about-images-grid .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: transform 0.4s ease;
}

.about-images-grid .primary-image {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  z-index: 2;
}

.about-images-grid .secondary-image {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  margin-top: 2rem;
}

.about-images-grid .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.about-images-grid .image-wrapper:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.about-images-grid .decorative-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.15;
  z-index: -1;
}

.about-images-grid .shape-1 {
  width: 200px;
  height: 200px;
  top: -40px;
  right: -40px;
}

.about-images-grid .shape-2 {
  width: 150px;
  height: 150px;
  bottom: -30px;
  left: -30px;
}

.about-images-grid .floating-badge {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
  animation: float-badge 3s ease-in-out infinite;
  z-index: 3;
}

@keyframes float-badge {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(-8px); }
}

/* Feature Cards */
.feature-card-custom {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 1.25rem;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.feature-card-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-card-custom:hover::before {
  transform: scaleX(1);
}

.feature-card-custom:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 16px 48px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.feature-card-custom .feature-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 20%, transparent));
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.feature-card-custom .feature-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.feature-card-custom:hover .feature-icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(-5deg) scale(1.05);
}

.feature-card-custom:hover .feature-icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.feature-card-custom .feature-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.feature-card-custom .feature-description {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Image Banner */
.about-image-banner {
  position: relative;
  height: 400px;
}

.about-image-banner img {
  height: 100%;
  object-fit: cover;
}

.about-image-banner .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    color-mix(in srgb, var(--primary-700) 20%, transparent));
  pointer-events: none;
}

.about-image-banner .decorative-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--light) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.6;
}

/* Background Decoration */
.background-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.background-decoration .blob-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.08;
}

.background-decoration .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -100px;
  right: -150px;
  animation: blob-float-1 20s ease-in-out infinite;
}

.background-decoration .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  bottom: -100px;
  left: -100px;
  animation: blob-float-2 18s ease-in-out infinite;
}

@keyframes blob-float-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-50px, 50px) scale(1.1); }
}

@keyframes blob-float-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, -50px) scale(1.15); }
}

.background-decoration .geometric-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-images-grid {
    padding: 1rem;
    gap: 1rem;
  }
  
  .about-images-grid .floating-badge {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    right: 10px;
  }
  
  .feature-card-custom {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-custom #about-title {
    font-size: 2rem;
  }
  
  .about-section-custom #about-subtitle {
    font-size: 1.1rem;
  }
  
  .about-images-grid {
    grid-template-columns: 1fr;
    padding: 0.5rem;
  }
  
  .about-images-grid .primary-image {
    grid-column: 1;
    grid-row: 1;
  }
  
  .about-images-grid .secondary-image {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
  }
  
  .about-images-grid .floating-badge {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    top: auto;
    bottom: 10px;
    right: 10px;
    transform: none;
  }
  
  .about-image-banner {
    height: 300px;
  }
  
  .feature-card-custom {
    padding: 1.5rem;
  }
  
  .feature-card-custom .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .feature-card-custom .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .about-section-custom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .about-section-custom #about-title {
    font-size: 1.75rem;
  }
  
  .feature-card-custom .feature-title {
    font-size: 1.2rem;
  }
}

/* Features section */
.features-section-classic {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.features-section-classic #features-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.features-section-classic #features-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.features-section-classic #features-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 100%;
}

/* Feature Card */
.features-section-classic .feature-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.features-section-classic .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-classic .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.features-section-classic .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon */
.features-section-classic .feature-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.features-section-classic .feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.features-section-classic .feature-card:hover .feature-icon {
  transform: rotate(-5deg) scale(1.05);
}

.features-section-classic .feature-icon i {
  font-size: 2rem;
  color: var(--light);
}

.features-section-classic .icon-decoration {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 84px;
  height: 84px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 18px;
  z-index: 1;
  transition: all 0.3s ease;
}

.features-section-classic .feature-card:hover .icon-decoration {
  transform: rotate(10deg) scale(1.1);
}

/* Feature Content */
.features-section-classic .feature-content {
  position: relative;
  z-index: 2;
}

.features-section-classic .feature-title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.features-section-classic .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-section-classic .feature-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

/* Decorative Blobs */
.features-section-classic .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.features-section-classic .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -200px;
  right: -200px;
}

.features-section-classic .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  bottom: -250px;
  left: -250px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-classic #features-title {
    font-size: 2.5rem;
  }

  .features-section-classic #features-subtitle {
    font-size: 1.5rem;
  }

  .features-section-classic #features-desc {
    font-size: 1rem;
  }

  .features-section-classic .feature-card {
    padding: 2rem;
  }

  .features-section-classic .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .features-section-classic {
    padding: 3rem 0;
  }

  .features-section-classic #features-title {
    font-size: 2rem;
  }

  .features-section-classic #features-subtitle {
    font-size: 1.25rem;
  }

  .features-section-classic .feature-card {
    padding: 1.75rem;
  }

  .features-section-classic .feature-icon {
    width: 64px;
    height: 64px;
  }

  .features-section-classic .feature-icon i {
    font-size: 1.75rem;
  }

  .features-section-classic .icon-decoration {
    width: 76px;
    height: 76px;
  }

  .features-section-classic .feature-title {
    font-size: 1.25rem;
  }

  .features-section-classic .decorative-blob {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .features-section-classic #features-title {
    font-size: 1.75rem;
  }

  .features-section-classic .feature-card {
    padding: 1.5rem;
  }

  .features-section-classic .feature-icon {
    width: 56px;
    height: 56px;
  }

  .features-section-classic .feature-icon i {
    font-size: 1.5rem;
  }

  .features-section-classic .icon-decoration {
    width: 68px;
    height: 68px;
  }
}

/* Services section */

.services-section {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.shape {
  position: absolute;
  opacity: 0.05;
}

.shape-circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-square {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  left: -80px;
  transform: rotate(45deg);
  animation: float 25s ease-in-out infinite reverse;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 260px solid var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
  animation: float 30s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

/* Section Header */
.services-section .row {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Service Cards */
.service-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.service-card.featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 5%, var(--light) 95%),
    var(--light)
  );
  border-color: var(--primary-500);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Service Icon */
.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.service-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  transform: scale(0);
  transition: transform 0.5s ease;
}

.service-card:hover .service-icon {
  transform: rotate(5deg) scale(1.05);
}

.service-card:hover .service-icon::before {
  transform: scale(1);
}

/* Service Badge */
.service-badge {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  z-index: 0;
}

/* Service Content */
.service-content {
  position: relative;
  z-index: 1;
}

.service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.service-card:hover .service-name {
  color: var(--primary-500);
}

.service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Service Features */
.service-features {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border-left: 3px solid var(--primary-500);
}

.features-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 500;
}

/* Service Pricing */
.service-pricing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  display: inline-block;
}

/* Service Accent */
.service-accent {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    transparent
  );
  border-radius: 50%;
  z-index: 0;
  transition: all 0.4s ease;
}

.service-card:hover .service-accent {
  transform: scale(1.2);
  opacity: 0.7;
}

/* Decorative Grid */
.decorative-grid {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: grid;
  grid-template-columns: repeat(3, 10px);
  gap: 15px;
  opacity: 0.2;
  z-index: 1;
}

.grid-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}

.grid-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.grid-dot:nth-child(3) {
  animation-delay: 0.6s;
}

.grid-dot:nth-child(4) {
  animation-delay: 0.9s;
}

.grid-dot:nth-child(5) {
  animation-delay: 1.2s;
}

.grid-dot:nth-child(6) {
  animation-delay: 1.5s;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

/* Decorative Lines */
.decorative-lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
  z-index: 1;
  transform: translateY(-50%);
}

.line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent
  );
  width: 100%;
}

.line-1 {
  top: 0;
  animation: slide 8s ease-in-out infinite;
}

.line-2 {
  top: 50%;
  animation: slide 10s ease-in-out infinite reverse;
}

.line-3 {
  bottom: 0;
  animation: slide 12s ease-in-out infinite;
}

@keyframes slide {
  0%, 100% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .service-card {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .services-section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.15rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .shape-circle {
    width: 300px;
    height: 300px;
  }

  .shape-square {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .services-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .service-card {
    padding: 1.75rem;
  }

  .service-name {
    font-size: 1.25rem;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .featured-badge {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .price-label {
    font-size: 1.1rem;
  }

  .decorative-shapes .shape {
    opacity: 0.03;
  }

  .decorative-grid,
  .decorative-lines {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-features {
    padding: 1rem;
  }

  .features-text {
    font-size: 0.85rem;
  }
}

.priceplan-section-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.priceplan-section-pro .modern-header-wrapper {
  position: relative;
  z-index: 2;
}

.priceplan-section-pro .floating-icons-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.priceplan-section-pro .modern-icon {
  font-size: 1.5rem;
  color: var(--primary-500);
  opacity: 0.4;
  animation: gentle-float 4s ease-in-out infinite;
}

.priceplan-section-pro .modern-icon:nth-child(1) {
  animation-delay: 0s;
}

.priceplan-section-pro .modern-icon:nth-child(2) {
  animation-delay: 0.5s;
}

.priceplan-section-pro .modern-icon:nth-child(3) {
  animation-delay: 1s;
}

@keyframes gentle-float {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(-10px); opacity: 0.7; }
}

.priceplan-section-pro .modern-clean-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-pro .modern-clean-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-700);
  line-height: 1.4;
}

.priceplan-section-pro .modern-clean-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 780px;
  margin: 0 auto;
}

.priceplan-section-pro .modern-clean-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
}

.priceplan-section-pro .modern-clean-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.priceplan-section-pro .modern-highlighted {
  border: 2px solid var(--primary-500);
  box-shadow: 0 8px 35px color-mix(in srgb, var(--primary-500) 15%, rgba(0, 0, 0, 0.08));
}

.priceplan-section-pro .modern-highlighted:hover {
  box-shadow: 0 15px 50px color-mix(in srgb, var(--primary-500) 20%, rgba(0, 0, 0, 0.15));
}

.priceplan-section-pro .highlight-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
  color: var(--light);
  padding: 6px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0 0 12px 12px;
  z-index: 2;
}

.priceplan-section-pro .card-badge-modern {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 0 0 35px 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  margin: 0 auto;
}

.priceplan-section-pro .card-badge-modern i {
  font-size: 2rem;
  color: var(--light);
}

.priceplan-section-pro .modern-card-inner {
  padding: 2rem 2.5rem 2.5rem;
}

.priceplan-section-pro .modern-plan-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  text-align: center;
}

.priceplan-section-pro .modern-plan-description {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.7;
  min-height: 65px;
}

.priceplan-section-pro .modern-price-display {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-pro .modern-plan-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary-700);
  margin: 0;
  line-height: 1;
  letter-spacing: -2px;
}

.priceplan-section-pro .price-period {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 4px;
}

.priceplan-section-pro .modern-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
  margin: 0 auto 2rem;
}

.priceplan-section-pro .modern-features-section {
  background: var(--surface-secondary);
  border-radius: 12px;
  padding: 1.5rem;
}

.priceplan-section-pro .modern-plan-features {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

.priceplan-section-pro .modern-bg-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.priceplan-section-pro .shape-left {
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: 20%;
  left: -200px;
  animation: shape-drift 20s ease-in-out infinite;
}

.priceplan-section-pro .shape-right {
  background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
  bottom: 10%;
  right: -200px;
  animation: shape-drift 25s ease-in-out infinite reverse;
}

@keyframes shape-drift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(50px, -50px) scale(1.1);
  }
}

@media (max-width: 991px) {
  .priceplan-section-pro .modern-clean-title {
    font-size: 2.25rem;
  }
  
  .priceplan-section-pro .modern-clean-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-pro .modern-clean-title {
    font-size: 1.875rem;
  }
  
  .priceplan-section-pro .modern-plan-title {
    font-size: 1.75rem;
  }
  
  .priceplan-section-pro .modern-plan-price {
    font-size: 3rem;
  }
  
  .priceplan-section-pro .price-period {
    font-size: 1.25rem;
  }
  
  .priceplan-section-pro .modern-card-inner {
    padding: 2rem 1.5rem 2rem;
  }
  
  .priceplan-section-pro .floating-icons-modern {
    gap: 1rem;
  }
  
  .priceplan-section-pro .modern-icon {
    font-size: 1.25rem;
  }
}





/* Team section */
.team-section-secondary {
  padding: 120px 0;
  background: var(--light);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-secondary .section-header {
  margin-bottom: 5rem;
}

.team-section-secondary .section-title {
  font-size: 3rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.team-section-secondary .section-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-secondary .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Team Minimal Layout */
.team-section-secondary .team-minimal-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Team Member */
.team-section-secondary .team-member-minimal {
  text-align: center;
}

/* Member Photo */
.team-section-secondary .member-photo-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.team-section-secondary .team-member-photo {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease;
  border: 1px solid var(--neutral-100);
}

.team-section-secondary .team-member-minimal:hover .team-member-photo {
  border-color: var(--primary-500);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.team-section-secondary .photo-accent {
  position: absolute;
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  bottom: 20%;
  right: -30px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
}

.team-section-secondary .team-member-minimal:hover .photo-accent {
  opacity: 1;
  transform: translateX(0);
}

/* Member Text */
.team-section-secondary .member-text {
  padding: 0 1rem;
}

.team-section-secondary .member-name {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.team-section-secondary .member-role {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 300;
}

/* Decorative Elements */
.team-section-secondary .minimal-line {
  position: absolute;
  background: var(--neutral-300);
  opacity: 0.4;
  z-index: 0;
}

.team-section-secondary .line-top {
  height: 1px;
  left: 10%;
  right: 10%;
  top: 20%;
}

.team-section-secondary .line-bottom {
  height: 1px;
  left: 15%;
  right: 15%;
  bottom: 25%;
}

.team-section-secondary .minimal-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.5;
  z-index: 0;
}

.team-section-secondary .dot-1 {
  top: 20%;
  left: 10%;
}

.team-section-secondary .dot-2 {
  bottom: 25%;
  right: 15%;
}

.team-section-secondary .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .team-section-secondary .team-minimal-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 991px) {
  .team-section-secondary {
    padding: 100px 0;
  }

  .team-section-secondary .section-title {
    font-size: 2.5rem;
  }

  .team-section-secondary .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-secondary .section-description {
    font-size: 1rem;
  }

  .team-section-secondary .team-minimal-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .team-section-secondary .team-member-photo {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .team-section-secondary {
    padding: 80px 0;
  }

  .team-section-secondary .section-header {
    margin-bottom: 3rem;
  }

  .team-section-secondary .section-title {
    font-size: 2rem;
  }

  .team-section-secondary .section-subtitle {
    font-size: 1rem;
  }

  .team-section-secondary .team-minimal-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .team-section-secondary .team-member-photo {
    max-width: 150px;
  }

  .team-section-secondary .member-name {
    font-size: 1rem;
  }

  .team-section-secondary .member-role {
    font-size: 0.875rem;
  }

  .team-section-secondary .photo-accent {
    display: none;
  }
}

@media (max-width: 575px) {
  .team-section-secondary .team-minimal-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .team-section-secondary .team-member-photo {
    max-width: 180px;
  }
}





/* Reviews section */

.reviews-section-alt {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.reviews-section-alt .section-header {
  position: relative;
  z-index: 2;
}

.reviews-section-alt #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.reviews-section-alt #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.reviews-section-alt #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Review Cards */
.reviews-section-alt .review-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.reviews-section-alt .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Quote Icon */
.reviews-section-alt .quote-icon {
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
  margin-bottom: 1.5rem;
  line-height: 1;
}

.reviews-section-alt .quote-icon i {
  display: block;
}

/* Review Content */
.reviews-section-alt .review-content {
  margin-bottom: 2rem;
}

.reviews-section-alt .review-text {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
  position: relative;
}

/* Author Section */
.reviews-section-alt .review-author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.reviews-section-alt .author-avatar {
  flex-shrink: 0;
}

.reviews-section-alt .avatar-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--light);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.reviews-section-alt .author-info {
  flex: 1;
}

.reviews-section-alt .author-name {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Card Decoration */
.reviews-section-alt .card-decoration {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Shapes */
.reviews-section-alt .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.reviews-section-alt .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 6%, transparent), transparent 70%);
}

.reviews-section-alt .shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation: float-1 20s ease-in-out infinite;
}

.reviews-section-alt .shape-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: -80px;
  animation: float-2 25s ease-in-out infinite;
}

.reviews-section-alt .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 4%, transparent), transparent 60%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

/* Animations */
@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-40px, 20px) scale(0.9);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 30% 70% 50% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .reviews-section-alt #reviews-title {
    font-size: 2rem;
  }

  .reviews-section-alt .review-card {
    padding: 1.75rem;
  }

  .reviews-section-alt .quote-icon {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-alt {
    padding: 3rem 0;
  }

  .reviews-section-alt #reviews-title {
    font-size: 1.75rem;
  }

  .reviews-section-alt #reviews-desc {
    font-size: 0.95rem;
  }

  .reviews-section-alt .review-card {
    padding: 1.5rem;
  }

  .reviews-section-alt .review-text {
    font-size: 0.95rem;
  }

  .reviews-section-alt .avatar-circle {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
  }

  .reviews-section-alt .author-name {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-alt .review-author-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .reviews-section-alt .shape-1,
  .reviews-section-alt .shape-2 {
    display: none;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .reviews-section-alt .review-card {
    transition: none;
  }

  .reviews-section-alt .shape-1,
  .reviews-section-alt .shape-2,
  .reviews-section-alt .shape-blob {
    animation: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .reviews-section-alt .review-card {
    border: 2px solid var(--primary-500);
  }

  .reviews-section-alt .review-card:hover {
    border-color: var(--primary-700);
  }
}

/* Casestudy section */

.casestudy-section-secondary {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Sidebar Header */
.casestudy-section-secondary .sidebar-header {
  position: relative;
  padding: 2rem;
  background: var(--light);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  top: 100px;
}

.casestudy-section-secondary .header-decoration {
  position: relative;
  margin-bottom: 2rem;
}

.casestudy-section-secondary .deco-line-vertical {
  width: 4px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.casestudy-section-secondary .deco-circle-top {
  width: 16px;
  height: 16px;
  background: var(--primary-500);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -6px;
}

.casestudy-section-secondary .section-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.casestudy-section-secondary .section-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.casestudy-section-secondary .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.casestudy-section-secondary .sidebar-visual {
  position: relative;
  margin-top: 2rem;
}

.casestudy-section-secondary .visual-element {
  width: 100%;
  height: 150px;
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    var(--primary-100) 100%
  );
  border-radius: 12px;
  margin-bottom: 1rem;
}

.casestudy-section-secondary .visual-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.casestudy-section-secondary .visual-icons i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Timeline */
.casestudy-section-secondary .cases-timeline {
  position: relative;
}

.casestudy-section-secondary .timeline-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.casestudy-section-secondary .timeline-item:last-child {
  margin-bottom: 0;
}

.casestudy-section-secondary .timeline-marker {
  position: relative;
  flex-shrink: 0;
}

.casestudy-section-secondary .marker-outer {
  width: 24px;
  height: 24px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-100) 50%, transparent);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.casestudy-section-secondary .timeline-item:hover .marker-outer {
  transform: scale(1.3);
  border-color: var(--primary-700);
}

.casestudy-section-secondary .marker-inner {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  transition: background 0.4s ease;
}

.casestudy-section-secondary .timeline-item:hover .marker-inner {
  background: var(--primary-700);
}

.casestudy-section-secondary .marker-line {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 3rem);
  background: linear-gradient(180deg, 
    var(--primary-300) 0%, 
    var(--neutral-100) 100%
  );
  z-index: 1;
}

.casestudy-section-secondary .timeline-item:last-child .marker-line {
  display: none;
}

/* Timeline Content */
.casestudy-section-secondary .timeline-content {
  flex: 1;
}

.casestudy-section-secondary .content-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.casestudy-section-secondary .timeline-item:hover .content-card {
  transform: translateX(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.casestudy-section-secondary .card-image-area {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.casestudy-section-secondary .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    color-mix(in srgb, var(--primary-300) 70%, var(--primary-100) 30%) 100%
  );
  transition: transform 0.6s ease;
}

.casestudy-section-secondary .timeline-item:hover .image-placeholder {
  transform: scale(1.1);
}

.casestudy-section-secondary .card-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 56px;
  height: 56px;
  background: var(--light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.casestudy-section-secondary .timeline-item:hover .card-badge {
  transform: rotate(360deg) scale(1.1);
  background: var(--primary-500);
}

.casestudy-section-secondary .card-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.4s ease;
}

.casestudy-section-secondary .timeline-item:hover .card-badge i {
  color: var(--light);
}

.casestudy-section-secondary .card-body {
  padding: 2rem;
}

.casestudy-section-secondary .card-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.casestudy-section-secondary .timeline-item:hover .card-title {
  color: var(--primary-700);
}

.casestudy-section-secondary .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.casestudy-section-secondary .card-meta {
  padding-top: 1.25rem;
  border-top: 1px solid var(--neutral-100);
}

.casestudy-section-secondary .meta-icons {
  display: flex;
  gap: 0.75rem;
}

.casestudy-section-secondary .meta-icons i {
  font-size: 1.125rem;
  color: var(--primary-500);
  padding: 0.5rem;
  background: var(--primary-50);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.casestudy-section-secondary .timeline-item:hover .meta-icons i {
  transform: translateY(-3px);
  background: var(--primary-100);
}

/* Background Texture */
.casestudy-section-secondary .background-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(45deg, var(--neutral-50) 25%, transparent 25%),
    linear-gradient(-45deg, var(--neutral-50) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--neutral-50) 75%),
    linear-gradient(-45deg, transparent 75%, var(--neutral-50) 75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 30px, 30px -30px, -30px 0;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-secondary .sidebar-header {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }
  
  .casestudy-section-secondary .timeline-item {
    gap: 1.5rem;
  }
  
  .casestudy-section-secondary .card-image-area {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-secondary .sidebar-header {
    padding: 1.5rem;
  }
  
  .casestudy-section-secondary .timeline-item {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  
  .casestudy-section-secondary .marker-outer {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  
  .casestudy-section-secondary .marker-inner {
    width: 6px;
    height: 6px;
  }
  
  .casestudy-section-secondary .card-body {
    padding: 1.5rem;
  }
  
  .casestudy-section-secondary .card-image-area {
    height: 160px;
  }
}





/* Process section */

.process-section-secondary {
  background: radial-gradient(ellipse at top, #fdfbff 0%, #ffffff 40%, #fefcff 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0 6rem;
}

/* Spiral Icon Group */
.spiral-icon-group {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.spiral-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-500);
  animation: spiral-rotate 10s linear infinite;
}

.ring-1 {
  inset: 0;
  opacity: 0.6;
}

.ring-2 {
  inset: 15px;
  opacity: 0.4;
  animation-direction: reverse;
  animation-duration: 8s;
}

.ring-3 {
  inset: 30px;
  opacity: 0.3;
  animation-duration: 6s;
}

.center-icon {
  position: absolute;
  inset: 35px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.center-icon i {
  font-size: 2rem;
  color: #ffffff;
  animation: bounce 2s ease-in-out infinite;
}

/* Header Text */
.process-section-secondary #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -1px;
}

.process-section-secondary #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-secondary #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Spiral Process Container */
.spiral-process-container {
  position: relative;
  max-width: 1200px;
  margin: 3rem auto;
  min-height: 1600px;
  padding: 2rem 0;
}

/* Central Spiral Axis */
.spiral-axis {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 20%,
    var(--primary-700) 50%,
    var(--primary-700) 80%,
    var(--primary-900) 100%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.4;
}

/* Spiral Steps */
.spiral-step {
  position: absolute;
  width: 100%;
  max-width: 500px;
  z-index: 5;
}

/* Step Positioning - Spiral Pattern */
.step-position-1 {
  top: 5%;
  left: 10%;
}

.step-position-2 {
  top: 22%;
  right: 8%;
}

.step-position-3 {
  top: 40%;
  left: 5%;
}

.step-position-4 {
  top: 58%;
  right: 5%;
}

.step-position-5 {
  top: 76%;
  left: 50%;
  transform: translateX(-50%);
}

/* Step Orbit */
.step-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px dashed var(--primary-300);
  z-index: 0;
  animation: spiral-rotate 15s linear infinite reverse;
}

.orbit-glow {
  position: absolute;
  inset: -15px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 50%;
}

/* Step Cards */
.step-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--primary-300);
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

/* Card Header Section */
.card-header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.step-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: rotate(-10deg);
  transition: transform 0.3s ease;
}

.step-card:hover .step-badge {
  transform: rotate(0deg) scale(1.1);
}

.step-badge span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
}

.step-level {
  background: var(--primary-100);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
}

.step-level span {
  color: var(--primary-900);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Icon Section */
.card-icon-section {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--primary-300);
  position: relative;
  transition: all 0.4s ease;
}

.step-card:hover .icon-wrapper {
  transform: rotateY(360deg) scale(1.1);
  border-color: var(--primary-700);
}

.icon-wrapper i {
  font-size: 2.8rem;
  color: var(--primary-700);
}

/* Card Content Section */
.card-content-section {
  text-align: center;
}

.card-content-section h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 1rem;
}

.card-content-section p {
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Card Elevation Marker */
.card-elevation-marker {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    var(--primary-700), 
    var(--primary-500));
  border-radius: 0 0 21px 21px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}

.step-card:hover .card-elevation-marker {
  transform: scaleX(1);
}

/* Card-specific styling */
.card-style-1 {
  border-color: var(--primary-300);
}

.card-style-2 {
  border-color: var(--primary-500);
}

.card-style-3 {
  border-color: var(--primary-500);
}

.card-style-4 {
  border-color: var(--primary-700);
}

.card-style-5 {
  border-color: var(--primary-700);
}

/* Ambient Particles */
.ambient-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
  animation: particle-float 10s ease-in-out infinite;
}

.part-1 {
  top: 10%;
  left: 15%;
}

.part-2 {
  top: 20%;
  right: 10%;
  animation-delay: 1s;
}

.part-3 {
  top: 35%;
  left: 8%;
  animation-delay: 2s;
}

.part-4 {
  top: 45%;
  right: 12%;
  animation-delay: 3s;
}

.part-5 {
  top: 60%;
  left: 20%;
  animation-delay: 4s;
}

.part-6 {
  top: 70%;
  right: 18%;
  animation-delay: 5s;
}

.part-7 {
  top: 82%;
  left: 12%;
  animation-delay: 6s;
}

.part-8 {
  top: 90%;
  right: 15%;
  animation-delay: 7s;
}

/* Animations */
@keyframes spiral-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes particle-float {
  0%, 100% {
    transform: translateY(0) translateX(0);
    opacity: 0.3;
  }
  33% {
    transform: translateY(-40px) translateX(15px);
    opacity: 0.6;
  }
  66% {
    transform: translateY(-20px) translateX(-15px);
    opacity: 0.4;
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .spiral-process-container {
    min-height: auto;
    padding: 1rem 0;
  }

  .spiral-axis {
    display: none;
  }

  .spiral-step {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .step-orbit {
    display: none;
  }

  .step-card {
    padding: 1.5rem;
  }

  .step-badge {
    width: 50px;
    height: 50px;
  }

  .step-badge span {
    font-size: 1.5rem;
  }

  .icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .icon-wrapper i {
    font-size: 2.2rem;
  }

  .ambient-particles {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .spiral-process-container {
    min-height: 1400px;
  }

  .step-card {
    padding: 1.75rem;
  }

  .icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .icon-wrapper i {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .spiral-step {
    max-width: 450px;
  }
}







/* Timeline  - Modern Green Theme - Roadmap Progress Path Layout */

.timeline_wrap_featured {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Nature-Inspired Backdrop */
.timeline_nature_backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.timeline_growth_curve {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, var(--primary-50), transparent 70%);
  border-radius: 50% 30% 50% 30%;
  opacity: 0.6;
  animation: timeline_gentle_sway 25s ease-in-out infinite;
}

@keyframes timeline_gentle_sway {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.05);
  }
}

.timeline_organic_dots {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 30px 30px;
  opacity: 0.2;
  border-radius: 50%;
}

/* Content Container */
.timeline_wrap_featured .container {
  position: relative;
  z-index: 1;
}

/* Intro Block */
.timeline_intro_block {
  margin-bottom: 70px;
}

.timeline_main_headline {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline_sub_headline {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline_description_block {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Roadmap Wrapper */
.timeline_roadmap_wrapper {
  position: relative;
}

.timeline_progress_path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.15;
}

.timeline_curved_line {
  width: 100%;
  height: 100%;
}

.timeline_path_stroke {
  stroke: var(--primary-500);
  stroke-dasharray: 10 5;
}

/* Roadmap Grid */
.timeline_roadmap_grid {
  position: relative;
  z-index: 1;
}

/* Phase Card */
.timeline_phase_card {
  display: flex;
  gap: 1.5rem;
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.timeline_phase_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-700));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}

.timeline_phase_card:hover::before {
  transform: scaleY(1);
}

.timeline_phase_card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 12px 30px rgba(5, 150, 105, 0.15);
}

.timeline_phase_icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border: 2px solid var(--primary-300);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.timeline_phase_card:hover .timeline_phase_icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-500);
  transform: rotate(-5deg) scale(1.1);
}

.timeline_phase_icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.timeline_phase_card:hover .timeline_phase_icon i {
  color: var(--button-primary-text);
}

.timeline_phase_content {
  flex: 1;
}

.timeline_phase_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline_phase_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Final Phase Special Styling */
.timeline_final_phase {
  background: linear-gradient(135deg, var(--surface-primary), var(--surface-accent));
}

.timeline_final_phase .timeline_phase_icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.timeline_final_phase .timeline_phase_icon i {
  font-size: 2rem;
  color: var(--button-primary-text);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_featured {
    padding: 80px 0;
  }
  
  .timeline_intro_block {
    margin-bottom: 60px;
  }
  
  .timeline_main_headline {
    font-size: 2.5rem;
  }
  
  .timeline_sub_headline {
    font-size: 1.375rem;
  }
  
  .timeline_progress_path {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_featured {
    padding: 60px 0;
  }
  
  .timeline_intro_block {
    margin-bottom: 50px;
  }
  
  .timeline_main_headline {
    font-size: 2rem;
  }
  
  .timeline_sub_headline {
    font-size: 1.25rem;
  }
  
  .timeline_description_block {
    font-size: 1rem;
  }
  
  .timeline_phase_card {
    padding: 1.5rem;
    gap: 1.25rem;
  }
  
  .timeline_phase_icon {
    width: 56px;
    height: 56px;
  }
  
  .timeline_phase_icon i {
    font-size: 1.5rem;
  }
  
  .timeline_phase_title {
    font-size: 1.375rem;
  }
  
  .timeline_phase_description {
    font-size: 0.9375rem;
  }
  
  .timeline_final_phase .timeline_phase_icon {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_featured {
    padding: 50px 0;
  }
  
  .timeline_main_headline {
    font-size: 1.75rem;
  }
  
  .timeline_phase_card {
    flex-direction: column;
    padding: 1.25rem;
  }
  
  .timeline_phase_icon {
    align-self: flex-start;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.career-section-bold {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Creative Header */
.career-section-bold .creative-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  border-radius: 50% 30% 50% 30%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  animation: morphBadge 6s ease-in-out infinite;
}

.career-section-bold .creative-badge i {
  font-size: 1.75rem;
  color: white;
}

@keyframes morphBadge {
  0%, 100% { border-radius: 50% 30% 50% 30%; }
  50% { border-radius: 30% 50% 30% 50%; }
}

.career-section-bold #career-title {
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.career-section-bold #career-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  line-height: 1.3;
}

.career-section-bold .description-text {
  color: var(--text-secondary);
  line-height: 1.7;
  padding-top: 1rem;
}

/* Asymmetric Grid */
.career-section-bold .career-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
}

.career-section-bold .item-featured {
  grid-column: span 7;
  grid-row: span 2;
}

.career-section-bold .item-medium {
  grid-column: span 5;
}

.career-section-bold .item-medium:nth-child(2) {
  grid-column: 8 / span 5;
  grid-row: 1;
}

.career-section-bold .item-medium:nth-child(3) {
  grid-column: 1 / span 5;
  grid-row: 2;
}

.career-section-bold .item-medium:nth-child(4) {
  grid-column: 6 / span 7;
  grid-row: 3;
}

/* Career Cards */
.career-section-bold .item-card {
  position: relative;
  background: var(--surface-secondary);
  border: 2px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.career-section-bold .item-card:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

.career-section-bold .card-header-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 20px 20px 0 0;
}

.career-section-bold .icon-circle {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
}

.career-section-bold .item-card:hover .icon-circle {
  background: var(--primary-500);
  transform: scale(1.1) rotate(10deg);
}

.career-section-bold .icon-circle i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-bold .item-card:hover .icon-circle i {
  color: white;
}

.career-section-bold .card-body h3 {
  color: var(--text-primary);
  line-height: 1.3;
}

.career-section-bold .meta-info {
  color: var(--primary-700);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.career-section-bold .description {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.career-section-bold .corner-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.career-section-bold .item-card:hover .corner-decoration {
  transform: scale(1.5);
  opacity: 0.3;
}

/* Decorative Abstract Shapes */
.career-section-bold .abstract-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
}

.career-section-bold .shape-1 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 5%;
  right: 10%;
  animation: rotate 20s linear infinite;
}

.career-section-bold .shape-2 {
  width: 180px;
  height: 180px;
  background: var(--primary-300);
  border-radius: 50% 50% 0 50%;
  bottom: 10%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}

.career-section-bold .shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  border-radius: 20px;
  top: 40%;
  left: 10%;
  transform: rotate(45deg);
  animation: pulse 4s ease-in-out infinite;
}

.career-section-bold .dots-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.2;
}

.career-section-bold .pattern-1 {
  top: 15%;
  left: 15%;
}

.career-section-bold .pattern-2 {
  bottom: 20%;
  right: 15%;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}

@keyframes pulse {
  0%, 100% { transform: rotate(45deg) scale(1); }
  50% { transform: rotate(45deg) scale(1.1); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-bold .career-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .career-section-bold .item-featured,
  .career-section-bold .item-medium {
    grid-column: 1;
    grid-row: auto;
  }

  .career-section-bold .item-card {
    padding: 1.75rem;
  }

  .career-section-bold #career-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .career-section-bold {
    padding: 3rem 0 !important;
  }

  .career-section-bold #career-title {
    font-size: 2rem;
  }

  .career-section-bold #career-subtitle {
    font-size: 1.25rem;
  }

  .career-section-bold .item-card {
    padding: 1.5rem;
  }

  .career-section-bold .icon-circle {
    width: 50px;
    height: 50px;
  }

  .career-section-bold .icon-circle i {
    font-size: 1.5rem;
  }
}





.coreinfo_alt_wrap {
  position: relative;
  padding: 80px 0;
  background: var(--bg-primary);
  overflow: hidden;
}

.coreinfo_alt_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 35px, var(--border-light) 35px, var(--border-light) 36px),
    repeating-linear-gradient(-45deg, transparent, transparent 35px, var(--border-light) 35px, var(--border-light) 36px);
  opacity: 0.3;
  z-index: 0;
}

.coreinfo_alt_wrap > .container {
  position: relative;
  z-index: 1;
}

.coreinfo_alt_header {
  margin-bottom: 60px;
}

.coreinfo_alt_icon_cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 32px;
  color: var(--primary-500);
}

.coreinfo_alt_icon_cluster i {
  animation: coreinfo_v032_float 3s ease-in-out infinite;
}

.coreinfo_alt_icon_cluster i:nth-child(2) {
  animation-delay: 0.5s;
}

.coreinfo_alt_icon_cluster i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes coreinfo_v032_float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.coreinfo_alt_title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: var(--line-height-tight);
}

.coreinfo_alt_subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--primary-700);
  margin-bottom: 20px;
  font-style: italic;
}

.coreinfo_alt_desc {
  font-size: var(--font-size-lg);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  max-width: 700px;
  margin: 0 auto;
}

.coreinfo_alt_card {
  position: relative;
  height: 100%;
  background: var(--bg-surface);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.coreinfo_alt_card:hover {
  transform: scale(1.05);
  border-color: var(--primary-500);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.coreinfo_alt_card_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  opacity: 0.2;
}

.coreinfo_alt_icon_box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--text-inverse);
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.coreinfo_alt_card:hover .coreinfo_alt_icon_box {
  transform: rotate(360deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.coreinfo_alt_card_title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: var(--line-height-tight);
}

.coreinfo_alt_card_desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

@media (max-width: 992px) {
  .coreinfo_alt_title {
    font-size: var(--font-size-2xl);
  }
  
  .coreinfo_alt_subtitle {
    font-size: var(--font-size-lg);
  }
  
  .coreinfo_alt_icon_cluster {
    font-size: 28px;
  }
  
  .coreinfo_alt_card {
    padding: 32px 24px;
  }
  
  .coreinfo_alt_icon_box {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .coreinfo_alt_wrap {
    padding: 60px 0;
  }
  
  .coreinfo_alt_header {
    margin-bottom: 40px;
  }
  
  .coreinfo_alt_icon_cluster {
    font-size: 24px;
    gap: 12px;
  }
  
  .coreinfo_alt_card {
    padding: 28px 20px;
  }
  
  .coreinfo_alt_card:hover {
    transform: scale(1.02);
  }
  
  .coreinfo_alt_icon_box {
    width: 64px;
    height: 64px;
    font-size: 28px;
    margin-bottom: 20px;
  }
}



/* Contact section */
.contact-section-pro {
  position: relative;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Decorative Badge */
.contact-section-pro .decorative-badge {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto;
  border-radius: 2px;
}

/* Header Styles */
.contact-section-pro #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-section-pro #contact-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.contact-section-pro #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Contact Form Card */
.contact-section-pro .contact-form-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
}

.contact-section-pro .contact-form-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

/* Decorative Corners */
.contact-section-pro .decorative-corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-300);
  opacity: 0.3;
}

.contact-section-pro .decorative-corner.top-left {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
  border-radius: 20px 0 0 0;
}

.contact-section-pro .decorative-corner.bottom-right {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 20px 0;
}

/* Form Styles */
.contact-section-pro .form-floating {
  position: relative;
}

.contact-section-pro .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-pro .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-500) 20%, transparent);
  background: var(--light);
}

.contact-section-pro .form-floating > label {
  padding-left: 3rem;
  color: var(--text-secondary);
}

.contact-section-pro .input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 1.25rem;
  z-index: 10;
  pointer-events: none;
}

.contact-section-pro textarea.form-control ~ .input-icon {
  top: 1.5rem;
  transform: none;
}

/* Checkbox */
.contact-section-pro .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-pro .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-pro .form-check-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected with !important */
.contact-section-pro #site_submit_btn {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 1rem 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-section-pro #site_submit_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.contact-section-pro #site_submit_btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
}

.contact-section-pro #site_submit_btn:hover::before {
  left: 100%;
}

.contact-section-pro #site_submit_btn:active {
  transform: translateY(0) !important;
}

/* Contact Info Wrapper */
.contact-section-pro .contact-info-wrapper {
  position: relative;
}

/* Info Cards */
.contact-section-pro .info-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: var(--light);
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  overflow: hidden;
}

.contact-section-pro .info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.contact-section-pro .icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.contact-section-pro .info-content h3 {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-section-pro .info-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Decorative Blobs */
.contact-section-pro .decorative-blob {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.contact-section-pro .decorative-blob.blob-1 {
  background: var(--primary-500);
  top: -20px;
  right: -30px;
}

.contact-section-pro .decorative-blob.blob-2 {
  background: var(--primary-700);
  bottom: -30px;
  left: -20px;
  width: 80px;
  height: 80px;
}

.contact-section-pro .decorative-blob.blob-3 {
  background: var(--primary-300);
  top: 50%;
  right: -40px;
  width: 120px;
  height: 120px;
}

/* Decorative Grid */
.contact-section-pro .decorative-grid {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(45deg);
  display: grid;
  grid-template-columns: repeat(2, 30px);
  gap: 15px;
  opacity: 0.1;
  pointer-events: none;
}

.contact-section-pro .grid-item {
  width: 30px;
  height: 30px;
  background: var(--primary-500);
  border-radius: 6px;
}

/* Social Icons */
.contact-section-pro .social-icons-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.contact-section-pro .social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-100);
  border-radius: 10px;
  color: var(--primary-500);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-section-pro .social-icon:hover {
  background: var(--primary-500);
  color: var(--light);
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Background Shapes */
.contact-section-pro .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.contact-section-pro .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.contact-section-pro .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.contact-section-pro .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  right: 10%;
}

.contact-section-pro .shape-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 30%;
  right: -50px;
}

.contact-section-pro .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-pro .contact-form-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-section-pro .contact-info-wrapper {
    padding-top: 1rem;
  }

  .contact-section-pro .info-card {
    padding: 1.5rem;
  }

  .contact-section-pro .decorative-grid {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .contact-section-pro .contact-form-card {
    padding: 1.5rem;
  }

  .contact-section-pro #contact-title {
    font-size: 2rem;
  }

  .contact-section-pro #contact-subtitle {
    font-size: 1.25rem;
  }

  .contact-section-pro .icon-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }

  .contact-section-pro .info-card {
    padding: 1.25rem;
    gap: 1rem;
  }

  .contact-section-pro .social-icons-wrapper {
    justify-content: center;
    margin-top: 2rem;
  }

  .contact-section-pro .shape-1,
  .contact-section-pro .shape-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .contact-section-pro .contact-form-card {
    padding: 1.25rem;
  }

  .contact-section-pro #site_submit_btn {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .contact-section-pro .decorative-corner {
    width: 60px;
    height: 60px;
  }
}

/* Animation Support */
[data-sal] {
  transition-duration: 0.6s;
}

.blog-section-050 {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

.blog-section-050 .section-header {
  text-align: center;
  position: relative;
}

.blog-section-050 .header-decoration {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.blog-section-050 .leaf-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary-500);
}

.blog-section-050 .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.blog-section-050 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.blog-section-050 .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Cards */
.blog-section-050 .blog-card {
  height: 100%;
}

.blog-section-050 .card-wrapper {
  background: var(--surface-secondary);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-section-050 .blog-card:hover .card-wrapper {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.blog-section-050 .blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
  padding: 15px;
}

.blog-section-050 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.6s ease;
}

.blog-section-050 .blog-card:hover .blog-image {
  transform: scale(1.05);
  border-radius: 25px;
}

.blog-section-050 .image-frame {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 20px;
  pointer-events: none;
  transition: all 0.6s ease;
}

.blog-section-050 .blog-card:hover .image-frame {
  border-color: color-mix(in srgb, var(--primary-500) 40%, transparent);
  border-radius: 25px;
}

.blog-section-050 .blog-content {
  padding: 30px 35px 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-050 .content-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blog-section-050 .organic-icon {
  width: 12px;
  height: 12px;
  color: var(--primary-500);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.blog-section-050 .blog-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-050 .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-050 .blog-excerpt {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.blog-section-050 .link-wrapper {
  position: relative;
}

.blog-section-050 .blog-link {
  display: inline-block;
  color: var(--primary-500);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.blog-section-050 .link-underline {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.blog-section-050 .blog-card:hover .link-underline {
  width: 100%;
}

.blog-section-050 .blog-link:hover {
  color: var(--primary-700);
}

/* Organic Shapes */
.blog-section-050 .organic-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  animation: organicFloat 20s ease-in-out infinite;
}

.blog-section-050 .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 5%;
  left: 3%;
  animation-delay: 0s;
}

.blog-section-050 .shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  top: 15%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation-delay: 3s;
}

.blog-section-050 .shape-3 {
  width: 180px;
  height: 180px;
  background: var(--primary-700);
  bottom: 10%;
  left: 8%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation-delay: 6s;
}

.blog-section-050 .shape-4 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  bottom: 20%;
  right: 10%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation-delay: 9s;
}

@keyframes organicFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 50%;
  }
  25% {
    transform: translate(20px, -15px) rotate(90deg);
    border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  }
  50% {
    transform: translate(-10px, 20px) rotate(180deg);
    border-radius: 50% 50% 40% 60% / 50% 60% 40% 60%;
  }
  75% {
    transform: translate(15px, 10px) rotate(270deg);
    border-radius: 60% 40% 60% 40% / 50% 50% 50% 50%;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .blog-section-050 {
    padding: 80px 0;
  }

  .blog-section-050 .section-title {
    font-size: 2.2rem;
  }

  .blog-section-050 .organic-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-section-050 {
    padding: 60px 0;
  }

  .blog-section-050 .section-title {
    font-size: 1.9rem;
  }

  .blog-section-050 .blog-image-wrapper {
    height: 200px;
    padding: 12px;
  }

  .blog-section-050 .blog-content {
    padding: 25px;
  }

  .blog-section-050 .blog-title {
    font-size: 1.3rem;
  }
}


/* Faq section */

.faq-section-classic {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
  overflow: hidden;
}

/* Section Header */
.faq-section-classic .faq-header-sticky {
  position: sticky;
  top: 100px;
}

.faq-section-classic .decorative-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-section-classic .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
}

.faq-section-classic .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.faq-section-classic .section-description {
  font-size: 1.0625rem;
  color: var(--neutral-700);
  line-height: 1.7;
}

.faq-section-classic .decorative-pattern {
  display: flex;
  gap: 0.5rem;
}

.faq-section-classic .pattern-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.faq-section-classic .pattern-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.faq-section-classic .pattern-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.faq-section-classic .pattern-dot:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* FAQ Items */
.faq-section-classic .faq-item {
  position: relative;
  border: 1px solid var(--neutral-300);
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-section-classic .faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateX(8px);
  border-color: var(--primary-300);
}

.faq-section-classic .accent-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
  transition: width 0.3s ease;
}

.faq-section-classic .faq-item:hover .accent-bar {
  width: 8px;
}

.faq-section-classic .item-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  line-height: 1;
  flex-shrink: 0;
  min-width: 50px;
}

.faq-section-classic .card-header {
  background: transparent;
  border-bottom: 1px solid var(--neutral-300);
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}

.faq-section-classic .faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--neutral-900);
  line-height: 1.4;
}

.faq-section-classic .card-body {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}

.faq-section-classic .faq-answer {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
}

/* Decorative Background */
.faq-section-classic .decorative-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.faq-section-classic .bg-shape {
  position: absolute;
  opacity: 0.04;
}

.faq-section-classic .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 10%;
  right: -150px;
  animation: morphing 20s ease-in-out infinite;
}

.faq-section-classic .shape-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 10%;
  left: -100px;
  animation: morphing 25s ease-in-out infinite reverse;
}

.faq-section-classic .bg-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0.03;
  transform: translate(-50%, -50%);
}

@keyframes morphing {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
  }
  50% {
    border-radius: 50% 50% 30% 70% / 50% 50% 70% 30%;
  }
  75% {
    border-radius: 30% 70% 60% 40% / 70% 30% 50% 50%;
  }
}

.faq-section-classic .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-classic .faq-header-sticky {
    position: static;
  }

  .faq-section-classic .section-title {
    font-size: 2rem;
  }

  .faq-section-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .faq-section-classic .item-number {
    font-size: 1.375rem;
    min-width: 45px;
  }
}

@media (max-width: 767.98px) {
  .faq-section-classic .section-title {
    font-size: 1.75rem;
  }

  .faq-section-classic .section-subtitle {
    font-size: 1.125rem;
  }

  .faq-section-classic .section-description {
    font-size: 1rem;
  }

  .faq-section-classic .decorative-badge {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .faq-section-classic .faq-question {
    font-size: 1rem;
  }

  .faq-section-classic .item-number {
    font-size: 1.25rem;
    min-width: 40px;
  }

  .faq-section-classic .card-header,
  .faq-section-classic .card-body {
    padding: 1.25rem 1.25rem 1.25rem 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .faq-section-classic .section-title {
    font-size: 1.5rem;
  }

  .faq-section-classic .faq-item:hover {
    transform: translateX(4px);
  }

  .faq-section-classic .card-header,
  .faq-section-classic .card-body {
    padding: 1rem 1rem 1rem 1.5rem;
  }

  .faq-section-classic .item-number {
    font-size: 1.125rem;
    min-width: 35px;
    margin-right: 0.75rem !important;
  }
}



.gallery_classic_wrap {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
}

.gallery_classic_radial_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
  animation: gallery_v036_pulse_bg 8s ease-in-out infinite;
}

@keyframes gallery_v036_pulse_bg {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}

.gallery_classic_circular_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  position: relative;
  z-index: 1;
  padding: 40px;
}

.gallery_classic_orbit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: gallery_v036_float 6s ease-in-out infinite;
}

.gallery_classic_orbit_1 { animation-delay: 0s; }
.gallery_classic_orbit_2 { animation-delay: 0.5s; }
.gallery_classic_orbit_3 { animation-delay: 1s; }
.gallery_classic_orbit_4 { animation-delay: 1.5s; }
.gallery_classic_orbit_5 { animation-delay: 2s; }
.gallery_classic_orbit_6 { animation-delay: 2.5s; }
.gallery_classic_orbit_7 { animation-delay: 0.3s; }
.gallery_classic_orbit_8 { animation-delay: 0.8s; }
.gallery_classic_orbit_9 { animation-delay: 1.3s; }
.gallery_classic_orbit_10 { animation-delay: 1.8s; }
.gallery_classic_orbit_11 { animation-delay: 2.3s; }
.gallery_classic_orbit_12 { animation-delay: 0.2s; }

@keyframes gallery_v036_float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-15px) rotate(3deg);
  }
  66% {
    transform: translateY(10px) rotate(-3deg);
  }
}

.gallery_classic_planet {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.gallery_classic_planet:hover {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.gallery_classic_planet_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery_classic_planet:hover .gallery_classic_planet_img {
  transform: scale(1.2) rotate(-10deg);
  filter: brightness(0.5) saturate(1.2);
}

.gallery_classic_planet_glow {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.4s ease;
  z-index: -1;
}

.gallery_classic_planet:hover .gallery_classic_planet_glow {
  opacity: 0.6;
}

.gallery_classic_planet_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-900) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery_classic_planet:hover .gallery_classic_planet_overlay {
  opacity: 0.9;
}

.gallery_classic_planet_overlay i {
  font-size: 3.5rem;
  color: #ffffff;
  transform: scale(0) rotate(180deg);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery_classic_planet:hover .gallery_classic_planet_overlay i {
  transform: scale(1) rotate(0deg);
}

/* Tablet responsive */
@media (max-width: 992px) {
  .gallery_classic_wrap {
    padding: 80px 0;
  }

  .gallery_classic_circular_grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    padding: 30px;
  }

  .gallery_classic_planet {
    width: 160px;
    height: 160px;
  }

  .gallery_classic_planet_overlay i {
    font-size: 2.5rem;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .gallery_classic_wrap {
    padding: 60px 0;
  }

  .gallery_classic_circular_grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
    padding: 20px;
  }

  .gallery_classic_planet {
    width: 130px;
    height: 130px;
  }

  .gallery_classic_planet_overlay i {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .gallery_classic_wrap {
    padding: 40px 0;
  }

  .gallery_classic_circular_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }

  .gallery_classic_planet {
    width: 120px;
    height: 120px;
  }

  .gallery_classic_planet_overlay i {
    font-size: 1.8rem;
  }

  .gallery_classic_planet:hover {
    transform: scale(1.1) rotate(5deg);
  }
}



/* Footer  - Modern Green Theme */

.footer-classic {
  position: relative;
  overflow: hidden;
  color: var(--text-inverse, #ffffff);
  padding: 0;
  margin: 0;
}

/* Background with image and green gradient overlay */
.footer-nature-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url('VAL_assets/VAL_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-green-wash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--primary-700) 90%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 85%, transparent) 45%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  );
}

.footer-classic .container {
  position: relative;
  z-index: 1;
}

/* Section Panel Styles */
.section-panel {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 2.25rem;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
  position: relative;
}

/* Brand Panel */
.brand-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.panel-ornament {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  animation: ornament-pulse 3s ease-in-out infinite;
}

@keyframes ornament-pulse {
  0%, 100% {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  }
}

.panel-ornament i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.95);
}

.panel-main-title {
  font-size: 1.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
  letter-spacing: -0.4px;
  line-height: 1.3;
}

.panel-description-text {
  font-size: 0.97rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.87);
  margin: 0;
}

/* Contact Panel */
.contact-panel {
  display: flex;
  flex-direction: column;
}

.panel-header-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.panel-header-strip i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.88);
}

.panel-sub-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
}

.contact-stack-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.stack-list-entry {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.stack-list-entry:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateX(8px);
  border-color: rgba(255, 255, 255, 0.2);
}

.entry-icon-box {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.stack-list-entry:hover .entry-icon-box {
  transform: scale(1.1) rotate(-5deg);
}

.entry-icon-box i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.entry-text-box {
  flex: 1;
  display: flex;
  align-items: center;
}

.entry-main-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

/* Policies Panel */
.policies-panel {
  display: flex;
  flex-direction: column;
}

.policies-flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.policy-flex-card {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.policy-flex-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  transition: height 0.4s ease;
}

.policy-flex-card:hover::before {
  height: 100%;
}

.policy-flex-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.25);
}

.card-top-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.policy-flex-card:hover .card-top-icon {
  transform: rotate(360deg) scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}

.card-top-icon i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.95);
}

.card-bottom-label {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Footer Bottom Stripe */
.footer-bottom-stripe {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.3);
}

.stripe-content-container {
  max-width: 100%;
}

.stripe-disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.stripe-copyright-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

/* Organic Vines Layer */
.organic-vines-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.vine {
  position: absolute;
  opacity: 0.15;
  width: 100px;
  height: 100%;
}

.vine-left {
  left: 5%;
  animation: vine-sway-left 10s ease-in-out infinite;
}

.vine-right {
  right: 5%;
  animation: vine-sway-right 12s ease-in-out infinite;
}

@keyframes vine-sway-left {
  0%, 100% {
    transform: translateX(0) scaleY(1);
  }
  50% {
    transform: translateX(-10px) scaleY(1.05);
  }
}

@keyframes vine-sway-right {
  0%, 100% {
    transform: translateX(0) scaleY(1);
  }
  50% {
    transform: translateX(10px) scaleY(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .panel-main-title {
    font-size: 1.7rem;
  }
  
  .panel-sub-title {
    font-size: 1.2rem;
  }
  
  .section-panel {
    padding: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .policies-flex-row {
    gap: 1.25rem;
  }
  
  .policy-flex-card {
    min-width: 180px;
  }
}

@media (max-width: 767.98px) {
  .footer-nature-backdrop {
    background-attachment: scroll;
  }
  
  .panel-ornament {
    width: 65px;
    height: 65px;
  }
  
  .panel-ornament i {
    font-size: 32px;
  }
  
  .panel-main-title {
    font-size: 1.5rem;
  }
  
  .panel-description-text {
    font-size: 0.95rem;
  }
  
  .section-panel {
    padding: 1.75rem;
  }
  
  .stack-list-entry {
    padding: 1rem;
  }
  
  .entry-icon-box {
    width: 44px;
    height: 44px;
  }
  
  .entry-icon-box i {
    font-size: 20px;
  }
  
  .policies-flex-row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .policy-flex-card {
    max-width: 100%;
    min-width: 100%;
  }
  
  .card-top-icon {
    width: 65px;
    height: 65px;
  }
  
  .card-top-icon i {
    font-size: 30px;
  }
}



/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}





/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 2;
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 10px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.accent-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

/* Description Wrapper */
.description-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
}

.section-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.description-decoration {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* Content Item Base */
.content-item {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-item:hover {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  transform: translateY(-4px);
}

/* Featured Item - Large */
.featured-item {
  grid-column: span 7;
  background: linear-gradient(
    135deg,
    var(--surface-secondary),
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
  );
}

.item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.item-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Compact Items */
.compact-item {
  grid-column: span 5;
}

.compact-item:first-of-type {
  grid-column: span 5;
}

.compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
  );
  border-radius: 10px;
  margin-bottom: 1rem;
}

.compact-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Horizontal Items */
.horizontal-item {
  grid-column: span 6;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.horizontal-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 14px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.horizontal-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.horizontal-content {
  flex: 1;
}

/* Typography */
.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.item-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Item Decorations */
.item-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-1 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  bottom: -50px;
  right: -50px;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  top: 10%;
  right: 10%;
  animation: float-smooth 10s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  bottom: 20%;
  left: 5%;
  animation: float-smooth 12s ease-in-out infinite 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
    transparent
  );
  top: 50%;
  left: 50%;
  animation: float-smooth 8s ease-in-out infinite 4s;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
  );
  opacity: 0.5;
}

@keyframes float-smooth {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, -15px);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .featured-item,
  .compact-item,
  .horizontal-item {
    grid-column: span 12;
  }
  
  .description-wrapper {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .content-grid {
    gap: 1rem;
  }
  
  .content-item {
    padding: 1.5rem;
  }
  
  .horizontal-item {
    flex-direction: column;
    gap: 1rem;
  }
  
  .description-wrapper {
    padding: 1.25rem;
  }
  
  .item-title {
    font-size: 1.125rem;
  }
}





.additional-universal-classic {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-classic .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.additional-universal-classic .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-classic .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-classic .section-header p {
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* Card Grid */
.additional-universal-classic .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Creative Card */
.additional-universal-classic .creative-card {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.additional-universal-classic .creative-card:hover {
  transform: translateY(-12px);
  border-color: var(--primary-500);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Card Visual */
.additional-universal-classic .card-visual {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.additional-universal-classic .icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.additional-universal-classic .creative-card:hover .icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* Card Blobs */
.additional-universal-classic .card-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  transition: all 0.6s ease;
}

.additional-universal-classic .card-blob.blob-1 {
  width: 140px;
  height: 140px;
  background: var(--primary-500);
  top: -20px;
  right: -30px;
}

.additional-universal-classic .card-blob.blob-2 {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  top: 10px;
  left: -20px;
}

.additional-universal-classic .card-blob.blob-3 {
  width: 130px;
  height: 130px;
  background: var(--primary-300);
  bottom: -25px;
  right: -20px;
}

.additional-universal-classic .card-blob.blob-4 {
  width: 110px;
  height: 110px;
  background: var(--primary-500);
  top: -15px;
  left: -25px;
}

.additional-universal-classic .card-blob.blob-5 {
  width: 125px;
  height: 125px;
  background: var(--primary-700);
  bottom: -20px;
  right: -30px;
}

.additional-universal-classic .creative-card:hover .card-blob {
  opacity: 0.25;
  transform: scale(1.2);
}

/* Card Content */
.additional-universal-classic .card-content h3 {
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.additional-universal-classic .creative-card:hover .card-content h3 {
  color: var(--primary-500);
}

.additional-universal-classic .card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Background Gradients */
.additional-universal-classic .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-classic .bg-gradient.gradient-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 0;
  left: -100px;
}

.additional-universal-classic .bg-gradient.gradient-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: 10%;
  right: -80px;
}

.additional-universal-classic .bg-gradient.gradient-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 40%;
  right: 10%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-classic .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-classic .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }

  .additional-universal-classic .creative-card {
    padding: 1.75rem;
  }

  .additional-universal-classic .icon-circle {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .additional-universal-classic .header-badge {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-classic .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-classic .section-header h2 {
    font-size: 1.35rem;
  }

  .additional-universal-classic .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .additional-universal-classic .creative-card {
    padding: 1.5rem;
  }

  .additional-universal-classic .card-visual {
    height: 100px;
    margin-bottom: 1.25rem;
  }

  .additional-universal-classic .icon-circle {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .header-badge {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .creative-card:hover {
    transform: translateY(-8px);
  }
}





/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}



/* Universal section */

.additional-universal-section.v-048 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-048 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-048 .minimal-accent {
  width: 80px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 32px;
  transition: width 0.6s ease;
}

.additional-universal-section.v-048 .section-header:hover .minimal-accent {
  width: 120px;
}

.additional-universal-section.v-048 .section-title {
  font-size: 2.75rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.additional-universal-section.v-048 .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.additional-universal-section.v-048 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Modern Cards */
.additional-universal-section.v-048 .modern-card {
  height: 100%;
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.additional-universal-section.v-048 .modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-section.v-048 .modern-card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.additional-universal-section.v-048 .modern-card:hover::before {
  opacity: 1;
}

.additional-universal-section.v-048 .modern-card.featured {
  border-width: 2px;
  border-color: var(--primary-500);
}

.additional-universal-section.v-048 .card-inner {
  padding: 40px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.additional-universal-section.v-048 .modern-card.featured .card-inner {
  padding: 48px;
}

.additional-universal-section.v-048 .icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper {
  background: var(--primary-500);
  transform: rotate(180deg);
}

.additional-universal-section.v-048 .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper i {
  color: var(--light);
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon {
  width: 72px;
  height: 72px;
  border-width: 3px;
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
  font-size: 32px;
}

.additional-universal-section.v-048 .modern-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.additional-universal-section.v-048 .modern-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 300;
  flex: 1;
}

.additional-universal-section.v-048 .card-divider {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  margin-top: auto;
  transition: width 0.4s ease;
}

.additional-universal-section.v-048 .modern-card:hover .card-divider {
  width: 80px;
}

.additional-universal-section.v-048 .featured-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.additional-universal-section.v-048 .text-content {
  flex: 1;
}

/* Minimal Decorations */
.additional-universal-section.v-048 .minimal-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-048 .accent-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
}

.additional-universal-section.v-048 .accent-line.line-1 {
  width: 300px;
  top: 25%;
  right: 0;
}

.additional-universal-section.v-048 .accent-line.line-2 {
  width: 250px;
  bottom: 35%;
  left: 0;
}

.additional-universal-section.v-048 .accent-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
}

.additional-universal-section.v-048 .accent-dot.dot-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-section.v-048 .accent-dot.dot-2 {
  bottom: 20%;
  left: 8%;
}

.additional-universal-section.v-048 .accent-dot.dot-3 {
  top: 60%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .additional-universal-section.v-048 .featured-content {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .additional-universal-section.v-048 {
    padding: 80px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 2.25rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 36px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-048 {
    padding: 60px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 1.875rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .additional-universal-section.v-048 .icon-wrapper i {
    font-size: 24px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon i {
    font-size: 28px;
  }

  .additional-universal-section.v-048 .modern-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section.v-048 {
    padding: 50px 0;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 24px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .featured-content {
    gap: 20px;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 1.5rem;
  }
}









.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_stat_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  text-align: center;
  height: 100%;
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap .add_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_stat_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_stat_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_stat_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  position: relative;
}

.add_wrap .add_stat_card_large .add_stat_icon {
  width: 100px;
  height: 100px;
}

.add_wrap .add_stat_icon_users:after {
  content: '👥';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_projects:after {
  content: '📊';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_awards:after {
  content: '🏆';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_growth:after {
  content: '📈';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_icon_satisfaction:after {
  content: '⭐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1;
}

.add_wrap .add_stat_card_large .add_stat_number {
  font-size: 3.5rem;
}

.add_wrap .add_stat_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_stat_card_large .add_stat_title {
  font-size: 1.5rem;
}

.add_wrap .add_stat_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_stat_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_stat_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_stat_card_large .add_stat_icon {
    width: 80px;
    height: 80px;
  }
  
  .add_wrap .add_stat_icon_users:after,
  .add_wrap .add_stat_icon_projects:after,
  .add_wrap .add_stat_icon_awards:after {
    font-size: 24px;
  }
  
  .add_wrap .add_stat_icon_growth:after,
  .add_wrap .add_stat_icon_satisfaction:after {
    font-size: 28px;
  }
  
  .add_wrap .add_stat_number {
    font-size: 2.5rem;
  }
  
  .add_wrap .add_stat_card_large .add_stat_number {
    font-size: 3rem;
  }
}


/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}





/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    display: none;
  }
}











div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 2px solid #34495e !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #34495e !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    color: #2c3e50 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #34495e !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #34495e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Corporate Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #007bff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #333333 !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Default Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Vibrant Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
    overflow: hidden !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -10% !important;
    width: 300px !important;
    height: 300px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
    animation: pulseCTA 3s ease-in-out infinite !important;
}

@keyframes pulseCTA {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.95) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 40px !important;
    background: white !important;
    color: #f5576c !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25) !important;
    color: #f5576c !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
}



/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}



/* Floating Decorative Icons - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Elegant Style */
.team-social-links {
    margin-top: 24px;
    padding: 18px 0;
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    color: white;
}

.facebook-link {
    background: rgba(24, 119, 242, 0.9);
}

.facebook-link:hover {
    background: rgba(24, 119, 242, 1);
    box-shadow: 0 8px 30px rgba(24, 119, 242, 0.4);
}

.linkedin-link {
    background: rgba(10, 102, 194, 0.9);
}

.linkedin-link:hover {
    background: rgba(10, 102, 194, 1);
    box-shadow: 0 8px 30px rgba(10, 102, 194, 0.4);
}

.instagram-link {
    background: rgba(228, 64, 95, 0.9);
}

.instagram-link:hover {
    background: rgba(228, 64, 95, 1);
    box-shadow: 0 8px 30px rgba(228, 64, 95, 0.4);
}

.x-link {
    background: rgba(0, 0, 0, 0.9);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 19px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Split Style */
.newsletter-section {
    margin: 28px 0;
    padding: 0;
}

.newsletter-split-container {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.newsletter-info {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: white !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form-container {
    flex: 1.2;
    background: white;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1) !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: #667eea !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #5a6fd8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102,126,234,0.3) !important;
    color: white !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #d1f2eb !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-split-container {
        flex-direction: column;
        max-width: 350px;
    }
    
    .newsletter-info {
        padding: 25px 20px;
    }
    
    .newsletter-form-container {
        padding: 25px 20px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: rounded-v002
 * Toggle: 10
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


