:root {
  --primary-50: #f0f4f8;
  --primary-50-rgb: 240, 244, 248;
  --primary-50-rgb: 240, 244, 248;
  --primary-100: #d9e2ec;
  --primary-100-rgb: 217, 226, 236;
  --primary-100-rgb: 217, 226, 236;
  --primary-300: #90b4d2;
  --primary-300-rgb: 144, 180, 210;
  --primary-300-rgb: 144, 180, 210;
  --primary-500: #1e3a5f;
  --primary-500-rgb: 30, 58, 95;
  --primary-500-rgb: 30, 58, 95;
  --primary-700: #152844;
  --primary-700-rgb: 21, 40, 68;
  --primary-700-rgb: 21, 40, 68;
  --primary-200: #b5cbdf;
  --primary-200-rgb: 181, 203, 223;
  --primary-200-rgb: 181, 203, 223;
  --primary-400: #577799;
  --primary-400-rgb: 87, 119, 153;
  --primary-400-rgb: 87, 119, 153;
  --primary-600: #1a3152;
  --primary-600-rgb: 26, 49, 82;
  --primary-600-rgb: 26, 49, 82;
  --primary-800: #112036;
  --primary-800-rgb: 17, 32, 54;
  --primary-800-rgb: 17, 32, 54;
  --primary-900: #0e1b2e;
  --primary-900-rgb: 14, 27, 46;
  --primary-900-rgb: 14, 27, 46;
  --primary-950: #0a1320;
  --primary-950-rgb: 10, 19, 32;
  --primary-950-rgb: 10, 19, 32;
  --primary-rgb: 30, 58, 95;
  --neutral-50: #f9fafb;
  --neutral-50-rgb: 249, 250, 251;
  --neutral-50-rgb: 249, 250, 251;
  --neutral-100: #f3f4f6;
  --neutral-100-rgb: 243, 244, 246;
  --neutral-100-rgb: 243, 244, 246;
  --neutral-300: #d1d5db;
  --neutral-300-rgb: 209, 213, 219;
  --neutral-300-rgb: 209, 213, 219;
  --neutral-500: #6b7280;
  --neutral-500-rgb: 107, 114, 128;
  --neutral-500-rgb: 107, 114, 128;
  --neutral-700: #374151;
  --neutral-700-rgb: 55, 65, 81;
  --neutral-700-rgb: 55, 65, 81;
  --neutral-900: #252c37;
  --neutral-900-rgb: 37, 44, 55;
  --neutral-900-rgb: 37, 44, 55;
  --neutral-200: #e2e5e9;
  --neutral-200-rgb: 226, 229, 233;
  --neutral-200-rgb: 226, 229, 233;
  --neutral-400: #9ea4ae;
  --neutral-400-rgb: 158, 164, 174;
  --neutral-400-rgb: 158, 164, 174;
  --neutral-600: #515a69;
  --neutral-600-rgb: 81, 90, 105;
  --neutral-600-rgb: 81, 90, 105;
  --neutral-800: #2c3441;
  --neutral-800-rgb: 44, 52, 65;
  --neutral-800-rgb: 44, 52, 65;
  --neutral-950: #1a1f27;
  --neutral-950-rgb: 26, 31, 39;
  --neutral-950-rgb: 26, 31, 39;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #f5f6e2;
  --accent-50-rgb: 245, 246, 226;
  --accent-50-rgb: 245, 246, 226;
  --accent-100: #e4e6d7;
  --accent-100-rgb: 228, 230, 215;
  --accent-100-rgb: 228, 230, 215;
  --accent-200: #cbd3cb;
  --accent-200-rgb: 203, 211, 203;
  --accent-200-rgb: 203, 211, 203;
  --accent-300: #b1bfbf;
  --accent-300-rgb: 177, 191, 191;
  --accent-300-rgb: 177, 191, 191;
  --accent-400: #898b8b;
  --accent-400-rgb: 137, 139, 139;
  --accent-400-rgb: 137, 139, 139;
  --accent-500: #625856;
  --accent-500-rgb: 98, 88, 86;
  --accent-500-rgb: 98, 88, 86;
  --accent-600: #5f504b;
  --accent-600-rgb: 95, 80, 75;
  --accent-600-rgb: 95, 80, 75;
  --accent-700: #5b483e;
  --accent-700-rgb: 91, 72, 62;
  --accent-700-rgb: 91, 72, 62;
  --accent-800: #584131;
  --accent-800-rgb: 88, 65, 49;
  --accent-800-rgb: 88, 65, 49;
  --accent-900: #563d2a;
  --accent-900-rgb: 86, 61, 42;
  --accent-900-rgb: 86, 61, 42;
  --accent-950: #54361d;
  --accent-950-rgb: 84, 54, 29;
  --accent-950-rgb: 84, 54, 29;
  --accent-rgb: 98, 88, 86;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}







/* ===== FONT FAMILY UTILITIES ===== */
.site_font_primary {
  font-family: var(--font-primary);
}

.brand_font_secondary {
  font-family: var(--font-secondary);
}

.studio_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.theme_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);
}

.section_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);
}

.new_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 */
.web_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);
}

.dark_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);
}

.page_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);
}

.smart_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);
}

.ui_heading_5 {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

.main_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.light_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);
}

.base_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);
}

.creative_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 */
.best_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);
}

.clean_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 */
.elite_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);
}

.modern_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 */
.style_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);
}

.premium_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 */
.app_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);
}

.top_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);
}

.agency_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 */
.custom_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);
}

.pro_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 */
.fresh_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);
}

.fresh_nav_link:hover,
.fresh_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.prime_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 */
.layout_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) {
  .style_hero_title {
    font-size: var(--text-4xl);
  }
  
  .app_section_title {
    font-size: var(--text-3xl);
  }
  
  .theme_display_1 {
    font-size: var(--text-5xl);
  }
  
  .section_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .style_hero_title {
    font-size: var(--text-3xl);
  }
  
  .app_section_title {
    font-size: var(--text-2xl);
  }
  
  .theme_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 ===== */
.company_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);
}

.bright_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.design_text_balance {
  text-wrap: balance;
}

.business_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .fresh_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .best_caption,
  .clean_overline,
  .layout_footer_text {
    color: var(--text-secondary);
  }
  
  .premium_hero_subtitle,
  .top_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .style_hero_title,
  .app_section_title,
  .web_heading_1,
  .dark_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .company_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.digital_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.core_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.minimal_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.container_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.unique_stack {
  display: flex;
  flex-direction: column;
}

.bold19_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.web13_full_height {
  min-height: 100vh;
}

.custom31_section_height {
  min-height: 80vh;
}

.main34_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.clean18_m_0 { margin: 0; }
.ui86_m_1 { margin: var(--space-1); }
.brand89_m_2 { margin: var(--space-2); }
.page13_m_3 { margin: var(--space-3); }
.layout36_m_4 { margin: var(--space-4); }
.top55_m_6 { margin: var(--space-6); }
.ui53_m_8 { margin: var(--space-8); }
.prime53_m_12 { margin: var(--space-12); }
.style1_m_16 { margin: var(--space-16); }

.company78_mx_auto { margin-left: auto; margin-right: auto; }
.pro51_my_auto { margin-top: auto; margin-bottom: auto; }

.bold44_mt_0 { margin-top: 0; }
.bold98_mt_4 { margin-top: var(--space-4); }
.ui6_mt_8 { margin-top: var(--space-8); }
.web96_mt_12 { margin-top: var(--space-12); }

.design29_mb_0 { margin-bottom: 0; }
.site90_mb_4 { margin-bottom: var(--space-4); }
.layout94_mb_8 { margin-bottom: var(--space-8); }
.smart79_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.content54_p_0 { padding: 0; }
.bold23_p_1 { padding: var(--space-1); }
.bright15_p_2 { padding: var(--space-2); }
.light85_p_3 { padding: var(--space-3); }
.company36_p_4 { padding: var(--space-4); }
.design31_p_6 { padding: var(--space-6); }
.design43_p_8 { padding: var(--space-8); }

.main52_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.layout36_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.dark60_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.custom21_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.ui7_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.studio44_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.agency22_gap_1 { gap: var(--space-1); }
.new14_gap_2 { gap: var(--space-2); }
.prime69_gap_3 { gap: var(--space-3); }
.web46_gap_4 { gap: var(--space-4); }
.digital16_gap_6 { gap: var(--space-6); }
.digital77_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.prime36_shadow_none { box-shadow: var(--shadow-none); }
.elite6_shadow_xs { box-shadow: var(--shadow-xs); }
.section23_shadow_sm { box-shadow: var(--shadow-sm); }
.main17_shadow_md { box-shadow: var(--shadow-md); }
.container85_shadow_lg { box-shadow: var(--shadow-lg); }
.content31_shadow_xl { box-shadow: var(--shadow-xl); }
.container71_shadow_2xl { box-shadow: var(--shadow-2xl); }
.custom14_shadow_inner { box-shadow: var(--shadow-inner); }
.company14_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.studio7_radius_none { border-radius: var(--radius-none); }
.page62_radius_xs { border-radius: var(--radius-xs); }
.minimal42_radius_sm { border-radius: var(--radius-sm); }
.top60_radius_md { border-radius: var(--radius-md); }
.content92_radius_lg { border-radius: var(--radius-lg); }
.pro21_radius_xl { border-radius: var(--radius-xl); }
.web2_radius_2xl { border-radius: var(--radius-2xl); }
.top1_radius_3xl { border-radius: var(--radius-3xl); }
.agency69_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.app42_gradient_primary {
  background: var(--gradient-primary);
}

.content21_gradient_secondary {
  background: var(--gradient-secondary);
}

.agency96_gradient_hero {
  background: var(--gradient-hero);
}

.elite78_gradient_card {
  background: var(--gradient-card);
}

.unique84_gradient_overlay {
  position: relative;
}

.unique84_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;
}

.unique84_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.top43_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.top43_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.business14_hover_scale {
  transition: transform var(--transition-normal);
}

.business14_hover_scale:hover {
  transform: scale(1.02);
}

.dark10_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.dark10_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.layout69_hover_fade {
  transition: opacity var(--transition-normal);
}

.layout69_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.site75_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.site75_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.core25_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.light73_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.brand97_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.fresh30_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.studio10_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.bold97_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.section89_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.base95_timeline {
  position: relative;
}

.base95_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.bold96_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.bold96_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.bold96_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.ui49_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.layout33_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;
  }
}

.best75_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;
  }
}

.ui62_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 */
.design95_transition_all {
  transition: var(--transition-all);
}

.custom75_transition_fast {
  transition: all var(--transition-fast);
}

.light87_transition_normal {
  transition: all var(--transition-normal);
}

.theme49_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.modern15_bg_primary { background-color: var(--bg-primary); }
.clean89_bg_secondary { background-color: var(--bg-secondary); }
.light98_bg_muted { background-color: var(--bg-muted); }
.elite52_bg_glass { background-color: var(--bg-glass); }

.light94_text_primary { color: var(--text-primary); }
.premium90_text_secondary { color: var(--text-secondary); }
.base10_text_muted { color: var(--text-muted); }
.bold74_text_inverse { color: var(--text-inverse); }
.agency43_text_link { color: var(--text-link); }

.main69_border_light { border-color: var(--border-light); }
.creative47_border_medium { border-color: var(--border-medium); }
.agency41_border_strong { border-color: var(--border-strong); }
.bright18_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .brand97_services_grid,
  .studio10_features_grid,
  .fresh30_team_grid,
  .section89_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .bold97_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .base95_timeline::before {
    left: 30px;
  }
  
  .bold96_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .custom31_section_height {
    min-height: 60vh;
  }
  
  .main34_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .bold97_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .bold96_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.brand21_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;
}

.best57_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.page44_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);
}

.page44_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .creative9_no_print {
    display: none !important;
  }
  
  .core39_print_only {
    display: block !important;
  }
  
  .elite6_shadow_xs,
  .section23_shadow_sm,
  .main17_shadow_md,
  .container85_shadow_lg,
  .content31_shadow_xl,
  .container71_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .ui49_fade_in,
  .layout33_slide_up,
  .best75_slide_in_left,
  .ui62_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .top43_hover_lift,
  .business14_hover_scale,
  .dark10_hover_shadow,
  .layout69_hover_fade,
  .design95_transition_all,
  .custom75_transition_fast,
  .light87_transition_normal,
  .theme49_transition_slow {
    transition: none;
  }
}

/* Header */

:root {
  --primary-700: #7c3aed;
}

.header-pro {
  position: relative;
  background: var(--neutral-50);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  z-index: 10000;
  overflow: visible;
}

.header-pro .navbar {
  padding: 1.75rem 0;
  position: relative;
}

.header-pro .navbar-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Brand Styling */
.header-pro .navbar-brand {
  text-decoration: none;
  position: relative;
  z-index: 10001;
}

.header-pro .brand-display {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header-pro .display-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-pro .icon-shape {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-pro .display-icon i {
  font-size: 1.5rem;
  color: var(--neutral-50);
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}

.header-pro .navbar-brand:hover .icon-shape {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  transform: rotate(180deg);
}

.header-pro .navbar-brand:hover .display-icon i {
  transform: rotate(-180deg) scale(1.2);
}

.header-pro .display-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-900);
  letter-spacing: -0.02em;
}

/* Custom Hamburger */
.header-pro .menu-toggle-checkbox {
  display: none;
}

.header-pro .hamburger-icon {
  display: none; /* Hidden by default (desktop) */
  cursor: pointer;
  padding: 0.75rem;
  z-index: 10003;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-pro .icon-strips {
  width: 30px;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-pro .strip {
  width: 100%;
  height: 3px;
  background: var(--primary-700);
  border-radius: 3px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.header-pro .strip:nth-child(1) {
  transform-origin: right center;
}

.header-pro .strip:nth-child(3) {
  transform-origin: right center;
}

/* Hamburger to X */
.header-pro .menu-toggle-checkbox:checked ~ .hamburger-icon .strip:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
  width: 70%;
}

.header-pro .menu-toggle-checkbox:checked ~ .hamburger-icon .strip:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.header-pro .menu-toggle-checkbox:checked ~ .hamburger-icon .strip:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
  width: 70%;
}

/* Navigation - All Identical */
.header-pro .menu-panel {
  display: flex;
  position: relative;
}

.header-pro .panel-overlay {
  display: none;
}

.header-pro .navbar-nav {
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-pro .nav-link {
  color: var(--neutral-700);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0;
  text-decoration: none;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.header-pro .nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -1;
}

.header-pro .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--primary-700);
  border-radius: 3px 3px 0 0;
  transition: width 0.4s ease;
}

.header-pro .nav-link:hover {
  color: var(--primary-700);
}

.header-pro .nav-link:hover::before {
  opacity: 1;
  transform: scale(1);
}

.header-pro .nav-link:hover::after {
  width: 60%;
}

/* Artistic Decorations */
.header-pro .header-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.header-pro .art-shape {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.15;
}

.header-pro .art-shape svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-500);
}

.header-pro .art-shape-1 {
  top: -30px;
  right: 15%;
  animation: float-art-029-1 10s ease-in-out infinite;
}

.header-pro .art-shape-2 {
  bottom: -20px;
  left: 10%;
  width: 60px;
  height: 60px;
  animation: float-art-029-2 8s ease-in-out infinite;
}

.header-pro .art-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.5;
}

.header-pro .art-particle-1 {
  top: 25%;
  right: 8%;
  animation: twinkle-029-1 4s ease-in-out infinite;
}

.header-pro .art-particle-2 {
  bottom: 35%;
  left: 20%;
  animation: twinkle-029-2 5s ease-in-out infinite;
}

@keyframes float-art-029-1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-15px, 10px) rotate(120deg); }
  66% { transform: translate(10px, -15px) rotate(240deg); }
}

@keyframes float-art-029-2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, 15px) rotate(180deg); }
}

@keyframes twinkle-029-1 {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.8); }
}

@keyframes twinkle-029-2 {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(2); }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .header-pro .hamburger-icon {
    display: block;
  }

  .header-pro .menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10002;
  }

  .header-pro .panel-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
    opacity: 0.98;
    z-index: -1;
    cursor: pointer;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .menu-panel {
    opacity: 1;
    visibility: visible;
  }

  .header-pro .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .menu-panel .navbar-nav {
    transform: translateY(0);
  }

  .header-pro .nav-link {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .header-pro .menu-panel {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}



.hero-primary {
  position: relative;
  overflow: hidden;
  background: var(--neutral-50);
}

.hero-primary .hero-wrapper {
  position: relative;
  min-height: 100vh;
}

/* Diagonal split backgrounds */
.hero-primary .diagonal-bg {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.hero-primary .diagonal-left {
  left: 0;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.hero-primary .diagonal-right {
  right: 0;
  background: linear-gradient(225deg, var(--secondary-50) 0%, var(--neutral-50) 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

/* Content area */
.hero-primary .hero-content-area {
  position: relative;
  z-index: 3;
  padding-right: 2rem;
}

.hero-primary #hero-title-1 {
  color: var(--primary-900);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.hero-primary #hero-subtitle-1 {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.3;
}

.hero-primary #hero-desc-1 {
  color: var(--neutral-900);
  line-height: 1.8;
  font-size: 1.125rem;
  max-width: 600px;
}

/* Decorative icons cluster */
.hero-primary .decorative-icons-cluster {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero-primary .decorative-icons-cluster i {
  font-size: 1.25rem;
  color: var(--primary-500);
  opacity: 0.6;
  animation: iconPulse 3s ease-in-out infinite;
}

.hero-primary .decorative-icons-cluster i:nth-child(2) {
  animation-delay: 0.5s;
}

.hero-primary .decorative-icons-cluster i:nth-child(3) {
  animation-delay: 1s;
}

/* Accent bar */
.hero-primary .accent-bar-container {
  position: relative;
}

.hero-primary .accent-bar {
  height: 6px;
  width: 150px;
  background: linear-gradient(90deg, var(--primary-700), var(--secondary-600), var(--primary-700));
  background-size: 200% 100%;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  animation: gradientShift 3s ease-in-out infinite;
}

.hero-primary .accent-icons {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.hero-primary .accent-icons i {
  font-size: 1.75rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.hero-primary .accent-icons i:hover {
  color: var(--primary-700);
  transform: scale(1.2) rotate(5deg);
}

/* Visual area */
.hero-primary .hero-visual-area {
  position: relative;
  z-index: 3;
}

.hero-primary .main-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

.hero-primary .image-frame-overlay {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 4px solid var(--primary-500);
  border-radius: 28px;
  opacity: 0.5;
  pointer-events: none;
}

/* Floating shapes */
.hero-primary .floating-shape {
  position: absolute;
  width: 70px;
  height: 70px;
  background: var(--neutral-50);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 4;
}

.hero-primary .floating-shape i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.hero-primary .shape-hex {
  top: -20px;
  right: 15%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  animation: floatVertical 4s ease-in-out infinite;
}

.hero-primary .shape-circle {
  bottom: 10%;
  left: -30px;
  border-radius: 50%;
  animation: floatVertical 5s ease-in-out infinite 1s;
}

.hero-primary .shape-square {
  top: 40%;
  right: -25px;
  border-radius: 16px;
  transform: rotate(15deg);
  animation: floatRotate 6s ease-in-out infinite;
}

/* Dots pattern */
.hero-primary .dots-pattern {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
  z-index: 2;
}

.hero-primary .pattern-1 {
  top: 10%;
  left: -30px;
}

.hero-primary .pattern-2 {
  bottom: 15%;
  right: -30px;
}

/* Floating blobs */
.hero-primary .floating-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(50px);
  z-index: 0;
}

.hero-primary .blob-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  top: 10%;
  left: 5%;
  animation: blobFloat 8s ease-in-out infinite;
}

.hero-primary .blob-2 {
  width: 280px;
  height: 280px;
  background: var(--secondary-300);
  bottom: 15%;
  right: 10%;
  animation: blobFloat 10s ease-in-out infinite 2s;
}

.hero-primary .blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 50%;
  right: 30%;
  animation: blobFloat 7s ease-in-out infinite 4s;
}

/* Animations */
@keyframes iconPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes floatVertical {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

@keyframes floatRotate {
  0%, 100% {
    transform: rotate(15deg) translateY(0);
  }
  50% {
    transform: rotate(25deg) translateY(-20px);
  }
}

@keyframes blobFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-primary .hero-wrapper {
    min-height: auto;
  }
  
  .hero-primary .diagonal-left,
  .hero-primary .diagonal-right {
    width: 100%;
    height: 50%;
    clip-path: none;
  }
  
  .hero-primary .diagonal-left {
    top: 0;
  }
  
  .hero-primary .diagonal-right {
    top: 50%;
  }
  
  .hero-primary #hero-title-1 {
    font-size: 2.5rem;
  }
  
  .hero-primary .hero-content-area {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  
  .hero-primary .floating-shape {
    width: 60px;
    height: 60px;
  }
  
  .hero-primary .floating-shape i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-primary #hero-title-1 {
    font-size: 2rem;
  }
  
  .hero-primary #hero-desc-1 {
    font-size: 1rem;
  }
  
  .hero-primary .shape-square {
    display: none;
  }
  
  .hero-primary .floating-blob {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-primary #hero-title-1 {
    font-size: 1.75rem;
  }
  
  .hero-primary .accent-icons i {
    font-size: 1.5rem;
  }
  
  .hero-primary .dots-pattern {
    display: none;
  }
}



.about-section-alt {
  position: relative;
  padding: 120px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Elements */
.about-section-alt .nature-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-image: 
    repeating-linear-gradient(45deg, var(--primary-500) 0, var(--primary-500) 1px, transparent 0, transparent 50%),
    repeating-linear-gradient(-45deg, var(--primary-700) 0, var(--primary-700) 1px, transparent 0, transparent 50%);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

.about-section-alt .earth-gradient-top {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent 65%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.about-section-alt .earth-gradient-bottom {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

/* Content Wrapper */
.about-section-alt .content-wrapper {
  position: relative;
  z-index: 1;
}

.about-section-alt .organic-badge {
  width: 80px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
  border-radius: 3px;
  margin-bottom: 2rem;
}

.about-section-alt #about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-alt #about-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.about-section-alt #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Compact Features */
.about-section-alt .features-compact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-section-alt .compact-feature {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.about-section-alt .compact-feature:hover {
  transform: translateX(8px);
  background: var(--light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-section-alt .feature-icon-small {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-section-alt .compact-feature:hover .feature-icon-small {
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.about-section-alt .feature-icon-small i {
  font-size: 1.25rem;
  color: var(--light);
}

.about-section-alt .feature-text h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-alt .feature-text p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Image Gallery */
.about-section-alt .image-gallery {
  position: relative;
  z-index: 1;
}

.about-section-alt .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  height: 520px;
}

.about-section-alt .gallery-item-main {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-section-alt .gallery-item-secondary {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.about-section-alt .gallery-item-tertiary {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.about-section-alt .gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.about-section-alt .gallery-item-main:hover img,
.about-section-alt .gallery-item-secondary:hover img,
.about-section-alt .gallery-item-tertiary:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.about-section-alt .organic-shape-1,
.about-section-alt .organic-shape-2,
.about-section-alt .organic-shape-3 {
  position: absolute;
  background: var(--primary-500);
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.about-section-alt .organic-shape-1 {
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50% 30% 50% 30%;
}

.about-section-alt .organic-shape-2 {
  top: -8px;
  left: -8px;
  width: 50px;
  height: 50px;
  border-radius: 30% 50% 30% 50%;
}

.about-section-alt .organic-shape-3 {
  bottom: -8px;
  left: -8px;
  width: 50px;
  height: 50px;
  border-radius: 40% 60% 40% 60%;
}

/* Earth Cards */
.about-section-alt .earth-card {
  position: relative;
  background: linear-gradient(135deg, var(--surface-secondary), var(--light));
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  overflow: hidden;
  z-index: 1;
}

.about-section-alt .earth-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-section-alt .card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.about-section-alt .earth-card:hover .card-icon-wrapper {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.about-section-alt .card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

.about-section-alt .earth-card h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-alt .earth-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.about-section-alt .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  opacity: 0.08;
  border-radius: 50% 40% 60% 50%;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-section-alt {
    padding: 80px 0;
  }

  .about-section-alt #about-title {
    font-size: 2.5rem;
  }

  .about-section-alt .gallery-grid {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .about-section-alt {
    padding: 60px 0;
  }

  .about-section-alt #about-title {
    font-size: 2rem;
  }

  .about-section-alt .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 200px);
    height: auto;
  }

  .about-section-alt .gallery-item-main {
    grid-column: 1;
    grid-row: 1;
  }

  .about-section-alt .gallery-item-secondary {
    grid-column: 1;
    grid-row: 2;
  }

  .about-section-alt .gallery-item-tertiary {
    grid-column: 1;
    grid-row: 3;
  }

  .about-section-alt .earth-card {
    padding: 2rem;
  }

  .about-section-alt .compact-feature {
    flex-direction: column;
    text-align: center;
  }
}





/* ================================================
   Features Section v-119 - Professional Blue
   ================================================ */

.features-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;
}

/* Header Styles */
.features-section-pro .features-header {
  position: relative;
  z-index: 2;
}

.features-section-pro #features-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.features-section-pro #features-subtitle {
  color: var(--primary-500);
  font-size: 1.25rem;
  font-weight: 500;
}

.features-section-pro #features-desc {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Feature Card */
.features-section-pro .feature-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-section-pro .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.features-section-pro .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.features-section-pro .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon */
.features-section-pro .feature-icon-wrapper {
  position: relative;
  margin-bottom: 1.75rem;
  display: inline-block;
}

.features-section-pro .feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.features-section-pro .feature-card:hover .feature-icon {
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.features-section-pro .feature-icon i {
  font-size: 2rem;
  color: var(--light);
  transition: transform 0.3s ease;
}

.features-section-pro .feature-card:hover .feature-icon i {
  transform: scale(1.1);
}

.features-section-pro .icon-decoration {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 88px;
  height: 88px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  border-radius: 18px;
  z-index: 1;
  transition: all 0.4s ease;
}

.features-section-pro .feature-card:hover .icon-decoration {
  transform: scale(1.15) rotate(8deg);
  background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

/* Feature Content */
.features-section-pro .feature-content {
  position: relative;
  z-index: 2;
}

.features-section-pro .feature-title {
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
}

.features-section-pro .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-section-pro .feature-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

/* Decorative Line */
.features-section-pro .feature-decoration-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section-pro .feature-card:hover .feature-decoration-line {
  opacity: 1;
}

/* Decorative Background Shapes */
.features-section-pro .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.features-section-pro .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent 70%
  );
}

.features-section-pro .shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.features-section-pro .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.features-section-pro .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) 10%, transparent 90%),
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 50% 50%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-pro .feature-card {
    padding: 2rem;
  }

  .features-section-pro #features-title {
    font-size: 2rem;
  }

  .features-section-pro .feature-icon {
    width: 64px;
    height: 64px;
  }

  .features-section-pro .feature-icon i {
    font-size: 1.75rem;
  }

  .features-section-pro .icon-decoration {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 767.98px) {
  .features-section-pro {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .features-section-pro .feature-card {
    padding: 1.75rem;
  }

  .features-section-pro #features-title {
    font-size: 1.75rem;
  }

  .features-section-pro #features-subtitle {
    font-size: 1.1rem;
  }

  .features-section-pro #features-desc {
    font-size: 1rem;
  }

  .features-section-pro .feature-icon {
    width: 56px;
    height: 56px;
  }

  .features-section-pro .feature-icon i {
    font-size: 1.5rem;
  }

  .features-section-pro .shape-1,
  .features-section-pro .shape-2 {
    width: 250px;
    height: 250px;
  }

  .features-section-pro .shape-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .features-section-pro .feature-card {
    padding: 1.5rem;
  }

  .features-section-pro .feature-title {
    font-size: 1.25rem;
  }

  .features-section-pro .feature-description {
    font-size: 0.95rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .features-section-pro .feature-card {
    border-color: var(--primary-500);
    border-width: 3px;
  }

  .features-section-pro .feature-icon {
    outline: 2px solid var(--primary-700);
    outline-offset: 2px;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .features-section-pro .feature-card,
  .features-section-pro .feature-icon,
  .features-section-pro .icon-decoration {
    transition: none;
  }

  .features-section-pro .shape-1,
  .features-section-pro .shape-2,
  .features-section-pro .shape-blob {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .features-section-pro {
    background: white;
  }

  .features-section-pro .decorative-shapes {
    display: none;
  }

  .features-section-pro .feature-card {
    border: 2px solid var(--neutral-300);
    box-shadow: none;
    page-break-inside: avoid;
  }
}

/* Services section */
.services-section-standard {
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.services-section-standard .section-header {
  max-width: 800px;
  margin: 0 auto 4rem;
  z-index: 2;
}

.services-section-standard .section-description {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Decorative Elements */
.services-section-standard .decorative-dots-left,
.services-section-standard .decorative-dots-right {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.4;
  z-index: 1;
}

.services-section-standard .decorative-dots-left {
  top: -20px;
  left: -40px;
  transform: rotate(-15deg);
}

.services-section-standard .decorative-dots-right {
  top: -20px;
  right: -40px;
  transform: rotate(15deg);
}

.services-section-standard .decorative-line {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
  border-radius: 2px;
}

.services-section-standard .decorative-shape-bottom {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Service Cards */
.services-section-standard .service-card {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-standard .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-standard .service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.services-section-standard .service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.services-section-standard .service-card.featured {
  border-color: var(--primary-500);
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary)) 100%);
}

.services-section-standard .featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-500);
  color: var(--light);
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
}

/* Card Badge - Decorative */
.services-section-standard .card-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at top right, color-mix(in srgb, var(--primary-300) 15%, transparent) 0%, transparent 70%);
  border-radius: 0 16px 0 0;
  z-index: 1;
}

.services-section-standard .card-decoration {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 30%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Icon Wrapper */
.services-section-standard .icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.services-section-standard .service-card:hover .icon-wrapper {
  transform: rotate(5deg) scale(1.05);
}

.services-section-standard .icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

/* Service Title */
.services-section-standard .service-title {
  color: var(--text-primary);
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.services-section-standard .service-card:hover .service-title {
  color: var(--primary-700);
}

/* Service Description */
.services-section-standard .service-description {
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

/* Features Section */
.services-section-standard .service-features {
  position: relative;
  z-index: 2;
}

.services-section-standard .feature-row {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.services-section-standard .feature-row:hover {
  transform: translateX(5px);
}

.services-section-standard .feature-row i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.services-section-standard .feature-row span {
  color: var(--text-secondary);
}

/* Price Section */
.services-section-standard .price-section {
  padding-top: 1.5rem;
  border-top: 2px solid var(--neutral-100);
  position: relative;
  z-index: 2;
}

.services-section-standard .price-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.services-section-standard .price-value {
  color: var(--primary-700);
  font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .services-section-standard .section-header {
    margin-bottom: 3rem;
  }

  .services-section-standard .service-card {
    padding: 2rem 1.5rem;
  }

  .services-section-standard .decorative-dots-left,
  .services-section-standard .decorative-dots-right {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .services-section-standard .section-description {
    font-size: 1rem;
  }

  .services-section-standard .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .services-section-standard .icon-wrapper i {
    font-size: 1.75rem;
  }

  .services-section-standard .featured-badge {
    top: 15px;
    right: 15px;
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }

  .services-section-standard .decorative-shape-bottom {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .services-section-standard .service-card {
    padding: 1.75rem 1.25rem;
  }

  .services-section-standard .section-description {
    font-size: 0.95rem;
  }

  .services-section-standard .decorative-dots-left,
  .services-section-standard .decorative-dots-right {
    display: none;
  }
}

/* Animation Enhancement */
.services-section-standard .service-card {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accessibility */
.services-section-standard .service-card:focus-within {
  outline: 3px solid var(--primary-500);
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .services-section-standard .service-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

.priceplan-section-modern {
  padding: 100px 0;
  background: var(--light);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.priceplan-section-modern .section-header {
  max-width: 700px;
  margin: 0 auto 80px;
}

.priceplan-section-modern .minimal-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-500);
  border-radius: 2px;
}

.priceplan-section-modern .minimal-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.priceplan-section-modern .section-title {
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.priceplan-section-modern .section-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--primary-700);
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}

.priceplan-section-modern .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
  font-weight: 300;
}

/* Plans Grid */
.priceplan-section-modern .plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: var(--neutral-300);
  padding: 2px;
}

/* Plan Item */
.priceplan-section-modern .plan-item {
  background: var(--light);
  position: relative;
  transition: all 0.3s ease;
}

.priceplan-section-modern .plan-item:hover {
  background: color-mix(in srgb, var(--primary-50) 8%, var(--light));
}

.priceplan-section-modern .plan-item.featured {
  background: var(--surface-primary);
}

.priceplan-section-modern .plan-item.featured:hover {
  background: color-mix(in srgb, var(--primary-50) 10%, var(--surface-primary));
}

/* Featured Dot */
.priceplan-section-modern .featured-dot {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  z-index: 2;
}

/* Plan Wrapper */
.priceplan-section-modern .plan-wrapper {
  padding: 50px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Icon Minimal */
.priceplan-section-modern .icon-minimal {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid var(--neutral-300);
  transition: all 0.3s ease;
}

.priceplan-section-modern .plan-item:hover .icon-minimal {
  border-color: var(--primary-500);
  background: var(--primary-500);
}

.priceplan-section-modern .icon-minimal i {
  font-size: 1.5rem;
  color: var(--neutral-700);
  transition: color 0.3s ease;
}

.priceplan-section-modern .plan-item:hover .icon-minimal i {
  color: var(--light);
}

/* Plan Title */
.priceplan-section-modern .plan-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

/* Price Container */
.priceplan-section-modern .price-container {
  margin-bottom: 24px;
}

.priceplan-section-modern .price-value {
  font-size: 3rem;
  font-weight: 200;
  color: var(--text-primary);
  display: block;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* Plan Description */
.priceplan-section-modern .plan-desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 28px;
  font-weight: 300;
  min-height: 64px;
}

/* Thin Divider */
.priceplan-section-modern .thin-divider {
  width: 40px;
  height: 1px;
  background: var(--neutral-300);
  margin-bottom: 28px;
}

/* Features List */
.priceplan-section-modern .features-list {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.9;
  font-weight: 300;
}

/* Minimal Background */
.priceplan-section-modern .minimal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-modern .bg-line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    color-mix(in srgb, var(--neutral-300) 30%, transparent) 50%, 
    transparent 100%);
  opacity: 0.5;
}

.priceplan-section-modern .line-1 {
  top: 25%;
}

.priceplan-section-modern .line-2 {
  bottom: 30%;
}

.priceplan-section-modern .bg-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--neutral-500);
  border-radius: 50%;
  opacity: 0.2;
}

.priceplan-section-modern .dot-1 {
  top: 15%;
  left: 10%;
}

.priceplan-section-modern .dot-2 {
  top: 60%;
  right: 15%;
}

.priceplan-section-modern .dot-3 {
  bottom: 20%;
  left: 20%;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-modern {
    padding: 80px 0;
  }

  .priceplan-section-modern .section-title {
    font-size: 3rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-modern .plans-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .priceplan-section-modern .plan-title {
    font-size: 1.5rem;
  }

  .priceplan-section-modern .price-value {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-modern {
    padding: 60px 0;
  }

  .priceplan-section-modern .section-title {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1rem;
  }

  .priceplan-section-modern .plan-wrapper {
    padding: 40px 30px;
  }

  .priceplan-section-modern .price-value {
    font-size: 2.25rem;
  }

  .priceplan-section-modern .bg-line,
  .priceplan-section-modern .bg-dot {
    opacity: 0.3;
  }
}





/* ========================================
   Team Section v-141 - Professional Blue
   ======================================== */

.team-section-classic {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header Styles */
.team-section-classic .section-header {
  position: relative;
  z-index: 2;
}

.team-section-classic .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.team-section-classic .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.team-section-classic .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Line */
.team-section-classic .decorative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.team-section-classic .decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  border-radius: 2px;
}

.team-section-classic .decorative-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 91, 187, 0.4);
}

/* Team Card Styles */
.team-section-classic .team-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  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;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-section-classic .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 91, 187, 0.15);
}

/* Team Image Wrapper */
.team-section-classic .team-image-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 1.5rem;
}

.team-section-classic .image-frame {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid var(--primary-500);
  box-shadow: 0 8px 30px rgba(0, 91, 187, 0.2);
}

.team-section-classic .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-classic .team-card:hover .team-member-photo {
  transform: scale(1.1);
}

.team-section-classic .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 91, 187, 0) 0%, rgba(0, 91, 187, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-classic .team-card:hover .image-overlay {
  opacity: 1;
}

/* Corner Accents */
.team-section-classic .corner-accent {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-300);
  transition: all 0.4s ease;
}

.team-section-classic .corner-accent.top-left {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
  border-radius: 4px 0 0 0;
}

.team-section-classic .corner-accent.bottom-right {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 4px 0;
}

.team-section-classic .team-card:hover .corner-accent {
  border-color: var(--primary-500);
}

.team-section-classic .team-card:hover .corner-accent.top-left {
  top: -10px;
  left: -10px;
}

.team-section-classic .team-card:hover .corner-accent.bottom-right {
  bottom: -10px;
  right: -10px;
}

/* Team Info Styles */
.team-section-classic .team-info {
  width: 100%;
}

.team-section-classic .member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.team-section-classic .member-role {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Role Icon Wrapper */
.team-section-classic .role-icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.team-section-classic .role-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-300);
  transition: all 0.3s ease;
}

.team-section-classic .team-card:hover .role-icon-wrapper i {
  color: var(--primary-500);
  transform: scale(1.15);
}

/* Background Decorative Shapes */
.team-section-classic .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.team-section-classic .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.team-section-classic .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -100px;
  right: -50px;
  animation: float-shape-1 20s ease-in-out infinite;
}

.team-section-classic .shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: -80px;
  left: 10%;
  animation: float-shape-2 15s ease-in-out infinite;
}

.team-section-classic .shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 40%;
  left: -50px;
  animation: float-shape-3 18s ease-in-out infinite;
}

/* Animations */
@keyframes float-shape-1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
  }
}

@keyframes float-shape-2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-40px, -30px) rotate(180deg);
  }
}

@keyframes float-shape-3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, 20px) scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-classic .team-card {
    padding: 1.5rem;
  }

  .team-section-classic .team-image-wrapper {
    width: 180px;
    height: 180px;
  }

  .team-section-classic .member-name {
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-classic {
    padding: 3rem 0;
  }

  .team-section-classic .section-description {
    font-size: 1rem;
  }

  .team-section-classic .team-image-wrapper {
    width: 160px;
    height: 160px;
  }

  .team-section-classic .image-frame {
    border-width: 3px;
  }

  .team-section-classic .member-name {
    font-size: 1.25rem;
  }

  .team-section-classic .member-role {
    font-size: 0.95rem;
  }

  .team-section-classic .col-lg-4.offset-lg-2 {
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .team-section-classic .team-card {
    padding: 1.25rem;
  }

  .team-section-classic .team-image-wrapper {
    width: 140px;
    height: 140px;
  }

  .team-section-classic .corner-accent {
    width: 15px;
    height: 15px;
  }

  .team-section-classic .role-icon-wrapper i {
    font-size: 1.25rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-section-classic .team-card {
    border: 2px solid var(--neutral-300);
  }

  .team-section-classic .image-frame {
    border-width: 5px;
  }

  .team-section-classic .member-name,
  .team-section-classic .member-role {
    font-weight: 700;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-section-classic .team-card,
  .team-section-classic .team-member-photo,
  .team-section-classic .corner-accent,
  .team-section-classic .role-icon-wrapper i {
    transition: none;
  }

  .team-section-classic .shape {
    animation: none;
  }

  .team-section-classic .team-card:hover {
    transform: none;
  }
}

/* Reviews section */
.reviews-section-custom {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header Styles */
.reviews-section-custom .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

.reviews-section-custom .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.reviews-section-custom .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.reviews-section-custom .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.reviews-section-custom .decorative-accent {
  width: 100px;
  height: 3px;
  background: var(--primary-300);
  margin: 2rem auto 0;
  border-radius: 2px;
  opacity: 0.5;
}

/* Review Card Base Styles */
.reviews-section-custom .review-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--neutral-100);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.reviews-section-custom .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Featured Card Highlight */
.reviews-section-custom .review-card.featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  border: 2px solid var(--primary-500);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.reviews-section-custom .review-card.featured .featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1rem;
  z-index: 2;
}

/* Quote Icon Styles */
.reviews-section-custom .quote-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.reviews-section-custom .quote-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Review Content */
.reviews-section-custom .review-content {
  margin-bottom: 2rem;
}

.reviews-section-custom .review-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  font-style: italic;
}

/* Author Section */
.reviews-section-custom .review-author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.reviews-section-custom .author-avatar {
  flex-shrink: 0;
}

.reviews-section-custom .avatar-placeholder {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  border: 3px solid var(--surface-primary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.reviews-section-custom .author-info {
  flex: 1;
}

.reviews-section-custom .author-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

/* Card Decorative Element */
.reviews-section-custom .card-decorative-element {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
}

/* Horizontal Card Variant */
.reviews-section-custom .review-card.horizontal {
  display: flex;
  flex-direction: column;
}

/* Floating Background Shapes */
.reviews-section-custom .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-custom .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: -100px;
  left: -100px;
  animation: float-1 20s ease-in-out infinite;
}

.reviews-section-custom .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 50%;
  right: -80px;
  animation: float-2 18s ease-in-out infinite;
}

.reviews-section-custom .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  bottom: -50px;
  left: 30%;
  animation: float-3 22s ease-in-out infinite;
}

/* Animations */
@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-40px, 40px) scale(1.15);
  }
}

@keyframes float-3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(50px, -20px) scale(1.08);
  }
}

/* Tablet Responsiveness */
@media (max-width: 991px) {
  .reviews-section-custom .section-title {
    font-size: 2rem;
  }

  .reviews-section-custom .section-subtitle {
    font-size: 1.25rem;
  }

  .reviews-section-custom .review-card {
    padding: 1.75rem;
  }
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .reviews-section-custom .section-title {
    font-size: 1.75rem;
  }

  .reviews-section-custom .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-custom .section-description {
    font-size: 1rem;
  }

  .reviews-section-custom .review-card {
    padding: 1.5rem;
  }

  .reviews-section-custom .quote-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .reviews-section-custom .quote-icon-wrapper i {
    font-size: 1.5rem;
  }

  .reviews-section-custom .review-text {
    font-size: 0.95rem;
  }

  .reviews-section-custom .avatar-placeholder {
    width: 48px;
    height: 48px;
  }

  .reviews-section-custom .author-name {
    font-size: 0.875rem;
  }

  .reviews-section-custom .floating-shape {
    display: none;
  }
}

/* Extra Small Mobile */
@media (max-width: 575px) {
  .reviews-section-custom {
    padding: 3rem 0;
  }

  .reviews-section-custom .section-title {
    font-size: 1.5rem;
  }

  .reviews-section-custom .review-card {
    padding: 1.25rem;
  }
}

/* Accessibility - High Contrast Support */
@media (prefers-contrast: high) {
  .reviews-section-custom .review-card {
    border: 2px solid var(--neutral-700);
  }

  .reviews-section-custom .review-text {
    color: var(--text-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .reviews-section-custom .review-card {
    transition: none;
  }

  .reviews-section-custom .floating-shape {
    animation: none;
  }

  .reviews-section-custom .review-card:hover {
    transform: none;
  }
}

/* ===================================
   CASESTUDY v-040: Creative Purple Zigzag
   Zigzag alternating layout with creative orbit and abstract elements
   Theme: creative-purple-01
   =================================== */

.casestudy_wrap_featured {
  position: relative;
  padding: 5rem 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* ===== CREATIVE HEADER ===== */
.casestudy_wrap_featured .creative-header {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  z-index: 2;
}

.casestudy_wrap_featured .creative-orbit {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 2.5rem;
}

.casestudy_wrap_featured .orbit-ring {
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  animation: orbit-spin 20s linear infinite;
}

.casestudy_wrap_featured .ring-1 {
  border-style: solid;
  opacity: 0.3;
}

.casestudy_wrap_featured .ring-2 {
  inset: 15%;
  border-style: dashed;
  opacity: 0.4;
  animation-duration: 15s;
  animation-direction: reverse;
}

.casestudy_wrap_featured .ring-3 {
  inset: 30%;
  border-style: dotted;
  opacity: 0.5;
  animation-duration: 10s;
}

@keyframes orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.casestudy_wrap_featured .orbit-center {
  position: absolute;
  inset: 35%;
  background: var(--primary-500);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.casestudy_wrap_featured .creative-icons-scatter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.casestudy_wrap_featured .creative-icons-scatter i {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--primary-500);
  background: var(--surface-accent);
  border-radius: 10px;
  transform: rotate(calc(var(--rotation) * 1deg));
  transition: all 0.3s ease;
}

.casestudy_wrap_featured .creative-icons-scatter i:nth-child(1) {
  --rotation: -8;
}

.casestudy_wrap_featured .creative-icons-scatter i:nth-child(2) {
  --rotation: 5;
}

.casestudy_wrap_featured .creative-icons-scatter i:nth-child(3) {
  --rotation: -12;
}

.casestudy_wrap_featured .creative-icons-scatter i:nth-child(4) {
  --rotation: 10;
}

.casestudy_wrap_featured .creative-icons-scatter i:hover {
  transform: rotate(0deg) scale(1.15);
  background: var(--primary-100);
}

.casestudy_wrap_featured .creative-main-title {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -1px;
}

.casestudy_wrap_featured .creative-tagline {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.75rem;
  font-style: italic;
  letter-spacing: 0.5px;
}

.casestudy_wrap_featured .creative-intro {
  font-size: 1.125rem;
  line-height: 1.85;
  color: var(--text-secondary);
  max-width: 950px;
  margin: 0 auto;
}

/* ===== ZIGZAG LAYOUT ===== */
.casestudy_wrap_featured .zigzag-container {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.casestudy_wrap_featured .zigzag-item {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.casestudy_wrap_featured .item-left {
  flex-direction: row;
}

.casestudy_wrap_featured .item-right {
  flex-direction: row-reverse;
}

/* ===== VISUAL PANEL ===== */
.casestudy_wrap_featured .zigzag-visual-panel {
  flex: 0 0 40%;
  position: relative;
  min-height: 350px;
  background: linear-gradient(135deg, var(--surface-accent), var(--primary-50));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid var(--border-light);
}

.casestudy_wrap_featured .panel-pattern-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  padding: 2rem;
  opacity: 0.15;
}

.casestudy_wrap_featured .grid-cell {
  border: 2px solid var(--primary-500);
  border-radius: 8px;
  animation: cell-pulse 3s ease-in-out infinite;
}

.casestudy_wrap_featured .grid-cell:nth-child(1) {
  animation-delay: 0s;
}

.casestudy_wrap_featured .grid-cell:nth-child(2) {
  animation-delay: 0.5s;
}

.casestudy_wrap_featured .grid-cell:nth-child(3) {
  animation-delay: 1s;
}

.casestudy_wrap_featured .grid-cell:nth-child(4) {
  animation-delay: 1.5s;
}

.casestudy_wrap_featured .grid-cell:nth-child(5) {
  animation-delay: 2s;
}

.casestudy_wrap_featured .grid-cell:nth-child(6) {
  animation-delay: 2.5s;
}

@keyframes cell-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.casestudy_wrap_featured .panel-icon-frame {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2rem;
}

.casestudy_wrap_featured .panel-icon-frame i {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
}

.casestudy_wrap_featured .panel-gradient-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, var(--primary-500) 150%);
  opacity: 0.03;
}

/* ===== CONTENT PANEL ===== */
.casestudy_wrap_featured .zigzag-content-panel {
  flex: 1;
  position: relative;
  padding: 2rem;
}

.casestudy_wrap_featured .content-tag {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: var(--primary-500);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.casestudy_wrap_featured .zigzag-heading {
  font-size: 2.125rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}

.casestudy_wrap_featured .zigzag-paragraph {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0 0 2rem;
}

.casestudy_wrap_featured .content-sparkle-dots {
  display: flex;
  gap: 0.75rem;
}

.casestudy_wrap_featured .sparkle-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: sparkle 2s ease-in-out infinite;
}

.casestudy_wrap_featured .sparkle-dot:nth-child(1) {
  animation-delay: 0s;
}

.casestudy_wrap_featured .sparkle-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.casestudy_wrap_featured .sparkle-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes sparkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* ===== BACKGROUND ABSTRACT CANVAS ===== */
.casestudy_wrap_featured .bg-abstract-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.casestudy_wrap_featured .abstract-blob {
  position: absolute;
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  opacity: 0.04;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  filter: blur(50px);
  animation: blob-float 20s ease-in-out infinite;
}

.casestudy_wrap_featured .blob-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.casestudy_wrap_featured .blob-2 {
  top: 50%;
  right: 10%;
  animation-delay: 5s;
}

.casestudy_wrap_featured .blob-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: 10s;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.9);
  }
}

.casestudy_wrap_featured .abstract-mesh {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(90deg, var(--primary-500) 1px, transparent 1px),
    linear-gradient(0deg, var(--primary-500) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.02;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199px) {
  .casestudy_wrap_featured .creative-main-title {
    font-size: 2.75rem;
  }

  .casestudy_wrap_featured .zigzag-visual-panel {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .casestudy_wrap_featured .creative-main-title {
    font-size: 2.25rem;
  }

  .casestudy_wrap_featured .zigzag-item {
    flex-direction: column !important;
    gap: 2rem;
  }

  .casestudy_wrap_featured .zigzag-visual-panel {
    flex: 0 0 auto;
    width: 100%;
    min-height: 280px;
  }

  .casestudy_wrap_featured .zigzag-content-panel {
    text-align: center;
  }

  .casestudy_wrap_featured .content-sparkle-dots {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .casestudy_wrap_featured {
    padding: 3rem 0;
  }

  .casestudy_wrap_featured .creative-main-title {
    font-size: 2rem;
  }

  .casestudy_wrap_featured .creative-tagline {
    font-size: 1.25rem;
  }

  .casestudy_wrap_featured .creative-intro {
    font-size: 1rem;
  }

  .casestudy_wrap_featured .creative-orbit {
    width: 130px;
    height: 130px;
  }

  .casestudy_wrap_featured .orbit-center {
    font-size: 1.75rem;
  }

  .casestudy_wrap_featured .creative-icons-scatter i {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }

  .casestudy_wrap_featured .zigzag-visual-panel {
    min-height: 240px;
  }

  .casestudy_wrap_featured .panel-icon-frame i {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  .casestudy_wrap_featured .zigzag-heading {
    font-size: 1.625rem;
  }

  .casestudy_wrap_featured .zigzag-paragraph {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .casestudy_wrap_featured .creative-icons-scatter {
    gap: 1rem;
  }

  .casestudy_wrap_featured .zigzag-container {
    gap: 3rem;
  }

  .casestudy_wrap_featured .panel-icon-frame {
    gap: 1.5rem;
  }

  .casestudy_wrap_featured .panel-icon-frame i {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
  }
}



.process-section-modern {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-badge {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--surface-primary);
  background: var(--primary-500);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

.main-title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.intro-text {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Process Grid */
.process-grid {
  position: relative;
  margin-top: 3rem;
}

.process-box {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.4s ease;
}

.process-box:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Box Icon */
.box-icon-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 2rem;
}

.icon-bg {
  position: absolute;
  inset: 0;
  background: var(--primary-50);
  border-radius: 20px;
  transform: rotate(10deg);
  transition: transform 0.4s ease;
}

.process-box:hover .icon-bg {
  transform: rotate(20deg);
}

.box-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.box-icon i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

/* Box Content */
.box-content {
  text-align: center;
}

.box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.box-text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Connector Lines */
.connector-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.4;
  z-index: -1;
}

.line-horizontal {
  width: 60px;
  height: 2px;
  top: 45px;
  right: -62px;
}

.line-center {
  right: auto;
  left: 50%;
  transform: translateX(50%);
}

.line-diagonal {
  width: 2px;
  height: 80px;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
}

/* Center Connector */
.center-connector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0.4;
  z-index: 0;
}

/* Grid Pattern */
.grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .main-title {
    font-size: 2.25rem;
  }

  .connector-line {
    display: none;
  }

  .center-connector {
    display: none;
  }

  .process-box {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .process-section-modern {
    padding: 60px 0;
  }

  .main-title {
    font-size: 1.875rem;
  }

  .intro-text {
    font-size: 1rem;
  }

  .process-box {
    padding: 2rem 1.5rem;
  }

  .box-icon-wrapper {
    width: 75px;
    height: 75px;
  }

  .box-icon i {
    font-size: 2rem;
  }

  .box-title {
    font-size: 1.25rem;
  }

  .box-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .process-box {
    padding: 1.5rem 1rem;
  }

  .box-icon-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 1.5rem;
  }

  .box-icon i {
    font-size: 1.75rem;
  }
}





/* Timeline  - Modern Green Theme - Wave Flow Pattern Layout */

.timeline_wrap_secondary {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary), var(--surface-accent));
  overflow: hidden;
}

/* Flow Environment */
.timeline_flow_environment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.timeline_wave_pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, var(--primary-100), transparent);
  clip-path: polygon(
    0 70%, 10% 65%, 20% 70%, 30% 65%, 40% 70%, 
    50% 65%, 60% 70%, 70% 65%, 80% 70%, 90% 65%, 100% 70%, 
    100% 100%, 0 100%
  );
  opacity: 0.4;
}

.timeline_ripple_effect {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 40%, var(--primary-100) 60%, transparent 80%);
  opacity: 0.3;
  animation: timeline_ripple 8s ease-in-out infinite;
}

@keyframes timeline_ripple {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}

/* Content Container */
.timeline_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Flow Intro */
.timeline_flow_intro {
  margin-bottom: 70px;
}

.timeline_natural_title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline_natural_subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline_natural_description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 900px;
}

/* Flow Sequence */
.timeline_flow_sequence {
  position: relative;
}

.timeline_wave_connector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, 
    transparent, 
    var(--primary-300) 20%, 
    var(--primary-500) 50%, 
    var(--primary-300) 80%, 
    transparent
  );
  opacity: 0.3;
}

/* Flow Card */
.timeline_flow_card {
  display: flex;
  gap: 1.5rem;
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.timeline_flow_card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
  border-radius: 0 0 18px 18px;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.timeline_flow_card:hover::before {
  transform: scaleX(1);
}

.timeline_flow_card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

/* Flow Marker */
.timeline_flow_marker {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.timeline_flow_card:hover .timeline_flow_marker {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(360deg) scale(1.1);
}

.timeline_flow_marker i {
  font-size: 1.875rem;
  color: var(--primary-500);
  transition: color 0.4s ease;
}

.timeline_flow_card:hover .timeline_flow_marker i {
  color: var(--button-primary-text);
}

/* Flow Content */
.timeline_flow_content {
  flex: 1;
}

.timeline_flow_heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline_flow_text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Finale Card */
.timeline_flow_finale {
  background: linear-gradient(135deg, var(--surface-accent), var(--surface-primary));
  border-width: 3px;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.timeline_marker_finale {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  margin-bottom: 1rem;
}

.timeline_marker_finale i {
  font-size: 2rem;
  color: var(--button-primary-text);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_secondary {
    padding: 80px 0;
  }
  
  .timeline_flow_intro {
    margin-bottom: 60px;
  }
  
  .timeline_natural_title {
    font-size: 2.5rem;
  }
  
  .timeline_natural_subtitle {
    font-size: 1.375rem;
  }
  
  .timeline_wave_connector {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_secondary {
    padding: 60px 0;
  }
  
  .timeline_flow_intro {
    margin-bottom: 50px;
  }
  
  .timeline_natural_title {
    font-size: 2rem;
  }
  
  .timeline_natural_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_natural_description {
    font-size: 1rem;
  }
  
  .timeline_flow_card {
    padding: 1.5rem;
    gap: 1.25rem;
  }
  
  .timeline_flow_marker {
    width: 60px;
    height: 60px;
  }
  
  .timeline_flow_marker i {
    font-size: 1.5rem;
  }
  
  .timeline_marker_finale {
    width: 70px;
    height: 70px;
  }
  
  .timeline_marker_finale i {
    font-size: 1.75rem;
  }
  
  .timeline_flow_heading {
    font-size: 1.375rem;
  }
  
  .timeline_flow_text {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_secondary {
    padding: 50px 0;
  }
  
  .timeline_natural_title {
    font-size: 1.75rem;
  }
  
  .timeline_flow_card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
  }
  
  .timeline_flow_finale {
    align-items: center;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.career-section-special {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Badge */
.career-section-special .section-badge {
  display: inline-block;
  padding: 8px 16px;
  background: var(--neutral-900);
  color: var(--light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

/* Typography */
.career-section-special #career-title {
  color: var(--text-primary);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.career-section-special #career-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.career-section-special #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Career List */
.career-section-special .career-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Horizontal Cards */
.career-section-special .career-horizontal-card {
  background: var(--light);
  border: 2px solid var(--neutral-300);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.career-section-special .career-horizontal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--primary-500);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.career-section-special .career-horizontal-card:hover {
  transform: translateX(10px);
  border-color: var(--primary-500);
  box-shadow: -8px 16px 40px rgba(0, 0, 0, 0.1);
}

.career-section-special .career-horizontal-card:hover::before {
  transform: scaleY(1);
}

/* Card Left */
.career-section-special .card-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.career-section-special .position-number {
  font-size: 32px;
  font-weight: 900;
  color: var(--neutral-300);
  line-height: 1;
  font-family: monospace;
  transition: all 0.3s ease;
}

.career-section-special .career-horizontal-card:hover .position-number {
  color: var(--primary-500);
  transform: scale(1.1);
}

.career-section-special .icon-box {
  width: 64px;
  height: 64px;
  background: var(--surface-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  transition: all 0.3s ease;
}

.career-section-special .icon-box i {
  font-size: 32px;
  color: var(--neutral-700);
  transition: all 0.3s ease;
}

.career-section-special .career-horizontal-card:hover .icon-box {
  background: var(--primary-500);
  transform: rotate(5deg);
}

.career-section-special .career-horizontal-card:hover .icon-box i {
  color: var(--light);
}

/* Card Center */
.career-section-special .card-center {
  flex: 1;
  min-width: 0;
}

.career-section-special .position-title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.career-section-special .career-horizontal-card:hover .position-title {
  color: var(--primary-700);
}

.career-section-special .position-description {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 15px;
}

/* Card Right */
.career-section-special .card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.career-section-special .position-location {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.career-section-special .hover-indicator {
  width: 40px;
  height: 40px;
  background: var(--neutral-900);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
  transition: all 0.3s ease;
}

.career-section-special .hover-indicator i {
  font-size: 20px;
  color: var(--light);
  transition: transform 0.3s ease;
}

.career-section-special .career-horizontal-card:hover .hover-indicator {
  background: var(--primary-500);
}

.career-section-special .career-horizontal-card:hover .hover-indicator i {
  transform: translateX(4px);
}

/* Card Border */
.career-section-special .card-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--neutral-300) 0%, 
    var(--neutral-300) 50%, 
    transparent 50%, 
    transparent 100%
  );
  background-size: 20px 2px;
}

/* Grid Pattern */
.career-section-special .grid-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.15;
  pointer-events: none;
}

/* Corner Accents */
.career-section-special .corner-accent {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid var(--primary-500);
  pointer-events: none;
}

.career-section-special .corner-accent.top-left {
  top: 40px;
  left: 40px;
  border-right: none;
  border-bottom: none;
}

.career-section-special .corner-accent.bottom-right {
  bottom: 40px;
  right: 40px;
  border-left: none;
  border-top: none;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-special {
    padding: 80px 0;
  }

  .career-section-special .career-horizontal-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 28px;
  }

  .career-section-special .card-right {
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .career-section-special .career-horizontal-card:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 767px) {
  .career-section-special {
    padding: 60px 0;
  }

  .career-section-special #career-title {
    font-size: 2rem;
  }

  .career-section-special .career-horizontal-card {
    padding: 24px;
  }

  .career-section-special .position-number {
    font-size: 24px;
  }

  .career-section-special .icon-box {
    width: 56px;
    height: 56px;
  }

  .career-section-special .icon-box i {
    font-size: 28px;
  }

  .career-section-special .corner-accent {
    width: 60px;
    height: 60px;
  }
}





/* ========================================
   Coreinfo Section v-053 - Modern Minimal
   Theme: modern-01
   ======================================== */

.coreinfo-bold {
  position: relative;
  padding: 8rem 0;
  background: #ffffff;
  overflow: hidden;
}

/* Header Styles */
.coreinfo-bold .header-wrapper {
  position: relative;
  z-index: 2;
}

.coreinfo-bold .minimal-accent {
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.coreinfo-bold .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.coreinfo-bold .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.coreinfo-bold .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

/* Minimal Clean Layout */
.coreinfo-bold .minimal-grid {
  position: relative;
  margin-top: 5rem;
  z-index: 2;
}

.coreinfo-bold .minimal-card {
  background: var(--surface-primary);
  border: 1px solid var(--neutral-100);
  border-radius: 0;
  padding: 3rem 2.5rem;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.coreinfo-bold .minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.coreinfo-bold .card-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--neutral-100);
  transition: background 0.3s ease;
}

.coreinfo-bold .minimal-card:hover .card-line {
  background: var(--primary-500);
}

.coreinfo-bold .minimal-icon {
  width: 56px;
  height: 56px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.coreinfo-bold .icon-compact {
  width: 48px;
  height: 48px;
}

.coreinfo-bold .minimal-card:hover .minimal-icon {
  background: var(--primary-500);
  transform: rotate(90deg);
}

.coreinfo-bold .minimal-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.coreinfo-bold .icon-compact i {
  font-size: 1.25rem;
}

.coreinfo-bold .minimal-card:hover .minimal-icon i {
  color: #ffffff;
}

.coreinfo-bold .minimal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.coreinfo-bold .minimal-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.coreinfo-bold .card-small {
  padding: 2.5rem 2rem;
}

.coreinfo-bold .card-small .minimal-title {
  font-size: 1.375rem;
}

.coreinfo-bold .card-small .minimal-description {
  font-size: 0.9375rem;
}

.coreinfo-bold .card-large .minimal-title {
  font-size: 1.625rem;
}

.coreinfo-bold .card-large .minimal-description {
  font-size: 1.0625rem;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .coreinfo-bold {
    padding: 6rem 0;
  }

  .coreinfo-bold .section-title {
    font-size: 2.75rem;
  }

  .coreinfo-bold .section-subtitle {
    font-size: 1.375rem;
  }

  .coreinfo-bold .minimal-grid {
    margin-top: 4rem;
  }

  .coreinfo-bold .minimal-card {
    padding: 2.5rem 2rem;
  }

  .coreinfo-bold .card-small {
    padding: 2rem 1.75rem;
  }

  .coreinfo-bold .minimal-title {
    font-size: 1.375rem;
  }

  .coreinfo-bold .card-large .minimal-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-bold {
    padding: 5rem 0;
  }

  .coreinfo-bold .section-title {
    font-size: 2.25rem;
  }

  .coreinfo-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-bold .section-description {
    font-size: 1rem;
  }

  .coreinfo-bold .minimal-accent {
    width: 50px;
    height: 3px;
  }

  .coreinfo-bold .minimal-card {
    padding: 2rem 1.75rem;
  }

  .coreinfo-bold .card-small {
    padding: 1.75rem 1.5rem;
  }

  .coreinfo-bold .minimal-icon {
    width: 48px;
    height: 48px;
  }

  .coreinfo-bold .icon-compact {
    width: 40px;
    height: 40px;
  }

  .coreinfo-bold .minimal-icon i {
    font-size: 1.25rem;
  }

  .coreinfo-bold .icon-compact i {
    font-size: 1rem;
  }

  .coreinfo-bold .minimal-title {
    font-size: 1.25rem;
  }

  .coreinfo-bold .card-small .minimal-title {
    font-size: 1.25rem;
  }

  .coreinfo-bold .card-large .minimal-title {
    font-size: 1.375rem;
  }

  .coreinfo-bold .minimal-description,
  .coreinfo-bold .card-large .minimal-description {
    font-size: 0.9375rem;
  }

  .coreinfo-bold .card-small .minimal-description {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-bold {
    padding: 4rem 0;
  }

  .coreinfo-bold .section-title {
    font-size: 1.875rem;
  }

  .coreinfo-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .coreinfo-bold .minimal-accent {
    width: 40px;
    margin-bottom: 1.5rem;
  }

  .coreinfo-bold .minimal-grid {
    margin-top: 3rem;
  }

  .coreinfo-bold .minimal-card {
    padding: 1.75rem 1.5rem;
  }

  .coreinfo-bold .card-small {
    padding: 1.5rem 1.25rem;
  }

  .coreinfo-bold .minimal-title {
    font-size: 1.125rem;
  }

  .coreinfo-bold .card-small .minimal-title {
    font-size: 1.125rem;
  }

  .coreinfo-bold .card-large .minimal-title {
    font-size: 1.25rem;
  }
}


/* Contact section */
.contact-section-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.contact-section-style .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.contact-section-style .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.contact-section-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Contact Form */
.contact-section-style .contact-form-wrapper {
  background: var(--surface-secondary);
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.contact-section-style .form-label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-section-style .form-control {
  border: 2px solid var(--neutral-300);
  border-radius: 8px;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-section-style .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.contact-section-style .form-check-input {
  border: 2px solid var(--neutral-300);
  width: 1.25rem;
  height: 1.25rem;
}

.contact-section-style .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-style .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Submit Button - КРИТИЧНО: hardcoded colors с !important */
.contact-section-style .submit-btn {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none;
  padding: 0.875rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.contact-section-style .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

/* Contact Info */
.contact-section-style .contact-info-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-section-style .contact-info-card {
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.contact-section-style .contact-info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.contact-section-style .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;
  flex-shrink: 0;
}

.contact-section-style .icon-wrapper i {
  font-size: 1.75rem;
  color: #ffffff;
}

.contact-section-style .info-text {
  font-size: 1.125rem;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.6;
}

/* Decorative Elements */
.contact-section-style .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.contact-section-style .decorative-shape.shape-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  top: -50px;
  right: -50px;
}

.contact-section-style .decorative-shape.shape-2 {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  bottom: -30px;
  left: -30px;
}

.contact-section-style .decorative-blob {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.08;
  pointer-events: none;
}

.contact-section-style .decorative-blob.blob-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 10%;
  right: -50px;
  animation: blob-float 6s ease-in-out infinite;
}

.contact-section-style .decorative-blob.blob-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  bottom: 10%;
  right: 20%;
  animation: blob-float 8s ease-in-out infinite reverse;
}

@keyframes blob-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-style .section-title {
    font-size: 2rem;
  }

  .contact-section-style .contact-form-wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-section-style .contact-info-card {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-style .section-title {
    font-size: 1.75rem;
  }

  .contact-section-style .section-subtitle {
    font-size: 1.25rem;
  }

  .contact-section-style .contact-form-wrapper {
    padding: 1.5rem;
  }

  .contact-section-style .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .contact-section-style .icon-wrapper i {
    font-size: 1.5rem;
  }
}





.blog-section-052 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.blog-section-052 .header-group {
  position: relative;
}

.blog-section-052 .floating-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--light);
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.blog-section-052 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.blog-section-052 .section-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.blog-section-052 .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Cards */
.blog-section-052 .blog-card {
  height: 100%;
}

.blog-section-052 .card-container {
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-section-052 .card-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.blog-section-052 .blog-card:hover .card-container {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.blog-section-052 .blog-card:hover .card-container::before {
  transform: scaleX(1);
}

.blog-section-052 .blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-section-052 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.blog-section-052 .blog-card:hover .blog-image {
  transform: scale(1.1);
  filter: brightness(0.85);
}

.blog-section-052 .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 90%, transparent 10%) 0%,
    color-mix(in srgb, var(--primary-700) 90%, transparent 10%) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-052 .blog-card:hover .hover-overlay {
  opacity: 0.95;
}

.blog-section-052 .overlay-icon {
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary-500);
  transform: scale(0.5) rotate(-45deg);
  opacity: 0;
  transition: all 0.4s ease;
}

.blog-section-052 .blog-card:hover .overlay-icon {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.blog-section-052 .blog-content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-052 .meta-bar {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 8px;
}

.blog-section-052 .meta-indicator {
  width: 30px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.blog-section-052 .blog-card:hover .meta-indicator {
  width: 50px;
}

.blog-section-052 .blog-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-052 .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-052 .blog-excerpt {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.blog-section-052 .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.blog-section-052 .arrow-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.blog-section-052 .arrow-wrapper i {
  position: absolute;
  font-size: 1.2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.blog-section-052 .arrow-wrapper i:first-child {
  top: 0;
  left: 0;
}

.blog-section-052 .arrow-wrapper i.arrow-hover {
  top: 20px;
  left: 0;
}

.blog-section-052 .blog-link:hover {
  color: var(--primary-500);
}

.blog-section-052 .blog-link:hover .arrow-wrapper i:first-child {
  top: -20px;
}

.blog-section-052 .blog-link:hover .arrow-wrapper i.arrow-hover {
  top: 0;
}

/* Background Pattern */
.blog-section-052 .background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.blog-section-052 .pattern-circle {
  position: absolute;
  border: 2px solid var(--neutral-100);
  border-radius: 50%;
  opacity: 0.4;
}

.blog-section-052 .circle-1 {
  width: 300px;
  height: 300px;
  top: 5%;
  right: 5%;
  animation: rotate 30s linear infinite;
}

.blog-section-052 .circle-2 {
  width: 200px;
  height: 200px;
  bottom: 10%;
  left: 8%;
  animation: rotate 25s linear infinite reverse;
}

.blog-section-052 .circle-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 15%;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .blog-section-052 {
    padding: 80px 0;
  }

  .blog-section-052 .section-title {
    font-size: 2.3rem;
  }

  .blog-section-052 .pattern-circle {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-section-052 {
    padding: 60px 0;
  }

  .blog-section-052 .section-title {
    font-size: 2rem;
  }

  .blog-section-052 .floating-badge {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .blog-section-052 .blog-image-wrapper {
    height: 200px;
  }

  .blog-section-052 .blog-content {
    padding: 25px;
  }

  .blog-section-052 .blog-title {
    font-size: 1.3rem;
  }
}


.faq-section {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.faq-section .decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.2;
  z-index: 0;
}

.faq-section .circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
}

.faq-section .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 8%;
}

.faq-section .circle-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 15%;
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.faq-section .faq-card {
  border: none;
  border-radius: 16px;
  transition: all 0.4s ease;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-section .faq-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.faq-section .card-body {
  padding: 2rem;
}

.faq-section .faq-header {
  gap: 1.25rem;
}

.faq-section .category-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-section .category-icon.general {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.faq-section .category-icon.timeline {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 80%, #4CAF50 20%), color-mix(in srgb, var(--primary-700) 80%, #388E3C 20%));
}

.faq-section .category-icon.pricing {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 70%, #FF9800 30%), color-mix(in srgb, var(--primary-700) 70%, #F57C00 30%));
}

.faq-section .category-icon.team {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 60%, #2196F3 40%), color-mix(in srgb, var(--primary-700) 60%, #1976D2 40%));
}

.faq-section .category-icon.security {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 80%, #F44336 20%), color-mix(in srgb, var(--primary-700) 80%, #D32F2F 20%));
}

.faq-section .category-icon.support {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 70%, #9C27B0 30%), color-mix(in srgb, var(--primary-700) 70%, #7B1FA2 30%));
}

.faq-section .category-icon.integration {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 60%, #00BCD4 40%), color-mix(in srgb, var(--primary-700) 60%, #0097A7 40%));
}

.faq-section .category-icon.analytics {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 75%, #8BC34A 25%), color-mix(in srgb, var(--primary-700) 75%, #689F38 25%));
}

.faq-section .category-icon.flexibility {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 65%, #E91E63 35%), color-mix(in srgb, var(--primary-700) 65%, #C2185B 35%));
}

.faq-section .category-icon.start {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 85%, #03A9F4 15%), color-mix(in srgb, var(--primary-700) 85%, #0288D1 15%));
}

.faq-section .faq-header h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
}

.faq-section .faq-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  padding-left: 66px;
}

/* Header styles */
.faq-section #faq-title {
  color: var(--text-primary);
}

.faq-section #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section #faq-desc {
  color: var(--text-secondary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-section .card-body {
    padding: 1.5rem;
  }

  .faq-section .faq-header {
    gap: 1rem;
  }

  .faq-section .category-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .faq-section .faq-header h3 {
    font-size: 1rem;
  }

  .faq-section .faq-content p {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}





/* Gallery section */

.gallery-section-featured {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-industrial {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0;
  border: 3px solid var(--neutral-300);
}

.gallery-item {
  position: relative;
  aspect-ratio: 1;
  border: 2px solid var(--neutral-300);
  overflow: hidden;
  cursor: pointer;
  background: var(--neutral-100);
  transition: all 0.4s ease;
}

.item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(30%) contrast(1.1);
}

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 90%, transparent), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-border {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 3px solid var(--light);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover {
  border-color: var(--primary-500);
  z-index: 10;
  transform: scale(1.02);
}

.gallery-item:hover img {
  transform: scale(1.15);
  filter: grayscale(0%) contrast(1);
}

.gallery-item:hover .item-overlay {
  opacity: 0.85;
}

.gallery-item:hover .overlay-border {
  opacity: 1;
  transform: scale(1);
}

/* Large items */
.large-item {
  grid-column: span 2;
  grid-row: span 2;
}

/* Industrial corners */
.industrial-corners {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-300);
  opacity: 0.4;
}

.corner-tl {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: 20px;
  right: 20px;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: 20px;
  left: 20px;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Grid lines */
.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.1;
}

.grid-line {
  position: absolute;
  background: var(--neutral-500);
}

.grid-line.horizontal {
  height: 1px;
  left: 0;
  right: 0;
}

.grid-line.horizontal:nth-child(1) {
  top: 33.33%;
}

.grid-line.horizontal:nth-child(2) {
  top: 66.66%;
}

.grid-line.vertical {
  width: 1px;
  top: 0;
  bottom: 0;
}

.grid-line.vertical:nth-child(3) {
  left: 33.33%;
}

.grid-line.vertical:nth-child(4) {
  left: 66.66%;
}

/* Responsive adjustments */
@media (max-width: 1399px) {
  .gallery-industrial {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 1199px) {
  .gallery-industrial {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  
  .large-item {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 991px) {
  .gallery-industrial {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  
  .large-item {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .corner {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .gallery-industrial {
    grid-template-columns: repeat(2, 1fr);
    border-width: 2px;
  }
  
  .gallery-item {
    border-width: 1px;
  }
  
  .overlay-border {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-width: 2px;
  }
}

@media (max-width: 575px) {
  .gallery-industrial {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .corner {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  
  .industrial-corners .corner {
    display: none;
  }
}



/* ============================================
   Footer v-120 - Professional Blue Theme
   ============================================ */

.footer-primary {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  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('MEJ_assets/MEJ_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--primary-700) 5%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 10%, transparent) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.footer-primary .container {
  z-index: 2;
}

/* ============================================
   Decorative Elements
   ============================================ */

.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}

.decorative-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 30%, transparent),
    transparent 70%
  );
  animation: float-slow 20s ease-in-out infinite;
}

.decorative-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 100px;
  left: -50px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent 70%
  );
  animation: float-slow 15s ease-in-out infinite reverse;
}

.decorative-dots {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 1;
}

.footer-decorative-corner {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
}

.footer-decorative-corner.corner-top-right {
  top: 0;
  right: 0;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
}

.footer-decorative-corner.corner-bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
}

@keyframes float-slow {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* ============================================
   Brand Section
   ============================================ */

.footer-brand-section {
  padding-right: 20px;
}

.footer-brand-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.footer-brand-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

.footer-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 250px;
}

.footer-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.footer-icon-item i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-icon-item:hover {
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* ============================================
   Links Section
   ============================================ */

.footer-links-section {
  padding-left: 20px;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}

.footer-decorative-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.2)
  );
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-link-item i {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease;
}

.footer-link-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link-item a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: width 0.3s ease;
}

.footer-link-item:hover i {
  transform: translateX(5px);
  color: rgba(255, 255, 255, 0.9);
}

.footer-link-item:hover a {
  color: #ffffff;
}

.footer-link-item:hover a::after {
  width: 100%;
}

/* ============================================
   Contact Section
   ============================================ */

.footer-contact-section {
  padding-left: 20px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.contact-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-icon-wrapper i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
}

.contact-info-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

.contact-info-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  word-break: break-word;
}

.footer-contact-item:hover {
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.footer-contact-item:hover .contact-icon-wrapper {
  background: color-mix(in srgb, var(--primary-300) 30%, transparent);
  transform: scale(1.05);
}

.footer-badge-decoration {
  display: flex;
  gap: 8px;
  align-items: center;
}

.badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: pulse-dot 2s ease-in-out infinite;
}

.badge-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* ============================================
   Footer Bottom
   ============================================ */

.footer-bottom {
  margin-top: 60px;
}

.footer-bottom-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3) 50%,
    transparent
  );
  margin-bottom: 0;
}

.footer-disclaimer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 991.98px) {
  .footer-primary {
    padding: 60px 0 0;
  }

  .footer-brand-section,
  .footer-links-section,
  .footer-contact-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-title {
    font-size: 1.5rem;
  }

  .footer-icon-grid {
    max-width: 100%;
  }

  .decorative-shape.shape-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -30px;
  }

  .decorative-shape.shape-2 {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .footer-primary {
    padding: 50px 0 0;
    background-attachment: scroll;
  }

  .footer-brand-title {
    font-size: 1.35rem;
  }

  .footer-section-title {
    font-size: 1.15rem;
  }

  .footer-icon-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .footer-icon-item {
    width: 45px;
    height: 45px;
  }

  .footer-icon-item i {
    font-size: 1.25rem;
  }

  .footer-contact-item {
    padding: 12px;
  }

  .contact-icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .contact-icon-wrapper i {
    font-size: 1.1rem;
  }

  .footer-bottom .row {
    text-align: center;
  }

  .footer-bottom .col-md-5 {
    text-align: center !important;
  }

  .decorative-dots {
    width: 80px;
    height: 80px;
    background-size: 15px 15px;
  }

  .footer-decorative-corner {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .footer-primary {
    padding: 40px 0 0;
  }

  .footer-brand-title {
    font-size: 1.25rem;
  }

  .footer-section-title {
    font-size: 1.1rem;
  }

  .footer-brand-desc,
  .footer-link-item a,
  .contact-info-text {
    font-size: 0.9rem;
  }

  .footer-disclaimer,
  .footer-copyright {
    font-size: 0.8rem;
  }

  .footer-bottom {
    margin-top: 40px;
  }
}

.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_process_container {
  max-width: 800px;
  margin: 0 auto;
}

.add_wrap .add_process_step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  position: relative;
}

.add_wrap .add_process_step:last-child {
  margin-bottom: 0;
}

.add_wrap .add_step_number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-100);
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.add_wrap .add_step_content {
  flex-grow: 1;
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
  top: var(--space-2);
}

.add_wrap .add_step_content:before {
  content: '';
  position: absolute;
  left: -12px;
  top: var(--space-6);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--neutral-200);
}

.add_wrap .add_step_content:after {
  content: '';
  position: absolute;
  left: -11px;
  top: calc(var(--space-6) + 1px);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid var(--neutral-50);
}

.add_wrap .add_step_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_step_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_step_connector {
  position: absolute;
  left: 39px;
  top: 80px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
  z-index: 1;
}

.add_wrap .add_process_step:last-child .add_step_connector {
  display: none;
}

.add_wrap .add_process_step:nth-child(even) .add_step_number {
  background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}

.add_wrap .add_process_step:nth-child(even) .add_step_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_process_step {
    gap: var(--space-4);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .add_wrap .add_step_content {
    padding: var(--space-4);
  }
  
  .add_wrap .add_step_content:before {
    left: -8px;
    border-right-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  
  .add_wrap .add_step_content:after {
    left: -7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  
  .add_wrap .add_step_connector {
    left: 29px;
    top: 60px;
    bottom: -32px;
  }
}


/* Universal section */
/* Timeline-style layout with alternating sides */

.add_wrap_alt {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, var(--surface-primary, #fafafa) 0%, var(--primary-50, #ecfdf5) 100%);
  overflow: hidden;
}

/* Section header */
.add_wrap_alt .add_header_wrapper {
  position: relative;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_alt .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
  border-radius: 2px;
  margin: 0 auto var(--space-4, 1rem);
}

.add_wrap_alt .add_header {
  text-align: center;
  margin-bottom: var(--space-6, 1.5rem);
}

.add_wrap_alt .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_alt .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-4, 1rem);
  font-weight: 600;
  line-height: 1.4;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.add_wrap_alt .title_accent_bar {
  width: 60px;
  height: 3px;
  background: var(--primary-500, #059669);
  margin: 0 auto;
  border-radius: 2px;
}

.add_wrap_alt .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  text-align: center;
}

/* Timeline wrapper */
.add_wrap_alt .add_timeline_wrapper {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_alt .timeline_line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300, #6ee7b7) 0%, var(--primary-500, #059669) 50%, var(--primary-300, #6ee7b7) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline items */
.add_wrap_alt .timeline_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--space-6, 1.5rem);
  margin-bottom: var(--space-8, 2rem);
}

.add_wrap_alt .timeline_left {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.add_wrap_alt .timeline_right {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

.add_wrap_alt .timeline_highlight {
  justify-content: center;
  padding: 0 var(--space-6, 1.5rem);
  margin-top: var(--space-8, 2rem);
}

/* Timeline marker */
.add_wrap_alt .timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid var(--primary-500, #059669);
  border-radius: 50%;
  color: var(--primary-500, #059669);
  font-size: 1.5rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
  transition: all 0.3s ease;
}

.add_wrap_alt .timeline_marker_large {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  border-width: 5px;
}

.add_wrap_alt .timeline_item:hover .timeline_marker {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: translateX(-50%) scale(1.1);
}

/* Timeline content */
.add_wrap_alt .timeline_content {
  flex: 1;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.add_wrap_alt .timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

.add_wrap_alt .timeline_content_centered {
  text-align: center;
  max-width: 700px;
}

.add_wrap_alt .timeline_highlight .timeline_content {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
}

.add_wrap_alt .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_alt .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_alt .timeline_line {
    left: 28px;
  }
  
  .add_wrap_alt .timeline_marker {
    left: 28px;
  }
  
  .add_wrap_alt .timeline_left,
  .add_wrap_alt .timeline_right {
    padding-left: calc(28px + 2.5rem);
    padding-right: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .add_wrap_alt .timeline_highlight {
    padding-left: calc(28px + 2.5rem);
    justify-content: flex-start;
  }
  
  .add_wrap_alt .timeline_content_centered {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_alt {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_alt .add_header_wrapper {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_alt .timeline_marker {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_alt .timeline_marker_large {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
  
  .add_wrap_alt .timeline_content {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_alt .timeline_highlight .timeline_content {
    padding: var(--space-6, 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: 700px;
  margin: 0 auto;
}

.add_wrap .add_feature_item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  padding: var(--space-6);
  background-color: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.add_wrap .add_feature_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_feature_highlight {
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
  border-color: var(--primary-200);
}

.add_wrap .add_feature_icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_feature_highlight .add_feature_icon {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
}

.add_wrap .add_icon_check:after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--neutral-100);
  font-size: 24px;
  font-weight: bold;
}

.add_wrap .add_icon_star:after {
  content: '★';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--neutral-100);
  font-size: 24px;
}

.add_wrap .add_icon_shield:after {
  content: '🛡';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_target:after {
  content: '🎯';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_rocket:after {
  content: '🚀';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_feature_content {
  flex-grow: 1;
}

.add_wrap .add_feature_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_feature_highlight .add_feature_title {
  font-size: 1.5rem;
}

.add_wrap .add_feature_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_feature_item {
    flex-direction: column;
    text-align: center;
    gap: var(--space-4);
    padding: var(--space-4);
  }
  
  .add_wrap .add_feature_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  
  .add_wrap .add_icon_check:after,
  .add_wrap .add_icon_star:after {
    font-size: 20px;
  }
  
  .add_wrap .add_icon_shield:after,
  .add_wrap .add_icon_target:after,
  .add_wrap .add_icon_rocket:after {
    font-size: 20px;
  }
}


.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);
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.header-accent-line {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 1;
}

.content-item {
  position: relative;
  padding: 1.5rem 0;
}

.content-text {
  position: relative;
  padding: 2rem;
  background: var(--surface-primary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.content-item:hover .content-text {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-100);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.content-item:hover .item-number {
  color: var(--primary-300);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Placeholder */
.content-visual {
  position: relative;
  padding: 1rem;
}

.visual-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-secondary) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.content-item:hover .visual-placeholder {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.visual-placeholder i {
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
}

.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 3%;
}

.decorative-line {
  position: absolute;
  background: var(--primary-100);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.line-1 {
  width: 2px;
  height: 60%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .item-title {
    font-size: 1.5rem;
  }

  .content-text {
    padding: 1.5rem;
  }

  .item-number {
    font-size: 2.5rem;
  }

  .visual-placeholder i {
    font-size: 3rem;
  }

  .line-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-item {
    padding: 1rem 0;
  }

  .content-text {
    padding: 1.25rem;
  }

  .item-title {
    font-size: 1.375rem;
  }

  .item-description {
    font-size: 1rem;
  }

  .decorative-circle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .item-number {
    font-size: 2rem;
  }

  .visual-placeholder {
    aspect-ratio: 16/9;
  }

  .visual-placeholder i {
    font-size: 2.5rem;
  }
}





.additional-universal-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Lines */
.additional-universal-style .decorative-line-top {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 3rem;
  border-radius: 2px;
}

.additional-universal-style .decorative-line-bottom {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  margin: 4rem auto 0;
  border-radius: 2px;
}

/* Section Header */
.additional-universal-style .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style .section-header h2 {
  color: var(--text-secondary);
  font-weight: 400;
}

.additional-universal-style .section-header p {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Content List */
.additional-universal-style .content-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Item */
.additional-universal-style .content-item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.additional-universal-style .content-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

/* Icon Wrapper */
.additional-universal-style .item-icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.additional-universal-style .content-item:hover .item-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

/* Item Content */
.additional-universal-style .item-content {
  flex: 1;
}

.additional-universal-style .item-content h3 {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.additional-universal-style .item-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.additional-universal-style .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-style .decorative-shape.shape-1 {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  top: -20px;
  right: -20px;
}

.additional-universal-style .decorative-shape.shape-2 {
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  bottom: -15px;
  right: 40px;
}

.additional-universal-style .decorative-shape.shape-3 {
  width: 70px;
  height: 70px;
  background: var(--primary-300);
  top: -10px;
  right: 60px;
}

.additional-universal-style .decorative-shape.shape-4 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  bottom: -25px;
  right: -30px;
}

.additional-universal-style .decorative-shape.shape-5 {
  width: 75px;
  height: 75px;
  background: var(--primary-700);
  top: -15px;
  right: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-style .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-style .content-item {
    flex-direction: column;
    padding: 1.5rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-style .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item {
    padding: 1.25rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item:hover {
    transform: translateX(4px);
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--app_section_title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.add_subtitle {
  font-family: var(--light_body_large);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--base_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements Grid */
.add_elements_grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_row_element {
  position: relative;
}

.add_row_element::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 40px);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.add_row_element:hover::before {
  opacity: 1;
}

.add_row_element > * {
  position: relative;
  z-index: 1;
}

/* Image Placeholder */
.add_image_placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}

.add_image_placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Content Styles */
.add_content {
  padding: var(--space-4);
}

.add_elem_title {
  font-family: var(--light_body_large);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
  padding-left: var(--space-4);
}

.add_elem_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.5em;
  background: var(--primary-500);
  border-radius: 2px;
}

.add_elem_desc {
  font-family: var(--base_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}








.additional-universal-classic {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-classic .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.additional-universal-classic .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-classic .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-classic .section-header p {
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* Card Grid */
.additional-universal-classic .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Creative Card */
.additional-universal-classic .creative-card {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.additional-universal-classic .creative-card:hover {
  transform: translateY(-12px);
  border-color: var(--primary-500);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Card Visual */
.additional-universal-classic .card-visual {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.additional-universal-classic .icon-circle {
  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;
  color: var(--light);
  font-size: 2rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.additional-universal-classic .creative-card:hover .icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* Card Blobs */
.additional-universal-classic .card-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  transition: all 0.6s ease;
}

.additional-universal-classic .card-blob.blob-1 {
  width: 140px;
  height: 140px;
  background: var(--primary-500);
  top: -20px;
  right: -30px;
}

.additional-universal-classic .card-blob.blob-2 {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  top: 10px;
  left: -20px;
}

.additional-universal-classic .card-blob.blob-3 {
  width: 130px;
  height: 130px;
  background: var(--primary-300);
  bottom: -25px;
  right: -20px;
}

.additional-universal-classic .card-blob.blob-4 {
  width: 110px;
  height: 110px;
  background: var(--primary-500);
  top: -15px;
  left: -25px;
}

.additional-universal-classic .card-blob.blob-5 {
  width: 125px;
  height: 125px;
  background: var(--primary-700);
  bottom: -20px;
  right: -30px;
}

.additional-universal-classic .creative-card:hover .card-blob {
  opacity: 0.25;
  transform: scale(1.2);
}

/* Card Content */
.additional-universal-classic .card-content h3 {
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.additional-universal-classic .creative-card:hover .card-content h3 {
  color: var(--primary-500);
}

.additional-universal-classic .card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Background Gradients */
.additional-universal-classic .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-classic .bg-gradient.gradient-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 0;
  left: -100px;
}

.additional-universal-classic .bg-gradient.gradient-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: 10%;
  right: -80px;
}

.additional-universal-classic .bg-gradient.gradient-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 40%;
  right: 10%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-classic .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-classic .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }

  .additional-universal-classic .creative-card {
    padding: 1.75rem;
  }

  .additional-universal-classic .icon-circle {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .additional-universal-classic .header-badge {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-classic .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-classic .section-header h2 {
    font-size: 1.35rem;
  }

  .additional-universal-classic .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .additional-universal-classic .creative-card {
    padding: 1.5rem;
  }

  .additional-universal-classic .card-visual {
    height: 100px;
    margin-bottom: 1.25rem;
  }

  .additional-universal-classic .icon-circle {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .header-badge {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .creative-card:hover {
    transform: translateY(-8px);
  }
}





/* 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-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-bold #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-bold #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-bold #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Comparison Grid */
.additional-universal-bold .comparison-grid {
  position: relative;
  z-index: 2;
}

.additional-universal-bold .benefit-item {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
  transform: translateY(-5px);
}

/* Benefit Visual */
.additional-universal-bold .benefit-visual {
  position: relative;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.additional-universal-bold .metric-display {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover .metric-display {
  transform: scale(1.1);
}

.additional-universal-bold .visual-bars {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
}

.additional-universal-bold .bar-item {
  flex: 1;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.additional-universal-bold .bar-item:nth-child(1) {
  height: 40px;
}

.additional-universal-bold .bar-item:nth-child(2) {
  height: 60px;
}

.additional-universal-bold .bar-item:nth-child(3) {
  height: 50px;
}

.additional-universal-bold .benefit-item:hover .bar-item {
  background: var(--primary-700);
}

/* Benefit Content */
.additional-universal-bold .benefit-content {
  position: relative;
  padding: 1rem 0;
}

.additional-universal-bold .benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.additional-universal-bold .benefit-content h3 {
  color: var(--text-primary);
}

.additional-universal-bold .benefit-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Industrial Grid Pattern */
.additional-universal-bold .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: 
    linear-gradient(var(--neutral-900) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: 0.1;
}

.additional-universal-bold .accent-tl {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
  border-top-left-radius: 0;
}

.additional-universal-bold .accent-br {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-500);
  border-right: 4px solid var(--primary-500);
  border-bottom-right-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-bold .benefit-item {
    padding: 1.5rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 150px;
    margin-bottom: 1.5rem;
  }

  .additional-universal-bold .metric-display {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-bold #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-bold .benefit-item {
    padding: 1.25rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 120px;
  }

  .additional-universal-bold .metric-display {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}





/* Universal section */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes matrix-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}








/* Live Chat FAQ Widget - Classic Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #f5f5f5 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #2c3e50 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #d0d0d0 !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: 2px solid #34495e !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #34495e !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    color: #2c3e50 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #34495e !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #34495e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* 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 - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !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: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}



/* Floating Decorative Icons - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.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-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Bordered Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #667eea !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    background: #f8f9ff !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: white !important;
    color: #667eea !important;
    border: 2px solid #667eea !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(102,126,234,0.3) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 16px !important;
    padding: 14px !important;
    background: white !important;
    border: 2px solid #10b981 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px auto;
        padding: 20px;
        max-width: 320px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 7: ПУЛЬСИРУЮЩИЙ ===== */
.ocm-toggle.ocm-toggle-style-7 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    animation: ocm-pulse 2s ease-in-out infinite alternate !important;
}

.ocm-toggle.ocm-toggle-style-7:hover {
    animation: none !important;
    transform: scale(1.1) !important;
}

@keyframes ocm-pulse {
    from {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
    }
    to {
        box-shadow: 0 0 0 20px rgba(102, 126, 234, 0);
    }
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */


/* Minimal v-003: Monochrome Elegant */


/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


/* Modern v-003: Cool Blue Gradient */


/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */


/* Rounded v-003: Bubble Style */


/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */


/* Glass v-003: Frosted Glass */


/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */


/* Gradient v-003: Ocean Gradient */


/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    }


