:root {
  --primary-50: #ecfeff;
  --primary-50-rgb: 236, 254, 255;
  --primary-50-rgb: 236, 254, 255;
  --primary-100: #cffafe;
  --primary-100-rgb: 207, 250, 254;
  --primary-100-rgb: 207, 250, 254;
  --primary-300: #67e8f9;
  --primary-300-rgb: 103, 232, 249;
  --primary-300-rgb: 103, 232, 249;
  --primary-500: #06b6d4;
  --primary-500-rgb: 6, 182, 212;
  --primary-500-rgb: 6, 182, 212;
  --primary-700: #0891b2;
  --primary-700-rgb: 8, 145, 178;
  --primary-700-rgb: 8, 145, 178;
  --primary-200: #9bf1fc;
  --primary-200-rgb: 155, 241, 252;
  --primary-200-rgb: 155, 241, 252;
  --primary-400: #37cfe7;
  --primary-400-rgb: 55, 207, 231;
  --primary-400-rgb: 55, 207, 231;
  --primary-600: #07a4c3;
  --primary-600-rgb: 7, 164, 195;
  --primary-600-rgb: 7, 164, 195;
  --primary-800: #06748e;
  --primary-800-rgb: 6, 116, 142;
  --primary-800-rgb: 6, 116, 142;
  --primary-900: #056379;
  --primary-900-rgb: 5, 99, 121;
  --primary-900-rgb: 5, 99, 121;
  --primary-950: #044555;
  --primary-950-rgb: 4, 69, 85;
  --primary-950-rgb: 4, 69, 85;
  --primary-rgb: 6, 182, 212;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f4f4f5;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-300: #d4d4d8;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-500: #71717a;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-700: #3f3f46;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-900: #2b2b30;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-200: #e4e4e7;
  --neutral-200-rgb: 228, 228, 231;
  --neutral-200-rgb: 228, 228, 231;
  --neutral-400: #a3a3a9;
  --neutral-400-rgb: 163, 163, 169;
  --neutral-400-rgb: 163, 163, 169;
  --neutral-600: #585860;
  --neutral-600-rgb: 88, 88, 96;
  --neutral-600-rgb: 88, 88, 96;
  --neutral-800: #323238;
  --neutral-800-rgb: 50, 50, 56;
  --neutral-800-rgb: 50, 50, 56;
  --neutral-950: #1e1e22;
  --neutral-950-rgb: 30, 30, 34;
  --neutral-950-rgb: 30, 30, 34;
  --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: #f2fee8;
  --accent-50-rgb: 242, 254, 232;
  --accent-50-rgb: 242, 254, 232;
  --accent-100: #ddfbe7;
  --accent-100-rgb: 221, 251, 231;
  --accent-100-rgb: 221, 251, 231;
  --accent-200: #b9f3e5;
  --accent-200-rgb: 185, 243, 229;
  --accent-200-rgb: 185, 243, 229;
  --accent-300: #95ebe3;
  --accent-300-rgb: 149, 235, 227;
  --accent-300-rgb: 149, 235, 227;
  --accent-400: #73d6d2;
  --accent-400-rgb: 115, 214, 210;
  --accent-400-rgb: 115, 214, 210;
  --accent-500: #51c1c1;
  --accent-500-rgb: 81, 193, 193;
  --accent-500-rgb: 81, 193, 193;
  --accent-600: #51b2b1;
  --accent-600-rgb: 81, 178, 177;
  --accent-600-rgb: 81, 178, 177;
  --accent-700: #52a2a2;
  --accent-700-rgb: 82, 162, 162;
  --accent-700-rgb: 82, 162, 162;
  --accent-800: #518981;
  --accent-800-rgb: 81, 137, 129;
  --accent-800-rgb: 81, 137, 129;
  --accent-900: #507a6e;
  --accent-900-rgb: 80, 122, 110;
  --accent-900-rgb: 80, 122, 110;
  --accent-950: #4f614d;
  --accent-950-rgb: 79, 97, 77;
  --accent-950-rgb: 79, 97, 77;
  --accent-rgb: 81, 193, 193;
  --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 ===== */
.modern_font_primary {
  font-family: var(--font-primary);
}

.top_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 */
.creative_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);
}

.app_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);
}

.core_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 */
.design_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);
}

.main_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);
}

.clean_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);
}

.layout_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);
}

.container_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);
}

.page_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 */
.brand_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);
}

.fresh_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);
}

.agency_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 */
.ui_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);
}

.smart_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 */
.unique_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);
}

.theme_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 */
.custom_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);
}

.dark_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 */
.company_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);
}

.new_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);
}

.bold_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 */
.style_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);
}

.best_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 */
.bright_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 */
.content_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) {
  .custom_hero_title {
    font-size: var(--text-4xl);
  }
  
  .company_section_title {
    font-size: var(--text-3xl);
  }
  
  .creative_display_1 {
    font-size: var(--text-5xl);
  }
  
  .app_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .custom_hero_title {
    font-size: var(--text-3xl);
  }
  
  .company_section_title {
    font-size: var(--text-2xl);
  }
  
  .creative_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 ===== */
.business_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.light_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.digital_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.base_text_balance {
  text-wrap: balance;
}

.elite_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .section_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .ui_caption,
  .smart_overline,
  .content_footer_text {
    color: var(--text-secondary);
  }
  
  .dark_hero_subtitle,
  .new_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .custom_hero_title,
  .company_section_title,
  .design_heading_1,
  .main_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .business_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.minimal_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.premium_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.web_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.prime_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site_stack {
  display: flex;
  flex-direction: column;
}

.company90_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agency23_full_height {
  min-height: 100vh;
}

.bold48_section_height {
  min-height: 80vh;
}

.section24_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.ui43_m_0 { margin: 0; }
.studio4_m_1 { margin: var(--space-1); }
.digital87_m_2 { margin: var(--space-2); }
.unique93_m_3 { margin: var(--space-3); }
.minimal62_m_4 { margin: var(--space-4); }
.light74_m_6 { margin: var(--space-6); }
.theme30_m_8 { margin: var(--space-8); }
.theme4_m_12 { margin: var(--space-12); }
.web26_m_16 { margin: var(--space-16); }

.layout93_mx_auto { margin-left: auto; margin-right: auto; }
.business93_my_auto { margin-top: auto; margin-bottom: auto; }

.light35_mt_0 { margin-top: 0; }
.agency84_mt_4 { margin-top: var(--space-4); }
.theme31_mt_8 { margin-top: var(--space-8); }
.site67_mt_12 { margin-top: var(--space-12); }

.company63_mb_0 { margin-bottom: 0; }
.main50_mb_4 { margin-bottom: var(--space-4); }
.container34_mb_8 { margin-bottom: var(--space-8); }
.bold0_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.pro94_p_0 { padding: 0; }
.business96_p_1 { padding: var(--space-1); }
.smart33_p_2 { padding: var(--space-2); }
.pro16_p_3 { padding: var(--space-3); }
.site46_p_4 { padding: var(--space-4); }
.best83_p_6 { padding: var(--space-6); }
.modern13_p_8 { padding: var(--space-8); }

.digital86_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.ui1_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.smart86_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.main92_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.pro64_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.prime70_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.style38_gap_1 { gap: var(--space-1); }
.best39_gap_2 { gap: var(--space-2); }
.new94_gap_3 { gap: var(--space-3); }
.best67_gap_4 { gap: var(--space-4); }
.brand78_gap_6 { gap: var(--space-6); }
.site7_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.company93_shadow_none { box-shadow: var(--shadow-none); }
.main69_shadow_xs { box-shadow: var(--shadow-xs); }
.theme73_shadow_sm { box-shadow: var(--shadow-sm); }
.container9_shadow_md { box-shadow: var(--shadow-md); }
.content12_shadow_lg { box-shadow: var(--shadow-lg); }
.premium86_shadow_xl { box-shadow: var(--shadow-xl); }
.section28_shadow_2xl { box-shadow: var(--shadow-2xl); }
.clean62_shadow_inner { box-shadow: var(--shadow-inner); }
.digital39_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.premium6_radius_none { border-radius: var(--radius-none); }
.ui7_radius_xs { border-radius: var(--radius-xs); }
.premium95_radius_sm { border-radius: var(--radius-sm); }
.core28_radius_md { border-radius: var(--radius-md); }
.smart43_radius_lg { border-radius: var(--radius-lg); }
.style1_radius_xl { border-radius: var(--radius-xl); }
.site79_radius_2xl { border-radius: var(--radius-2xl); }
.company34_radius_3xl { border-radius: var(--radius-3xl); }
.web90_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.main10_gradient_primary {
  background: var(--gradient-primary);
}

.content56_gradient_secondary {
  background: var(--gradient-secondary);
}

.elite58_gradient_hero {
  background: var(--gradient-hero);
}

.custom6_gradient_card {
  background: var(--gradient-card);
}

.company0_gradient_overlay {
  position: relative;
}

.company0_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;
}

.company0_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.app69_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.app69_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.minimal48_hover_scale {
  transition: transform var(--transition-normal);
}

.minimal48_hover_scale:hover {
  transform: scale(1.02);
}

.light57_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.light57_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.prime30_hover_fade {
  transition: opacity var(--transition-normal);
}

.prime30_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.new91_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.new91_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.core47_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.base42_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.web32_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.brand7_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.page61_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.page84_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.best28_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.style70_timeline {
  position: relative;
}

.style70_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.content87_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.content87_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.content87_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.page45_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.custom85_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;
  }
}

.agency77_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;
  }
}

.main64_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 */
.clean10_transition_all {
  transition: var(--transition-all);
}

.creative56_transition_fast {
  transition: all var(--transition-fast);
}

.business54_transition_normal {
  transition: all var(--transition-normal);
}

.site97_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.site67_bg_primary { background-color: var(--bg-primary); }
.creative27_bg_secondary { background-color: var(--bg-secondary); }
.agency40_bg_muted { background-color: var(--bg-muted); }
.modern17_bg_glass { background-color: var(--bg-glass); }

.bright53_text_primary { color: var(--text-primary); }
.bright86_text_secondary { color: var(--text-secondary); }
.digital16_text_muted { color: var(--text-muted); }
.bold54_text_inverse { color: var(--text-inverse); }
.modern41_text_link { color: var(--text-link); }

.layout82_border_light { border-color: var(--border-light); }
.unique12_border_medium { border-color: var(--border-medium); }
.agency33_border_strong { border-color: var(--border-strong); }
.main36_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .web32_services_grid,
  .page61_features_grid,
  .brand7_team_grid,
  .best28_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .page84_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .style70_timeline::before {
    left: 30px;
  }
  
  .content87_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .bold48_section_height {
    min-height: 60vh;
  }
  
  .section24_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .page84_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .content87_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.elite98_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;
}

.new32_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.site75_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);
}

.site75_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .clean27_no_print {
    display: none !important;
  }
  
  .minimal56_print_only {
    display: block !important;
  }
  
  .main69_shadow_xs,
  .theme73_shadow_sm,
  .container9_shadow_md,
  .content12_shadow_lg,
  .premium86_shadow_xl,
  .section28_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .page45_fade_in,
  .custom85_slide_up,
  .agency77_slide_in_left,
  .main64_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .app69_hover_lift,
  .minimal48_hover_scale,
  .light57_hover_shadow,
  .prime30_hover_fade,
  .clean10_transition_all,
  .creative56_transition_fast,
  .business54_transition_normal,
  .site97_transition_slow {
    transition: none;
  }
}

/* Header section */

.header-standard {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

/* Navbar Styling */
.header-standard .navbar {
  padding: 1.25rem 0;
  transition: all 0.3s ease;
}

/* Brand/Site Name */
.header-standard .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10004;
}

.header-standard .navbar-brand:hover {
  color: var(--primary-500);
}

/* Navigation Links - ALL IDENTICAL STYLES */
.header-standard .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  transition: all 0.3s ease;
  position: relative;
}

.header-standard .nav-link::after {
  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-500);
}

.header-standard .nav-link:hover::after {
  width: 80%;
}

/* Hide Hamburger Toggle Input */
.header-standard .menu-toggle-input {
  display: none;
}

/* Custom Hamburger Icon - DARK COLOR */
.header-standard .hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 10003; /* CRITICAL: Highest z-index */
  transition: transform 0.3s ease;
}

.header-standard .hamburger-line {
  width: 100%;
  height: 3px;
  background: #334155; /* DARK COLOR - Critical requirement */
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.header-standard .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}

.header-standard .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-standard .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* Backdrop Overlay */
.header-standard .menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1; /* CRITICAL: Below toggle, prevents blocking close action */
}

/* Decorative Line */
.header-standard .header-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.header-standard .decoration-line {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-300) 50%,
    transparent 100%
  );
}

/* Desktop Navigation */
@media (min-width: 992px) {
  .header-standard .navbar-nav {
    align-items: center;
  }

  .header-standard .nav-item {
    margin: 0 0.25rem;
  }
}

/* Mobile Styles - CRITICAL Z-INDEX HIERARCHY */
@media (max-width: 991.98px) {
  /* Show Hamburger */
  .header-standard .hamburger-toggle {
    display: flex;
  }

  /* Hide Desktop Menu by Default */
  .header-standard .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 6rem 2rem 2rem;
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 10; /* CRITICAL: Below toggle (10003), above backdrop (-1) */
  }

  /* Open Menu State */
  .header-standard .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Show Backdrop When Menu Open */
  .header-standard .menu-toggle-input:checked ~ .navbar-collapse .menu-backdrop {
    display: block;
    opacity: 1;
  }

  /* Mobile Navigation Links */
  .header-standard .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .header-standard .nav-item {
    margin: 0;
  }

  .header-standard .nav-link {
    padding: 1rem 1.25rem;
    margin: 0;
    border-radius: 8px;
    background: var(--surface-secondary);
    transition: all 0.3s ease;
  }

  .header-standard .nav-link:hover {
    background: var(--primary-50);
    transform: translateX(4px);
  }

  .header-standard .nav-link::after {
    display: none;
  }

  /* Stagger Animation for Menu Items */
  .header-standard .menu-toggle-input:checked ~ .navbar-collapse .nav-item {
    animation: slideInRight 0.4s ease forwards;
  }

  .header-standard .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-standard .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }

  .header-standard .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }

  .header-standard .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
}

/* Slide In Animation */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-standard .navbar-collapse {
    width: 320px;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .header-standard .navbar {
    padding: 1rem 0;
  }

  .header-standard .navbar-brand {
    font-size: 1.25rem;
  }

  .header-standard .navbar-collapse {
    width: 100%;
    right: -100%;
  }

  .header-standard .hamburger-toggle {
    width: 24px;
    height: 18px;
  }

  .header-standard .hamburger-line {
    height: 2.5px;
  }

  .header-standard .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
    transform: translateY(7.75px) rotate(45deg);
  }

  .header-standard .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
    transform: translateY(-7.75px) rotate(-45deg);
  }
}

/* Accessibility */
.header-standard .hamburger-toggle:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

.header-standard .nav-link:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* ================================================
   Hero Section v-148 - Professional Blue Theme
   ================================================ */

.hero-special {
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

/* ================================================
   Decorative Background Elements
   ================================================ */

.hero-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.hero-special .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: -150px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.hero-special .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  bottom: -100px;
  left: -150px;
  animation: float 25s ease-in-out infinite reverse;
}

.hero-special .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.hero-special .circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 5%;
  animation: pulse 8s ease-in-out infinite;
}

.hero-special .circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 10%;
  animation: pulse 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
}

/* ================================================
   Content Container
   ================================================ */

.hero-special .container {
  z-index: 1;
}

.hero-special .hero-content {
  padding-right: 2rem;
}

/* ================================================
   Decorative Badge
   ================================================ */

.hero-special .badge-wrapper {
  display: inline-block;
  animation: bounceIn 1s ease-out;
}

.hero-special .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  color: var(--light);
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* ================================================
   Typography with Topology IDs
   ================================================ */

.hero-special .hero-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.hero-special .hero-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.4;
}

.hero-special .hero-description {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.125rem;
}

/* ================================================
   Features Icons Grid
   ================================================ */

.hero-special .features-icons-grid {
  margin-top: 2rem;
}

.hero-special .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 12px;
  color: var(--primary-700);
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hero-special .icon-box:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: var(--primary-50);
}

/* ================================================
   Trust Indicators
   ================================================ */

.hero-special .trust-indicators {
  margin-top: 2rem;
}

.hero-special .trust-item i {
  color: var(--primary-500);
  animation: fadeInUp 0.6s ease-out backwards;
}

.hero-special .trust-item:nth-child(1) i {
  animation-delay: 0.2s;
}

.hero-special .trust-item:nth-child(2) i {
  animation-delay: 0.4s;
}

.hero-special .trust-item:nth-child(3) i {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================
   Hero Image Section
   ================================================ */

.hero-special .hero-image-wrapper {
  padding: 2rem;
}

.hero-special .hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  background: var(--surface-primary);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.6s ease;
}

.hero-special .hero-image-container:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.hero-special .hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.hero-special .hero-image-container:hover .hero-main-image {
  transform: scale(1.05);
}

/* ================================================
   Decorative Image Frames
   ================================================ */

.hero-special .image-frame {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 3px solid var(--primary-500);
  z-index: 2;
  pointer-events: none;
}

.hero-special .frame-top-left {
  top: -15px;
  left: -15px;
  border-right: none;
  border-bottom: none;
  border-radius: 24px 0 0 0;
}

.hero-special .frame-bottom-right {
  bottom: -15px;
  right: -15px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 24px 0;
}

/* ================================================
   Floating Elements
   ================================================ */

.hero-special .floating-element {
  position: absolute;
  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;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.hero-special .element-1 {
  top: 10%;
  right: -10px;
  animation: floatVertical 4s ease-in-out infinite;
}

.hero-special .element-2 {
  bottom: 20%;
  left: -20px;
  animation: floatVertical 5s ease-in-out infinite reverse;
  animation-delay: 1s;
}

.hero-special .element-3 {
  top: 50%;
  right: -15px;
  animation: floatVertical 6s ease-in-out infinite;
  animation-delay: 2s;
}

@keyframes floatVertical {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* ================================================
   Dots Pattern
   ================================================ */

.hero-special .dots-pattern {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(
    circle,
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 15px 15px;
  opacity: 0.3;
  z-index: 1;
}

.hero-special .pattern-1 {
  top: -40px;
  left: -40px;
}

.hero-special .pattern-2 {
  bottom: -40px;
  right: -40px;
}

/* ================================================
   Wave Decoration
   ================================================ */

.hero-special .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--surface-primary)
  );
  z-index: 0;
}

/* ================================================
   Responsive Design
   ================================================ */

@media (max-width: 991.98px) {
  .hero-special .hero-content {
    padding-right: 0;
    text-align: center;
  }

  .hero-special .hero-title {
    font-size: 2.5rem;
  }

  .hero-special .badge-wrapper,
  .hero-special .features-icons-grid,
  .hero-special .trust-indicators {
    justify-content: center;
  }

  .hero-special .hero-image-container {
    transform: none;
  }

  .hero-special .floating-element {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .hero-special .hero-title {
    font-size: 2rem;
  }

  .hero-special .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-special .hero-description {
    font-size: 1rem;
  }

  .hero-special .icon-box {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .hero-special .blob-1,
  .hero-special .blob-2 {
    width: 300px;
    height: 300px;
  }

  .hero-special .floating-element {
    display: none;
  }

  .hero-special .image-frame {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .hero-special {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .hero-special .hero-title {
    font-size: 1.75rem;
  }

  .hero-special .decorative-badge {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .hero-special .features-icons-grid {
    gap: 0.5rem !important;
  }

  .hero-special .icon-box {
    width: 44px;
    height: 44px;
  }

  .hero-special .hero-image-wrapper {
    padding: 1rem;
  }
}

/* ================================================
   Accessibility & High Contrast
   ================================================ */

@media (prefers-reduced-motion: reduce) {
  .hero-special * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.hero-special *:focus-visible {
  outline: 3px solid var(--primary-500);
  outline-offset: 2px;
  border-radius: 4px;
}

.about-section-style {
  position: relative;
  padding: 120px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Elements */
.about-section-style .modern-gradient-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(60px);
}

.about-section-style .modern-gradient-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
}

.about-section-style .floating-squares {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.about-section-style .floating-squares .square {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  animation: float-square 20s ease-in-out infinite;
}

.about-section-style .floating-squares .square:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.about-section-style .floating-squares .square:nth-child(2) {
  top: 60%;
  right: 15%;
  animation-delay: 7s;
}

.about-section-style .floating-squares .square:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: 14s;
}

@keyframes float-square {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
    opacity: 0.5;
  }
  50% {
    transform: translate(40px, 0) rotate(180deg);
    opacity: 0.3;
  }
  75% {
    transform: translate(20px, 20px) rotate(270deg);
    opacity: 0.5;
  }
}

/* Intro Block */
.about-section-style .intro-block {
  position: relative;
  z-index: 1;
}

.about-section-style .modern-accent-bar {
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.about-section-style #about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-style #about-subtitle {
  color: var(--primary-700);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.about-section-style #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline */
.about-section-style .timeline-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
  z-index: 1;
}

.about-section-style .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--primary-300), transparent);
  transform: translateX(-50%);
}

.about-section-style .timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 50%;
}

.about-section-style .timeline-item.left {
  left: 0;
  padding-right: 3rem;
}

.about-section-style .timeline-item.right {
  left: 50%;
  padding-left: 3rem;
}

.about-section-style .timeline-content {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
}

.about-section-style .timeline-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.about-section-style .timeline-icon {
  position: absolute;
  top: 2.5rem;
  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 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
  border: 4px solid var(--surface-primary);
  z-index: 2;
  transition: all 0.4s ease;
}

.about-section-style .timeline-item.left .timeline-icon {
  right: -2.5rem;
}

.about-section-style .timeline-item.right .timeline-icon {
  left: -2.5rem;
}

.about-section-style .timeline-content:hover .timeline-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 50%, transparent);
}

.about-section-style .timeline-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Content Grid */
.about-section-style .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.about-section-style .content-grid.reverse {
  grid-template-columns: 1fr 1fr;
}

.about-section-style .content-grid.single {
  grid-template-columns: 1fr;
}

.about-section-style .text-block h4,
.about-section-style .text-block-full h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-style .text-block p,
.about-section-style .text-block-full p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.about-section-style .text-block-full {
  text-align: center;
}

/* Image Block */
.about-section-style .image-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.about-section-style .image-block img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-style .timeline-content:hover .image-block img {
  transform: scale(1.08);
}

.about-section-style .image-accent {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  opacity: 0.2;
  border-radius: 8px;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-section-style {
    padding: 80px 0;
  }

  .about-section-style #about-title {
    font-size: 2.5rem;
  }

  .about-section-style .timeline-line {
    left: 30px;
  }

  .about-section-style .timeline-item.left,
  .about-section-style .timeline-item.right {
    width: 100%;
    left: 0;
    padding-left: 80px;
    padding-right: 0;
  }

  .about-section-style .timeline-item.left .timeline-icon,
  .about-section-style .timeline-item.right .timeline-icon {
    left: 0;
    right: auto;
  }

  .about-section-style .content-grid,
  .about-section-style .content-grid.reverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-section-style .image-block img {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .about-section-style {
    padding: 60px 0;
  }

  .about-section-style #about-title {
    font-size: 2rem;
  }

  .about-section-style .timeline-content {
    padding: 2rem 1.5rem;
  }

  .about-section-style .timeline-item.left,
  .about-section-style .timeline-item.right {
    padding-left: 70px;
  }

  .about-section-style .timeline-icon {
    width: 50px;
    height: 50px;
  }

  .about-section-style .timeline-icon i {
    font-size: 1.25rem;
  }

  .about-section-style .image-block img {
    height: 180px;
  }
}





/* ============================================
   Features Section v-103 - Professional Blue
   ============================================ */

.features-section-special {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* ==================
   Header Styles
   ================== */

.features-section-special .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.features-section-special .section-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.features-section-special .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 100%;
}

/* ==================
   Feature Cards
   ================== */

.features-section-special .feature-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  overflow: hidden;
}

.features-section-special .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 5%, transparent) 0%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.features-section-special .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.features-section-special .feature-card:hover::before {
  opacity: 1;
}

/* ==================
   Feature Icons
   ================== */

.features-section-special .feature-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.4s ease;
  z-index: 1;
}

.features-section-special .feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.features-section-special .feature-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

/* ==================
   Feature Content
   ================== */

.features-section-special .feature-content {
  position: relative;
  z-index: 1;
}

.features-section-special .feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.features-section-special .feature-card:hover .feature-title {
  color: var(--primary-500);
}

.features-section-special .feature-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 0;
}

/* ==================
   Feature Decoration
   ================== */

.features-section-special .feature-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50%;
  z-index: 0;
  transition: transform 0.4s ease;
}

.features-section-special .feature-card:hover .feature-decoration {
  transform: scale(1.3);
}

/* ==================
   Decorative Elements
   ================== */

.features-section-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}

.features-section-special .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 50%, transparent)
  );
  top: -100px;
  left: -100px;
  animation: blob-float-1 20s ease-in-out infinite;
}

.features-section-special .blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    var(--primary-700),
    color-mix(in srgb, var(--primary-700) 50%, transparent)
  );
  bottom: -80px;
  right: -80px;
  animation: blob-float-2 18s ease-in-out infinite;
}

.features-section-special .decorative-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(
    circle,
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.features-section-special .dots-1 {
  top: 60px;
  right: 80px;
}

.features-section-special .dots-2 {
  bottom: 100px;
  left: 60px;
}

/* ==================
   Animations
   ================== */

@keyframes blob-float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes blob-float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-25px, 25px) scale(0.95);
  }
  66% {
    transform: translate(25px, -25px) scale(1.05);
  }
}

/* ==================
   Responsive Design
   ================== */

/* Tablets */
@media (max-width: 991px) {
  .features-section-special .feature-card {
    padding: 1.75rem 1.25rem;
  }
  
  .features-section-special .feature-icon-wrapper {
    width: 65px;
    height: 65px;
  }
  
  .features-section-special .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .features-section-special .blob-1,
  .features-section-special .blob-2 {
    opacity: 0.04;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .features-section-special {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .features-section-special .section-title {
    margin-bottom: 0.75rem;
  }
  
  .features-section-special .section-subtitle {
    margin-bottom: 0.75rem;
  }
  
  .features-section-special .feature-card {
    padding: 1.5rem 1rem;
  }
  
  .features-section-special .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 1.25rem;
  }
  
  .features-section-special .feature-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .features-section-special .feature-title {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
  }
  
  .features-section-special .feature-description {
    font-size: 0.9rem;
  }
  
  .features-section-special .decorative-dots {
    display: none;
  }
  
  .features-section-special .blob-1 {
    width: 250px;
    height: 250px;
    top: -50px;
    left: -50px;
  }
  
  .features-section-special .blob-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .features-section-special .feature-card:hover {
    transform: translateY(-4px);
  }
  
  .features-section-special .feature-decoration {
    width: 80px;
    height: 80px;
    bottom: -15px;
    right: -15px;
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .features-section-special .feature-card {
    padding: 2.25rem 1.75rem;
  }
  
  .features-section-special .feature-icon-wrapper {
    width: 75px;
    height: 75px;
  }
  
  .features-section-special .feature-icon-wrapper i {
    font-size: 2.25rem;
  }
  
  .features-section-special .feature-title {
    font-size: 1.35rem;
  }
  
  .features-section-special .feature-description {
    font-size: 1rem;
  }
}

/* Services section */
.services-pro {
  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;
}

/* Header Styles */
.services-header {
  margin-bottom: 60px;
}

.services-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.services-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.services-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Service Card Styles */
.service-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: var(--primary-300);
}

.service-card:hover::before {
  transform: scaleX(1);
}

/* Service Icon */
.service-icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.service-card:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

/* Service Content */
.service-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.service-card:hover .service-name {
  color: var(--primary-500);
}

.service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Service Features */
.service-features {
  margin-bottom: 24px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
}

.features-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* Service Price */
.service-price-wrapper {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.price-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 500;
}

.service-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  letter-spacing: -0.5px;
}

/* Hover Accent */
.service-hover-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%
  );
  transform: translate(50%, 50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.service-card:hover .service-hover-accent {
  transform: translate(30%, 30%) scale(1.5);
  opacity: 0.6;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: -200px;
  left: -100px;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
  bottom: -150px;
  right: -50px;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.services-pro .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-pro {
    padding: 80px 0;
  }

  .services-title {
    font-size: 2.25rem;
  }

  .services-subtitle {
    font-size: 1.25rem;
  }

  .services-description {
    font-size: 1rem;
  }

  .service-card {
    padding: 32px 24px;
  }

  .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .service-icon-wrapper i {
    font-size: 1.75rem;
  }

  .service-name {
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .services-pro {
    padding: 60px 0;
  }

  .services-header {
    margin-bottom: 40px;
  }

  .services-title {
    font-size: 2rem;
  }

  .services-subtitle {
    font-size: 1.125rem;
  }

  .services-description {
    font-size: 0.9375rem;
  }

  .service-card {
    padding: 28px 20px;
  }

  .service-name {
    font-size: 1.25rem;
  }

  .service-description {
    font-size: 0.9375rem;
  }

  .features-text {
    font-size: 0.875rem;
  }

  .service-price {
    font-size: 1.35rem;
  }

  .shape-1 {
    width: 250px;
    height: 250px;
  }

  .shape-2 {
    width: 200px;
    height: 200px;
  }

  .shape-3 {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  .services-title {
    font-size: 1.75rem;
  }

  .services-subtitle {
    font-size: 1rem;
  }

  .service-card {
    padding: 24px 18px;
  }

  .service-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .service-icon-wrapper i {
    font-size: 1.5rem;
  }

  .service-name {
    font-size: 1.125rem;
  }

  .service-price-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* Print Styles */
@media print {
  .services-pro {
    padding: 40px 0;
  }

  .service-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .decorative-shapes {
    display: none;
  }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-icon-wrapper,
  .service-hover-accent,
  .service-card::before {
    transition: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .service-card {
    border-width: 3px;
    border-color: var(--primary-500);
  }

  .service-name {
    font-weight: 800;
  }

  .service-price {
    font-weight: 800;
  }
}

.priceplan-section-style {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.priceplan-section-style .section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.priceplan-section-style .industrial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 12px 28px;
  background: var(--light);
  border: 3px solid var(--primary-500);
  border-radius: 4px;
}

.priceplan-section-style .industrial-badge i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.priceplan-section-style .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.priceplan-section-style .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.priceplan-section-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 auto 28px;
  max-width: 800px;
}

.priceplan-section-style .header-line {
  width: 100px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto;
}

/* Pricing Layout */
.priceplan-section-style .pricing-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Pricing Box */
.priceplan-section-style .pricing-box {
  position: relative;
  transition: all 0.4s ease;
}

.priceplan-section-style .pricing-box:hover {
  transform: translateY(-8px);
}

.priceplan-section-style .box-frame {
  background: var(--light);
  border: 3px solid var(--neutral-300);
  padding: 44px 32px;
  position: relative;
  transition: all 0.4s ease;
}

.priceplan-section-style .pricing-box:hover .box-frame {
  border-color: var(--primary-500);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Featured Box */
.priceplan-section-style .pricing-box.featured .box-frame {
  border-color: var(--primary-700);
  border-width: 4px;
  background: color-mix(in srgb, var(--primary-50) 15%, var(--light));
}

.priceplan-section-style .featured-marker {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  border: 4px solid var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.priceplan-section-style .featured-marker i {
  color: var(--light);
  font-size: 1.75rem;
}

/* Corner Accents */
.priceplan-section-style .corner-accent {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--primary-500);
  transition: all 0.3s ease;
}

.priceplan-section-style .corner-accent.top-left {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
}

.priceplan-section-style .corner-accent.top-right {
  top: -3px;
  right: -3px;
  border-left: none;
  border-bottom: none;
}

.priceplan-section-style .corner-accent.bottom-left {
  bottom: -3px;
  left: -3px;
  border-right: none;
  border-top: none;
}

.priceplan-section-style .corner-accent.bottom-right {
  bottom: -3px;
  right: -3px;
  border-left: none;
  border-top: none;
}

.priceplan-section-style .pricing-box:hover .corner-accent {
  width: 30px;
  height: 30px;
}

/* Plan Badge */
.priceplan-section-style .plan-badge {
  width: 70px;
  height: 70px;
  background: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 3px solid var(--primary-700);
  transition: all 0.3s ease;
}

.priceplan-section-style .pricing-box:hover .plan-badge {
  background: var(--primary-700);
  transform: rotate(90deg);
}

.priceplan-section-style .plan-badge i {
  font-size: 2rem;
  color: var(--light);
}

/* Plan Info */
.priceplan-section-style .plan-heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.priceplan-section-style .price-block {
  margin-bottom: 24px;
}

.priceplan-section-style .plan-pricing {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary-700);
  display: block;
  line-height: 1;
  font-family: monospace;
}

.priceplan-section-style .plan-summary {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
  min-height: 66px;
}

.priceplan-section-style .separator-bar {
  width: 100%;
  height: 3px;
  background: var(--neutral-300);
  margin-bottom: 24px;
}

.priceplan-section-style .features-text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.9;
  font-weight: 500;
}

/* Industrial Grid Background */
.priceplan-section-style .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 15%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 15%, transparent) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Mechanical Elements */
.priceplan-section-style .mechanical-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-style .bolt {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--neutral-300);
  border-radius: 50%;
  border: 4px solid var(--neutral-500);
  opacity: 0.2;
}

.priceplan-section-style .bolt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 3px;
  background: var(--neutral-500);
}

.priceplan-section-style .bolt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 3px;
  background: var(--neutral-500);
}

.priceplan-section-style .bolt-1 {
  top: 10%;
  left: 8%;
}

.priceplan-section-style .bolt-2 {
  top: 70%;
  right: 10%;
}

.priceplan-section-style .bolt-3 {
  bottom: 15%;
  left: 15%;
}

.priceplan-section-style .rivet {
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--neutral-500);
  border-radius: 50%;
  opacity: 0.15;
}

.priceplan-section-style .rivet-1 {
  top: 30%;
  right: 5%;
}

.priceplan-section-style .rivet-2 {
  bottom: 40%;
  left: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-style {
    padding: 80px 0;
  }

  .priceplan-section-style .section-title {
    font-size: 2.5rem;
  }

  .priceplan-section-style .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-style .pricing-layout {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .priceplan-section-style .plan-heading {
    font-size: 1.625rem;
  }

  .priceplan-section-style .plan-pricing {
    font-size: 2.125rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-style {
    padding: 60px 0;
  }

  .priceplan-section-style .section-title {
    font-size: 2rem;
  }

  .priceplan-section-style .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-style .box-frame {
    padding: 36px 24px;
  }

  .priceplan-section-style .industrial-badge i {
    font-size: 1.5rem;
  }

  .priceplan-section-style .mechanical-elements {
    opacity: 0.5;
  }
}





.team-section-style {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-style .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.team-section-style .section-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.team-section-style .section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Member Card */
.team-section-style .member-card {
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.team-section-style .member-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Card Image Wrapper */
.team-section-style .card-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: var(--neutral-100);
}

.team-section-style .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-section-style .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-style .member-card:hover .team-member-photo {
  transform: scale(1.1);
}

/* Hover Overlay */
.team-section-style .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 80%, transparent 20%), 
    color-mix(in srgb, var(--primary-700) 80%, transparent 20%));
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section-style .member-card:hover .hover-overlay {
  opacity: 1;
}

.team-section-style .overlay-content {
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
}

.team-section-style .member-card:hover .overlay-content {
  transform: translateY(0);
}

.team-section-style .icon-decoration {
  width: 70px;
  height: 70px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
}

/* Card Content */
.team-section-style .card-content {
  padding: 1.75rem 1.5rem;
  text-align: center;
}

.team-section-style .member-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-style .member-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-style .member-role {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 500;
  margin: 0;
}

/* Floating Shapes */
.team-section-style .floating-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  animation: float-animation 8s ease-in-out infinite;
}

.team-section-style .shape-1 {
  top: 10%;
  right: 10%;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  opacity: 0.4;
  animation-delay: 0s;
}

.team-section-style .shape-2 {
  top: 60%;
  left: 5%;
  width: 80px;
  height: 80px;
  background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
  opacity: 0.3;
  animation-delay: 2s;
}

.team-section-style .shape-3 {
  bottom: 15%;
  right: 15%;
  width: 100px;
  height: 100px;
  background: linear-gradient(315deg, var(--primary-50), var(--primary-100));
  opacity: 0.35;
  animation-delay: 4s;
}

@keyframes float-animation {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(-10px) translateX(-15px);
  }
  75% {
    transform: translateY(15px) translateX(5px);
  }
}

.team-section-style .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-style {
    padding: 80px 0;
  }

  .team-section-style .section-title {
    font-size: 2.25rem;
  }

  .team-section-style .section-subtitle {
    font-size: 1.15rem;
  }

  .team-section-style .section-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-style {
    padding: 60px 0;
  }

  .team-section-style .section-title {
    font-size: 1.9rem;
  }

  .team-section-style .member-name {
    font-size: 1.2rem;
  }

  .team-section-style .member-role {
    font-size: 0.95rem;
  }

  .team-section-style .icon-decoration {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }

  .team-section-style .floating-shape {
    display: none;
  }
}





.reviews-section-secondary {
  position: relative;
  padding: 90px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.reviews-section-secondary .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reviews-section-secondary .section-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reviews-section-secondary .section-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Industrial Review Block */
.reviews-section-secondary .industrial-review-block {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.reviews-section-secondary .industrial-review-block:hover {
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

/* Block Header */
.reviews-section-secondary .block-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.reviews-section-secondary .initial-badge {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Block Review Text */
.reviews-section-secondary .block-review-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-primary);
  padding: 2rem;
  margin: 0;
  flex-grow: 1;
}

/* Block Footer */
.reviews-section-secondary .block-footer {
  padding: 1.5rem 2rem;
  background: var(--surface-secondary);
  border-top: 2px solid var(--neutral-100);
  position: relative;
}

.reviews-section-secondary .vertical-divider {
  position: absolute;
  left: 2rem;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
}

.reviews-section-secondary .block-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}

/* Featured Block */
.reviews-section-secondary .featured-block {
  border-color: var(--primary-300);
  border-width: 3px;
}

.reviews-section-secondary .featured-block .initial-badge {
  width: 70px;
  height: 70px;
  font-size: 1.5rem;
  background: var(--primary-700);
}

/* Decorative Grid Lines */
.reviews-section-secondary .grid-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
  pointer-events: none;
}

.reviews-section-secondary .line-horizontal {
  width: 100%;
  height: 2px;
  top: 30%;
  left: 0;
}

.reviews-section-secondary .line-vertical {
  width: 2px;
  height: 100%;
  top: 0;
  right: 20%;
}

/* Industrial Icons */
.reviews-section-secondary .industrial-icon {
  position: absolute;
  font-size: 5rem;
  color: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
}

.reviews-section-secondary .icon-gear {
  top: 10%;
  right: 5%;
  animation: rotateGear 30s linear infinite;
}

.reviews-section-secondary .icon-tools {
  bottom: 15%;
  left: 5%;
}

@keyframes rotateGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-secondary {
    padding: 70px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 2.2rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1.1rem;
  }

  .reviews-section-secondary .block-header {
    padding: 1.75rem 1.75rem 1.25rem;
  }

  .reviews-section-secondary .block-review-text {
    padding: 1.75rem;
  }

  .reviews-section-secondary .block-footer {
    padding: 1.25rem 1.75rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-secondary {
    padding: 50px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 1.8rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1rem;
  }

  .reviews-section-secondary .block-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .reviews-section-secondary .initial-badge {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .reviews-section-secondary .featured-block .initial-badge {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .reviews-section-secondary .block-review-text {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .reviews-section-secondary .block-footer {
    padding: 1rem 1.5rem;
  }

  .reviews-section-secondary .vertical-divider {
    left: 1.5rem;
    width: 3px;
  }

  .reviews-section-secondary .block-author {
    padding-left: 1rem;
  }

  .reviews-section-secondary .industrial-icon {
    font-size: 3.5rem;
  }
}





/* Casestudy section */

.casestudy-section-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-alt .header-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  position: relative;
  padding-bottom: 2rem;
}

.casestudy-section-alt .header-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--neutral-300) 50%,
    transparent 100%
  );
}

.casestudy-section-alt .section-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.casestudy-section-alt .section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.casestudy-section-alt .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Cases Industrial Grid */
.casestudy-section-alt .cases-industrial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}

/* Case Industrial */
.casestudy-section-alt .case-industrial {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.casestudy-section-alt .case-industrial:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.casestudy-section-alt .case-number-label {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  color: var(--light);
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.4s ease;
}

.casestudy-section-alt .case-industrial:hover .case-number-label {
  background: var(--primary-700);
  width: 70px;
  height: 70px;
}

/* Visual Section */
.casestudy-section-alt .case-visual-section {
  position: relative;
  padding: 2rem;
  border-bottom: 2px solid var(--neutral-100);
}

.casestudy-section-alt .visual-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-50);
}

.casestudy-section-alt .visual-content {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--neutral-100) 50%,
    var(--primary-50) 100%
  );
  transition: transform 0.6s ease;
}

.casestudy-section-alt .case-industrial:hover .visual-content {
  transform: scale(1.08);
}

.casestudy-section-alt .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.casestudy-section-alt .overlay-grid {
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
}

.casestudy-section-alt .case-icon-set {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

.casestudy-section-alt .icon-box {
  width: 48px;
  height: 48px;
  background: var(--light);
  border: 2px solid var(--primary-300);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.casestudy-section-alt .case-industrial:hover .icon-box {
  border-color: var(--primary-500);
  background: var(--primary-50);
}

.casestudy-section-alt .icon-box i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Text Section */
.casestudy-section-alt .case-text-section {
  padding: 2rem;
}

.casestudy-section-alt .case-industrial-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.casestudy-section-alt .case-industrial:hover .case-industrial-title {
  color: var(--primary-700);
}

.casestudy-section-alt .title-underline {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin-bottom: 1.25rem;
  transition: width 0.4s ease;
}

.casestudy-section-alt .case-industrial:hover .title-underline {
  width: 80px;
}

.casestudy-section-alt .case-industrial-description {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.casestudy-section-alt .case-footer-icons {
  display: flex;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--neutral-100);
}

.casestudy-section-alt .case-footer-icons i {
  font-size: 1.125rem;
  color: var(--neutral-500);
  transition: all 0.3s ease;
}

.casestudy-section-alt .case-industrial:hover .case-footer-icons i {
  color: var(--primary-500);
  transform: translateY(-3px);
}

.casestudy-section-alt .case-footer-icons i:nth-child(2) {
  transition-delay: 0.05s;
}

.casestudy-section-alt .case-footer-icons i:nth-child(3) {
  transition-delay: 0.1s;
}

/* Industrial Background */
.casestudy-section-alt .industrial-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

.casestudy-section-alt .bg-grid-lines {
  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: 50px 50px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-alt .header-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .casestudy-section-alt .cases-industrial-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .casestudy-section-alt .visual-box {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-alt .case-visual-section {
    padding: 1.5rem;
  }
  
  .casestudy-section-alt .case-text-section {
    padding: 1.5rem;
  }
  
  .casestudy-section-alt .visual-box {
    height: 180px;
  }
  
  .casestudy-section-alt .case-number-label {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  
  .casestudy-section-alt .case-industrial:hover .case-number-label {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .casestudy-section-alt .cases-industrial-grid {
    grid-template-columns: 1fr;
  }
}





/* Process section */

.process-section-standard {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

/* Header Badge */
.header-badge-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rotating-border {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-top-color: var(--primary-500);
  border-right-color: var(--primary-300);
  border-radius: 50%;
  animation: rotate 3s linear infinite;
}

.badge-content {
  position: absolute;
  inset: 8px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-300);
}

.badge-content i {
  font-size: 2.5rem;
  color: var(--primary-700);
}

/* Header Text */
.process-section-standard #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -1px;
}

.process-section-standard #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-standard #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Diagonal Process Container */
.diagonal-process-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
}

.diagonal-line {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 2px;
  height: calc(100% - 160px);
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent 100%);
  transform: translateX(-50%) rotate(2deg);
  z-index: 0;
}

/* Process Step Wrapper */
.process-step-wrapper {
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
}

.process-step-wrapper:last-child {
  margin-bottom: 0;
}

/* Step Connectors */
.step-connector {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  background: #ffffff;
  z-index: 1;
}

.step-1 .step-connector {
  top: 30px;
  left: calc(25% - 30px);
}

.step-2 .step-connector {
  top: 30px;
  right: calc(25% - 30px);
}

.step-3 .step-connector {
  top: 30px;
  left: calc(30% - 30px);
}

.step-4 .step-connector {
  top: 30px;
  right: calc(30% - 30px);
}

.step-5 .step-connector {
  top: 30px;
  left: calc(35% - 30px);
}

/* Process Step Cards */
.process-step-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-300);
  display: flex;
  gap: 2rem;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.process-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.process-step-card:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.process-step-card:hover::before {
  transform: scaleY(1);
}

/* Step Positioning */
.step-1 .process-step-card {
  margin-left: 0;
  margin-right: auto;
  max-width: 700px;
}

.step-2 .process-step-card {
  margin-left: auto;
  margin-right: 0;
  max-width: 700px;
  flex-direction: row-reverse;
}

.step-3 .process-step-card {
  margin-left: 5%;
  margin-right: auto;
  max-width: 700px;
}

.step-4 .process-step-card {
  margin-left: auto;
  margin-right: 5%;
  max-width: 700px;
  flex-direction: row-reverse;
}

.step-5 .process-step-card {
  margin-left: 10%;
  margin-right: auto;
  max-width: 700px;
}

/* Step Visual Side */
.step-visual-side {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.step-number-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: relative;
}

.step-number-circle::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse 2s ease-in-out infinite;
}

.step-num {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
}

.icon-container {
  width: 80px;
  height: 80px;
  background: var(--primary-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.process-step-card:hover .icon-container {
  transform: scale(1.1);
  border-color: var(--primary-500);
}

.icon-container i {
  font-size: 2.5rem;
  color: var(--primary-700);
}

/* Visual Dots */
.visual-dots {
  display: flex;
  gap: 6px;
}

.visual-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: block;
}

/* Step Content Side */
.step-content-side {
  flex: 1;
}

.step-content-side h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-content-side p {
  color: var(--neutral-700);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Background Grid */
.background-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
}

/* Floating Geometric Shapes */
.floating-geometric {
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}

.geo-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: float 6s ease-in-out infinite;
}

.geo-2 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  bottom: 20%;
  left: 8%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  animation: float 7s ease-in-out infinite reverse;
}

.geo-3 {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: float 8s ease-in-out infinite;
  animation-delay: 2s;
}

/* Animations */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .diagonal-line {
    display: none;
  }

  .step-connector {
    display: none;
  }

  .process-step-card {
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding: 1.5rem;
  }

  .step-visual-side {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }

  .step-number-circle {
    width: 60px;
    height: 60px;
  }

  .step-num {
    font-size: 1.5rem;
  }

  .icon-container {
    width: 60px;
    height: 60px;
  }

  .icon-container i {
    font-size: 2rem;
  }

  .floating-geometric {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .process-step-card {
    max-width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .step-2 .process-step-card,
  .step-4 .process-step-card {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .diagonal-process-container {
    padding: 4rem 0;
  }
}







.timeline-section-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-alt .section-title {
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.timeline-section-alt .section-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.timeline-section-alt .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Zigzag Timeline Structure */
.zigzag-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Block */
.timeline-block {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

/* Left Block */
.left-block {
  justify-content: flex-start;
}

.left-block .block-content {
  display: flex;
  align-items: center;
  max-width: 55%;
}

.left-block .block-number {
  position: absolute;
  right: 10%;
}

/* Right Block */
.right-block {
  justify-content: flex-end;
}

.right-block .block-content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 55%;
}

.right-block .block-number {
  position: absolute;
  left: 10%;
}

/* Block Content */
.content-inner {
  background: var(--surface-secondary);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}

.timeline-block:hover .content-inner {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.block-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Number */
.block-number {
  font-size: 6rem;
  font-weight: 900;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  line-height: 1;
  user-select: none;
  z-index: 0;
}

/* Connecting Lines */
.connecting-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    var(--primary-500)
  );
  position: relative;
  flex-shrink: 0;
}

.line-right {
  margin-left: 2rem;
}

.line-left {
  margin-right: 2rem;
}

.connecting-line::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  border: 3px solid var(--surface-primary);
}

.line-right::after {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.line-left::after {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.final-line {
  opacity: 0.3;
}

/* Creative Decorations */
.creative-shape {
  position: absolute;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}

.shape-triangle-1 {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 260px solid var(--primary-500);
  top: 15%;
  left: -50px;
  transform: rotate(30deg);
}

.shape-triangle-2 {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 210px solid var(--primary-700);
  bottom: 20%;
  right: -40px;
  transform: rotate(-45deg);
}

.shape-circle-1 {
  width: 200px;
  height: 200px;
  border: 20px solid var(--primary-300);
  border-radius: 50%;
  top: 40%;
  right: 5%;
}

.shape-circle-2 {
  width: 160px;
  height: 160px;
  border: 15px solid var(--primary-500);
  border-radius: 50%;
  bottom: 25%;
  left: 8%;
}

.floating-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.dot-1 { top: 20%; left: 15%; }
.dot-2 { top: 50%; right: 20%; }
.dot-3 { bottom: 30%; left: 25%; }
.dot-4 { top: 70%; right: 12%; }

/* Tablet Responsive */
@media (max-width: 991px) {
  .left-block .block-content,
  .right-block .block-content {
    max-width: 70%;
  }

  .connecting-line {
    width: 60px;
  }

  .block-number {
    font-size: 4.5rem;
  }

  .left-block .block-number {
    right: 5%;
  }

  .right-block .block-number {
    left: 5%;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .timeline-section-alt {
    padding: 3rem 0;
  }

  .zigzag-timeline {
    padding: 1rem 0;
  }

  .timeline-block {
    margin-bottom: 3rem;
    justify-content: center !important;
  }

  .left-block .block-content,
  .right-block .block-content {
    max-width: 100%;
    flex-direction: column !important;
  }

  .connecting-line {
    display: none;
  }

  .block-number {
    position: static;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .content-inner {
    padding: 2rem;
    text-align: center;
  }

  .icon-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
  }

  .icon-wrapper i {
    font-size: 1.75rem;
  }

  .block-title {
    font-size: 1.375rem;
  }

  .block-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .content-inner {
    padding: 1.5rem;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .icon-wrapper i {
    font-size: 1.5rem;
  }

  .block-title {
    font-size: 1.25rem;
  }
}





.career-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.career-section-style .section-header {
  position: relative;
}

.career-section-style .header-line {
  width: 4px;
  height: 60px;
  background: var(--primary-500);
  margin-bottom: 1.5rem;
}

.career-section-style #career-title {
  color: var(--text-primary);
  letter-spacing: -0.5px;
}

.career-section-style #career-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.career-section-style #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 90%;
}

/* Career List */
.career-section-style .career-list {
  position: relative;
  z-index: 1;
}

.career-section-style .career-list-item {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-100);
  border-left: 4px solid var(--neutral-300);
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.career-section-style .career-list-item:hover {
  border-left-color: var(--primary-500);
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Item Number */
.career-section-style .item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--neutral-100);
  line-height: 1;
  min-width: 80px;
  transition: color 0.3s ease;
}

.career-section-style .career-list-item:hover .item-number {
  color: var(--primary-300);
}

/* Item Icon */
.career-section-style .item-icon-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 0.5rem;
}

.career-section-style .item-icon {
  width: 56px;
  height: 56px;
  background: var(--neutral-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.career-section-style .career-list-item:hover .item-icon {
  background: var(--primary-500);
  transform: rotate(-5deg);
}

.career-section-style .item-icon i {
  font-size: 1.5rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.career-section-style .career-list-item:hover .item-icon i {
  color: var(--light);
}

/* Item Details */
.career-section-style .item-details {
  flex: 1;
}

.career-section-style .details-header {
  margin-bottom: 1rem;
}

.career-section-style .details-header h3 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.career-section-style .item-meta {
  color: var(--text-secondary);
  font-size: 0.938rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.career-section-style .item-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1.063rem;
}

/* Grid Pattern Decoration */
.career-section-style .grid-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-style .career-list-item {
    padding: 2rem;
    gap: 1.5rem;
  }

  .career-section-style .item-number {
    font-size: 2.5rem;
    min-width: 70px;
  }

  .career-section-style .item-icon {
    width: 48px;
    height: 48px;
  }

  .career-section-style .item-icon i {
    font-size: 1.25rem;
  }

  .career-section-style #career-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .career-section-style #career-title {
    font-size: 2rem;
  }

  .career-section-style .career-list-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }

  .career-section-style .item-number {
    font-size: 2rem;
    min-width: auto;
  }

  .career-section-style .item-icon-wrapper {
    padding-top: 0;
  }

  .career-section-style .item-icon {
    width: 44px;
    height: 44px;
  }

  .career-section-style .item-text {
    font-size: 1rem;
  }

  .career-section-style .grid-pattern {
    display: none;
  }

  .career-section-style .career-list-item:hover {
    transform: translateX(4px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .career-section-style .grid-pattern {
    width: 300px;
    background-size: 30px 30px;
  }
}





.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Industrial Header */
.industrial-header {
  position: relative;
}

.header-line {
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--neutral-300) 20%, 
    var(--neutral-300) 80%, 
    transparent
  );
  margin: 1.5rem 0;
}

.industrial-header .display-5 {
  color: var(--primary-700);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.industrial-header h3 {
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 3px;
}

.industrial-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
  font-weight: 400;
}

/* Industrial Grid */
.industrial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .industrial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-block {
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.grid-block:hover {
  border-color: var(--primary-500);
  box-shadow: 
    0 0 0 4px var(--primary-50),
    0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--neutral-100);
}

.block-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-500);
  line-height: 1;
  font-family: 'Courier New', monospace;
}

.geometric-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-500);
  position: relative;
  transition: all 0.3s ease;
}

.grid-block:hover .geometric-icon {
  background: var(--primary-500);
  transform: rotate(45deg);
}

.geometric-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.grid-block:hover .geometric-icon i {
  color: var(--light);
  transform: rotate(-45deg);
}

.block-body {
  position: relative;
  z-index: 2;
}

.block-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.block-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Corner brackets */
.corner-bracket {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: all 0.3s ease;
}

.corner-bracket.top-left {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}

.corner-bracket.bottom-right {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
}

.grid-block:hover .corner-bracket {
  opacity: 1;
}

.grid-block:hover .corner-bracket.top-left {
  top: 4px;
  left: 4px;
}

.grid-block:hover .corner-bracket.bottom-right {
  bottom: 4px;
  right: 4px;
}

/* Geometric patterns */
.geo-pattern {
  position: absolute;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.geo-pattern.pattern-1 {
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background-image: 
    repeating-linear-gradient(45deg, var(--primary-700) 0, var(--primary-700) 2px, transparent 2px, transparent 10px),
    repeating-linear-gradient(-45deg, var(--primary-700) 0, var(--primary-700) 2px, transparent 2px, transparent 10px);
}

.geo-pattern.pattern-2 {
  bottom: 15%;
  left: 5%;
  width: 250px;
  height: 250px;
  background-image: 
    linear-gradient(var(--primary-500) 2px, transparent 2px),
    linear-gradient(90deg, var(--primary-500) 2px, transparent 2px);
  background-size: 30px 30px;
}

.tech-lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--neutral-300) 10%,
    var(--neutral-300) 20%,
    transparent 20%,
    transparent 30%,
    var(--neutral-300) 30%,
    var(--neutral-300) 35%,
    transparent 35%,
    transparent 65%,
    var(--neutral-300) 65%,
    var(--neutral-300) 70%,
    transparent 70%,
    transparent 80%,
    var(--neutral-300) 80%,
    var(--neutral-300) 90%,
    transparent
  );
  opacity: 0.3;
  z-index: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .industrial-header .display-5 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .industrial-header h3 {
    letter-spacing: 2px;
  }

  .industrial-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .grid-block {
    padding: 1.5rem;
  }

  .block-number {
    font-size: 2rem;
  }

  .geo-pattern {
    width: 120px !important;
    height: 120px !important;
  }
}

@media (min-width: 1400px) {
  .industrial-grid {
    gap: 2.5rem;
  }

  .grid-block {
    padding: 2.5rem;
  }
}





/* Contact section */

.contact-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;
}

/* Decorative blobs in header */
.contact-section-standard .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}

.contact-section-standard .blob-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: -50px;
  left: -50px;
  filter: blur(60px);
}

.contact-section-standard .blob-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  bottom: -30px;
  right: -30px;
  filter: blur(50px);
}

/* Decorative line */
.contact-section-standard .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%
  );
  margin: 0 auto;
  border-radius: 2px;
}

/* Headers */
.contact-section-standard #contact-title {
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}

.contact-section-standard #contact-subtitle {
  color: color-mix(in srgb, var(--primary-700) 80%, var(--text-primary) 20%);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.contact-section-standard #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* Contact Form Card */
.contact-section-standard .contact-form-card {
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}

.contact-section-standard .form-decoration-top {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 50%;
  opacity: 0.6;
}

.contact-section-standard .form-decoration-bottom {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.4;
}

/* Form controls */
.contact-section-standard .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  background: var(--surface-primary);
  color: var(--text-primary);
}

.contact-section-standard .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  background: var(--surface-primary);
}

.contact-section-standard .form-floating > label {
  color: var(--text-secondary);
}

.contact-section-standard .form-floating > label i {
  color: var(--primary-500);
}

.contact-section-standard .form-check-input {
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  width: 20px;
  height: 20px;
}

.contact-section-standard .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-standard .form-check-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-left: 8px;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-standard .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none;
  padding: 14px 36px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-section-standard .btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.contact-section-standard .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.contact-section-standard .btn-submit:hover::before {
  left: 100%;
}

.contact-section-standard .btn-submit:active {
  transform: translateY(0);
}

.contact-section-standard .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-standard .btn-submit:hover i {
  transform: translateX(4px);
}

/* Contact Info Card */
.contact-section-standard .contact-info-card {
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%) 100%
  );
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.contact-section-standard .info-decoration {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Info items */
.contact-section-standard .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.contact-section-standard .info-item:last-of-type {
  margin-bottom: 0;
}

.contact-section-standard .info-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  backdrop-filter: blur(10px);
}

.contact-section-standard .info-icon i {
  font-size: 24px;
  color: #ffffff;
}

.contact-section-standard .info-content {
  flex: 1;
}

.contact-section-standard .info-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-bottom: 6px;
}

.contact-section-standard .info-value {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}

/* Decorative social icons (visual only) */
.contact-section-standard .social-icons-decorative {
  display: flex;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.contact-section-standard .social-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.contact-section-standard .social-icon:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
}

.contact-section-standard .social-icon i {
  font-size: 20px;
  color: #ffffff;
}

/* Map placeholder (decorative) */
.contact-section-standard .map-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--neutral-100);
}

.contact-section-standard .map-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-standard .map-overlay i {
  font-size: 48px;
  color: var(--primary-700);
}

/* Background decoration circles */
.contact-section-standard .bg-decoration-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.contact-section-standard .bg-decoration-circles .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.contact-section-standard .circle-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -150px;
  right: -100px;
}

.contact-section-standard .circle-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -100px;
  left: -80px;
}

.contact-section-standard .circle-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive design */
@media (max-width: 991.98px) {
  .contact-section-standard .contact-form-card,
  .contact-section-standard .contact-info-card {
    padding: 32px;
  }

  .contact-section-standard .map-placeholder {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .contact-section-standard .contact-form-card,
  .contact-section-standard .contact-info-card {
    padding: 24px;
  }

  .contact-section-standard #contact-title {
    font-size: 2rem;
  }

  .contact-section-standard #contact-subtitle {
    font-size: 1.25rem;
  }

  .contact-section-standard .info-icon {
    width: 48px;
    height: 48px;
  }

  .contact-section-standard .info-icon i {
    font-size: 20px;
  }

  .contact-section-standard .map-placeholder {
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .contact-section-standard .contact-form-card,
  .contact-section-standard .contact-info-card {
    padding: 20px;
  }

  .contact-section-standard .btn-submit {
    padding: 12px 28px;
    font-size: 1rem;
  }

  .contact-section-standard .social-icons-decorative {
    justify-content: center;
  }
}

/* =================================================================
   Blog Section v-099 - Professional Blue Theme
   ================================================================= */

.blog-section-minimal {
  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 Decorations */
.blog-section-minimal .decorative-dot-pattern {
  width: 60px;
  height: 8px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 12px 12px;
  margin: 0 auto;
  opacity: 0.7;
}

.blog-section-minimal .decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%
  );
  border-radius: 2px;
}

/* Blog Card Styling */
.blog-section-minimal .blog-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--surface-primary);
  border-radius: 12px;
  overflow: hidden;
}

.blog-section-minimal .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Blog Image Wrapper */
.blog-section-minimal .blog-image-wrapper {
  height: 220px;
  position: relative;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--primary-50) 100%
  );
}

.blog-section-minimal .blog-image {
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-minimal .blog-card:hover .blog-image {
  transform: scale(1.08);
}

/* Image Overlay */
.blog-section-minimal .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(0, 0, 0, 0.3) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.blog-section-minimal .blog-card:hover .image-overlay {
  opacity: 1;
}

/* Category Badge */
.blog-section-minimal .category-badge {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: var(--primary-500);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.blog-section-minimal .blog-card:hover .category-badge {
  background: var(--primary-500);
  color: var(--surface-primary);
  transform: rotate(12deg) scale(1.1);
}

/* Card Body */
.blog-section-minimal .card-body {
  min-height: 300px;
}

.blog-section-minimal .card-title {
  color: var(--text-primary);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-minimal .blog-card:hover .card-title {
  color: var(--primary-500);
}

.blog-section-minimal .card-text {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Blog Meta */
.blog-section-minimal .blog-meta {
  border-top-color: color-mix(in srgb, var(--neutral-300) 50%, transparent 50%) !important;
}

.blog-section-minimal .meta-info i {
  font-size: 1rem;
  opacity: 0.7;
}

/* Read More Link */
.blog-section-minimal .read-more-link {
  color: var(--primary-500);
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.blog-section-minimal .read-more-link:hover {
  color: var(--primary-700);
  gap: 8px;
}

.blog-section-minimal .read-more-link i {
  transition: transform 0.3s ease;
}

.blog-section-minimal .read-more-link:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.blog-section-minimal .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.blog-section-minimal .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%
  );
}

.blog-section-minimal .shape-circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.blog-section-minimal .shape-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -80px;
  animation: float-shape 25s ease-in-out infinite reverse;
}

.blog-section-minimal .shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 15%, transparent 85%) 0%, 
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-morph 30s ease-in-out infinite;
  opacity: 0.3;
}

/* Content Layer */
.blog-section-minimal .container {
  position: relative;
  z-index: 1;
}

/* Animations */
@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 50% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 50% 60% 40% 60% / 50% 70% 30% 60%;
  }
  75% {
    border-radius: 70% 50% 60% 40% / 40% 60% 50% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-section-minimal .col-lg-4:last-child {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .blog-section-minimal .shape-circle-1,
  .blog-section-minimal .shape-circle-2 {
    width: 250px;
    height: 250px;
  }
  
  .blog-section-minimal .shape-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-minimal .blog-image-wrapper {
    height: 200px;
  }
  
  .blog-section-minimal .blog-image {
    height: 200px;
  }
  
  .blog-section-minimal .card-body {
    min-height: 280px;
  }
  
  .blog-section-minimal .display-5 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .blog-section-minimal .blog-image-wrapper {
    height: 180px;
  }
  
  .blog-section-minimal .blog-image {
    height: 180px;
  }
  
  .blog-section-minimal .category-badge {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  
  .blog-section-minimal .card-body {
    min-height: auto;
    padding: 1.25rem !important;
  }
  
  .blog-section-minimal .card-title {
    font-size: 1.15rem;
  }
  
  .blog-section-minimal .card-text {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .blog-section-minimal .blog-card {
    border: 2px solid var(--neutral-300);
  }
  
  .blog-section-minimal .read-more-link {
    text-decoration: underline;
  }
}

/* Print Styles */
@media print {
  .blog-section-minimal .decorative-shapes,
  .blog-section-minimal .category-badge,
  .blog-section-minimal .image-overlay {
    display: none !important;
  }
  
  .blog-section-minimal .blog-card {
    box-shadow: none !important;
    border: 1px solid var(--neutral-300);
  }
}

.faq-section-086 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.faq-section-086 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.faq-section-086 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.faq-section-086 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* FAQ List */
.faq-section-086 .faq-list {
  position: relative;
}

.faq-section-086 .faq-item {
  margin-bottom: 0;
}

/* FAQ Cards */
.faq-section-086 .faq-card {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}

.faq-section-086 .faq-card:hover {
  transform: translateX(12px);
}

.faq-section-086 .card-header {
  background: transparent;
  border: none;
  padding: 2rem 0 1rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

/* Icon Circle */
.faq-section-086 .icon-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-section-086 .faq-card:hover .icon-circle {
  background: var(--primary-500);
  transform: scale(1.15);
}

.faq-section-086 .icon-circle i {
  font-size: 1.25rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.faq-section-086 .faq-card:hover .icon-circle i {
  color: var(--light);
}

.faq-section-086 .faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

.faq-section-086 .card-body {
  padding: 0 0 2rem 4.5rem;
  background: transparent;
}

.faq-section-086 .faq-answer {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Divider */
.faq-section-086 .faq-divider {
  height: 1px;
  background: linear-gradient(to right, 
    transparent, 
    var(--neutral-300), 
    transparent);
  margin: 0 0 1.5rem 0;
  opacity: 0.5;
}

.faq-section-086 .faq-item:last-child .faq-divider {
  display: none;
}

/* Decorative Shapes */
.faq-section-086 .decorative-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.03;
}

.faq-section-086 .shape-top {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 0;
  right: 0;
  border-radius: 50%;
}

.faq-section-086 .shape-bottom {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-section-086 {
    padding: 80px 0;
  }

  .faq-section-086 .section-title {
    font-size: 2.25rem;
  }

  .faq-section-086 .section-subtitle {
    font-size: 1.35rem;
  }

  .faq-section-086 .faq-question {
    font-size: 1.15rem;
  }

  .faq-section-086 .card-body {
    padding: 0 0 1.75rem 4.5rem;
  }
}

@media (max-width: 767px) {
  .faq-section-086 {
    padding: 60px 0;
  }

  .faq-section-086 .section-title {
    font-size: 1.875rem;
  }

  .faq-section-086 .section-subtitle {
    font-size: 1.25rem;
  }

  .faq-section-086 .section-description {
    font-size: 1rem;
  }

  .faq-section-086 .card-header {
    padding: 1.5rem 0 0.75rem 0;
    flex-direction: column;
    gap: 1rem;
  }

  .faq-section-086 .icon-circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .faq-section-086 .icon-circle i {
    font-size: 1.15rem;
  }

  .faq-section-086 .faq-question {
    font-size: 1.1rem;
  }

  .faq-section-086 .card-body {
    padding: 0 0 1.5rem 0;
  }

  .faq-section-086 .faq-answer {
    font-size: 0.95rem;
  }

  .faq-section-086 .faq-card:hover {
    transform: translateX(0);
  }

  .faq-section-086 .faq-divider {
    margin: 0 0 1rem 0;
  }
}





.gallery-section-variant {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  grid-auto-rows: 250px;
  position: relative;
  z-index: 1;
}

.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item.gallery-tall {
  grid-row: span 2;
}

.gallery-item.gallery-wide {
  grid-column: span 2;
}

.gallery-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-image-wrapper img {
  transform: scale(1.15);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 60%, transparent),
    color-mix(in srgb, var(--primary-700) 40%, transparent)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 0.85;
}

/* Decorative shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.decorative-shape.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.decorative-shape.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  left: -80px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .gallery-masonry {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    grid-auto-rows: 200px;
  }
  
  .gallery-item.gallery-wide {
    grid-column: span 1;
  }
}

@media (max-width: 575px) {
  .gallery-masonry {
    grid-template-columns: 1fr;
    gap: 1rem;
    grid-auto-rows: 220px;
  }
  
  .gallery-item.gallery-tall,
  .gallery-item.gallery-wide {
    grid-row: span 1;
    grid-column: span 1;
  }
}





﻿/* Footer section */

.footer-bold {
  position: relative;
  color: var(--text-inverse);
  overflow: hidden;
}

/* Main Footer Content */
.footer-bold .footer-main {
  position: relative;
  z-index: 2;
}

/* Brand Section */
.footer-bold .footer-brand {
  position: relative;
}

.footer-bold .brand-icon-wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.footer-bold .brand-icon-wrapper i {
  font-size: 28px;
  color: var(--text-inverse);
}

.footer-bold .brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-inverse);
  margin-bottom: 1rem;
}

.footer-bold .brand-description {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Shapes in Brand Section */
.footer-bold .decorative-shapes {
  position: relative;
  margin-top: 2rem;
}

.footer-bold .shape-circle {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}

.footer-bold .shape-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
}

/* Footer Section Titles */
.footer-bold .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-inverse);
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-bold .decorative-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border-radius: 2px;
}

/* Footer Links */
.footer-bold .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bold .footer-links li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.footer-bold .footer-links li:hover {
  transform: translateX(5px);
}

.footer-bold .footer-links i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  margin-right: 0.5rem;
  transition: color 0.3s ease;
}

.footer-bold .footer-links li:hover i {
  color: var(--text-inverse);
}

.footer-bold .footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-bold .footer-links a:hover {
  color: var(--text-inverse);
}

/* Contact Items */
.footer-bold .contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-bold .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.footer-bold .contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.footer-bold .contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-bold .contact-icon i {
  font-size: 1.25rem;
  color: var(--text-inverse);
}

.footer-bold .contact-content span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  display: block;
}

/* Footer Bottom */
.footer-bold .footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bold .disclaimer {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.6;
}

.footer-bold .copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Decorative Background Elements */
.footer-bold .footer-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.footer-bold .deco-blob {
  position: absolute;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  filter: blur(40px);
}

.footer-bold .blob-1 {
  width: 300px;
  height: 300px;
  top: -50px;
  right: -50px;
  animation: floatBlob 20s ease-in-out infinite;
}

.footer-bold .blob-2 {
  width: 250px;
  height: 250px;
  bottom: -50px;
  left: 10%;
  animation: floatBlob 25s ease-in-out infinite reverse;
}

.footer-bold .deco-circle {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer-bold .circle-1 {
  width: 150px;
  height: 150px;
  top: 20%;
  right: 15%;
  animation: rotateCircle 30s linear infinite;
}

.footer-bold .circle-2 {
  width: 100px;
  height: 100px;
  bottom: 30%;
  left: 20%;
  animation: rotateCircle 40s linear infinite reverse;
}

/* Animations */
@keyframes floatBlob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-bold .brand-name {
    font-size: 1.5rem;
  }
  
  .footer-bold .section-title {
    font-size: 1.15rem;
  }
  
  .footer-bold .contact-item {
    padding: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .footer-bold {
    background-attachment: scroll !important;
  }
  
  .footer-bold .brand-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .footer-bold .brand-icon-wrapper i {
    font-size: 24px;
  }
  
  .footer-bold .contact-icon {
    width: 35px;
    height: 35px;
  }
  
  .footer-bold .contact-icon i {
    font-size: 1.1rem;
  }
  
  .footer-bold .footer-bottom {
    text-align: center;
  }
  
  .footer-bold .copyright {
    text-align: center !important;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .footer-bold .brand-name {
    font-size: 1.35rem;
  }
  
  .footer-bold .section-title {
    font-size: 1.1rem;
  }
  
  .footer-bold .brand-description,
  .footer-bold .footer-links a,
  .footer-bold .contact-content span {
    font-size: 0.9rem;
  }
  
  .footer-bold .disclaimer {
    font-size: 0.8rem;
  }
}







.additional-universal-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-clean #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-clean #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-clean #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features List */
.additional-universal-clean .features-list {
  position: relative;
  z-index: 2;
}

.additional-universal-clean .feature-row {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--surface-secondary);
  transition: all 0.3s ease;
}

.additional-universal-clean .feature-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-clean .feature-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.additional-universal-clean .feature-row:hover::before {
  opacity: 1;
}

/* Feature Icon */
.additional-universal-clean .feature-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  margin: 0 auto;
}

.additional-universal-clean .feature-row:hover .feature-icon-wrapper {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

/* Feature Content */
.additional-universal-clean .feature-content h3 {
  color: var(--text-primary);
}

.additional-universal-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Nature Decorations */
.additional-universal-clean .nature-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
  color: var(--primary-500);
}

.additional-universal-clean .leaf-1 {
  top: 10%;
  right: 5%;
  font-size: 10rem;
  animation: float-nature-v082 8s ease-in-out infinite;
}

.additional-universal-clean .leaf-2 {
  bottom: 15%;
  left: 3%;
  font-size: 8rem;
  animation: float-nature-v082 10s ease-in-out infinite reverse;
}

.additional-universal-clean .wave-pattern {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50% 50% 0 0 / 20px 20px 0 0;
}

/* Animations */
@keyframes float-nature-v082 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateY(-25px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-clean .feature-row {
    text-align: center;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-clean .feature-row {
    padding: 1.25rem;
  }

  .additional-universal-clean .feature-row:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .additional-universal-clean #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-clean .nature-decoration {
    opacity: 0.03;
  }
}





/* Universal section */

.additional-universal-section.v-064 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-064 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-064 .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.v-064 .deco-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.v-064 .deco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 12px;
  transform: rotate(45deg);
}

.v-064 .deco-icon i {
  font-size: 24px;
  color: white;
  transform: rotate(-45deg);
  animation: sparkle 3s ease-in-out infinite;
}

.v-064 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-064 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-064 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Features List */
.v-064 .features-list {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.v-064 .feature-item {
  background: white;
  border: 1px solid var(--neutral-100);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  padding: 35px 30px;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-064 .feature-item:last-child {
  margin-bottom: 0;
}

.v-064 .feature-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-700), var(--primary-500));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-064 .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

.v-064 .feature-item:hover::before {
  opacity: 1;
}

/* Feature Number */
.v-064 .feature-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-number span {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  line-height: 1;
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-number span {
  color: var(--primary-500);
  transform: scale(1.1);
}

/* Feature Icon */
.v-064 .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-icon i {
  font-size: 42px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-icon i {
  transform: scale(1.15) rotate(5deg);
  color: var(--primary-700);
}

/* Feature Content */
.v-064 .feature-content {
  padding-left: 20px;
}

.v-064 .feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 12px;
}

.v-064 .feature-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-064 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-064 .bg-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 1px,
    transparent 1px,
    transparent 10px
  );
  opacity: 0.15;
}

.v-064 .bg-pattern-1 {
  top: 10%;
  right: 5%;
  transform: rotate(30deg);
  animation: patternFloat 20s ease-in-out infinite;
}

.v-064 .bg-pattern-2 {
  bottom: 15%;
  left: 8%;
  transform: rotate(-20deg);
  animation: patternFloat 25s ease-in-out infinite reverse;
}

.v-064 .bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent), 
    transparent 70%);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  opacity: 0.12;
  animation: blobMorph 30s ease-in-out infinite;
}

/* Animations */
@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-45deg) scale(1.2);
  }
}

@keyframes patternFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(30deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(40deg);
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  33% {
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 60%;
    transform: translate(-50%, -50%) rotate(120deg);
  }
  66% {
    border-radius: 50% 50% 40% 60% / 40% 60% 50% 50%;
    transform: translate(-50%, -50%) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-064 {
    padding: 80px 0;
  }

  .v-064 .section-title {
    font-size: 2.25rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-064 .feature-item {
    padding: 30px 25px;
  }

  .v-064 .feature-number span {
    font-size: 2rem;
  }

  .v-064 .feature-icon i {
    font-size: 36px;
  }

  .v-064 .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-064 {
    padding: 60px 0;
  }

  .v-064 .section-title {
    font-size: 1.875rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-064 .deco-line {
    width: 50px;
  }

  .v-064 .feature-item {
    padding: 25px 20px;
  }

  .v-064 .feature-item:hover {
    transform: translateX(4px);
  }

  .v-064 .feature-number span {
    font-size: 1.75rem;
  }

  .v-064 .feature-icon i {
    font-size: 32px;
  }

  .v-064 .feature-content {
    padding-left: 0;
    padding-top: 15px;
  }

  .v-064 .feature-title {
    font-size: 1.25rem;
  }
}





/* Universal section */

.additional-universal-section.v-043 {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-043 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-043 .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.additional-universal-section.v-043 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-043 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Content Cards */
.additional-universal-section.v-043 .content-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.additional-universal-section.v-043 .content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-section.v-043 .card-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.additional-universal-section.v-043 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--light);
}

.additional-universal-section.v-043 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-043 .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-accent {
  transform: scaleX(1);
}

/* Featured Card */
.additional-universal-section.v-043 .content-card.featured {
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border: 2px solid var(--primary-300);
}

.additional-universal-section.v-043 .featured-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.additional-universal-section.v-043 .featured-icon-wrapper i {
  font-size: 40px;
  color: var(--light);
}

/* Decorative Shapes */
.additional-universal-section.v-043 .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-043 .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent);
}

.additional-universal-section.v-043 .shape-circle.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.additional-universal-section.v-043 .shape-circle.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}

.additional-universal-section.v-043 .blob-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%, transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-043 {
    padding: 60px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper i {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-043 {
    padding: 40px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-043 .content-card {
    padding: 24px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper i {
    font-size: 28px;
  }
}





/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    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;
  }
}



/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}





/* Universal section */
/* Staggered card layout with organic shapes */

.add_wrap_modern {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
  overflow: hidden;
}

/* Organic header */
.add_wrap_modern .add_header_organic {
  position: relative;
  text-align: center;
  padding: var(--space-8, 2rem);
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_modern .organic_shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  animation: morph 8s ease-in-out infinite;
}

.add_wrap_modern .shape_left {
  background: var(--primary-500, #059669);
  top: -50px;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_modern .shape_right {
  background: var(--primary-300, #6ee7b7);
  bottom: -50px;
  right: 10%;
  animation-delay: 4s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

.add_wrap_modern .header_content {
  position: relative;
  z-index: 1;
}

.add_wrap_modern .eco_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}

.add_wrap_modern .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_modern .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_modern .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  margin-top: var(--space-4, 1rem);
}

/* Staggered cards */
.add_wrap_modern .add_staggered_cards {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_modern .stagger_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
}

.add_wrap_modern .stagger_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

/* Card leaf accent */
.add_wrap_modern .card_leaf_accent {
  position: absolute;
  top: var(--space-4, 1rem);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #ecfdf5);
  color: var(--primary-500, #059669);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_modern .card_right .card_leaf_accent {
  right: var(--space-4, 1rem);
}

.add_wrap_modern .card_left .card_leaf_accent {
  left: var(--space-4, 1rem);
}

.add_wrap_modern .stagger_card:hover .card_leaf_accent {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: scale(1.1) rotate(15deg);
}

/* Card content */
.add_wrap_modern .card_content_wrapper {
  padding-top: var(--space-8, 2rem);
}

.add_wrap_modern .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_modern .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_modern .card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_modern .card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}

.add_wrap_modern .highlight_icon_cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin-bottom: var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.add_wrap_modern .icon_pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_modern .card_center {
  margin: 0 auto;
}

.add_wrap_modern .card_center .card_content_wrapper {
  padding-top: 0;
}

.add_wrap_modern .card_center .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_modern .organic_shape {
    display: none;
  }
  
  .add_wrap_modern .stagger_card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .add_wrap_modern .card_left .card_leaf_accent,
  .add_wrap_modern .card_right .card_leaf_accent {
    right: var(--space-4, 1rem);
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_modern {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_modern .add_header_organic {
    padding: var(--space-4, 1rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_modern .eco_badge {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_modern .stagger_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_modern .card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .card_leaf_accent {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_modern .card_content_wrapper {
    padding-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .highlight_icon_cluster {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_modern .icon_pulse {
    width: 90px;
    height: 90px;
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_content {
  padding-right: var(--space-6);
}

.add_wrap .add_elem_item {
  margin-bottom: var(--space-8);
}

.add_wrap .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  padding-left: var(--space-6);
}

.add_wrap .add_elem_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--space-4);
  height: var(--space-4);
  background-color: var(--primary-500);
  border-radius: 50%;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
  padding-left: var(--space-6);
}

.add_wrap .add_image_container {
  position: relative;
}

.add_wrap .add_main_image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
}

.add_wrap .add_extra_content .add_elem_item {
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_extra_content .add_elem_title {
  font-size: 1.1rem;
  padding-left: var(--space-5);
}

.add_wrap .add_extra_content .add_elem_title:before {
  width: var(--space-3);
  height: var(--space-3);
  background-color: var(--primary-400);
}

.add_wrap .add_extra_content .add_elem_desc {
  padding-left: var(--space-5);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .add_wrap .add_content {
    padding-right: 0;
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_elem_item {
    margin-bottom: var(--space-6);
  }
  
  .add_wrap .add_extra_content {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}









div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(93,64,55,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 18px 18px 0 0 !important;
    background: rgba(255,255,255,0.3) !important;
    color: #5d4037 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #5d4037 !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: rgba(255,255,255,0.5) !important;
    border: none !important;
    color: #5d4037 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 8px !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.8) !important;
    color: #5d4037 !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: #5d4037 !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 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.4) !important;
    border-radius: 0 0 18px 18px !important;
    color: #5d4037 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.6) !important;
    border-radius: 12px !important;
    border: none !important;
    color: #5d4037 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #5d4037 !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: #d84315 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #5d4037 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #6d4c41 !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: #6d4c41 !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: #d84315 !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: #d84315 !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: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !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: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Soft Pastel Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 295px !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    border-radius: 18px !important;
    box-shadow: 0 6px 24px rgba(252,182,159,0.25) !important;
    z-index: 999999 !important;
    color: #5d4037 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(93,64,55,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 18px 18px 0 0 !important;
    background: rgba(255,255,255,0.3) !important;
    color: #5d4037 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #5d4037 !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: rgba(255,255,255,0.5) !important;
    border: none !important;
    color: #5d4037 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 8px !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.8) !important;
    color: #5d4037 !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: #5d4037 !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 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.4) !important;
    border-radius: 0 0 18px 18px !important;
    color: #5d4037 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.6) !important;
    border-radius: 12px !important;
    border: none !important;
    color: #5d4037 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #5d4037 !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: #d84315 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #5d4037 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #6d4c41 !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: #6d4c41 !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: #d84315 !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: #d84315 !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 - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !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: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !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 - Soft Shadow Style */
.team-social-links {
    margin-top: 19px;
    padding: 16px 0;
}

.social-icons-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08),
                0 6px 20px rgba(0,0,0,0.06);
    position: relative;
}

.social-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12),
                0 12px 40px rgba(0,0,0,0.1);
    color: white;
}

.facebook-link {
    background: linear-gradient(135deg, #1877f2 0%, #3b92f7 100%);
}

.facebook-link:hover {
    box-shadow: 0 4px 16px rgba(24, 119, 242, 0.3),
                0 12px 40px rgba(24, 119, 242, 0.2);
}

.linkedin-link {
    background: linear-gradient(135deg, #0a66c2 0%, #1c7ed6 100%);
}

.linkedin-link:hover {
    box-shadow: 0 4px 16px rgba(10, 102, 194, 0.3),
                0 12px 40px rgba(10, 102, 194, 0.2);
}

.instagram-link {
    background: linear-gradient(135deg, #e4405f 0%, #f77737 50%, #fcaf45 100%);
}

.instagram-link:hover {
    box-shadow: 0 4px 16px rgba(228, 64, 95, 0.3),
                0 12px 40px rgba(228, 64, 95, 0.2);
}

.x-link {
    background: linear-gradient(135deg, #000000 0%, #2c2c2c 100%);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4),
                0 12px 40px rgba(0, 0, 0, 0.3);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        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 - Overlay Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
    position: relative;
}

.newsletter-overlay-container {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.newsletter-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.newsletter-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
    color: white;
}

.newsletter-title {
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: white !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    line-height: 1.6 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    color: white !important;
}

.newsletter-input::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

.newsletter-input:focus {
    background: rgba(255,255,255,0.25) !important;
    border-color: rgba(255,255,255,0.5) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
}

.newsletter-button {
    padding: 14px 24px !important;
    background: white !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.newsletter-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
    background: #f8f9ff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 16px !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-content {
        padding: 26px 22px;
    }
    
    .newsletter-overlay-container {
        max-width: 350px;
    }
}


/* 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;
    }
}


