:root {
  --primary-50: #f5f3ff;
  --primary-50-rgb: 245, 243, 255;
  --primary-50-rgb: 245, 243, 255;
  --primary-100: #ede9fe;
  --primary-100-rgb: 237, 233, 254;
  --primary-100-rgb: 237, 233, 254;
  --primary-300: #c4b5fd;
  --primary-300-rgb: 196, 181, 253;
  --primary-300-rgb: 196, 181, 253;
  --primary-500: #7c3aed;
  --primary-500-rgb: 124, 58, 237;
  --primary-500-rgb: 124, 58, 237;
  --primary-700: #6d28d9;
  --primary-700-rgb: 109, 40, 217;
  --primary-700-rgb: 109, 40, 217;
  --primary-200: #d9cffe;
  --primary-200-rgb: 217, 207, 254;
  --primary-200-rgb: 217, 207, 254;
  --primary-400: #a078f5;
  --primary-400-rgb: 160, 120, 245;
  --primary-400-rgb: 160, 120, 245;
  --primary-600: #7531e3;
  --primary-600-rgb: 117, 49, 227;
  --primary-600-rgb: 117, 49, 227;
  --primary-800: #5720ae;
  --primary-800-rgb: 87, 32, 174;
  --primary-800-rgb: 87, 32, 174;
  --primary-900: #4a1b94;
  --primary-900-rgb: 74, 27, 148;
  --primary-900-rgb: 74, 27, 148;
  --primary-950: #341368;
  --primary-950-rgb: 52, 19, 104;
  --primary-950-rgb: 52, 19, 104;
  --primary-rgb: 124, 58, 237;
  --neutral-50: #f8fafc;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-100: #f1f5f9;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-300: #cbd5e1;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-500: #64748b;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-700: #475569;
  --neutral-700-rgb: 71, 85, 105;
  --neutral-700-rgb: 71, 85, 105;
  --neutral-900: #303a47;
  --neutral-900-rgb: 48, 58, 71;
  --neutral-900-rgb: 48, 58, 71;
  --neutral-200: #dee5ed;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-400: #98a5b6;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-600: #56657a;
  --neutral-600-rgb: 86, 101, 122;
  --neutral-600-rgb: 86, 101, 122;
  --neutral-800: #394454;
  --neutral-800-rgb: 57, 68, 84;
  --neutral-800-rgb: 57, 68, 84;
  --neutral-950: #222932;
  --neutral-950-rgb: 34, 41, 50;
  --neutral-950-rgb: 34, 41, 50;
  --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: #f8f5e8;
  --accent-50-rgb: 248, 245, 232;
  --accent-50-rgb: 248, 245, 232;
  --accent-100: #f2ece7;
  --accent-100-rgb: 242, 236, 231;
  --accent-100-rgb: 242, 236, 231;
  --accent-200: #e4d6e7;
  --accent-200-rgb: 228, 214, 231;
  --accent-200-rgb: 228, 214, 231;
  --accent-300: #d6c0e6;
  --accent-300-rgb: 214, 192, 230;
  --accent-300-rgb: 214, 192, 230;
  --accent-400: #bd8cdf;
  --accent-400-rgb: 189, 140, 223;
  --accent-400-rgb: 189, 140, 223;
  --accent-500: #a358d8;
  --accent-500-rgb: 163, 88, 216;
  --accent-500-rgb: 163, 88, 216;
  --accent-600: #9e50cf;
  --accent-600-rgb: 158, 80, 207;
  --accent-600-rgb: 158, 80, 207;
  --accent-700: #9948c5;
  --accent-700-rgb: 153, 72, 197;
  --accent-700-rgb: 153, 72, 197;
  --accent-800: #89419e;
  --accent-800-rgb: 137, 65, 158;
  --accent-800-rgb: 137, 65, 158;
  --accent-900: #803d87;
  --accent-900-rgb: 128, 61, 135;
  --accent-900-rgb: 128, 61, 135;
  --accent-950: #71365f;
  --accent-950-rgb: 113, 54, 95;
  --accent-950-rgb: 113, 54, 95;
  --accent-rgb: 163, 88, 216;
  --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 ===== */
.studio_font_primary {
  font-family: var(--font-primary);
}

.ui_font_secondary {
  font-family: var(--font-secondary);
}

.premium_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.site_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);
}

.prime_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);
}

.light_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 */
.style_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);
}

.theme_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);
}

.top_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.bold_heading_4 {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.agency_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);
}

.base_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 */
.design_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);
}

.creative_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);
}

.minimal_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 */
.section_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);
}

.pro_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 */
.bright_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);
}

.custom_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 */
.smart_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);
}

.core_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 */
.digital_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);
}

.elite_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);
}

.company_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 */
.app_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);
}

.modern_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 */
.container_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);
}

.container_nav_link:hover,
.container_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.brand_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.clean_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .smart_hero_title {
    font-size: var(--text-4xl);
  }
  
  .digital_section_title {
    font-size: var(--text-3xl);
  }
  
  .site_display_1 {
    font-size: var(--text-5xl);
  }
  
  .prime_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .smart_hero_title {
    font-size: var(--text-3xl);
  }
  
  .digital_section_title {
    font-size: var(--text-2xl);
  }
  
  .site_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 ===== */
.main_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.dark_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.business_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.content_text_balance {
  text-wrap: balance;
}

.new_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .container_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .section_caption,
  .pro_overline,
  .clean_footer_text {
    color: var(--text-secondary);
  }
  
  .core_hero_subtitle,
  .elite_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .smart_hero_title,
  .digital_section_title,
  .style_heading_1,
  .theme_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .main_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.web_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.unique_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fresh_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.layout_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.best_stack {
  display: flex;
  flex-direction: column;
}

.creative52_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content74_full_height {
  min-height: 100vh;
}

.best22_section_height {
  min-height: 80vh;
}

.base98_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.pro18_m_0 { margin: 0; }
.premium22_m_1 { margin: var(--space-1); }
.page64_m_2 { margin: var(--space-2); }
.section55_m_3 { margin: var(--space-3); }
.pro37_m_4 { margin: var(--space-4); }
.minimal90_m_6 { margin: var(--space-6); }
.clean7_m_8 { margin: var(--space-8); }
.digital5_m_12 { margin: var(--space-12); }
.modern3_m_16 { margin: var(--space-16); }

.app12_mx_auto { margin-left: auto; margin-right: auto; }
.smart28_my_auto { margin-top: auto; margin-bottom: auto; }

.brand1_mt_0 { margin-top: 0; }
.layout60_mt_4 { margin-top: var(--space-4); }
.dark87_mt_8 { margin-top: var(--space-8); }
.pro15_mt_12 { margin-top: var(--space-12); }

.company6_mb_0 { margin-bottom: 0; }
.layout69_mb_4 { margin-bottom: var(--space-4); }
.company8_mb_8 { margin-bottom: var(--space-8); }
.premium41_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.section37_p_0 { padding: 0; }
.best12_p_1 { padding: var(--space-1); }
.style15_p_2 { padding: var(--space-2); }
.main5_p_3 { padding: var(--space-3); }
.agency98_p_4 { padding: var(--space-4); }
.fresh59_p_6 { padding: var(--space-6); }
.site24_p_8 { padding: var(--space-8); }

.elite83_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.creative10_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.light55_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.core80_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.page19_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.fresh88_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.section42_gap_1 { gap: var(--space-1); }
.best9_gap_2 { gap: var(--space-2); }
.company56_gap_3 { gap: var(--space-3); }
.studio16_gap_4 { gap: var(--space-4); }
.site58_gap_6 { gap: var(--space-6); }
.page95_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.business47_shadow_none { box-shadow: var(--shadow-none); }
.minimal75_shadow_xs { box-shadow: var(--shadow-xs); }
.site96_shadow_sm { box-shadow: var(--shadow-sm); }
.best14_shadow_md { box-shadow: var(--shadow-md); }
.fresh57_shadow_lg { box-shadow: var(--shadow-lg); }
.studio78_shadow_xl { box-shadow: var(--shadow-xl); }
.core56_shadow_2xl { box-shadow: var(--shadow-2xl); }
.design95_shadow_inner { box-shadow: var(--shadow-inner); }
.unique47_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.company78_radius_none { border-radius: var(--radius-none); }
.dark77_radius_xs { border-radius: var(--radius-xs); }
.new91_radius_sm { border-radius: var(--radius-sm); }
.theme82_radius_md { border-radius: var(--radius-md); }
.dark31_radius_lg { border-radius: var(--radius-lg); }
.web94_radius_xl { border-radius: var(--radius-xl); }
.creative71_radius_2xl { border-radius: var(--radius-2xl); }
.smart55_radius_3xl { border-radius: var(--radius-3xl); }
.company33_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.digital8_gradient_primary {
  background: var(--gradient-primary);
}

.container87_gradient_secondary {
  background: var(--gradient-secondary);
}

.site59_gradient_hero {
  background: var(--gradient-hero);
}

.elite48_gradient_card {
  background: var(--gradient-card);
}

.top53_gradient_overlay {
  position: relative;
}

.top53_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;
}

.top53_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.base21_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.base21_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.digital19_hover_scale {
  transition: transform var(--transition-normal);
}

.digital19_hover_scale:hover {
  transform: scale(1.02);
}

.page58_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.page58_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.layout54_hover_fade {
  transition: opacity var(--transition-normal);
}

.layout54_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.section27_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.section27_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.container34_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prime86_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.premium79_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.fresh17_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.studio25_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.top25_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.clean3_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.base70_timeline {
  position: relative;
}

.base70_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.light5_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.light5_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.light5_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.minimal29_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.unique64_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;
  }
}

.studio30_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;
  }
}

.pro35_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 */
.web73_transition_all {
  transition: var(--transition-all);
}

.brand32_transition_fast {
  transition: all var(--transition-fast);
}

.smart16_transition_normal {
  transition: all var(--transition-normal);
}

.prime76_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.pro33_bg_primary { background-color: var(--bg-primary); }
.fresh19_bg_secondary { background-color: var(--bg-secondary); }
.agency22_bg_muted { background-color: var(--bg-muted); }
.new51_bg_glass { background-color: var(--bg-glass); }

.web4_text_primary { color: var(--text-primary); }
.premium20_text_secondary { color: var(--text-secondary); }
.ui38_text_muted { color: var(--text-muted); }
.agency56_text_inverse { color: var(--text-inverse); }
.bold47_text_link { color: var(--text-link); }

.content9_border_light { border-color: var(--border-light); }
.studio43_border_medium { border-color: var(--border-medium); }
.digital95_border_strong { border-color: var(--border-strong); }
.main2_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .premium79_services_grid,
  .studio25_features_grid,
  .fresh17_team_grid,
  .clean3_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .top25_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .base70_timeline::before {
    left: 30px;
  }
  
  .light5_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .best22_section_height {
    min-height: 60vh;
  }
  
  .base98_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .top25_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .light5_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.design78_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;
}

.minimal74_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.agency27_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);
}

.agency27_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .core64_no_print {
    display: none !important;
  }
  
  .app15_print_only {
    display: block !important;
  }
  
  .minimal75_shadow_xs,
  .site96_shadow_sm,
  .best14_shadow_md,
  .fresh57_shadow_lg,
  .studio78_shadow_xl,
  .core56_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .minimal29_fade_in,
  .unique64_slide_up,
  .studio30_slide_in_left,
  .pro35_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .base21_hover_lift,
  .digital19_hover_scale,
  .page58_hover_shadow,
  .layout54_hover_fade,
  .web73_transition_all,
  .brand32_transition_fast,
  .smart16_transition_normal,
  .prime76_transition_slow {
    transition: none;
  }
}

/* ============================================
   Header v-091 - Professional Blue Theme
   ============================================ */

.header-secondary {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.header-secondary .navbar {
  padding: 1rem 0;
  position: relative;
}

/* ============================================
   Brand/Logo Styling
   ============================================ */

.header-secondary .navbar-brand {
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header-secondary .navbar-brand:hover {
  transform: translateY(-2px);
}

.header-secondary .brand-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-secondary .brand-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.header-secondary .brand-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.header-secondary .navbar-brand:hover .brand-icon {
  transform: rotate(180deg);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.header-secondary .brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* ============================================
   Custom Animated Hamburger Toggle
   ============================================ */

.header-secondary .nav-toggle-checkbox {
  display: none;
}

.header-secondary .hamburger-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: var(--surface-secondary);
  border-radius: 8px;
  padding: 8px;
  transition: all 0.3s ease;
  z-index: 10003;
  position: relative;
}

.header-secondary .hamburger-toggle:hover {
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-secondary));
}

.header-secondary .hamburger-line {
  width: 24px;
  height: 3px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Animated Hamburger to X transformation */
.header-secondary .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: var(--primary-500);
}

.header-secondary .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-secondary .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: var(--primary-500);
}

/* ============================================
   Navigation Links - Identical Styling
   ============================================ */

.header-secondary .navbar-nav {
  gap: 2rem;
  align-items: center;
}

.header-secondary .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none;
}

.header-secondary .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-secondary .nav-link:hover {
  color: var(--primary-500);
}

.header-secondary .nav-link:hover::after {
  width: 100%;
}

/* ============================================
   Decorative Elements
   ============================================ */

.header-secondary .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.15;
}

.header-secondary .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
}

.header-secondary .deco-circle-1 {
  width: 120px;
  height: 120px;
  top: -40px;
  right: -20px;
  animation: float-v091-1 6s ease-in-out infinite;
}

.header-secondary .deco-circle-2 {
  width: 80px;
  height: 80px;
  top: 20px;
  right: 80px;
  animation: float-v091-2 8s ease-in-out infinite;
}

@keyframes float-v091-1 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-15px) scale(1.05); }
}

@keyframes float-v091-2 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(20px) scale(0.95); }
}

/* ============================================
   Mobile Responsive (max-width: 991.98px)
   CRITICAL Z-INDEX STRUCTURE
   ============================================ */

@media (max-width: 991.98px) {
  .header-secondary .hamburger-toggle {
    display: flex;
    z-index: 10003; /* Highest layer - always clickable */
  }

  .header-secondary .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 2rem 2rem;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10; /* Menu layer - below toggle */
    overflow-y: auto;
  }

  .header-secondary .mobile-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: -1; /* Below everything - doesn't block toggle */
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .mobile-backdrop {
    display: block;
    opacity: 1;
    z-index: 0; /* Still below menu, doesn't interfere with toggle */
  }

  .header-secondary .navbar-nav {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  .header-secondary .nav-item {
    width: 100%;
    border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
    animation: slideInRight-v091 0.4s ease forwards;
    opacity: 0;
  }

  .header-secondary .nav-item:nth-child(1) { animation-delay: 0.1s; }
  .header-secondary .nav-item:nth-child(2) { animation-delay: 0.15s; }
  .header-secondary .nav-item:nth-child(3) { animation-delay: 0.2s; }
  .header-secondary .nav-item:nth-child(4) { animation-delay: 0.25s; }

  .header-secondary .nav-link {
    padding: 1rem 0;
    width: 100%;
    font-size: 1.1rem;
  }

  @keyframes slideInRight-v091 {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* ============================================
   Tablet Optimization
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-secondary .navbar-collapse {
    width: 350px;
  }
}

/* ============================================
   Large Desktop Enhancement
   ============================================ */

@media (min-width: 1400px) {
  .header-secondary .navbar {
    padding: 1.5rem 0;
  }

  .header-secondary .navbar-nav {
    gap: 2.5rem;
  }

  .header-secondary .brand-text {
    font-size: 1.35rem;
  }
}

.hero-section-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-50) 60%, white) 100%);
  position: relative;
  overflow: hidden;
}

.hero-section-modern .geometric-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1;
}

.hero-section-modern .grid-line {
  position: absolute;
  background: var(--neutral-500);
}

.hero-section-modern .line-h {
  width: 100%;
  height: 1px;
}

.hero-section-modern .line-h:nth-child(1) {
  top: 20%;
}

.hero-section-modern .line-h:nth-child(2) {
  top: 50%;
}

.hero-section-modern .line-h:nth-child(3) {
  top: 80%;
}

.hero-section-modern .line-v {
  width: 1px;
  height: 100%;
}

.hero-section-modern .line-v:nth-child(4) {
  left: 30%;
}

.hero-section-modern .line-v:nth-child(5) {
  left: 70%;
}

.hero-section-modern .hero-content-industrial {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.hero-section-modern .geometric-accent {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.hero-section-modern .square-element {
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  transform: rotate(45deg);
  opacity: 0.8;
}

.hero-section-modern .hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.hero-section-modern .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
}

.hero-section-modern .hero-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-section-modern .technical-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 400px;
}

.hero-section-modern .tech-icon-box {
  aspect-ratio: 1;
  background: white;
  border: 2px solid var(--neutral-300);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hero-section-modern .tech-icon-box:hover {
  border-color: var(--primary-500);
  transform: scale(1.05);
}

.hero-section-modern .tech-icon-box i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.hero-section-modern .hero-image-industrial {
  position: relative;
  padding: 40px;
  z-index: 1;
}

.hero-section-modern .geometric-frame {
  position: relative;
  border: 3px solid var(--neutral-300);
  padding: 20px;
}

.hero-section-modern .frame-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid var(--primary-500);
  z-index: 2;
}

.hero-section-modern .corner-tl {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
}

.hero-section-modern .corner-tr {
  top: -3px;
  right: -3px;
  border-left: none;
  border-bottom: none;
}

.hero-section-modern .corner-bl {
  bottom: -3px;
  left: -3px;
  border-right: none;
  border-top: none;
}

.hero-section-modern .corner-br {
  bottom: -3px;
  right: -3px;
  border-left: none;
  border-top: none;
}

.hero-section-modern .hero-image-industrial {
  border-radius: 0;
}

.hero-section-modern .geometric-overlay {
  position: absolute;
  background: var(--primary-500);
  opacity: 0.1;
  z-index: 1;
}

.hero-section-modern .overlay-1 {
  width: 100px;
  height: 100px;
  top: -20px;
  right: -20px;
}

.hero-section-modern .overlay-2 {
  width: 80px;
  height: 80px;
  bottom: -15px;
  left: -15px;
  transform: rotate(45deg);
}

.hero-section-modern .floating-geo {
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  border: 2px solid var(--neutral-300);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 3;
  animation: floatGeo 4s ease-in-out infinite;
}

.hero-section-modern .geo-1 {
  top: 10px;
  left: -30px;
  animation-delay: 0s;
}

.hero-section-modern .geo-2 {
  top: 50%;
  right: -30px;
  transform: rotate(45deg);
  animation-delay: 1.3s;
}

.hero-section-modern .geo-3 {
  bottom: 20px;
  left: 20%;
  animation-delay: 2.6s;
}

.hero-section-modern .floating-geo i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

@keyframes floatGeo {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {
  .hero-section-modern {
    padding: 60px 0;
  }
  
  .hero-section-modern .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-section-modern .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .hero-section-modern .hero-image-industrial {
    margin-top: 40px;
  }
  
  .hero-section-modern .technical-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 575px) {
  .hero-section-modern .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-section-modern .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .hero-section-modern .hero-description {
    font-size: 1rem;
  }
  
  .hero-section-modern .technical-icons {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero-section-modern .floating-geo {
    width: 50px;
    height: 50px;
  }
  
  .hero-section-modern .floating-geo i {
    font-size: 1.125rem;
  }
}


/* ===================================
   About Section v-133 - Professional Blue
   =================================== */

.about-section-special {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bg-shape-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
    transparent 70%
  );
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.bg-shape-2 {
  position: absolute;
  bottom: -15%;
  left: -8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-50) 15%, transparent 85%),
    transparent 70%
  );
  border-radius: 50%;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

/* Container Positioning */
.about-section-special .container {
  position: relative;
  z-index: 1;
}

/* Content Wrapper */
.about-content-wrapper {
  position: relative;
  padding-right: 20px;
}

/* Section Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-100) 20%, transparent 80%);
  }
}

.badge-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-300) 50%, transparent 50%)
  );
  border-radius: 2px;
}

/* Typography */
.about-main-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.about-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.about-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 48px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.feature-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: var(--surface-primary);
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(
    180deg,
    var(--primary-500),
    var(--primary-300)
  );
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
  border-color: var(--primary-300);
  transform: translateX(8px);
  box-shadow: 
    0 12px 24px -8px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 4px 12px -4px color-mix(in srgb, var(--neutral-500) 10%, transparent 90%);
}

.feature-card:hover::before {
  height: 100%;
}

.feature-icon-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--primary-100),
    var(--primary-50)
  );
  border-radius: 12px;
  color: var(--primary-500);
  font-size: 28px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-icon-wrapper {
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-300)
  );
  color: var(--light);
  transform: scale(1.1) rotate(5deg);
}

.feature-content {
  flex: 1;
  min-width: 0;
}

.feature-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.4;
}

.feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Images Composition */
.images-composition {
  position: relative;
  height: 700px;
  max-width: 600px;
  margin-left: auto;
}

/* Decorative Elements in Images */
.deco-circle-1 {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
    color-mix(in srgb, var(--primary-100) 20%, transparent 80%)
  );
  z-index: -1;
  animation: rotate 30s linear infinite;
}

.deco-circle-2 {
  position: absolute;
  bottom: 40px;
  left: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  z-index: -1;
  animation: rotate 25s linear infinite reverse;
}

.deco-square {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    45deg,
    var(--primary-100),
    transparent
  );
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
  animation: float 15s ease-in-out infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Main Image */
.main-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 60%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 40px -12px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%),
    0 8px 16px -8px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
  z-index: 2;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-image-wrapper:hover .main-image {
  transform: scale(1.08);
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 10%, transparent 90%),
    color-mix(in srgb, var(--primary-500) 5%, transparent 95%)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.main-image-wrapper:hover .image-overlay {
  opacity: 1;
}

/* Secondary Image */
.secondary-image-wrapper {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 55%;
  height: 45%;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid var(--surface-primary);
  box-shadow: 
    0 16px 32px -8px color-mix(in srgb, var(--neutral-900) 20%, transparent 80%),
    0 6px 12px -4px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%);
  z-index: 3;
}

.secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-image-wrapper:hover .secondary-image {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Accent Image */
.accent-image-wrapper {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 40%;
  height: 30%;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid var(--surface-primary);
  box-shadow: 
    0 12px 24px -6px color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
    0 4px 8px -2px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
  z-index: 4;
}

.accent-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.accent-image-wrapper:hover .accent-image {
  transform: scale(1.12) rotate(2deg);
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 16px 32px -8px color-mix(in srgb, var(--primary-700) 40%, transparent 60%),
    0 0 0 8px var(--surface-primary);
  z-index: 5;
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.badge-icon {
  color: var(--light);
  font-size: 48px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-section-special {
    padding: 80px 0;
  }

  .about-content-wrapper {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .images-composition {
    height: 550px;
    max-width: 100%;
    margin: 0 auto;
  }

  .features-grid {
    gap: 20px;
  }

  .feature-card {
    padding: 24px;
  }

  .floating-badge {
    width: 80px;
    height: 80px;
  }

  .badge-icon {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .about-section-special {
    padding: 60px 0;
  }

  .about-main-title {
    margin-bottom: 16px;
  }

  .about-subtitle {
    margin-bottom: 20px;
  }

  .about-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .images-composition {
    height: 450px;
  }

  .feature-card {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }

  .feature-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .feature-name {
    font-size: 1.125rem;
  }

  .feature-description {
    font-size: 0.9375rem;
  }

  .main-image-wrapper {
    width: 75%;
    height: 55%;
  }

  .secondary-image-wrapper {
    width: 60%;
    height: 40%;
  }

  .accent-image-wrapper {
    width: 45%;
    height: 28%;
  }

  .floating-badge {
    width: 70px;
    height: 70px;
  }

  .badge-icon {
    font-size: 32px;
  }

  .deco-circle-1,
  .deco-circle-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-section-special {
    padding: 50px 0;
  }

  .images-composition {
    height: 380px;
  }

  .feature-card:hover {
    transform: translateX(4px);
  }
}

/* ===================================
   Features Section v-117 Styles
   Theme: Professional Blue
   =================================== */

.features-section-custom {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* ===================================
   Section Header Styles
   =================================== */

.features-section-custom .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.features-section-custom .decoration-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--primary-500),
    transparent
  );
}

.features-section-custom .decoration-icon {
  font-size: 1.5rem;
  color: var(--primary-500);
  animation: pulse-icon 2s ease-in-out infinite;
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.features-section-custom .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-custom .section-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.features-section-custom .section-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 100%;
}

/* ===================================
   Feature Card Styles
   =================================== */

.features-section-custom .feature-card {
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--light);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-section-custom .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-custom .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-color: color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.features-section-custom .feature-card:hover::before {
  transform: scaleX(1);
}

/* ===================================
   Feature Icon Styles
   =================================== */

.features-section-custom .feature-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section-custom .icon-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 80%, transparent)
  );
  border-radius: 20px;
  transform: rotate(0deg);
  transition: all 0.4s ease;
}

.features-section-custom .feature-card:hover .icon-background {
  transform: rotate(15deg) scale(1.1);
  background: linear-gradient(
    135deg,
    var(--primary-100),
    var(--primary-50)
  );
}

.features-section-custom .feature-icon {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.3s ease;
}

.features-section-custom .feature-card:hover .feature-icon {
  transform: scale(1.1);
  color: var(--primary-700);
}

/* ===================================
   Feature Content Styles
   =================================== */

.features-section-custom .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.features-section-custom .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-section-custom .feature-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.features-section-custom .feature-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
  border-radius: 50%;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.4s ease;
}

.features-section-custom .feature-card:hover .feature-accent {
  opacity: 1;
  transform: translate(0, 0);
}

/* ===================================
   Decorative Background Elements
   =================================== */

.features-section-custom .background-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.features-section-custom .decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--primary-300) 8%, transparent),
    transparent 70%
  );
}

.features-section-custom .circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  left: -100px;
  animation: float-1 20s ease-in-out infinite;
}

.features-section-custom .circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -50px;
  animation: float-2 25s ease-in-out infinite;
}

.features-section-custom .decoration-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.4;
}

.features-section-custom .blob-1 {
  width: 250px;
  height: 250px;
  top: 20%;
  right: 10%;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  animation: blob-float-1 15s ease-in-out infinite;
}

.features-section-custom .blob-2 {
  width: 200px;
  height: 200px;
  bottom: 30%;
  left: 5%;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  animation: blob-float-2 18s ease-in-out infinite;
}

@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 50px);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-40px, -30px);
  }
}

@keyframes blob-float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(20px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-15px, 20px) scale(0.95);
  }
}

@keyframes blob-float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-25px, 15px) scale(1.05);
  }
  66% {
    transform: translate(20px, -20px) scale(0.9);
  }
}

/* ===================================
   Responsive Design
   =================================== */

@media (max-width: 991.98px) {
  .features-section-custom .section-title {
    font-size: 2rem;
  }
  
  .features-section-custom .section-subtitle {
    font-size: 1.2rem;
  }
  
  .features-section-custom .feature-card {
    padding: 1.75rem 1.25rem;
  }
  
  .features-section-custom .circle-1 {
    width: 300px;
    height: 300px;
  }
  
  .features-section-custom .circle-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .features-section-custom .header-decoration {
    gap: 0.75rem;
  }
  
  .features-section-custom .decoration-line {
    width: 30px;
  }
  
  .features-section-custom .decoration-icon {
    font-size: 1.25rem;
  }
  
  .features-section-custom .feature-card {
    padding: 1.5rem 1rem;
  }
  
  .features-section-custom .feature-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .features-section-custom .feature-icon {
    font-size: 1.75rem;
  }
  
  .features-section-custom .feature-title {
    font-size: 1.15rem;
  }
  
  .features-section-custom .circle-1,
  .features-section-custom .circle-2 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  .features-section-custom .section-description {
    font-size: 1rem;
  }
  
  .features-section-custom .feature-description {
    font-size: 0.9rem;
  }
}

/* ===================================
   Accessibility & Performance
   =================================== */

@media (prefers-reduced-motion: reduce) {
  .features-section-custom * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.features-section-custom .feature-card:focus-within {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

.priceplan-section-variant {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.priceplan-section-variant .section-header {
  margin-bottom: 70px;
}

.priceplan-section-variant .nature-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
}

.priceplan-section-variant .nature-icon-group i {
  font-size: 2.5rem;
  color: var(--primary-500);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.priceplan-section-variant .nature-icon-group i:hover {
  opacity: 1;
  transform: scale(1.15);
}

.priceplan-section-variant .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.priceplan-section-variant .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
}

.priceplan-section-variant .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Plans Container */
.priceplan-section-variant .plans-container {
  position: relative;
  z-index: 1;
}

/* Plan Card */
.priceplan-section-variant .plan-card {
  background: var(--light);
  border-radius: 32px;
  padding: 44px 36px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
  transition: all 0.5s ease;
}

.priceplan-section-variant .plan-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-500);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.priceplan-section-variant .plan-card.featured {
  background: linear-gradient(135deg, 
    var(--light) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--light)) 100%);
  border-color: var(--primary-500);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Best Value Leaf */
.priceplan-section-variant .best-value-leaf {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 0 50% 50% 50%;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.priceplan-section-variant .best-value-leaf i {
  color: var(--light);
  font-size: 1.25rem;
  transform: rotate(45deg);
}

/* Organic Shape */
.priceplan-section-variant .organic-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.08;
  transition: all 0.5s ease;
  pointer-events: none;
}

.priceplan-section-variant .shape-left {
  background: var(--primary-300);
  top: -50px;
  left: -50px;
}

.priceplan-section-variant .shape-center {
  background: var(--primary-500);
  bottom: -60px;
  right: -60px;
}

.priceplan-section-variant .shape-right {
  background: var(--primary-700);
  top: -40px;
  right: -40px;
}

.priceplan-section-variant .plan-card:hover .organic-shape {
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  opacity: 0.12;
}

/* Plan Icon */
.priceplan-section-variant .plan-icon-box {
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.priceplan-section-variant .plan-card:hover .plan-icon-box {
  background: var(--primary-500);
  transform: scale(1.1);
}

.priceplan-section-variant .plan-icon-box i {
  font-size: 2.25rem;
  color: var(--primary-700);
  transition: color 0.4s ease;
}

.priceplan-section-variant .plan-card:hover .plan-icon-box i {
  color: var(--light);
}

/* Plan Content */
.priceplan-section-variant .plan-content {
  position: relative;
  z-index: 2;
}

.priceplan-section-variant .plan-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.priceplan-section-variant .price-tag {
  margin-bottom: 24px;
}

.priceplan-section-variant .price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  display: block;
  line-height: 1;
}

.priceplan-section-variant .plan-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  min-height: 68px;
}

.priceplan-section-variant .features-divider {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 10px;
  margin-bottom: 24px;
}

.priceplan-section-variant .plan-features-list {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.9;
}

/* Natural Decoration */
.priceplan-section-variant .natural-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-variant .leaf {
  position: absolute;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-500) 6%, transparent);
  border-radius: 0 100% 0 100%;
  opacity: 0.5;
}

.priceplan-section-variant .leaf-1 {
  top: 100px;
  left: 5%;
  transform: rotate(25deg);
  animation: leafFloat 20s ease-in-out infinite;
}

.priceplan-section-variant .leaf-2 {
  bottom: 120px;
  right: 8%;
  transform: rotate(-35deg);
  animation: leafFloat 18s ease-in-out infinite reverse;
}

@keyframes leafFloat {
  0%, 100% { transform: translateY(0) rotate(25deg); }
  50% { transform: translateY(-30px) rotate(35deg); }
}

.priceplan-section-variant .branch {
  position: absolute;
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-700) 15%, transparent) 50%, 
    transparent 100%);
  opacity: 0.4;
}

.priceplan-section-variant .branch-1 {
  top: 50%;
  left: 0;
  transform: rotate(-15deg);
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-variant {
    padding: 80px 0;
  }

  .priceplan-section-variant .section-title {
    font-size: 2.5rem;
  }

  .priceplan-section-variant .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-variant .plan-title {
    font-size: 1.75rem;
  }

  .priceplan-section-variant .price-amount {
    font-size: 2.125rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-variant {
    padding: 60px 0;
  }

  .priceplan-section-variant .section-title {
    font-size: 2rem;
  }

  .priceplan-section-variant .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-variant .plan-card {
    padding: 36px 28px;
  }

  .priceplan-section-variant .nature-icon-group i {
    font-size: 2rem;
  }

  .priceplan-section-variant .leaf,
  .priceplan-section-variant .branch {
    opacity: 0.3;
  }
}





/* Team section */

/* Section Styles */
.team-section-featured {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Header Decorative Elements */
.decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

.decorative-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-300);
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* Typography */
#team-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

#team-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 2px;
}

#team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Team Card */
.team-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.team-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Decorative Border */
.decorative-border {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid var(--light);
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-card:hover .decorative-border {
  opacity: 1;
}

/* Overlay */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

/* Team Info */
.team-info {
  padding: 2rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-info h4 {
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 0.5rem;
}

.team-card:hover .team-info h4 {
  color: var(--primary-500);
}

.team-info p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Decorative Underline */
.decorative-underline {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .decorative-underline {
  transform: scaleX(1);
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -150px;
  left: -150px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: -100px;
  right: 10%;
  animation: float-shape 8s ease-in-out infinite;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  top: 50%;
  right: -75px;
  animation: float-shape 10s ease-in-out infinite reverse;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  #team-title {
    font-size: 2.5rem;
  }
  
  .team-info {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  #team-title {
    font-size: 2rem;
  }
  
  #team-subtitle {
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }
  
  #team-desc {
    font-size: 1rem;
  }
  
  .team-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .decorative-border {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-width: 2px;
  }
}

@media (max-width: 575.98px) {
  .team-section-featured {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  #team-title {
    font-size: 1.75rem;
  }
  
  .team-info {
    padding: 1.25rem 1rem;
  }
  
  .team-info h4 {
    font-size: 1.15rem;
  }
  
  .team-info p {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-card {
    border: 2px solid var(--neutral-300);
  }
  
  .decorative-border {
    border-width: 4px;
  }
  
  #team-title,
  .team-info h4 {
    font-weight: 700;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-member-photo,
  .decorative-border,
  .team-overlay,
  .decorative-underline {
    transition: none;
  }
  
  .team-card:hover {
    transform: none;
  }
  
  .team-card:hover .team-member-photo {
    transform: none;
  }
  
  .shape-2,
  .shape-3 {
    animation: none;
  }
  
  .decorative-dots .dot {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .decorative-shapes,
  .decorative-dots,
  .decorative-line-top {
    display: none;
  }
  
  .team-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

/* ================================================
   Reviews Section v-101 - Professional Blue Theme
   ================================================ */

.reviews-section-standard {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Section Header Styles */
.reviews-section-standard .decorative-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    var(--primary-300)
  );
  margin: 0 auto;
  border-radius: 2px;
}

.reviews-section-standard #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.reviews-section-standard #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.reviews-section-standard #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Review Card Styles */
.reviews-section-standard .review-card {
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.reviews-section-standard .review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews-section-standard .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.reviews-section-standard .review-card:hover::before {
  transform: scaleX(1);
}

/* Featured Review Card */
.reviews-section-standard .featured-review {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
  );
  border: 2px solid var(--primary-300);
}

.reviews-section-standard .featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Quote Icon */
.reviews-section-standard .quote-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-300)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--light);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

/* Review Text */
.reviews-section-standard .review-text {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}

/* Author Section */
.reviews-section-standard .review-author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.reviews-section-standard .author-avatar {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.reviews-section-standard .avatar-initials {
  color: var(--light);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}

.reviews-section-standard .author-name {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Card Decoration */
.reviews-section-standard .card-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%, 
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Background Elements */
.reviews-section-standard .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-standard .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  left: -100px;
  animation: float-blob 20s ease-in-out infinite;
}

.reviews-section-standard .blob-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  bottom: -80px;
  right: -80px;
  animation: float-blob 15s ease-in-out infinite reverse;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.reviews-section-standard .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-standard .circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  animation: rotate-circle 30s linear infinite;
}

.reviews-section-standard .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  left: 8%;
  animation: rotate-circle 25s linear infinite reverse;
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .reviews-section-standard .review-card {
    padding: 1.5rem;
  }

  .reviews-section-standard #reviews-title {
    font-size: 2rem;
  }

  .reviews-section-standard .decorative-blob {
    opacity: 0.04;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-standard {
    padding: 3rem 0;
  }

  .reviews-section-standard #reviews-title {
    font-size: 1.75rem;
  }

  .reviews-section-standard #reviews-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-standard .review-card {
    padding: 1.25rem;
  }

  .reviews-section-standard .quote-icon-wrapper {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }

  .reviews-section-standard .author-avatar {
    width: 48px;
    height: 48px;
  }

  .reviews-section-standard .avatar-initials {
    font-size: 1rem;
  }

  .reviews-section-standard .blob-1,
  .reviews-section-standard .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-standard .review-author-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .reviews-section-standard .featured-badge {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .reviews-section-standard .review-card,
  .reviews-section-standard .decorative-blob,
  .reviews-section-standard .decorative-circle,
  .reviews-section-standard .featured-badge {
    animation: none;
    transition: none;
  }

  .reviews-section-standard .review-card:hover {
    transform: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .reviews-section-standard .review-card {
    border: 2px solid var(--neutral-700);
  }

  .reviews-section-standard .review-text {
    color: var(--text-primary);
  }
}

/* Print Styles */
@media print {
  .reviews-section-standard .decorative-blob,
  .reviews-section-standard .decorative-circle,
  .reviews-section-standard .card-decoration {
    display: none;
  }

  .reviews-section-standard .review-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
    page-break-inside: avoid;
  }
}

/* Study section */

.casestudy-section-featured {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Icon Wrapper */
.casestudy-section-featured .decorative-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
}

.casestudy-section-featured .decorative-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

/* Decorative Line */
.casestudy-section-featured .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
  margin: 0 auto;
}

/* Case Study Card */
.casestudy-section-featured .casestudy-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid var(--neutral-100);
}

.casestudy-section-featured .casestudy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.casestudy-section-featured .casestudy-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: var(--neutral-100);
}

.casestudy-section-featured .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--neutral-100) 0%,
    var(--neutral-50) 100%
  );
  position: relative;
}

.casestudy-section-featured .image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  opacity: 0.1;
  border-radius: 50%;
}

.casestudy-section-featured .decorative-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 30%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.casestudy-section-featured .casestudy-card:hover .decorative-overlay {
  opacity: 1;
}

/* Card Content */
.casestudy-section-featured .casestudy-content {
  padding: 2rem;
  position: relative;
}

.casestudy-section-featured .icon-badge {
  position: absolute;
  top: -25px;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.casestudy-section-featured .icon-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.casestudy-section-featured .casestudy-item-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.casestudy-section-featured .casestudy-item-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Shapes */
.casestudy-section-featured .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.casestudy-section-featured .shape {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.03;
}

.casestudy-section-featured .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -50px;
}

.casestudy-section-featured .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: 10%;
}

.casestudy-section-featured .shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  right: -30px;
}

/* Typography */
.casestudy-section-featured #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-featured #casestudy-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.casestudy-section-featured #casestudy-desc {
  color: var(--text-secondary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-featured .casestudy-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-featured .casestudy-card {
    margin-bottom: 1.5rem;
  }
  
  .casestudy-section-featured .casestudy-content {
    padding: 1.5rem;
  }
  
  .casestudy-section-featured .icon-badge {
    right: 1.5rem;
  }
}





.process-section-modern {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-badge {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--surface-primary);
  background: var(--primary-500);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

.main-title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.intro-text {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Process Grid */
.process-grid {
  position: relative;
  margin-top: 3rem;
}

.process-box {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.4s ease;
}

.process-box:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Box Icon */
.box-icon-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 2rem;
}

.icon-bg {
  position: absolute;
  inset: 0;
  background: var(--primary-50);
  border-radius: 20px;
  transform: rotate(10deg);
  transition: transform 0.4s ease;
}

.process-box:hover .icon-bg {
  transform: rotate(20deg);
}

.box-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.box-icon i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

/* Box Content */
.box-content {
  text-align: center;
}

.box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.box-text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Connector Lines */
.connector-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.4;
  z-index: -1;
}

.line-horizontal {
  width: 60px;
  height: 2px;
  top: 45px;
  right: -62px;
}

.line-center {
  right: auto;
  left: 50%;
  transform: translateX(50%);
}

.line-diagonal {
  width: 2px;
  height: 80px;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
}

/* Center Connector */
.center-connector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0.4;
  z-index: 0;
}

/* Grid Pattern */
.grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .main-title {
    font-size: 2.25rem;
  }

  .connector-line {
    display: none;
  }

  .center-connector {
    display: none;
  }

  .process-box {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .process-section-modern {
    padding: 60px 0;
  }

  .main-title {
    font-size: 1.875rem;
  }

  .intro-text {
    font-size: 1rem;
  }

  .process-box {
    padding: 2rem 1.5rem;
  }

  .box-icon-wrapper {
    width: 75px;
    height: 75px;
  }

  .box-icon i {
    font-size: 2rem;
  }

  .box-title {
    font-size: 1.25rem;
  }

  .box-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .process-box {
    padding: 1.5rem 1rem;
  }

  .box-icon-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 1.5rem;
  }

  .box-icon i {
    font-size: 1.75rem;
  }
}





/* Timeline section */

.timeline-section-style {
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.timeline-section-style .path-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.timeline-section-style .path-icons i {
  font-size: 2.5rem;
  color: var(--primary-500);
  opacity: 0.6;
}

.timeline-section-style .path-icons i:nth-child(2) {
  font-size: 2rem;
}

.timeline-section-style #timeline-title {
  color: var(--primary-900);
  line-height: 1.2;
}

.timeline-section-style #timeline-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.timeline-section-style #timeline-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Winding Path Container */
.winding-path-container {
  padding: 4rem 0;
  margin-top: 3rem;
}

/* Winding SVG Path */
.winding-path-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--primary-500);
  pointer-events: none;
  z-index: 0;
}

/* Path Items Wrapper */
.path-items-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

/* Path Item */
.path-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}

.path-left {
  justify-content: flex-start;
  padding-right: 30%;
}

.path-right {
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding-left: 30%;
}

.path-center {
  justify-content: center;
  padding-left: 15%;
  padding-right: 15%;
}

/* Path Marker */
.path-marker {
  position: relative;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.path-marker-large {
  width: 90px;
  height: 90px;
}

.marker-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: markerRingPulse 3s ease-in-out infinite;
}

@keyframes markerRingPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.6; }
}

.marker-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.path-item:hover .marker-core {
  transform: translate(-50%, -50%) scale(1.1);
}

.marker-core i {
  font-size: 1.75rem;
  color: var(--neutral-50);
}

.path-marker-large .marker-core i {
  font-size: 2.5rem;
}

/* Path Card */
.path-card {
  flex: 1;
  background: var(--neutral-50);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s ease;
  border: 2px solid var(--primary-300);
}

.path-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

/* Card Header Accent */
.card-header-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  border-radius: 2px;
  margin-bottom: 1rem;
}

.path-card h3 {
  color: var(--primary-900);
  line-height: 1.4;
}

.path-card p {
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.path-card-featured {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
  border-width: 3px;
  border-color: var(--primary-500);
  padding: 2.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.path-card-featured h3 {
  color: var(--primary-900);
  font-size: 1.75rem;
}

/* Background Waves */
.bg-wave {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 40% 60% 50% 40%;
  opacity: 0.04;
  pointer-events: none;
  animation: waveMove 20s ease-in-out infinite;
}

.bg-wave-1 {
  background: var(--primary-500);
  top: 15%;
  left: -150px;
}

.bg-wave-2 {
  background: var(--accent-500);
  bottom: 20%;
  right: -120px;
  animation-delay: 10s;
}

@keyframes waveMove {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg); 
    border-radius: 40% 60% 50% 40%;
  }
  50% { 
    transform: translate(30px, -40px) rotate(180deg); 
    border-radius: 60% 40% 40% 60%;
  }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .path-left,
  .path-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .path-center {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 991.98px) {
  .winding-path-svg {
    display: none;
  }

  .path-item,
  .path-left,
  .path-right,
  .path-center {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .path-items-wrapper {
    gap: 3rem;
  }

  .path-marker {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .timeline-section-style {
    padding: 3rem 0;
  }

  .timeline-section-style #timeline-title {
    font-size: 2rem;
  }

  .winding-path-container {
    padding: 2rem 0;
    margin-top: 2rem;
  }

  .path-items-wrapper {
    gap: 2.5rem;
  }

  .path-card {
    padding: 1.75rem;
  }

  .path-card h3 {
    font-size: 1.35rem;
  }

  .path-card-featured {
    padding: 2rem;
  }

  .path-card-featured h3 {
    font-size: 1.5rem;
  }

  .path-marker {
    width: 60px;
    height: 60px;
  }

  .path-marker-large {
    width: 75px;
    height: 75px;
  }

  .marker-core i {
    font-size: 1.5rem;
  }

  .path-marker-large .marker-core i {
    font-size: 2rem;
  }

  .bg-wave {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .timeline-section-style #timeline-title {
    font-size: 1.75rem;
  }

  .path-card {
    padding: 1.5rem;
  }

  .timeline-section-style .path-icons i {
    font-size: 2rem;
  }

  .timeline-section-style .path-icons i:nth-child(2) {
    font-size: 1.5rem;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.career-section-custom {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--neutral-50) 80%, var(--surface-primary)) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Typography */
.career-section-custom #career-title {
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.career-section-custom #career-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.career-section-custom .tracking-wide {
  letter-spacing: 0.1em;
}

.career-section-custom #career-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Minimal Cards */
.career-section-custom .career-minimal-card {
  background: var(--light);
  border: 1px solid var(--neutral-300);
  border-radius: 12px;
  padding: 36px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.career-section-custom .career-minimal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  border-color: var(--primary-500);
}

.career-section-custom .career-minimal-card:hover .card-accent {
  width: 100%;
}

/* Card Icon */
.career-section-custom .card-icon {
  width: 64px;
  height: 64px;
  background: var(--surface-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.career-section-custom .card-icon i {
  font-size: 32px;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.career-section-custom .career-minimal-card:hover .card-icon {
  background: var(--primary-100);
  transform: rotate(-10deg) scale(1.05);
}

/* Card Content */
.career-section-custom .card-content {
  flex: 1;
}

.career-section-custom .card-content h3 {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.3;
}

.career-section-custom .position-meta {
  display: flex;
  align-items: center;
}

.career-section-custom .meta-text {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.career-section-custom .card-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 15px;
}

/* Card Accent */
.career-section-custom .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 0 0 12px 12px;
  transition: width 0.4s ease;
}

/* Organic Shapes */
.career-section-custom .organic-shape {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.03;
  pointer-events: none;
}

.career-section-custom .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -150px;
  right: -150px;
  animation: morph 15s ease-in-out infinite;
}

.career-section-custom .shape-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -100px;
  left: -100px;
  animation: morph 20s ease-in-out infinite reverse;
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 50% 50% / 50% 60% 40% 60%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 40% 70% 50% 60%;
  }
}

/* Texture Overlay */
.career-section-custom .texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      color-mix(in srgb, var(--neutral-300) 10%, transparent) 2px,
      color-mix(in srgb, var(--neutral-300) 10%, transparent) 4px
    );
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-custom {
    padding: 80px 0;
  }

  .career-section-custom .career-minimal-card {
    padding: 32px;
  }

  .career-section-custom .card-icon {
    width: 56px;
    height: 56px;
  }

  .career-section-custom .card-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .career-section-custom {
    padding: 60px 0;
  }

  .career-section-custom #career-title {
    font-size: 2rem;
  }

  .career-section-custom #career-subtitle {
    font-size: 1rem;
  }

  .career-section-custom .career-minimal-card {
    padding: 28px;
  }
}





.coreinfo-section-custom {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.coreinfo-section-custom .header-content {
  position: relative;
}

.coreinfo-section-custom .icon-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.coreinfo-section-custom .icon-cluster i {
  font-size: 1.2rem;
  color: var(--primary-500);
  animation: bounce 2s ease-in-out infinite;
}

.coreinfo-section-custom .icon-cluster i:nth-child(2) {
  animation-delay: 0.4s;
}

.coreinfo-section-custom .icon-cluster i:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.coreinfo-section-custom .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.coreinfo-section-custom .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.coreinfo-section-custom .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
}

/* Info Items */
.coreinfo-section-custom .info-item {
  height: 100%;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 20px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.coreinfo-section-custom .info-item::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-500) 60%, var(--primary-300))
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.coreinfo-section-custom .info-item:hover::before {
  transform: scaleX(1);
}

.coreinfo-section-custom .info-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--primary-500) 18%, transparent);
  border-color: var(--primary-500);
}

/* Icon Container */
.coreinfo-section-custom .icon-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
}

.coreinfo-section-custom .icon-bg {
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.coreinfo-section-custom .icon-bg i {
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.coreinfo-section-custom .info-item:hover .icon-bg {
  background: var(--primary-500);
  transform: scale(1.1) rotate(10deg);
}

.coreinfo-section-custom .info-item:hover .icon-bg i {
  color: var(--light);
  transform: scale(1.1);
}

.coreinfo-section-custom .icon-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-radius: 50%;
  z-index: 1;
  animation: ring-pulse 2s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
}

/* Info Content */
.coreinfo-section-custom .info-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.coreinfo-section-custom .info-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Grid Background */
.coreinfo-section-custom .decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-300) 5%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 5%, transparent) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* Floating Shapes */
.coreinfo-section-custom .floating-shape {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  pointer-events: none;
  z-index: 0;
  animation: float-shape 10s ease-in-out infinite;
}

.coreinfo-section-custom .shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
}

.coreinfo-section-custom .shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 3s;
}

.coreinfo-section-custom .shape-3 {
  width: 180px;
  height: 180px;
  bottom: 15%;
  left: 15%;
  animation-delay: 6s;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(20px, -20px) scale(1.1);
  }
  66% {
    transform: translate(-15px, 15px) scale(0.9);
  }
}

.coreinfo-section-custom .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .coreinfo-section-custom .section-title {
    font-size: 2rem;
  }
  
  .coreinfo-section-custom .section-subtitle {
    font-size: 1.25rem;
  }
  
  .coreinfo-section-custom .icon-container {
    width: 90px;
    height: 90px;
  }
  
  .coreinfo-section-custom .icon-bg i {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .coreinfo-section-custom .section-title {
    font-size: 1.75rem;
  }
  
  .coreinfo-section-custom .section-subtitle {
    font-size: 1.125rem;
  }
  
  .coreinfo-section-custom .info-item {
    padding: 1.5rem;
  }
  
  .coreinfo-section-custom .icon-container {
    width: 80px;
    height: 80px;
  }
  
  .coreinfo-section-custom .icon-bg i {
    font-size: 2rem;
  }
}





/* Contact section */

.contact-section-bold {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  overflow: hidden;
}

/* Section Header */
.section-header-bold {
  position: relative;
  z-index: 2;
}

.decorative-dot-pattern {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.decorative-dot-pattern::before,
.decorative-dot-pattern::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
}

.decorative-dot-pattern::before {
  background: var(--primary-300);
}

#contact-title {
  color: var(--text-primary);
  line-height: 1.2;
}

#contact-subtitle {
  color: var(--primary-700);
  font-weight: 500;
}

#contact-desc {
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* Contact Form Card */
.contact-form-card-bold {
  background: var(--light);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-card-bold:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.decorative-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid var(--primary-500);
}

.decorative-corner.top-left {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
  border-radius: 8px 0 0 0;
}

.decorative-corner.bottom-right {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 8px 0;
}

/* Form Groups */
.form-group-bold {
  margin-bottom: 1.5rem;
}

.form-group-bold .form-label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.form-group-bold .form-label i {
  color: var(--primary-500);
  font-size: 1.1rem;
}

.form-group-bold .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.form-group-bold .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  background: var(--light);
  outline: none;
}

.form-group-bold textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox */
.form-check-bold {
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
}

.form-check-bold .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
  margin-top: 0.15rem;
}

.form-check-bold .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.form-check-bold .form-check-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
  cursor: pointer;
  user-select: none;
}

/* Submit Button - CRITICAL: Protected with !important */
.btn-submit-bold {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.btn-submit-bold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.btn-submit-bold:active {
  transform: translateY(0);
}

.btn-submit-bold i {
  transition: transform 0.3s ease;
}

.btn-submit-bold:hover i {
  transform: translateX(5px);
}

/* Contact Info Wrapper */
.contact-info-wrapper-bold {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}

/* Info Card */
.info-card-bold {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.info-card-bold:hover {
  transform: translateX(5px);
  border-color: var(--primary-300);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.icon-wrapper-bold {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.icon-wrapper-bold i {
  color: var(--light);
  font-size: 1.5rem;
}

.info-content-bold {
  flex: 1;
}

.info-title-bold {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.info-details-bold {
  font-size: 1rem;
  color: var(--primary-700);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.info-subtext-bold {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* Social Links */
.social-links-bold {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid var(--neutral-100);
}

.social-icon-bold {
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid var(--neutral-100);
}

.social-icon-bold:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.social-icon-bold i {
  font-size: 1.25rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.social-icon-bold:hover i {
  color: var(--light);
}

/* Decorative Shapes */
.decorative-shape-bold {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.decorative-shape-bold.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
  filter: blur(100px);
}

.decorative-shape-bold.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -150px;
  left: -100px;
  filter: blur(80px);
}

.decorative-line-bold {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-form-card-bold {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .decorative-corner {
    width: 30px;
    height: 30px;
  }
  
  .decorative-corner.top-left {
    top: 15px;
    left: 15px;
  }
  
  .decorative-corner.bottom-right {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .contact-section-bold {
    padding: 3rem 0;
  }
  
  .section-header-bold {
    margin-bottom: 3rem;
  }
  
  #contact-title {
    font-size: 2rem;
  }
  
  #contact-subtitle {
    font-size: 1.25rem;
  }
  
  .contact-form-card-bold {
    padding: 1.5rem;
  }
  
  .info-card-bold {
    padding: 1.5rem;
  }
  
  .icon-wrapper-bold {
    width: 48px;
    height: 48px;
  }
  
  .icon-wrapper-bold i {
    font-size: 1.25rem;
  }
  
  .social-links-bold {
    gap: 0.75rem;
  }
  
  .social-icon-bold {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 575.98px) {
  #contact-title {
    font-size: 1.75rem;
  }
  
  .btn-submit-bold {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
  
  .info-card-bold {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Blog section */

.blog-section {
  background: var(--surface-primary);
  position: relative;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.section-subtitle {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  color: var(--primary-500);
  font-weight: 500;
  line-height: 1.5;
}

.section-description {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 46rem;
  margin: 0 auto;
}

/* Decorative Dots Row */
.decorative-dots-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.dot {
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
  display: block;
}

.dot:nth-child(2) {
  width: 8px;
  height: 8px;
}

/* Blog Minimal Card */
.blog-minimal-card {
  background: var(--surface-primary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

/* Card Header Minimal */
.card-header-minimal {
  padding: 2rem 2rem 1rem;
  display: flex;
  justify-content: flex-start;
}

.header-icon-container {
  width: 48px;
  height: 48px;
  background: var(--surface-accent);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.header-icon-container i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.blog-minimal-card:hover .header-icon-container {
  background: var(--primary-500);
}

.blog-minimal-card:hover .header-icon-container i {
  color: #ffffff;
}

/* Card Body Minimal */
.card-body-minimal {
  padding: 0 2rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Card Title Minimal */
.card-title-minimal {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-minimal-card:hover .card-title-minimal {
  color: var(--primary-700);
}

/* Card Excerpt Minimal */
.card-excerpt-minimal {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

/* Card Link Minimal */
.card-link-minimal {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.card-link-minimal:hover {
  color: var(--primary-700);
  gap: 0.5rem;
}

.card-link-minimal i {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.card-link-minimal:hover i {
  transform: translateX(4px);
}

/* Card Footer Accent */
.card-footer-accent {
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-minimal-card:hover .card-footer-accent {
  opacity: 1;
}

/* Decorative Line Bottom */
.decorative-line-bottom {
  width: 120px;
  height: 2px;
  background: var(--border-light);
  margin: 3rem auto 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .card-header-minimal {
    padding: 1.5rem 1.5rem 1rem;
  }
  
  .header-icon-container {
    width: 44px;
    height: 44px;
  }
  
  .header-icon-container i {
    font-size: 1.375rem;
  }
  
  .card-body-minimal {
    padding: 0 1.5rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .card-header-minimal {
    padding: 1.25rem 1.25rem 0.75rem;
  }
  
  .header-icon-container {
    width: 40px;
    height: 40px;
  }
  
  .header-icon-container i {
    font-size: 1.25rem;
  }
  
  .card-body-minimal {
    padding: 0 1.25rem 1.25rem;
  }
  
  .decorative-line-bottom {
    width: 80px;
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .decorative-dots-row {
    gap: 0.375rem;
  }
  
  .dot {
    width: 5px;
    height: 5px;
  }
  
  .dot:nth-child(2) {
    width: 6px;
    height: 6px;
  }
  
  .blog-minimal-card:hover {
    transform: translateY(-2px);
  }
}



.faq-section-secondary {
  position: relative;
  background: var(--neutral-50);
  min-height: 100vh;
  overflow: hidden;
}

/* Sidebar */
.faq-section-secondary .faq-sidebar {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-700));
  min-height: 100vh;
  padding: 3rem 2rem;
  color: var(--neutral-0);
  position: relative;
  overflow: hidden;
}

.faq-section-secondary .faq-sidebar::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.faq-section-secondary .sidebar-content {
  position: relative;
  z-index: 1;
}

.faq-section-secondary .icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.faq-section-secondary .icon-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.faq-section-secondary #faq-title {
  color: var(--neutral-0);
  font-weight: 800;
  line-height: 1.2;
}

.faq-section-secondary #faq-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.faq-section-secondary #faq-desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 1rem;
}

/* Category Navigation */
.faq-section-secondary .category-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.faq-section-secondary .nav-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-section-secondary .nav-icon-item i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transition: all 0.3s ease;
}

.faq-section-secondary .nav-icon-item:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

/* FAQ Content Area */
.faq-section-secondary .faq-content-area {
  padding: 3rem 2rem;
  background: var(--neutral-50);
}

.faq-section-secondary .faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.faq-section-secondary .faq-block .card {
  background: var(--neutral-0);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-section-secondary .faq-block .card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.faq-section-secondary .faq-block:hover .card::before {
  transform: scaleY(1);
  transform-origin: top;
}

.faq-section-secondary .faq-block:hover .card {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  transform: translateX(8px);
}

/* FAQ Indicator */
.faq-section-secondary .faq-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--neutral-0);
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.faq-section-secondary .faq-block:hover .faq-indicator {
  transform: scale(1.1) rotate(5deg);
}

.faq-section-secondary .faq-block h5 {
  color: var(--neutral-900);
  font-size: 1.1rem;
  line-height: 1.4;
}

.faq-section-secondary .faq-block p {
  color: var(--neutral-700);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Gradient Overlay */
.faq-section-secondary .gradient-overlay {
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, var(--primary-700) 0%, transparent 100%);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (min-width: 992px) {
  .faq-section-secondary .faq-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .faq-section-secondary .faq-sidebar {
    min-height: auto;
    padding: 2rem 1.5rem;
  }

  .faq-section-secondary #faq-title {
    font-size: 2rem;
  }

  .faq-section-secondary .faq-content-area {
    padding: 2rem 1.5rem;
  }

  .faq-section-secondary .gradient-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .faq-section-secondary .faq-sidebar {
    padding: 1.5rem 1rem;
  }

  .faq-section-secondary #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-secondary .icon-badge {
    width: 60px;
    height: 60px;
  }

  .faq-section-secondary .icon-badge i {
    font-size: 1.75rem;
  }

  .faq-section-secondary .category-nav {
    gap: 0.75rem;
  }

  .faq-section-secondary .nav-icon-item {
    width: 45px;
    height: 45px;
  }

  .faq-section-secondary .nav-icon-item i {
    font-size: 1rem;
  }

  .faq-section-secondary .faq-content-area {
    padding: 1.5rem 1rem;
  }

  .faq-section-secondary .faq-grid {
    gap: 1rem;
  }

  .faq-section-secondary .faq-block .card .card-body {
    padding: 1.25rem !important;
  }

  .faq-section-secondary .faq-indicator {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .faq-section-secondary .faq-block h5 {
    font-size: 1rem;
  }

  .faq-section-secondary .faq-block p {
    font-size: 0.9rem;
  }

  .faq-section-secondary .faq-block:hover .card {
    transform: translateY(-4px);
  }
}







.gallery-section-clean {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-geometric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.gallery-block {
  position: relative;
  overflow: hidden;
  background: var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.gallery-block:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    inset 0 0 0 2px var(--primary-500);
}

.block-large {
  grid-column: span 2;
  grid-row: span 2;
}

.block-medium {
  grid-column: span 1;
  grid-row: span 1;
}

.block-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.block-small {
  grid-column: span 1;
  grid-row: span 1;
}

.block-inner {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.block-large .block-inner {
  min-height: 520px;
}

.block-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: grayscale(0.2);
}

.gallery-block:hover .block-inner img {
  transform: scale(1.15);
  filter: grayscale(0) brightness(1.1);
}

.geometric-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 70%, transparent) 0%,
    color-mix(in srgb, var(--neutral-900) 50%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-block:hover .geometric-overlay {
  opacity: 0.85;
}

/* Geometric shapes in overlay */
.shape-square,
.shape-circle,
.shape-triangle,
.shape-hexagon,
.shape-diamond {
  width: 60px;
  height: 60px;
  border: 3px solid var(--surface-primary);
  opacity: 0;
  transform: scale(0.5) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-block:hover .shape-square,
.gallery-block:hover .shape-circle,
.gallery-block:hover .shape-triangle,
.gallery-block:hover .shape-hexagon,
.gallery-block:hover .shape-diamond {
  opacity: 1;
  transform: scale(1) rotate(360deg);
}

.shape-circle {
  border-radius: 50%;
}

.shape-triangle {
  width: 0;
  height: 0;
  border: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 52px solid var(--surface-primary);
}

.shape-hexagon {
  width: 50px;
  height: 29px;
  background: var(--surface-primary);
  border: none;
  position: relative;
}

.shape-hexagon:before,
.shape-hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.shape-hexagon:before {
  bottom: 100%;
  border-bottom: 14.5px solid var(--surface-primary);
}

.shape-hexagon:after {
  top: 100%;
  border-top: 14.5px solid var(--surface-primary);
}

.shape-diamond {
  transform: rotate(45deg);
}

.gallery-block:hover .shape-diamond {
  transform: rotate(405deg);
}

/* Grid pattern overlay */
.grid-pattern {
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--surface-primary) 2px, transparent 2px),
    linear-gradient(90deg, var(--surface-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-block:hover .grid-pattern {
  opacity: 0.5;
}

/* Overlay lines */
.overlay-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.line {
  position: absolute;
  background: var(--surface-primary);
  opacity: 0;
  transition: all 0.5s ease;
}

.line-1 {
  width: 2px;
  height: 0;
  top: 0;
  left: 50%;
}

.line-2 {
  width: 0;
  height: 2px;
  top: 50%;
  left: 0;
}

.gallery-block:hover .line-1 {
  height: 100%;
  opacity: 1;
}

.gallery-block:hover .line-2 {
  width: 100%;
  opacity: 1;
}

/* Corner frame */
.corner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.gallery-block:hover .corner-frame {
  opacity: 1;
}

.corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
}

.corner-tl {
  top: 15px;
  left: 15px;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: 15px;
  right: 15px;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: 15px;
  left: 15px;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: 15px;
  right: 15px;
  border-left: none;
  border-top: none;
}

/* Decorative geometric elements */
.geometric-decoration {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.1;
  pointer-events: none;
}

.geometric-decoration.deco-1 {
  top: 100px;
  right: 50px;
  transform: rotate(15deg);
}

.geometric-decoration.deco-2 {
  bottom: 150px;
  left: 80px;
  transform: rotate(-20deg);
}

.geometric-decoration.deco-3 {
  top: 50%;
  right: 100px;
  transform: rotate(30deg);
}

.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 30%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 30%, transparent) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .gallery-geometric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .block-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .block-large .block-inner {
    min-height: 350px;
  }
  
  .block-wide {
    grid-column: span 2;
  }
  
  .block-inner {
    min-height: 200px;
  }
}

@media (max-width: 575px) {
  .gallery-geometric-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .block-large,
  .block-medium,
  .block-wide,
  .block-small {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .block-inner,
  .block-large .block-inner {
    min-height: 250px;
  }
}





﻿/* 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;
  }
}







/* Universal section */

.additional-universal-special {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-special .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-special .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-special .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Content Rows */
.additional-universal-special .content-rows {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.additional-universal-special .content-row {
  margin-bottom: 4rem;
}

.additional-universal-special .content-row:last-child {
  margin-bottom: 0;
}

/* Text Content */
.additional-universal-special .text-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--neutral-0);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-special .text-wrapper:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-left-color: var(--accent-500);
}

.additional-universal-special .content-row .order-lg-2 .text-wrapper {
  border-left: none;
  border-right: 4px solid var(--primary-500);
}

.additional-universal-special .content-row .order-lg-2 .text-wrapper:hover {
  transform: translateX(-8px);
  border-right-color: var(--accent-500);
}

.additional-universal-special .item-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-special .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-special .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Accent */
.additional-universal-special .decorative-accent {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-special .accent-left {
  bottom: 15px;
  left: 15px;
  border-bottom: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-special .accent-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
}

/* Visual Content */
.additional-universal-special .visual-container {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.additional-universal-special .image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.additional-universal-special .placeholder-1 {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
}

.additional-universal-special .placeholder-2 {
  background: linear-gradient(135deg, var(--accent-100) 0%, var(--accent-200) 100%);
}

.additional-universal-special .placeholder-3 {
  background: linear-gradient(135deg, var(--primary-200) 0%, var(--accent-200) 100%);
}

.additional-universal-special .placeholder-4 {
  background: linear-gradient(135deg, var(--accent-200) 0%, var(--primary-100) 100%);
}

.additional-universal-special .placeholder-5 {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
}

.additional-universal-special .content-row:hover .image-placeholder {
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Floating Icon */
.additional-universal-special .floating-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  animation: float-gentle 3s ease-in-out infinite;
}

.additional-universal-special .floating-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Background Shapes */
.additional-universal-special .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-special .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: 10%;
  left: -150px;
}

.additional-universal-special .shape-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-300);
  bottom: 15%;
  right: -150px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-special {
    padding: 4rem 0;
  }

  .additional-universal-special .content-row {
    margin-bottom: 3rem;
  }

  .additional-universal-special .visual-container {
    height: 300px;
    margin-bottom: 2rem;
  }

  .additional-universal-special .content-row .order-2 .visual-container {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .additional-universal-special .text-wrapper {
    padding: 1.75rem;
  }

  .additional-universal-special .content-row .order-lg-2 .text-wrapper {
    border-left: 4px solid var(--primary-500);
    border-right: none;
  }

  .additional-universal-special .content-row .order-lg-2 .text-wrapper:hover {
    transform: translateX(8px);
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-special {
    padding: 3rem 0;
  }

  .additional-universal-special .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-special .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-special .section-description {
    font-size: 1rem;
  }

  .additional-universal-special .content-row {
    margin-bottom: 2.5rem;
  }

  .additional-universal-special .text-wrapper {
    padding: 1.5rem;
  }

  .additional-universal-special .item-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-special .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-special .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-special .visual-container {
    height: 250px;
  }

  .additional-universal-special .floating-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-special .floating-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-special .bg-shape {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-056 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-056 .section-header {
  position: relative;
  z-index: 2;
}

.v-056 .header-badge {
  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 30px;
}

.v-056 .header-badge i {
  font-size: 32px;
  color: var(--light);
}

.v-056 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-056 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-056 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.v-056 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
  z-index: 2;
}

.v-056 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Timeline Items */
.v-056 .timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.v-056 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-056 .timeline-item.left {
  justify-content: flex-start;
  padding-right: calc(50% + 50px);
}

.v-056 .timeline-item.right {
  justify-content: flex-end;
  padding-left: calc(50% + 50px);
}

.v-056 .timeline-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.v-056 .timeline-item.left .timeline-content {
  flex-direction: row;
}

.v-056 .timeline-item.right .timeline-content {
  flex-direction: row-reverse;
}

/* Timeline Icon */
.v-056 .timeline-icon {
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v-056 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.v-056 .timeline-icon.large {
  width: 80px;
  height: 80px;
  border-width: 5px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.v-056 .timeline-icon.large i {
  font-size: 36px;
  color: var(--light);
}

/* Content Box */
.v-056 .content-box {
  flex: 1;
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.v-056 .content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.v-056 .content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Timeline Content */
.v-056 .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-056 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item */
.v-056 .timeline-item.featured .content-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
  padding: 40px;
}

.v-056 .timeline-item.featured .timeline-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-056 .timeline-item.featured .timeline-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-056 .timeline-item.featured .content-box::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}

/* Timeline Decorations */
.v-056 .timeline-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
}

.v-056 .timeline-decoration.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

/* Background Decorations */
.v-056 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-056 .deco-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 0 80% 0 80%;
  animation: leaf-sway 15s ease-in-out infinite;
}

.v-056 .deco-leaf.leaf-1 {
  top: 15%;
  left: 5%;
}

.v-056 .deco-leaf.leaf-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(180deg);
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.v-056 .deco-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-056 {
    padding: 80px 0;
  }

  .v-056 .section-title {
    font-size: 2.25rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-056 .timeline-wrapper {
    padding: 20px 0;
  }

  .v-056 .timeline-line {
    left: 32px;
  }

  .v-056 .timeline-item.left,
  .v-056 .timeline-item.right {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .v-056 .timeline-item.left .timeline-content,
  .v-056 .timeline-item.right .timeline-content {
    flex-direction: row;
  }

  .v-056 .timeline-item {
    margin-bottom: 60px;
  }

  .v-056 .content-box {
    padding: 28px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .v-056 {
    padding: 60px 0;
  }

  .v-056 .section-title {
    font-size: 1.875rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-056 .section-description {
    font-size: 1rem;
  }

  .v-056 .header-badge {
    width: 64px;
    height: 64px;
  }

  .v-056 .header-badge i {
    font-size: 24px;
  }

  .v-056 .timeline-item {
    margin-bottom: 40px;
  }

  .v-056 .timeline-icon {
    width: 56px;
    height: 56px;
  }

  .v-056 .timeline-icon i {
    font-size: 24px;
  }

  .v-056 .timeline-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-056 .timeline-icon.large i {
    font-size: 28px;
  }

  .v-056 .content-box {
    padding: 24px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 28px;
  }

  .v-056 .timeline-title {
    font-size: 1.25rem;
  }

  .v-056 .timeline-item.featured .timeline-title {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Masonry-style grid with creative decorative elements */

.add_wrap_variant {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Background decorative shapes */
.add_wrap_variant .bg_shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_variant .shape_1 {
  width: 600px;
  height: 600px;
  background: var(--primary-500, #7c3aed);
  top: -200px;
  left: -200px;
  filter: blur(100px);
}

.add_wrap_variant .shape_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300, #c4b5fd);
  top: 30%;
  right: -100px;
  filter: blur(80px);
}

.add_wrap_variant .shape_3 {
  width: 500px;
  height: 500px;
  background: var(--primary-500, #7c3aed);
  bottom: -150px;
  left: 50%;
  filter: blur(90px);
}

.add_wrap_variant .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_variant .add_header_section {
  text-align: center;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_variant .header_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
  }
}

.add_wrap_variant .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--text-primary, #1a1a1b) 0%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_variant .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_variant .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  text-align: center;
}

/* Masonry grid */
.add_wrap_variant .add_masonry_grid {
  margin-top: var(--space-10, 2.5rem);
}

/* Masonry cards */
.add_wrap_variant .masonry_card {
  position: relative;
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  padding: var(--space-6, 1.5rem);
  border: 1px solid var(--border-light, #cbd5e1);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
  height: 100%;
  overflow: hidden;
}

.add_wrap_variant .masonry_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
  border-color: var(--primary-500, #7c3aed);
}

/* Large cards */
.add_wrap_variant .masonry_card_large {
  padding: var(--space-8, 2rem);
  min-height: 280px;
}

.add_wrap_variant .masonry_card_large .card_decoration {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
  opacity: 0.1;
}

.add_wrap_variant .decoration_circle {
  width: 80px;
  height: 80px;
  border: 2px solid var(--primary-500, #7c3aed);
  border-radius: 50%;
}

.add_wrap_variant .decoration_dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}

.add_wrap_variant .decoration_dots span {
  width: 6px;
  height: 6px;
  background: var(--primary-500, #7c3aed);
  border-radius: 50%;
  display: block;
}

/* Small cards */
.add_wrap_variant .masonry_card_small {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

/* Card icons */
.add_wrap_variant .card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #ede9fe) 100%);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #7c3aed);
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  transition: all 0.3s ease;
}

.add_wrap_variant .masonry_card:hover .card_icon {
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}

.add_wrap_variant .masonry_card_large .card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}

/* Card content */
.add_wrap_variant .card_body {
  flex: 1;
}

.add_wrap_variant .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_variant .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_variant .masonry_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 2px solid var(--primary-300, #c4b5fd);
  padding: var(--space-8, 2rem);
  display: flex;
  align-items: center;
  gap: var(--space-6, 1.5rem);
  min-height: 200px;
}

.add_wrap_variant .masonry_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #ede9fe) 0%, #ffffff 50%, var(--primary-100, #ede9fe) 100%);
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_variant .highlight_icon_wrapper {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}

.add_wrap_variant .icon_ring {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: pulse-ring 2s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}

.add_wrap_variant .masonry_card_highlight .add_elem_title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_variant .masonry_card_highlight {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_variant .highlight_icon_wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_variant {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_variant .add_header_section {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_variant .masonry_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_variant .masonry_card_large,
  .add_wrap_variant .masonry_card_small {
    min-height: auto;
  }
  
  .add_wrap_variant .masonry_card_large .card_decoration {
    display: none;
  }
  
  .add_wrap_variant .masonry_card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_variant .highlight_icon_wrapper {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_variant .icon_ring {
    width: 94px;
    height: 94px;
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.add_wrap .add_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  position: relative;
}

.add_wrap .add_card_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_card_large .add_card_icon {
  width: 80px;
  height: 80px;
}

.add_wrap .add_card_large .add_card_icon:after {
  width: 32px;
  height: 32px;
}

.add_wrap .add_card_large .add_card_title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .add_wrap .add_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_card_icon {
    width: 50px;
    height: 50px;
  }
  
  .add_wrap .add_card_icon:after {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_card_large .add_card_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_card_large .add_card_icon:after {
    width: 24px;
    height: 24px;
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.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;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}





.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.modern-accent {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: accent-pulse 3s ease-in-out infinite;
}

.accent-dot::before,
.accent-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300));
}

.accent-dot::before {
  right: 100%;
  margin-right: 8px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
}

.accent-dot::after {
  left: 100%;
  margin-left: 8px;
}

@keyframes accent-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 50%, transparent);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px transparent;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Mixed Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.content-block {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.content-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.content-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block:hover::before {
  transform: scaleX(1);
}

/* Block Sizes */
.block-full {
  grid-column: span 12;
}

.block-half {
  grid-column: span 6;
}

.block-large {
  grid-column: span 8;
}

.block-small {
  grid-column: span 4;
}

/* Full Width Block */
.block-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.block-visual {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 24px;
  opacity: 0.15;
  transform: rotate(10deg);
  transition: all 0.3s ease;
}

.content-block:hover .visual-bg {
  transform: rotate(20deg) scale(1.1);
  opacity: 0.25;
}

.block-visual i {
  font-size: 3rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
}

/* Half Width Cards */
.mini-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.content-block:hover .mini-icon {
  background: var(--primary-300);
  transform: rotate(-5deg);
}

.mini-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

/* Large Block Horizontal */
.block-inner-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

.block-icon-circle {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.content-block:hover .block-icon-circle {
  transform: scale(1.1) rotate(10deg);
}

.block-icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

/* Small Block Compact */
.compact-visual {
  margin-bottom: 1.25rem;
}

.icon-stack {
  display: flex;
  gap: 0.25rem;
}

.icon-stack i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Typography Variations */
.block-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-small {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.block-title-medium {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-compact {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.block-description-small,
.block-description-medium,
.block-description-compact {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.5;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
  top: 20%;
  right: 5%;
  animation: float-1 15s ease-in-out infinite;
}

.element-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
  bottom: 25%;
  left: 8%;
  animation: float-2 18s ease-in-out infinite;
}

.element-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 60%;
  right: 10%;
  animation: float-3 20s ease-in-out infinite;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 300px;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent);
  pointer-events: none;
  z-index: 0;
}

@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, -40px);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -30px);
  }
}

@keyframes float-3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 35px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 6;
  }
  
  .block-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-grid {
    grid-template-columns: 1fr;
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 1;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-title {
    font-size: 1.5rem;
  }
  
  .block-title-small,
  .block-title-medium {
    font-size: 1.25rem;
  }
}





/* 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;
  }
}





.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: 700px;
  margin: 0 auto;
}

.add_wrap .add_feature_item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  padding: var(--space-6);
  background-color: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.add_wrap .add_feature_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_feature_highlight {
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
  border-color: var(--primary-200);
}

.add_wrap .add_feature_icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_feature_highlight .add_feature_icon {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
}

.add_wrap .add_icon_check:after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--neutral-100);
  font-size: 24px;
  font-weight: bold;
}

.add_wrap .add_icon_star:after {
  content: '★';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--neutral-100);
  font-size: 24px;
}

.add_wrap .add_icon_shield:after {
  content: '🛡';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_target:after {
  content: '🎯';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_rocket:after {
  content: '🚀';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_feature_content {
  flex-grow: 1;
}

.add_wrap .add_feature_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_feature_highlight .add_feature_title {
  font-size: 1.5rem;
}

.add_wrap .add_feature_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_feature_item {
    flex-direction: column;
    text-align: center;
    gap: var(--space-4);
    padding: var(--space-4);
  }
  
  .add_wrap .add_feature_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  
  .add_wrap .add_icon_check:after,
  .add_wrap .add_icon_star:after {
    font-size: 20px;
  }
  
  .add_wrap .add_icon_shield:after,
  .add_wrap .add_icon_target:after,
  .add_wrap .add_icon_rocket:after {
    font-size: 20px;
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.header-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Feature Items */
.feature-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Large Feature Items */
.feature-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  padding: 3rem;
}

.feature-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 0 24px 0 50%;
}

.feature-large:hover .feature-bg-pattern {
  opacity: 0.5;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Feature Icons */
.feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(-10deg) scale(1.1);
}

.feature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.feature-icon-large {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.feature-large:hover .feature-icon-large {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-large i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-large .feature-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.feature-large .feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.feature-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
  opacity: 0.4;
  border-radius: 0 100% 0 24px;
  transition: opacity 0.3s ease;
}

.feature-large:hover .feature-corner-accent {
  opacity: 0.6;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 5s;
}

.circle-3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  animation: float 15s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.icon-1 {
  top: 25%;
  right: 10%;
  animation-delay: 2s;
}

.icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .feature-large {
    grid-column: span 1;
    padding: 2.5rem;
  }
  
  .feature-item {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-icon-large {
    width: 75px;
    height: 75px;
  }
  
  .feature-icon-large i {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-large .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .feature-item,
  .feature-large {
    padding: 1.75rem;
  }
  
  .header-accent {
    width: 60px;
    margin-bottom: 1rem;
  }
}









/* Universal section */

.additional-universal-section.v-066 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--neutral-100) 30%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-066 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-066 .floating-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.v-066 .floating-icons i {
  font-size: 36px;
  color: var(--primary-500);
  animation: iconFloat 3s ease-in-out infinite;
}

.v-066 .floating-icons .icon-1 {
  animation-delay: 0s;
}

.v-066 .floating-icons .icon-2 {
  animation-delay: 0.5s;
}

.v-066 .floating-icons .icon-3 {
  animation-delay: 1s;
}

.v-066 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-066 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-066 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Mixed Content Grid */
.v-066 .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Blocks */
.v-066 .content-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-066 .block-inner {
  height: 100%;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.v-066 .block-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.v-066 .content-block:hover {
  transform: translateY(-10px);
}

.v-066 .content-block:hover .block-inner {
  border-color: var(--primary-300);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.v-066 .content-block:hover .block-inner::before {
  opacity: 1;
}

/* Block Sizes */
.v-066 .block-large {
  grid-column: span 7;
  grid-row: span 2;
}

.v-066 .block-medium {
  grid-column: span 5;
}

.v-066 .block-small {
  grid-column: span 6;
}

/* Block Icon */
.v-066 .block-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.v-066 .block-icon-wrapper i {
  font-size: 34px;
  color: white;
  transition: transform 0.5s ease;
}

.v-066 .content-block:hover .block-icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.v-066 .content-block:hover .block-icon-wrapper i {
  transform: scale(1.15);
}

/* Block Content */
.v-066 .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.v-066 .block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-description {
  font-size: 1.125rem;
  line-height: 1.8;
}

/* Block Decoration */
.v-066 .block-decoration {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.v-066 .deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: circleScale 2s ease-in-out infinite;
}

.v-066 .deco-circle:nth-child(1) { animation-delay: 0s; }
.v-066 .deco-circle:nth-child(2) { animation-delay: 0.3s; }
.v-066 .deco-circle:nth-child(3) { animation-delay: 0.6s; }

/* Decorative Elements */
.v-066 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.v-066 .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
}

.v-066 .orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  right: -100px;
  animation: orbFloat 20s ease-in-out infinite;
}

.v-066 .orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  left: -80px;
  animation: orbFloat 25s ease-in-out infinite reverse;
}

.v-066 .orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: orbPulse 18s ease-in-out infinite;
}

.v-066 .mesh-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--primary-500) 10%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-300) 10%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.4;
}

/* Animations */
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

@keyframes circleScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px);
  }
}

@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.15;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-066 {
    padding: 80px 0;
  }

  .v-066 .section-title {
    font-size: 2.25rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .v-066 .block-large {
    grid-column: span 6;
    grid-row: span 1;
  }

  .v-066 .block-medium {
    grid-column: span 6;
  }

  .v-066 .block-small {
    grid-column: span 3;
  }

  .v-066 .block-title {
    font-size: 1.375rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-066 {
    padding: 60px 0;
  }

  .v-066 .section-title {
    font-size: 1.875rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-066 .floating-icons {
    gap: 20px;
  }

  .v-066 .floating-icons i {
    font-size: 28px;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v-066 .block-large,
  .v-066 .block-medium,
  .v-066 .block-small {
    grid-column: span 1;
  }

  .v-066 .block-inner {
    padding: 30px 25px;
  }

  .v-066 .block-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-066 .block-icon-wrapper i {
    font-size: 28px;
  }

  .v-066 .block-title {
    font-size: 1.25rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.375rem;
  }
}








/* Live Chat FAQ Widget - Corporate Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #007bff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #333333 !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !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: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Minimal Style */
.website-cta-section {
    padding: 40px 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !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;
    }
}



/* 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 - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* 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 - Gradient Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.newsletter-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.newsletter-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
    text-align: center;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 16px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    outline: none;
    background: white;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1), 0 0 20px rgba(255,255,255,0.8);
    transform: translateY(-1px);
}

.newsletter-button {
    padding: 14px 22px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 100%;
}

.newsletter-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.newsletter-success {
    display: none;
    margin-top: 18px;
    padding: 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 350px;
    }
}


/* Cookie Banner Styles */

/**
 * 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;
}

/* ===== TOGGLE СТИЛЬ 4: МИНИМАЛИСТИЧНЫЙ ===== */
.ocm-toggle.ocm-toggle-style-4 {
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
}

.ocm-toggle.ocm-toggle-style-4:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) !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;
}

/* ===== ТЕМА: MODERN ===== */
.ocm-theme-modern {
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-modern .ocm-btn {
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 12px !important;
}

.ocm-theme-modern .ocm-btn-accept {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.ocm-theme-modern .ocm-btn-accept:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3) !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;
    }
}


/**
 * 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) ===== */

/* ===== 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;
    }
    
    }


