:root {
  --primary-50: #eff6ff;
  --primary-50-rgb: 239, 246, 255;
  --primary-50-rgb: 239, 246, 255;
  --primary-100: #dbeafe;
  --primary-100-rgb: 219, 234, 254;
  --primary-100-rgb: 219, 234, 254;
  --primary-300: #93c5fd;
  --primary-300-rgb: 147, 197, 253;
  --primary-300-rgb: 147, 197, 253;
  --primary-500: #2563eb;
  --primary-500-rgb: 37, 99, 235;
  --primary-500-rgb: 37, 99, 235;
  --primary-700: #1d4ed8;
  --primary-700-rgb: 29, 78, 216;
  --primary-700-rgb: 29, 78, 216;
  --primary-200: #b7d8fe;
  --primary-200-rgb: 183, 216, 254;
  --primary-200-rgb: 183, 216, 254;
  --primary-400: #5c94f4;
  --primary-400-rgb: 92, 148, 244;
  --primary-400-rgb: 92, 148, 244;
  --primary-600: #2159e2;
  --primary-600-rgb: 33, 89, 226;
  --primary-600-rgb: 33, 89, 226;
  --primary-800: #173ead;
  --primary-800-rgb: 23, 62, 173;
  --primary-800-rgb: 23, 62, 173;
  --primary-900: #143593;
  --primary-900-rgb: 20, 53, 147;
  --primary-900-rgb: 20, 53, 147;
  --primary-950: #0e2567;
  --primary-950-rgb: 14, 37, 103;
  --primary-950-rgb: 14, 37, 103;
  --primary-rgb: 37, 99, 235;
  --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: #334155;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-900: #232c3a;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-900-rgb: 35, 44, 58;
  --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: #4c5b70;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-800: #293444;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-950: #191f29;
  --neutral-950-rgb: 25, 31, 41;
  --neutral-950-rgb: 25, 31, 41;
  --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: #f4f7e8;
  --accent-50-rgb: 244, 247, 232;
  --accent-50-rgb: 244, 247, 232;
  --accent-100: #e6ede7;
  --accent-100-rgb: 230, 237, 231;
  --accent-100-rgb: 230, 237, 231;
  --accent-200: #cddee7;
  --accent-200-rgb: 205, 222, 231;
  --accent-200-rgb: 205, 222, 231;
  --accent-300: #b3cee6;
  --accent-300-rgb: 179, 206, 230;
  --accent-300-rgb: 179, 206, 230;
  --accent-400: #8da4de;
  --accent-400-rgb: 141, 164, 222;
  --accent-400-rgb: 141, 164, 222;
  --accent-500: #667ad6;
  --accent-500-rgb: 102, 122, 214;
  --accent-500-rgb: 102, 122, 214;
  --accent-600: #6472ce;
  --accent-600-rgb: 100, 114, 206;
  --accent-600-rgb: 100, 114, 206;
  --accent-700: #6169c5;
  --accent-700-rgb: 97, 105, 197;
  --accent-700-rgb: 97, 105, 197;
  --accent-800: #5d5b9d;
  --accent-800-rgb: 93, 91, 157;
  --accent-800-rgb: 93, 91, 157;
  --accent-900: #5b5386;
  --accent-900-rgb: 91, 83, 134;
  --accent-900-rgb: 91, 83, 134;
  --accent-950: #56465e;
  --accent-950-rgb: 86, 70, 94;
  --accent-950-rgb: 86, 70, 94;
  --accent-rgb: 102, 122, 214;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


/* ===== FONT FAMILY UTILITIES ===== */
.layout_font_primary {
  font-family: var(--font-primary);
}

.best_font_secondary {
  font-family: var(--font-secondary);
}

.clean_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.base_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);
}

.bold_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);
}

.style_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 */
.core_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);
}

.design_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);
}

.minimal_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);
}

.agency_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);
}

.company_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);
}

.main_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 */
.container_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);
}

.ui_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);
}

.prime_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 */
.custom_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);
}

.app_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 */
.site_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);
}

.top_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 */
.bright_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);
}

.web_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 */
.smart_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);
}

.unique_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 */
.fresh_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);
}

.light_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 */
.theme_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);
}

.theme_nav_link:hover,
.theme_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.digital_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 */
.creative_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) {
  .bright_hero_title {
    font-size: var(--text-4xl);
  }
  
  .smart_section_title {
    font-size: var(--text-3xl);
  }
  
  .base_display_1 {
    font-size: var(--text-5xl);
  }
  
  .bold_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .bright_hero_title {
    font-size: var(--text-3xl);
  }
  
  .smart_section_title {
    font-size: var(--text-2xl);
  }
  
  .base_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 ===== */
.brand_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.premium_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.pro_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.studio_text_balance {
  text-wrap: balance;
}

.page_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .theme_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .custom_caption,
  .app_overline,
  .creative_footer_text {
    color: var(--text-secondary);
  }
  
  .web_hero_subtitle,
  .elite_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .bright_hero_title,
  .smart_section_title,
  .core_heading_1,
  .design_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .brand_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.modern_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.business_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dark_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section_stack {
  display: flex;
  flex-direction: column;
}

.container8_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fresh60_full_height {
  min-height: 100vh;
}

.unique33_section_height {
  min-height: 80vh;
}

.business7_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.company4_m_0 { margin: 0; }
.base41_m_1 { margin: var(--space-1); }
.digital18_m_2 { margin: var(--space-2); }
.light97_m_3 { margin: var(--space-3); }
.top7_m_4 { margin: var(--space-4); }
.smart3_m_6 { margin: var(--space-6); }
.best6_m_8 { margin: var(--space-8); }
.bold86_m_12 { margin: var(--space-12); }
.pro74_m_16 { margin: var(--space-16); }

.smart53_mx_auto { margin-left: auto; margin-right: auto; }
.company13_my_auto { margin-top: auto; margin-bottom: auto; }

.unique24_mt_0 { margin-top: 0; }
.dark31_mt_4 { margin-top: var(--space-4); }
.layout68_mt_8 { margin-top: var(--space-8); }
.style83_mt_12 { margin-top: var(--space-12); }

.fresh18_mb_0 { margin-bottom: 0; }
.style9_mb_4 { margin-bottom: var(--space-4); }
.smart43_mb_8 { margin-bottom: var(--space-8); }
.pro49_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.dark25_p_0 { padding: 0; }
.company51_p_1 { padding: var(--space-1); }
.page71_p_2 { padding: var(--space-2); }
.studio58_p_3 { padding: var(--space-3); }
.new55_p_4 { padding: var(--space-4); }
.web89_p_6 { padding: var(--space-6); }
.light27_p_8 { padding: var(--space-8); }

.base18_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.theme10_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.brand93_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.unique41_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.core0_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.theme9_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.agency81_gap_1 { gap: var(--space-1); }
.creative70_gap_2 { gap: var(--space-2); }
.company23_gap_3 { gap: var(--space-3); }
.layout1_gap_4 { gap: var(--space-4); }
.new83_gap_6 { gap: var(--space-6); }
.base96_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.style28_shadow_none { box-shadow: var(--shadow-none); }
.studio28_shadow_xs { box-shadow: var(--shadow-xs); }
.site10_shadow_sm { box-shadow: var(--shadow-sm); }
.custom7_shadow_md { box-shadow: var(--shadow-md); }
.premium66_shadow_lg { box-shadow: var(--shadow-lg); }
.light26_shadow_xl { box-shadow: var(--shadow-xl); }
.business58_shadow_2xl { box-shadow: var(--shadow-2xl); }
.top24_shadow_inner { box-shadow: var(--shadow-inner); }
.best90_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.pro50_radius_none { border-radius: var(--radius-none); }
.modern18_radius_xs { border-radius: var(--radius-xs); }
.studio17_radius_sm { border-radius: var(--radius-sm); }
.business17_radius_md { border-radius: var(--radius-md); }
.main6_radius_lg { border-radius: var(--radius-lg); }
.custom40_radius_xl { border-radius: var(--radius-xl); }
.base63_radius_2xl { border-radius: var(--radius-2xl); }
.dark12_radius_3xl { border-radius: var(--radius-3xl); }
.prime26_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.premium12_gradient_primary {
  background: var(--gradient-primary);
}

.agency63_gradient_secondary {
  background: var(--gradient-secondary);
}

.dark57_gradient_hero {
  background: var(--gradient-hero);
}

.design77_gradient_card {
  background: var(--gradient-card);
}

.new34_gradient_overlay {
  position: relative;
}

.new34_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;
}

.new34_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.prime91_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.prime91_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.creative55_hover_scale {
  transition: transform var(--transition-normal);
}

.creative55_hover_scale:hover {
  transform: scale(1.02);
}

.top58_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.top58_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.theme8_hover_fade {
  transition: opacity var(--transition-normal);
}

.theme8_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.business39_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.business39_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.bold3_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.new12_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.bold3_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.light35_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.digital96_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.main45_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.digital83_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.layout93_timeline {
  position: relative;
}

.layout93_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.theme41_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.theme41_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.theme41_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.premium70_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.light43_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;
  }
}

.smart82_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;
  }
}

.creative24_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 */
.pro54_transition_all {
  transition: var(--transition-all);
}

.dark3_transition_fast {
  transition: all var(--transition-fast);
}

.core85_transition_normal {
  transition: all var(--transition-normal);
}

.smart30_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.light41_bg_primary { background-color: var(--bg-primary); }
.clean17_bg_secondary { background-color: var(--bg-secondary); }
.agency59_bg_muted { background-color: var(--bg-muted); }
.brand58_bg_glass { background-color: var(--bg-glass); }

.style79_text_primary { color: var(--text-primary); }
.studio40_text_secondary { color: var(--text-secondary); }
.minimal49_text_muted { color: var(--text-muted); }
.elite11_text_inverse { color: var(--text-inverse); }
.style66_text_link { color: var(--text-link); }

.page24_border_light { border-color: var(--border-light); }
.section44_border_medium { border-color: var(--border-medium); }
.clean80_border_strong { border-color: var(--border-strong); }
.new4_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .bold3_services_grid,
  .digital96_features_grid,
  .light35_team_grid,
  .digital83_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .main45_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .layout93_timeline::before {
    left: 30px;
  }
  
  .theme41_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .unique33_section_height {
    min-height: 60vh;
  }
  
  .business7_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .main45_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .theme41_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.unique16_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;
}

.fresh40_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.light41_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);
}

.light41_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .page16_no_print {
    display: none !important;
  }
  
  .unique87_print_only {
    display: block !important;
  }
  
  .studio28_shadow_xs,
  .site10_shadow_sm,
  .custom7_shadow_md,
  .premium66_shadow_lg,
  .light26_shadow_xl,
  .business58_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .premium70_fade_in,
  .light43_slide_up,
  .smart82_slide_in_left,
  .creative24_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .prime91_hover_lift,
  .creative55_hover_scale,
  .top58_hover_shadow,
  .theme8_hover_fade,
  .pro54_transition_all,
  .dark3_transition_fast,
  .core85_transition_normal,
  .smart30_transition_slow {
    transition: none;
  }
}

.header-standard {
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-standard .navbar {
  padding: 1rem 0;
  position: relative;
}

/* Brand Styling */
.header-standard .navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header-standard .navbar-brand:hover {
  transform: translateY(-2px);
}

.header-standard .brand-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-standard .brand-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.header-standard .brand-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.header-standard .icon-inner {
  width: 16px;
  height: 16px;
  border: 2px solid var(--light);
  border-radius: 4px;
  transform: rotate(45deg);
}

.header-standard .brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* Custom Hamburger Menu */
.header-standard .nav-toggle-checkbox {
  display: none;
}

.header-standard .hamburger-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
  gap: 6px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: none;
  transition: transform 0.3s ease;
}

.header-standard .hamburger-toggle:hover {
  transform: scale(1.1);
}

.header-standard .hamburger-line {
  width: 28px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation */
.header-standard .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.header-standard .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-standard .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Navigation Links - Desktop */
.header-standard .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-standard .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.125rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header-standard .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.header-standard .nav-link:hover {
  color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
}

.header-standard .nav-link:hover::before {
  width: 60%;
}

/* Decorative Elements */
.header-standard .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.4;
}

.header-standard .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.15;
}

.header-standard .deco-circle-1 {
  width: 100px;
  height: 100px;
  top: -30px;
  right: -20px;
  animation: float 6s ease-in-out infinite;
}

.header-standard .deco-circle-2 {
  width: 60px;
  height: 60px;
  top: 20px;
  right: 80px;
  animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Backdrop for Mobile Menu */
.header-standard .backdrop {
  display: none;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-standard .hamburger-toggle {
    display: flex;
  }

  .header-standard .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    overflow-y: auto;
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-standard .backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-standard .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    padding: 6rem 2rem 2rem;
    gap: 0;
  }

  .header-standard .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.3s ease;
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item {
    opacity: 1;
    transform: translateX(0);
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    transition-delay: 0.15s;
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .header-standard .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    transition-delay: 0.25s;
  }

  .header-standard .nav-link {
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.875rem 1.125rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
  }

  .header-standard .nav-link::before {
    display: none;
  }

  .header-standard .nav-link:hover {
    color: var(--primary-500);
    background: color-mix(in srgb, var(--primary-500) 10%, transparent);
    transform: translateX(8px);
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-standard .navbar-collapse {
    width: 320px;
  }

  .header-standard .navbar-nav {
    padding: 7rem 2.5rem 2rem;
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .header-standard .navbar {
    padding: 1.25rem 0;
  }

  .header-standard .brand-text {
    font-size: 1.375rem;
  }

  .header-standard .nav-link {
    font-size: 1.0625rem;
    padding: 0.75rem 1.25rem;
  }
}

/* ========================================
   Hero Section v-108 - Professional Blue
   ======================================== */

.hero-variant {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  background: var(--surface-primary);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* ========================================
   Background Decorations
   ======================================== */

.hero-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  background: var(--primary-500);
}

.bg-shape-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  left: -150px;
  animation: float 20s ease-in-out infinite;
}

.bg-shape-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.bg-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-50) 30%, transparent),
    transparent
  );
}

/* ========================================
   Content Styling
   ======================================== */

.hero-variant .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-right: 30px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 20px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 50px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 540px;
}

/* ========================================
   Icons Grid (Decorative)
   ======================================== */

.hero-icons-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-secondary);
  border-radius: 14px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 12%, transparent);
  transition: all 0.3s ease;
}

.icon-item i {
  font-size: 24px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.icon-item:hover {
  transform: translateY(-4px);
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-secondary));
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.icon-item:hover i {
  transform: scale(1.1);
  color: var(--primary-700);
}

/* ========================================
   Visual Section (Right Column)
   ======================================== */

.hero-visual {
  position: relative;
  padding: 40px;
}

/* Decorative Shapes */
.shape-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  z-index: 1;
}

.shape-1 {
  width: 180px;
  height: 180px;
  top: 0;
  right: 10%;
  animation: rotate 20s linear infinite;
}

.shape-2 {
  width: 120px;
  height: 120px;
  bottom: 10%;
  left: 0;
  animation: rotate 15s linear infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: morph 8s ease-in-out infinite;
  z-index: 1;
}

/* Image Wrapper */
.hero-image-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--neutral-900) 12%, transparent),
    0 0 0 1px color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.hero-image-wrapper:hover .hero-image {
  transform: scale(1.05);
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  background: var(--light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

.floating-icon i {
  font-size: 22px;
  color: var(--primary-500);
}

.icon-pos-1 {
  top: 20px;
  right: 20px;
  animation-delay: 0s;
}

.icon-pos-2 {
  bottom: 30px;
  right: 40px;
  animation-delay: 1s;
}

.icon-pos-3 {
  top: 50%;
  left: -20px;
  animation-delay: 2s;
}

/* Accent Lines */
.accent-line {
  position: absolute;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-500),
    transparent
  );
  height: 2px;
  z-index: 1;
  animation: slideWidth 3s ease-in-out infinite;
}

.line-1 {
  width: 200px;
  top: 15%;
  left: -30px;
}

.line-2 {
  width: 150px;
  bottom: 20%;
  right: -20px;
  animation-delay: 1.5s;
}

/* ========================================
   Animations
   ======================================== */

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@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% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 40% 60% / 40% 70% 50% 30%;
  }
}

@keyframes slideWidth {
  0%, 100% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
    transform: translateX(100%);
  }
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .bg-shape-1 {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 991.98px) {
  .hero-variant {
    padding: 80px 0 100px;
    min-height: auto;
  }
  
  .hero-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .hero-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-badge {
    justify-content: center;
  }
  
  .hero-icons-grid {
    justify-content: center;
  }
  
  .hero-visual {
    padding: 20px;
  }
  
  .shape-1 {
    width: 140px;
    height: 140px;
  }
  
  .shape-2 {
    width: 100px;
    height: 100px;
  }
  
  .shape-blob {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .hero-variant {
    padding: 60px 0 80px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .icon-item {
    width: 48px;
    height: 48px;
  }
  
  .icon-item i {
    font-size: 20px;
  }
  
  .floating-icon {
    width: 40px;
    height: 40px;
  }
  
  .floating-icon i {
    font-size: 18px;
  }
  
  .bg-shape-1,
  .bg-shape-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-icons-grid {
    gap: 12px;
  }
  
  .icon-item {
    width: 44px;
    height: 44px;
  }
  
  .accent-line {
    display: none;
  }
}

/* ========================================
   High Contrast & Accessibility
   ======================================== */

@media (prefers-contrast: high) {
  .hero-title {
    color: var(--neutral-900);
  }
  
  .hero-subtitle {
    color: var(--primary-700);
  }
  
  .icon-item {
    border-width: 3px;
  }
  
  .hero-image-wrapper {
    box-shadow: 0 0 0 3px var(--neutral-900);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-variant *,
  .hero-variant *::before,
  .hero-variant *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ====================================
   About Section v-112 Styles
   Theme: professional-blue-01
   ==================================== */

.about-section-clean {
  position: relative;
  overflow: hidden;
  background: var(--surface-primary);
  padding: 5rem 0;
}

/* ====================================
   Images Gallery Grid
   ==================================== */

.about-images-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 50px);
  gap: 1rem;
  padding: 2rem 1rem;
}

.image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.image-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.image-wrapper:hover::before {
  opacity: 1;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-image {
  grid-column: 1 / 9;
  grid-row: 1 / 6;
  z-index: 3;
}

.secondary-image {
  grid-column: 6 / 13;
  grid-row: 4 / 8;
  z-index: 2;
}

.accent-image {
  grid-column: 2 / 7;
  grid-row: 6 / 9;
  z-index: 1;
}

/* Decorative Shapes on Images */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  top: -30px;
  right: -30px;
  opacity: 0.3;
}

.shape-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  bottom: -20px;
  left: -20px;
  opacity: 0.2;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 5;
  animation: float 3s ease-in-out infinite;
}

.floating-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

@keyframes float {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}

/* ====================================
   Content Section
   ==================================== */

.about-content {
  position: relative;
  padding: 2rem 1rem;
}

/* Section Header */
.section-header {
  margin-bottom: 2rem;
}

.section-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-500);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.title-decoration {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.decoration-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

.decoration-icon {
  font-size: 0.875rem;
  color: var(--primary-500);
}

/* Main Description */
.main-description {
  margin-bottom: 2.5rem;
}

.lead-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}

/* ====================================
   Features Grid
   ==================================== */

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature-card {
  background: var(--surface-secondary);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.3s ease;
  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-700)
  );
  transition: height 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.feature-card:hover::before {
  height: 100%;
}

.feature-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary)),
    color-mix(in srgb, var(--primary-300) 15%, var(--surface-primary))
  );
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.feature-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.feature-description {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

/* ====================================
   Decorative Elements
   ==================================== */

.decorative-dots {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-300);
  animation: pulse 2s ease-in-out infinite;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.shape-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.05;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  left: -80px;
}

.shape-circle {
  position: absolute;
  border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 50%;
}

.circle-1 {
  width: 250px;
  height: 250px;
  top: 10%;
  right: 10%;
  animation: rotate 20s linear infinite;
}

.circle-2 {
  width: 180px;
  height: 180px;
  bottom: 15%;
  left: 5%;
  animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ====================================
   Responsive Design
   ==================================== */

@media (max-width: 991.98px) {
  .about-section-clean {
    padding: 3rem 0;
  }

  .about-images-grid {
    grid-template-rows: repeat(6, 60px);
    padding: 1rem 0;
  }

  .main-image {
    grid-column: 1 / 8;
    grid-row: 1 / 4;
  }

  .secondary-image {
    grid-column: 6 / 13;
    grid-row: 3 / 6;
  }

  .accent-image {
    grid-column: 2 / 8;
    grid-row: 5 / 7;
  }

  .section-title {
    font-size: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .about-images-grid {
    grid-template-rows: repeat(5, 70px);
  }

  .main-image {
    grid-column: 1 / 9;
    grid-row: 1 / 3;
  }

  .secondary-image {
    grid-column: 5 / 13;
    grid-row: 2 / 4;
  }

  .accent-image {
    grid-column: 1 / 7;
    grid-row: 3 / 5;
  }

  .floating-badge {
    width: 60px;
    height: 60px;
  }

  .floating-badge i {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .lead-text {
    font-size: 1rem;
  }

  .feature-card {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .about-section-clean {
    padding: 2rem 0;
  }

  .about-images-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 80px);
  }

  .main-image {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
  }

  .secondary-image {
    grid-column: 1 / 7;
    grid-row: 2 / 4;
  }

  .accent-image {
    display: none;
  }

  .section-subtitle {
    font-size: 0.75rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .feature-title {
    font-size: 1rem;
  }

  .feature-description {
    font-size: 0.875rem;
  }
}

.undefined-features {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Label */
.undefined-features .section-label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--primary-500);
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Section Header */
.undefined-features .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.undefined-features .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--neutral-700);
  line-height: 1.4;
}

.undefined-features .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Feature Industrial */
.undefined-features .feature-industrial {
  position: relative;
  background: var(--surface-secondary);
  border: 3px solid var(--neutral-100);
  padding: 36px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.undefined-features .feature-industrial:hover {
  border-color: var(--primary-500);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

/* Feature Number */
.undefined-features .feature-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 4rem;
  font-weight: 900;
  color: var(--neutral-100);
  line-height: 1;
  z-index: 1;
  transition: color 0.3s ease;
}

.undefined-features .feature-industrial:hover .feature-number {
  color: var(--primary-100);
}

/* Feature Icon Box */
.undefined-features .feature-icon-box {
  width: 70px;
  height: 70px;
  background: var(--neutral-900);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.undefined-features .feature-industrial:hover .feature-icon-box {
  background: var(--primary-700);
}

.undefined-features .feature-icon-box i {
  font-size: 32px;
  color: var(--light);
}

/* Feature Body */
.undefined-features .feature-body {
  position: relative;
  z-index: 2;
}

.undefined-features .feature-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.undefined-features .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Feature Edge */
.undefined-features .feature-edge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--neutral-100);
  transition: all 0.3s ease;
}

.undefined-features .feature-industrial:hover .feature-edge {
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  height: 6px;
}

/* Industrial Background Elements */
.undefined-features .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(to right, var(--neutral-100) 1px, transparent 1px),
    linear-gradient(to bottom, var(--neutral-100) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  pointer-events: none;
}

.undefined-features .industrial-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.5;
  pointer-events: none;
}

.undefined-features .line-1 {
  width: 2px;
  height: 300px;
  top: 50px;
  left: 10%;
}

.undefined-features .line-2 {
  width: 2px;
  height: 250px;
  bottom: 100px;
  right: 15%;
}

.undefined-features .industrial-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--neutral-300);
  pointer-events: none;
}

.undefined-features .corner-1 {
  top: 40px;
  left: 40px;
  border-right: none;
  border-bottom: none;
}

.undefined-features .corner-2 {
  bottom: 40px;
  right: 40px;
  border-left: none;
  border-top: none;
}

/* Responsive */
@media (max-width: 991px) {
  .undefined-features {
    padding: 80px 0;
  }

  .undefined-features .section-title {
    font-size: 2.25rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.375rem;
  }

  .undefined-features .section-description {
    font-size: 1rem;
  }

  .undefined-features .feature-number {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .undefined-features {
    padding: 60px 0;
  }

  .undefined-features .section-title {
    font-size: 1.875rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.25rem;
  }

  .undefined-features .section-description {
    font-size: 1rem;
  }

  .undefined-features .feature-industrial {
    padding: 32px 24px;
  }

  .undefined-features .feature-name {
    font-size: 1.375rem;
  }

  .undefined-features .feature-icon-box {
    width: 64px;
    height: 64px;
  }

  .undefined-features .feature-icon-box i {
    font-size: 28px;
  }

  .undefined-features .feature-number {
    font-size: 2.5rem;
    top: 16px;
    right: 16px;
  }

  .undefined-features .industrial-grid {
    background-size: 30px 30px;
  }
}


/* Services section */
.services-section-clean {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.services-section-clean .section-header {
  position: relative;
  z-index: 2;
}

.services-section-clean #services-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.services-section-clean #services-subtitle {
  color: var(--primary-500);
  font-weight: 500;
  line-height: 1.4;
}

.services-section-clean #services-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.services-section-clean .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Service Card */
.services-section-clean .service-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.services-section-clean .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.services-section-clean .card-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 0 0 16px 16px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-clean .service-card:hover .card-accent-line {
  width: 100%;
}

/* Service Icon */
.services-section-clean .service-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section-clean .service-icon-wrapper i {
  font-size: 2.5rem;
  color: var(--primary-500);
  z-index: 2;
  position: relative;
  transition: transform 0.4s ease;
}

.services-section-clean .service-card:hover .service-icon-wrapper i {
  transform: scale(1.1) rotate(5deg);
}

.services-section-clean .icon-bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-100) 50%, transparent);
  border-radius: 20px;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.services-section-clean .service-card:hover .icon-bg-shape {
  transform: rotate(90deg) scale(1.1);
  background: color-mix(in srgb, var(--primary-300) 30%, transparent);
}

/* Service Content */
.services-section-clean .service-name {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.services-section-clean .service-card:hover .service-name {
  color: var(--primary-500);
}

.services-section-clean .service-description {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Service Features */
.services-section-clean .service-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-section-clean .features-text {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
  position: relative;
  padding-left: 0;
  display: block;
}

.services-section-clean .features-text::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Service Pricing */
.services-section-clean .service-pricing {
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.services-section-clean .price-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%));
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 25%, transparent);
  transition: all 0.3s ease;
}

.services-section-clean .service-card:hover .price-badge {
  transform: scale(1.05);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent);
}

.services-section-clean .price-amount {
  color: var(--light);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}

/* Decorative Elements */
.services-section-clean .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.services-section-clean .floating-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  animation: float 20s ease-in-out infinite;
}

.services-section-clean .floating-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation-delay: 0s;
}

.services-section-clean .floating-shape.shape-2 {
  width: 400px;
  height: 400px;
  top: 50%;
  right: -150px;
  animation-delay: 5s;
}

.services-section-clean .floating-shape.shape-3 {
  width: 250px;
  height: 250px;
  bottom: 10%;
  left: 50%;
  animation-delay: 10s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.9);
  }
  75% {
    transform: translate(20px, 30px) scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-clean .service-card {
    padding: 2rem;
  }
  
  .services-section-clean #services-title {
    font-size: 2.5rem;
  }
  
  .services-section-clean .service-name {
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-clean .service-card {
    padding: 1.75rem;
  }
  
  .services-section-clean #services-title {
    font-size: 2rem;
  }
  
  .services-section-clean #services-subtitle {
    font-size: 1.25rem;
  }
  
  .services-section-clean .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .services-section-clean .service-icon-wrapper i {
    font-size: 2rem;
  }
  
  .services-section-clean .floating-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-section-clean {
    padding: 3rem 0;
  }
  
  .services-section-clean .service-card {
    padding: 1.5rem;
  }
  
  .services-section-clean #services-title {
    font-size: 1.75rem;
  }
  
  .services-section-clean .price-badge {
    padding: 0.6rem 1.2rem;
  }
  
  .services-section-clean .price-amount {
    font-size: 1rem;
  }
}

.priceplan-section-classic {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Decorative Shapes */
.priceplan-section-classic .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.priceplan-section-classic .shape-top-left {
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}

.priceplan-section-classic .shape-bottom-right {
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}

/* Section Header */
.priceplan-section-classic .section-header {
  margin-bottom: 60px;
}

.priceplan-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.priceplan-section-classic .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
}

.priceplan-section-classic .section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* Pricing Grid */
.priceplan-section-classic .pricing-grid {
  margin-top: 50px;
}

/* Pricing Cards */
.priceplan-section-classic .pricing-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 24px;
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  overflow: hidden;
}

.priceplan-section-classic .pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.priceplan-section-classic .card-header-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  opacity: 0.8;
}

/* Featured Card */
.priceplan-section-classic .featured-card {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  border-color: var(--primary-500);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.priceplan-section-classic .featured-card .card-header-accent {
  height: 8px;
  background: linear-gradient(90deg, var(--primary-700), var(--primary-500), var(--primary-700));
}

.priceplan-section-classic .featured-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Pricing Icon */
.priceplan-section-classic .pricing-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.priceplan-section-classic .pricing-card:hover .pricing-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, var(--primary-300), var(--primary-100));
}

.priceplan-section-classic .pricing-icon i {
  font-size: 2rem;
  color: var(--primary-700);
}

/* Pricing Header */
.priceplan-section-classic .pricing-header {
  margin-bottom: 28px;
}

.priceplan-section-classic .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.priceplan-section-classic .plan-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

/* Pricing Amount */
.priceplan-section-classic .pricing-amount {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}

.priceplan-section-classic .price-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  letter-spacing: -0.02em;
}

/* Pricing Features */
.priceplan-section-classic .pricing-features {
  margin-bottom: 20px;
}

.priceplan-section-classic .features-list {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-secondary);
  padding-left: 24px;
  position: relative;
}

.priceplan-section-classic .features-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Card Decorative Element */
.priceplan-section-classic .card-decorative-element {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 0%, 
    transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Trust Indicators */
.priceplan-section-classic .trust-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 32px;
  background: color-mix(in srgb, var(--surface-primary) 60%, transparent 40%);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.priceplan-section-classic .trust-item {
  width: 64px;
  height: 64px;
  background: var(--surface-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.priceplan-section-classic .trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.priceplan-section-classic .trust-item i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

/* Responsive Design */
@media (max-width: 991px) {
  .priceplan-section-classic {
    padding: 80px 0;
  }

  .priceplan-section-classic .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-classic .pricing-card {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .priceplan-section-classic {
    padding: 60px 0;
  }

  .priceplan-section-classic .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-classic .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-classic .section-description {
    font-size: 1rem;
  }

  .priceplan-section-classic .pricing-card {
    padding: 32px 24px;
  }

  .priceplan-section-classic .plan-name {
    font-size: 1.5rem;
  }

  .priceplan-section-classic .price-value {
    font-size: 2rem;
  }

  .priceplan-section-classic .trust-indicators {
    gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
  }

  .priceplan-section-classic .trust-item {
    width: 56px;
    height: 56px;
  }

  .priceplan-section-classic .trust-item i {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .priceplan-section-classic .featured-badge {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    top: 16px;
    right: 16px;
  }

  .priceplan-section-classic .pricing-icon {
    width: 60px;
    height: 60px;
  }

  .priceplan-section-classic .pricing-icon i {
    font-size: 1.75rem;
  }
}

.team-section-modern {
  position: relative;
  background: linear-gradient(to bottom, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Organic Header */
.team-section-modern .organic-header {
  position: relative;
  z-index: 2;
}

.team-section-modern .organic-leaf-icon {
  display: inline-block;
  font-size: 2.5rem;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.team-section-modern #team-title {
  color: var(--text-primary);
  font-weight: 700;
}

.team-section-modern #team-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.team-section-modern #team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Organic Container */
.team-section-modern .organic-team-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
}

/* Organic Card */
.team-section-modern .organic-card {
  transition: transform 0.5s ease;
}

.team-section-modern .organic-card:hover {
  transform: translateY(-8px);
}

.team-section-modern .organic-frame {
  position: relative;
  background: var(--light);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
}

.team-section-modern .organic-card:hover .organic-frame {
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.12);
}

/* Organic Border */
.team-section-modern .organic-border {
  position: absolute;
  inset: 8px;
  border: 2px solid var(--primary-300);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.4;
  transition: all 0.5s ease;
}

.team-section-modern .organic-card:hover .organic-border {
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  opacity: 0.7;
}

/* Image Wrapper */
.team-section-modern .image-wrapper {
  position: relative;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.25rem;
  transition: border-radius 0.5s ease;
}

.team-section-modern .organic-card:hover .image-wrapper {
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.team-section-modern .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.team-section-modern .organic-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Organic Info */
.team-section-modern .organic-info {
  position: relative;
  text-align: center;
  padding: 0 1rem;
}

.team-section-modern .leaf-accent {
  width: 30px;
  height: 30px;
  background: color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
  border-radius: 0 100% 0 100%;
  margin: 0 auto 0.75rem;
  transition: transform 0.4s ease;
}

.team-section-modern .organic-card:hover .leaf-accent {
  transform: rotate(45deg);
}

.team-section-modern .organic-info h3 {
  color: var(--text-primary);
  font-weight: 600;
}

.team-section-modern .organic-info p {
  color: var(--text-secondary);
}

/* Position Variations */
.team-section-modern .position-1 .organic-frame {
  border-radius: 35% 65% 70% 30% / 40% 35% 65% 60%;
}

.team-section-modern .position-2 .organic-frame {
  border-radius: 65% 35% 30% 70% / 60% 65% 35% 40%;
}

.team-section-modern .position-3 .organic-frame {
  border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
}

.team-section-modern .position-4 .organic-frame {
  border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
}

.team-section-modern .position-5 .organic-frame {
  border-radius: 40% 60% 65% 35% / 55% 50% 50% 45%;
}

/* Organic Background Elements */
.team-section-modern .organic-bg-element {
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
}

.team-section-modern .element-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
  filter: blur(60px);
}

.team-section-modern .element-2 {
  top: 50%;
  right: 8%;
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  border-radius: 60% 40% 30% 70% / 40% 50% 50% 60%;
  filter: blur(50px);
}

.team-section-modern .element-3 {
  bottom: 10%;
  left: 30%;
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  filter: blur(40px);
}

/* Organic Vines */
.team-section-modern .organic-vine {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.15;
  pointer-events: none;
}

.team-section-modern .vine-1 {
  top: 20%;
  right: 10%;
  transform: rotate(-25deg);
}

.team-section-modern .vine-2 {
  bottom: 15%;
  left: 15%;
  transform: rotate(35deg);
}

/* Responsive */
@media (max-width: 991.98px) {
  .team-section-modern #team-title {
    font-size: 2.5rem;
  }
  
  .team-section-modern .organic-team-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-modern #team-title {
    font-size: 2rem;
  }
  
  .team-section-modern .organic-leaf-icon {
    font-size: 2rem;
  }
  
  .team-section-modern .organic-team-container {
    grid-template-columns: 1fr;
  }
  
  .team-section-modern .organic-frame {
    padding: 1rem;
  }
}


.reviews-section-secondary {
  padding: 100px 0;
  background: var(--neutral-0);
  position: relative;
  overflow: hidden;
}

.reviews-section-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(180deg, var(--primary-50) 0%, transparent 100%);
  z-index: 0;
}

.reviews-section-secondary .container {
  position: relative;
  z-index: 1;
}

.reviews-section-secondary .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.reviews-section-secondary .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.reviews-section-secondary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-700);
  line-height: 1.3;
}

.reviews-section-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.reviews-section-secondary .review-box {
  background: var(--neutral-0);
  border: 2px solid var(--neutral-300);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.reviews-section-secondary .review-box:hover {
  border-color: var(--primary-500);
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.reviews-section-secondary .review-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 0 0 18px 18px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.reviews-section-secondary .review-box:hover::after {
  opacity: 1;
}

.reviews-section-secondary .quote-mark-top {
  font-size: 3.5rem;
  color: var(--primary-500);
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.reviews-section-secondary .review-content {
  margin-bottom: 2rem;
}

.reviews-section-secondary .review-quote {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--neutral-700);
  margin: 0;
  font-weight: 400;
}

.reviews-section-secondary .author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--neutral-100);
}

.reviews-section-secondary .author-initial {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.reviews-section-secondary .author-initial span {
  color: var(--neutral-0);
  font-size: 1.5rem;
  font-weight: 700;
}

.reviews-section-secondary .author-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
  line-height: 1.5;
}

.reviews-section-secondary .review-box-compact {
  padding: 2rem;
}

.reviews-section-secondary .review-box-compact .quote-mark-top {
  font-size: 2.5rem;
}

.reviews-section-secondary .review-box-compact .review-quote {
  font-size: 1rem;
}

.reviews-section-secondary .review-box-compact .author-initial {
  width: 48px;
  height: 48px;
}

.reviews-section-secondary .review-box-compact .author-initial span {
  font-size: 1.25rem;
}

.reviews-section-secondary .review-box-compact .author-name {
  font-size: 0.9rem;
}

/* Decorative Shapes */
.reviews-section-secondary .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-secondary .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-700);
  top: 10%;
  right: -150px;
}

.reviews-section-secondary .shape-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: 5%;
  left: -100px;
}

.reviews-section-secondary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .reviews-section-secondary {
    padding: 80px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 2.25rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .reviews-section-secondary .review-box {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-secondary {
    padding: 60px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 1.875rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-secondary .review-box {
    padding: 1.75rem;
  }

  .reviews-section-secondary .review-box-compact {
    padding: 1.75rem;
  }

  .reviews-section-secondary .quote-mark-top {
    font-size: 2.5rem;
  }
}


.casestudy-section-secondary {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.casestudy-section-secondary .decorative-accent-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto;
  border-radius: 2px;
}

.casestudy-section-secondary #casestudy-title {
  color: var(--text-primary);
}

.casestudy-section-secondary #casestudy-subtitle {
  color: var(--text-secondary);
}

.casestudy-section-secondary #casestudy-desc {
  color: var(--text-secondary);
}

/* Card Styles */
.casestudy-card {
  background: var(--surface-secondary);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.casestudy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Image Wrapper */
.casestudy-image-wrapper {
  position: relative;
  height: 240px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-placeholder {
  font-size: 4rem;
  color: var(--primary-500);
}

.casestudy-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Content */
.casestudy-content {
  padding: 2rem;
}

.casestudy-item-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.casestudy-item-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.decorative-line {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape-circle {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-50), transparent);
  opacity: 0.4;
}

.shape-blob {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-100), transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.3;
}

.container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy-image-wrapper {
    height: 200px;
  }
  
  .image-placeholder {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section-secondary #casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-content {
    padding: 1.5rem;
  }
  
  .shape-circle,
  .shape-blob {
    width: 150px;
    height: 150px;
  }
}


/* Process section */

.process_section_special {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(165deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Creative Background Elements */
.process_creative_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bg_blob {
  position: absolute;
  border-radius: 50% 40% 60% 50%;
  filter: blur(40px);
  opacity: 0.2;
  animation: float 20s ease-in-out infinite;
}

.bg_blob.blob_1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -100px;
  right: -150px;
  animation-delay: 0s;
}

.bg_blob.blob_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: 10%;
  left: -100px;
  animation-delay: 7s;
}

.bg_blob.blob_3 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 50% 40% 60% 50%;
  }
  25% {
    transform: translate(20px, -30px) rotate(5deg);
    border-radius: 60% 50% 40% 60%;
  }
  50% {
    transform: translate(-20px, 20px) rotate(-5deg);
    border-radius: 40% 60% 50% 40%;
  }
  75% {
    transform: translate(30px, 10px) rotate(3deg);
    border-radius: 55% 45% 55% 45%;
  }
}

/* Background Lines */
.bg_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_lines .line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  height: 2px;
  opacity: 0.15;
}

.bg_lines .line_1 {
  width: 60%;
  top: 20%;
  left: -10%;
  transform: rotate(-15deg);
}

.bg_lines .line_2 {
  width: 50%;
  top: 50%;
  right: -10%;
  transform: rotate(10deg);
}

.bg_lines .line_3 {
  width: 55%;
  bottom: 25%;
  left: 10%;
  transform: rotate(-8deg);
}

/* Hero Section */
.process_hero_section {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.hero_accent_badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero_accent_badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.process_creative_title {
  font-size: 3.25rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.process_creative_subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.process_creative_description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--neutral-700);
  max-width: 720px;
  margin: 0 auto;
}

/* Creative Grid */
.process_creative_grid {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

/* Phase Cards */
.phase_card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.phase_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.phase_card:hover::before {
  opacity: 0.05;
}

.phase_card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.15);
}

/* Phase Number Badge */
.phase_number_badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.phase_number_badge::before {
  content: attr(data-number);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--neutral-0);
}

/* Phase Icon Wrapper */
.phase_icon_wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  z-index: 1;
  position: relative;
}

.phase_icon_wrapper i {
  font-size: 2.5rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.phase_card:hover .phase_icon_wrapper {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  transform: scale(1.1) rotate(-10deg);
}

.phase_card:hover .phase_icon_wrapper i {
  color: var(--neutral-0);
  transform: scale(1.15);
}

/* Phase Content */
.phase_content {
  position: relative;
  z-index: 1;
}

.phase_title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.phase_description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--neutral-700);
  margin: 0;
}

/* Decorative Corner */
.phase_decorative_corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 0 120px 0 0;
  opacity: 0.4;
  z-index: 0;
}

/* Card Variants */
.phase_card_large {
  border-left: 5px solid var(--primary-700);
}

.phase_card_accent {
  border-right: 5px solid var(--primary-700);
}

.phase_card_compact {
  border-top: 5px solid var(--primary-500);
}

.phase_card_wide {
  border-bottom: 5px solid var(--primary-900);
}

.phase_card_finale {
  border: 3px solid var(--primary-700);
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
}

.phase_glow_effect {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  opacity: 0.2;
  filter: blur(60px);
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .process_section_special {
    padding: 90px 0;
  }

  .process_creative_title {
    font-size: 2.5rem;
  }

  .process_creative_grid {
    margin-top: 3rem;
  }

  .phase_card {
    padding: 2rem;
  }

  .phase_title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .process_section_special {
    padding: 70px 0;
  }

  .process_hero_section {
    padding: 2rem 1.5rem;
  }

  .process_creative_title {
    font-size: 2rem;
  }

  .process_creative_subtitle {
    font-size: 1.25rem;
  }

  .process_creative_description {
    font-size: 1rem;
  }

  .phase_card {
    padding: 1.75rem 1.5rem;
  }

  .phase_number_badge {
    width: 50px;
    height: 50px;
  }

  .phase_number_badge::before {
    font-size: 1.25rem;
  }

  .phase_icon_wrapper {
    width: 70px;
    height: 70px;
  }

  .phase_icon_wrapper i {
    font-size: 2rem;
  }

  .phase_title {
    font-size: 1.375rem;
  }

  .phase_description {
    font-size: 1rem;
  }

  .bg_blob.blob_1,
  .bg_blob.blob_2,
  .bg_blob.blob_3 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575px) {
  .process_section_special {
    padding: 60px 0;
  }

  .process_creative_grid {
    margin-top: 2.5rem;
  }

  .phase_card {
    padding: 1.5rem 1.25rem;
  }

  .hero_accent_badge {
    width: 60px;
    height: 60px;
  }

  .hero_accent_badge i {
    font-size: 1.75rem;
  }
}


/* Timeline  - Modern Green Theme - Wave Flow Pattern Layout */

.timeline_wrap_secondary {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary), var(--surface-accent));
  overflow: hidden;
}

/* Flow Environment */
.timeline_flow_environment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.timeline_wave_pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, var(--primary-100), transparent);
  clip-path: polygon(
    0 70%, 10% 65%, 20% 70%, 30% 65%, 40% 70%, 
    50% 65%, 60% 70%, 70% 65%, 80% 70%, 90% 65%, 100% 70%, 
    100% 100%, 0 100%
  );
  opacity: 0.4;
}

.timeline_ripple_effect {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 40%, var(--primary-100) 60%, transparent 80%);
  opacity: 0.3;
  animation: timeline_ripple 8s ease-in-out infinite;
}

@keyframes timeline_ripple {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}

/* Content Container */
.timeline_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Flow Intro */
.timeline_flow_intro {
  margin-bottom: 70px;
}

.timeline_natural_title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline_natural_subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline_natural_description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 900px;
}

/* Flow Sequence */
.timeline_flow_sequence {
  position: relative;
}

.timeline_wave_connector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, 
    transparent, 
    var(--primary-300) 20%, 
    var(--primary-500) 50%, 
    var(--primary-300) 80%, 
    transparent
  );
  opacity: 0.3;
}

/* Flow Card */
.timeline_flow_card {
  display: flex;
  gap: 1.5rem;
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.timeline_flow_card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
  border-radius: 0 0 18px 18px;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.timeline_flow_card:hover::before {
  transform: scaleX(1);
}

.timeline_flow_card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

/* Flow Marker */
.timeline_flow_marker {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.timeline_flow_card:hover .timeline_flow_marker {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(360deg) scale(1.1);
}

.timeline_flow_marker i {
  font-size: 1.875rem;
  color: var(--primary-500);
  transition: color 0.4s ease;
}

.timeline_flow_card:hover .timeline_flow_marker i {
  color: var(--button-primary-text);
}

/* Flow Content */
.timeline_flow_content {
  flex: 1;
}

.timeline_flow_heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline_flow_text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Finale Card */
.timeline_flow_finale {
  background: linear-gradient(135deg, var(--surface-accent), var(--surface-primary));
  border-width: 3px;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.timeline_marker_finale {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  margin-bottom: 1rem;
}

.timeline_marker_finale i {
  font-size: 2rem;
  color: var(--button-primary-text);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_secondary {
    padding: 80px 0;
  }
  
  .timeline_flow_intro {
    margin-bottom: 60px;
  }
  
  .timeline_natural_title {
    font-size: 2.5rem;
  }
  
  .timeline_natural_subtitle {
    font-size: 1.375rem;
  }
  
  .timeline_wave_connector {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_secondary {
    padding: 60px 0;
  }
  
  .timeline_flow_intro {
    margin-bottom: 50px;
  }
  
  .timeline_natural_title {
    font-size: 2rem;
  }
  
  .timeline_natural_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_natural_description {
    font-size: 1rem;
  }
  
  .timeline_flow_card {
    padding: 1.5rem;
    gap: 1.25rem;
  }
  
  .timeline_flow_marker {
    width: 60px;
    height: 60px;
  }
  
  .timeline_flow_marker i {
    font-size: 1.5rem;
  }
  
  .timeline_marker_finale {
    width: 70px;
    height: 70px;
  }
  
  .timeline_marker_finale i {
    font-size: 1.75rem;
  }
  
  .timeline_flow_heading {
    font-size: 1.375rem;
  }
  
  .timeline_flow_text {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_secondary {
    padding: 50px 0;
  }
  
  .timeline_natural_title {
    font-size: 1.75rem;
  }
  
  .timeline_flow_card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
  }
  
  .timeline_flow_finale {
    align-items: center;
  }
}


/* 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-minimal {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Badge */
.career-section-minimal .decorative-badge {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

/* Typography */
.career-section-minimal #career-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.career-section-minimal #career-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.career-section-minimal #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Career Cards */
.career-section-minimal .career-card {
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.career-section-minimal .career-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.career-section-minimal .career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.career-section-minimal .career-card:hover::before {
  transform: scaleX(1);
}

/* Card Header */
.career-section-minimal .career-card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.career-section-minimal .icon-wrapper {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.career-section-minimal .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-700);
}

.career-section-minimal .career-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  transform: scale(1.05);
}

.career-section-minimal .career-card:hover .icon-wrapper i {
  color: var(--light);
}

.career-section-minimal .card-meta {
  flex: 1;
}

.career-section-minimal .card-meta h3 {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.career-section-minimal .role-badge {
  display: inline-block;
  padding: 6px 14px;
  background: var(--surface-secondary);
  color: var(--text-secondary);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Description */
.career-section-minimal .career-description {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Decorative Line */
.career-section-minimal .decorative-line {
  height: 2px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    transparent
  );
  width: 100%;
}

/* Decorative Shapes */
.career-section-minimal .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.career-section-minimal .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.career-section-minimal .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -150px;
  left: -100px;
}

.career-section-minimal .decorative-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  right: 10%;
  opacity: 0.03;
  background-image: radial-gradient(circle, var(--primary-700) 2px, transparent 2px);
  background-size: 20px 20px;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-minimal {
    padding: 80px 0;
  }

  .career-section-minimal .career-card {
    padding: 28px;
  }

  .career-section-minimal .icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .career-section-minimal .icon-wrapper i {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .career-section-minimal {
    padding: 60px 0;
  }

  .career-section-minimal #career-title {
    font-size: 2rem;
  }

  .career-section-minimal .career-card {
    padding: 24px;
  }

  .career-section-minimal .career-card-header {
    gap: 16px;
  }
}


.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Creative Header */
.creative-header .display-4 {
  color: var(--primary-700);
  font-weight: 700;
  line-height: 1.2;
}

.creative-header h3 {
  color: var(--primary-500);
  font-weight: 500;
}

.creative-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-700));
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* Creative Asymmetric Grid */
.creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .creative-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-large {
    grid-column: span 2;
  }
}

.grid-item {
  position: relative;
}

.item-inner {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.item-inner:hover {
  transform: translateY(-12px) rotate(-2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.item-inner:hover .icon-circle {
  transform: rotate(180deg) scale(1.1);
  background: linear-gradient(135deg, var(--primary-700), var(--primary-300));
}

.icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

.item-heading {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
}

.item-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Floating shapes inside items */
.floating-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 1;
  transition: all 0.5s ease;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  border-radius: 50%;
  bottom: -30px;
  right: -30px;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  transform: rotate(45deg);
  top: -30px;
  right: -20px;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid var(--primary-500);
  bottom: -40px;
  left: -20px;
}

.item-inner:hover .floating-shape {
  opacity: 0.15;
  transform: scale(1.2) rotate(10deg);
}

/* Background blobs */
.bg-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  z-index: 0;
  animation: blob-float 20s ease-in-out infinite;
}

.bg-blob.blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.bg-blob.blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  bottom: 15%;
  left: 8%;
  animation-delay: 7s;
}

.bg-blob.blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    transform: translate(20px, -30px) rotate(90deg);
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
    border-radius: 30% 70% 60% 40% / 60% 40% 50% 60%;
  }
  75% {
    transform: translate(30px, 10px) rotate(270deg);
    border-radius: 70% 30% 40% 60% / 40% 60% 50% 40%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .creative-header .display-4 {
    font-size: 2rem;
  }

  .creative-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .item-inner {
    padding: 1.5rem;
  }

  .bg-blob {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 1400px) {
  .creative-grid {
    gap: 2rem;
  }

  .item-inner {
    padding: 2.5rem;
  }
}


/* Contact section */
.contact-section-pro {
  position: relative;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Decorative Badge */
.contact-section-pro .decorative-badge {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto;
  border-radius: 2px;
}

/* Header Styles */
.contact-section-pro #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-section-pro #contact-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.contact-section-pro #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Contact Form Card */
.contact-section-pro .contact-form-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
}

.contact-section-pro .contact-form-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

/* Decorative Corners */
.contact-section-pro .decorative-corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-300);
  opacity: 0.3;
}

.contact-section-pro .decorative-corner.top-left {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
  border-radius: 20px 0 0 0;
}

.contact-section-pro .decorative-corner.bottom-right {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 20px 0;
}

/* Form Styles */
.contact-section-pro .form-floating {
  position: relative;
}

.contact-section-pro .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-pro .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-500) 20%, transparent);
  background: var(--light);
}

.contact-section-pro .form-floating > label {
  padding-left: 3rem;
  color: var(--text-secondary);
}

.contact-section-pro .input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 1.25rem;
  z-index: 10;
  pointer-events: none;
}

.contact-section-pro textarea.form-control ~ .input-icon {
  top: 1.5rem;
  transform: none;
}

/* Checkbox */
.contact-section-pro .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-pro .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-pro .form-check-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected with !important */
.contact-section-pro #site_submit_btn {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 1rem 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-section-pro #site_submit_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.contact-section-pro #site_submit_btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
}

.contact-section-pro #site_submit_btn:hover::before {
  left: 100%;
}

.contact-section-pro #site_submit_btn:active {
  transform: translateY(0) !important;
}

/* Contact Info Wrapper */
.contact-section-pro .contact-info-wrapper {
  position: relative;
}

/* Info Cards */
.contact-section-pro .info-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: var(--light);
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  overflow: hidden;
}

.contact-section-pro .info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.contact-section-pro .icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.contact-section-pro .info-content h3 {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-section-pro .info-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Decorative Blobs */
.contact-section-pro .decorative-blob {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.contact-section-pro .decorative-blob.blob-1 {
  background: var(--primary-500);
  top: -20px;
  right: -30px;
}

.contact-section-pro .decorative-blob.blob-2 {
  background: var(--primary-700);
  bottom: -30px;
  left: -20px;
  width: 80px;
  height: 80px;
}

.contact-section-pro .decorative-blob.blob-3 {
  background: var(--primary-300);
  top: 50%;
  right: -40px;
  width: 120px;
  height: 120px;
}

/* Decorative Grid */
.contact-section-pro .decorative-grid {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(45deg);
  display: grid;
  grid-template-columns: repeat(2, 30px);
  gap: 15px;
  opacity: 0.1;
  pointer-events: none;
}

.contact-section-pro .grid-item {
  width: 30px;
  height: 30px;
  background: var(--primary-500);
  border-radius: 6px;
}

/* Social Icons */
.contact-section-pro .social-icons-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.contact-section-pro .social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-100);
  border-radius: 10px;
  color: var(--primary-500);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-section-pro .social-icon:hover {
  background: var(--primary-500);
  color: var(--light);
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Background Shapes */
.contact-section-pro .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.contact-section-pro .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.contact-section-pro .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.contact-section-pro .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  right: 10%;
}

.contact-section-pro .shape-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 30%;
  right: -50px;
}

.contact-section-pro .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-pro .contact-form-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-section-pro .contact-info-wrapper {
    padding-top: 1rem;
  }

  .contact-section-pro .info-card {
    padding: 1.5rem;
  }

  .contact-section-pro .decorative-grid {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .contact-section-pro .contact-form-card {
    padding: 1.5rem;
  }

  .contact-section-pro #contact-title {
    font-size: 2rem;
  }

  .contact-section-pro #contact-subtitle {
    font-size: 1.25rem;
  }

  .contact-section-pro .icon-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }

  .contact-section-pro .info-card {
    padding: 1.25rem;
    gap: 1rem;
  }

  .contact-section-pro .social-icons-wrapper {
    justify-content: center;
    margin-top: 2rem;
  }

  .contact-section-pro .shape-1,
  .contact-section-pro .shape-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .contact-section-pro .contact-form-card {
    padding: 1.25rem;
  }

  .contact-section-pro #site_submit_btn {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .contact-section-pro .decorative-corner {
    width: 60px;
    height: 60px;
  }
}

/* Animation Support */
[data-sal] {
  transition-duration: 0.6s;
}

.blog-section-special {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Creative Header */
.blog-section-special .header-creative {
  position: relative;
  padding-left: 2rem;
}

.blog-section-special .decorative-accent {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 80px;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
}

.blog-section-special .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.blog-section-special .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary-500);
  font-style: italic;
}

.blog-section-special .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 90%;
}

.blog-section-special .decorative-shapes {
  position: absolute;
  top: -20px;
  right: -30px;
}

.blog-section-special .shape-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.3;
}

.blog-section-special .shape-triangle {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid var(--primary-100);
  opacity: 0.4;
}

/* Blog Cards - Asymmetric Layout */
.blog-section-special .blog-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
}

.blog-section-special .blog-card-elevated {
  margin-top: -30px;
}

.blog-section-special .blog-card-depressed {
  margin-top: 30px;
}

.blog-section-special .blog-card:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.blog-section-special .card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Blog Image */
.blog-section-special .blog-image-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-100);
}

.blog-section-special .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.blog-section-special .blog-card:hover .blog-image {
  transform: scale(1.1) rotate(-2deg);
}

.blog-section-special .image-overlay-purple {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--primary-500) 40%, transparent);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-special .blog-card:hover .image-overlay-purple {
  opacity: 0.3;
}

.blog-section-special .corner-accent {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-top: 3px solid var(--light);
  border-right: 3px solid var(--light);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-section-special .blog-card:hover .corner-accent {
  opacity: 1;
}

/* Blog Body */
.blog-section-special .blog-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-special .blog-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.blog-section-special .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.blog-section-special .blog-link-creative {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-500);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.blog-section-special .blog-link-creative:hover {
  color: var(--primary-700);
  gap: 0.75rem;
}

.blog-section-special .blog-link-creative i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.blog-section-special .blog-link-creative:hover i {
  transform: translate(3px, -3px);
}

/* Background Decorative Elements */
.blog-section-special .bg-blob-1 {
  position: absolute;
  top: 10%;
  right: -150px;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  pointer-events: none;
  animation: blob-float 20s ease-in-out infinite;
}

.blog-section-special .bg-blob-2 {
  position: absolute;
  bottom: 15%;
  left: -100px;
  width: 350px;
  height: 350px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  pointer-events: none;
  animation: blob-float 25s ease-in-out infinite reverse;
}

@keyframes blob-float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(5deg); }
  66% { transform: translate(-20px, 20px) rotate(-5deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-special .section-title {
    font-size: 2.5rem;
  }
  
  .blog-section-special .section-subtitle {
    font-size: 1.15rem;
  }
  
  .blog-section-special .blog-card-elevated,
  .blog-section-special .blog-card-depressed {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .blog-section-special .section-title {
    font-size: 2rem;
  }
  
  .blog-section-special .header-creative {
    padding-left: 1.5rem;
  }
  
  .blog-section-special .blog-image-box {
    height: 200px;
  }
  
  .blog-section-special .blog-body {
    padding: 1.5rem;
  }
  
  .blog-section-special .decorative-shapes {
    display: none;
  }
}


/* Faq section */

.faq-section-057 {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Badge Industrial */
.faq-section-057 .badge-industrial {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: var(--neutral-900);
  color: var(--light);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
}

.faq-section-057 .badge-industrial::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  background: var(--primary-500);
}

/* Typography */
.faq-section-057 #faq-title {
  color: var(--text-primary);
  font-weight: 800;
}

.faq-section-057 #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-057 #faq-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* FAQ Card */
.faq-section-057 .faq-card {
  position: relative;
  border: 2px solid var(--neutral-100);
  border-left: 5px solid var(--primary-500);
  border-radius: 0;
  background: var(--surface-primary);
  transition: all 0.3s ease;
  overflow: visible;
}

.faq-section-057 .faq-card:hover {
  border-left-color: var(--neutral-900);
  box-shadow: 8px 8px 0 color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
  transform: translate(-2px, -2px);
}

/* Card Indicator */
.faq-section-057 .card-indicator {
  position: absolute;
  top: -15px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--neutral-900);
  border: 3px solid var(--surface-primary);
  z-index: 10;
}

.faq-section-057 .card-indicator i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Question Label */
.faq-section-057 .question-label {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--neutral-900);
  color: var(--light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

/* Card Body */
.faq-section-057 .faq-card .card-body {
  padding: 2rem 1.5rem 1.5rem;
}

.faq-section-057 .faq-card .card-body h4 {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.3;
}

/* Answer Wrapper */
.faq-section-057 .answer-wrapper {
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--neutral-100);
}

.faq-section-057 .answer-wrapper p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

.faq-section-057 .faq-card:hover .answer-wrapper {
  border-left-color: var(--primary-500);
}

/* Grid Pattern Decoration */
.faq-section-057 .grid-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Content Positioning */
.faq-section-057 > .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-057 .faq-card .card-body {
    padding: 1.75rem 1.25rem 1.25rem;
  }

  .faq-section-057 .card-indicator {
    width: 45px;
    height: 45px;
  }

  .faq-section-057 .card-indicator i {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-057 .badge-industrial {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
  }

  .faq-section-057 .faq-card {
    border-left-width: 4px;
  }

  .faq-section-057 .faq-card .card-body {
    padding: 1.5rem 1rem 1rem;
  }

  .faq-section-057 .card-indicator {
    width: 40px;
    height: 40px;
    top: -12px;
    left: 15px;
  }

  .faq-section-057 .card-indicator i {
    font-size: 1.1rem;
  }

  .faq-section-057 .answer-wrapper {
    padding-left: 0.75rem;
    border-left-width: 2px;
  }

  .faq-section-057 .grid-pattern {
    width: 200px;
    height: 200px;
    background-size: 30px 30px;
  }
}

/* Accessibility */
.faq-section-057 .faq-card:focus-within {
  outline: 3px solid var(--neutral-900);
  outline-offset: 3px;
}


/* ===================================
   Gallery Section v-093
   Theme: professional-blue-01
   Modern Asymmetric Grid Gallery
   =================================== */

.gallery-section-variant {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  min-height: 100vh;
}

/* Decorative Background Elements */
.decorative-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

.decorative-circle-top {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

.decorative-circle-bottom {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent 70%
  );
  pointer-events: none;
  animation: float 10s ease-in-out infinite reverse;
}

/* Gallery Grid Layout */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* Gallery Item Base Styles */
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface-primary);
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Grid Item Sizes */
.gallery-item-large {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 500px;
}

.gallery-item-medium {
  grid-column: span 4;
  min-height: 300px;
}

.gallery-item-small {
  grid-column: span 3;
  min-height: 250px;
}

.gallery-item-wide {
  grid-column: span 6;
  min-height: 280px;
}

/* Image Wrapper */
.gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: grayscale(0%) brightness(1);
}

.gallery-item:hover .gallery-image {
  transform: scale(1.15);
  filter: grayscale(0%) brightness(0.9);
}

/* Gallery Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 85%, transparent 15%) 0%,
    color-mix(in srgb, var(--primary-500) 80%, transparent 20%) 100%
  );
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Overlay Content */
.gallery-overlay-content {
  transform: translateY(20px) scale(0.8);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}

.gallery-item:hover .gallery-overlay-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.overlay-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--surface-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.overlay-icon i {
  font-size: 32px;
  color: var(--primary-500);
}

/* Gallery Badges */
.gallery-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 5;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-badge i {
  color: var(--surface-primary);
  font-size: 20px;
}

.gallery-badge-secondary {
  background: linear-gradient(135deg, var(--neutral-500), var(--neutral-700));
}

.gallery-item:hover .gallery-badge {
  transform: rotate(360deg) scale(1.1);
}

/* Border Accent */
.gallery-border-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid var(--primary-500);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gallery-item:hover .gallery-border-accent {
  opacity: 1;
}

/* Corner Decoration */
.gallery-corner-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), transparent);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  opacity: 0.8;
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-corner-decoration {
  transform: scale(1.2);
}

/* Floating Shapes */
.floating-shape-1,
.floating-shape-2,
.floating-shape-3 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.floating-shape-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  top: 15%;
  left: 5%;
  animation: float 12s ease-in-out infinite;
}

.floating-shape-2 {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  top: 60%;
  right: 8%;
  animation: float 15s ease-in-out infinite reverse;
}

.floating-shape-3 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  bottom: 20%;
  left: 50%;
  animation: float 10s ease-in-out infinite;
}

/* Pattern Overlay */
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232563eb' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery-item-large {
    grid-column: span 12;
    min-height: 400px;
  }

  .gallery-item-medium {
    grid-column: span 6;
    min-height: 280px;
  }

  .gallery-item-small {
    grid-column: span 6;
    min-height: 220px;
  }

  .gallery-item-wide {
    grid-column: span 12;
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  .gallery-section-variant {
    padding: 60px 0;
  }

  .gallery-grid {
    gap: 15px;
  }

  .gallery-item-large,
  .gallery-item-medium,
  .gallery-item-small,
  .gallery-item-wide {
    grid-column: span 12;
    min-height: 250px;
  }

  .overlay-icon {
    width: 60px;
    height: 60px;
  }

  .overlay-icon i {
    font-size: 28px;
  }

  .gallery-badge {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }

  .gallery-badge i {
    font-size: 18px;
  }

  .decorative-circle-top,
  .decorative-circle-bottom {
    display: none;
  }
}

@media (max-width: 576px) {
  .gallery-section-variant {
    padding: 40px 0;
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-item {
    border-radius: 12px;
    min-height: 200px !important;
  }

  .gallery-item:hover {
    transform: translateY(-5px) scale(1.01);
  }

  .overlay-icon {
    width: 50px;
    height: 50px;
  }

  .overlay-icon i {
    font-size: 24px;
  }

  .floating-shape-1,
  .floating-shape-2,
  .floating-shape-3 {
    display: none;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  .gallery-item {
    border: 2px solid var(--neutral-300);
  }

  .gallery-overlay {
    background: color-mix(in srgb, var(--primary-700) 90%, transparent 10%);
  }

  .overlay-icon {
    border: 2px solid var(--primary-500);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .gallery-item,
  .gallery-image,
  .gallery-overlay,
  .gallery-overlay-content,
  .gallery-badge,
  .gallery-corner-decoration {
    transition: none;
    animation: none;
  }

  .floating-shape-1,
  .floating-shape-2,
  .floating-shape-3,
  .decorative-circle-top,
  .decorative-circle-bottom {
    animation: none;
  }
}

.footer-alt {
  position: relative;
  padding: 80px 0 40px;
  background-image: url('HAN_assets/HAN_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #ffffff;
}

.footer-alt .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  );
  z-index: 1;
}

.footer-alt .container {
  z-index: 2;
}

/* Brand Section */
.footer-alt .footer-brand {
  padding-right: 20px;
}

.footer-alt .brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.footer-alt .brand-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.footer-alt .brand-decoration {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-alt .decoration-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--primary-300) 80%, transparent),
    transparent
  );
  border-radius: 2px;
}

.footer-alt .decoration-dots {
  display: flex;
  gap: 8px;
}

.footer-alt .decoration-dots .dot {
  width: 8px;
  height: 8px;
  background: color-mix(in srgb, var(--primary-300) 70%, transparent);
  border-radius: 50%;
  display: block;
}

/* Footer Titles */
.footer-alt .footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 12px;
}

.footer-alt .footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: color-mix(in srgb, var(--primary-300) 80%, transparent);
}

/* Links Section */
.footer-alt .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-alt .links-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-alt .links-list li i {
  color: color-mix(in srgb, var(--primary-300) 70%, transparent);
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.footer-alt .footer-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-alt .footer-link:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-alt .links-list li:hover i {
  transform: translateX(3px);
  color: var(--primary-300);
}

/* Contact Section */
.footer-alt .footer-contact {
  position: relative;
}

.footer-alt .contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-alt .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: color-mix(in srgb, var(--primary-700) 20%, transparent);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.footer-alt .contact-item:hover {
  background: color-mix(in srgb, var(--primary-700) 30%, transparent);
  transform: translateX(5px);
}

.footer-alt .contact-icon {
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-alt .contact-icon i {
  font-size: 1.1rem;
  color: var(--primary-300);
}

.footer-alt .contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  display: block;
}

.footer-alt .contact-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  pointer-events: none;
}

.footer-alt .decoration-circle {
  width: 100%;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 50%;
  animation: pulse-circle 3s ease-in-out infinite;
}

@keyframes pulse-circle {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}

/* Bottom Section */
.footer-alt .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.footer-alt .disclaimer-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-alt .copyright-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
}

/* Decorative Background Shapes */
.footer-alt .footer-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.footer-alt .deco-shape {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  border-radius: 50%;
  filter: blur(40px);
}

.footer-alt .deco-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation: float-shape 8s ease-in-out infinite;
}

.footer-alt .deco-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 50px;
  left: 10%;
  animation: float-shape 10s ease-in-out infinite reverse;
}

.footer-alt .deco-shape.shape-3 {
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float-shape 12s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-alt {
    padding: 60px 0 30px;
  }

  .footer-alt .footer-brand {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer-alt .brand-name {
    font-size: 1.5rem;
  }

  .footer-alt .footer-bottom {
    margin-top: 40px;
    padding-top: 25px;
    text-align: center;
  }

  .footer-alt .copyright-text {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .footer-alt {
    padding: 50px 0 25px;
    background-attachment: scroll;
  }

  .footer-alt .brand-name {
    font-size: 1.35rem;
  }

  .footer-alt .footer-title {
    font-size: 1.15rem;
  }

  .footer-alt .contact-item {
    padding: 12px;
  }

  .footer-alt .contact-icon {
    width: 35px;
    height: 35px;
  }

  .footer-alt .contact-icon i {
    font-size: 1rem;
  }

  .footer-alt .deco-shape.shape-1,
  .footer-alt .deco-shape.shape-2,
  .footer-alt .deco-shape.shape-3 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-alt .footer-bottom {
    margin-top: 30px;
  }

  .footer-alt .disclaimer-text {
    font-size: 0.8rem;
  }

  .footer-alt .copyright-text {
    font-size: 0.85rem;
  }
}

/* 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 */
/* Theme: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--smart_section_title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.add_subtitle {
  font-family: var(--container_body_large);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--ui_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements Grid */
.add_elements_grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_row_element {
  position: relative;
}

.add_row_element::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 40px);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.add_row_element:hover::before {
  opacity: 1;
}

.add_row_element > * {
  position: relative;
  z-index: 1;
}

/* Image Placeholder */
.add_image_placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}

.add_image_placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Content Styles */
.add_content {
  padding: var(--space-4);
}

.add_elem_title {
  font-family: var(--container_body_large);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
  padding-left: var(--space-4);
}

.add_elem_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.5em;
  background: var(--primary-500);
  border-radius: 2px;
}

.add_elem_desc {
  font-family: var(--ui_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}


/* Universal section */
/* Theme: earth-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.header-icon-group i {
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.header-icon-group i:hover {
  transform: scale(1.2) rotate(10deg);
  opacity: 1;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Accordion */
.content-accordion {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.accordion-item {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-color: var(--primary-300);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transform: translateX(8px);
}

.accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  cursor: default;
}

.header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accordion-item:hover .header-icon {
  transform: rotate(10deg) scale(1.1);
}

.header-icon i {
  font-size: 1.75rem;
  color: var(--light);
}

.header-content {
  flex: 1;
}

.accordion-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
  line-height: 1.3;
}

.header-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.accordion-item:hover .header-accent {
  opacity: 1;
}

.accordion-body {
  padding: 0 2rem 1.75rem 2rem;
  padding-left: calc(60px + 3.25rem);
}

.accordion-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.decorative-leaf {
  position: absolute;
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.leaf-1 {
  top: 10%;
  left: 5%;
  transform: rotate(-20deg);
}

.leaf-2 {
  bottom: 15%;
  right: 8%;
  transform: rotate(30deg);
}

.decorative-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .accordion-header {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
  }

  .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    padding-left: calc(60px + 2.5rem);
  }

  .header-icon {
    width: 55px;
    height: 55px;
  }

  .header-icon i {
    font-size: 1.5rem;
  }

  .accordion-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .accordion-header {
    padding: 1.25rem;
    gap: 0.875rem;
  }

  .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }

  .header-icon {
    width: 50px;
    height: 50px;
  }

  .header-icon i {
    font-size: 1.375rem;
  }

  .accordion-title {
    font-size: 1.25rem;
  }

  .accordion-description {
    font-size: 1rem;
  }

  .decorative-leaf {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .header-icon-group {
    gap: 0.75rem;
  }

  .header-icon-group i {
    font-size: 1.5rem;
  }

  .accordion-item {
    margin-bottom: 1rem;
  }

  .accordion-item:hover {
    transform: translateX(4px);
  }

  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .accordion-body {
    padding-left: 1.25rem;
  }
}


/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}


.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;
  }
}


.additional-universal-modern {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .section-header h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.additional-universal-modern .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-modern .section-header p {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
}

/* Image Placeholder */
.additional-universal-modern .image-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
}

.additional-universal-modern .row:hover .image-placeholder {
  transform: scale(1.03);
}

.additional-universal-modern .placeholder-content {
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.4;
}

/* Content Block */
.additional-universal-modern .content-block {
  padding: 1.5rem 0;
}

/* Icon Badge */
.additional-universal-modern .icon-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.additional-universal-modern .row:hover .icon-badge {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Content Typography */
.additional-universal-modern .content-block h3 {
  color: var(--text-primary);
  line-height: 1.4;
}

.additional-universal-modern .content-block p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Floating Decorative Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.additional-universal-modern .floating-shape.shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: float-1 8s ease-in-out infinite;
}

.additional-universal-modern .floating-shape.shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 20%;
  left: 8%;
  animation: float-2 10s ease-in-out infinite;
}

.additional-universal-modern .floating-shape.shape-3 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
  animation: float-3 12s ease-in-out infinite;
}

/* Floating Animations */
@keyframes float-1 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-30px) translateX(20px); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(30px) translateX(-20px); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(-30px); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-modern .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-modern .image-placeholder {
    height: 260px;
  }

  .additional-universal-modern .content-block h3 {
    font-size: 1.5rem;
  }

  .additional-universal-modern .floating-shape {
    opacity: 0.05;
  }
}

@media (max-width: 767px) {
  .additional-universal-modern .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-modern .image-placeholder {
    height: 220px;
  }

  .additional-universal-modern .placeholder-content {
    font-size: 3rem;
  }

  .additional-universal-modern .icon-badge {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-modern .content-block h3 {
    font-size: 1.35rem;
  }

  .additional-universal-modern .content-block {
    padding: 1rem 0;
  }
}


/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}


/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    font-size: 1.5rem;
  }
}


/* Universal section */

.additional-universal-section.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;
  }
}


/* Universal section */

.additional-universal-section.v-064 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-064 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-064 .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.v-064 .deco-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.v-064 .deco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 12px;
  transform: rotate(45deg);
}

.v-064 .deco-icon i {
  font-size: 24px;
  color: white;
  transform: rotate(-45deg);
  animation: sparkle 3s ease-in-out infinite;
}

.v-064 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-064 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-064 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Features List */
.v-064 .features-list {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.v-064 .feature-item {
  background: white;
  border: 1px solid var(--neutral-100);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  padding: 35px 30px;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-064 .feature-item:last-child {
  margin-bottom: 0;
}

.v-064 .feature-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-700), var(--primary-500));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-064 .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

.v-064 .feature-item:hover::before {
  opacity: 1;
}

/* Feature Number */
.v-064 .feature-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-number span {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  line-height: 1;
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-number span {
  color: var(--primary-500);
  transform: scale(1.1);
}

/* Feature Icon */
.v-064 .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-icon i {
  font-size: 42px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-icon i {
  transform: scale(1.15) rotate(5deg);
  color: var(--primary-700);
}

/* Feature Content */
.v-064 .feature-content {
  padding-left: 20px;
}

.v-064 .feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 12px;
}

.v-064 .feature-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-064 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-064 .bg-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 1px,
    transparent 1px,
    transparent 10px
  );
  opacity: 0.15;
}

.v-064 .bg-pattern-1 {
  top: 10%;
  right: 5%;
  transform: rotate(30deg);
  animation: patternFloat 20s ease-in-out infinite;
}

.v-064 .bg-pattern-2 {
  bottom: 15%;
  left: 8%;
  transform: rotate(-20deg);
  animation: patternFloat 25s ease-in-out infinite reverse;
}

.v-064 .bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent), 
    transparent 70%);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  opacity: 0.12;
  animation: blobMorph 30s ease-in-out infinite;
}

/* Animations */
@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-45deg) scale(1.2);
  }
}

@keyframes patternFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(30deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(40deg);
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  33% {
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 60%;
    transform: translate(-50%, -50%) rotate(120deg);
  }
  66% {
    border-radius: 50% 50% 40% 60% / 40% 60% 50% 50%;
    transform: translate(-50%, -50%) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-064 {
    padding: 80px 0;
  }

  .v-064 .section-title {
    font-size: 2.25rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-064 .feature-item {
    padding: 30px 25px;
  }

  .v-064 .feature-number span {
    font-size: 2rem;
  }

  .v-064 .feature-icon i {
    font-size: 36px;
  }

  .v-064 .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-064 {
    padding: 60px 0;
  }

  .v-064 .section-title {
    font-size: 1.875rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-064 .deco-line {
    width: 50px;
  }

  .v-064 .feature-item {
    padding: 25px 20px;
  }

  .v-064 .feature-item:hover {
    transform: translateX(4px);
  }

  .v-064 .feature-number span {
    font-size: 1.75rem;
  }

  .v-064 .feature-icon i {
    font-size: 32px;
  }

  .v-064 .feature-content {
    padding-left: 0;
    padding-top: 15px;
  }

  .v-064 .feature-title {
    font-size: 1.25rem;
  }
}


div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !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: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !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: #00ffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !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;
    border-bottom: 1px solid rgba(0,255,255,0.2) !important;
    padding-bottom: 12px !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: #00ffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !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: #00ffff !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;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}


.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}


.website-cta-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !important;
    }
}


.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}


.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Live Chat FAQ Widget - Friendly Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 290px !important;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(255,154,158,0.3) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.8) !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 rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !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: #333333 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !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: #555555 !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 - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}


/* CTA Section - Elegant Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: #2c3e50 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}


/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}


/* Floating Decorative Icons - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Team Social Links - Square Style */
.team-social-links {
    margin-top: 18px;
    padding: 12px 0;
}

.social-icons-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    position: relative;
}

.social-link:hover {
    transform: translateY(-2px) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: white;
}

.facebook-link {
    background: #1877f2;
    border: 2px solid #1877f2;
}

.facebook-link:hover {
    background: #166fe5;
    border-color: #166fe5;
}

.linkedin-link {
    background: #0a66c2;
    border: 2px solid #0a66c2;
}

.linkedin-link:hover {
    background: #0959aa;
    border-color: #0959aa;
}

.instagram-link {
    background: #e4405f;
    border: 2px solid #e4405f;
}

.instagram-link:hover {
    background: #d62976;
    border-color: #d62976;
}

.x-link {
    background: #000000;
    border: 2px solid #000000;
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: bold;
    font-size: 18px;
}

.x-link:hover {
    background: #333333;
    border-color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 8px;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}


/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* Newsletter Form - Split Style */
.newsletter-section {
    margin: 28px 0;
    padding: 0;
}

.newsletter-split-container {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.newsletter-info {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: white !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form-container {
    flex: 1.2;
    background: white;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1) !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: #667eea !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #5a6fd8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102,126,234,0.3) !important;
    color: white !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #d1f2eb !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-split-container {
        flex-direction: column;
        max-width: 350px;
    }
    
    .newsletter-info {
        padding: 25px 20px;
    }
    
    .newsletter-form-container {
        padding: 25px 20px;
    }
}




/* Cookie 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;
}

/* === THEME: rounded-v002 === */
.ocm-theme-rounded-v002 {
    border-radius: 30px !important;
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%) !important;
    border: 3px solid #fdcb6e !important;
    box-shadow: 0 15px 45px rgba(253, 203, 110, 0.3) !important;
}

.ocm-theme-rounded-v002 .ocm-title {
    color: #2d3436 !important;
    font-weight: 700 !important;
}

.ocm-theme-rounded-v002 .ocm-description {
    color: #636e72 !important;
}

.ocm-theme-rounded-v002 .ocm-btn {
    border-radius: 25px !important;
    padding: 16px 28px !important;
    font-weight: 600 !important;
}

.ocm-theme-rounded-v002 .ocm-btn-accept {
    background: #2d3436 !important;
    color: #ffffff !important;
}

.ocm-theme-rounded-v002 .ocm-btn-accept:hover {
    background: #636e72 !important;
}

.ocm-theme-rounded-v002 .ocm-category {
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid rgba(253, 203, 110, 0.4) !important;
}

/* === TOGGLE STYLE 10 === */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}