:root {
  --primary-50: #f0f4f8;
  --primary-50-rgb: 240, 244, 248;
  --primary-50-rgb: 240, 244, 248;
  --primary-100: #d9e2ec;
  --primary-100-rgb: 217, 226, 236;
  --primary-100-rgb: 217, 226, 236;
  --primary-300: #90b4d2;
  --primary-300-rgb: 144, 180, 210;
  --primary-300-rgb: 144, 180, 210;
  --primary-500: #1e3a5f;
  --primary-500-rgb: 30, 58, 95;
  --primary-500-rgb: 30, 58, 95;
  --primary-700: #152844;
  --primary-700-rgb: 21, 40, 68;
  --primary-700-rgb: 21, 40, 68;
  --primary-200: #b5cbdf;
  --primary-200-rgb: 181, 203, 223;
  --primary-200-rgb: 181, 203, 223;
  --primary-400: #577799;
  --primary-400-rgb: 87, 119, 153;
  --primary-400-rgb: 87, 119, 153;
  --primary-600: #1a3152;
  --primary-600-rgb: 26, 49, 82;
  --primary-600-rgb: 26, 49, 82;
  --primary-800: #112036;
  --primary-800-rgb: 17, 32, 54;
  --primary-800-rgb: 17, 32, 54;
  --primary-900: #0e1b2e;
  --primary-900-rgb: 14, 27, 46;
  --primary-900-rgb: 14, 27, 46;
  --primary-950: #0a1320;
  --primary-950-rgb: 10, 19, 32;
  --primary-950-rgb: 10, 19, 32;
  --primary-rgb: 30, 58, 95;
  --neutral-50: #f9fafb;
  --neutral-50-rgb: 249, 250, 251;
  --neutral-50-rgb: 249, 250, 251;
  --neutral-100: #f3f4f6;
  --neutral-100-rgb: 243, 244, 246;
  --neutral-100-rgb: 243, 244, 246;
  --neutral-300: #d1d5db;
  --neutral-300-rgb: 209, 213, 219;
  --neutral-300-rgb: 209, 213, 219;
  --neutral-500: #6b7280;
  --neutral-500-rgb: 107, 114, 128;
  --neutral-500-rgb: 107, 114, 128;
  --neutral-700: #374151;
  --neutral-700-rgb: 55, 65, 81;
  --neutral-700-rgb: 55, 65, 81;
  --neutral-900: #252c37;
  --neutral-900-rgb: 37, 44, 55;
  --neutral-900-rgb: 37, 44, 55;
  --neutral-200: #e2e5e9;
  --neutral-200-rgb: 226, 229, 233;
  --neutral-200-rgb: 226, 229, 233;
  --neutral-400: #9ea4ae;
  --neutral-400-rgb: 158, 164, 174;
  --neutral-400-rgb: 158, 164, 174;
  --neutral-600: #515a69;
  --neutral-600-rgb: 81, 90, 105;
  --neutral-600-rgb: 81, 90, 105;
  --neutral-800: #2c3441;
  --neutral-800-rgb: 44, 52, 65;
  --neutral-800-rgb: 44, 52, 65;
  --neutral-950: #1a1f27;
  --neutral-950-rgb: 26, 31, 39;
  --neutral-950-rgb: 26, 31, 39;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --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: #f5f6e2;
  --accent-50-rgb: 245, 246, 226;
  --accent-50-rgb: 245, 246, 226;
  --accent-100: #e4e6d7;
  --accent-100-rgb: 228, 230, 215;
  --accent-100-rgb: 228, 230, 215;
  --accent-200: #cbd3cb;
  --accent-200-rgb: 203, 211, 203;
  --accent-200-rgb: 203, 211, 203;
  --accent-300: #b1bfbf;
  --accent-300-rgb: 177, 191, 191;
  --accent-300-rgb: 177, 191, 191;
  --accent-400: #898b8b;
  --accent-400-rgb: 137, 139, 139;
  --accent-400-rgb: 137, 139, 139;
  --accent-500: #625856;
  --accent-500-rgb: 98, 88, 86;
  --accent-500-rgb: 98, 88, 86;
  --accent-600: #5f504b;
  --accent-600-rgb: 95, 80, 75;
  --accent-600-rgb: 95, 80, 75;
  --accent-700: #5b483e;
  --accent-700-rgb: 91, 72, 62;
  --accent-700-rgb: 91, 72, 62;
  --accent-800: #584131;
  --accent-800-rgb: 88, 65, 49;
  --accent-800-rgb: 88, 65, 49;
  --accent-900: #563d2a;
  --accent-900-rgb: 86, 61, 42;
  --accent-900-rgb: 86, 61, 42;
  --accent-950: #54361d;
  --accent-950-rgb: 84, 54, 29;
  --accent-950-rgb: 84, 54, 29;
  --accent-rgb: 98, 88, 86;
  --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 ===== */
.layout_font_primary {
  font-family: var(--font-primary);
}

.best_font_secondary {
  font-family: var(--font-secondary);
}

.studio_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.container_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);
}

.smart_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);
}

.business_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 */
.creative_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);
}

.page_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);
}

.main_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);
}

.bold_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);
}

.bright_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);
}

.digital_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 */
.theme_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);
}

.web_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);
}

.fresh_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 */
.elite_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);
}

.light_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 */
.agency_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);
}

.premium_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 */
.unique_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);
}

.site_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 */
.core_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);
}

.base_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);
}

.style_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 */
.prime_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);
}

.design_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 */
.section_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);
}

.section_nav_link:hover,
.section_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.brand_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 */
.clean_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) {
  .unique_hero_title {
    font-size: var(--text-4xl);
  }
  
  .core_section_title {
    font-size: var(--text-3xl);
  }
  
  .container_display_1 {
    font-size: var(--text-5xl);
  }
  
  .smart_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .unique_hero_title {
    font-size: var(--text-3xl);
  }
  
  .core_section_title {
    font-size: var(--text-2xl);
  }
  
  .container_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 ===== */
.content_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.custom_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.pro_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.new_text_balance {
  text-wrap: balance;
}

.app_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .section_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .elite_caption,
  .light_overline,
  .clean_footer_text {
    color: var(--text-secondary);
  }
  
  .site_hero_subtitle,
  .base_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .unique_hero_title,
  .core_section_title,
  .creative_heading_1,
  .page_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .content_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.dark_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.minimal_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.modern_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ui_stack {
  display: flex;
  flex-direction: column;
}

.ui64_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clean70_full_height {
  min-height: 100vh;
}

.layout5_section_height {
  min-height: 80vh;
}

.content3_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.prime30_m_0 { margin: 0; }
.pro17_m_1 { margin: var(--space-1); }
.clean56_m_2 { margin: var(--space-2); }
.brand91_m_3 { margin: var(--space-3); }
.new59_m_4 { margin: var(--space-4); }
.premium45_m_6 { margin: var(--space-6); }
.fresh70_m_8 { margin: var(--space-8); }
.base1_m_12 { margin: var(--space-12); }
.unique87_m_16 { margin: var(--space-16); }

.clean49_mx_auto { margin-left: auto; margin-right: auto; }
.smart2_my_auto { margin-top: auto; margin-bottom: auto; }

.agency51_mt_0 { margin-top: 0; }
.bold11_mt_4 { margin-top: var(--space-4); }
.main73_mt_8 { margin-top: var(--space-8); }
.brand84_mt_12 { margin-top: var(--space-12); }

.core76_mb_0 { margin-bottom: 0; }
.best81_mb_4 { margin-bottom: var(--space-4); }
.layout32_mb_8 { margin-bottom: var(--space-8); }
.site25_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.style96_p_0 { padding: 0; }
.business58_p_1 { padding: var(--space-1); }
.layout52_p_2 { padding: var(--space-2); }
.style44_p_3 { padding: var(--space-3); }
.site0_p_4 { padding: var(--space-4); }
.theme41_p_6 { padding: var(--space-6); }
.light10_p_8 { padding: var(--space-8); }

.light54_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.site35_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.top49_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.base77_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.light96_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.studio92_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.modern42_gap_1 { gap: var(--space-1); }
.fresh96_gap_2 { gap: var(--space-2); }
.business24_gap_3 { gap: var(--space-3); }
.modern41_gap_4 { gap: var(--space-4); }
.unique51_gap_6 { gap: var(--space-6); }
.new62_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.unique98_shadow_none { box-shadow: var(--shadow-none); }
.main34_shadow_xs { box-shadow: var(--shadow-xs); }
.layout88_shadow_sm { box-shadow: var(--shadow-sm); }
.pro40_shadow_md { box-shadow: var(--shadow-md); }
.prime84_shadow_lg { box-shadow: var(--shadow-lg); }
.base38_shadow_xl { box-shadow: var(--shadow-xl); }
.brand44_shadow_2xl { box-shadow: var(--shadow-2xl); }
.new87_shadow_inner { box-shadow: var(--shadow-inner); }
.site70_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.agency49_radius_none { border-radius: var(--radius-none); }
.base18_radius_xs { border-radius: var(--radius-xs); }
.core5_radius_sm { border-radius: var(--radius-sm); }
.creative64_radius_md { border-radius: var(--radius-md); }
.core21_radius_lg { border-radius: var(--radius-lg); }
.design39_radius_xl { border-radius: var(--radius-xl); }
.prime37_radius_2xl { border-radius: var(--radius-2xl); }
.clean97_radius_3xl { border-radius: var(--radius-3xl); }
.modern17_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.unique80_gradient_primary {
  background: var(--gradient-primary);
}

.creative99_gradient_secondary {
  background: var(--gradient-secondary);
}

.container70_gradient_hero {
  background: var(--gradient-hero);
}

.style88_gradient_card {
  background: var(--gradient-card);
}

.brand1_gradient_overlay {
  position: relative;
}

.brand1_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;
}

.brand1_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.clean29_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.clean29_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.style17_hover_scale {
  transition: transform var(--transition-normal);
}

.style17_hover_scale:hover {
  transform: scale(1.02);
}

.bright26_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.bright26_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.unique24_hover_fade {
  transition: opacity var(--transition-normal);
}

.unique24_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.custom97_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.custom97_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.main74_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.clean80_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.fresh60_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.main61_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.style6_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.minimal51_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.theme48_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.style92_timeline {
  position: relative;
}

.style92_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.premium14_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.premium14_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.premium14_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.light35_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.layout7_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;
  }
}

.modern21_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;
  }
}

.new56_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 */
.base13_transition_all {
  transition: var(--transition-all);
}

.ui43_transition_fast {
  transition: all var(--transition-fast);
}

.premium29_transition_normal {
  transition: all var(--transition-normal);
}

.design32_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.digital20_bg_primary { background-color: var(--bg-primary); }
.fresh97_bg_secondary { background-color: var(--bg-secondary); }
.prime31_bg_muted { background-color: var(--bg-muted); }
.content53_bg_glass { background-color: var(--bg-glass); }

.best78_text_primary { color: var(--text-primary); }
.web93_text_secondary { color: var(--text-secondary); }
.premium84_text_muted { color: var(--text-muted); }
.agency19_text_inverse { color: var(--text-inverse); }
.page33_text_link { color: var(--text-link); }

.app83_border_light { border-color: var(--border-light); }
.unique64_border_medium { border-color: var(--border-medium); }
.main92_border_strong { border-color: var(--border-strong); }
.smart62_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .fresh60_services_grid,
  .style6_features_grid,
  .main61_team_grid,
  .theme48_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .minimal51_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .style92_timeline::before {
    left: 30px;
  }
  
  .premium14_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .layout5_section_height {
    min-height: 60vh;
  }
  
  .content3_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .minimal51_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .premium14_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.web30_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;
}

.app42_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.web68_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);
}

.web68_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .theme42_no_print {
    display: none !important;
  }
  
  .clean40_print_only {
    display: block !important;
  }
  
  .main34_shadow_xs,
  .layout88_shadow_sm,
  .pro40_shadow_md,
  .prime84_shadow_lg,
  .base38_shadow_xl,
  .brand44_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .light35_fade_in,
  .layout7_slide_up,
  .modern21_slide_in_left,
  .new56_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .clean29_hover_lift,
  .style17_hover_scale,
  .bright26_hover_shadow,
  .unique24_hover_fade,
  .base13_transition_all,
  .ui43_transition_fast,
  .premium29_transition_normal,
  .design32_transition_slow {
    transition: none;
  }
}

/* =================================================================
   Header v-086 - Professional Blue Theme
   ================================================================= */

.header-standard {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--light);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.header-standard .navbar {
  padding: 1.25rem 0;
  position: relative;
}

/* Logo/Brand Styles */
.header-standard .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  position: relative;
  z-index: 10004;
  transition: all 0.3s ease;
}

.header-standard .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

.header-standard .navbar-brand span {
  display: inline-block;
  position: relative;
}

.header-standard .navbar-brand span::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-standard .navbar-brand:hover span::after {
  width: 100%;
}

/* Decorative Elements */
.header-decorative-elements {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.1;
}

.header-decorative-elements .deco-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  top: -40px;
  right: -100px;
  animation: float 6s ease-in-out infinite;
}

.header-decorative-elements .deco-square {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid var(--primary-500);
  transform: rotate(45deg);
  top: 30px;
  right: 50px;
  animation: rotate-slow 8s linear infinite;
}

.header-decorative-elements .deco-line {
  position: absolute;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  top: 10px;
  right: -50px;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes rotate-slow {
  from { transform: rotate(45deg); }
  to { transform: rotate(405deg); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.1; }
  50% { opacity: 0.3; }
}

/* Hide Default Bootstrap Toggle */
.header-standard .navbar-toggler {
  display: none;
}

/* Custom Hamburger Toggle - Hidden Checkbox */
.menu-toggle-input {
  display: none;
}

/* Custom Hamburger Button */
.hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  transition: all 0.3s ease;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation to X */
.menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

/* Backdrop Overlay */
.menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.menu-toggle-input:checked ~ .menu-backdrop {
  opacity: 1;
}

/* Navigation Links - Desktop */
.header-standard .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-standard .nav-item {
  margin: 0;
}

.header-standard .nav-link {
  color: var(--neutral-700);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  margin: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header-standard .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-standard .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-50) 70%, transparent 30%);
}

.header-standard .nav-link:hover::before {
  width: 80%;
}

/* Menu Decorative Icons - Hidden on Desktop */
.menu-decorative-icons {
  display: none;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .hamburger-toggle {
    display: flex;
  }

  .menu-backdrop {
    display: block;
  }

  .header-standard .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    background: var(--light);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    z-index: 10;
    padding: 5rem 2rem 2rem;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-standard .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .header-standard .nav-link {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    border-left: 3px solid transparent;
    border-radius: 0 8px 8px 0;
  }

  .header-standard .nav-link::before {
    display: none;
  }

  .header-standard .nav-link:hover {
    border-left-color: var(--primary-500);
    background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
    transform: translateX(8px);
  }

  /* Menu Decorative Icons */
  .menu-decorative-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--neutral-100);
  }

  .menu-decorative-icons i {
    font-size: 1.5rem;
    color: var(--primary-300);
    animation: float 3s ease-in-out infinite;
  }

  .menu-decorative-icons i:nth-child(2) {
    animation-delay: 0.5s;
  }

  .menu-decorative-icons i:nth-child(3) {
    animation-delay: 1s;
  }
}

/* Tablet Adjustments */
@media (max-width: 767.98px) {
  .header-standard .navbar {
    padding: 1rem 0;
  }

  .header-standard .navbar-brand {
    font-size: 1.25rem;
  }

  .hamburger-toggle {
    width: 28px;
    height: 21px;
  }

  .hamburger-line {
    height: 2.5px;
  }

  .menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .header-standard .navbar-collapse {
    width: 280px;
  }

  .header-standard .nav-link {
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
  }

  .menu-decorative-icons {
    gap: 1.5rem;
  }

  .menu-decorative-icons i {
    font-size: 1.25rem;
  }
}

/* Accessibility */
.hamburger-toggle:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

.header-standard .nav-link:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .header-standard {
    position: static;
    box-shadow: none;
  }

  .hamburger-toggle,
  .menu-backdrop,
  .header-decorative-elements,
  .menu-decorative-icons {
    display: none !important;
  }

  .header-standard .navbar-collapse {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
}

/* ================================================
   Hero Section v-117 - Professional Blue Theme
   ================================================ */

.hero-custom {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  overflow: hidden;
}

/* ================================================
   Content Styles
   ================================================ */

.hero-content {
  position: relative;
  z-index: 2;
}

/* Badge Decoration */
.hero-badge-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hero-badge-dot {
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  animation: pulse-badge 2s ease-in-out infinite;
}

.hero-badge-dot:nth-child(2) {
  animation-delay: 0.3s;
  width: 10px;
  height: 10px;
  opacity: 0.8;
}

.hero-badge-dot:nth-child(3) {
  animation-delay: 0.6s;
  width: 8px;
  height: 8px;
  opacity: 0.6;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

/* Typography */
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 90%;
}

/* Feature Icons Row */
.hero-features-icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.feature-icon-item {
  width: 56px;
  height: 56px;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 50%, transparent 50%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.feature-icon-item i {
  font-size: 24px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.feature-icon-item:hover {
  transform: translateY(-4px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.feature-icon-item:hover i {
  color: var(--primary-700);
  transform: scale(1.1);
}

/* ================================================
   Image Section
   ================================================ */

.hero-image-wrapper {
  position: relative;
  z-index: 1;
}

.hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.06);
}

.hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.hero-image-container:hover .hero-main-image {
  transform: scale(1.05);
}

/* Decorative Background Elements */
.hero-decoration {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.hero-decoration-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
    transparent
  );
  top: -50px;
  right: -50px;
  animation: float 8s ease-in-out infinite;
}

.hero-decoration-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(225deg, 
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  bottom: -40px;
  left: -40px;
  animation: float 6s ease-in-out infinite reverse;
}

.hero-decoration-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(315deg, 
    color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
    transparent
  );
  top: 50%;
  left: -30px;
  animation: float 7s ease-in-out infinite;
  animation-delay: 1s;
}

/* Accent Circles */
.hero-accent-circle {
  position: absolute;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: rotate-border 10s linear infinite;
}

.hero-accent-1 {
  width: 80px;
  height: 80px;
  top: 30px;
  left: 30px;
  border-color: color-mix(in srgb, var(--primary-500) 60%, transparent 40%);
}

.hero-accent-2 {
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  border-color: color-mix(in srgb, var(--primary-300) 60%, transparent 40%);
  animation-direction: reverse;
}

@keyframes rotate-border {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Floating Icon Cards */
.floating-icon-card {
  position: absolute;
  width: 64px;
  height: 64px;
  background: var(--surface-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.12),
    0 4px 8px rgba(0, 0, 0, 0.06);
  animation: float-card 4s ease-in-out infinite;
  z-index: 10;
}

.floating-icon-card i {
  font-size: 28px;
  color: var(--primary-500);
}

.floating-card-1 {
  top: 20%;
  right: -20px;
  animation-delay: 0s;
}

.floating-card-2 {
  bottom: 30%;
  right: 10%;
  animation-delay: 1s;
}

.floating-card-3 {
  top: 60%;
  left: -20px;
  animation-delay: 2s;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* ================================================
   Background Decorative Shapes
   ================================================ */

.hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.4;
}

.hero-bg-shape-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  top: -150px;
  left: -150px;
  animation: float 15s ease-in-out infinite;
}

.hero-bg-shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent
  );
  bottom: -100px;
  right: -100px;
  animation: float 12s ease-in-out infinite reverse;
}

.hero-bg-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 10%;
  right: 15%;
  background-image: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  animation: float 10s ease-in-out infinite;
  animation-delay: 0.5s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(20px, -20px); }
  66% { transform: translate(-20px, 20px); }
}

/* ================================================
   Responsive Design
   ================================================ */

@media (max-width: 991.98px) {
  .hero-custom {
    padding: 80px 0;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-image-wrapper {
    margin-top: 40px;
  }

  .floating-icon-card {
    width: 56px;
    height: 56px;
  }

  .floating-icon-card i {
    font-size: 24px;
  }

  .hero-bg-shape-1,
  .hero-bg-shape-2 {
    opacity: 0.2;
  }
}

@media (max-width: 767.98px) {
  .hero-custom {
    padding: 60px 0;
  }

  .hero-features-icons {
    gap: 12px;
  }

  .feature-icon-item {
    width: 48px;
    height: 48px;
  }

  .feature-icon-item i {
    font-size: 20px;
  }

  .floating-card-1,
  .floating-card-3 {
    display: none;
  }

  .floating-card-2 {
    bottom: 20px;
    right: 20px;
  }

  .hero-decoration-1,
  .hero-decoration-2,
  .hero-decoration-3 {
    opacity: 0.5;
  }
}

@media (max-width: 575.98px) {
  .hero-badge-wrapper {
    gap: 6px;
  }

  .hero-bg-dots {
    width: 100px;
    height: 100px;
    background-size: 15px 15px;
  }
}

/* ================================================
   Accessibility & High Contrast
   ================================================ */

@media (prefers-reduced-motion: reduce) {
  .hero-badge-dot,
  .hero-decoration,
  .hero-accent-circle,
  .floating-icon-card,
  .hero-bg-shape,
  .hero-bg-dots {
    animation: none;
  }

  .hero-main-image,
  .feature-icon-item {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .feature-icon-item {
    border-width: 3px;
  }

  .hero-image-container {
    box-shadow: 0 0 0 3px var(--neutral-900);
  }
}

/* ===================================
   About Section v-138 Styles
   Theme: professional-blue-01
   =================================== */

.about-section-variant {
  position: relative;
  overflow: hidden;
  background: var(--surface-primary);
}

/* ===================================
   Content Styles
   =================================== */

.about-section-variant .about-content {
  padding: 1rem 0;
}

.about-section-variant .section-header {
  position: relative;
}

.about-section-variant #about-title {
  color: var(--text-primary);
  line-height: 1.2;
  position: relative;
}

.about-section-variant #about-subtitle {
  color: var(--primary-500);
  font-weight: 500;
}

.about-section-variant #about-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.1rem;
}

/* ===================================
   Features Grid
   =================================== */

.about-section-variant .features-grid {
  display: grid;
  gap: 1.5rem;
}

.about-section-variant .feature-item {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.about-section-variant .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

.about-section-variant .feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.about-section-variant .feature-icon i {
  font-size: 24px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.about-section-variant .feature-item:hover .feature-icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.about-section-variant .feature-item:hover .feature-icon i {
  color: white;
}

.about-section-variant .feature-item h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.about-section-variant .feature-item p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

/* ===================================
   Images Layout
   =================================== */

.about-section-variant .images-wrapper {
  position: relative;
  padding: 2rem 0;
}

.about-section-variant .images-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.about-section-variant .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.about-section-variant .image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent
  );
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-section-variant .image-container:hover::before {
  opacity: 1;
}

.about-section-variant .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.about-section-variant .image-container:hover img {
  transform: scale(1.05);
}

.about-section-variant .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-700) 60%, transparent),
    transparent
  );
  z-index: 2;
}

/* Large Image */
.about-section-variant .image-large {
  grid-column: 1;
}

.about-section-variant .image-large .image-container {
  height: 400px;
}

/* Small Images Grid */
.about-section-variant .images-small-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.about-section-variant .image-small .image-container {
  height: 250px;
}

/* ===================================
   Decorative Elements
   =================================== */

.about-section-variant .decorative-shape {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.about-section-variant .shape-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 20%, transparent)
  );
  top: -50px;
  right: -50px;
  animation: float 6s ease-in-out infinite;
}

.about-section-variant .shape-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-700) 15%, transparent)
  );
  bottom: 50px;
  right: 100px;
  animation: float 8s ease-in-out infinite reverse;
}

.about-section-variant .decorative-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -20px;
  left: -20px;
  background-image: radial-gradient(
    circle,
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: -1;
}

/* Background Decorations */
.about-section-variant .bg-decoration {
  position: absolute;
  z-index: 0;
  opacity: 0.03;
}

.about-section-variant .decoration-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    var(--primary-500),
    transparent 70%
  );
  top: -200px;
  left: -200px;
}

.about-section-variant .decoration-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    var(--primary-700),
    transparent 70%
  );
  bottom: -150px;
  right: -150px;
}

/* ===================================
   Animations
   =================================== */

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* ===================================
   Responsive Design
   =================================== */

/* Tablet Landscape */
@media (min-width: 992px) {
  .about-section-variant .images-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .about-section-variant .image-large {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .about-section-variant .image-large .image-container {
    height: 100%;
    min-height: 550px;
  }

  .about-section-variant .images-small-grid {
    grid-column: 2;
    grid-row: 1 / 3;
    grid-template-columns: 1fr;
  }

  .about-section-variant .image-small .image-container {
    height: 260px;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  .about-section-variant {
    padding: 6rem 0;
  }

  .about-section-variant #about-desc {
    font-size: 1.15rem;
  }

  .about-section-variant .feature-item {
    padding: 2rem;
  }

  .about-section-variant .images-wrapper {
    padding: 2rem 0 2rem 2rem;
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .about-section-variant .image-large .image-container {
    min-height: 600px;
  }

  .about-section-variant .image-small .image-container {
    height: 285px;
  }
}

/* Tablet Portrait */
@media (max-width: 991px) {
  .about-section-variant {
    padding: 4rem 0;
  }

  .about-section-variant #about-title {
    font-size: 2.5rem;
  }

  .about-section-variant .images-wrapper {
    margin-top: 3rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-section-variant {
    padding: 3rem 0;
  }

  .about-section-variant #about-title {
    font-size: 2rem;
  }

  .about-section-variant #about-subtitle {
    font-size: 1.25rem;
  }

  .about-section-variant #about-desc {
    font-size: 1rem;
  }

  .about-section-variant .feature-item {
    padding: 1.25rem;
  }

  .about-section-variant .feature-icon {
    width: 40px;
    height: 40px;
  }

  .about-section-variant .feature-icon i {
    font-size: 20px;
  }

  .about-section-variant .image-large .image-container {
    height: 300px;
  }

  .about-section-variant .image-small .image-container {
    height: 200px;
  }

  .about-section-variant .images-small-grid {
    gap: 1rem;
  }

  .about-section-variant .decorative-shape {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .about-section-variant {
    padding: 2.5rem 0;
  }

  .about-section-variant #about-title {
    font-size: 1.75rem;
  }

  .about-section-variant .feature-item h4 {
    font-size: 1.1rem;
  }

  .about-section-variant .feature-item p {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .about-section-variant .feature-item {
    border-left-width: 6px;
  }

  .about-section-variant .image-container {
    box-shadow: 0 0 0 2px var(--neutral-900);
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .about-section-variant * {
    animation: none !important;
    transition: none !important;
  }
}

/* Features Section V-115 - Professional Blue Theme */
.features-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

#features-title {
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#features-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: -0.01em;
}

#features-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Feature Cards */
.feature-card {
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--surface-primary);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 1;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 40%, transparent 60%) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 
    0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 4px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
}

.feature-card:hover::before {
  opacity: 1;
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-100) 0%,
    var(--primary-50) 100%
  );
  border-radius: 16px;
  transition: all 0.4s ease;
}

.feature-card:hover .icon-background {
  background: linear-gradient(
    135deg,
    var(--primary-300) 0%,
    var(--primary-100) 100%
  );
  transform: rotate(5deg) scale(1.05);
}

.feature-icon {
  position: relative;
  font-size: 2rem;
  color: var(--primary-700);
  z-index: 1;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
  color: var(--primary-500);
  transform: scale(1.1);
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 1;
}

[id^="features-item-"][id$="-name"] {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.feature-card:hover [id^="features-item-"][id$="-name"] {
  color: var(--primary-700);
}

[id^="features-item-"][id$="-desc"] {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Feature Decoration */
.feature-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
}

.feature-card:hover .feature-decoration {
  opacity: 1;
  transform: scaleX(1);
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape-circle,
.shape-blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
    transparent 70%
  );
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -60px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob 25s ease-in-out infinite;
  opacity: 0.3;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  33% {
    transform: translateY(-30px) translateX(20px);
  }
  66% {
    transform: translateY(-15px) translateX(-20px);
  }
}

@keyframes blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  75% {
    border-radius: 60% 30% 40% 70% / 40% 70% 60% 50%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section {
    padding: 3rem 0;
  }

  #features-title {
    font-size: 2rem;
  }

  .feature-card {
    padding: 1.75rem 1.25rem;
  }

  .feature-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .feature-icon {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 2rem !important;
  }

  #features-title {
    font-size: 1.75rem;
  }

  #features-subtitle {
    font-size: 1rem;
  }

  #features-desc {
    font-size: 1rem;
  }

  .feature-card {
    padding: 1.5rem 1rem;
  }

  .shape-1,
  .shape-2,
  .shape-3 {
    opacity: 0.5;
  }
}

@media (max-width: 575.98px) {
  .features-section {
    padding: 2.5rem 0;
  }

  #features-title {
    font-size: 1.5rem;
  }

  .feature-icon-wrapper {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
  }

  .feature-icon {
    font-size: 1.5rem;
  }

  [id^="features-item-"][id$="-name"] {
    font-size: 1.125rem;
  }

  [id^="features-item-"][id$="-desc"] {
    font-size: 0.9rem;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  .feature-card {
    border-width: 2px;
    border-color: var(--primary-500);
  }

  #features-title,
  [id^="features-item-"][id$="-name"] {
    color: var(--neutral-900);
  }

  .feature-icon {
    color: var(--primary-700);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .icon-background,
  .feature-icon,
  .feature-decoration {
    transition: none;
  }

  .shape-1,
  .shape-2,
  .shape-3 {
    animation: none;
  }

  .feature-card:hover {
    transform: none;
  }
}

/* ================================================
   Services Section v-140 - Professional Blue Theme
   ================================================ */

.services-section-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Decorative Elements */
.services-section-modern .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  z-index: 0;
}

.services-section-modern .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  right: -100px;
}

.services-section-modern .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -80px;
  left: -80px;
}

.services-section-modern .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
}

.services-section-modern .circle-1 {
  width: 250px;
  height: 250px;
  top: 15%;
  left: 5%;
}

.services-section-modern .circle-2 {
  width: 180px;
  height: 180px;
  bottom: 20%;
  right: 8%;
}

.services-section-modern .decorative-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0.3;
  z-index: 0;
}

.services-section-modern .line-1 {
  width: 300px;
  top: 30%;
  right: 10%;
  transform: rotate(-15deg);
}

.services-section-modern .line-2 {
  width: 250px;
  bottom: 25%;
  left: 5%;
  transform: rotate(25deg);
}

/* Container */
.services-section-modern .container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.services-section-modern .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.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
}

.services-section-modern #services-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.services-section-modern #services-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.services-section-modern #services-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Service Cards */
.services-section-modern .service-card {
  position: relative;
  height: 100%;
  background: var(--surface-primary);
  border-radius: 24px;
  padding: 40px 32px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-modern .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-modern .service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.services-section-modern .service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.services-section-modern .service-card.featured {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
  );
  border-color: var(--primary-500);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
}

.services-section-modern .featured-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Service Icon */
.services-section-modern .service-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.services-section-modern .service-icon {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  z-index: 1;
  transition: all 0.4s ease;
}

.services-section-modern .service-card:hover .service-icon {
  transform: rotate(10deg) scale(1.05);
}

.services-section-modern .icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--primary-300);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: 0;
  transition: all 0.4s ease;
}

.services-section-modern .service-card:hover .icon-bg {
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 0.3;
}

/* Service Content */
.services-section-modern .service-content h3 {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.services-section-modern .service-card:hover .service-content h3 {
  color: var(--primary-700);
}

.services-section-modern .service-content p {
  line-height: 1.7;
}

.services-section-modern #services-item-1-desc,
.services-section-modern #services-item-2-desc,
.services-section-modern #services-item-3-desc,
.services-section-modern #services-item-4-desc,
.services-section-modern #services-item-5-desc,
.services-section-modern #services-item-6-desc {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

/* Service Features */
.services-section-modern .service-features {
  padding: 16px;
  background: color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%);
  border-radius: 12px;
  border-left: 3px solid var(--primary-500);
}

.services-section-modern #services-item-1-features,
.services-section-modern #services-item-2-features,
.services-section-modern #services-item-3-features,
.services-section-modern #services-item-4-features,
.services-section-modern #services-item-5-features,
.services-section-modern #services-item-6-features {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

/* Price Wrapper */
.services-section-modern .service-price-wrapper {
  position: relative;
  padding: 20px 24px;
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    color-mix(in srgb, var(--primary-100) 50%, var(--primary-50) 50%) 100%
  );
  border-radius: 16px;
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.services-section-modern .price-tag {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-section-modern .price-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
}

.services-section-modern #services-item-1-price,
.services-section-modern #services-item-2-price,
.services-section-modern #services-item-3-price,
.services-section-modern #services-item-4-price,
.services-section-modern #services-item-5-price,
.services-section-modern #services-item-6-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1;
}

.services-section-modern .decorative-corner {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  opacity: 0.1;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-modern {
    padding: 80px 0;
  }

  .services-section-modern #services-title {
    font-size: 2.5rem;
  }

  .services-section-modern .blob-1,
  .services-section-modern .blob-2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .services-section-modern {
    padding: 60px 0;
  }

  .services-section-modern #services-title {
    font-size: 2rem;
  }

  .services-section-modern #services-desc {
    font-size: 1rem;
  }

  .services-section-modern .service-card {
    padding: 32px 24px;
  }

  .services-section-modern .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .services-section-modern .service-icon {
    font-size: 1.75rem;
  }

  .services-section-modern #services-item-1-price,
  .services-section-modern #services-item-2-price,
  .services-section-modern #services-item-3-price,
  .services-section-modern #services-item-4-price,
  .services-section-modern #services-item-5-price,
  .services-section-modern #services-item-6-price {
    font-size: 1.75rem;
  }

  .services-section-modern .decorative-circle,
  .services-section-modern .decorative-line {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-section-modern .section-badge {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .services-section-modern #services-title {
    font-size: 1.75rem;
  }

  .services-section-modern #services-subtitle {
    font-size: 1.125rem;
  }

  .services-section-modern .featured-badge {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.priceplan-section-minimal {
  position: relative;
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 15%, var(--light)) 100%);
  overflow: hidden;
}

/* Organic Header */
.priceplan-section-minimal .organic-header {
  position: relative;
  padding: 2rem;
}

.priceplan-section-minimal .nature-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.priceplan-section-minimal .nature-icons i {
  font-size: 2.5rem;
  color: var(--primary-500);
  opacity: 0.8;
  animation: sway 3s ease-in-out infinite;
}

.priceplan-section-minimal .nature-icons i:nth-child(2) {
  animation-delay: 1s;
}

.priceplan-section-minimal .nature-icons i:nth-child(3) {
  animation-delay: 2s;
}

@keyframes sway {
  0%, 100% {
    transform: rotate(-3deg) translateY(0);
  }
  50% {
    transform: rotate(3deg) translateY(-5px);
  }
}

.priceplan-section-minimal .natural-title {
  color: var(--text-primary);
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.priceplan-section-minimal .natural-subtitle {
  color: var(--primary-700);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.priceplan-section-minimal .natural-description {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.priceplan-section-minimal .leaf-decoration {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 2rem auto 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.priceplan-section-minimal .leaf-decoration::before,
.priceplan-section-minimal .leaf-decoration::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: color-mix(in srgb, var(--primary-300) 40%, transparent);
  border-radius: 0 100% 100% 0;
  top: -15px;
}

.priceplan-section-minimal .leaf-decoration::before {
  left: -10px;
  transform: rotate(45deg);
}

.priceplan-section-minimal .leaf-decoration::after {
  right: -10px;
  transform: rotate(-45deg) scaleX(-1);
}

/* Earth Cards */
.priceplan-section-minimal .earth-card {
  background: var(--light);
  border-radius: 30px;
  padding: 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  transition: all 0.4s ease;
}

.priceplan-section-minimal .earth-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-500);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.priceplan-section-minimal .featured-earth {
  border: 3px solid var(--primary-500);
  background: linear-gradient(135deg, 
    var(--light) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--light)) 100%);
}

.priceplan-section-minimal .nature-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: var(--primary-500);
  border-radius: 50% 50% 50% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.75rem;
  transform: rotate(-45deg);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 35%, transparent);
  z-index: 3;
}

.priceplan-section-minimal .nature-badge i {
  transform: rotate(45deg);
}

.priceplan-section-minimal .organic-shape {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.05;
  pointer-events: none;
}

.priceplan-section-minimal .shape-top {
  top: -30px;
  right: -30px;
  background: var(--primary-500);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.priceplan-section-minimal .shape-bottom {
  bottom: -40px;
  left: -40px;
  background: var(--primary-700);
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.priceplan-section-minimal .card-content {
  position: relative;
  z-index: 2;
}

.priceplan-section-minimal .icon-nature {
  width: 75px;
  height: 75px;
  margin: 0 auto 1.5rem;
  background: color-mix(in srgb, var(--primary-100) 60%, var(--light));
  border-radius: 50% 45% 50% 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: var(--primary-700);
  border: 3px solid color-mix(in srgb, var(--primary-300) 50%, transparent);
  transition: all 0.3s ease;
}

.priceplan-section-minimal .earth-card:hover .icon-nature {
  border-radius: 45% 50% 45% 50%;
  transform: rotate(180deg);
}

.priceplan-section-minimal .card-title {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}

.priceplan-section-minimal .card-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.75rem;
}

.priceplan-section-minimal .features-container {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.9;
  padding: 1.75rem;
  background: var(--surface-secondary);
  border-radius: 20px;
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent);
  margin-bottom: 2rem;
  position: relative;
}

.priceplan-section-minimal .features-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

.priceplan-section-minimal .price-badge {
  text-align: center;
  padding: 2rem 1.5rem;
  background: color-mix(in srgb, var(--primary-100) 50%, var(--light));
  border-radius: 25px;
  border: 2px solid var(--primary-300);
  position: relative;
}

.priceplan-section-minimal .price-text {
  color: var(--primary-700);
  font-size: 2.75rem;
  font-weight: 800;
  display: block;
}

.priceplan-section-minimal .card-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: color-mix(in srgb, var(--primary-100) 30%, transparent);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  opacity: 0.5;
}

/* Nature Elements */
.priceplan-section-minimal .nature-element {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  animation: naturalFloat 12s ease-in-out infinite;
}

.priceplan-section-minimal .element-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 8%;
  left: 3%;
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  animation-delay: 0s;
}

.priceplan-section-minimal .element-2 {
  width: 180px;
  height: 180px;
  background: var(--primary-500);
  top: 45%;
  right: 5%;
  border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
  animation-delay: 3s;
}

.priceplan-section-minimal .element-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 12%;
  left: 12%;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  animation-delay: 6s;
}

@keyframes naturalFloat {
  0%, 100% {
    transform: translate(0, 0);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  }
  33% {
    transform: translate(15px, -15px);
    border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
  }
  66% {
    transform: translate(-10px, 10px);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  }
}

.priceplan-section-minimal .organic-dots {
  position: absolute;
  top: 30%;
  left: 8%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.1;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-minimal .natural-title {
    font-size: 2.25rem;
  }
  
  .priceplan-section-minimal .earth-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-minimal .natural-title {
    font-size: 1.875rem;
  }
  
  .priceplan-section-minimal .price-text {
    font-size: 2.25rem;
  }
  
  .priceplan-section-minimal .earth-card {
    padding: 2rem;
  }
}





/* ========================================
   Team Section v-101 - Professional Blue
   ======================================== */

.team-section-standard {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.team-section-standard .section-header {
  position: relative;
  z-index: 2;
}

.team-section-standard .decorative-line-top {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  margin: 0 auto;
  border-radius: 2px;
}

.team-section-standard #team-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.team-section-standard #team-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 1.5px;
}

.team-section-standard #team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.team-section-standard .letter-spacing-wide {
  letter-spacing: 2px;
}

/* Team Card */
.team-section-standard .team-card {
  position: relative;
  background: var(--surface-primary);
  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);
  height: 100%;
}

.team-section-standard .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Team Image Wrapper */
.team-section-standard .team-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Square aspect ratio */
  overflow: hidden;
  background: color-mix(in srgb, var(--primary-100) 40%, var(--neutral-100) 60%);
}

.team-section-standard .image-decorative-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-300) 0%,
    var(--primary-500) 100%
  );
  opacity: 0.15;
  z-index: 1;
}

.team-section-standard .team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-standard .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

.team-section-standard .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-standard .team-card:hover .image-overlay {
  opacity: 1;
}

/* Team Info */
.team-section-standard .team-info {
  position: relative;
  padding: 1.75rem 1.5rem;
  background: var(--surface-primary);
}

.team-section-standard .info-content {
  position: relative;
  z-index: 2;
}

.team-section-standard .member-name {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-standard .team-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-standard .member-role {
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.team-section-standard .decorative-accent {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-standard .team-card:hover .decorative-accent {
  transform: scaleX(1);
}

/* Join Team Decorative */
.team-section-standard .join-team-decorative {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section-standard .decorative-circle-large {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%)
  );
  animation: float-large 6s ease-in-out infinite;
}

.team-section-standard .decorative-circle-small {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
  );
  animation: float-small 4s ease-in-out infinite;
  animation-delay: 1s;
}

.team-section-standard .decorative-dots {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 15px 15px;
  opacity: 0.3;
  animation: float-dots 5s ease-in-out infinite;
}

/* Bottom Decorative Shapes */
.team-section-standard .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.team-section-standard .shape-blob-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-morph 12s ease-in-out infinite;
}

.team-section-standard .shape-blob-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
    transparent 70%
  );
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  animation: blob-morph 15s ease-in-out infinite reverse;
}

/* Animations */
@keyframes float-large {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(20px, -20px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 10px) rotate(240deg);
  }
}

@keyframes float-small {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(-15px, 15px) rotate(-120deg);
  }
  66% {
    transform: translate(15px, -10px) rotate(-240deg);
  }
}

@keyframes float-dots {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -10px);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 40% 60% / 60% 30% 70% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 40% 60% 60% 40% / 50% 70% 30% 60%;
    transform: rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-standard #team-title {
    font-size: 2.5rem;
  }

  .team-section-standard .team-image-wrapper {
    padding-top: 120%; /* Slightly taller on tablets */
  }
}

@media (max-width: 767.98px) {
  .team-section-standard {
    padding: 3rem 0;
  }

  .team-section-standard #team-title {
    font-size: 2rem;
  }

  .team-section-standard #team-subtitle {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .team-section-standard #team-desc {
    font-size: 1rem;
  }

  .team-section-standard .team-image-wrapper {
    padding-top: 100%;
  }

  .team-section-standard .team-info {
    padding: 1.5rem 1.25rem;
  }

  .team-section-standard .decorative-accent {
    left: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .team-section-standard #team-title {
    font-size: 1.75rem;
  }

  .team-section-standard .team-card {
    margin-bottom: 1rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-section-standard .team-card {
    border: 2px solid var(--neutral-300);
  }

  .team-section-standard .image-overlay {
    opacity: 0.5;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-section-standard .team-card,
  .team-section-standard .team-member-photo,
  .team-section-standard .decorative-accent,
  .team-section-standard .decorative-circle-large,
  .team-section-standard .decorative-circle-small,
  .team-section-standard .decorative-dots,
  .team-section-standard .shape-blob-1,
  .team-section-standard .shape-blob-2 {
    animation: none;
    transition: none;
  }
}

.reviews-section-featured {
  position: relative;
  background: linear-gradient(to bottom, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

.reviews-section-featured .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.reviews-section-featured .section-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reviews-section-featured .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.reviews-section-featured .reviews-masonry {
  display: flex;
  flex-wrap: wrap;
}

.reviews-section-featured .review-quote-card {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 10%, transparent);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}

.reviews-section-featured .review-quote-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-color: var(--primary-500);
}

.reviews-section-featured .card-tall {
  min-height: 420px;
}

.reviews-section-featured .card-wide {
  background: linear-gradient(135deg, var(--light), color-mix(in srgb, var(--primary-50) 60%, var(--light)));
}

.reviews-section-featured .quote-mark-top {
  font-size: 2.5rem;
  color: var(--primary-500);
  margin-bottom: 1rem;
  line-height: 1;
}

.reviews-section-featured .quote-text {
  font-size: 1.0625rem;
  color: var(--text-primary);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.reviews-section-featured .author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.reviews-section-featured .author-initials {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
}

.reviews-section-featured .author-info {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

.reviews-section-featured .decorative-leaf {
  position: absolute;
  font-size: 6rem;
  color: color-mix(in srgb, var(--primary-300) 12%, transparent);
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

.reviews-section-featured .decorative-leaf-1 {
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.reviews-section-featured .decorative-leaf-2 {
  bottom: 15%;
  left: 3%;
  animation-delay: 3s;
}

.reviews-section-featured .decorative-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: blob-morph 10s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@media (max-width: 991px) {
  .reviews-section-featured .section-title {
    font-size: 2.25rem;
  }
  
  .reviews-section-featured .review-quote-card {
    padding: 2rem;
  }
  
  .reviews-section-featured .card-tall {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .reviews-section-featured .section-title {
    font-size: 1.875rem;
  }
  
  .reviews-section-featured .section-subtitle {
    font-size: 1rem;
  }
  
  .reviews-section-featured .section-description {
    font-size: 1rem;
  }
  
  .reviews-section-featured .review-quote-card {
    padding: 1.5rem;
  }
}





.casestudy-section-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-bold .section-header {
  position: relative;
  z-index: 2;
}

.casestudy-section-bold .header-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.casestudy-section-bold .badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent); }
  50% { box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 10%, transparent); }
}

.casestudy-section-bold #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-bold #casestudy-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.casestudy-section-bold #casestudy-desc {
  color: var(--text-secondary);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Timeline */
.casestudy-section-bold .casestudy-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}

.casestudy-section-bold .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 */
.casestudy-section-bold .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.casestudy-section-bold .timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Marker */
.casestudy-section-bold .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.casestudy-section-bold .marker-outer {
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px var(--primary-100);
}

.casestudy-section-bold .marker-inner {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.casestudy-section-bold .timeline-item:hover .marker-inner {
  transform: scale(1.1);
}

.casestudy-section-bold .marker-inner i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.casestudy-section-bold .timeline-content {
  width: calc(50% - 50px);
  z-index: 2;
}

.casestudy-section-bold .timeline-item:not(.timeline-item-reverse) .timeline-content {
  margin-left: auto;
  padding-left: 50px;
}

.casestudy-section-bold .timeline-item-reverse .timeline-content {
  padding-right: 50px;
}

.casestudy-section-bold .content-card {
  position: relative;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
}

.casestudy-section-bold .content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-300);
}

/* Card Icon */
.casestudy-section-bold .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 8px;
  margin-bottom: 1rem;
}

.casestudy-section-bold .card-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.casestudy-section-bold .content-card h4 {
  color: var(--text-primary);
  font-size: 1.35rem;
}

.casestudy-section-bold .content-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Decorative Corner */
.casestudy-section-bold .decorative-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(225deg, var(--primary-300), transparent);
  border-radius: 16px 0 16px 0;
  opacity: 0.2;
}

/* Floating Shapes */
.casestudy-section-bold .floating-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.06;
  animation: float-shape 20s infinite ease-in-out;
}

.casestudy-section-bold .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.casestudy-section-bold .shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 50%;
  right: 8%;
  animation-delay: 5s;
}

.casestudy-section-bold .shape-3 {
  width: 180px;
  height: 180px;
  background: var(--primary-700);
  bottom: 15%;
  left: 10%;
  animation-delay: 10s;
}

@keyframes float-shape {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(20px, -20px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy-section-bold #casestudy-title {
    font-size: 2.5rem;
  }
  
  .casestudy-section-bold .timeline-line {
    left: 30px;
  }
  
  .casestudy-section-bold .timeline-marker {
    left: 30px;
  }
  
  .casestudy-section-bold .timeline-content {
    width: calc(100% - 100px);
    padding-left: 50px !important;
    padding-right: 0 !important;
  }
  
  .casestudy-section-bold .marker-outer {
    width: 50px;
    height: 50px;
  }
  
  .casestudy-section-bold .marker-inner {
    width: 40px;
    height: 40px;
  }
  
  .casestudy-section-bold .marker-inner i {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .casestudy-section-bold #casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-section-bold .content-card {
    padding: 1.5rem;
  }
  
  .casestudy-section-bold .timeline-item {
    margin-bottom: 3rem;
  }
}





/* ================================
   Process Section v-089 Styles
   Theme: Professional Blue
   ================================ */

.process-section-pro {
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  position: relative;
  isolation: isolate;
}

/* ================================
   Decorative Background Elements
   ================================ */

.decorative-blob-top {
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  animation: float 20s ease-in-out infinite;
}

.decorative-blob-bottom {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  animation: float 25s ease-in-out infinite reverse;
}

.decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  opacity: 0.3;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* ================================
   Section Header
   ================================ */

.decorative-accent-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

.subtitle-text {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-500);
}

#process-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

#process-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
}

.decorative-icons-cluster i {
  font-size: 2rem;
  color: var(--primary-500);
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ================================
   Process Timeline
   ================================ */

.process-timeline {
  position: relative;
  z-index: 1;
}

.timeline-line-decorator {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    var(--primary-300) 10%,
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent 100%
  );
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 991.98px) {
  .timeline-line-decorator {
    left: 30px;
  }
}

/* ================================
   Process Timeline Items
   ================================ */

.process-timeline-item {
  position: relative;
  z-index: 1;
}

.process-content-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 
    0 4px 6px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%),
    0 10px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.process-content-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 8px 12px color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.step-number-badge {
  position: absolute;
  top: -20px;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.step-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light);
}

.process-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 80%, var(--surface-primary) 20%),
    color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}

.process-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
}

.process-item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.process-item-description {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.decorative-card-accent {
  position: absolute;
  bottom: -10px;
  left: 2rem;
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    transparent
  );
  border-radius: 2px;
}

/* ================================
   Process Visual Placeholders
   ================================ */

.process-visual-placeholder {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 60%, var(--surface-primary) 40%),
    color-mix(in srgb, var(--primary-100) 40%, var(--surface-primary) 60%)
  );
  border-radius: 16px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.process-visual-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.visual-icon-large {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

.visual-icon-large i {
  font-size: 3rem;
  color: var(--primary-500);
}

.process-visual-placeholder:hover .visual-icon-large {
  transform: scale(1.1) rotate(5deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================
   Bottom Decorative Elements
   ================================ */

.decorative-icons-bottom {
  margin-top: 3rem;
}

.decorative-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.decorative-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

/* ================================
   Responsive Design
   ================================ */

@media (max-width: 991.98px) {
  .process-timeline-item .col-lg-6 {
    order: 2 !important;
  }

  .process-content-card {
    padding: 2rem;
    margin-left: 60px;
  }

  .step-number-badge {
    left: -80px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .timeline-line-decorator {
    left: 30px;
  }

  .process-visual-placeholder {
    margin-top: 2rem;
    margin-left: 60px;
    min-height: 250px;
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .decorative-blob-top,
  .decorative-blob-bottom {
    width: 300px;
    height: 300px;
  }

  #process-title {
    font-size: 2rem;
  }

  .process-item-title {
    font-size: 1.5rem;
  }

  .process-content-card {
    padding: 1.5rem;
  }

  .step-number-badge {
    width: 50px;
    height: 50px;
    left: -65px;
  }

  .step-number {
    font-size: 1rem;
  }

  .process-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .process-icon-wrapper i {
    font-size: 1.5rem;
  }

  .visual-icon-large {
    width: 100px;
    height: 100px;
  }

  .visual-icon-large i {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .process-content-card {
    margin-left: 50px;
  }

  .process-visual-placeholder {
    margin-left: 50px;
  }

  .timeline-line-decorator {
    left: 25px;
  }

  .step-number-badge {
    left: -55px;
    width: 45px;
    height: 45px;
  }
}

/* ================================
   Accessibility & Print
   ================================ */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .process-section-pro {
    background: var(--light);
  }

  .decorative-blob-top,
  .decorative-blob-bottom,
  .decorative-grid {
    display: none;
  }

  .process-content-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

.timeline-section-clean {
  position: relative;
  padding: 90px 0 100px;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-clean .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-clean .section-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline-section-clean .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Horizontal Progress Timeline */
.horizontal-progress-timeline {
  max-width: 1200px;
  margin: 70px auto 0;
  padding: 0 20px;
}

/* Progress Bar Container */
.progress-bar-container {
  position: relative;
  margin-bottom: 80px;
  padding: 0 40px;
}

.progress-bar-track {
  position: relative;
  width: 100%;
  height: 8px;
  background: var(--neutral-100);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 2px 6px color-mix(in srgb, var(--neutral-900) 8%, transparent);
}

.progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, 
    var(--primary-500), 
    var(--primary-700)
  );
  border-radius: 20px;
  animation: progress-fill 2s ease-out forwards;
}

@keyframes progress-fill {
  from { width: 0%; }
  to { width: 100%; }
}

/* Progress Dots */
.progress-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border-radius: 50%;
  padding: 4px;
  transition: all 0.4s ease;
  z-index: 2;
}

.dot-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--surface-primary),
              0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
  transition: all 0.4s ease;
}

.progress-dot:hover {
  transform: translate(-50%, -50%) scale(1.3);
}

.progress-dot:hover .dot-inner {
  box-shadow: 0 0 0 4px var(--surface-primary),
              0 6px 20px color-mix(in srgb, var(--primary-500) 60%, transparent);
}

/* Timeline Cards Container */
.timeline-cards-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Timeline Progress Card */
.timeline-progress-card {
  background: white;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-progress-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 18%, transparent);
  border-color: var(--primary-300);
}

.card-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}

.timeline-progress-card:hover .card-icon {
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
}

.card-icon i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.card-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--neutral-100);
  line-height: 1;
  opacity: 0.5;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.card-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Decorative Grid */
.decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
  z-index: 0;
}

/* Floating Circles */
.floating-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.04;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 5%;
  right: 5%;
  animation: float-circle 7s ease-in-out infinite;
}

.circle-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: 10%;
  left: 8%;
  animation: float-circle 9s ease-in-out infinite reverse;
}

@keyframes float-circle {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.05); }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .timeline-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .timeline-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .progress-bar-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .timeline-section-clean {
    padding: 70px 0 80px;
  }

  .timeline-section-clean .section-title {
    font-size: 2.2rem;
  }

  .timeline-section-clean .section-subtitle {
    font-size: 1.15rem;
  }

  .timeline-section-clean .section-description {
    font-size: 1rem;
  }

  .horizontal-progress-timeline {
    margin: 50px auto 0;
  }

  .timeline-cards-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .timeline-progress-card {
    padding: 24px;
  }

  .card-icon {
    width: 55px;
    height: 55px;
  }

  .card-icon i {
    font-size: 1.5rem;
  }

  .card-number {
    font-size: 2rem;
  }

  .card-title {
    font-size: 1.15rem;
  }

  .card-description {
    font-size: 0.9rem;
  }
}





.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 Section v-084 - Professional Blue
   ============================================ */

.coreinfo-section-084 {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.coreinfo-section-084 .section-header {
  position: relative;
  z-index: 2;
}

.coreinfo-section-084 .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

.coreinfo-section-084 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.coreinfo-section-084 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.coreinfo-section-084 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 100%;
}

/* Core Info Cards */
.coreinfo-section-084 .coreinfo-card {
  position: relative;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.coreinfo-section-084 .coreinfo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 50%, transparent),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.coreinfo-section-084 .coreinfo-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--primary-300) 60%, transparent);
  box-shadow: 
    0 12px 28px rgba(0, 0, 0, 0.08),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent);
}

.coreinfo-section-084 .coreinfo-card:hover::before {
  opacity: 1;
}

/* Card Icon */
.coreinfo-section-084 .card-icon-wrapper {
  position: relative;
  z-index: 1;
}

.coreinfo-section-084 .icon-background {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.coreinfo-section-084 .icon-background::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.coreinfo-section-084 .coreinfo-card:hover .icon-background {
  transform: rotate(5deg) scale(1.05);
}

.coreinfo-section-084 .coreinfo-card:hover .icon-background::before {
  opacity: 1;
}

.coreinfo-section-084 .icon-background i {
  font-size: 2rem;
  color: var(--light);
  position: relative;
  z-index: 1;
}

/* Card Content */
.coreinfo-section-084 .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.coreinfo-section-084 .coreinfo-card:hover .card-title {
  color: var(--primary-500);
}

.coreinfo-section-084 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Card Accent */
.coreinfo-section-084 .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 4px 0 0;
}

.coreinfo-section-084 .coreinfo-card:hover .card-accent {
  width: 100%;
}

/* Decorative Shapes */
.coreinfo-section-084 .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.coreinfo-section-084 .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-100) 30%, transparent),
    transparent 70%
  );
}

.coreinfo-section-084 .shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  opacity: 0.5;
}

.coreinfo-section-084 .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -100px;
  opacity: 0.4;
}

.coreinfo-section-084 .shape-blob {
  position: absolute;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 40%, transparent),
    color-mix(in srgb, var(--primary-100) 30%, transparent)
  );
  filter: blur(60px);
}

.coreinfo-section-084 .shape-3 {
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.3;
  animation: blob-morph-084 20s ease-in-out infinite;
}

@keyframes blob-morph-084 {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  50% {
    border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
    transform: translate(-50%, -50%) rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .coreinfo-section-084 .section-title {
    font-size: 2.25rem;
  }

  .coreinfo-section-084 .section-subtitle {
    font-size: 1.35rem;
  }
}

@media (max-width: 991px) {
  .coreinfo-section-084 .section-title {
    font-size: 2rem;
  }

  .coreinfo-section-084 .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-section-084 .section-description {
    font-size: 1.0625rem;
  }

  .coreinfo-section-084 .coreinfo-card {
    padding: 1.75rem;
  }
}

@media (max-width: 767px) {
  .coreinfo-section-084 .section-title {
    font-size: 1.75rem;
  }

  .coreinfo-section-084 .section-subtitle {
    font-size: 1.15rem;
  }

  .coreinfo-section-084 .section-description {
    font-size: 1rem;
  }

  .coreinfo-section-084 .coreinfo-card {
    padding: 1.5rem;
  }

  .coreinfo-section-084 .card-title {
    font-size: 1.35rem;
  }

  .coreinfo-section-084 .icon-background {
    width: 64px;
    height: 64px;
  }

  .coreinfo-section-084 .icon-background i {
    font-size: 1.75rem;
  }

  .coreinfo-section-084 .shape-1,
  .coreinfo-section-084 .shape-2 {
    width: 250px;
    height: 250px;
  }

  .coreinfo-section-084 .shape-3 {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 575px) {
  .coreinfo-section-084 .section-title {
    font-size: 1.5rem;
  }

  .coreinfo-section-084 .section-subtitle {
    font-size: 1.1rem;
  }

  .coreinfo-section-084 .decorative-line-top {
    width: 50px;
    height: 3px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .coreinfo-section-084 .coreinfo-card,
  .coreinfo-section-084 .icon-background,
  .coreinfo-section-084 .card-accent {
    transition: none;
  }

  .coreinfo-section-084 .shape-3 {
    animation: none;
  }

  .coreinfo-section-084 .coreinfo-card:hover {
    transform: none;
  }
}

/* Print Styles */
@media print {
  .coreinfo-section-084 .decorative-shapes {
    display: none;
  }

  .coreinfo-section-084 .coreinfo-card {
    break-inside: avoid;
    border: 1px solid var(--neutral-300);
  }
}

/* Contact section */

:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-300: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-500: #60a5fa;
  --primary-500: #3b82f6;
  --primary-700: #2563eb;
  --primary-700: #1d4ed8;
  --primary-900: #1e40af;
  --primary-rgb: 37, 99, 235;
  --accent-50: #f0f9ff;
  --accent-100: #e0f2fe;
  --accent-200: #bae6fd;
  --accent-300: #7dd3fc;
  --accent-400: #38bdf8;
  --accent-500: #0ea5e9;
  --accent-600: #0284c7;
  --accent-700: #0369a1;
  --accent-rgb: 2, 132, 199;
  --neutral-50: #f9fafb;
  --neutral-700: #374151;
  --neutral-900: #111827;
  --light: #ffffff;
  --dark: #000000;
}

.contact-section-featured {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

/* Badge Group */
.contact-section-featured .badge-group {
  display: inline-flex;
}

.contact-section-featured .badge-item {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-700), var(--accent-600));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.3);
  transition: all 0.3s ease;
}

.contact-section-featured .badge-item:hover {
  transform: translateY(-5px) rotate(5deg);
}

.contact-section-featured .badge-item i {
  font-size: 2rem;
  color: #ffffff;
}

/* Header Content */
.contact-section-featured #contact-title {
  color: var(--neutral-900);
  line-height: 1.2;
}

.contact-section-featured #contact-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.contact-section-featured #contact-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Info Grid Display */
.contact-section-featured .info-grid-display {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-section-featured .grid-item {
  background: #ffffff;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-featured .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, var(--primary-500), var(--accent-500));
  transition: height 0.3s ease;
}

.contact-section-featured .grid-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-400);
}

.contact-section-featured .grid-item:hover::before {
  height: 100%;
}

.contact-section-featured .grid-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-section-featured .grid-icon i {
  font-size: 1.3rem;
  color: var(--primary-700);
}

.contact-section-featured .grid-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
}

/* Form Container */
.contact-section-featured .form-container-featured {
  background: #ffffff;
  border: 2px solid var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
}

.contact-section-featured .form-container-featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Inline Form Fields */
.contact-section-featured .inline-field {
  position: relative;
}

.contact-section-featured .inline-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--neutral-700);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-section-featured .inline-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid var(--neutral-300);
  border-radius: 8px;
  background: var(--neutral-50);
  font-size: 0.95rem;
  color: var(--neutral-900);
  transition: all 0.3s ease;
}

.contact-section-featured .inline-input:focus {
  outline: none;
  border-color: var(--primary-500);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.15);
  transform: translateY(-2px);
}

.contact-section-featured .inline-input::placeholder {
  color: var(--neutral-500);
  font-size: 0.9rem;
}

/* Inline Consent */
.contact-section-featured .inline-consent {
  background: var(--primary-50);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.contact-section-featured .inline-consent:hover {
  background: var(--primary-100);
}

.contact-section-featured .inline-checkbox {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid var(--primary-500);
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.contact-section-featured .inline-checkbox:checked {
  background: var(--primary-700);
  border-color: var(--primary-700);
}

.contact-section-featured .inline-checkbox:checked::after {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0.75rem;
}

.contact-section-featured .inline-consent-label {
  color: var(--neutral-700);
  font-size: 0.9rem;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}

/* Inline Submit Button */
.contact-section-featured .inline-submit-btn {
  padding: 1.25rem 4rem;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.35);
  position: relative;
  overflow: hidden;
  z-index: 10; /* Ensure button is visible above all backgrounds */
}

.contact-section-featured .inline-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.contact-section-featured .inline-submit-btn:hover::before {
  left: 100%;
}

.contact-section-featured .inline-submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(var(--primary-rgb), 0.45);
}

.contact-section-featured .inline-submit-btn:active {
  transform: translateY(-2px);
}


.contact-section-featured .security-badge i {
  font-size: 1.3rem;
  color: var(--primary-700);
}

.contact-section-featured .security-badge:hover {
  opacity: 1;
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
}

.contact-section-featured .security-badge:hover i {
  color: #ffffff;
}

/* Background Elements */
.contact-section-featured .bg-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 50%, var(--accent-50) 100%);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.contact-section-featured .bg-dots-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

/* Ensure content above backgrounds */
.contact-section-featured .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-section-featured .header-content-block {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-featured .form-container-featured {
    padding: 2rem !important;
  }
  
  .contact-section-featured .inline-submit-btn {
    padding: 1.25rem 2rem;
    width: 100%;
  }
  
  .contact-section-featured .security-badge {
    width: 45px;
    height: 45px;
  }
  
  .contact-section-featured .security-badge i {
    font-size: 1.1rem;
  }
}







.blog-section-classic {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.blog-section-classic .header-block {
  position: relative;
  padding-left: 1.5rem;
}

.blog-section-classic .title-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
}

.blog-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.blog-section-classic .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-section-classic .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 600px;
}

/* Blog Card */
.blog-section-classic .blog-card {
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.blog-section-classic .blog-card:hover {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-section-classic .card-header-line {
  width: 100%;
  height: 4px;
  background: var(--primary-500);
  transition: background 0.3s ease;
}

.blog-section-classic .blog-card:hover .card-header-line {
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 100%);
}

/* Blog Image */
.blog-section-classic .blog-image-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-100);
}

.blog-section-classic .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-section-classic .blog-card:hover .blog-image {
  transform: scale(1.05);
}

.blog-section-classic .image-border-frame {
  position: absolute;
  inset: 0;
  border: 2px solid var(--neutral-100);
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}

.blog-section-classic .blog-card:hover .image-border-frame {
  inset: 0.75rem;
  border-color: var(--primary-500);
}

.blog-section-classic .category-marker {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  background: var(--light);
  border: 2px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.blog-section-classic .blog-card:hover .category-marker {
  background: var(--primary-500);
  color: var(--light);
  transform: rotate(90deg);
}

/* Blog Body */
.blog-section-classic .blog-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-classic .metadata-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-section-classic .meta-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--neutral-300);
  font-size: 0.875rem;
  color: var(--text-secondary);
  transition: all 0.3s ease;
}

.blog-section-classic .blog-card:hover .meta-box {
  border-color: var(--primary-500);
  color: var(--primary-500);
}

.blog-section-classic .meta-box i {
  font-size: 0.9375rem;
}

.blog-section-classic .meta-divider {
  width: 1px;
  height: 16px;
  background: var(--neutral-300);
}

.blog-section-classic .blog-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.blog-section-classic .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-classic .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  flex: 1;
}

.blog-section-classic .blog-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--primary-500);
  color: var(--primary-500);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
}

.blog-section-classic .blog-action-link:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: translateX(8px);
}

.blog-section-classic .blog-action-link i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.blog-section-classic .blog-action-link:hover i {
  transform: translateX(4px);
}

/* Geometric Background Elements */
.blog-section-classic .geometric-element {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
  border: 2px solid var(--primary-500);
}

.blog-section-classic .elem-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  transform: rotate(45deg);
}

.blog-section-classic .elem-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 8%;
  border-radius: 50%;
}

.blog-section-classic .elem-3 {
  width: 180px;
  height: 180px;
  top: 50%;
  left: 3%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border: none;
  background: var(--primary-500);
}

.blog-section-classic .elem-4 {
  width: 120px;
  height: 120px;
  bottom: 15%;
  right: 10%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  border: none;
  background: var(--primary-500);
}

.blog-section-classic .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-section-classic .section-title {
    font-size: 2.25rem;
  }
  
  .blog-section-classic .section-subtitle {
    font-size: 1.125rem;
  }
  
  .blog-section-classic .blog-body {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section-classic .section-title {
    font-size: 1.875rem;
  }
  
  .blog-section-classic .blog-image-box {
    height: 200px;
  }
  
  .blog-section-classic .blog-title {
    font-size: 1.0625rem;
  }
  
  .blog-section-classic .category-marker {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .blog-section-classic .geometric-element {
    display: none;
  }
}





.faq-section-modern {
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.faq-section-modern .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-modern .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.faq-section-modern .decoration-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  border-radius: 2px;
}

.faq-section-modern .header-decoration i {
  font-size: 2rem;
  color: var(--primary-500);
}

.faq-section-modern #faq-title {
  color: var(--text-primary);
  font-weight: 700;
}

.faq-section-modern #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-modern #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* FAQ List */
.faq-section-modern .faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* FAQ Item */
.faq-section-modern .faq-item .card {
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  background: var(--light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
}

.faq-section-modern .faq-item:hover .card {
  border-color: var(--primary-300);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(8px);
}

/* Side Accent */
.faq-section-modern .side-accent {
  width: 6px;
  flex-shrink: 0;
  transition: width 0.3s ease;
}

.faq-section-modern .faq-item:hover .side-accent {
  width: 10px;
}

.faq-section-modern .accent-primary {
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
}

.faq-section-modern .accent-secondary {
  background: linear-gradient(180deg, 
    color-mix(in srgb, var(--primary-300) 70%, var(--primary-500) 30%) 0%, 
    var(--primary-700) 100%);
}

.faq-section-modern .accent-tertiary {
  background: linear-gradient(180deg, var(--primary-300) 0%, 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%) 100%);
}

/* Card Content */
.faq-section-modern .card-content {
  flex: 1;
  padding: 1.75rem 2rem;
}

.faq-section-modern .card-header {
  background: transparent;
  border: none;
  padding: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid var(--neutral-100);
  margin-bottom: 1rem;
}

.faq-section-modern .faq-icon {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-section-modern .faq-item:hover .faq-icon {
  background: var(--primary-500);
  transform: rotate(10deg) scale(1.05);
}

.faq-section-modern .faq-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.faq-section-modern .faq-item:hover .faq-icon i {
  color: var(--light);
}

.faq-section-modern .card-header h4 {
  color: var(--text-primary);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.faq-section-modern .card-body {
  padding: 0;
  background: transparent;
}

.faq-section-modern .card-body p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

/* Organic Shapes */
.faq-section-modern .organic-shape {
  position: absolute;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.faq-section-modern .shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: -200px;
  left: -250px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.faq-section-modern .shape-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  bottom: -150px;
  right: -200px;
  border-radius: 60% 40% 30% 70% / 60% 50% 40% 50%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-section-modern #faq-title {
    font-size: 2rem;
  }

  .faq-section-modern .card-content {
    padding: 1.5rem;
  }

  .faq-section-modern .faq-item:hover .card {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .faq-section-modern #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-modern .decoration-line {
    width: 40px;
  }

  .faq-section-modern .header-decoration i {
    font-size: 1.5rem;
  }

  .faq-section-modern .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .faq-section-modern .faq-icon {
    width: 45px;
    height: 45px;
  }

  .faq-section-modern .faq-icon i {
    font-size: 1.25rem;
  }

  .faq-section-modern .card-content {
    padding: 1.25rem;
  }

  .faq-section-modern .side-accent {
    width: 5px;
  }

  .faq-section-modern .faq-item:hover .side-accent {
    width: 8px;
  }
}





.gallery-section-classic {
  background: linear-gradient(
    180deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--surface-primary) 97%, var(--primary-50)) 100%
  );
  position: relative;
  overflow: hidden;
}

.gallery-stacked-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.gallery-stack-group {
  position: relative;
  height: 450px;
  perspective: 1000px;
}

.gallery-stack-item {
  position: absolute;
  width: 100%;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--neutral-100);
}

.gallery-stack-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-stack-item.stack-item-1 {
  top: 0;
  left: 0;
  transform: rotate(-3deg) translateY(0);
  z-index: 3;
}

.gallery-stack-item.stack-item-2 {
  top: 30px;
  left: 15px;
  transform: rotate(2deg) translateY(0);
  z-index: 2;
  opacity: 0.8;
}

.gallery-stack-item.stack-item-3 {
  top: 60px;
  left: -10px;
  transform: rotate(-1deg) translateY(0);
  z-index: 1;
  opacity: 0.6;
}

.gallery-stack-group:hover .stack-item-1 {
  transform: rotate(-3deg) translateY(-20px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.gallery-stack-group:hover .stack-item-2 {
  transform: rotate(2deg) translateY(10px) translateX(30px);
  opacity: 1;
}

.gallery-stack-group:hover .stack-item-3 {
  transform: rotate(-1deg) translateY(40px) translateX(-20px);
  opacity: 0.9;
}

.gallery-stack-group:hover .gallery-stack-item img {
  filter: brightness(1.1) saturate(1.2);
}

.organic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 30% 30%,
    color-mix(in srgb, var(--primary-300) 30%, transparent) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gallery-stack-group:hover .organic-overlay,
.gallery-single-item:hover .organic-overlay {
  opacity: 1;
}

.gallery-single-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.gallery-single-item {
  position: relative;
  height: 350px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease;
}

.gallery-single-item:hover {
  transform: translateY(-15px) rotate(2deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.gallery-single-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-single-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.05) saturate(1.15);
}

.leaf-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-500) 90%, transparent);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
  z-index: 2;
}

.gallery-single-item:hover .leaf-icon {
  opacity: 1;
  transform: scale(1);
}

.leaf-icon i {
  font-size: 1.5rem;
  color: var(--surface-primary);
}

/* Decorative organic shapes */
.organic-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
}

.shape-leaf-1 {
  width: 200px;
  height: 300px;
  background: var(--primary-300);
  border-radius: 100% 0% 100% 0%;
  top: 50px;
  left: -50px;
  transform: rotate(-30deg);
}

.shape-leaf-2 {
  width: 250px;
  height: 350px;
  background: var(--primary-500);
  border-radius: 0% 100% 0% 100%;
  bottom: 100px;
  right: -80px;
  transform: rotate(20deg);
}

.organic-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.05;
  pointer-events: none;
}

.organic-blob.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: 20%;
  right: 10%;
}

.organic-blob.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: 15%;
  left: 5%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .gallery-stacked-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .gallery-stack-group {
    height: 400px;
  }
  
  .gallery-stack-item {
    height: 280px;
  }
  
  .gallery-single-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .gallery-single-item {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .gallery-stacked-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .gallery-stack-group {
    height: 350px;
  }
  
  .gallery-stack-item {
    height: 240px;
  }
  
  .gallery-single-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .gallery-single-item {
    height: 280px;
  }
}





/* Footer section */

.footer-style {
  position: relative;
  padding: 80px 0 40px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  ), url('JIH_assets/JIH_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 8%, transparent);
  pointer-events: none;
  z-index: 1;
}

.footer-style .container {
  z-index: 2;
}

/* Brand Section */
.footer-brand-section {
  padding-right: 20px;
}

.brand-container {
  position: relative;
  margin-bottom: 24px;
}

.decorative-accent {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 12px;
  transform: rotate(45deg);
  z-index: -1;
}

.brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px 0;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: color-mix(in srgb, var(--primary-300) 60%, transparent);
  border-radius: 50%;
  display: block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* Links Section */
.footer-links-section {
  padding: 0 15px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.decorative-icon {
  font-size: 1.3rem;
  color: color-mix(in srgb, var(--primary-300) 100%, transparent);
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.footer-nav {
  padding: 0;
}

.policy-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-link-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.policy-link-item:hover {
  transform: translateX(5px);
}

.link-icon {
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--primary-300) 70%, transparent);
  transition: color 0.3s ease;
}

.policy-link-item:hover .link-icon {
  color: color-mix(in srgb, var(--primary-300) 100%, transparent);
}

.policy-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.policy-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: color-mix(in srgb, var(--primary-300) 100%, transparent);
  transition: width 0.3s ease;
}

.policy-link:hover {
  color: #ffffff;
}

.policy-link:hover::after {
  width: 100%;
}

/* Contact Section */
.footer-contact-section {
  background: color-mix(in srgb, var(--neutral-900) 30%, transparent);
  padding: 28px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  backdrop-filter: blur(10px);
}

.contact-info-grid {
  display: grid;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: color-mix(in srgb, var(--primary-700) 20%, transparent);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: color-mix(in srgb, var(--primary-700) 30%, transparent);
  transform: translateY(-2px);
}

.contact-item.full-width {
  grid-column: 1 / -1;
}

.contact-icon-wrapper {
  width: 44px;
  height: 44px;
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-wrapper i {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--primary-300) 100%, transparent);
}

.contact-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.contact-value {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
}

.decorative-separator {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    color-mix(in srgb, var(--primary-300) 40%, transparent) 50%,
    transparent
  );
  margin-bottom: 30px;
}

.disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.copyright-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.copyright-icon {
  width: 32px;
  height: 32px;
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.copyright-icon i {
  font-size: 1rem;
  color: color-mix(in srgb, var(--primary-300) 100%, transparent);
}

.copyright-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  animation: float 20s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: 10%;
  animation-delay: 5s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  right: 15%;
  animation-delay: 10s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-30px) rotate(90deg);
  }
  50% {
    transform: translateY(0) rotate(180deg);
  }
  75% {
    transform: translateY(30px) rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-style {
    padding: 60px 0 30px;
  }

  .footer-brand-section {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  .footer-links-section {
    padding: 0;
    margin-bottom: 30px;
  }

  .copyright-wrapper {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .footer-bottom {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer-style {
    padding: 50px 0 25px;
    background-attachment: scroll;
  }

  .brand-name {
    font-size: 1.35rem;
  }

  .footer-contact-section {
    padding: 20px;
  }

  .contact-info-grid {
    gap: 15px;
  }

  .contact-item {
    padding: 14px;
  }

  .contact-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .copyright-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .floating-shape {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-style {
    padding: 40px 0 20px;
  }

  .brand-name {
    font-size: 1.25rem;
  }

  .brand-description {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.1rem;
  }

  .footer-contact-section {
    padding: 18px;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-details {
    align-items: center;
  }
}

/* Universal section */
/* Horizontal steps layout with connector line */

.add_wrap_clean {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
}

/* Header with side panels */
.add_wrap_clean .add_header_panels {
  margin-bottom: var(--space-12, 3rem);
  padding-bottom: var(--space-8, 2rem);
  border-bottom: 2px solid var(--neutral-100, #f1f5f9);
}

.add_wrap_clean .panel_accent {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_wrap_clean .left_panel {
  border-right: 4px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .right_panel {
  border-left: 4px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .panel_decoration {
  width: 40px;
  height: 40px;
  background: var(--primary-100, #dbeafe);
  transform: rotate(45deg);
  border: 2px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .header_main_content {
  padding: var(--space-4, 1rem);
}

.add_wrap_clean .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.add_wrap_clean .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--primary-500, #2563eb);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_clean .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  text-align: center;
  margin-top: var(--space-6, 1.5rem);
}

/* Horizontal steps */
.add_wrap_clean .add_horizontal_steps {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_clean .steps_connector {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500, #2563eb) 0%, 
    var(--primary-300, #93c5fd) 50%, 
    var(--primary-500, #2563eb) 100%);
  z-index: 0;
}

.add_wrap_clean .step_item {
  position: relative;
  margin-bottom: var(--space-8, 2rem);
  z-index: 1;
}

/* Step marker */
.add_wrap_clean .step_marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--space-4, 1rem);
}

.add_wrap_clean .marker_inner {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid var(--primary-500, #2563eb);
  border-radius: 50%;
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.add_wrap_clean .step_item:hover .marker_inner {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_clean .marker_label {
  margin-top: var(--space-2, 0.5rem);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--neutral-500, #64748b);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Step content */
.add_wrap_clean .step_content {
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  text-align: center;
  transition: all 0.3s ease;
}

.add_wrap_clean .step_item:hover .step_content {
  border-color: var(--primary-300, #93c5fd);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-4px);
}

.add_wrap_clean .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_clean .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.65;
  margin: 0;
}

/* Conclusion step */
.add_wrap_clean .step_conclusion {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_clean .step_conclusion .step_content {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 3px solid var(--primary-500, #2563eb);
  padding: var(--space-8, 2rem);
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_clean .step_conclusion:hover .step_content {
  border-color: var(--primary-700, #1d4ed8);
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
}

.add_wrap_clean .conclusion_badge {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #2563eb) 0%, var(--primary-700, #1d4ed8) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.3);
}

.add_wrap_clean .step_conclusion .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #1d4ed8);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_clean .panel_accent {
    display: none;
  }
  
  .add_wrap_clean .steps_connector {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_clean {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_clean .add_header_panels {
    margin-bottom: var(--space-8, 2rem);
    padding-bottom: var(--space-6, 1.5rem);
  }
  
  .add_wrap_clean .marker_inner {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }
  
  .add_wrap_clean .step_content {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_clean .step_conclusion .step_content {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_clean .conclusion_badge {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}



/* 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 */
/* Split grid layout with numbered blocks */

.add_wrap_style {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
}

/* Section intro */
.add_wrap_style .add_intro_section {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_style .intro_accent_line {
  width: 4px;
  height: 120px;
  background: linear-gradient(180deg, var(--primary-500, #2563eb) 0%, var(--primary-300, #93c5fd) 100%);
  border-radius: 2px;
  margin: 0 auto;
}

.add_wrap_style .intro_content {
  padding-left: var(--space-4, 1rem);
}

.add_wrap_style .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.2;
}

.add_wrap_style .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--primary-500, #2563eb);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_style .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  margin-top: var(--space-6, 1.5rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-left: 4px solid var(--primary-500, #2563eb);
  border-radius: var(--radius-md, 10px);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

/* Split grid */
.add_wrap_style .add_split_grid {
  margin-top: var(--space-10, 2.5rem);
}

/* Feature blocks */
.add_wrap_style .feature_block {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.add_wrap_style .feature_block:hover {
  border-color: var(--primary-300, #93c5fd);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
}

.add_wrap_style .feature_large {
  padding: var(--space-8, 2rem);
  min-height: 320px;
}

.add_wrap_style .feature_compact {
  min-height: 280px;
}

/* Block numbers */
.add_wrap_style .block_number {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100, #dbeafe);
  line-height: 1;
  z-index: 0;
  transition: all 0.3s ease;
}

.add_wrap_style .feature_block:hover .block_number {
  color: var(--primary-200, #bfdbfe);
  transform: scale(1.1);
}

/* Icon boxes */
.add_wrap_style .block_icon_box {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  z-index: 1;
  transition: all 0.3s ease;
}

.add_wrap_style .feature_block:hover .block_icon_box {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.05) rotate(-5deg);
}

.add_wrap_style .feature_large .block_icon_box {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}

/* Content */
.add_wrap_style .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.add_wrap_style .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Highlight block */
.add_wrap_style .feature_highlight {
  position: relative;
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #93c5fd);
  padding: var(--space-8, 2rem);
  min-height: auto;
}

.add_wrap_style .feature_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

.add_wrap_style .highlight_decoration {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
}

.add_wrap_style .decoration_badge {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #2563eb) 0%, var(--primary-700, #1d4ed8) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
  opacity: 0.9;
}

.add_wrap_style .feature_highlight:hover .decoration_badge {
  opacity: 1;
  transform: scale(1.05);
}

.add_wrap_style .highlight_content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.add_wrap_style .feature_highlight .block_number {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  color: var(--primary-500, #2563eb);
}

.add_wrap_style .feature_highlight .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_style .intro_accent_line {
    height: 80px;
    margin-bottom: var(--space-4, 1rem);
  }
  
  .add_wrap_style .intro_content {
    padding-left: 0;
  }
  
  .add_wrap_style .feature_large,
  .add_wrap_style .feature_compact {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_style {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_style .add_intro_section {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_style .block_number {
    font-size: 2.5rem;
  }
  
  .add_wrap_style .feature_block {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_style .feature_large {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_style .feature_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_style .decoration_badge {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}



/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.header-badge {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%)
  );
  border-radius: 50%;
  margin: 0 auto 2rem;
  border: 3px solid var(--primary-300);
}

.header-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Wrapper */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0;
  padding: 2rem 0;
  counter-reset: timeline-counter;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    var(--primary-100), 
    var(--primary-300),
    var(--primary-100)
  );
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-line::before,
.timeline-line::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--primary-300);
  border-radius: 50%;
  transform: translateX(-50%);
}

.timeline-line::before {
  top: 0;
}

.timeline-line::after {
  bottom: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.timeline-marker {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.timeline-item:nth-child(even) .timeline-marker {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.marker-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  counter-increment: timeline-counter;
}

.marker-number::before {
  content: counter(timeline-counter);
}

.marker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--light);
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.marker-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.timeline-item:hover .marker-icon {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: scale(1.1) rotate(10deg);
}

.timeline-item:hover .marker-icon i {
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  flex: 1;
  width: 50%;
}

.timeline-card {
  background: var(--light);
  border: 2px solid var(--primary-100);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-300) 60%, transparent 40%)
  );
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline-item:hover .timeline-card {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.timeline-item:hover .timeline-card::before {
  opacity: 1;
}

.timeline-arrow {
  position: absolute;
  top: 30px;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--primary-100);
  transition: border-color 0.3s ease;
}

.timeline-item:nth-child(even) .timeline-arrow {
  left: -12px;
  right: auto;
  border-right: none;
  border-left: 12px solid var(--primary-100);
}

.timeline-item:hover .timeline-arrow {
  border-right-color: var(--primary-500);
}

.timeline-item:nth-child(even):hover .timeline-arrow {
  border-left-color: var(--primary-500);
  border-right-color: transparent;
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.timeline-item:hover .timeline-title {
  color: var(--primary-500);
}

.timeline-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Floating Decorative Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}

.floating-shape i {
  font-size: 3rem;
  color: var(--primary-500);
}

.shape-1 {
  top: 10%;
  left: 8%;
  animation: float-diagonal 12s ease-in-out infinite;
}

.shape-2 {
  top: 50%;
  right: 5%;
  animation: float-diagonal 15s ease-in-out infinite 3s;
}

.shape-3 {
  bottom: 15%;
  left: 10%;
  animation: float-diagonal 18s ease-in-out infinite 6s;
}

/* Animations */
@keyframes float-diagonal {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
  }
  50% {
    transform: translate(0, -40px) rotate(180deg);
  }
  75% {
    transform: translate(-20px, -20px) rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item {
    flex-direction: column !important;
    padding-left: 80px;
  }
  
  .timeline-item:nth-child(even) {
    flex-direction: column !important;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
    width: auto;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  
  .timeline-content {
    width: 100%;
  }
  
  .timeline-arrow {
    display: none;
  }
  
  .marker-number {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .floating-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .header-badge {
    width: 60px;
    height: 60px;
  }
  
  .header-badge i {
    font-size: 1.75rem;
  }
  
  .timeline-wrapper {
    margin-top: 2rem;
  }
  
  .timeline-item {
    margin-bottom: 2.5rem;
    padding-left: 70px;
  }
}



.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.creative-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.badge-circle:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* Timeline Styles */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%, 
    var(--primary-300) 90%, 
    transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.marker-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  background: var(--surface-secondary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
}

.marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.marker-icon i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-item:hover .timeline-content {
  border-color: var(--primary-300);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline-decoration {
  position: absolute;
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent);
  pointer-events: none;
  transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-decoration {
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-decoration {
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:hover .timeline-decoration {
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  transform: translateY(-50%) scale(1.2);
}

.timeline-item-final .marker-icon {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 15%;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
  bottom: 20%;
  left: -80px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 18s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 35px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 80px;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
  }
  
  .timeline-decoration {
    display: none;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .timeline-content {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.375rem;
  }
  
  .marker-icon {
    width: 60px;
    height: 60px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
}





.additional-universal-modern {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .section-header h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.additional-universal-modern .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-modern .section-header p {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
}

/* Image Placeholder */
.additional-universal-modern .image-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
}

.additional-universal-modern .row:hover .image-placeholder {
  transform: scale(1.03);
}

.additional-universal-modern .placeholder-content {
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.4;
}

/* Content Block */
.additional-universal-modern .content-block {
  padding: 1.5rem 0;
}

/* Icon Badge */
.additional-universal-modern .icon-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.additional-universal-modern .row:hover .icon-badge {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Content Typography */
.additional-universal-modern .content-block h3 {
  color: var(--text-primary);
  line-height: 1.4;
}

.additional-universal-modern .content-block p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Floating Decorative Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.additional-universal-modern .floating-shape.shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: float-1 8s ease-in-out infinite;
}

.additional-universal-modern .floating-shape.shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 20%;
  left: 8%;
  animation: float-2 10s ease-in-out infinite;
}

.additional-universal-modern .floating-shape.shape-3 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
  animation: float-3 12s ease-in-out infinite;
}

/* Floating Animations */
@keyframes float-1 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-30px) translateX(20px); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(30px) translateX(-20px); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(-30px); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-modern .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-modern .image-placeholder {
    height: 260px;
  }

  .additional-universal-modern .content-block h3 {
    font-size: 1.5rem;
  }

  .additional-universal-modern .floating-shape {
    opacity: 0.05;
  }
}

@media (max-width: 767px) {
  .additional-universal-modern .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-modern .image-placeholder {
    height: 220px;
  }

  .additional-universal-modern .placeholder-content {
    font-size: 3rem;
  }

  .additional-universal-modern .icon-badge {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-modern .content-block h3 {
    font-size: 1.35rem;
  }

  .additional-universal-modern .content-block {
    padding: 1rem 0;
  }
}





/* Universal section */

.additional-universal-style {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-style .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-style .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-style .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Highlight Blocks */
.additional-universal-style .highlight-block {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  background: var(--neutral-0);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-style .highlight-block:last-child {
  margin-bottom: 0;
}

.additional-universal-style .highlight-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Quote Block */
.additional-universal-style .block-quote {
  border-left: 5px solid var(--primary-500);
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}

.additional-universal-style .quote-mark {
  position: absolute;
  top: -15px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-style .quote-mark i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Callout Block */
.additional-universal-style .block-callout {
  border: 3px solid var(--accent-300);
  background: var(--accent-50);
  padding-left: 7rem;
}

.additional-universal-style .callout-icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-style .callout-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Featured Block */
.additional-universal-style .block-featured {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
  border: 3px solid var(--primary-400);
  text-align: center;
  padding: 3rem 2.5rem;
}

.additional-universal-style .featured-marker {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  animation: pulse-star 2s ease-in-out infinite;
}

.additional-universal-style .featured-marker i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

@keyframes pulse-star {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Emphasis Block */
.additional-universal-style .block-emphasis {
  border-top: 4px solid var(--primary-500);
  border-bottom: 4px solid var(--primary-500);
  background: var(--neutral-50);
}

.additional-universal-style .emphasis-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--accent-500));
}

/* Impact Block */
.additional-universal-style .block-impact {
  background: var(--neutral-0);
  border: 2px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.additional-universal-style .impact-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
}

/* Highlight Content */
.additional-universal-style .highlight-content {
  position: relative;
  z-index: 2;
}

.additional-universal-style .highlight-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-style .highlight-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.8;
  margin: 0;
}

/* Highlight Badges */
.additional-universal-style .highlight-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.additional-universal-style .badge-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
}

.additional-universal-style .badge-accent {
  background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
  color: var(--neutral-0);
}

.additional-universal-style .badge-special {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #5A3600;
}

.additional-universal-style .badge-secondary {
  background: linear-gradient(135deg, var(--neutral-700), var(--neutral-800));
  color: var(--neutral-0);
}

.additional-universal-style .badge-gradient {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
  color: var(--neutral-0);
}

/* Background Shapes */
.additional-universal-style .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(70px);
}

.additional-universal-style .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 20%;
  left: -100px;
}

.additional-universal-style .shape-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-400);
  bottom: 25%;
  right: -80px;
}

/* Decorative Dots */
.additional-universal-style .decorative-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 16px 16px;
}

.additional-universal-style .dots-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-style .dots-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-style {
    padding: 4rem 0;
  }

  .additional-universal-style .highlight-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .additional-universal-style .block-featured {
    padding: 2.5rem 2rem;
  }

  .additional-universal-style .block-callout {
    padding-left: 2rem;
    padding-top: 6rem;
  }

  .additional-universal-style .callout-icon {
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
  }

  .additional-universal-style .highlight-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-style {
    padding: 3rem 0;
  }

  .additional-universal-style .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-style .section-description {
    font-size: 1rem;
  }

  .additional-universal-style .highlight-block {
    padding: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .additional-universal-style .block-quote {
    border-left-width: 4px;
  }

  .additional-universal-style .quote-mark {
    width: 50px;
    height: 50px;
    top: -12px;
    left: 20px;
  }

  .additional-universal-style .quote-mark i {
    font-size: 1.75rem;
  }

  .additional-universal-style .block-callout {
    padding: 1.75rem;
    padding-top: 5.5rem;
  }

  .additional-universal-style .callout-icon {
    width: 60px;
    height: 60px;
    top: 1.5rem;
  }

  .additional-universal-style .callout-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-style .block-featured {
    padding: 2rem 1.75rem;
  }

  .additional-universal-style .featured-marker {
    width: 70px;
    height: 70px;
  }

  .additional-universal-style .featured-marker i {
    font-size: 2rem;
  }

  .additional-universal-style .highlight-title {
    font-size: 1.25rem;
  }

  .additional-universal-style .highlight-description {
    font-size: 0.95rem;
  }

  .additional-universal-style .highlight-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .additional-universal-style .bg-shape,
  .additional-universal-style .decorative-dots {
    display: none;
  }
}







/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.header-accent-line {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title {
  font-size: 2.75rem;
  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: 750px;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 1;
}

.content-item {
  position: relative;
  padding: 1.5rem 0;
}

.content-text {
  position: relative;
  padding: 2rem;
  background: var(--surface-primary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.content-item:hover .content-text {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-100);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.content-item:hover .item-number {
  color: var(--primary-300);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Placeholder */
.content-visual {
  position: relative;
  padding: 1rem;
}

.visual-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-secondary) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.content-item:hover .visual-placeholder {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.visual-placeholder i {
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
}

.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 3%;
}

.decorative-line {
  position: absolute;
  background: var(--primary-100);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.line-1 {
  width: 2px;
  height: 60%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .item-title {
    font-size: 1.5rem;
  }

  .content-text {
    padding: 1.5rem;
  }

  .item-number {
    font-size: 2.5rem;
  }

  .visual-placeholder i {
    font-size: 3rem;
  }

  .line-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-item {
    padding: 1rem 0;
  }

  .content-text {
    padding: 1.25rem;
  }

  .item-title {
    font-size: 1.375rem;
  }

  .item-description {
    font-size: 1rem;
  }

  .decorative-circle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .item-number {
    font-size: 2rem;
  }

  .visual-placeholder {
    aspect-ratio: 16/9;
  }

  .visual-placeholder i {
    font-size: 2.5rem;
  }
}





/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}







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: 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;
    }
}




.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: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Minimal Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !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: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !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: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 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 {
    color: #333333 !important;
    background: transparent !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: #666666 !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: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !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: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !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: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !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: #333333 !important;
    font-size: 13px !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: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !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: 11px !important;
    color: #999999 !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: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !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: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}



/* CTA Section - Bold Style */
.website-cta-section {
    padding: 50px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !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;
    }
}



/* 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 - Retro Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-icons-grid {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 3px solid;
    background: transparent;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.social-link:hover {
    transform: translateX(3px) translateY(-3px);
    box-shadow: -3px 3px 0px currentColor;
    color: white;
}

.facebook-link {
    border-color: #1877f2;
    background: #1877f2;
}

.facebook-link:hover {
    background: transparent;
    color: #1877f2;
}

.linkedin-link {
    border-color: #0a66c2;
    background: #0a66c2;
}

.linkedin-link:hover {
    background: transparent;
    color: #0a66c2;
}

.instagram-link {
    border-color: #e4405f;
    background: #e4405f;
}

.instagram-link:hover {
    background: transparent;
    color: #e4405f;
}

.x-link {
    border-color: #000000;
    background: #000000;
    position: relative;
}

.x-link::after {
    content: 'X';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: transparent;
    color: #000000;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 10px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}



/* 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 - Classic Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 12px 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    background: #ffffff !important;
    color: #333333 !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

.newsletter-button {
    padding: 12px 20px !important;
    background: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    border-radius: 5px !important;
    color: #155724 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px 0;
        padding: 20px 15px;
    }
    
    .newsletter-form {
        max-width: 300px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: modern-v002
 * Toggle: 13
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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;
    }
}


