:root {
  --primary-50: #f5f6f6;
  --primary-50-rgb: 245, 246, 246;
  --primary-50-rgb: 245, 246, 246;
  --primary-100: #e1e3e5;
  --primary-100-rgb: 225, 227, 229;
  --primary-100-rgb: 225, 227, 229;
  --primary-300: #9ba3a7;
  --primary-300-rgb: 155, 163, 167;
  --primary-300-rgb: 155, 163, 167;
  --primary-500: #37474f;
  --primary-500-rgb: 55, 71, 79;
  --primary-500-rgb: 55, 71, 79;
  --primary-700: #2c393f;
  --primary-700-rgb: 44, 57, 63;
  --primary-700-rgb: 44, 57, 63;
  --primary-200: #bec3c6;
  --primary-200-rgb: 190, 195, 198;
  --primary-200-rgb: 190, 195, 198;
  --primary-400: #69757b;
  --primary-400-rgb: 105, 117, 123;
  --primary-400-rgb: 105, 117, 123;
  --primary-600: #324047;
  --primary-600-rgb: 50, 64, 71;
  --primary-600-rgb: 50, 64, 71;
  --primary-800: #232e32;
  --primary-800-rgb: 35, 46, 50;
  --primary-800-rgb: 35, 46, 50;
  --primary-900: #1e272b;
  --primary-900-rgb: 30, 39, 43;
  --primary-900-rgb: 30, 39, 43;
  --primary-950: #151b1e;
  --primary-950-rgb: 21, 27, 30;
  --primary-950-rgb: 21, 27, 30;
  --primary-rgb: 55, 71, 79;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: #eceff1;
  --surface-primary-rgb: 236, 239, 241;
  --surface-secondary: #cfd8dc;
  --surface-secondary-rgb: 207, 216, 220;
  --surface-accent: var(--primary-50);
  --text-primary: #263238;
  --text-primary-rgb: 38, 50, 56;
  --text-secondary: #37474f;
  --text-secondary-rgb: 55, 71, 79;
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
  --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: #f8f7e0;
  --accent-50-rgb: 248, 247, 224;
  --accent-50-rgb: 248, 247, 224;
  --accent-100: #eae7d0;
  --accent-100-rgb: 234, 231, 208;
  --accent-100-rgb: 234, 231, 208;
  --accent-200: #d2ccb4;
  --accent-200-rgb: 210, 204, 180;
  --accent-200-rgb: 210, 204, 180;
  --accent-300: #b9b198;
  --accent-300-rgb: 185, 177, 152;
  --accent-300-rgb: 185, 177, 152;
  --accent-400: #968a70;
  --accent-400-rgb: 150, 138, 112;
  --accent-400-rgb: 150, 138, 112;
  --accent-500: #736348;
  --accent-500-rgb: 115, 99, 72;
  --accent-500-rgb: 115, 99, 72;
  --accent-600: #705d41;
  --accent-600-rgb: 112, 93, 65;
  --accent-600-rgb: 112, 93, 65;
  --accent-700: #6b5739;
  --accent-700-rgb: 107, 87, 57;
  --accent-700-rgb: 107, 87, 57;
  --accent-800: #654d2e;
  --accent-800-rgb: 101, 77, 46;
  --accent-800-rgb: 101, 77, 46;
  --accent-900: #624727;
  --accent-900-rgb: 98, 71, 39;
  --accent-900-rgb: 98, 71, 39;
  --accent-950: #5b3d1b;
  --accent-950-rgb: 91, 61, 27;
  --accent-950-rgb: 91, 61, 27;
  --accent-rgb: 115, 99, 72;
  --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 ===== */
.web_font_primary {
  font-family: var(--font-primary);
}

.site_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 */
.container_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);
}

.ui_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);
}

.fresh_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 */
.pro_heading_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.core_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.app_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);
}

.premium_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);
}

.unique_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);
}

.custom_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 */
.layout_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);
}

.theme_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);
}

.dark_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 */
.base_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);
}

.creative_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 */
.digital_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);
}

.style_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 */
.brand_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);
}

.content_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 */
.bright_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);
}

.modern_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);
}

.elite_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 */
.new_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);
}

.page_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 */
.company_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);
}

.company_nav_link:hover,
.company_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.smart_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 */
.main_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) {
  .brand_hero_title {
    font-size: var(--text-4xl);
  }
  
  .bright_section_title {
    font-size: var(--text-3xl);
  }
  
  .container_display_1 {
    font-size: var(--text-5xl);
  }
  
  .ui_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .brand_hero_title {
    font-size: var(--text-3xl);
  }
  
  .bright_section_title {
    font-size: var(--text-2xl);
  }
  
  .container_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 ===== */
.minimal_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;background-clip: text;
  display: inline-block;
}

.section_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.design_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.clean_text_balance {
  text-wrap: balance;
}

.top_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .company_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .base_caption,
  .creative_overline,
  .main_footer_text {
    color: var(--text-secondary);
  }
  
  .content_hero_subtitle,
  .modern_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .brand_hero_title,
  .bright_section_title,
  .pro_heading_1,
  .core_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .minimal_text_gradient {
    color: var(--text-primary);}
}

/**
 * Font System - Global Application Rules
 * Applies dynamically selected font pairs to page elements
 * 
 * Font CSS variables are injected during build:
 * --font-primary: Body/paragraph font
 * --font-accent: Heading/title font
 * --font-heading: Alias for accent
 * --font-body: Alias for primary
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

h5, .h5 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ========================================
   BODY TEXT & PARAGRAPHS
   ======================================== */

p {
  font-family: var(--font-body);
  margin-bottom: 1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ========================================
   SPECIAL TEXT ELEMENTS
   ======================================== */

.text-accent,
.hero-title,
.section-title,
.card-title {
  font-family: var(--font-accent);
}

.subtitle,
.section-subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
}

blockquote {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 3px solid currentColor;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar,
.nav-link,
.navbar-brand {
  font-family: var(--font-primary);
  font-weight: 500;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* ========================================
   FORMS
   ======================================== */

input,
textarea,
select,
.form-control,
.form-label {
  font-family: var(--font-primary);
}

.form-label {
  font-weight: 500;
}

/* ========================================
   CARDS & COMPONENTS
   ======================================== */

.card {
  font-family: var(--font-primary);
}

.card-header,
.card-title {
  font-family: var(--font-accent);
  font-weight: 600;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label,
.tag {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.footer {
  font-family: var(--font-primary);
  font-size: 0.9rem;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
  font-family: var(--font-accent);
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
pre,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ========================================
   UTILITIES
   ======================================== */

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-accent {
  font-family: var(--font-accent) !important;
}

.font-heading {
  font-family: var(--font-heading) !important;
}

.font-body {
  font-family: var(--font-body) !important;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  
  .lead {
    font-size: 1.125rem;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  body {
    font-family: var(--font-primary);
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
    page-break-after: avoid;
  }
}


/* ===== LAYOUT UTILITIES ===== */
.bold_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.business_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prime_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.best_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.light_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.agency_stack {
  display: flex;
  flex-direction: column;
}

.layout24_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app42_full_height {
  min-height: 100vh;
}

.main31_section_height {
  min-height: 80vh;
}

.ui92_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.custom34_m_0 { margin: 0; }
.studio63_m_1 { margin: var(--space-1); }
.light57_m_2 { margin: var(--space-2); }
.studio92_m_3 { margin: var(--space-3); }
.light33_m_4 { margin: var(--space-4); }
.elite60_m_6 { margin: var(--space-6); }
.unique50_m_8 { margin: var(--space-8); }
.bright58_m_12 { margin: var(--space-12); }
.core60_m_16 { margin: var(--space-16); }

.clean77_mx_auto { margin-left: auto; margin-right: auto; }
.bold74_my_auto { margin-top: auto; margin-bottom: auto; }

.smart87_mt_0 { margin-top: 0; }
.design63_mt_4 { margin-top: var(--space-4); }
.premium18_mt_8 { margin-top: var(--space-8); }
.company13_mt_12 { margin-top: var(--space-12); }

.digital65_mb_0 { margin-bottom: 0; }
.content34_mb_4 { margin-bottom: var(--space-4); }
.smart0_mb_8 { margin-bottom: var(--space-8); }
.content76_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.minimal35_p_0 { padding: 0; }
.bright2_p_1 { padding: var(--space-1); }
.pro10_p_2 { padding: var(--space-2); }
.app90_p_3 { padding: var(--space-3); }
.main66_p_4 { padding: var(--space-4); }
.bright98_p_6 { padding: var(--space-6); }
.brand98_p_8 { padding: var(--space-8); }

.pro7_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.dark87_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.company67_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.base2_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.layout30_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.creative30_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.theme53_gap_1 { gap: var(--space-1); }
.digital41_gap_2 { gap: var(--space-2); }
.main4_gap_3 { gap: var(--space-3); }
.brand81_gap_4 { gap: var(--space-4); }
.clean59_gap_6 { gap: var(--space-6); }
.prime56_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.brand78_shadow_none { box-shadow: var(--shadow-none); }
.core71_shadow_xs { box-shadow: var(--shadow-xs); }
.app79_shadow_sm { box-shadow: var(--shadow-sm); }
.pro46_shadow_md { box-shadow: var(--shadow-md); }
.studio26_shadow_lg { box-shadow: var(--shadow-lg); }
.pro59_shadow_xl { box-shadow: var(--shadow-xl); }
.content18_shadow_2xl { box-shadow: var(--shadow-2xl); }
.section5_shadow_inner { box-shadow: var(--shadow-inner); }
.theme80_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.custom25_radius_none { border-radius: var(--radius-none); }
.unique60_radius_xs { border-radius: var(--radius-xs); }
.custom6_radius_sm { border-radius: var(--radius-sm); }
.modern51_radius_md { border-radius: var(--radius-md); }
.top0_radius_lg { border-radius: var(--radius-lg); }
.design42_radius_xl { border-radius: var(--radius-xl); }
.container35_radius_2xl { border-radius: var(--radius-2xl); }
.digital38_radius_3xl { border-radius: var(--radius-3xl); }
.company49_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.dark33_gradient_primary {
  background: var(--gradient-primary);
}

.design89_gradient_secondary {
  background: var(--gradient-secondary);
}

.web71_gradient_hero {
  background: var(--gradient-hero);
}

.style96_gradient_card {
  background: var(--gradient-card);
}

.design86_gradient_overlay {
  position: relative;
}

.design86_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;
}

.design86_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.site72_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.site72_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.base83_hover_scale {
  transition: transform var(--transition-normal);
}

.base83_hover_scale:hover {
  transform: scale(1.02);
}

.best53_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.best53_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.top6_hover_fade {
  transition: opacity var(--transition-normal);
}

.top6_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.layout99_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.layout99_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.light1_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prime95_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.layout1_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.bold79_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.site42_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.dark39_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.app58_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.pro39_timeline {
  position: relative;
}

.pro39_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.prime93_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.prime93_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.prime93_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.app94_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.theme25_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;
  }
}

.fresh52_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;
  }
}

.base81_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 */
.digital96_transition_all {
  transition: var(--transition-all);
}

.top71_transition_fast {
  transition: all var(--transition-fast);
}

.unique63_transition_normal {
  transition: all var(--transition-normal);
}

.minimal51_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.creative6_bg_primary { background-color: var(--bg-primary); }
.ui18_bg_secondary { background-color: var(--bg-secondary); }
.custom18_bg_muted { background-color: var(--bg-muted); }
.fresh67_bg_glass { background-color: var(--bg-glass); }

.base42_text_primary { color: var(--text-primary); }
.company46_text_secondary { color: var(--text-secondary); }
.base7_text_muted { color: var(--text-muted); }
.unique74_text_inverse { color: var(--text-inverse); }
.style49_text_link { color: var(--text-link); }

.clean91_border_light { border-color: var(--border-light); }
.custom37_border_medium { border-color: var(--border-medium); }
.main99_border_strong { border-color: var(--border-strong); }
.custom71_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .layout1_services_grid,
  .site42_features_grid,
  .bold79_team_grid,
  .app58_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .dark39_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .pro39_timeline::before {
    left: 30px;
  }
  
  .prime93_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .main31_section_height {
    min-height: 60vh;
  }
  
  .ui92_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .dark39_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .prime93_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.base48_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;
}

.content78_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.main92_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);
}

.main92_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .elite75_no_print {
    display: none !important;
  }
  
  .minimal37_print_only {
    display: block !important;
  }
  
  .core71_shadow_xs,
  .app79_shadow_sm,
  .pro46_shadow_md,
  .studio26_shadow_lg,
  .pro59_shadow_xl,
  .content18_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .app94_fade_in,
  .theme25_slide_up,
  .fresh52_slide_in_left,
  .base81_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .site72_hover_lift,
  .base83_hover_scale,
  .best53_hover_shadow,
  .top6_hover_fade,
  .digital96_transition_all,
  .top71_transition_fast,
  .unique63_transition_normal,
  .minimal51_transition_slow {
    transition: none;
  }
}

/* ========================================
   Header v-242 - Professional Blue Theme
   ======================================== */

.header-alt {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.05);
  z-index: 1000;
}

.header-alt .navbar {
  padding: 1rem 0;
  transition: all 0.3s ease;
}

/* ===== Brand/Logo ===== */
.header-alt .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10004;
}

.header-alt .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

.header-alt .brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.header-alt .brand-icon::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--light);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-icon-242 2s ease-in-out infinite;
}

@keyframes pulse-icon-242 {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.7; }
}

/* ===== Custom Hamburger Toggle ===== */
.header-alt .nav-toggle-input {
  display: none;
}

.header-alt .hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 26px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  padding: 4px 0;
}

.header-alt .hamburger-line {
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation to X */
.header-alt .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.header-alt .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-alt .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* ===== Backdrop Overlay ===== */
.header-alt .nav-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* ===== Navigation Links ===== */
.header-alt .navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-alt .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: all 0.3s ease;
}

.header-alt .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-alt .nav-link:hover {
  color: var(--primary-500);
}

.header-alt .nav-link:hover::after {
  width: 100%;
}

/* ===== Decorative Elements ===== */
.header-alt .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header-alt .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  opacity: 0.4;
}

.header-alt .deco-circle-1 {
  width: 80px;
  height: 80px;
  top: -20px;
  right: 20px;
  animation: float-circle-1-242 6s ease-in-out infinite;
}

.header-alt .deco-circle-2 {
  width: 50px;
  height: 50px;
  top: 40px;
  right: 100px;
  animation: float-circle-2-242 8s ease-in-out infinite;
}

.header-alt .deco-line {
  position: absolute;
  width: 2px;
  height: 60%;
  background: linear-gradient(to bottom, var(--primary-300), transparent);
  top: 20%;
  right: 60px;
  opacity: 0.3;
}

@keyframes float-circle-1-242 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(180deg); }
}

@keyframes float-circle-2-242 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(15px) rotate(-180deg); }
}

/* ========================================
   RESPONSIVE - MOBILE & TABLET
   ======================================== */

@media (max-width: 991.98px) {
  /* Show Hamburger Toggle */
  .header-alt .hamburger-toggle {
    display: flex;
  }

  /* Mobile Menu Styles */
  .header-alt .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 6rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: -4px 0 20px rgba(var(--black-rgb), 0.1);
    z-index: 10;
  }

  /* Open Menu State */
  .header-alt .nav-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Show Backdrop */
  .header-alt .nav-toggle-input:checked ~ .nav-backdrop {
    display: block;
    opacity: 1;
  }

  /* Mobile Navigation Links */
  .header-alt .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .header-alt .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    animation: none;
  }

  /* Staggered Animation for Menu Items */
  .header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item {
    animation: slideInMenu-242 0.5s ease forwards;
  }

  .header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  @keyframes slideInMenu-242 {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .header-alt .nav-link {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.125rem;
    border-bottom: 1px solid var(--neutral-100);
  }

  .header-alt .nav-link::after {
    bottom: -1px;
  }

  /* Hide Desktop Decorations on Mobile */
  .header-alt .header-decoration {
    display: none;
  }
}

/* Tablet Optimization */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-alt .navbar-collapse {
    width: 320px;
  }

  .header-alt .nav-link {
    font-size: 1.25rem;
  }
}

/* Desktop Large Screens */
@media (min-width: 1400px) {
  .header-alt .navbar-nav {
    gap: 3rem;
  }

  .header-alt .navbar-brand {
    font-size: 1.75rem;
  }

  .header-alt .brand-icon {
    width: 42px;
    height: 42px;
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .header-alt *,
  .header-alt *::before,
  .header-alt *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .header-alt .navbar {
    border-bottom: 2px solid var(--neutral-900);
  }

  .header-alt .nav-link {
    font-weight: 600;
  }

  .header-alt .hamburger-line {
    background: #1e293b;
    height: 4px;
  }
}

/* Hero section */
.hero-custom {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
  );
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Background Decorative Shapes */
.hero-custom__bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-custom__shape {
  position: absolute;
  opacity: 0.1;
}

.hero-custom__shape--circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s infinite ease-in-out;
}

.hero-custom__shape--blob {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  bottom: -150px;
  left: -150px;
  animation: morphing 15s infinite ease-in-out;
}

.hero-custom__shape--dots {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 10%;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
  animation: float 25s infinite ease-in-out reverse;
}

/* Content Styling */
.hero-custom__content {
  position: relative;
  z-index: 1;
}

.hero-custom__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.1);
  animation: pulse-soft 3s infinite;
}

.hero-custom__badge i {
  color: var(--light);
  font-size: 1.25rem;
}

.hero-custom__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.hero-custom__subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.hero-custom__description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 600px;
}

/* Features Grid */
.hero-custom__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 400px;
}

.hero-custom__feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.05);
}

.hero-custom__feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.hero-custom__feature-item:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.1);
}

.hero-custom__feature-item:hover i {
  transform: scale(1.2);
}

/* Image Section */
.hero-custom__image-wrapper {
  position: relative;
  z-index: 1;
}

.hero-custom__image {
  position: relative;
  z-index: 2;
}

.hero-custom__image img {
  border: 8px solid var(--surface-primary);
  transition: transform 0.5s ease;
}

.hero-custom__image:hover img {
  transform: scale(1.02);
}

/* Image Decorations */
.hero-custom__image-decoration {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.15);
  z-index: 3;
  animation: bounce-soft 3s infinite;
}

.hero-custom__image-decoration i {
  color: var(--light);
  font-size: 1.75rem;
}

.hero-custom__image-decoration--top {
  top: -20px;
  right: -20px;
  animation-delay: 0.5s;
}

.hero-custom__image-decoration--bottom {
  bottom: -20px;
  left: -20px;
  animation-delay: 1s;
}

/* Floating Icons */
.hero-custom__floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-custom__floating-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.1);
}

.hero-custom__floating-icon i {
  color: var(--primary-500);
  font-size: 1.5rem;
}

.hero-custom__floating-icon--1 {
  top: 15%;
  left: -10%;
  animation: float 4s infinite ease-in-out;
}

.hero-custom__floating-icon--2 {
  top: 60%;
  right: -5%;
  animation: float 5s infinite ease-in-out 0.5s;
}

.hero-custom__floating-icon--3 {
  bottom: 20%;
  left: 5%;
  animation: float 6s infinite ease-in-out 1s;
}

/* Background Shape Behind Image */
.hero-custom__image-bg-shape {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%), 
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
  animation: morphing 20s infinite ease-in-out;
}

/* Bottom Wave */
.hero-custom__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--surface-primary);
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes morphing {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes bounce-soft {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-custom__title {
    font-size: 2.5rem;
  }

  .hero-custom__subtitle {
    font-size: 1.5rem;
  }

  .hero-custom__features {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }

  .hero-custom__floating-icon {
    display: none;
  }

  .hero-custom__image-decoration {
    width: 50px;
    height: 50px;
  }

  .hero-custom__image-decoration i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-custom__title {
    font-size: 2rem;
  }

  .hero-custom__subtitle {
    font-size: 1.25rem;
  }

  .hero-custom__description {
    font-size: 1rem;
  }

  .hero-custom__features {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }

  .hero-custom__feature-item {
    width: 50px;
    height: 50px;
  }

  .hero-custom__feature-item i {
    font-size: 1.25rem;
  }

  .hero-custom__badge {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }

  .hero-custom__badge i {
    font-size: 1rem;
  }

  .hero-custom__image img {
    border-width: 4px;
  }

  .hero-custom__shape--circle {
    width: 250px;
    height: 250px;
  }

  .hero-custom__shape--blob {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .hero-custom__features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 200px;
  }

  .hero-custom__image-decoration--top {
    top: -15px;
    right: -15px;
  }

  .hero-custom__image-decoration--bottom {
    bottom: -15px;
    left: -15px;
  }
}

/* ============================================
   About Section v-264 - Professional Blue Theme
   ============================================ */

.about-section-264 {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Decorative Elements */
.bg-decoration-264 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.bg-decoration-top-264 {
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
}

.bg-decoration-bottom-264 {
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-300), transparent);
}

.about-section-264 .container {
  position: relative;
  z-index: 1;
}

/* Content Column */
.about-content-264 {
  padding-right: 30px;
}

/* Decorative Badge */
.decorative-badge-264 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.badge-dot-264 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-500);
  position: relative;
}

.badge-dot-264::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.2;
  animation: pulse-264 2s infinite;
}

@keyframes pulse-264 {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Subtitle */
.about-subtitle-264 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* Main Title */
.about-title-264 {
  font-size: 42px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 25px;
}

/* Description */
.about-desc-264 {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 40px;
}

/* Features Grid */
.features-grid-264 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.feature-item-264 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item-264:hover {
  border-color: var(--primary-500);
  transform: translateY(-5px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

/* Feature Icon */
.feature-icon-264 {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  color: var(--primary-500);
  font-size: 26px;
  transition: all 0.4s ease;
}

.feature-item-264:hover .feature-icon-264 {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1) rotate(5deg);
}

/* Feature Content */
.feature-content-264 {
  flex: 1;
}

.feature-name-264 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.feature-desc-264 {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

/* Image Gallery Column */
.image-gallery-264 {
  position: relative;
  height: 100%;
  min-height: 600px;
}

/* Decorative Shape */
.decorative-shape-264 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 10%, transparent));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
  animation: morph-264 8s ease-in-out infinite;
}

@keyframes morph-264 {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* Main Image */
.gallery-main-264 {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 15%, transparent);
}

.gallery-main-264 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-main-264:hover img {
  transform: scale(1.1);
}

/* Image Overlay */
.image-overlay-264 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 10%, transparent));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-main-264:hover .image-overlay-264,
.secondary-image-264:hover .image-overlay-264 {
  opacity: 1;
}

/* Secondary Images */
.gallery-secondary-264 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: flex;
  gap: 20px;
  z-index: 2;
}

.secondary-image-264 {
  position: relative;
  flex: 1;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 45px color-mix(in srgb, var(--neutral-900) 12%, transparent);
}

.secondary-image-264 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.secondary-image-264:hover img {
  transform: scale(1.15);
}

.secondary-left-264 {
  transform: translateY(-20px);
}

.secondary-right-264 {
  transform: translateY(20px);
}

/* Floating Elements */
.floating-element-264 {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  color: var(--primary-500);
  font-size: 22px;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--neutral-900) 10%, transparent);
  z-index: 3;
  animation: float-264 3s ease-in-out infinite;
}

.floating-1-264 {
  top: 30px;
  right: 30px;
  animation-delay: 0s;
}

.floating-2-264 {
  bottom: 180px;
  left: -20px;
  animation-delay: 1s;
}

.floating-3-264 {
  top: 50%;
  right: -20px;
  animation-delay: 2s;
}

@keyframes float-264 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-section-264 {
    padding: 70px 0;
  }
  
  .about-content-264 {
    padding-right: 0;
    margin-bottom: 50px;
  }
  
  .about-title-264 {
    font-size: 36px;
  }
  
  .image-gallery-264 {
    min-height: 500px;
  }
  
  .gallery-main-264 {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .about-section-264 {
    padding: 50px 0;
  }
  
  .about-title-264 {
    font-size: 30px;
  }
  
  .about-desc-264 {
    font-size: 16px;
  }
  
  .features-grid-264 {
    gap: 20px;
  }
  
  .feature-item-264 {
    padding: 20px;
  }
  
  .feature-icon-264 {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  
  .feature-name-264 {
    font-size: 18px;
  }
  
  .image-gallery-264 {
    min-height: 450px;
  }
  
  .gallery-main-264 {
    height: 300px;
  }
  
  .gallery-secondary-264 {
    bottom: -30px;
    gap: 15px;
  }
  
  .secondary-image-264 {
    height: 150px;
  }
  
  .floating-element-264 {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .about-title-264 {
    font-size: 26px;
  }
  
  .feature-item-264 {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .gallery-secondary-264 {
    flex-direction: column;
    gap: 10px;
  }
  
  .secondary-left-264,
  .secondary-right-264 {
    transform: translateY(0);
  }
  
  .secondary-image-264 {
    height: 120px;
  }
}

.services-section-featured {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.services-section-featured .section-header {
  margin-bottom: 2rem;
}

.services-section-featured .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.services-section-featured .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.services-section-featured .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Service Cards */
.services-section-featured .service-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}

.services-section-featured .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

.services-section-featured .service-card:hover .service-icon-wrapper {
  background: var(--primary-500);
  transform: scale(1.1) rotate(5deg);
}

.services-section-featured .service-card:hover .service-icon-wrapper i {
  color: var(--light);
}

.services-section-featured .service-card:hover .card-decorative-shape {
  transform: scale(1.2) rotate(45deg);
  opacity: 0.15;
}

/* Icon Wrapper */
.services-section-featured .service-icon-wrapper {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-300) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-featured .service-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.4s ease;
}

/* Service Content */
.services-section-featured .service-content {
  position: relative;
  z-index: 2;
}

.services-section-featured .service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.services-section-featured .service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Service Features */
.services-section-featured .service-features-wrapper {
  background: color-mix(in srgb, var(--primary-50) 60%, transparent 40%);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--primary-500);
}

.services-section-featured .service-features {
  font-size: 0.9375rem;
  color: var(--text-primary);
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* Service Price */
.services-section-featured .service-price-wrapper {
  padding-top: 1.25rem;
  border-top: 2px solid var(--neutral-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-section-featured .service-price {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-700);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.services-section-featured .service-price::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: inline-block;
}

/* Card Decorative Shape */
.services-section-featured .card-decorative-shape {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-300) 100%);
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Decorative Elements */
.services-section-featured .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.services-section-featured .decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-300) 100%);
  opacity: 0.06;
}

.services-section-featured .decorative-circle.circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
}

.services-section-featured .decorative-circle.circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -100px;
}

.services-section-featured .decorative-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
  opacity: 0.1;
}

.services-section-featured .decorative-line.line-1 {
  width: 60%;
  top: 30%;
  left: 0;
}

.services-section-featured .decorative-line.line-2 {
  width: 50%;
  bottom: 40%;
  right: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-section-featured {
    padding: 80px 0;
  }

  .services-section-featured .section-title {
    font-size: 2.25rem;
  }

  .services-section-featured .section-subtitle {
    font-size: 1.25rem;
  }

  .services-section-featured .service-card {
    padding: 2rem;
  }

  .services-section-featured .service-name {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .services-section-featured {
    padding: 60px 0;
  }

  .services-section-featured .section-title {
    font-size: 1.875rem;
  }

  .services-section-featured .section-subtitle {
    font-size: 1.125rem;
  }

  .services-section-featured .section-description {
    font-size: 1rem;
  }

  .services-section-featured .service-card {
    padding: 1.75rem;
  }

  .services-section-featured .service-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .services-section-featured .service-icon-wrapper i {
    font-size: 1.75rem;
  }

  .services-section-featured .service-name {
    font-size: 1.25rem;
  }

  .services-section-featured .service-description {
    font-size: 0.9375rem;
  }

  .services-section-featured .service-features {
    font-size: 0.875rem;
  }

  .services-section-featured .service-price {
    font-size: 1.25rem;
  }

  .services-section-featured .decorative-circle.circle-1 {
    width: 250px;
    height: 250px;
  }

  .services-section-featured .decorative-circle.circle-2 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .services-section-featured .service-card {
    padding: 1.5rem;
  }

  .services-section-featured .service-features-wrapper {
    padding: 1rem;
  }

  .services-section-featured .service-price-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Team section */

.team-section-secondary {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header Styles */
.team-section-secondary .section-header {
  position: relative;
  z-index: 2;
}

.team-section-secondary .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-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.team-section-secondary .section-description {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Decorative Line */
.team-section-secondary .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg, 
    transparent, 
    var(--primary-500), 
    transparent
  );
  margin: 2rem auto 0;
  border-radius: 2px;
}

/* Team Card Styles */
.team-section-secondary .team-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-section-secondary .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 32px rgba(var(--black-rgb), 0.1),
    0 0 0 1px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

/* Team Image Wrapper */
.team-section-secondary .team-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.team-section-secondary .image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-section-secondary .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-secondary .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Image Overlay */
.team-section-secondary .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    color-mix(in srgb, var(--primary-700) 40%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-section-secondary .team-card:hover .image-overlay {
  opacity: 1;
}

/* Corner Accents */
.team-section-secondary .corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid var(--primary-500);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1;
}

.team-section-secondary .corner-accent.top-left {
  top: 16px;
  left: 16px;
  border-right: none;
  border-bottom: none;
  transform: translate(-10px, -10px);
}

.team-section-secondary .corner-accent.bottom-right {
  bottom: 16px;
  right: 16px;
  border-left: none;
  border-top: none;
  transform: translate(10px, 10px);
}

.team-section-secondary .team-card:hover .corner-accent {
  opacity: 1;
  transform: translate(0, 0);
}

/* Team Info */
.team-section-secondary .team-info {
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  background: var(--surface-secondary);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-section-secondary .member-name {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.team-section-secondary .team-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-secondary .member-role {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* Info Decoration */
.team-section-secondary .info-decoration {
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.team-section-secondary .team-card:hover .info-decoration {
  opacity: 1;
  transform: translateY(0);
}

.team-section-secondary .info-decoration i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Decorative Shapes */
.team-section-secondary .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.team-section-secondary .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent
  );
  animation: float 20s infinite ease-in-out;
}

.team-section-secondary .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.team-section-secondary .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -30px;
  animation-delay: 5s;
}

.team-section-secondary .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-100) 8%, transparent),
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 25s infinite ease-in-out;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-30px) translateX(20px);
  }
  50% {
    transform: translateY(-50px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(-30px);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 40% 60% / 40% 70% 50% 30%;
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .team-section-secondary .team-card {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .team-section-secondary .team-info {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-secondary .team-image-wrapper {
    aspect-ratio: 4 / 5;
  }
  
  .team-section-secondary .decorative-shapes .shape-circle,
  .team-section-secondary .decorative-shapes .shape-blob {
    opacity: 0.5;
  }
}

@media (max-width: 575.98px) {
  .team-section-secondary .corner-accent {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  
  .team-section-secondary .corner-accent.top-left {
    top: 12px;
    left: 12px;
  }
  
  .team-section-secondary .corner-accent.bottom-right {
    bottom: 12px;
    right: 12px;
  }
}

/* Print Styles */
@media print {
  .team-section-secondary .decorative-shapes,
  .team-section-secondary .corner-accent,
  .team-section-secondary .image-overlay {
    display: none;
  }
  
  .team-section-secondary .team-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
    page-break-inside: avoid;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-section-secondary .team-card {
    border: 2px solid var(--neutral-700);
  }
  
  .team-section-secondary .decorative-shapes {
    display: none;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-section-secondary .team-card,
  .team-section-secondary .team-member-photo,
  .team-section-secondary .corner-accent,
  .team-section-secondary .info-decoration {
    transition: none;
  }
  
  .team-section-secondary .shape-circle,
  .team-section-secondary .shape-blob {
    animation: none;
  }
  
  .team-section-secondary .team-card:hover {
    transform: none;
  }
}

.process-section-pro {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.process-section-pro .process-header {
  margin-bottom: 80px;
  position: relative;
}

.process-section-pro .decorative-dot-pattern {
  width: 80px;
  height: 8px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 12px 12px;
  margin: 0 auto 24px;
  opacity: 0.6;
}

.process-section-pro .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.process-section-pro .section-subtitle {
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.process-section-pro .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Timeline Container */
.process-section-pro .process-timeline {
  position: relative;
  padding: 40px 0;
}

.process-section-pro .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 50%, 
    var(--primary-700) 100%
  );
  transform: translateX(-50%);
  z-index: 1;
}

/* Process Item */
.process-section-pro .process-item {
  margin-bottom: 80px;
  position: relative;
}

.process-section-pro .process-item:last-child {
  margin-bottom: 0;
}

/* Process Content */
.process-section-pro .process-content {
  padding: 32px;
  background: var(--surface-primary);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(var(--black-rgb), 0.06);
  transition: all 0.4s ease;
  position: relative;
}

.process-section-pro .process-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.process-section-pro .process-item:hover .process-content {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}

.process-section-pro .process-item:hover .process-content::before {
  opacity: 1;
}

.process-section-pro .step-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-500);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'Georgia', serif;
}

.process-section-pro .process-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.process-section-pro .process-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Process Icon */
.process-section-pro .process-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.process-section-pro .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.process-section-pro .icon-background::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--surface-primary);
  border-radius: 50%;
}

.process-section-pro .process-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.process-section-pro .process-item:hover .process-icon-wrapper i {
  transform: scale(1.15) rotate(5deg);
}

/* Process Visual Placeholder */
.process-section-pro .process-visual {
  padding: 24px;
}

.process-section-pro .visual-placeholder {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-primary)),
    color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary))
  );
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.process-section-pro .visual-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent),
    transparent 70%
  );
  transform: translate(-50%, -50%);
  animation: pulse-v164 3s ease-in-out infinite;
}

@keyframes pulse-v164 {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

/* Decorative Shapes */
.process-section-pro .decorative-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.process-section-pro .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
}

.process-section-pro .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -5%;
}

.process-section-pro .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: 15%;
  left: -5%;
}

.process-section-pro .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .process-section-pro {
    padding: 80px 0;
  }

  .process-section-pro .timeline-line {
    left: 24px;
  }

  .process-section-pro .process-item,
  .process-section-pro .process-item.reverse {
    margin-bottom: 60px;
  }

  .process-section-pro .process-icon-wrapper {
    position: absolute;
    left: 0;
    top: 32px;
    width: 48px;
    height: 48px;
  }

  .process-section-pro .icon-background::before {
    inset: 4px;
  }

  .process-section-pro .process-icon-wrapper i {
    font-size: 1.4rem;
  }

  .process-section-pro .process-content {
    margin-left: 70px;
    padding: 24px;
  }

  .process-section-pro .process-visual {
    margin-top: 24px;
    margin-left: 70px;
  }

  .process-section-pro .section-title {
    font-size: 2.25rem;
  }

  .process-section-pro .section-subtitle {
    font-size: 1.2rem;
  }

  .process-section-pro .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .process-section-pro {
    padding: 60px 0;
  }

  .process-section-pro .process-header {
    margin-bottom: 50px;
  }

  .process-section-pro .section-title {
    font-size: 1.875rem;
  }

  .process-section-pro .section-subtitle {
    font-size: 1.1rem;
  }

  .process-section-pro .process-title {
    font-size: 1.25rem;
  }

  .process-section-pro .step-number {
    font-size: 2.5rem;
  }

  .process-section-pro .visual-placeholder {
    height: 220px;
  }

  .process-section-pro .decorative-dot-pattern {
    width: 60px;
    height: 6px;
    background-size: 10px 10px;
  }
}

@media (max-width: 575px) {
  .process-section-pro .process-content {
    padding: 20px;
  }

  .process-section-pro .process-visual {
    padding: 16px;
  }

  .process-section-pro .visual-placeholder {
    height: 180px;
  }
}

/* ================================
   Career Section v-114 Styles
   Theme: professional-blue-01
   ================================ */

.career-section-minimal {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header Styles */
.career-section-minimal .section-header {
  position: relative;
  z-index: 2;
}

.career-section-minimal .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 16px;
  color: var(--primary-500);
  font-size: 24px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.career-section-minimal .decorative-badge:hover {
  transform: rotate(10deg) scale(1.1);
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.career-section-minimal .section-title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.career-section-minimal .section-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.career-section-minimal .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Career Card Styles */
.career-section-minimal .career-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  overflow: hidden;
}

.career-section-minimal .career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Career Card Header */
.career-section-minimal .career-card-header {
  position: relative;
  margin-bottom: 1.5rem;
}

.career-section-minimal .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%));
  border-radius: 14px;
  color: var(--light);
  font-size: 26px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.career-section-minimal .career-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

/* Decorative Shape in Header */
.career-section-minimal .decorative-shape {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
}

.career-section-minimal .decorative-shape.shape-1 {
  background: radial-gradient(circle, var(--primary-500), transparent);
}

.career-section-minimal .decorative-shape.shape-2 {
  background: radial-gradient(circle, var(--primary-700), transparent);
  width: 100px;
  height: 100px;
}

.career-section-minimal .decorative-shape.shape-3 {
  background: radial-gradient(circle, var(--primary-300), transparent);
  width: 90px;
  height: 90px;
}

.career-section-minimal .decorative-shape.shape-4 {
  background: radial-gradient(circle, var(--primary-500), transparent);
  width: 110px;
  height: 110px;
}

/* Career Card Body */
.career-section-minimal .career-card-body {
  position: relative;
  z-index: 2;
}

.career-section-minimal .career-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.career-section-minimal .career-card:hover .career-title {
  color: var(--primary-500);
}

.career-section-minimal .career-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Career Role Tag */
.career-section-minimal .career-role-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 50px;
  color: var(--primary-700);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.career-section-minimal .career-card:hover .career-role-tag {
  background: color-mix(in srgb, var(--primary-500) 12%, transparent);
  border-color: color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.career-section-minimal .career-role-tag i {
  font-size: 1rem;
  color: var(--primary-500);
}

/* Decorative Corner */
.career-section-minimal .decorative-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 50%, color-mix(in srgb, var(--primary-500) 5%, transparent) 50%);
  border-radius: 20px 0 20px 0;
  transition: all 0.4s ease;
}

.career-section-minimal .career-card:hover .decorative-corner {
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, transparent 50%, color-mix(in srgb, var(--primary-500) 10%, transparent) 50%);
}

/* Decorative Background Elements */
.career-section-minimal .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.career-section-minimal .decorative-blob.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.career-section-minimal .decorative-blob.blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  bottom: -150px;
  right: -150px;
  animation: float 25s ease-in-out infinite reverse;
}

/* Floating Shapes */
.career-section-minimal .floating-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.career-section-minimal .floating-shape.shape-circle {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 15%;
  right: 10%;
  animation: float-gentle 15s ease-in-out infinite;
}

.career-section-minimal .floating-shape.shape-square {
  width: 50px;
  height: 50px;
  background: var(--primary-700);
  border-radius: 10px;
  bottom: 20%;
  left: 8%;
  transform: rotate(45deg);
  animation: float-gentle 18s ease-in-out infinite reverse;
}

/* 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 float-gentle {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .career-section-minimal .career-card {
    padding: 1.75rem;
  }

  .career-section-minimal .decorative-blob {
    filter: blur(60px);
  }

  .career-section-minimal .decorative-blob.blob-1 {
    width: 300px;
    height: 300px;
  }

  .career-section-minimal .decorative-blob.blob-2 {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .career-section-minimal .section-title {
    font-size: 1.875rem;
  }

  .career-section-minimal .section-subtitle {
    font-size: 1.25rem;
  }

  .career-section-minimal .section-description {
    font-size: 1rem;
  }

  .career-section-minimal .career-card {
    padding: 1.5rem;
  }

  .career-section-minimal .career-title {
    font-size: 1.375rem;
  }

  .career-section-minimal .icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .career-section-minimal .decorative-corner {
    width: 100px;
    height: 100px;
  }

  .career-section-minimal .career-card:hover .decorative-corner {
    width: 110px;
    height: 110px;
  }

  .career-section-minimal .decorative-blob {
    display: none;
  }

  .career-section-minimal .floating-shape {
    display: none;
  }
}

@media (max-width: 575px) {
  .career-section-minimal .decorative-badge {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .career-section-minimal .career-card {
    padding: 1.25rem;
  }

  .career-section-minimal .career-role-tag {
    font-size: 0.8125rem;
    padding: 0.4rem 0.875rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .career-section-minimal .career-card {
    border: 2px solid var(--neutral-500);
  }

  .career-section-minimal .career-role-tag {
    border-width: 2px;
  }

  .career-section-minimal .decorative-blob,
  .career-section-minimal .floating-shape {
    display: none;
  }
}

/* Print Styles */
@media print {
  .career-section-minimal .decorative-blob,
  .career-section-minimal .floating-shape,
  .career-section-minimal .decorative-corner,
  .career-section-minimal .decorative-shape {
    display: none;
  }

  .career-section-minimal .career-card {
    border: 1px solid var(--neutral-500);
    box-shadow: none;
    page-break-inside: avoid;
  }
}

/* ============================================
   Contact Section v-140 - Professional Blue
   ============================================ */

.contact-section-modern {
  position: relative;
  background: linear-gradient(to bottom, var(--surface-primary), var(--neutral-50));
  overflow: hidden;
}

/* Header Styles */
.contact-section-modern .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.contact-section-modern .section-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.contact-section-modern .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 100%;
}

/* Contact Form Wrapper */
.contact-section-modern .contact-form-wrapper {
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section-modern .contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
}

/* Form Controls */
.contact-section-modern .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
  color: var(--text-primary);
}

.contact-section-modern .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
  background: var(--surface-primary);
}

.contact-section-modern .form-floating > label {
  color: var(--text-secondary);
  padding: 1rem 1rem;
}

.contact-section-modern .form-floating > .form-control:focus ~ label,
.contact-section-modern .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-500);
}

/* Checkbox */
.contact-section-modern .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section-modern .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-modern .form-check-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
  cursor: pointer;
  margin-left: 0.5rem;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-modern .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: var(--light) !important;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-modern .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-modern .btn-submit:active {
  transform: translateY(0);
}

/* Contact Info Wrapper */
.contact-section-modern .contact-info-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Contact Info Card */
.contact-section-modern .contact-info-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.06);
  transition: all 0.3s ease;
  border: 2px solid var(--neutral-100);
}

.contact-section-modern .contact-info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
  border-color: var(--primary-300);
}

/* Info Icon */
.contact-section-modern .info-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.contact-section-modern .contact-info-card:hover .info-icon {
  transform: rotate(5deg) scale(1.05);
}

/* Info Content */
.contact-section-modern .info-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-section-modern .info-content p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* Decorative Circles */
.contact-section-modern .decorative-circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.contact-section-modern .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.contact-section-modern .circle-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  top: -30px;
  right: -30px;
}

.contact-section-modern .circle-2 {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  bottom: 50px;
  right: 40px;
}

.contact-section-modern .circle-3 {
  width: 80px;
  height: 80px;
  background: var(--primary-300);
  top: 50%;
  right: -20px;
}

/* Background Decorative Shapes */
.contact-section-modern .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.contact-section-modern .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.contact-section-modern .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-modern .contact-form-wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .contact-section-modern .contact-info-wrapper {
    gap: 1rem;
  }
  
  .contact-section-modern .contact-info-card {
    padding: 1.5rem;
  }
  
  .contact-section-modern .info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-modern .contact-form-wrapper {
    padding: 1.5rem;
  }
  
  .contact-section-modern .btn-submit {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  
  .contact-section-modern .section-description {
    font-size: 1rem;
  }
  
  .contact-section-modern .contact-info-card {
    flex-direction: row;
    gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .contact-section-modern .contact-form-wrapper {
    padding: 1.25rem;
  }
  
  .contact-section-modern .info-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 1.1rem;
  }
  
  .contact-section-modern .info-content h4 {
    font-size: 1rem;
  }
  
  .contact-section-modern .info-content p {
    font-size: 0.95rem;
  }
}

/* ==========================================
   Blog Section v-224: Professional Blue Theme
   Modern Card Grid with Image Overlays
   ========================================== */

/* Section Container */
.blog-section-pro {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.blog-section-pro .section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.blog-section-pro .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.blog-section-pro .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.blog-section-pro .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Decorative Elements */
.blog-section-pro .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.blog-section-pro .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%
  );
}

.blog-section-pro .deco-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float-slow 20s infinite ease-in-out;
}

.blog-section-pro .deco-circle-2 {
  width: 300px;
  height: 300px;
  bottom: 100px;
  left: -80px;
  animation: float-slow 25s infinite ease-in-out reverse;
}

.blog-section-pro .deco-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, 
    color-mix(in srgb, var(--primary-100) 15%, transparent 85%) 0%, 
    transparent 70%
  );
  border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
  animation: blob-morph 30s infinite ease-in-out;
  opacity: 0.4;
}

/* Blog Grid */
.blog-section-pro .blog-grid {
  position: relative;
  z-index: 2;
}

/* Blog Card */
.blog-section-pro .blog-card {
  background: var(--surface-primary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.blog-section-pro .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
  border-color: var(--primary-300);
}

/* Image Wrapper */
.blog-section-pro .blog-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, 
    var(--neutral-100) 0%, 
    var(--neutral-50) 100%
  );
}

.blog-section-pro .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-pro .blog-card:hover .blog-image {
  transform: scale(1.1);
}

/* Image Overlay */
.blog-section-pro .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-700) 80%, transparent 20%) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-pro .blog-card:hover .image-overlay {
  opacity: 1;
}

.blog-section-pro .image-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.blog-section-pro .blog-card:hover .image-overlay i {
  transform: scale(1);
}

/* Category Badge */
.blog-section-pro .category-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
  z-index: 2;
  transition: transform 0.3s ease;
}

.blog-section-pro .blog-card:hover .category-badge {
  transform: rotate(12deg) scale(1.1);
}

.blog-section-pro .category-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

/* Card Body */
.blog-section-pro .blog-card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-pro .blog-card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-pro .blog-card:hover .blog-card-title {
  color: var(--primary-500);
}

.blog-section-pro .blog-card-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

/* Card Meta */
.blog-section-pro .blog-card-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
}

.blog-section-pro .blog-card-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--neutral-500);
}

.blog-section-pro .blog-card-meta i {
  font-size: 1rem;
  color: var(--primary-500);
}

/* Card Link */
.blog-section-pro .blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-500);
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-section-pro .blog-card-link span {
  position: relative;
}

.blog-section-pro .blog-card-link span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.blog-section-pro .blog-card:hover .blog-card-link span::after {
  width: 100%;
}

.blog-section-pro .blog-card-link i {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.blog-section-pro .blog-card:hover .blog-card-link i {
  transform: translateX(5px);
}

/* Decorative Icons Grid */
.blog-section-pro .decorative-icons-grid {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  opacity: 0.15;
  pointer-events: none;
}

.blog-section-pro .decorative-icons-grid .icon-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%
  );
  border-radius: 12px;
  animation: icon-pulse 3s infinite ease-in-out;
}

.blog-section-pro .decorative-icons-grid .icon-item:nth-child(2) {
  animation-delay: 0.5s;
}

.blog-section-pro .decorative-icons-grid .icon-item:nth-child(3) {
  animation-delay: 1s;
}

.blog-section-pro .decorative-icons-grid .icon-item:nth-child(4) {
  animation-delay: 1.5s;
}

.blog-section-pro .decorative-icons-grid i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Animations */
@keyframes float-slow {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
  }
  25% {
    border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
  }
  50% {
    border-radius: 40% 60% 55% 45% / 60% 40% 60% 40%;
  }
  75% {
    border-radius: 60% 40% 45% 55% / 40% 60% 40% 60%;
  }
}

@keyframes icon-pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-section-pro {
    padding: 80px 0;
  }
  
  .blog-section-pro .section-title {
    font-size: 2rem;
  }
  
  .blog-section-pro .section-subtitle {
    font-size: 1.125rem;
  }
  
  .blog-section-pro .section-header {
    margin-bottom: 48px;
  }
  
  .blog-section-pro .deco-circle-1,
  .blog-section-pro .deco-circle-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-pro {
    padding: 60px 0;
  }
  
  .blog-section-pro .section-title {
    font-size: 1.75rem;
  }
  
  .blog-section-pro .section-subtitle {
    font-size: 1rem;
  }
  
  .blog-section-pro .section-description {
    font-size: 1rem;
  }
  
  .blog-section-pro .blog-card-title {
    font-size: 1.25rem;
  }
  
  .blog-section-pro .blog-card-body {
    padding: 24px;
  }
  
  .blog-section-pro .decorative-icons-grid {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .blog-section-pro .section-title {
    font-size: 1.5rem;
  }
  
  .blog-section-pro .blog-card-image-wrapper {
    height: 200px;
  }
  
  .blog-section-pro .blog-card-body {
    padding: 20px;
  }
  
  .blog-section-pro .blog-card-title {
    font-size: 1.125rem;
  }
  
  .blog-section-pro .blog-card-excerpt {
    font-size: 0.875rem;
  }
}

/* Footer section */

.footer-primary {
  position: relative;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  ),
  url('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--light);
  padding: 80px 0 0;
  overflow: hidden;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--primary-700) 8%, transparent);
  pointer-events: none;
  z-index: 1;
}

.footer-primary .container {
  z-index: 2;
}

/* Decorative Shapes */
.footer-decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  filter: blur(60px);
}

.shape-circle.shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float-shape 20s infinite ease-in-out;
}

.shape-circle.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -80px;
  animation: float-shape 25s infinite ease-in-out reverse;
}

.shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  filter: blur(40px);
}

.shape-blob.shape-3 {
  bottom: 10%;
  right: 15%;
  animation: morph-shape 30s infinite ease-in-out;
}

@keyframes float-shape {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.1); }
}

@keyframes morph-shape {
  0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
  50% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

/* Brand Section */
.footer-brand-section {
  padding-right: 20px;
}

.footer-brand-name {
  font-size: 28px;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.footer-brand-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.85);
  margin-bottom: 0;
}

.footer-icon-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-icon-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.footer-icon-item i {
  font-size: 22px;
  color: rgba(var(--white-rgb), 0.9);
}

.footer-icon-item:hover {
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  transform: translateY(-4px);
}

/* Links Section */
.footer-links-section {
  padding-left: 20px;
}

.footer-links-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--light);
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-links-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary-300);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links-list li i {
  font-size: 12px;
  color: var(--primary-300);
  transition: transform 0.3s ease;
}

.footer-links-list li a {
  color: rgba(var(--white-rgb), 0.85);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links-list li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-300);
  transition: width 0.3s ease;
}

.footer-links-list li:hover a {
  color: var(--light);
  padding-left: 4px;
}

.footer-links-list li:hover a::after {
  width: 100%;
}

.footer-links-list li:hover i {
  transform: translateX(4px);
}

/* Contact Section */
.footer-contact-section {
  padding-left: 20px;
}

.footer-contact-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--light);
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-contact-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary-300);
  border-radius: 2px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-icon i {
  font-size: 18px;
  color: rgba(var(--white-rgb), 0.9);
}

.footer-contact-item:hover .contact-icon {
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  transform: scale(1.05);
}

.contact-details span {
  color: rgba(var(--white-rgb), 0.85);
  font-size: 14px;
  line-height: 1.6;
  display: block;
}

/* Additional Section */
.footer-additional-section {
  padding-left: 20px;
}

.footer-badge-decorative {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 14px;
  margin-bottom: 20px;
}

.footer-badge-decorative i {
  font-size: 28px;
  color: var(--primary-300);
}

.footer-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.75);
  margin: 0;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--light) 15%, transparent);
  padding: 32px 0;
  margin-top: 60px;
}

.footer-copyright-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-300) 50%,
    transparent 100%
  );
  border-radius: 2px;
}

.footer-copyright-text {
  font-size: 14px;
  color: rgba(var(--white-rgb), 0.75);
  margin: 0;
}

.footer-trust-badges {
  display: flex;
  gap: 12px;
  align-items: center;
}

.trust-badge-item {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.trust-badge-item i {
  font-size: 16px;
  color: rgba(var(--white-rgb), 0.8);
}

.trust-badge-item:hover {
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-primary {
    padding: 60px 0 0;
  }

  .footer-brand-section,
  .footer-links-section,
  .footer-contact-section,
  .footer-additional-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer-brand-name {
    font-size: 24px;
  }

  .shape-circle.shape-1 {
    width: 300px;
    height: 300px;
  }

  .shape-circle.shape-2 {
    width: 250px;
    height: 250px;
  }

  .shape-blob.shape-3 {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .footer-primary {
    padding: 50px 0 0;
    background-attachment: scroll;
  }

  .footer-brand-name {
    font-size: 22px;
  }

  .footer-bottom {
    padding: 24px 0;
    margin-top: 40px;
  }

  .footer-copyright-wrapper {
    gap: 16px;
  }

  .footer-icon-group {
    gap: 12px;
  }

  .footer-icon-item {
    width: 42px;
    height: 42px;
  }

  .footer-icon-item i {
    font-size: 20px;
  }

  .shape-circle.shape-1,
  .shape-circle.shape-2 {
    width: 200px;
    height: 200px;
  }

  .shape-blob.shape-3 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-copyright-wrapper {
    gap: 12px;
  }

  .footer-trust-badges {
    gap: 8px;
  }

  .trust-badge-item {
    width: 32px;
    height: 32px;
  }

  .trust-badge-item i {
    font-size: 14px;
  }
}

/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    font-size: 1.5rem;
  }
}


.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 */

.additional-universal-section.v-047 {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 60%, var(--surface-primary) 40%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-047 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-047 .tech-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.additional-universal-section.v-047 .indicator-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.additional-universal-section.v-047 .indicator-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: pulse-indicator 2s ease-in-out infinite;
}

@keyframes pulse-indicator {
  0%, 100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 70%, transparent 30%);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 0%, transparent 100%);
  }
}

.additional-universal-section.v-047 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.additional-universal-section.v-047 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

.additional-universal-section.v-047 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Tech Grid */
.additional-universal-section.v-047 .tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .additional-universal-section.v-047 .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .additional-universal-section.v-047 .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.additional-universal-section.v-047 .grid-cell.featured {
  grid-column: 1 / -1;
}

/* Grid Cells */
.additional-universal-section.v-047 .cell-container {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-300);
  border-radius: 4px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.additional-universal-section.v-047 .cell-container:hover {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.additional-universal-section.v-047 .grid-cell.featured .cell-container {
  background: linear-gradient(135deg, var(--surface-primary), color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%));
  border-color: var(--primary-500);
  border-width: 2px;
}

.additional-universal-section.v-047 .cell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.additional-universal-section.v-047 .tech-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-047 .cell-container:hover .tech-badge {
  transform: scale(1.1);
}

.additional-universal-section.v-047 .tech-badge.featured-badge {
  width: 64px;
  height: 64px;
}

.additional-universal-section.v-047 .tech-badge i {
  font-size: 28px;
  color: var(--light);
}

.additional-universal-section.v-047 .tech-badge.featured-badge i {
  font-size: 32px;
}

.additional-universal-section.v-047 .status-indicator {
  width: 10px;
  height: 10px;
  background: var(--neutral-500);
  border-radius: 50%;
  position: relative;
}

.additional-universal-section.v-047 .status-indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--neutral-500);
  border-radius: 50%;
}

.additional-universal-section.v-047 .status-indicator.active {
  background: var(--primary-500);
  animation: status-blink 2s ease-in-out infinite;
}

.additional-universal-section.v-047 .status-indicator.active::after {
  border-color: var(--primary-500);
}

@keyframes status-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.additional-universal-section.v-047 .cell-content {
  flex: 1;
}

.additional-universal-section.v-047 .cell-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.additional-universal-section.v-047 .cell-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-047 .cell-footer {
  margin-top: 20px;
}

.additional-universal-section.v-047 .tech-line {
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 30%, transparent 30%);
  background-size: 12px 3px;
  transition: background 0.3s ease;
}

.additional-universal-section.v-047 .cell-container:hover .tech-line {
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 60%, transparent 60%);
}

.additional-universal-section.v-047 .tech-line.featured-line {
  background: linear-gradient(90deg, var(--primary-700) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
}

.additional-universal-section.v-047 .featured-layout {
  display: flex;
  flex-direction: column;
}

/* Tech Decorations */
.additional-universal-section.v-047 .tech-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-047 .circuit-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
  height: 1px;
}

.additional-universal-section.v-047 .circuit-line.line-1 {
  width: 200px;
  top: 20%;
  right: 10%;
  transform: rotate(45deg);
}

.additional-universal-section.v-047 .circuit-line.line-2 {
  width: 150px;
  bottom: 30%;
  left: 5%;
  transform: rotate(-30deg);
}

.additional-universal-section.v-047 .circuit-line.line-3 {
  width: 180px;
  top: 60%;
  right: 8%;
  transform: rotate(15deg);
}

.additional-universal-section.v-047 .circuit-node {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 8px color-mix(in srgb, var(--primary-500) 60%, transparent 40%);
}

.additional-universal-section.v-047 .circuit-node.node-1 {
  top: 25%;
  right: 15%;
}

.additional-universal-section.v-047 .circuit-node.node-2 {
  bottom: 35%;
  left: 12%;
}

.additional-universal-section.v-047 .circuit-node.node-3 {
  top: 55%;
  right: 20%;
}

.additional-universal-section.v-047 .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-047 {
    padding: 60px 0;
  }

  .additional-universal-section.v-047 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-047 .section-subtitle {
    font-size: 1rem;
  }

  .additional-universal-section.v-047 .cell-container {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-047 {
    padding: 40px 0;
  }

  .additional-universal-section.v-047 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-047 .tech-grid {
    gap: 16px;
  }

  .additional-universal-section.v-047 .cell-container {
    padding: 20px;
  }

  .additional-universal-section.v-047 .tech-badge {
    width: 48px;
    height: 48px;
  }

  .additional-universal-section.v-047 .tech-badge i {
    font-size: 24px;
  }
}


/* 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(--bright_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(--layout_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(--theme_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(--layout_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(--theme_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}


/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    display: none;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_content {
  padding-right: var(--space-6);
}

.add_wrap .add_elem_item {
  margin-bottom: var(--space-8);
}

.add_wrap .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  padding-left: var(--space-6);
}

.add_wrap .add_elem_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--space-4);
  height: var(--space-4);
  background-color: var(--primary-500);
  border-radius: 50%;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
  padding-left: var(--space-6);
}

.add_wrap .add_image_container {
  position: relative;
}

.add_wrap .add_main_image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
}

.add_wrap .add_extra_content .add_elem_item {
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_extra_content .add_elem_title {
  font-size: 1.1rem;
  padding-left: var(--space-5);
}

.add_wrap .add_extra_content .add_elem_title:before {
  width: var(--space-3);
  height: var(--space-3);
  background-color: var(--primary-400);
}

.add_wrap .add_extra_content .add_elem_desc {
  padding-left: var(--space-5);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .add_wrap .add_content {
    padding-right: 0;
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_elem_item {
    margin-bottom: var(--space-6);
  }
  
  .add_wrap .add_extra_content {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}


/* ===================================
   v-015: Creative Purple Theme
   Layout: Masonry Grid with Showcase
   =================================== */

.add_wrap.v015_creative_purple {
  padding: var(--section-py) 0;
  background: linear-gradient(225deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Top Banner */
.add_wrap.v015_creative_purple .add_decorative_banner {
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}

.add_wrap.v015_creative_purple .add_banner_dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.add_wrap.v015_creative_purple .add_banner_dot:nth-child(2) {
  animation-delay: 0.3s;
}

.add_wrap.v015_creative_purple .add_banner_dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

/* Header Section */
.add_wrap.v015_creative_purple .add_header {
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v015_creative_purple .add_icon_cluster {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.add_wrap.v015_creative_purple .add_icon_cluster i {
  font-size: 32px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.add_wrap.v015_creative_purple .add_icon_cluster i:hover {
  color: var(--primary-700);
  transform: rotate(15deg) scale(1.2);
}

.add_wrap.v015_creative_purple .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 800;
  line-height: 1.2;
}

.add_wrap.v015_creative_purple .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
  font-style: italic;
}

.add_wrap.v015_creative_purple .add_description {
  color: var(--text-secondary);
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Masonry Grid */
.add_wrap.v015_creative_purple .add_masonry_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-6);
  position: relative;
  z-index: 2;
}

/* Masonry Item Sizes */
.add_wrap.v015_creative_purple .add_masonry_large {
  grid-column: span 7;
}

.add_wrap.v015_creative_purple .add_masonry_medium {
  grid-column: span 5;
}

.add_wrap.v015_creative_purple .add_masonry_full {
  grid-column: span 12;
}

/* Masonry Cards */
.add_wrap.v015_creative_purple .add_masonry_card {
  height: 100%;
  padding: var(--space-8);
  background: #ffffff;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.add_wrap.v015_creative_purple .add_masonry_card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.add_wrap.v015_creative_purple .add_masonry_card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: var(--shadow-lg);
}

.add_wrap.v015_creative_purple .add_masonry_card:hover::before {
  opacity: 1;
}

/* Card Corner Accent */
.add_wrap.v015_creative_purple .add_card_corner_accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-100) 50%);
  border-radius: 0 24px 0 0;
}

/* Card Icon Wrapper */
.add_wrap.v015_creative_purple .add_card_icon_wrapper {
  margin-bottom: var(--space-4);
}

.add_wrap.v015_creative_purple .add_card_icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 20px;
  transform: rotate(-5deg);
  transition: all 0.3s ease;
}

.add_wrap.v015_creative_purple .add_card_icon i {
  font-size: 32px;
  color: #ffffff;
}

.add_wrap.v015_creative_purple .add_masonry_card:hover .add_card_icon {
  transform: rotate(5deg) scale(1.1);
}

/* Card Content */
.add_wrap.v015_creative_purple .add_card_title {
  color: var(--text-primary);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v015_creative_purple .add_card_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Card Decoration */
.add_wrap.v015_creative_purple .add_card_decoration {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.6;
}

.add_wrap.v015_creative_purple .add_card_decoration i {
  font-size: 24px;
  color: var(--primary-500);
}

/* Card Icon Row */
.add_wrap.v015_creative_purple .add_card_icon_row {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.add_wrap.v015_creative_purple .add_card_icon_row i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.add_wrap.v015_creative_purple .add_card_icon_row i:hover {
  background: var(--primary-500);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Card Variants */
.add_wrap.v015_creative_purple .add_card_primary {
  border-color: var(--primary-300);
}

.add_wrap.v015_creative_purple .add_card_secondary .add_card_icon {
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}

.add_wrap.v015_creative_purple .add_card_accent {
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}

.add_wrap.v015_creative_purple .add_card_highlight {
  border: 2px solid var(--primary-500);
}

/* Showcase Card (Element 5) */
.add_wrap.v015_creative_purple .add_showcase_card {
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 50%, var(--primary-100) 100%);
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
  border: 3px solid var(--primary-500);
  position: relative;
  overflow: hidden;
}

.add_wrap.v015_creative_purple .add_showcase_card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.2;
  pointer-events: none;
}

/* Showcase Icon Stack */
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.add_wrap.v015_creative_purple .add_showcase_icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.4);
  transition: all 0.3s ease;
}

.add_wrap.v015_creative_purple .add_showcase_icon i {
  font-size: 36px;
  color: #ffffff;
}

.add_wrap.v015_creative_purple .add_showcase_icon_1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.add_wrap.v015_creative_purple .add_showcase_icon_2 {
  bottom: 0;
  left: 0;
  z-index: 2;
}

.add_wrap.v015_creative_purple .add_showcase_icon_3 {
  bottom: 0;
  right: 0;
  z-index: 2;
}

.add_wrap.v015_creative_purple .add_showcase_icon:hover {
  transform: scale(1.15);
}

.add_wrap.v015_creative_purple .add_showcase_icon_1:hover {
  transform: translateX(-50%) scale(1.15);
}

/* Showcase Content */
.add_wrap.v015_creative_purple .add_showcase_title {
  color: var(--text-primary);
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v015_creative_purple .add_showcase_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
}

/* Showcase Badge Grid */
.add_wrap.v015_creative_purple .add_showcase_badge_grid {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: flex-start;
}

.add_wrap.v015_creative_purple .add_showcase_badge {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.add_wrap.v015_creative_purple .add_showcase_badge i {
  font-size: 26px;
  color: var(--primary-500);
}

.add_wrap.v015_creative_purple .add_showcase_badge:hover {
  background: var(--primary-500);
  transform: scale(1.15) rotate(5deg);
}

.add_wrap.v015_creative_purple .add_showcase_badge:hover i {
  color: #ffffff;
}

/* Decorative Footer */
.add_wrap.v015_creative_purple .add_decorative_footer {
  margin-top: var(--space-12);
  display: flex;
  justify-content: center;
  gap: var(--space-4);
}

.add_wrap.v015_creative_purple .add_footer_shape {
  width: 60px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 4px;
  opacity: 0.6;
}

.add_wrap.v015_creative_purple .add_footer_shape_2 {
  width: 40px;
  opacity: 0.4;
}

.add_wrap.v015_creative_purple .add_footer_shape_3 {
  width: 30px;
  opacity: 0.3;
}

/* Background Decorative Elements */
.add_wrap.v015_creative_purple .add_bg_gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  filter: blur(80px);
}

.add_wrap.v015_creative_purple .add_bg_gradient_1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -250px;
  right: -200px;
}

.add_wrap.v015_creative_purple .add_bg_gradient_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  bottom: -200px;
  left: -150px;
}

.add_wrap.v015_creative_purple .add_bg_mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px),
    linear-gradient(180deg, var(--primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v015_creative_purple .add_masonry_large,
  .add_wrap.v015_creative_purple .add_masonry_medium {
    grid-column: span 12;
  }

  .add_wrap.v015_creative_purple .add_showcase_icon_stack {
    width: 120px;
    height: 120px;
    margin-bottom: var(--space-4);
  }

  .add_wrap.v015_creative_purple .add_showcase_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v015_creative_purple .add_showcase_icon i {
    font-size: 32px;
  }

  .add_wrap.v015_creative_purple .add_showcase_title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v015_creative_purple .add_masonry_grid {
    gap: var(--space-4);
  }

  .add_wrap.v015_creative_purple .add_masonry_card {
    padding: var(--space-6);
    border-radius: 16px;
  }

  .add_wrap.v015_creative_purple .add_card_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v015_creative_purple .add_card_icon i {
    font-size: 28px;
  }

  .add_wrap.v015_creative_purple .add_card_title {
    font-size: 1.125rem;
  }

  .add_wrap.v015_creative_purple .add_card_icon_row i {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .add_wrap.v015_creative_purple .add_showcase_card {
    padding: var(--space-6);
    border-radius: 24px;
  }

  .add_wrap.v015_creative_purple .add_showcase_icon_stack {
    width: 100px;
    height: 100px;
  }

  .add_wrap.v015_creative_purple .add_showcase_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v015_creative_purple .add_showcase_icon i {
    font-size: 28px;
  }

  .add_wrap.v015_creative_purple .add_showcase_title {
    font-size: 1.25rem;
  }

  .add_wrap.v015_creative_purple .add_showcase_badge {
    width: 48px;
    height: 48px;
  }

  .add_wrap.v015_creative_purple .add_showcase_badge i {
    font-size: 22px;
  }

  .add_wrap.v015_creative_purple .add_icon_cluster i {
    font-size: 24px;
  }
}


/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.header-decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Card Styles */
.info-card {
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.info-card:hover::before {
  transform: scaleX(1);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: rotate(5deg) scale(1.05);
}

.info-card:hover .card-icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.info-card:hover .card-title {
  color: var(--primary-500);
}

.card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.card-corner-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at center, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.4s ease;
  pointer-events: none;
}

.info-card:hover .card-corner-accent {
  transform: scale(1.5);
  opacity: 0.8;
}

/* Decorative Elements */
.decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

.dot-1 {
  top: 15%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.dot-2 {
  bottom: 20%;
  right: 8%;
  animation: float 8s ease-in-out infinite 2s;
}

.decorative-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid var(--primary-100);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  z-index: 1;
}

.shape-1 {
  top: 10%;
  right: 5%;
  animation: rotate-shape 25s linear infinite;
}

.shape-2 {
  bottom: 10%;
  left: 5%;
  animation: rotate-shape 30s linear infinite reverse;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(-5px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(5px);
  }
}

@keyframes rotate-shape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-main-title {
    font-size: 2.25rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
  }
  
  .info-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .info-card {
    padding: 1.5rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
  
  .decorative-shape {
    width: 100px;
    height: 100px;
  }
}


/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}


.additional-universal-clean {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-clean .section-header h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.additional-universal-clean .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-clean .section-header p {
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.additional-universal-clean .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Line */
.additional-universal-clean .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300), var(--primary-500), var(--primary-700));
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Item */
.additional-universal-clean .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.additional-universal-clean .timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Marker */
.additional-universal-clean .timeline-marker {
  position: absolute;
  left: 50%;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.75rem;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-clean .timeline-item:hover .timeline-marker {
  transform: translateX(-50%) scale(1.15) rotate(15deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Timeline Content */
.additional-universal-clean .timeline-content {
  width: calc(50% - 50px);
}

.additional-universal-clean .timeline-item .timeline-content {
  margin-left: auto;
  padding-left: 2rem;
}

.additional-universal-clean .timeline-item-reverse .timeline-content {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 2rem;
  text-align: right;
}

/* Timeline Card */
.additional-universal-clean .timeline-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.additional-universal-clean .timeline-card:hover {
  border-color: var(--primary-500);
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.additional-universal-clean .timeline-card h3 {
  color: var(--text-primary);
  line-height: 1.4;
}

.additional-universal-clean .timeline-card p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Card Decoration */
.additional-universal-clean .card-decoration {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.1;
  top: -20px;
  right: -20px;
  transition: all 0.4s ease;
}

.additional-universal-clean .timeline-card:hover .card-decoration {
  opacity: 0.2;
  transform: scale(1.3);
}

.additional-universal-clean .timeline-item-reverse .card-decoration {
  right: auto;
  left: -20px;
}

/* Background Leaves */
.additional-universal-clean .bg-leaf {
  position: absolute;
  font-size: 8rem;
  color: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-clean .bg-leaf.leaf-1 {
  top: 15%;
  left: 5%;
  animation: sway-1 6s ease-in-out infinite;
}

.additional-universal-clean .bg-leaf.leaf-2 {
  top: 50%;
  right: 8%;
  animation: sway-2 7s ease-in-out infinite;
}

.additional-universal-clean .bg-leaf.leaf-3 {
  bottom: 20%;
  left: 10%;
  animation: sway-3 8s ease-in-out infinite;
}

/* Sway Animations */
@keyframes sway-1 {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(5deg) translateY(-15px); }
}

@keyframes sway-2 {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(-5deg) translateY(15px); }
}

@keyframes sway-3 {
  0%, 100% { transform: rotate(0deg) translateX(0); }
  50% { transform: rotate(3deg) translateX(15px); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-clean .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-clean .timeline-line {
    left: 32px;
  }

  .additional-universal-clean .timeline-marker {
    left: 32px;
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }

  .additional-universal-clean .timeline-item,
  .additional-universal-clean .timeline-item-reverse {
    flex-direction: row;
  }

  .additional-universal-clean .timeline-content,
  .additional-universal-clean .timeline-item-reverse .timeline-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 0;
    text-align: left;
  }

  .additional-universal-clean .timeline-card {
    padding: 1.5rem;
  }

  .additional-universal-clean .bg-leaf {
    font-size: 6rem;
    opacity: 0.04;
  }
}

@media (max-width: 767px) {
  .additional-universal-clean .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-clean .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-clean .timeline-line {
    left: 24px;
  }

  .additional-universal-clean .timeline-marker {
    left: 24px;
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-clean .timeline-content,
  .additional-universal-clean .timeline-item-reverse .timeline-content {
    width: calc(100% - 72px);
    margin-left: 72px;
    padding-left: 1rem;
  }

  .additional-universal-clean .timeline-card {
    padding: 1.25rem;
  }

  .additional-universal-clean .timeline-card h3 {
    font-size: 1.25rem;
  }

  .additional-universal-clean .bg-leaf {
    font-size: 4rem;
  }
}


/* Universal section */

.additional-universal-modern {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-modern .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.additional-universal-modern .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-auto-rows: 250px;
  position: relative;
  z-index: 2;
}

/* Grid Items */
.additional-universal-modern .grid-item {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.additional-universal-modern .grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Grid Item Sizes */
.additional-universal-modern .item-large {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
}

.additional-universal-modern .item-medium {
  grid-row: span 2;
}

.additional-universal-modern .item-standard {
  grid-row: span 2;
}

/* Item Overlay */
.additional-universal-modern .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-modern .item-large:hover .item-overlay {
  opacity: 0.2;
}

/* Item Icon */
.additional-universal-modern .item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.additional-universal-modern .item-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-modern .grid-item:hover .item-icon {
  transform: scale(1.1) rotate(10deg);
}

/* Item Content */
.additional-universal-modern .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.additional-universal-modern .item-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-modern .item-large .item-title {
  font-size: 1.75rem;
}

.additional-universal-modern .item-description {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.additional-universal-modern .item-large .item-description {
  font-size: 1rem;
}

/* Corner Accents */
.additional-universal-modern .corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-modern .corner-accent.top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-modern .corner-accent.bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Shine Effect */
.additional-universal-modern .shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.additional-universal-modern .grid-item:hover .shine-effect {
  left: 100%;
}

/* Background Gradients */
.additional-universal-modern .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-modern .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-modern .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 15%;
  right: -130px;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.additional-universal-modern .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
  top: 25%;
  right: 10%;
  filter: blur(40px);
}

.additional-universal-modern .shape-2 {
  width: 180px;
  height: 180px;
  background: var(--accent-300);
  border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
  bottom: 20%;
  left: 12%;
  filter: blur(35px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-modern {
    padding: 4rem 0;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    grid-auto-rows: 280px;
  }

  .additional-universal-modern .item-large {
    grid-column: span 2;
  }

  .additional-universal-modern .item-medium {
    grid-column: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.75rem;
  }

  .additional-universal-modern .item-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-modern {
    padding: 3rem 0;
  }

  .additional-universal-modern .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-modern .section-description {
    font-size: 1rem;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-auto-rows: auto;
  }

  .additional-universal-modern .item-large,
  .additional-universal-modern .item-medium,
  .additional-universal-modern .item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.5rem;
  }

  .additional-universal-modern .item-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.2rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-modern .item-description {
    font-size: 0.9rem;
  }

  .additional-universal-modern .bg-gradient,
  .additional-universal-modern .floating-shape {
    display: none;
  }
}


/* 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 - Neumorphic Style */
.newsletter-section {
    margin: 32px 0;
    padding: 28px;
    background: #e8ecf1;
    border-radius: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 12px 12px 24px rgba(163, 177, 198, 0.5),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 22px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #e8ecf1 !important;
    color: #333 !important;
    box-shadow: inset 6px 6px 12px rgba(163, 177, 198, 0.4),
                inset -6px -6px 12px rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease !important;
}

.newsletter-input:focus {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
}

.newsletter-input::placeholder {
    color: #999 !important;
}

.newsletter-button {
    padding: 14px 22px !important;
    background: #e8ecf1 !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 6px 6px 12px rgba(163, 177, 198, 0.4),
                -6px -6px 12px rgba(255, 255, 255, 0.7) !important;
}

.newsletter-button:hover {
    box-shadow: 4px 4px 8px rgba(163, 177, 198, 0.5),
                -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
}

.newsletter-button:active {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.4),
                inset -4px -4px 8px rgba(255, 255, 255, 0.7) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 15px !important;
    background: #e8ecf1 !important;
    border-radius: 10px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
    box-shadow: 4px 4px 8px rgba(163, 177, 198, 0.3),
                -4px -4px 8px rgba(255, 255, 255, 0.6) !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 25px auto;
        padding: 22px;
        max-width: 340px;
    }
}


/* 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-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-always-active-badge {
    display: inline-block !important;
    padding: 2px 8px !important;
    background: #e3f2fd !important;
    color: #1976d2 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.ocm-essential-note {
    margin: 8px 0 0 0 !important;
    padding: 8px 12px !important;
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    color: #856404 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: modern-v003 === */
.ocm-theme-modern-v003 {
    border-radius: 18px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3) !important;
}

.ocm-theme-modern-v003 .ocm-title,
.ocm-theme-modern-v003 .ocm-description {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-modern-v003 .ocm-btn {
    border-radius: 10px !important;
    font-weight: 600 !important;
}

.ocm-theme-modern-v003 .ocm-btn-accept {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #667eea !important;
}

.ocm-theme-modern-v003 .ocm-btn-accept:hover {
    background: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* === TOGGLE STYLE 15 === */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}