:root {
  --primary-50: #f0f9ff;
  --primary-50-rgb: 240, 249, 255;
  --primary-50-rgb: 240, 249, 255;
  --primary-100: #e0f2fe;
  --primary-100-rgb: 224, 242, 254;
  --primary-100-rgb: 224, 242, 254;
  --primary-300: #7dd3fc;
  --primary-300-rgb: 125, 211, 252;
  --primary-300-rgb: 125, 211, 252;
  --primary-500: #0284c7;
  --primary-500-rgb: 2, 132, 199;
  --primary-500-rgb: 2, 132, 199;
  --primary-700: #0369a1;
  --primary-700-rgb: 3, 105, 161;
  --primary-700-rgb: 3, 105, 161;
  --primary-200: #afe3fd;
  --primary-200-rgb: 175, 227, 253;
  --primary-200-rgb: 175, 227, 253;
  --primary-400: #40ace2;
  --primary-400-rgb: 64, 172, 226;
  --primary-400-rgb: 64, 172, 226;
  --primary-600: #0377b4;
  --primary-600-rgb: 3, 119, 180;
  --primary-600-rgb: 3, 119, 180;
  --primary-800: #025481;
  --primary-800-rgb: 2, 84, 129;
  --primary-800-rgb: 2, 84, 129;
  --primary-900: #02476e;
  --primary-900-rgb: 2, 71, 110;
  --primary-900-rgb: 2, 71, 110;
  --primary-950: #01324d;
  --primary-950-rgb: 1, 50, 77;
  --primary-950-rgb: 1, 50, 77;
  --primary-rgb: 2, 132, 199;
  --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: #f5fae8;
  --accent-50-rgb: 245, 250, 232;
  --accent-50-rgb: 245, 250, 232;
  --accent-100: #e9f4e7;
  --accent-100-rgb: 233, 244, 231;
  --accent-100-rgb: 233, 244, 231;
  --accent-200: #c7e7e6;
  --accent-200-rgb: 199, 231, 230;
  --accent-200-rgb: 199, 231, 230;
  --accent-300: #a4dae5;
  --accent-300-rgb: 164, 218, 229;
  --accent-300-rgb: 164, 218, 229;
  --accent-400: #79b8ce;
  --accent-400-rgb: 121, 184, 206;
  --accent-400-rgb: 121, 184, 206;
  --accent-500: #4e96b5;
  --accent-500-rgb: 78, 150, 181;
  --accent-500-rgb: 78, 150, 181;
  --accent-600: #4f8ba4;
  --accent-600-rgb: 79, 139, 164;
  --accent-600-rgb: 79, 139, 164;
  --accent-700: #4f8093;
  --accent-700-rgb: 79, 128, 147;
  --accent-700-rgb: 79, 128, 147;
  --accent-800: #4e6e75;
  --accent-800-rgb: 78, 110, 117;
  --accent-800-rgb: 78, 110, 117;
  --accent-900: #4e6364;
  --accent-900-rgb: 78, 99, 100;
  --accent-900-rgb: 78, 99, 100;
  --accent-950: #4d5146;
  --accent-950-rgb: 77, 81, 70;
  --accent-950-rgb: 77, 81, 70;
  --accent-rgb: 78, 150, 181;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


/* ===== FONT FAMILY UTILITIES ===== */
.theme_font_primary {
  font-family: var(--font-primary);
}

.minimal_font_secondary {
  font-family: var(--font-secondary);
}

.light_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.page_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);
}

.brand_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.unique_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.section_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);
}

.core_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);
}

.bright_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);
}

.base_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);
}

.creative_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);
}

.ui_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 */
.agency_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);
}

.content_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);
}

.style_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 */
.fresh_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);
}

.premium_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 */
.clean_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);
}

.site_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 */
.top_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);
}

.main_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 */
.studio_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);
}

.app_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.company_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.dark_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);
}

.container_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 */
.custom_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);
}

.custom_nav_link:hover,
.custom_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.web_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 */
.prime_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) {
  .top_hero_title {
    font-size: var(--text-4xl);
  }
  
  .studio_section_title {
    font-size: var(--text-3xl);
  }
  
  .page_display_1 {
    font-size: var(--text-5xl);
  }
  
  .brand_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .top_hero_title {
    font-size: var(--text-3xl);
  }
  
  .studio_section_title {
    font-size: var(--text-2xl);
  }
  
  .page_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 ===== */
.pro_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.bold_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.elite_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.layout_text_balance {
  text-wrap: balance;
}

.modern_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .custom_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .fresh_caption,
  .premium_overline,
  .prime_footer_text {
    color: var(--text-secondary);
  }
  
  .main_hero_subtitle,
  .app_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .top_hero_title,
  .studio_section_title,
  .section_heading_1,
  .core_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .pro_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/**
 * Font System - Global Application Rules
 * Applies dynamically selected font pairs to page elements
 * 
 * Font CSS variables are injected during build:
 * --font-primary: Body/paragraph font
 * --font-accent: Heading/title font
 * --font-heading: Alias for accent
 * --font-body: Alias for primary
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

h5, .h5 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ========================================
   BODY TEXT & PARAGRAPHS
   ======================================== */

p {
  font-family: var(--font-body);
  margin-bottom: 1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ========================================
   SPECIAL TEXT ELEMENTS
   ======================================== */

.text-accent,
.hero-title,
.section-title,
.card-title {
  font-family: var(--font-accent);
}

.subtitle,
.section-subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
}

blockquote {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 3px solid currentColor;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar,
.nav-link,
.navbar-brand {
  font-family: var(--font-primary);
  font-weight: 500;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* ========================================
   FORMS
   ======================================== */

input,
textarea,
select,
.form-control,
.form-label {
  font-family: var(--font-primary);
}

.form-label {
  font-weight: 500;
}

/* ========================================
   CARDS & COMPONENTS
   ======================================== */

.card {
  font-family: var(--font-primary);
}

.card-header,
.card-title {
  font-family: var(--font-accent);
  font-weight: 600;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label,
.tag {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.footer {
  font-family: var(--font-primary);
  font-size: 0.9rem;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
  font-family: var(--font-accent);
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
pre,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ========================================
   UTILITIES
   ======================================== */

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-accent {
  font-family: var(--font-accent) !important;
}

.font-heading {
  font-family: var(--font-heading) !important;
}

.font-body {
  font-family: var(--font-body) !important;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  
  .lead {
    font-size: 1.125rem;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  body {
    font-family: var(--font-primary);
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
    page-break-after: avoid;
  }
}


/* ===== LAYOUT UTILITIES ===== */
.smart_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.digital_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.best_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.business_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.design_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.new_stack {
  display: flex;
  flex-direction: column;
}

.unique70_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main77_full_height {
  min-height: 100vh;
}

.core62_section_height {
  min-height: 80vh;
}

.site76_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.bold13_m_0 { margin: 0; }
.bright6_m_1 { margin: var(--space-1); }
.new18_m_2 { margin: var(--space-2); }
.elite3_m_3 { margin: var(--space-3); }
.section90_m_4 { margin: var(--space-4); }
.fresh28_m_6 { margin: var(--space-6); }
.clean49_m_8 { margin: var(--space-8); }
.ui68_m_12 { margin: var(--space-12); }
.app83_m_16 { margin: var(--space-16); }

.web72_mx_auto { margin-left: auto; margin-right: auto; }
.elite99_my_auto { margin-top: auto; margin-bottom: auto; }

.custom9_mt_0 { margin-top: 0; }
.modern31_mt_4 { margin-top: var(--space-4); }
.premium34_mt_8 { margin-top: var(--space-8); }
.layout19_mt_12 { margin-top: var(--space-12); }

.dark84_mb_0 { margin-bottom: 0; }
.base84_mb_4 { margin-bottom: var(--space-4); }
.agency18_mb_8 { margin-bottom: var(--space-8); }
.ui74_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.design16_p_0 { padding: 0; }
.company17_p_1 { padding: var(--space-1); }
.content12_p_2 { padding: var(--space-2); }
.new86_p_3 { padding: var(--space-3); }
.page26_p_4 { padding: var(--space-4); }
.company27_p_6 { padding: var(--space-6); }
.elite35_p_8 { padding: var(--space-8); }

.creative73_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.premium59_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.creative87_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.creative47_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.style62_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.best66_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.fresh82_gap_1 { gap: var(--space-1); }
.new3_gap_2 { gap: var(--space-2); }
.app21_gap_3 { gap: var(--space-3); }
.prime88_gap_4 { gap: var(--space-4); }
.fresh28_gap_6 { gap: var(--space-6); }
.brand2_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.base12_shadow_none { box-shadow: var(--shadow-none); }
.modern27_shadow_xs { box-shadow: var(--shadow-xs); }
.studio17_shadow_sm { box-shadow: var(--shadow-sm); }
.site20_shadow_md { box-shadow: var(--shadow-md); }
.app94_shadow_lg { box-shadow: var(--shadow-lg); }
.creative42_shadow_xl { box-shadow: var(--shadow-xl); }
.design1_shadow_2xl { box-shadow: var(--shadow-2xl); }
.ui24_shadow_inner { box-shadow: var(--shadow-inner); }
.dark5_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.site45_radius_none { border-radius: var(--radius-none); }
.digital97_radius_xs { border-radius: var(--radius-xs); }
.smart21_radius_sm { border-radius: var(--radius-sm); }
.pro14_radius_md { border-radius: var(--radius-md); }
.core7_radius_lg { border-radius: var(--radius-lg); }
.bold22_radius_xl { border-radius: var(--radius-xl); }
.minimal95_radius_2xl { border-radius: var(--radius-2xl); }
.clean4_radius_3xl { border-radius: var(--radius-3xl); }
.digital17_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.smart72_gradient_primary {
  background: var(--gradient-primary);
}

.dark15_gradient_secondary {
  background: var(--gradient-secondary);
}

.design21_gradient_hero {
  background: var(--gradient-hero);
}

.new31_gradient_card {
  background: var(--gradient-card);
}

.agency40_gradient_overlay {
  position: relative;
}

.agency40_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;
}

.agency40_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.web38_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.web38_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.digital7_hover_scale {
  transition: transform var(--transition-normal);
}

.digital7_hover_scale:hover {
  transform: scale(1.02);
}

.site37_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.site37_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.pro23_hover_fade {
  transition: opacity var(--transition-normal);
}

.pro23_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.page98_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.page98_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.site31_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.style81_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.layout15_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.layout40_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.base33_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.best2_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.web85_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.prime78_timeline {
  position: relative;
}

.prime78_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.base9_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.base9_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.base9_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.app61_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.business7_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;
  }
}

.bright18_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;
  }
}

.app14_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 */
.pro80_transition_all {
  transition: var(--transition-all);
}

.layout93_transition_fast {
  transition: all var(--transition-fast);
}

.ui52_transition_normal {
  transition: all var(--transition-normal);
}

.custom41_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.core93_bg_primary { background-color: var(--bg-primary); }
.core2_bg_secondary { background-color: var(--bg-secondary); }
.layout0_bg_muted { background-color: var(--bg-muted); }
.bright81_bg_glass { background-color: var(--bg-glass); }

.section1_text_primary { color: var(--text-primary); }
.custom46_text_secondary { color: var(--text-secondary); }
.dark64_text_muted { color: var(--text-muted); }
.studio51_text_inverse { color: var(--text-inverse); }
.creative84_text_link { color: var(--text-link); }

.section6_border_light { border-color: var(--border-light); }
.section99_border_medium { border-color: var(--border-medium); }
.top75_border_strong { border-color: var(--border-strong); }
.creative13_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .layout15_services_grid,
  .base33_features_grid,
  .layout40_team_grid,
  .web85_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .best2_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .prime78_timeline::before {
    left: 30px;
  }
  
  .base9_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .core62_section_height {
    min-height: 60vh;
  }
  
  .site76_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .best2_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .base9_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.elite78_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;
}

.theme35_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.clean17_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);
}

.clean17_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .pro41_no_print {
    display: none !important;
  }
  
  .digital18_print_only {
    display: block !important;
  }
  
  .modern27_shadow_xs,
  .studio17_shadow_sm,
  .site20_shadow_md,
  .app94_shadow_lg,
  .creative42_shadow_xl,
  .design1_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .app61_fade_in,
  .business7_slide_up,
  .bright18_slide_in_left,
  .app14_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .web38_hover_lift,
  .digital7_hover_scale,
  .site37_hover_shadow,
  .pro23_hover_fade,
  .pro80_transition_all,
  .layout93_transition_fast,
  .ui52_transition_normal,
  .custom41_transition_slow {
    transition: none;
  }
}

.header-style {
  background: var(--surface-primary);
  padding: 1rem 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 3px solid var(--primary-500);
}

.header-style .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Brand */
.header-style .brand-block {
  z-index: 10004;
}

.header-style .brand-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header-style .brand-link:hover {
  transform: translateX(5px);
}

.header-style .brand-icon-box {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 12%, transparent);
}

.header-style .brand-icon-box i {
  font-size: 1.75rem;
  color: var(--primary-700);
  z-index: 2;
  position: relative;
  animation: gear-spin 8s linear infinite;
}

.header-style .icon-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid var(--primary-500);
  z-index: 1;
  transition: all 0.3s ease;
}

.header-style .icon-frame::before,
.header-style .icon-frame::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-700);
}

.header-style .icon-frame::before {
  top: -3px;
  left: -3px;
}

.header-style .icon-frame::after {
  bottom: -3px;
  right: -3px;
}

.header-style .brand-link:hover .icon-frame {
  transform: scale(1.1);
}

@keyframes gear-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.header-style #sitename {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Desktop Navigation */
.header-style .nav-desktop {
  display: none;
  gap: 2rem;
  align-items: center;
}

.header-style .nav-desktop a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.header-style .nav-desktop a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  transform: translateY(-50%) scaleX(0);
  transition: transform 0.3s ease;
}

.header-style .nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.header-style .nav-desktop a:hover {
  color: var(--primary-700);
  transform: translateX(6px);
}

.header-style .nav-desktop a:hover::before {
  transform: translateY(-50%) scaleX(1);
}

.header-style .nav-desktop a:hover::after {
  transform: scaleX(1);
}

/* Menu Toggle */
.header-style .menu-toggle {
  display: none;
}

.header-style .menu-btn {
  cursor: pointer;
  z-index: 10003;
  position: relative;
  padding: 5px;
}

.header-style .menu-icon-frame {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
}

.header-style .menu-icon-frame span {
  width: 28px;
  height: 3px;
  background: #334155;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  z-index: 2;
}

.header-style .frame-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary-500);
  z-index: 1;
  transition: all 0.4s ease;
}

.header-style .frame-border::before,
.header-style .frame-border::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary-700);
}

.header-style .frame-border::before {
  top: -2px;
  right: -2px;
}

.header-style .frame-border::after {
  bottom: -2px;
  left: -2px;
}

/* Industrial Transform Animation */
.header-style .menu-toggle:checked ~ .menu-btn .bar-top {
  transform: translateY(9px) rotate(45deg);
}

.header-style .menu-toggle:checked ~ .menu-btn .bar-mid {
  opacity: 0;
  transform: scaleX(0);
}

.header-style .menu-toggle:checked ~ .menu-btn .bar-bottom {
  transform: translateY(-9px) rotate(-45deg);
}

.header-style .menu-toggle:checked ~ .menu-btn .frame-border {
  transform: rotate(90deg);
  border-color: var(--primary-700);
}

/* Mobile Navigation */
.header-style .nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  transition: left 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10;
}

.header-style .menu-toggle:checked ~ .nav-mobile {
  left: 0;
}

.header-style .mobile-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.header-style .menu-toggle:checked ~ .nav-mobile .mobile-backdrop {
  opacity: 1;
}

.header-style .mobile-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: var(--surface-primary);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  border-right: 4px solid var(--primary-500);
}

.header-style .sidebar-header {
  padding: 2rem;
  border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  position: relative;
  overflow: hidden;
}

.header-style .header-grid-pattern {
  width: 100%;
  height: 60px;
  background: repeating-linear-gradient(
    90deg,
    color-mix(in srgb, var(--primary-500) 10%, transparent) 0px,
    color-mix(in srgb, var(--primary-500) 10%, transparent) 2px,
    transparent 2px,
    transparent 20px
  );
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease 0.2s;
}

.header-style .menu-toggle:checked ~ .nav-mobile .header-grid-pattern {
  opacity: 1;
  transform: translateX(0);
}

.header-style .sidebar-nav {
  flex: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.header-style .sidebar-nav a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.25rem;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-left: 4px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  transform: translateX(-40px);
}

.header-style .menu-toggle:checked ~ .nav-mobile .sidebar-nav a {
  opacity: 1;
  transform: translateX(0);
}

.header-style .sidebar-nav a:nth-child(1) {
  transition-delay: 0.1s;
}

.header-style .sidebar-nav a:nth-child(2) {
  transition-delay: 0.15s;
}

.header-style .sidebar-nav a:nth-child(3) {
  transition-delay: 0.2s;
}

.header-style .sidebar-nav a:nth-child(4) {
  transition-delay: 0.25s;
}

.header-style .sidebar-nav a:hover {
  background: color-mix(in srgb, var(--primary-500) 18%, transparent);
  border-left-color: var(--primary-700);
  transform: translateX(8px);
}

.header-style .sidebar-footer {
  padding: 2rem;
  border-top: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.header-style .footer-gears {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.header-style .menu-toggle:checked ~ .nav-mobile .footer-gears {
  opacity: 1;
}

.header-style .footer-gears i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.header-style .footer-gears i:first-child {
  animation: gear-spin-reverse 6s linear infinite;
}

.header-style .footer-gears i:last-child {
  animation: gear-spin 8s linear infinite;
}

@keyframes gear-spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* Industrial Decorations */
.header-style .industrial-decor {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.header-style .decor-bolt {
  width: 30px;
  height: 30px;
  background: var(--primary-500);
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%,
    79% 91%, 50% 70%, 21% 91%, 32% 57%,
    2% 35%, 39% 35%
  );
  animation: bolt-glow 2s infinite ease-in-out;
}

.header-style .decor-rivet {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-700);
  border-radius: 50%;
  border: 2px solid var(--primary-300);
}

.header-style .decor-rivet:nth-child(2) {
  top: -20px;
  right: 10px;
}

.header-style .decor-rivet:nth-child(3) {
  bottom: -20px;
  right: 10px;
}

.header-style .decor-rivet:nth-child(4) {
  top: 5px;
  right: -25px;
}

@keyframes bolt-glow {
  0%, 100% {
    opacity: 1;
    filter: drop-shadow(0 0 2px var(--primary-500));
  }
  50% {
    opacity: 0.7;
    filter: drop-shadow(0 0 8px var(--primary-500));
  }
}

/* Responsive */
@media (min-width: 992px) {
  .header-style .nav-desktop {
    display: flex;
  }
  
  .header-style .menu-btn {
    display: none;
  }
  
  .header-style .nav-mobile {
    display: none;
  }
  
  .header-style .industrial-decor {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .header-style #sitename {
    font-size: 1.15rem;
  }
  
  .header-style .brand-icon-box {
    width: 45px;
    height: 45px;
  }
  
  .header-style .brand-icon-box i {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .header-style .mobile-sidebar {
    width: 280px;
  }
  
  .header-style .sidebar-nav a {
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }
}


/* ============================================
   Hero Section v-113 - Professional Blue Theme
   ============================================ */

.hero-section-bold {
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--neutral-50) 50%) 100%
  );
  position: relative;
  padding-bottom: 100px;
}

/* Background Decorative Shapes */
.hero-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
}

.shape-circle-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
  animation: float 20s ease-in-out infinite;
}

.shape-circle-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 30%, transparent 70%),
    transparent
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphBlob 10s ease-in-out infinite;
  opacity: 0.5;
}

/* Content Styles */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 0 0 var(--primary-500);
}

.hero-title {
  color: var(--text-primary);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.4;
}

.hero-description {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 600px;
}

/* Trust Indicators - Icon Only */
.trust-indicators {
  margin-top: 2rem;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--surface-primary);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.3s ease;
}

.trust-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

/* Image Wrapper Styles */
.hero-image-wrapper {
  position: relative;
  z-index: 2;
}

.hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.hero-image-container:hover .hero-image {
  transform: scale(1.05);
}

/* Decorative Frame Elements */
.image-frame-top,
.image-frame-bottom {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 3px solid var(--primary-300);
  border-radius: 20px;
  z-index: -1;
}

.image-frame-top {
  top: -20px;
  right: -20px;
  border-bottom: none;
  border-left: none;
}

.image-frame-bottom {
  bottom: -20px;
  left: -20px;
  border-top: none;
  border-right: none;
}


.floating-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.floating-icon-1 {
  top: 10%;
  right: -30px;
  animation: floatIcon 4s ease-in-out infinite;
}

.floating-icon-2 {
  bottom: 20%;
  left: -30px;
  animation: floatIcon 5s ease-in-out infinite 1s;
}

.floating-icon-3 {
  top: 50%;
  right: -20px;
  animation: floatIcon 4.5s ease-in-out infinite 0.5s;
}

/* Accent Shapes */
.accent-shape {
  position: absolute;
  z-index: -1;
}

.accent-shape-1 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: -30px;
  left: -30px;
  opacity: 0.2;
  animation: rotate 20s linear infinite;
}

.accent-shape-2 {
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  bottom: -20px;
  right: -20px;
  opacity: 0.15;
  animation: rotate 15s linear infinite reverse;
}

/* Wave Divider */
.hero-wave-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 0;
}

.hero-wave-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary-500);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-section-bold {
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .shape-circle-1,
  .shape-circle-2 {
    opacity: 0.5;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
  }

  .floating-icon i {
    font-size: 1.5rem;
  }

  .floating-icon-1,
  .floating-icon-2,
  .floating-icon-3 {
    display: none;
  }

  .image-frame-top,
  .image-frame-bottom {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .trust-item {
    width: 45px;
    height: 45px;
  }

  .trust-item i {
    font-size: 1.25rem;
  }

  .shape-blob {
    width: 300px;
    height: 300px;
  }

  .accent-shape-1,
  .accent-shape-2 {
    display: none;
  }

  .hero-wave-divider {
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .trust-indicators {
    gap: 1rem;
  }

  .image-frame-top,
  .image-frame-bottom {
    display: none;
  }
}

/* About section */

.about-section {
  padding: var(--section-py) var(--section-px);
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Creative Header */
.creative-header {
  text-align: center;
  margin-bottom: var(--space-10);
}

.header-decoration {
  display: flex;
  justify-content: center;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.deco-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: bounce-dot 2s infinite ease-in-out;
}

.deco-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.deco-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes bounce-dot {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--primary-700);
  margin-bottom: var(--space-5);
  font-style: italic;
}

.desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
}

/* Polaroid Gallery */
.polaroid-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  margin: var(--space-8) 0;
}

.polaroid-frame {
  width: 280px;
  background: white;
  padding: 15px;
  padding-bottom: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.frame-1 {
  transform: rotate(-5deg);
}

.frame-2 {
  transform: rotate(3deg);
  z-index: 2;
}

.frame-3 {
  transform: rotate(-3deg);
}

.polaroid-frame:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.polaroid-photo {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f5f5f5;
}

.polaroid-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: saturate(0.9);
}

.polaroid-frame:hover .polaroid-photo img {
  transform: scale(1.1);
  filter: saturate(1.1);
}

.polaroid-caption {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: var(--primary-700);
}

.tape-strip {
  position: absolute;
  width: 80px;
  height: 25px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tape-1 {
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
}

.tape-2 {
  top: -12px;
  right: 20px;
  transform: rotate(8deg);
}

.tape-3 {
  top: -12px;
  left: 20px;
  transform: rotate(-8deg);
}

/* Features Creative Cards */
.features-creative-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-5);
}

.creative-card {
  background: var(--surface-secondary);
  padding: var(--space-7);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px dashed transparent;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.creative-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.card-number {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 5rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-300);
  opacity: 0.3;
  line-height: 1;
  transition: all 0.4s ease;
}

.creative-card:hover .card-number {
  opacity: 0.5;
  transform: scale(1.1);
}

.card-icon-creative {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.creative-card:hover .card-icon-creative {
  transform: rotate(-360deg) scale(1.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-content-area {
  position: relative;
  z-index: 2;
}

.item-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  transition: color 0.3s ease;
}

.creative-card:hover .item-title {
  color: var(--primary-700);
}

.item-desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-normal);
  margin: 0;
}

.card-sketch-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.creative-card:hover .card-sketch-line {
  transform: scaleX(1);
}

/* Sketch Background */
.sketch-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.sketch-element {
  position: absolute;
  opacity: 0.04;
}

.sketch-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  background: linear-gradient(45deg, var(--primary-300), var(--primary-500));
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation: sketch-rotate 25s infinite linear;
}

.sketch-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  left: 8%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  animation: sketch-rotate 30s infinite linear reverse;
}

.sketch-3 {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: sketch-rotate 20s infinite linear;
}

@keyframes sketch-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.sketch-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0px, rgba(0, 0, 0, 0.01) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0px, rgba(0, 0, 0, 0.01) 1px, transparent 1px, transparent 40px);
  opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 991px) {
  .polaroid-gallery {
    gap: var(--space-4);
  }
  
  .polaroid-frame {
    width: 250px;
  }
  
  .polaroid-photo {
    height: 220px;
  }
  
  .features-creative-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 767px) {
  .polaroid-frame {
    width: 220px;
  }
  
  .polaroid-photo {
    height: 200px;
  }
  
  .polaroid-frame {
    transform: rotate(0deg);
  }
  
  .creative-card {
    padding: var(--space-5);
  }
  
  .card-icon-creative {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
  
  .card-number {
    font-size: 4rem;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: var(--font-size-2xl);
  }
  
  .subtitle {
    font-size: var(--font-size-lg);
  }
  
  .polaroid-gallery {
    flex-direction: column;
    align-items: center;
  }
  
  .polaroid-frame {
    width: 100%;
    max-width: 280px;
  }
  
  .features-creative-cards {
    grid-template-columns: 1fr;
  }
  
  .card-number {
    font-size: 3rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .polaroid-frame,
  .creative-card,
  .card-icon-creative,
  .card-sketch-line,
  .deco-dot,
  .sketch-element {
    animation: none;
    transition: none;
  }
  
  .polaroid-frame:hover,
  .creative-card:hover,
  .creative-card:hover .card-icon-creative,
  .creative-card:hover .card-number {
    transform: none;
  }
  
  .polaroid-frame:hover .polaroid-photo img {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .creative-card {
    border: 2px solid var(--text-primary);
  }
  
  .card-icon-creative {
    background: var(--text-primary);
  }
  
  .polaroid-frame {
    border: 2px solid var(--text-primary);
  }
}


/* Features Section V091 - Professional Blue Theme */

.features-section-secondary {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Decorative dots in header */
.features-section-secondary .decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.4;
}

.features-section-secondary .decorative-dot.top-left {
  top: 0;
  left: 10%;
  animation: float 4s ease-in-out infinite;
}

.features-section-secondary .decorative-dot.bottom-right {
  bottom: 0;
  right: 10%;
  animation: float 4s ease-in-out infinite 2s;
}

/* Feature Cards */
.features-section-secondary .feature-card {
  background: var(--light);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  overflow: hidden;
  position: relative;
}

.features-section-secondary .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-secondary .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.features-section-secondary .feature-card:hover::before {
  transform: scaleX(1);
}

.features-section-secondary .feature-card-inner {
  padding: 2.5rem;
  position: relative;
  z-index: 1;
}

/* Icon Wrapper */
.features-section-secondary .icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section-secondary .icon-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    color-mix(in srgb, var(--primary-700) 5%, transparent)
  );
  border-radius: 20px;
  transition: all 0.4s ease;
}

.features-section-secondary .feature-card:hover .icon-bg {
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    color-mix(in srgb, var(--primary-700) 10%, transparent)
  );
}

.features-section-secondary .icon-main {
  font-size: 2.5rem;
  color: var(--primary-500);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.features-section-secondary .feature-card:hover .icon-main {
  color: var(--primary-700);
  transform: scale(1.1);
}

/* Feature Title */
.features-section-secondary .feature-card h4 {
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.features-section-secondary .feature-card:hover h4 {
  color: var(--primary-700);
}

/* Feature Description */
.features-section-secondary .feature-card p {
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Feature Accent Line */
.features-section-secondary .feature-accent {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  right: 2.5rem;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section-secondary .feature-card:hover .feature-accent {
  opacity: 1;
}

/* Header Styles */
.features-section-secondary #features-title {
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}

.features-section-secondary #features-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.features-section-secondary #features-desc {
  color: var(--text-secondary);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Decorative Shapes */
.features-section-secondary .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.features-section-secondary .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: pulse 8s ease-in-out infinite;
}

.features-section-secondary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  left: -50px;
  animation: pulse 8s ease-in-out infinite 4s;
}

/* Decorative Blobs */
.features-section-secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.08;
  pointer-events: none;
}

.features-section-secondary .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: 10%;
  left: 5%;
  animation: float 12s ease-in-out infinite;
}

.features-section-secondary .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  bottom: 15%;
  right: 10%;
  animation: float 12s ease-in-out infinite 6s;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  33% {
    transform: translateY(-20px) translateX(10px);
  }
  66% {
    transform: translateY(10px) translateX(-10px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.05;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.08;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .features-section-secondary .feature-card-inner {
    padding: 2rem;
  }
  
  .features-section-secondary .icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .features-section-secondary .icon-main {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .features-section-secondary .feature-card-inner {
    padding: 1.5rem;
  }
  
  .features-section-secondary .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .features-section-secondary .icon-main {
    font-size: 1.75rem;
  }
  
  .features-section-secondary .decorative-shape {
    display: none;
  }
  
  .features-section-secondary .feature-accent {
    left: 1.5rem;
    right: 1.5rem;
  }
}

@media (max-width: 575px) {
  .features-section-secondary #features-title {
    font-size: 1.75rem;
  }
  
  .features-section-secondary #features-subtitle {
    font-size: 1rem;
  }
  
  .features-section-secondary .feature-card h4 {
    font-size: 1.25rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .features-section-secondary .feature-card,
  .features-section-secondary .icon-bg,
  .features-section-secondary .icon-main {
    transition: none;
  }
  
  .features-section-secondary .decorative-dot,
  .features-section-secondary .decorative-shape,
  .features-section-secondary .decorative-blob {
    animation: none;
  }
}

/* High contrast support */
@media (prefers-contrast: high) {
  .features-section-secondary .feature-card {
    border: 2px solid var(--neutral-700);
  }
  
  .features-section-secondary .icon-main {
    color: var(--primary-700);
  }
}

/* =================================================================
   Services Section v-117 - Professional Blue Theme
   ================================================================= */

.services-section {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

#services-title {
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#services-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: -0.01em;
}

#services-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
}

/* Service Cards */
.service-card {
  background: var(--light);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Featured Card */
.featured-card {
  border: 2px solid var(--primary-500);
  background: linear-gradient(135deg, 
    var(--light) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%) 100%);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  }
}

/* Card Header Visual */
.card-header-visual {
  position: relative;
  padding: 40px 30px 20px;
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%) 100%);
}

.icon-container {
  width: 80px;
  height: 80px;
  background: var(--light);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover .icon-container {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.icon-container i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

/* Decorative Shapes in Header */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  top: -20px;
  right: -20px;
}

.shape-2 {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  bottom: -30px;
  left: -30px;
}

.shape-3 {
  width: 80px;
  height: 80px;
  background: var(--primary-300);
  top: 10px;
  left: -10px;
}

.shape-4 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  top: -15px;
  right: -25px;
}

.shape-5 {
  width: 110px;
  height: 110px;
  background: var(--primary-300);
  bottom: -40px;
  right: -40px;
}

.shape-6 {
  width: 95px;
  height: 95px;
  background: var(--primary-500);
  top: 5px;
  left: -20px;
}

/* Card Body */
.card-body {
  padding: 30px;
}

.service-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.service-description {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
}

.features-list {
  background: color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%);
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
}

.features-text {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
}

/* Pricing Section */
.pricing-section {
  margin-top: 20px;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%) 100%);
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
  transition: all 0.3s ease;
}

.service-card:hover .price-tag {
  transform: scale(1.05);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.price-amount {
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Card Footer Accent */
.card-footer-accent {
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 50%, 
    var(--primary-300) 100%);
  transition: all 0.3s ease;
}

.service-card:hover .card-footer-accent {
  height: 8px;
}

/* Floating Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  opacity: 0.08;
}

.shape-circle-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  border-radius: 50%;
  top: -100px;
  left: -100px;
  animation: float-1 20s infinite ease-in-out;
}

.shape-circle-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
  animation: float-2 15s infinite ease-in-out;
}

.shape-blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  top: 20%;
  right: -150px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-1 25s infinite ease-in-out;
}

.shape-blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  bottom: 10%;
  left: -120px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-2 22s infinite ease-in-out;
}

@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-40px, -40px) rotate(180deg);
  }
}

@keyframes morph-1 {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(180deg);
  }
}

@keyframes morph-2 {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
    transform: rotate(-180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  #services-title {
    font-size: 2.5rem;
  }
  
  .service-card {
    margin-bottom: 1.5rem;
  }
  
  .icon-container {
    width: 70px;
    height: 70px;
  }
  
  .icon-container i {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  #services-title {
    font-size: 2rem;
  }
  
  #services-subtitle {
    font-size: 1.25rem;
  }
  
  #services-desc {
    font-size: 1rem;
  }
  
  .card-header-visual {
    padding: 30px 20px 15px;
  }
  
  .card-body {
    padding: 25px 20px;
  }
  
  .price-amount {
    font-size: 1.25rem;
  }
  
  .floating-shape {
    opacity: 0.05;
  }
}

@media (max-width: 575.98px) {
  #services-title {
    font-size: 1.75rem;
  }
  
  .service-title {
    font-size: 1.25rem;
  }
  
  .icon-container {
    width: 60px;
    height: 60px;
  }
  
  .icon-container i {
    font-size: 1.75rem;
  }
}

.priceplan-section-minimal {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.priceplan-section-minimal .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-minimal .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.priceplan-section-minimal .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.priceplan-section-minimal .pricing-card {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid var(--neutral-100);
  overflow: hidden;
}

.priceplan-section-minimal .pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.priceplan-section-minimal .featured-plan {
  border-color: var(--primary-500);
  background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
  transform: scale(1.05);
}

.priceplan-section-minimal .featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-500);
  color: var(--light);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.priceplan-section-minimal .card-header-custom {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-minimal .card-header-custom i {
  font-size: 3rem;
  color: var(--primary-500);
  display: block;
}

.priceplan-section-minimal .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  text-align: center;
}

.priceplan-section-minimal .plan-description {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.6;
}

.priceplan-section-minimal .price-wrapper {
  text-align: center;
  padding: 1.5rem 0;
  border-top: 2px solid var(--neutral-100);
  border-bottom: 2px solid var(--neutral-100);
  margin-bottom: 1.5rem;
}

.priceplan-section-minimal .plan-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  margin: 0;
}

.priceplan-section-minimal .plan-features {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  padding: 1rem;
  background: var(--surface-secondary);
  border-radius: 8px;
}

.priceplan-section-minimal .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.priceplan-section-minimal .shape-1 {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: -20px;
  right: -20px;
}

.priceplan-section-minimal .shape-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-700);
  bottom: -15px;
  left: -15px;
}

.priceplan-section-minimal .shape-3 {
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  top: 50%;
  right: -10px;
}

.priceplan-section-minimal .decorative-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.03;
  pointer-events: none;
}

.priceplan-section-minimal .blob-1 {
  background: var(--primary-500);
  top: 10%;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.priceplan-section-minimal .blob-2 {
  background: var(--primary-700);
  bottom: 10%;
  right: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}

@media (max-width: 991px) {
  .priceplan-section-minimal .featured-plan {
    transform: scale(1);
  }
  
  .priceplan-section-minimal .section-title {
    font-size: 2rem;
  }
  
  .priceplan-section-minimal .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-minimal .section-title {
    font-size: 1.75rem;
  }
  
  .priceplan-section-minimal .plan-name {
    font-size: 1.5rem;
  }
  
  .priceplan-section-minimal .plan-price {
    font-size: 2rem;
  }
}


/* Team section */

.team-section-classic {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Section Introduction */
.team-section-classic .section-intro {
  position: relative;
  z-index: 2;
}

.team-section-classic .decorative-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.team-section-classic .decorative-badge i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.team-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.15;
}

.team-section-classic .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.team-section-classic .section-description {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--neutral-700);
  margin-bottom: 0;
}

/* Intro Decorations */
.team-section-classic .intro-decoration {
  position: absolute;
  pointer-events: none;
}

.team-section-classic .decoration-circle {
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  bottom: -40px;
  left: -40px;
  opacity: 0.4;
}

.team-section-classic .decoration-line {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-400), transparent);
  top: 50%;
  right: -100px;
  border-radius: 2px;
}

/* Asymmetric Team Grid */
.team-section-classic .team-grid-asymmetric {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  position: relative;
}

.team-section-classic .team-featured {
  grid-column: 1 / -1;
}

/* Team Card */
.team-section-classic .team-card-classic {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
}

.team-section-classic .team-card-classic::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-400));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-classic .team-card-classic:hover::before {
  opacity: 1;
}

.team-section-classic .team-card-classic:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

/* Image Container */
.team-section-classic .team-image-container {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-50), var(--accent-50));
  overflow: hidden;
}

.team-section-classic .team-featured .team-image-container {
  aspect-ratio: 16 / 9;
}

.team-section-classic .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section-classic .image-placeholder i {
  font-size: 5rem;
  color: var(--primary-300);
  opacity: 0.5;
  transition: all 0.4s ease;
}

.team-section-classic .team-featured .image-placeholder i {
  font-size: 7rem;
}

.team-section-classic .team-card-classic:hover .image-placeholder i {
  transform: scale(1.1);
  opacity: 0.7;
}

/* Status Indicator */
.team-section-classic .status-indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-section-classic .status-indicator i {
  font-size: 1.25rem;
  color: var(--primary-700);
}

/* Team Content */
.team-section-classic .team-content {
  padding: 1.75rem 1.5rem;
}

.team-section-classic .team-featured .team-content {
  padding: 2rem 2rem;
}

.team-section-classic .member-name {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-classic .team-featured .member-name {
  font-size: 1.75rem;
}

.team-section-classic .team-card-classic:hover .member-name {
  color: var(--primary-700);
}

.team-section-classic .member-role {
  font-size: 1rem;
  color: var(--neutral-700);
  margin: 0;
  font-weight: 500;
}

.team-section-classic .team-featured .member-role {
  font-size: 1.125rem;
}

/* Contact Icons */
.team-section-classic .contact-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

.team-section-classic .contact-icons i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: var(--primary-700);
  background: var(--primary-50);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.team-section-classic .contact-icons i:hover {
  background: var(--primary-700);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Grid Decorations */
.team-section-classic .grid-decoration {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.team-section-classic .grid-decoration i {
  font-size: 4rem;
  color: var(--primary-500);
}

.team-section-classic .deco-1 {
  top: 10%;
  right: 5%;
  animation: float 6s ease-in-out infinite;
}

.team-section-classic .deco-2 {
  bottom: 15%;
  left: 10%;
  animation: float 8s ease-in-out infinite reverse;
}

/* Background Shapes */
.team-section-classic .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.team-section-classic .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -150px;
  left: -150px;
}

.team-section-classic .shape-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-500);
  bottom: -120px;
  right: -120px;
}

.team-section-classic .bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-classic {
    padding: 80px 0;
  }

  .team-section-classic .section-title {
    font-size: 2.25rem;
  }

  .team-section-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-classic .team-grid-asymmetric {
    grid-template-columns: 1fr;
  }

  .team-section-classic .team-featured {
    grid-column: 1;
  }
}

@media (max-width: 767px) {
  .team-section-classic {
    padding: 60px 0;
  }

  .team-section-classic .section-title {
    font-size: 1.875rem;
  }

  .team-section-classic .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-classic .section-description {
    font-size: 1rem;
  }

  .team-section-classic .decorative-badge {
    width: 50px;
    height: 50px;
  }

  .team-section-classic .decorative-badge i {
    font-size: 1.5rem;
  }

  .team-section-classic .member-name,
  .team-section-classic .team-featured .member-name {
    font-size: 1.25rem;
  }

  .team-section-classic .member-role,
  .team-section-classic .team-featured .member-role {
    font-size: 0.9375rem;
  }

  .team-section-classic .contact-icons i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .team-section-classic .team-content,
  .team-section-classic .team-featured .team-content {
    padding: 1.5rem 1.25rem;
  }

  .team-section-classic .contact-icons {
    gap: 0.75rem;
  }
}


/* Reviews section */
.reviews-section-special {
  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 Background Elements */
.reviews-section-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-special .decorative-blob-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -150px;
  right: -150px;
  animation: float-blob 20s ease-in-out infinite;
}

.reviews-section-special .decorative-blob-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  bottom: -100px;
  left: -100px;
  animation: float-blob 15s ease-in-out infinite reverse;
}

.reviews-section-special .decorative-line-accent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0.15;
  z-index: 0;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

/* Section Header */
.reviews-section-special .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.reviews-section-special .section-badge i {
  font-size: 28px;
  color: var(--light);
}

.reviews-section-special .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.reviews-section-special .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.reviews-section-special .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Reviews Grid */
.reviews-section-special .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

/* Review Card */
.reviews-section-special .review-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-100);
  overflow: hidden;
}

.reviews-section-special .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.reviews-section-special .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 40%, transparent 60%), 
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.4s ease;
}

.reviews-section-special .review-card:hover .card-decoration {
  transform: scale(1.3);
  opacity: 0.7;
}

/* Quote Icon */
.reviews-section-special .quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.reviews-section-special .review-card:hover .quote-icon {
  transform: rotate(10deg) scale(1.1);
}

.reviews-section-special .quote-icon i {
  font-size: 24px;
  color: var(--primary-700);
}

/* Review Content */
.reviews-section-special .review-content {
  margin-bottom: 28px;
}

.reviews-section-special .review-text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
  font-style: italic;
  position: relative;
}

/* Review Author */
.reviews-section-special .review-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 2px solid var(--neutral-100);
}

.reviews-section-special .author-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.reviews-section-special .review-card:hover .author-avatar {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.reviews-section-special .avatar-initials {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--light);
  letter-spacing: 0.5px;
}

.reviews-section-special .author-info {
  flex: 1;
}

.reviews-section-special .author-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* Floating Icons */
.reviews-section-special .floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-special .floating-icons i {
  position: absolute;
  font-size: 40px;
  color: var(--primary-300);
  opacity: 0.1;
  animation: float-icon 8s ease-in-out infinite;
}

.reviews-section-special .floating-icons i:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.reviews-section-special .floating-icons i:nth-child(2) {
  top: 30%;
  right: 15%;
  animation-delay: 2s;
}

.reviews-section-special .floating-icons i:nth-child(3) {
  bottom: 25%;
  left: 20%;
  animation-delay: 4s;
}

.reviews-section-special .floating-icons i:nth-child(4) {
  bottom: 15%;
  right: 10%;
  animation-delay: 6s;
}

@keyframes float-icon {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .reviews-section-special .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reviews-section-special {
    padding: 60px 0;
  }

  .reviews-section-special .section-title {
    font-size: 2rem;
  }

  .reviews-section-special .section-subtitle {
    font-size: 1.25rem;
  }

  .reviews-section-special .section-description {
    font-size: 1rem;
  }

  .reviews-section-special .reviews-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reviews-section-special .review-card {
    padding: 32px 24px;
  }

  .reviews-section-special .decorative-blob-1,
  .reviews-section-special .decorative-blob-2 {
    opacity: 0.05;
  }
}

@media (max-width: 576px) {
  .reviews-section-special .section-title {
    font-size: 1.75rem;
  }

  .reviews-section-special .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-special .review-card {
    padding: 28px 20px;
  }

  .reviews-section-special .author-avatar {
    width: 48px;
    height: 48px;
  }

  .reviews-section-special .avatar-initials {
    font-size: 1rem;
  }
}

.casestudy-section {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.casestudy-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.casestudy-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Container */
.casestudy-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Timeline Line */
.casestudy-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, 
    var(--primary-300), 
    var(--primary-500), 
    var(--primary-300)
  );
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--primary-100);
}

.timeline-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.timeline-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Timeline Content */
.timeline-content {
  width: calc(50% - 60px);
}

.timeline-item:nth-child(odd) .timeline-content {
  padding-right: 40px;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
  padding-left: 40px;
  text-align: left;
  margin-left: auto;
}

.timeline-card {
  position: relative;
  background: var(--surface-secondary);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.timeline-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
}

.timeline-decorative-corner {
  position: absolute;
  top: -2px;
  width: 40px;
  height: 40px;
  border: 3px solid var(--primary-500);
  border-bottom: none;
  border-left: none;
  border-radius: 0 16px 0 0;
}

.timeline-item:nth-child(odd) .timeline-decorative-corner {
  right: -2px;
}

.timeline-item:nth-child(even) .timeline-decorative-corner {
  left: -2px;
  border-right: none;
  border-left: 3px solid var(--primary-500);
  border-radius: 16px 0 0 0;
}

.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

.timeline-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
}

.timeline-accent-bar {
  height: 4px;
  width: 80px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.timeline-item:nth-child(odd) .timeline-accent-bar {
  margin-left: auto;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
}

.circle-1 {
  width: 150px;
  height: 150px;
  top: 10%;
  right: 5%;
}

.circle-2 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 5%;
}

.circle-3 {
  width: 200px;
  height: 200px;
  bottom: 10%;
  right: 10%;
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section {
    padding: 60px 0;
  }
  
  .casestudy-title {
    font-size: 1.75rem;
  }
  
  .casestudy-timeline::before {
    left: 30px;
  }
  
  .timeline-item {
    flex-direction: column !important;
    padding-left: 80px;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .timeline-content {
    width: 100%;
    padding: 0 !important;
    text-align: left !important;
    margin: 0 !important;
  }
  
  .timeline-accent-bar {
    margin-left: 0 !important;
  }
  
  .timeline-decorative-corner {
    left: -2px !important;
    border-right: none !important;
    border-left: 3px solid var(--primary-500) !important;
    border-radius: 16px 0 0 0 !important;
  }
}


.process-section-alt {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.process-section-alt .subtitle-text {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.process-section-alt .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.process-section-alt .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Timeline */
.process-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 0;
}

.timeline-item {
  position: relative;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marker-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}

.marker-circle i {
  font-size: 1.75rem;
  color: white;
}

.timeline-line {
  width: 3px;
  flex: 1;
  background: linear-gradient(180deg, var(--primary-300), var(--primary-100));
  margin-top: 1rem;
  min-height: 80px;
}

.timeline-item:last-child .timeline-line {
  display: none;
}

/* Timeline Content */
.timeline-content {
  flex: 1;
  padding-top: 0.5rem;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Hover Effects */
.timeline-item:hover .marker-circle {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
  filter: blur(80px);
}

.blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-700);
  bottom: 5%;
  left: -250px;
  filter: blur(100px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .process-section-alt {
    padding: 60px 0;
  }

  .process-section-alt .section-title {
    font-size: 2rem;
  }

  .process-section-alt .section-description {
    font-size: 1rem;
  }

  .timeline-item {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .marker-circle {
    width: 55px;
    height: 55px;
  }

  .marker-circle i {
    font-size: 1.4rem;
  }

  .item-title {
    font-size: 1.25rem;
  }

  .item-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .timeline-item {
    gap: 1rem;
  }

  .marker-circle {
    width: 45px;
    height: 45px;
  }

  .marker-circle i {
    font-size: 1.1rem;
  }

  .timeline-line {
    width: 2px;
    min-height: 60px;
  }
}


.timeline-section-classic {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-classic .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-classic .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-classic .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Timeline Wrapper */
.timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Central Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, 
    var(--primary-100),
    var(--primary-300),
    var(--primary-500)
  );
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 55%;
}

.timeline-item-alt {
  padding-left: 0;
  padding-right: 55%;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.marker-inner {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
  position: relative;
  z-index: 2;
}

.marker-inner i {
  font-size: 1.25rem;
  color: white;
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  animation: pulse-grow 2s ease-out infinite;
}

@keyframes pulse-grow {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

/* Timeline Card */
.timeline-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.card-icon-badge {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: 5%;
  left: 5%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-line {
    left: 30px;
  }

  .timeline-item,
  .timeline-item-alt {
    padding-left: 80px;
    padding-right: 0;
    flex-direction: row;
  }

  .timeline-marker {
    left: 30px;
  }

  .marker-inner {
    width: 40px;
    height: 40px;
  }

  .marker-inner i {
    font-size: 1rem;
  }

  .marker-pulse {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .timeline-section-classic {
    padding: 60px 0;
  }

  .timeline-section-classic .section-title {
    font-size: 2rem;
  }

  .timeline-section-classic .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-classic .section-description {
    font-size: 1rem;
  }

  .timeline-card {
    padding: 25px;
  }

  .card-title {
    font-size: 1.2rem;
  }

  .card-description {
    font-size: 0.95rem;
  }
}


.career-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.career-section-style .section-header {
  position: relative;
}

.career-section-style .header-line {
  width: 4px;
  height: 60px;
  background: var(--primary-500);
  margin-bottom: 1.5rem;
}

.career-section-style #career-title {
  color: var(--text-primary);
  letter-spacing: -0.5px;
}

.career-section-style #career-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.career-section-style #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 90%;
}

/* Career List */
.career-section-style .career-list {
  position: relative;
  z-index: 1;
}

.career-section-style .career-list-item {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-100);
  border-left: 4px solid var(--neutral-300);
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.career-section-style .career-list-item:hover {
  border-left-color: var(--primary-500);
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Item Number */
.career-section-style .item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--neutral-100);
  line-height: 1;
  min-width: 80px;
  transition: color 0.3s ease;
}

.career-section-style .career-list-item:hover .item-number {
  color: var(--primary-300);
}

/* Item Icon */
.career-section-style .item-icon-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 0.5rem;
}

.career-section-style .item-icon {
  width: 56px;
  height: 56px;
  background: var(--neutral-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.career-section-style .career-list-item:hover .item-icon {
  background: var(--primary-500);
  transform: rotate(-5deg);
}

.career-section-style .item-icon i {
  font-size: 1.5rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.career-section-style .career-list-item:hover .item-icon i {
  color: var(--light);
}

/* Item Details */
.career-section-style .item-details {
  flex: 1;
}

.career-section-style .details-header {
  margin-bottom: 1rem;
}

.career-section-style .details-header h3 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.career-section-style .item-meta {
  color: var(--text-secondary);
  font-size: 0.938rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.career-section-style .item-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1.063rem;
}

/* Grid Pattern Decoration */
.career-section-style .grid-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-style .career-list-item {
    padding: 2rem;
    gap: 1.5rem;
  }

  .career-section-style .item-number {
    font-size: 2.5rem;
    min-width: 70px;
  }

  .career-section-style .item-icon {
    width: 48px;
    height: 48px;
  }

  .career-section-style .item-icon i {
    font-size: 1.25rem;
  }

  .career-section-style #career-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .career-section-style #career-title {
    font-size: 2rem;
  }

  .career-section-style .career-list-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }

  .career-section-style .item-number {
    font-size: 2rem;
    min-width: auto;
  }

  .career-section-style .item-icon-wrapper {
    padding-top: 0;
  }

  .career-section-style .item-icon {
    width: 44px;
    height: 44px;
  }

  .career-section-style .item-text {
    font-size: 1rem;
  }

  .career-section-style .grid-pattern {
    display: none;
  }

  .career-section-style .career-list-item:hover {
    transform: translateX(4px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .career-section-style .grid-pattern {
    width: 300px;
    background-size: 30px 30px;
  }
}


.coreinfo-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.coreinfo-section-style .section-header {
  position: relative;
  max-width: 800px;
  z-index: 2;
}

.coreinfo-section-style .header-line {
  width: 80px;
  height: 3px;
  background: var(--primary-500);
  margin-bottom: 2rem;
}

.coreinfo-section-style .section-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.coreinfo-section-style .section-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coreinfo-section-style .section-description {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Info Grid */
.coreinfo-section-style .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Info Block */
.coreinfo-section-style .info-block {
  position: relative;
  background: var(--surface-secondary);
  padding: 2.5rem 2rem;
  border-left: 3px solid var(--neutral-300);
  transition: all 0.3s ease;
}

.coreinfo-section-style .info-block:hover {
  border-left-color: var(--primary-500);
  transform: translateX(6px);
  box-shadow: -8px 8px 24px rgba(0, 0, 0, 0.08);
}

/* Block Number */
.coreinfo-section-style .block-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--neutral-500) 8%, transparent);
  line-height: 1;
  transition: color 0.3s ease;
}

.coreinfo-section-style .info-block:hover .block-number {
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
}

/* Block Icon */
.coreinfo-section-style .block-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--neutral-100);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.coreinfo-section-style .block-icon i {
  font-size: 1.5rem;
  color: var(--neutral-700);
  transition: color 0.3s ease;
}

.coreinfo-section-style .info-block:hover .block-icon {
  background: var(--primary-500);
}

.coreinfo-section-style .info-block:hover .block-icon i {
  color: var(--light);
}

/* Block Content */
.coreinfo-section-style .block-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}

.coreinfo-section-style .block-text {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

/* Grid Background */
.coreinfo-section-style .grid-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.03;
}

.coreinfo-section-style .grid-lines {
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-500) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-500) 1px, transparent 1px);
  background-size: 50px 50px;
}

/* Responsive */
@media (max-width: 992px) {
  .coreinfo-section-style .info-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .coreinfo-section-style .section-title {
    font-size: 2rem;
  }

  .coreinfo-section-style .section-subtitle {
    font-size: 1rem;
  }

  .coreinfo-section-style .info-grid {
    grid-template-columns: 1fr;
  }

  .coreinfo-section-style .info-block {
    padding: 2rem 1.5rem;
  }

  .coreinfo-section-style .info-block:hover {
    transform: translateX(0) translateY(-4px);
  }

  .coreinfo-section-style .block-number {
    font-size: 2.5rem;
    top: 0.75rem;
    right: 1rem;
  }
}

@media (max-width: 480px) {
  .coreinfo-section-style .block-number {
    font-size: 2rem;
  }

  .coreinfo-section-style .block-icon {
    width: 48px;
    height: 48px;
  }

  .coreinfo-section-style .block-icon i {
    font-size: 1.35rem;
  }
}


.contact-section-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Header Decoration */
.contact-section-modern .header-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--primary-500) 15%, transparent) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* Badge Pill */
.contact-section-modern .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 50px;
  margin-bottom: 1.5rem;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.95rem;
}

.contact-section-modern .badge-pill i {
  font-size: 1.125rem;
}

/* Section Header */
.contact-section-modern .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.contact-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}

.contact-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

/* Form Wrapper */
.contact-section-modern .form-wrapper-modern {
  background: var(--light);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

/* Floating Input */
.contact-section-modern .floating-input {
  position: relative;
}

.contact-section-modern .form-input-modern {
  width: 100%;
  padding: 1.125rem 1rem 0.625rem;
  border: none;
  border-bottom: 2px solid var(--neutral-100);
  border-radius: 0;
  font-size: 1rem;
  background: transparent;
  color: var(--text-primary);
  transition: all 0.3s ease;
}

.contact-section-modern .form-input-modern:focus {
  outline: none;
  border-bottom-color: var(--primary-500);
}

.contact-section-modern .floating-label {
  position: absolute;
  left: 1rem;
  top: 1.125rem;
  font-size: 1rem;
  color: var(--text-secondary);
  pointer-events: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.contact-section-modern .form-input-modern:focus ~ .floating-label,
.contact-section-modern .form-input-modern:not(:placeholder-shown) ~ .floating-label {
  top: 0.25rem;
  font-size: 0.8rem;
  color: var(--primary-500);
}

.contact-section-modern .input-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.contact-section-modern .form-input-modern:focus ~ .input-border {
  width: 100%;
}

/* Agreement Box */
.contact-section-modern .agreement-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 2px solid var(--neutral-100);
}

.contact-section-modern .agreement-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-section-modern .agreement-checkbox:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-modern .agreement-label {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-modern .btn-submit-modern {
  background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1.125rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-modern .btn-submit-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-modern .btn-submit-modern i {
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.contact-section-modern .btn-submit-modern:hover i {
  transform: translateX(4px);
}

/* Info Sidebar */
.contact-section-modern .info-sidebar {
  position: relative;
  z-index: 2;
}

.contact-section-modern .info-card-modern {
  background: var(--light);
  padding: 2rem;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-modern .info-card-modern:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-section-modern .info-icon-wrapper {
  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: 1rem;
  transition: all 0.3s ease;
}

.contact-section-modern .info-card-modern:hover .info-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
}

.contact-section-modern .info-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

.contact-section-modern .info-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.contact-section-modern .card-accent-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
  border-radius: 2px;
}

/* Sidebar Decoration */
.contact-section-modern .sidebar-decoration {
  position: relative;
  margin-top: 2rem;
  height: 100px;
}

.contact-section-modern .deco-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  top: 0;
  left: 20%;
}

.contact-section-modern .deco-square {
  position: absolute;
  width: 35px;
  height: 35px;
  background: color-mix(in srgb, var(--primary-500) 20%, transparent);
  top: 30px;
  right: 30%;
  transform: rotate(45deg);
}

.contact-section-modern .deco-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid var(--primary-300);
  bottom: 0;
  right: 20%;
}

/* Background Shapes */
.contact-section-modern .shape-bg {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.contact-section-modern .shape-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  top: 10%;
  left: -100px;
}

.contact-section-modern .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  bottom: 20%;
  right: -80px;
}

.contact-section-modern .shape-3 {
  width: 180px;
  height: 180px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-modern {
    padding: 80px 0;
  }
  
  .contact-section-modern .section-title {
    font-size: 2.25rem;
  }
  
  .contact-section-modern .form-wrapper-modern {
    padding: 2.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .contact-section-modern {
    padding: 60px 0;
  }
  
  .contact-section-modern .section-title {
    font-size: 1.875rem;
  }
  
  .contact-section-modern .section-subtitle {
    font-size: 1.25rem;
  }
  
  .contact-section-modern .form-wrapper-modern {
    padding: 2rem 1.5rem;
  }
  
  .contact-section-modern .info-card-modern {
    padding: 1.75rem;
  }
  
  .contact-section-modern .btn-submit-modern {
    width: 100%;
  }
}


.blog-section-style {
  position: relative;
  padding: 100px 0;
  background: var(--light);
  overflow: hidden;
}

/* Gradient Background */
.blog-section-style .gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 50%,
    var(--surface-primary) 100%
  );
  opacity: 0.7;
}

/* Header Styles */
.blog-section-style .blog-header {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.blog-section-style .gradient-badge {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--light);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  animation: gradient-pulse 3s ease-in-out infinite;
}

@keyframes gradient-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  }
}

.blog-section-style .blog-main-title {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--text-primary),
    var(--primary-700)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.2;
}

.blog-section-style .blog-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog-section-style .blog-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Card */
.blog-section-style .blog-card {
  position: relative;
  height: 100%;
  z-index: 2;
}

.blog-section-style .gradient-border {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 20px;
  padding: 2px;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.blog-section-style .blog-card:hover .gradient-border {
  opacity: 1;
}

.blog-section-style .card-content {
  position: relative;
  height: 100%;
  background: var(--light);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

.blog-section-style .blog-card:hover .card-content {
  transform: translateY(-8px);
}

/* Image Wrapper */
.blog-section-style .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-section-style .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-section-style .blog-card:hover .blog-image {
  transform: scale(1.1) rotate(1deg);
}

.blog-section-style .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 100%
  );
}

.blog-section-style .shine-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    color-mix(in srgb, var(--light) 50%, transparent 50%) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.blog-section-style .blog-card:hover .shine-effect {
  transform: translateX(100%);
}

/* Body */
.blog-section-style .blog-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.blog-section-style .gradient-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-300),
    var(--primary-700)
  );
  border-radius: 2px;
  margin-bottom: 20px;
  transition: width 0.4s ease;
}

.blog-section-style .blog-card:hover .gradient-accent {
  width: 120px;
}

.blog-section-style .blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-style .blog-card:hover .blog-title {
  color: var(--primary-700);
}

.blog-section-style .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Footer */
.blog-section-style .blog-footer {
  margin-top: auto;
}

.blog-section-style .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50px;
  color: var(--light);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.blog-section-style .blog-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  gap: 14px;
}

.blog-section-style .link-gradient {
  position: relative;
}

.blog-section-style .blog-link i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.blog-section-style .blog-link:hover i {
  transform: rotate(90deg);
}

/* Gradient Orbs */
.blog-section-style .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  pointer-events: none;
  animation: orb-float 10s ease-in-out infinite;
}

.blog-section-style .orb-1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.blog-section-style .orb-2 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: -200px;
  right: -200px;
  animation-delay: 3s;
}

.blog-section-style .orb-3 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  top: 40%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes orb-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(40px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.9);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-style {
    padding: 70px 0;
  }

  .blog-section-style .blog-main-title {
    font-size: 2.2rem;
  }

  .blog-section-style .blog-subtitle {
    font-size: 1.1rem;
  }

  .blog-section-style .blog-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section-style {
    padding: 60px 0;
  }

  .blog-section-style .blog-main-title {
    font-size: 1.85rem;
  }

  .blog-section-style .blog-subtitle {
    font-size: 1rem;
  }

  .blog-section-style .blog-description {
    font-size: 0.95rem;
  }

  .blog-section-style .blog-title {
    font-size: 1.15rem;
  }

  .blog-section-style .gradient-badge {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .blog-section-style .gradient-orb {
    display: none;
  }
}


/* Faq section */

.faq-section-pro {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.faq-section-pro .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-pro .decorative-line-top {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.faq-section-pro #faq-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.faq-section-pro #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.faq-section-pro #faq-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.faq-section-pro .decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.faq-section-pro .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-300);
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.faq-section-pro .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-500);
}

.faq-section-pro .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* FAQ Cards */
.faq-section-pro .faq-card {
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  background: var(--surface-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-section-pro .faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.faq-section-pro .faq-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.faq-section-pro .faq-card:hover::before {
  transform: scaleX(1);
}

.faq-section-pro .card-header {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 0%, 
    color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  padding: 1.5rem;
  border-radius: 14px 14px 0 0;
}

.faq-section-pro .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: transform 0.3s ease;
}

.faq-section-pro .faq-card:hover .icon-wrapper {
  transform: rotate(5deg) scale(1.05);
}

.faq-section-pro .icon-wrapper i {
  font-size: 24px;
  color: var(--light);
}

.faq-section-pro .card-header h4 {
  color: var(--text-primary);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.25rem;
}

.faq-section-pro .card-body {
  padding: 1.5rem;
}

.faq-section-pro .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Shapes */
.faq-section-pro .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.faq-section-pro .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%);
  animation: float 20s ease-in-out infinite;
}

.faq-section-pro .shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -100px;
  animation-delay: 0s;
}

.faq-section-pro .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -50px;
  animation-delay: 3s;
}

.faq-section-pro .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: 5%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 0%, 
    transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 15s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-pro #faq-title {
    font-size: 2rem;
  }

  .faq-section-pro .card-header h4 {
    font-size: 1rem;
  }

  .faq-section-pro .icon-wrapper {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .faq-section-pro .icon-wrapper i {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .faq-section-pro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-section-pro #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-pro #faq-subtitle {
    font-size: 1rem;
  }

  .faq-section-pro #faq-desc {
    font-size: 0.95rem;
  }

  .faq-section-pro .card-header {
    padding: 1.25rem;
  }

  .faq-section-pro .card-body {
    padding: 1.25rem;
  }

  .faq-section-pro .icon-wrapper {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-right: 0.75rem;
  }

  .faq-section-pro .icon-wrapper i {
    font-size: 18px;
  }

  .faq-section-pro .card-header h4 {
    font-size: 0.95rem;
  }

  .faq-section-pro .card-body p {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .faq-section-pro .decorative-line-top {
    width: 60px;
    height: 3px;
  }

  .faq-section-pro .shape-1,
  .faq-section-pro .shape-2 {
    width: 150px;
    height: 150px;
  }

  .faq-section-pro .shape-blob {
    width: 250px;
    height: 250px;
  }
}

/* High Contrast for Accessibility */
@media (prefers-contrast: high) {
  .faq-section-pro .faq-card {
    border-width: 3px;
    border-color: var(--primary-500);
  }

  .faq-section-pro .card-header h4,
  .faq-section-pro .card-body p {
    color: var(--neutral-900);
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .faq-section-pro .faq-card,
  .faq-section-pro .icon-wrapper,
  .faq-section-pro .shape-circle,
  .faq-section-pro .shape-blob,
  .faq-section-pro .decorative-dots .dot {
    animation: none;
    transition: none;
  }

  .faq-section-pro .faq-card:hover {
    transform: none;
  }
}

.gallery-section-clean {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-geometric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.gallery-block {
  position: relative;
  overflow: hidden;
  background: var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.gallery-block:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    inset 0 0 0 2px var(--primary-500);
}

.block-large {
  grid-column: span 2;
  grid-row: span 2;
}

.block-medium {
  grid-column: span 1;
  grid-row: span 1;
}

.block-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.block-small {
  grid-column: span 1;
  grid-row: span 1;
}

.block-inner {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.block-large .block-inner {
  min-height: 520px;
}

.block-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: grayscale(0.2);
}

.gallery-block:hover .block-inner img {
  transform: scale(1.15);
  filter: grayscale(0) brightness(1.1);
}

.geometric-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 70%, transparent) 0%,
    color-mix(in srgb, var(--neutral-900) 50%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-block:hover .geometric-overlay {
  opacity: 0.85;
}

/* Geometric shapes in overlay */
.shape-square,
.shape-circle,
.shape-triangle,
.shape-hexagon,
.shape-diamond {
  width: 60px;
  height: 60px;
  border: 3px solid var(--surface-primary);
  opacity: 0;
  transform: scale(0.5) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-block:hover .shape-square,
.gallery-block:hover .shape-circle,
.gallery-block:hover .shape-triangle,
.gallery-block:hover .shape-hexagon,
.gallery-block:hover .shape-diamond {
  opacity: 1;
  transform: scale(1) rotate(360deg);
}

.shape-circle {
  border-radius: 50%;
}

.shape-triangle {
  width: 0;
  height: 0;
  border: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 52px solid var(--surface-primary);
}

.shape-hexagon {
  width: 50px;
  height: 29px;
  background: var(--surface-primary);
  border: none;
  position: relative;
}

.shape-hexagon:before,
.shape-hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.shape-hexagon:before {
  bottom: 100%;
  border-bottom: 14.5px solid var(--surface-primary);
}

.shape-hexagon:after {
  top: 100%;
  border-top: 14.5px solid var(--surface-primary);
}

.shape-diamond {
  transform: rotate(45deg);
}

.gallery-block:hover .shape-diamond {
  transform: rotate(405deg);
}

/* Grid pattern overlay */
.grid-pattern {
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--surface-primary) 2px, transparent 2px),
    linear-gradient(90deg, var(--surface-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-block:hover .grid-pattern {
  opacity: 0.5;
}

/* Overlay lines */
.overlay-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.line {
  position: absolute;
  background: var(--surface-primary);
  opacity: 0;
  transition: all 0.5s ease;
}

.line-1 {
  width: 2px;
  height: 0;
  top: 0;
  left: 50%;
}

.line-2 {
  width: 0;
  height: 2px;
  top: 50%;
  left: 0;
}

.gallery-block:hover .line-1 {
  height: 100%;
  opacity: 1;
}

.gallery-block:hover .line-2 {
  width: 100%;
  opacity: 1;
}

/* Corner frame */
.corner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.gallery-block:hover .corner-frame {
  opacity: 1;
}

.corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
}

.corner-tl {
  top: 15px;
  left: 15px;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: 15px;
  right: 15px;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: 15px;
  left: 15px;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: 15px;
  right: 15px;
  border-left: none;
  border-top: none;
}

/* Decorative geometric elements */
.geometric-decoration {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.1;
  pointer-events: none;
}

.geometric-decoration.deco-1 {
  top: 100px;
  right: 50px;
  transform: rotate(15deg);
}

.geometric-decoration.deco-2 {
  bottom: 150px;
  left: 80px;
  transform: rotate(-20deg);
}

.geometric-decoration.deco-3 {
  top: 50%;
  right: 100px;
  transform: rotate(30deg);
}

.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 30%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 30%, transparent) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .gallery-geometric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .block-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .block-large .block-inner {
    min-height: 350px;
  }
  
  .block-wide {
    grid-column: span 2;
  }
  
  .block-inner {
    min-height: 200px;
  }
}

@media (max-width: 575px) {
  .gallery-geometric-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .block-large,
  .block-medium,
  .block-wide,
  .block-small {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .block-inner,
  .block-large .block-inner {
    min-height: 250px;
  }
}


/* ================================
   Footer v-101 - Professional Blue Theme
   ================================ */

.footer-standard {
  position: relative;
  background: 
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
      color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
      color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
    ),
    url('WAM_assets/WAM_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
  padding: 60px 0 0;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 5%, transparent);
  pointer-events: none;
  z-index: 0;
}

.footer-standard .container {
  z-index: 1;
}

/* Brand Section */
.footer-brand {
  position: relative;
}

.brand-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--light) 15%, transparent);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.brand-icon-wrapper i {
  font-size: 28px;
  color: #ffffff;
}

.brand-icon-wrapper:hover {
  background: color-mix(in srgb, var(--light) 25%, transparent);
  transform: translateY(-3px);
}

.footer-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.footer-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 1.5rem;
}

.decorative-dots .dot {
  width: 10px;
  height: 10px;
  background: color-mix(in srgb, var(--light) 40%, transparent);
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Links Section */
.footer-links-section {
  position: relative;
}

.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: color-mix(in srgb, var(--light) 15%, transparent);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.section-icon i {
  font-size: 22px;
  color: #ffffff;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: color-mix(in srgb, var(--primary-300) 80%, transparent);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer-links-list li i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.footer-links-list li:hover i {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links-list a:hover {
  color: #ffffff;
  padding-left: 5px;
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.contact-info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 1rem;
  background: color-mix(in srgb, var(--light) 10%, transparent);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--light) 15%, transparent);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: color-mix(in srgb, var(--light) 15%, transparent);
  transform: translateX(5px);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent);
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-radius: 8px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 18px;
  color: #ffffff;
}

.contact-details {
  flex: 1;
}

.contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
  display: block;
}

.decorative-shape-contact {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(40px);
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--light) 20%, transparent);
  margin-top: 3rem;
}

.footer-disclaimer {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  line-height: 1.6;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Decorative Background Elements */
.footer-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.15;
}

.decoration-1 {
  top: 10%;
  left: 5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  filter: blur(60px);
}

.decoration-2 {
  bottom: 20%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
  filter: blur(80px);
  animation: morphing 8s ease-in-out infinite;
}

.decoration-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  border-radius: 50%;
  filter: blur(100px);
  animation: rotate 20s linear infinite;
}

@keyframes morphing {
  0%, 100% {
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 60% 40% 40% 60% / 60% 60% 40% 40%;
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-standard {
    padding: 40px 0 0;
  }

  .footer-logo-text {
    font-size: 1.35rem;
  }

  .footer-section-title {
    font-size: 1.15rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .col-lg-4 {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .footer-standard {
    background-attachment: scroll;
    padding: 30px 0 0;
  }

  .footer-brand,
  .footer-links-section,
  .footer-contact-section {
    margin-bottom: 2rem;
  }

  .brand-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .brand-icon-wrapper i {
    font-size: 24px;
  }

  .section-icon {
    width: 40px;
    height: 40px;
  }

  .section-icon i {
    font-size: 20px;
  }

  .contact-item {
    padding: 0.875rem;
  }

  .contact-icon {
    min-width: 35px;
    height: 35px;
  }

  .contact-icon i {
    font-size: 16px;
  }

  .footer-disclaimer,
  .footer-copyright {
    font-size: 0.8rem;
  }

  .decoration-1,
  .decoration-2,
  .decoration-3 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-logo-text {
    font-size: 1.25rem;
  }

  .footer-description {
    font-size: 0.9rem;
  }

  .footer-section-title {
    font-size: 1.1rem;
  }

  .contact-text {
    font-size: 0.9rem;
  }
}

/* Universal section */
/* Staggered card layout with organic shapes */

.add_wrap_modern {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
  overflow: hidden;
}

/* Organic header */
.add_wrap_modern .add_header_organic {
  position: relative;
  text-align: center;
  padding: var(--space-8, 2rem);
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_modern .organic_shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  animation: morph 8s ease-in-out infinite;
}

.add_wrap_modern .shape_left {
  background: var(--primary-500, #059669);
  top: -50px;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_modern .shape_right {
  background: var(--primary-300, #6ee7b7);
  bottom: -50px;
  right: 10%;
  animation-delay: 4s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

.add_wrap_modern .header_content {
  position: relative;
  z-index: 1;
}

.add_wrap_modern .eco_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}

.add_wrap_modern .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_modern .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_modern .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  margin-top: var(--space-4, 1rem);
}

/* Staggered cards */
.add_wrap_modern .add_staggered_cards {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_modern .stagger_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
}

.add_wrap_modern .stagger_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

/* Card leaf accent */
.add_wrap_modern .card_leaf_accent {
  position: absolute;
  top: var(--space-4, 1rem);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #ecfdf5);
  color: var(--primary-500, #059669);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_modern .card_right .card_leaf_accent {
  right: var(--space-4, 1rem);
}

.add_wrap_modern .card_left .card_leaf_accent {
  left: var(--space-4, 1rem);
}

.add_wrap_modern .stagger_card:hover .card_leaf_accent {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: scale(1.1) rotate(15deg);
}

/* Card content */
.add_wrap_modern .card_content_wrapper {
  padding-top: var(--space-8, 2rem);
}

.add_wrap_modern .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_modern .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_modern .card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_modern .card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}

.add_wrap_modern .highlight_icon_cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin-bottom: var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.add_wrap_modern .icon_pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_modern .card_center {
  margin: 0 auto;
}

.add_wrap_modern .card_center .card_content_wrapper {
  padding-top: 0;
}

.add_wrap_modern .card_center .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_modern .organic_shape {
    display: none;
  }
  
  .add_wrap_modern .stagger_card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .add_wrap_modern .card_left .card_leaf_accent,
  .add_wrap_modern .card_right .card_leaf_accent {
    right: var(--space-4, 1rem);
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_modern {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_modern .add_header_organic {
    padding: var(--space-4, 1rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_modern .eco_badge {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_modern .stagger_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_modern .card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .card_leaf_accent {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_modern .card_content_wrapper {
    padding-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .highlight_icon_cluster {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_modern .icon_pulse {
    width: 90px;
    height: 90px;
  }
}


/* 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;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_timeline {
  position: relative;
  padding-left: var(--space-8);
}

.add_wrap .add_timeline:before {
  content: '';
  position: absolute;
  left: var(--space-4);
  top: 0;
  bottom: var(--space-8);
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
}

.add_wrap .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-10);
  padding-left: var(--space-8);
}

.add_wrap .add_timeline_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_timeline_marker {
  position: absolute;
  left: calc(-1 * var(--space-8) - 6px);
  top: var(--space-2);
  width: 16px;
  height: 16px;
  background-color: var(--primary-500);
  border: 3px solid var(--neutral-100);
  border-radius: 50%;
  z-index: 2;
}

.add_wrap .add_timeline_marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_timeline_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
}

.add_wrap .add_timeline_content:before {
  content: '';
  position: absolute;
  left: -8px;
  top: var(--space-4);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--neutral-200);
}

.add_wrap .add_timeline_content:after {
  content: '';
  position: absolute;
  left: -7px;
  top: calc(var(--space-4) + 1px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--neutral-50);
}

.add_wrap .add_timeline_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_timeline_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_timeline {
    padding-left: var(--space-6);
  }
  
  .add_wrap .add_timeline:before {
    left: var(--space-3);
  }
  
  .add_wrap .add_timeline_item {
    padding-left: var(--space-6);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_timeline_marker {
    left: calc(-1 * var(--space-6) - 6px);
  }
  
  .add_wrap .add_timeline_content {
    padding: var(--space-4);
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


/* 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;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_testimonial_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  position: relative;
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_testimonial_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_testimonial_compact {
  text-align: center;
  padding: var(--space-6);
}

.add_wrap .add_quote_mark {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 40px;
  height: 40px;
  background-color: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.add_wrap .add_quote_mark:before {
  content: '"';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-500);
}

.add_wrap .add_testimonial_quote {
  margin-bottom: var(--space-6);
  border: none;
  padding: 0;
}

.add_wrap .add_quote_text {
  color: var(--text-body);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.add_wrap .add_testimonial_author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.add_wrap .add_testimonial_compact .add_testimonial_author {
  flex-direction: column;
  gap: var(--space-3);
}

.add_wrap .add_author_avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-500));
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.add_wrap .add_author_avatar:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_author_info {
  display: flex;
  flex-direction: column;
}

.add_wrap .add_testimonial_compact .add_author_info {
  align-items: center;
}

.add_wrap .add_author_name {
  color: var(--text-primary);
  font-weight: 600;
  font-style: normal;
  margin-bottom: var(--space-1);
}

.add_wrap .add_author_role {
  color: var(--text-secondary);
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .add_wrap .add_testimonial_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_testimonial_compact {
    padding: var(--space-4);
  }
  
  .add_wrap .add_testimonial_author {
    flex-direction: column;
    text-align: center;
    gap: var(--space-3);
  }
  
  .add_wrap .add_author_info {
    align-items: center;
  }
  
  .add_wrap .add_quote_mark {
    width: 30px;
    height: 30px;
  }
  
  .add_wrap .add_quote_mark:before {
    font-size: 18px;
  }
}


/* Universal section */

.additional-universal-section.v-055 {
  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;
}

/* Section Header */
.v-055 .section-header {
  position: relative;
  z-index: 2;
}

.v-055 .header-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 30px;
  border-radius: 2px;
}

.v-055 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-055 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-055 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Content Grid */
.v-055 .content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.v-055 .grid-item {
  position: relative;
}

.v-055 .grid-item.item-1 {
  grid-column: span 6;
}

.v-055 .grid-item.item-2 {
  grid-column: span 6;
}

.v-055 .grid-item.item-3.featured {
  grid-column: span 12;
}

.v-055 .grid-item.item-4 {
  grid-column: span 6;
}

.v-055 .grid-item.item-5 {
  grid-column: span 6;
}

.v-055 .item-inner {
  height: 100%;
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-055 .item-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Icon Wrapper */
.v-055 .icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.v-055 .icon-wrapper i {
  font-size: 28px;
  color: var(--light);
}

.v-055 .icon-wrapper.large {
  width: 80px;
  height: 80px;
}

.v-055 .icon-wrapper.large i {
  font-size: 36px;
}

/* Item Content */
.v-055 .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-055 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item Styling */
.v-055 .grid-item.featured .item-inner {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  padding: 50px;
}

.v-055 .grid-item.featured .item-title {
  color: var(--light);
  font-size: 2rem;
}

.v-055 .grid-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 90%, transparent 10%);
  font-size: 1.125rem;
}

.v-055 .grid-item.featured .icon-wrapper {
  background: color-mix(in srgb, var(--light) 20%, transparent 80%);
  backdrop-filter: blur(10px);
}

/* Item Decorations */
.v-055 .item-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  z-index: 0;
}

.v-055 .featured-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--light) 10%, transparent 90%);
  border-radius: 50%;
  z-index: 0;
}

/* Background Decorations */
.v-055 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-055 .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}

.v-055 .deco-circle.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
}

.v-055 .deco-circle.circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
}

.v-055 .deco-blob {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.v-055 .deco-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-055 .deco-line.line-1 {
  top: 20%;
  left: 15%;
}

.v-055 .deco-line.line-2 {
  bottom: 25%;
  right: 20%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-055 {
    padding: 80px 0;
  }

  .v-055 .section-title {
    font-size: 2rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-055 .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v-055 .grid-item {
    grid-column: span 1 !important;
  }

  .v-055 .item-inner {
    padding: 30px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 40px;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-055 {
    padding: 60px 0;
  }

  .v-055 .section-title {
    font-size: 1.75rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-055 .section-description {
    font-size: 1rem;
  }

  .v-055 .item-inner {
    padding: 24px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 32px;
  }

  .v-055 .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .v-055 .icon-wrapper i {
    font-size: 24px;
  }

  .v-055 .icon-wrapper.large {
    width: 64px;
    height: 64px;
  }

  .v-055 .icon-wrapper.large i {
    font-size: 28px;
  }

  .v-055 .item-title {
    font-size: 1.25rem;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.5rem;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.technical-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.badge-line {
  width: 30px;
  height: 2px;
  background: var(--primary-500);
}

.badge-square {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  transform: rotate(45deg);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Steps Container */
.steps-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.step-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.step-item:last-child {
  margin-bottom: 0;
}

/* Step Number */
.step-number-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  width: 80px;
  height: 80px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-500);
  position: relative;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.3s ease;
}

.step-number::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--surface-secondary);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: -1;
}

.step-item:hover .step-number {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1);
}

.step-number-final {
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  color: var(--light);
}

.step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  margin: 0.5rem 0;
}

.step-final .step-connector {
  display: none;
}

/* Step Content */
.step-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
  position: relative;
}

.step-item:hover .step-content {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-700);
}

.step-icon-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-50);
  border-radius: 8px;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.step-item:hover .step-icon-group {
  background: var(--primary-300);
  transform: rotate(5deg);
}

.step-icon-group i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Technical Decorations */
.grid-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent);
  background-size: 80px 80px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.corner-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 1;
}

.corner-top-left {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-300);
  border-left: 4px solid var(--primary-300);
}

.corner-bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-300);
  border-right: 4px solid var(--primary-300);
}

.corner-decoration::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
}

.corner-top-left::before {
  top: -2px;
  left: -2px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.corner-bottom-right::before {
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .step-number {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
  
  .step-content {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .step-item {
    gap: 1.25rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .step-connector {
    height: 40px;
  }
  
  .step-content {
    padding: 1.25rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-icon-group {
    width: 48px;
    height: 48px;
  }
  
  .step-icon-group i {
    font-size: 1.5rem;
  }
}


/* Universal section */
/* Theme: earth-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 750px;
}

/* Features List */
.features-list {
  position: relative;
  z-index: 2;
}

/* Feature Item */
.feature-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: var(--surface-secondary);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-left-width: 6px;
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-item:hover .icon-background {
  transform: rotate(8deg) scale(1.05);
  background: linear-gradient(
    135deg,
    var(--primary-100),
    color-mix(in srgb, var(--primary-300) 60%, var(--primary-100) 40%)
  );
}

.feature-icon-wrapper i {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon-wrapper i {
  transform: scale(1.1);
  color: color-mix(in srgb, var(--primary-500) 90%, var(--primary-700) 10%);
}

/* Feature Content */
.feature-content {
  flex: 1;
  min-width: 0;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.feature-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Feature Decoration */
.feature-decoration {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.blob-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  top: -100px;
  left: -100px;
  animation: float-blob 15s ease-in-out infinite;
}

.blob-2 {
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent
  );
  bottom: -80px;
  right: -80px;
  animation: float-blob 18s ease-in-out infinite 3s;
}

.decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  top: 40%;
  right: 5%;
  animation: rotate-circle 20s linear infinite;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-item {
    gap: 1.25rem;
    padding: 1.75rem;
  }
  
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .feature-item:hover {
    transform: translateY(-4px) translateX(0);
  }
  
  .feature-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .feature-title {
    font-size: 1.125rem;
  }
}


/* 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;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_stat_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  text-align: center;
  height: 100%;
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap .add_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_stat_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_stat_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_stat_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  position: relative;
}

.add_wrap .add_stat_card_large .add_stat_icon {
  width: 100px;
  height: 100px;
}

.add_wrap .add_stat_icon_users:after {
  content: '👥';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_projects:after {
  content: '📊';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_awards:after {
  content: '🏆';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_growth:after {
  content: '📈';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_icon_satisfaction:after {
  content: '⭐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1;
}

.add_wrap .add_stat_card_large .add_stat_number {
  font-size: 3.5rem;
}

.add_wrap .add_stat_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_stat_card_large .add_stat_title {
  font-size: 1.5rem;
}

.add_wrap .add_stat_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_stat_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_stat_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_stat_card_large .add_stat_icon {
    width: 80px;
    height: 80px;
  }
  
  .add_wrap .add_stat_icon_users:after,
  .add_wrap .add_stat_icon_projects:after,
  .add_wrap .add_stat_icon_awards:after {
    font-size: 24px;
  }
  
  .add_wrap .add_stat_icon_growth:after,
  .add_wrap .add_stat_icon_satisfaction:after {
    font-size: 28px;
  }
  
  .add_wrap .add_stat_number {
    font-size: 2.5rem;
  }
  
  .add_wrap .add_stat_card_large .add_stat_number {
    font-size: 3rem;
  }
}


/* Universal section */

.additional-universal-section.v-064 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-064 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-064 .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.v-064 .deco-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.v-064 .deco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 12px;
  transform: rotate(45deg);
}

.v-064 .deco-icon i {
  font-size: 24px;
  color: white;
  transform: rotate(-45deg);
  animation: sparkle 3s ease-in-out infinite;
}

.v-064 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-064 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-064 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Features List */
.v-064 .features-list {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.v-064 .feature-item {
  background: white;
  border: 1px solid var(--neutral-100);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  padding: 35px 30px;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-064 .feature-item:last-child {
  margin-bottom: 0;
}

.v-064 .feature-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-700), var(--primary-500));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-064 .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

.v-064 .feature-item:hover::before {
  opacity: 1;
}

/* Feature Number */
.v-064 .feature-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-number span {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  line-height: 1;
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-number span {
  color: var(--primary-500);
  transform: scale(1.1);
}

/* Feature Icon */
.v-064 .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-icon i {
  font-size: 42px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-icon i {
  transform: scale(1.15) rotate(5deg);
  color: var(--primary-700);
}

/* Feature Content */
.v-064 .feature-content {
  padding-left: 20px;
}

.v-064 .feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 12px;
}

.v-064 .feature-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-064 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-064 .bg-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 1px,
    transparent 1px,
    transparent 10px
  );
  opacity: 0.15;
}

.v-064 .bg-pattern-1 {
  top: 10%;
  right: 5%;
  transform: rotate(30deg);
  animation: patternFloat 20s ease-in-out infinite;
}

.v-064 .bg-pattern-2 {
  bottom: 15%;
  left: 8%;
  transform: rotate(-20deg);
  animation: patternFloat 25s ease-in-out infinite reverse;
}

.v-064 .bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent), 
    transparent 70%);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  opacity: 0.12;
  animation: blobMorph 30s ease-in-out infinite;
}

/* Animations */
@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-45deg) scale(1.2);
  }
}

@keyframes patternFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(30deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(40deg);
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  33% {
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 60%;
    transform: translate(-50%, -50%) rotate(120deg);
  }
  66% {
    border-radius: 50% 50% 40% 60% / 40% 60% 50% 50%;
    transform: translate(-50%, -50%) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-064 {
    padding: 80px 0;
  }

  .v-064 .section-title {
    font-size: 2.25rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-064 .feature-item {
    padding: 30px 25px;
  }

  .v-064 .feature-number span {
    font-size: 2rem;
  }

  .v-064 .feature-icon i {
    font-size: 36px;
  }

  .v-064 .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-064 {
    padding: 60px 0;
  }

  .v-064 .section-title {
    font-size: 1.875rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-064 .deco-line {
    width: 50px;
  }

  .v-064 .feature-item {
    padding: 25px 20px;
  }

  .v-064 .feature-item:hover {
    transform: translateX(4px);
  }

  .v-064 .feature-number span {
    font-size: 1.75rem;
  }

  .v-064 .feature-icon i {
    font-size: 32px;
  }

  .v-064 .feature-content {
    padding-left: 0;
    padding-top: 15px;
  }

  .v-064 .feature-title {
    font-size: 1.25rem;
  }
}


/* Universal section */
/* Diagonal grid layout with floating elements */

.add_wrap_classic {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

.add_wrap_classic .gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.add_wrap_classic .container {
  position: relative;
  z-index: 1;
}

/* Creative header */
.add_wrap_classic .add_header_creative {
  position: relative;
  padding: var(--space-8, 2rem) 0;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_classic .floating_icon {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100, #ede9fe) 0%, var(--primary-50, #f5f3ff) 100%);
  border: 2px solid var(--primary-300, #c4b5fd);
  border-radius: 12px;
  color: var(--primary-500, #7c3aed);
  font-size: 1.25rem;
  animation: float 6s ease-in-out infinite;
}

.add_wrap_classic .icon_1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.add_wrap_classic .icon_2 {
  top: 5%;
  right: 10%;
  animation-delay: 2s;
}

.add_wrap_classic .icon_3 {
  bottom: 20%;
  left: 8%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

.add_wrap_classic .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--text-primary, #1a1a1b) 0%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_classic .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_classic .description_box {
  position: relative;
  padding: var(--space-6, 1.5rem);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--primary-200, #ddd6fe);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}

.add_wrap_classic .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  margin: 0;
}

/* Diagonal grid */
.add_wrap_classic .add_diagonal_grid {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_classic .diagonal_item {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.add_wrap_classic .diagonal_item:hover {
  transform: translateY(-8px) rotate(-1deg);
  border-color: var(--primary-500, #7c3aed);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.2);
}

/* Corner accent */
.add_wrap_classic .item_corner_accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-50, #f5f3ff) 50%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.add_wrap_classic .diagonal_item:hover .item_corner_accent {
  opacity: 1;
  background: linear-gradient(135deg, transparent 50%, var(--primary-100, #ede9fe) 50%);
}

/* Alternating styles */
.add_wrap_classic .item_style_a {
  transform: rotate(0.5deg);
}

.add_wrap_classic .item_style_b {
  transform: rotate(-0.5deg);
}

.add_wrap_classic .item_style_a:hover {
  transform: translateY(-8px) rotate(-0.5deg);
}

.add_wrap_classic .item_style_b:hover {
  transform: translateY(-8px) rotate(0.5deg);
}

/* Icon frames */
.add_wrap_classic .item_icon_frame {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #ede9fe) 100%);
  border-radius: 16px;
  color: var(--primary-500, #7c3aed);
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  transition: all 0.3s ease;
  z-index: 1;
}

.add_wrap_classic .diagonal_item:hover .item_icon_frame {
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(10deg);
}

/* Content */
.add_wrap_classic .item_content {
  position: relative;
  z-index: 1;
}

.add_wrap_classic .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_classic .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Highlight item */
.add_wrap_classic .item_highlight {
  position: relative;
  min-height: auto;
  padding: var(--space-8, 2rem);
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 3px solid var(--primary-300, #c4b5fd);
  transform: rotate(0deg);
  text-align: center;
}

.add_wrap_classic .item_highlight:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_classic .highlight_glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

.add_wrap_classic .icon_frame_large {
  width: 96px;
  height: 96px;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  border-radius: 50%;
}

.add_wrap_classic .icon_ripple {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: ripple-out 2s ease-out infinite;
}

@keyframes ripple-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.add_wrap_classic .item_content_centered {
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_classic .item_highlight .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_classic .floating_icon {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_classic {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_classic .add_header_creative {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_classic .diagonal_item {
    min-height: auto;
    padding: var(--space-4, 1rem);
    transform: rotate(0deg) !important;
  }
  
  .add_wrap_classic .diagonal_item:hover {
    transform: translateY(-4px) rotate(0deg) !important;
  }
  
  .add_wrap_classic .item_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_classic .item_icon_frame {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_wrap_classic .icon_frame_large {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_classic .icon_ripple {
    width: 100px;
    height: 100px;
  }
}


/* Universal section */

.additional-universal-standard {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-standard .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-standard .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-standard .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Central Axis */
.additional-universal-standard .timeline-central-axis {
  position: absolute;
  left: 50%;
  top: 200px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Wrapper */
.additional-universal-standard .timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  z-index: 2;
}

/* Timeline Item */
.additional-universal-standard .timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
  margin-bottom: 4rem;
}

.additional-universal-standard .timeline-item.left {
  padding-right: 4rem;
  text-align: right;
}

.additional-universal-standard .timeline-item.right {
  margin-left: 50%;
  padding-left: 4rem;
  text-align: left;
}

/* Timeline Marker */
.additional-universal-standard .timeline-marker {
  position: absolute;
  top: 2rem;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.additional-universal-standard .timeline-item.left .timeline-marker {
  right: -35px;
}

.additional-universal-standard .timeline-item.right .timeline-marker {
  left: -35px;
}

.additional-universal-standard .marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.additional-universal-standard .marker-inner i {
  font-size: 1.75rem;
  color: var(--neutral-0);
}

.additional-universal-standard .marker-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
  opacity: 0;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-standard .timeline-content {
  position: relative;
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.additional-universal-standard .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Badge */
.additional-universal-standard .step-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Step Content */
.additional-universal-standard .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-standard .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corners */
.additional-universal-standard .decorative-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-300);
  opacity: 0.4;
}

.additional-universal-standard .corner-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.additional-universal-standard .corner-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* Floating Shapes */
.additional-universal-standard .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-400);
  top: 15%;
  left: 5%;
  filter: blur(50px);
}

.additional-universal-standard .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--accent-400);
  top: 45%;
  right: 8%;
  filter: blur(45px);
}

.additional-universal-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
  filter: blur(40px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-standard {
    padding: 4rem 0;
  }

  .additional-universal-standard .timeline-item {
    width: 100%;
    padding: 2rem 0 2rem 5rem !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .additional-universal-standard .timeline-central-axis {
    left: 35px;
  }

  .additional-universal-standard .timeline-marker {
    left: 0 !important;
    right: auto !important;
  }

  .additional-universal-standard .step-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-standard {
    padding: 3rem 0;
  }

  .additional-universal-standard .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-standard .section-description {
    font-size: 1rem;
  }

  .additional-universal-standard .timeline-item {
    padding: 1.5rem 0 1.5rem 4rem !important;
    margin-bottom: 2.5rem;
  }

  .additional-universal-standard .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .additional-universal-standard .marker-inner i {
    font-size: 1.25rem;
  }

  .additional-universal-standard .timeline-content {
    padding: 1.75rem;
  }

  .additional-universal-standard .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-standard .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-standard .floating-shape {
    display: none;
  }
}


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: 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;
    }
}


/* 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 - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}


/* CTA Section - 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 - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}


/* Floating Decorative Icons - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Team Social Links - Rounded Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-icons-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.social-link:hover::before {
    left: 100%;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-link:hover {
    background: linear-gradient(135deg, #0d6efd, #1877f2);
}

.linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-link:hover {
    background: linear-gradient(135deg, #084a8a, #0a66c2);
}

.instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
}

.x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
}

.x-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 10px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}


/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* Newsletter Form - Classic Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 12px 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    background: #ffffff !important;
    color: #333333 !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

.newsletter-button {
    padding: 12px 20px !important;
    background: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    border-radius: 5px !important;
    color: #155724 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px 0;
        padding: 20px 15px;
    }
    
    .newsletter-form {
        max-width: 300px;
    }
}


/* Cookie 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: modern-v002 === */
.ocm-theme-modern-v002 {
    border-radius: 20px !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    box-shadow: 0 25px 70px rgba(245, 87, 108, 0.25) !important;
}

.ocm-theme-modern-v002 .ocm-title,
.ocm-theme-modern-v002 .ocm-description,
.ocm-theme-modern-v002 .ocm-category-title,
.ocm-theme-modern-v002 .ocm-category-desc {
    color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-close {
    color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-btn {
    border-radius: 15px !important;
    font-weight: 700 !important;
}

.ocm-theme-modern-v002 .ocm-btn-accept {
    background: #ffffff !important;
    color: #f5576c !important;
}

.ocm-theme-modern-v002 .ocm-btn-accept:hover {
    background: #f8f8f8 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.ocm-theme-modern-v002 .ocm-btn-reject {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-btn-customize {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-category {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !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;
}