:root {
  --primary-50: #ecfdf5;
  --primary-50-rgb: 236, 253, 245;
  --primary-50-rgb: 236, 253, 245;
  --primary-100: #d1fae5;
  --primary-100-rgb: 209, 250, 229;
  --primary-100-rgb: 209, 250, 229;
  --primary-300: #6ee7b7;
  --primary-300-rgb: 110, 231, 183;
  --primary-300-rgb: 110, 231, 183;
  --primary-500: #10b981;
  --primary-500-rgb: 16, 185, 129;
  --primary-500-rgb: 16, 185, 129;
  --primary-700: #047857;
  --primary-700-rgb: 4, 120, 87;
  --primary-700-rgb: 4, 120, 87;
  --primary-200: #a0f1ce;
  --primary-200-rgb: 160, 241, 206;
  --primary-200-rgb: 160, 241, 206;
  --primary-400: #3fd09c;
  --primary-400-rgb: 63, 208, 156;
  --primary-400-rgb: 63, 208, 156;
  --primary-600: #0a996c;
  --primary-600-rgb: 10, 153, 108;
  --primary-600-rgb: 10, 153, 108;
  --primary-800: #036046;
  --primary-800-rgb: 3, 96, 70;
  --primary-800-rgb: 3, 96, 70;
  --primary-900: #03523c;
  --primary-900-rgb: 3, 82, 60;
  --primary-900-rgb: 3, 82, 60;
  --primary-950: #02392a;
  --primary-950-rgb: 2, 57, 42;
  --primary-950-rgb: 2, 57, 42;
  --primary-rgb: 16, 185, 129;
  --neutral-50: #fafaf9;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-100: #f5f5f4;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-300: #d6d3d1;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-500: #78716c;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-700: #44403c;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-900: #2e2b29;
  --neutral-900-rgb: 46, 43, 41;
  --neutral-900-rgb: 46, 43, 41;
  --neutral-200: #e6e4e3;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-400: #a7a29f;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-600: #5e5954;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-800: #363330;
  --neutral-800-rgb: 54, 51, 48;
  --neutral-800-rgb: 54, 51, 48;
  --neutral-950: #201e1d;
  --neutral-950-rgb: 32, 30, 29;
  --neutral-950-rgb: 32, 30, 29;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #f2fddf;
  --accent-50-rgb: 242, 253, 223;
  --accent-50-rgb: 242, 253, 223;
  --accent-100: #dffbd0;
  --accent-100-rgb: 223, 251, 208;
  --accent-100-rgb: 223, 251, 208;
  --accent-200: #bdf3bb;
  --accent-200-rgb: 189, 243, 187;
  --accent-200-rgb: 189, 243, 187;
  --accent-300: #9aeba7;
  --accent-300-rgb: 154, 235, 167;
  --accent-300-rgb: 154, 235, 167;
  --accent-400: #79d78e;
  --accent-400-rgb: 121, 215, 142;
  --accent-400-rgb: 121, 215, 142;
  --accent-500: #58c475;
  --accent-500-rgb: 88, 196, 117;
  --accent-500-rgb: 88, 196, 117;
  --accent-600: #54a862;
  --accent-600-rgb: 84, 168, 98;
  --accent-600-rgb: 84, 168, 98;
  --accent-700: #4f8c4f;
  --accent-700-rgb: 79, 140, 79;
  --accent-700-rgb: 79, 140, 79;
  --accent-800: #4f7840;
  --accent-800-rgb: 79, 120, 64;
  --accent-800-rgb: 79, 120, 64;
  --accent-900: #4f6c37;
  --accent-900-rgb: 79, 108, 55;
  --accent-900-rgb: 79, 108, 55;
  --accent-950: #4e5726;
  --accent-950-rgb: 78, 87, 38;
  --accent-950-rgb: 78, 87, 38;
  --accent-rgb: 88, 196, 117;
  --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 ===== */
.content_font_primary {
  font-family: var(--font-primary);
}

.company_font_secondary {
  font-family: var(--font-secondary);
}

.section_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.creative_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);
}

.web_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);
}

.top_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 */
.business_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);
}

.base_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);
}

.layout_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);
}

.pro_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);
}

.digital_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);
}

.premium_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 */
.minimal_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);
}

.unique_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);
}

.studio_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 */
.modern_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);
}

.light_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.site_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.custom_code_block {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.new_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);
}

.best_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 */
.container_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);
}

.fresh_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);
}

.prime_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 */
.elite_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);
}

.theme_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 */
.style_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);
}

.style_nav_link:hover,
.style_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.app_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 */
.agency_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) {
  .new_hero_title {
    font-size: var(--text-4xl);
  }
  
  .container_section_title {
    font-size: var(--text-3xl);
  }
  
  .creative_display_1 {
    font-size: var(--text-5xl);
  }
  
  .web_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .new_hero_title {
    font-size: var(--text-3xl);
  }
  
  .container_section_title {
    font-size: var(--text-2xl);
  }
  
  .creative_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.main_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.dark_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.page_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.smart_text_balance {
  text-wrap: balance;
}

.core_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .style_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .modern_caption,
  .light_overline,
  .agency_footer_text {
    color: var(--text-secondary);
  }
  
  .best_hero_subtitle,
  .fresh_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .new_hero_title,
  .container_section_title,
  .business_heading_1,
  .base_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .main_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.design_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.clean_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bright_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ui_stack {
  display: flex;
  flex-direction: column;
}

.minimal7_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agency26_full_height {
  min-height: 100vh;
}

.light44_section_height {
  min-height: 80vh;
}

.new91_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.studio10_m_0 { margin: 0; }
.business1_m_1 { margin: var(--space-1); }
.main98_m_2 { margin: var(--space-2); }
.clean6_m_3 { margin: var(--space-3); }
.section91_m_4 { margin: var(--space-4); }
.web47_m_6 { margin: var(--space-6); }
.content40_m_8 { margin: var(--space-8); }
.style71_m_12 { margin: var(--space-12); }
.bold17_m_16 { margin: var(--space-16); }

.creative94_mx_auto { margin-left: auto; margin-right: auto; }
.style48_my_auto { margin-top: auto; margin-bottom: auto; }

.light11_mt_0 { margin-top: 0; }
.content58_mt_4 { margin-top: var(--space-4); }
.custom98_mt_8 { margin-top: var(--space-8); }
.dark40_mt_12 { margin-top: var(--space-12); }

.agency92_mb_0 { margin-bottom: 0; }
.layout33_mb_4 { margin-bottom: var(--space-4); }
.pro60_mb_8 { margin-bottom: var(--space-8); }
.premium29_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.digital55_p_0 { padding: 0; }
.app26_p_1 { padding: var(--space-1); }
.clean33_p_2 { padding: var(--space-2); }
.agency39_p_3 { padding: var(--space-3); }
.theme37_p_4 { padding: var(--space-4); }
.section68_p_6 { padding: var(--space-6); }
.site14_p_8 { padding: var(--space-8); }

.business8_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.studio69_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.fresh82_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.company1_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.dark42_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.web91_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.prime57_gap_1 { gap: var(--space-1); }
.container49_gap_2 { gap: var(--space-2); }
.style6_gap_3 { gap: var(--space-3); }
.core27_gap_4 { gap: var(--space-4); }
.base35_gap_6 { gap: var(--space-6); }
.layout60_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.custom45_shadow_none { box-shadow: var(--shadow-none); }
.fresh52_shadow_xs { box-shadow: var(--shadow-xs); }
.business96_shadow_sm { box-shadow: var(--shadow-sm); }
.page17_shadow_md { box-shadow: var(--shadow-md); }
.app10_shadow_lg { box-shadow: var(--shadow-lg); }
.brand79_shadow_xl { box-shadow: var(--shadow-xl); }
.creative86_shadow_2xl { box-shadow: var(--shadow-2xl); }
.business99_shadow_inner { box-shadow: var(--shadow-inner); }
.studio97_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.style27_radius_none { border-radius: var(--radius-none); }
.creative20_radius_xs { border-radius: var(--radius-xs); }
.bold12_radius_sm { border-radius: var(--radius-sm); }
.custom49_radius_md { border-radius: var(--radius-md); }
.container38_radius_lg { border-radius: var(--radius-lg); }
.fresh65_radius_xl { border-radius: var(--radius-xl); }
.base61_radius_2xl { border-radius: var(--radius-2xl); }
.layout10_radius_3xl { border-radius: var(--radius-3xl); }
.best3_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.base1_gradient_primary {
  background: var(--gradient-primary);
}

.pro29_gradient_secondary {
  background: var(--gradient-secondary);
}

.custom6_gradient_hero {
  background: var(--gradient-hero);
}

.container55_gradient_card {
  background: var(--gradient-card);
}

.layout50_gradient_overlay {
  position: relative;
}

.layout50_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;
}

.layout50_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.content34_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.content34_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.new55_hover_scale {
  transition: transform var(--transition-normal);
}

.new55_hover_scale:hover {
  transform: scale(1.02);
}

.best54_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.best54_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.top35_hover_fade {
  transition: opacity var(--transition-normal);
}

.top35_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.best76_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.best76_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.page8_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main80_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.modern25_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.minimal76_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.light22_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.business72_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.custom17_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.custom55_timeline {
  position: relative;
}

.custom55_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.web44_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.web44_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.web44_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.section27_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.best14_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;
  }
}

.modern99_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;
  }
}

.custom31_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 */
.theme22_transition_all {
  transition: var(--transition-all);
}

.unique59_transition_fast {
  transition: all var(--transition-fast);
}

.layout48_transition_normal {
  transition: all var(--transition-normal);
}

.agency7_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.base47_bg_primary { background-color: var(--bg-primary); }
.creative87_bg_secondary { background-color: var(--bg-secondary); }
.core47_bg_muted { background-color: var(--bg-muted); }
.premium59_bg_glass { background-color: var(--bg-glass); }

.main54_text_primary { color: var(--text-primary); }
.company86_text_secondary { color: var(--text-secondary); }
.content41_text_muted { color: var(--text-muted); }
.new98_text_inverse { color: var(--text-inverse); }
.best44_text_link { color: var(--text-link); }

.best11_border_light { border-color: var(--border-light); }
.fresh19_border_medium { border-color: var(--border-medium); }
.style54_border_strong { border-color: var(--border-strong); }
.site71_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .modern25_services_grid,
  .light22_features_grid,
  .minimal76_team_grid,
  .custom17_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .business72_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .custom55_timeline::before {
    left: 30px;
  }
  
  .web44_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .light44_section_height {
    min-height: 60vh;
  }
  
  .new91_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .business72_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .web44_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.light50_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;
}

.modern46_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.light11_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);
}

.light11_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .brand61_no_print {
    display: none !important;
  }
  
  .base13_print_only {
    display: block !important;
  }
  
  .fresh52_shadow_xs,
  .business96_shadow_sm,
  .page17_shadow_md,
  .app10_shadow_lg,
  .brand79_shadow_xl,
  .creative86_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .section27_fade_in,
  .best14_slide_up,
  .modern99_slide_in_left,
  .custom31_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .content34_hover_lift,
  .new55_hover_scale,
  .best54_hover_shadow,
  .top35_hover_fade,
  .theme22_transition_all,
  .unique59_transition_fast,
  .layout48_transition_normal,
  .agency7_transition_slow {
    transition: none;
  }
}

.header-modern {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface-primary);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  overflow: hidden;
}

.header-modern::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-500) 50%, transparent) 50%,
    transparent 100%
  );
}

.header-modern .navbar {
  padding: 1.5rem 0;
  position: relative;
}

.header-modern .navbar-brand {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-700);
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10002;
  display: inline-block;
}

.header-modern .navbar-brand::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: all 0.3s ease;
}

.header-modern .navbar-brand:hover {
  color: var(--primary-500);
  padding-left: 20px;
}

.header-modern .navbar-brand:hover::before {
  height: 100%;
}

.header-modern .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.header-modern .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.header-modern .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.header-modern .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-100) 25%, transparent);
}

.header-modern .nav-link:hover::before,
.header-modern .nav-link:hover::after {
  height: 100%;
}

/* Custom Minimal Hamburger Toggle */
.header-modern .menu-toggle-input {
  display: none;
}

.header-modern .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  padding: 8px 10px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.header-modern .hamburger-toggle:hover {
  background: color-mix(in srgb, var(--primary-100) 25%, transparent);
  border-color: var(--primary-500);
  transform: scale(1.05);
}

.header-modern .bar-minimal {
  width: 26px;
  height: 2px;
  background: #334155;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform-origin: center;
}

/* Minimal Hamburger Animation */
.header-modern .menu-toggle-input:checked ~ .hamburger-toggle {
  background: color-mix(in srgb, var(--primary-300) 35%, transparent);
  border-color: var(--primary-700);
}

.header-modern .menu-toggle-input:checked ~ .hamburger-toggle .bar-minimal:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: var(--primary-700);
}

.header-modern .menu-toggle-input:checked ~ .hamburger-toggle .bar-minimal:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-modern .menu-toggle-input:checked ~ .hamburger-toggle .bar-minimal:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: var(--primary-700);
}

/* Minimal Elegant Decorative Elements */
.header-modern .minimal-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.header-modern .minimal-decorations i {
  position: absolute;
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--primary-500) 20%, transparent);
  animation: minimalFloat 10s ease-in-out infinite;
}

.header-modern .minimal-decorations .bi-diamond {
  top: 20px;
  right: 15%;
  animation-delay: 0s;
}

.header-modern .minimal-decorations .bi-circle {
  bottom: 25px;
  left: 18%;
  font-size: 1rem;
  animation-delay: 2s;
}

.header-modern .minimal-decorations .bi-square {
  top: 50%;
  left: 10%;
  font-size: 1.1rem;
  animation-delay: 4s;
  transform: translateY(-50%);
}

.header-modern .minimal-line {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  animation: minimalLineGrow 6s ease-in-out infinite;
}

.header-modern .line-1 {
  top: 30%;
  right: 8%;
  width: 1px;
  height: 40px;
  animation-delay: 0s;
}

.header-modern .line-2 {
  bottom: 20px;
  left: 25%;
  width: 50px;
  height: 1px;
  animation-delay: 3s;
}

.header-modern .minimal-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: color-mix(in srgb, var(--primary-500) 35%, transparent);
  border-radius: 50%;
  animation: minimalPulse 4s ease-in-out infinite;
}

.header-modern .dot-1 {
  top: 15px;
  left: 22%;
  animation-delay: 0s;
}

.header-modern .dot-2 {
  bottom: 18px;
  right: 20%;
  animation-delay: 2s;
}

@keyframes minimalFloat {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.2;
  }
  50% {
    transform: translate(5px, -5px);
    opacity: 0.35;
  }
}

@keyframes minimalLineGrow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.25;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
}

@keyframes minimalPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-modern .hamburger-toggle {
    display: flex;
  }

  .header-modern .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5.5rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 10;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
  }

  .header-modern .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-modern .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--primary-700) 30%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
    backdrop-filter: blur(6px);
  }

  .header-modern .menu-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-modern .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
  }

  .header-modern .nav-link {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .header-modern .navbar-nav {
    flex-direction: row;
    gap: 0.5rem;
  }

  .header-modern .backdrop {
    display: none;
  }
}





/* ===================================
   Hero v-125: Professional Blue Split
   =================================== */

.hero-modern {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Background Decorative Shapes */
.hero-modern__bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.hero-modern__bg-shape--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  top: -200px;
  left: -150px;
}

.hero-modern__bg-shape--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  bottom: -100px;
  right: -100px;
}

.hero-modern__bg-dots {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.15;
  z-index: 0;
}

/* Content Styling */
.hero-modern__content {
  position: relative;
  z-index: 2;
}

.hero-modern__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary) 90%);
  border-radius: 50px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

.hero-modern__badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-v125 2s ease-in-out infinite;
}

.hero-modern__badge-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.hero-modern__badge-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-v125 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

.hero-modern__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.hero-modern__subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
}

.hero-modern__description {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 600px;
}

/* Icon Row */
.hero-modern__icon-row {
  margin-top: 2rem;
}

.hero-modern__icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
  transition: all 0.3s ease;
}

.hero-modern__icon-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.hero-modern__icon-item:hover {
  transform: translateY(-4px);
  background: var(--primary-500);
  border-color: var(--primary-500);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.hero-modern__icon-item:hover i {
  color: var(--surface-primary);
}

/* Image Section */
.hero-modern__image-wrapper {
  position: relative;
  padding: 2rem;
}

.hero-modern__image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
  z-index: 2;
}

.hero-modern__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.hero-modern__image:hover img {
  transform: scale(1.05);
}

/* Image Decorations */
.hero-modern__image-decoration {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.hero-modern__image-decoration--1 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -30px;
  right: -30px;
  opacity: 0.3;
  animation: float-v125 6s ease-in-out infinite;
}

.hero-modern__image-decoration--2 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: 50px;
  left: -20px;
  opacity: 0.25;
  animation: float-v125 8s ease-in-out infinite reverse;
}

.hero-modern__image-decoration--3 {
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  top: 40%;
  left: -10px;
  opacity: 0.2;
  animation: float-v125 7s ease-in-out infinite;
}

@keyframes float-v125 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Floating Cards */
.hero-modern__float-card {
  position: absolute;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 
    0 10px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
  z-index: 3;
  animation: float-card-v125 4s ease-in-out infinite;
}

.hero-modern__float-card--1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.hero-modern__float-card--2 {
  bottom: 20%;
  left: 5%;
  animation-delay: 1s;
}

.hero-modern__float-card--3 {
  top: 50%;
  right: 5%;
  animation-delay: 2s;
}

@keyframes float-card-v125 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
  }
}

.hero-modern__float-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
}

.hero-modern__float-card-icon i {
  font-size: 1.5rem;
  color: var(--surface-primary);
}

/* Bottom Wave */
.hero-modern__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 50%, 
    transparent 100%
  );
  clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0 100%);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .hero-modern__image-wrapper {
    margin-top: 3rem;
    padding: 1rem;
  }

  .hero-modern__float-card {
    padding: 0.75rem;
  }

  .hero-modern__float-card-icon {
    width: 40px;
    height: 40px;
  }

  .hero-modern__float-card-icon i {
    font-size: 1.25rem;
  }

  .hero-modern__bg-shape--1 {
    width: 400px;
    height: 400px;
  }

  .hero-modern__bg-shape--2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .hero-modern__icon-row {
    flex-wrap: wrap;
  }

  .hero-modern__icon-item {
    width: 48px;
    height: 48px;
  }

  .hero-modern__icon-item i {
    font-size: 1.25rem;
  }

  .hero-modern__float-card--2,
  .hero-modern__float-card--3 {
    display: none;
  }

  .hero-modern__image-decoration--2,
  .hero-modern__image-decoration--3 {
    display: none;
  }
}

/* High Contrast & Accessibility */
@media (prefers-contrast: high) {
  .hero-modern__title,
  .hero-modern__subtitle,
  .hero-modern__description {
    color: var(--text-primary);
  }

  .hero-modern__icon-item {
    border-width: 3px;
  }

  .hero-modern__image {
    box-shadow: 0 0 0 3px var(--primary-500);
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .hero-modern__badge-dot,
  .hero-modern__image-decoration,
  .hero-modern__float-card {
    animation: none;
  }

  .hero-modern__image img,
  .hero-modern__icon-item {
    transition: none;
  }
}

/* ===================================
   About Section v-151 - Professional Blue
   =================================== */

.about-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Badge */
.section-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) 30%, transparent);
  border-radius: 16px;
  color: var(--primary-500);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.section-badge:hover {
  transform: translateY(-5px);
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

/* Typography */
#about-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#about-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: -0.01em;
}

#about-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Primary Image Section */
.about-image-primary {
  position: relative;
  z-index: 1;
}

.about-image-primary img {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.about-image-primary:hover img {
  transform: scale(1.02);
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.decorative-shape.shape-1 {
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  top: -30px;
  right: -30px;
  animation: float 6s ease-in-out infinite;
}

.decorative-shape.shape-2 {
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  bottom: -20px;
  left: -20px;
  animation: float 8s ease-in-out infinite reverse;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 3;
  animation: pulse 3s ease-in-out infinite;
}

/* Feature Cards */
.feature-card {
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-300) 10%, transparent));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
  transform: rotate(5deg) scale(1.1);
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, transparent),
    color-mix(in srgb, var(--primary-300) 15%, transparent));
}

#about-feature-1-name,
#about-feature-2-name,
#about-feature-3-name,
#about-feature-4-name {
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.feature-card:hover h4 {
  color: var(--primary-500);
}

#about-feature-1-desc,
#about-feature-2-desc,
#about-feature-3-desc,
#about-feature-4-desc {
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Images Grid */
.about-images-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 1rem;
}

.grid-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.grid-image-1 {
  grid-column: 1 / 2;
  margin-top: 2rem;
}

.grid-image-2 {
  grid-column: 2 / 3;
  margin-top: -2rem;
}

.grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.grid-image:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* Decorative Dots */
.decorative-dot {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-500);
  z-index: -1;
}

.decorative-dot.dot-1 {
  top: -15px;
  right: -15px;
  opacity: 0.2;
}

.decorative-dot.dot-2 {
  bottom: -15px;
  left: -15px;
  opacity: 0.15;
}

/* About Stats Wrapper */
.about-stats-wrapper {
  position: relative;
  padding: 2rem 0;
}

.decorative-line {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
  border-radius: 2px;
  margin-bottom: 2rem;
}

/* Icon Badge Group */
.icon-badge-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.icon-badge {
  width: 70px;
  height: 70px;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.icon-badge:hover {
  transform: translateY(-5px) rotate(5deg);
  border-color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Background Decorations */
.decorative-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  opacity: 0.03;
  border-radius: 50%;
}

.bg-shape.shape-top {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.bg-shape.shape-bottom {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  #about-title {
    font-size: 2.5rem;
  }
  
  .about-images-grid {
    grid-template-columns: 1fr;
  }
  
  .grid-image-1,
  .grid-image-2 {
    grid-column: 1 / 2;
    margin-top: 0;
  }
  
  .floating-badge {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  #about-title {
    font-size: 2rem;
  }
  
  .section-badge {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
  
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .icon-badge {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .decorative-shape.shape-1,
  .decorative-shape.shape-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  #about-title {
    font-size: 1.75rem;
  }
  
  .about-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .icon-badge-group {
    justify-content: center;
  }
}

/* ================================================
   Features Section v-119 - Professional Blue
   ================================================ */

.features-section-pro {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Header Styles */
.features-section-pro .features-header {
  position: relative;
  z-index: 2;
}

.features-section-pro #features-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.features-section-pro #features-subtitle {
  color: var(--primary-500);
  font-size: 1.25rem;
  font-weight: 500;
}

.features-section-pro #features-desc {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Feature Card */
.features-section-pro .feature-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-section-pro .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.features-section-pro .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.features-section-pro .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon */
.features-section-pro .feature-icon-wrapper {
  position: relative;
  margin-bottom: 1.75rem;
  display: inline-block;
}

.features-section-pro .feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.features-section-pro .feature-card:hover .feature-icon {
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.features-section-pro .feature-icon i {
  font-size: 2rem;
  color: var(--light);
  transition: transform 0.3s ease;
}

.features-section-pro .feature-card:hover .feature-icon i {
  transform: scale(1.1);
}

.features-section-pro .icon-decoration {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 88px;
  height: 88px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  border-radius: 18px;
  z-index: 1;
  transition: all 0.4s ease;
}

.features-section-pro .feature-card:hover .icon-decoration {
  transform: scale(1.15) rotate(8deg);
  background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

/* Feature Content */
.features-section-pro .feature-content {
  position: relative;
  z-index: 2;
}

.features-section-pro .feature-title {
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
}

.features-section-pro .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-section-pro .feature-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

/* Decorative Line */
.features-section-pro .feature-decoration-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section-pro .feature-card:hover .feature-decoration-line {
  opacity: 1;
}

/* Decorative Background Shapes */
.features-section-pro .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.features-section-pro .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent 70%
  );
}

.features-section-pro .shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.features-section-pro .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.features-section-pro .shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-100) 10%, transparent 90%),
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 50% 50%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-pro .feature-card {
    padding: 2rem;
  }

  .features-section-pro #features-title {
    font-size: 2rem;
  }

  .features-section-pro .feature-icon {
    width: 64px;
    height: 64px;
  }

  .features-section-pro .feature-icon i {
    font-size: 1.75rem;
  }

  .features-section-pro .icon-decoration {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 767.98px) {
  .features-section-pro {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .features-section-pro .feature-card {
    padding: 1.75rem;
  }

  .features-section-pro #features-title {
    font-size: 1.75rem;
  }

  .features-section-pro #features-subtitle {
    font-size: 1.1rem;
  }

  .features-section-pro #features-desc {
    font-size: 1rem;
  }

  .features-section-pro .feature-icon {
    width: 56px;
    height: 56px;
  }

  .features-section-pro .feature-icon i {
    font-size: 1.5rem;
  }

  .features-section-pro .shape-1,
  .features-section-pro .shape-2 {
    width: 250px;
    height: 250px;
  }

  .features-section-pro .shape-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .features-section-pro .feature-card {
    padding: 1.5rem;
  }

  .features-section-pro .feature-title {
    font-size: 1.25rem;
  }

  .features-section-pro .feature-description {
    font-size: 0.95rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .features-section-pro .feature-card {
    border-color: var(--primary-500);
    border-width: 3px;
  }

  .features-section-pro .feature-icon {
    outline: 2px solid var(--primary-700);
    outline-offset: 2px;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .features-section-pro .feature-card,
  .features-section-pro .feature-icon,
  .features-section-pro .icon-decoration {
    transition: none;
  }

  .features-section-pro .shape-1,
  .features-section-pro .shape-2,
  .features-section-pro .shape-blob {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .features-section-pro {
    background: white;
  }

  .features-section-pro .decorative-shapes {
    display: none;
  }

  .features-section-pro .feature-card {
    border: 2px solid var(--neutral-300);
    box-shadow: none;
    page-break-inside: avoid;
  }
}

.services-section-secondary {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Organic decorative elements */
.services-section-secondary .organic-blob {
  position: absolute;
  opacity: 0.06;
  z-index: 0;
}

.services-section-secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 10%;
  right: -100px;
  animation: morphBlob 8s ease-in-out infinite;
}

.services-section-secondary .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 15%;
  left: -80px;
  animation: morphBlob 10s ease-in-out infinite reverse;
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
  }
}

.services-section-secondary .leaf-decoration {
  position: absolute;
  width: 60px;
  height: 80px;
  background: var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  clip-path: ellipse(30% 50% at 50% 50%);
  transform: rotate(45deg);
}

.services-section-secondary .leaf-1 {
  top: 25%;
  left: 8%;
  animation: leafSway 6s ease-in-out infinite;
}

.services-section-secondary .leaf-2 {
  bottom: 30%;
  right: 12%;
  animation: leafSway 7s ease-in-out infinite reverse;
}

@keyframes leafSway {
  0%, 100% {
    transform: rotate(45deg) translateX(0);
  }
  50% {
    transform: rotate(50deg) translateX(10px);
  }
}

/* Natural header */
.services-section-secondary .natural-badge {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.services-section-secondary .natural-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.services-section-secondary .natural-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.services-section-secondary .natural-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.services-section-secondary .natural-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* Organic service cards */
.services-section-secondary .organic-card {
  position: relative;
  background: var(--light);
  padding: 2.5rem 2rem;
  border-radius: 24px;
  height: 100%;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
}

.services-section-secondary .organic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.services-section-secondary .card-leaf-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border-radius: 0 24px 0 100%;
  opacity: 0.6;
  transition: all 0.4s ease;
  z-index: 0;
}

.services-section-secondary .organic-card:hover .card-leaf-accent {
  transform: scale(1.2);
  opacity: 0.8;
}

.services-section-secondary .organic-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-card:hover .organic-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
}

.services-section-secondary .organic-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.services-section-secondary .organic-service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-service-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-service-features {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  padding: 1rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--primary-500);
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-service-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .services-section-secondary .natural-title {
    font-size: 2rem;
  }

  .services-section-secondary .natural-subtitle {
    font-size: 1.25rem;
  }

  .services-section-secondary .organic-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-secondary .natural-title {
    font-size: 1.75rem;
  }

  .services-section-secondary .natural-subtitle {
    font-size: 1.125rem;
  }

  .services-section-secondary .natural-description {
    font-size: 1rem;
  }

  .services-section-secondary .organic-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .services-section-secondary .organic-icon-wrapper i {
    font-size: 1.75rem;
  }

  .services-section-secondary .organic-service-title {
    font-size: 1.25rem;
  }
}





.priceplan-section-bold {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--light)) 100%);
  overflow: hidden;
}

/* Creative Header */
.priceplan-section-bold .creative-header {
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: var(--light);
  border-radius: 30px;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-300) 15%, transparent);
}

.priceplan-section-bold .header-blob {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.1;
  animation: blobMove 8s ease-in-out infinite;
}

@keyframes blobMove {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateX(-50%) rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: translateX(-50%) rotate(180deg);
  }
}

.priceplan-section-bold .icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2.5rem;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
  position: relative;
  z-index: 2;
}

.priceplan-section-bold .header-title {
  color: var(--text-primary);
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.priceplan-section-bold .header-subtitle {
  color: var(--primary-700);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.priceplan-section-bold .header-text {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Plan Cards */
.priceplan-section-bold .plan-card {
  background: var(--light);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.priceplan-section-bold .plan-card:hover {
  transform: translateY(-12px);
  border-color: var(--primary-500);
}

.priceplan-section-bold .card-style-1:hover {
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-300) 25%, transparent);
}

.priceplan-section-bold .card-style-2:hover {
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.priceplan-section-bold .card-style-3:hover {
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-700) 25%, transparent);
}

.priceplan-section-bold .highlighted-card {
  border: 3px solid var(--primary-500);
  background: linear-gradient(180deg, 
    var(--light) 0%, 
    color-mix(in srgb, var(--primary-50) 15%, var(--light)) 100%);
}

.priceplan-section-bold .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent);
  z-index: 3;
}

.priceplan-section-bold .card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 10%, transparent) 0%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.priceplan-section-bold .plan-card:hover .card-glow {
  opacity: 1;
}

.priceplan-section-bold .plan-icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-100) 80%, var(--light)) 0%, 
    color-mix(in srgb, var(--primary-300) 50%, var(--light)) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.priceplan-section-bold .plan-card:hover .plan-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.priceplan-section-bold .plan-header-section {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-bold .plan-name {
  color: var(--text-primary);
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
}

.priceplan-section-bold .plan-body-section {
  margin-bottom: 2rem;
}

.priceplan-section-bold .plan-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: center;
}

.priceplan-section-bold .plan-features-box {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.9;
  padding: 1.75rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.priceplan-section-bold .plan-features-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, 
    var(--primary-300) 0%, 
    var(--primary-700) 100%);
}

.priceplan-section-bold .plan-footer-section {
  text-align: center;
}

.priceplan-section-bold .price-container {
  padding: 1.75rem;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-100) 70%, var(--light)) 0%, 
    color-mix(in srgb, var(--primary-300) 40%, var(--light)) 100%);
  border-radius: 20px;
  margin-bottom: 1rem;
}

.priceplan-section-bold .plan-price-text {
  color: var(--primary-700);
  font-size: 3rem;
  font-weight: 900;
  display: block;
  letter-spacing: -2px;
}

.priceplan-section-bold .gradient-line {
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
  border-radius: 2px;
}

/* Floating Circles */
.priceplan-section-bold .float-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  animation: floatAround 10s ease-in-out infinite;
}

.priceplan-section-bold .circle-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 5%;
  left: 2%;
  animation-delay: 0s;
}

.priceplan-section-bold .circle-2 {
  width: 180px;
  height: 180px;
  background: var(--primary-500);
  top: 50%;
  right: 5%;
  animation-delay: 2s;
}

.priceplan-section-bold .circle-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 10%;
  left: 15%;
  animation-delay: 4s;
}

.priceplan-section-bold .circle-4 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 20%;
  right: 20%;
  animation-delay: 6s;
}

@keyframes floatAround {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(20px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-10px, 15px) scale(0.9);
  }
  75% {
    transform: translate(15px, 10px) scale(1.05);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-bold .header-title {
    font-size: 2.5rem;
  }
  
  .priceplan-section-bold .creative-header {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-bold .header-title {
    font-size: 2rem;
  }
  
  .priceplan-section-bold .plan-price-text {
    font-size: 2.5rem;
  }
  
  .priceplan-section-bold .plan-card {
    padding: 2rem;
  }
}





.team-section-custom {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header */
.team-section-custom .header-block {
  position: relative;
  padding-top: 2rem;
}

.team-section-custom .title-line {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin-bottom: 1.5rem;
}

.team-section-custom .section-subtitle {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.team-section-custom .section-title {
  color: var(--text-primary);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.team-section-custom .description-block {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 2rem;
}

.team-section-custom .section-description {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  border-left: 3px solid var(--primary-500);
  padding-left: 1.5rem;
}

/* Industrial Cards - Horizontal */
.team-section-custom .team-industrial-card {
  background: var(--surface-secondary);
  border: 1px solid var(--neutral-300);
  transition: all 0.3s ease;
  height: 100%;
}

.team-section-custom .team-industrial-card:hover {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.team-section-custom .card-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  height: 100%;
}

.team-section-custom .image-section {
  position: relative;
  overflow: hidden;
}

.team-section-custom .image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-section-custom .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  filter: grayscale(100%);
}

.team-section-custom .team-industrial-card:hover .team-member-photo {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.team-section-custom .frame-border {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  pointer-events: none;
}

.team-section-custom .team-industrial-card:hover .frame-border {
  border-color: var(--primary-500);
}

.team-section-custom .info-section {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.team-section-custom .member-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--neutral-100);
  line-height: 1;
}

.team-section-custom .member-name {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.team-section-custom .member-role {
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.team-section-custom .divider-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.team-section-custom .team-industrial-card:hover .divider-line {
  width: 80px;
}

/* Industrial Cards - Vertical */
.team-section-custom .team-industrial-card-vertical .card-grid {
  display: block;
}

.team-section-custom .image-section-vertical {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.team-section-custom .info-section-vertical {
  padding: 1.5rem;
  position: relative;
}

.team-section-custom .team-industrial-card-vertical .member-number {
  position: static;
  margin-bottom: 0.75rem;
  font-size: 2rem;
}

.team-section-custom .team-industrial-card-vertical .member-name {
  font-size: 1.25rem;
}

.team-section-custom .team-industrial-card-vertical .member-role {
  font-size: 0.85rem;
}

/* Grid Overlay */
.team-section-custom .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.3;
  z-index: 0;
}

/* Corner Accents */
.team-section-custom .corner-accent {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-500);
  z-index: 0;
  opacity: 0.4;
}

.team-section-custom .corner-tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.team-section-custom .corner-br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.team-section-custom .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .team-section-custom .section-title {
    font-size: 2rem;
  }
  
  .team-section-custom .description-block {
    padding-top: 1.5rem;
  }
  
  .team-section-custom .card-grid {
    grid-template-columns: 160px 1fr;
  }
}

@media (max-width: 767px) {
  .team-section-custom .section-title {
    font-size: 1.75rem;
  }
  
  .team-section-custom .card-grid {
    display: block;
  }
  
  .team-section-custom .image-section {
    aspect-ratio: 4 / 5;
  }
  
  .team-section-custom .info-section {
    padding: 1.5rem;
  }
  
  .team-section-custom .member-number {
    position: static;
    margin-bottom: 0.75rem;
    font-size: 2rem;
  }
}





/* ============================================
   Reviews Section v-116 - Professional Blue
   Theme: professional-blue-01
   Style: Modern Grid Layout with Elegant Cards
   ============================================ */

.reviews-section-standard {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* ============================================
   Section Header Styles
   ============================================ */

.reviews-header-standard {
  position: relative;
  padding-bottom: 40px;
}

.decorative-line-top {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 30px;
  border-radius: 2px;
}

.section-title-standard {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.section-subtitle-standard {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.section-description-standard {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.decorative-accent-standard {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.accent-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-dot-v116 2s ease-in-out infinite;
}

.accent-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.accent-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot-v116 {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

/* ============================================
   Review Card Styles
   ============================================ */

.review-card-standard {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 40px 35px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  overflow: hidden;
}

.review-card-standard:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.review-card-featured-standard {
  background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light)) 100%);
  border: 2px solid var(--primary-500);
}

.quote-icon-standard {
  font-size: 3rem;
  color: var(--primary-500);
  opacity: 0.15;
  margin-bottom: 20px;
  line-height: 1;
}

.review-content-standard {
  margin-bottom: 30px;
}

.review-text-standard {
  font-size: 1.0625rem;
  color: var(--text-primary);
  line-height: 1.8;
  margin: 0;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--primary-300);
}

/* ============================================
   Author Section Styles
   ============================================ */

.review-author-section-standard {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}

.author-avatar-standard {
  flex-shrink: 0;
}

.avatar-placeholder-standard {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.author-info-standard {
  flex: 1;
}

.author-name-standard {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

.author-decoration-standard {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  margin-top: 8px;
  border-radius: 1px;
}

/* ============================================
   Card Decorations
   ============================================ */

.card-decoration-corner-standard {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-300) 10%, transparent) 100%);
  border-radius: 0 16px 0 100%;
}

.featured-badge-standard {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent);
  animation: rotate-badge-v116 20s linear infinite;
}

@keyframes rotate-badge-v116 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ============================================
   Decorative Background Shapes
   ============================================ */

.decorative-shapes-standard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle-1 {
  position: absolute;
  top: 10%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent 70%);
  border-radius: 50%;
  animation: float-shape-v116 15s ease-in-out infinite;
}

.shape-circle-2 {
  position: absolute;
  bottom: 15%;
  right: -5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent 70%);
  border-radius: 50%;
  animation: float-shape-v116 18s ease-in-out infinite reverse;
}

.shape-blob-1 {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob-v116 20s ease-in-out infinite;
}

.shape-blob-2 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 180px;
  height: 180px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob-v116 25s ease-in-out infinite reverse;
}

@keyframes float-shape-v116 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-30px) translateX(20px);
  }
}

@keyframes morph-blob-v116 {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 50% 50% / 30% 60% 70% 40%;
  }
  50% {
    border-radius: 50% 50% 30% 70% / 50% 70% 30% 50%;
  }
  75% {
    border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
  }
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 991.98px) {
  .reviews-section-standard {
    padding: 80px 0;
  }

  .section-title-standard {
    font-size: 2.25rem;
  }

  .section-subtitle-standard {
    font-size: 1.25rem;
  }

  .section-description-standard {
    font-size: 1rem;
  }

  .review-card-standard {
    padding: 35px 28px;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-standard {
    padding: 60px 0;
  }

  .section-title-standard {
    font-size: 1.875rem;
  }

  .section-subtitle-standard {
    font-size: 1.125rem;
  }

  .review-card-standard {
    padding: 30px 24px;
  }

  .review-text-standard {
    font-size: 1rem;
  }

  .avatar-placeholder-standard {
    width: 56px;
    height: 56px;
    font-size: 1.75rem;
  }

  .author-name-standard {
    font-size: 1rem;
  }

  .shape-circle-1,
  .shape-circle-2 {
    width: 200px;
    height: 200px;
  }

  .shape-blob-1,
  .shape-blob-2 {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-standard {
    padding: 50px 0;
  }

  .section-title-standard {
    font-size: 1.625rem;
  }

  .decorative-line-top {
    width: 60px;
    height: 3px;
  }

  .review-card-standard {
    padding: 25px 20px;
  }

  .quote-icon-standard {
    font-size: 2.5rem;
  }

  .review-author-section-standard {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .featured-badge-standard {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/* ============================================
   Accessibility & Contrast Enhancements
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  .review-card-standard,
  .accent-dot,
  .featured-badge-standard,
  .shape-circle-1,
  .shape-circle-2,
  .shape-blob-1,
  .shape-blob-2 {
    animation: none;
  }

  .review-card-standard:hover {
    transform: none;
  }
}

/* High Contrast Focus States */
.review-card-standard:focus-within {
  outline: 3px solid var(--primary-500);
  outline-offset: 4px;
}

.casestudy_wrap_bold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Header Decoration */
.casestudy_wrap_bold .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.casestudy_wrap_bold .header-icon {
  font-size: 2.5rem;
  color: var(--primary-700);
  animation: pulse 2s ease-in-out infinite;
}

.casestudy_wrap_bold .deco-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
}

.casestudy_wrap_bold .deco-line.left {
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 100%);
}

.casestudy_wrap_bold .deco-line.right {
  background: linear-gradient(90deg, var(--primary-500) 0%, transparent 100%);
}

/* Case Study Cards */
.casestudy_wrap_bold .case-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.casestudy_wrap_bold .case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.casestudy_wrap_bold .case-card:hover::before {
  transform: scaleX(1);
}

/* Card Header */
.casestudy_wrap_bold .case-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.casestudy_wrap_bold .icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(360deg);
}

.casestudy_wrap_bold .icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover .icon-wrapper i {
  color: #ffffff;
}

.casestudy_wrap_bold .card-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100);
  line-height: 1;
  transition: color 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover .card-number {
  color: var(--primary-300);
}

/* Card Body */
.casestudy_wrap_bold .case-card-body {
  margin-bottom: 1.5rem;
}

.casestudy_wrap_bold .case-card-body h3 {
  color: var(--neutral-900);
  transition: color 0.3s ease;
}

.casestudy_wrap_bold .case-card:hover .case-card-body h3 {
  color: var(--primary-700);
}

.casestudy_wrap_bold .case-card-body p {
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Card Footer */
.casestudy_wrap_bold .case-card-footer {
  padding-top: 1rem;
  border-top: 1px solid var(--neutral-300);
}

.casestudy_wrap_bold .decorative-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.casestudy_wrap_bold .decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.casestudy_wrap_bold .case-card:hover .decorative-dots .dot {
  background: var(--primary-700);
  transform: scale(1.3);
}

.casestudy_wrap_bold .decorative-dots .dot:nth-child(2) {
  transition-delay: 0.1s;
}

.casestudy_wrap_bold .decorative-dots .dot:nth-child(3) {
  transition-delay: 0.2s;
}

/* Background Decoration */
.casestudy_wrap_bold .bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.casestudy_wrap_bold .blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  filter: blur(60px);
}

.casestudy_wrap_bold .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.casestudy_wrap_bold .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.casestudy_wrap_bold > .container {
  position: relative;
  z-index: 1;
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy_wrap_bold .case-card {
    padding: 1.5rem;
  }
  
  .casestudy_wrap_bold .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .casestudy_wrap_bold .icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .casestudy_wrap_bold .card-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .casestudy_wrap_bold .deco-line {
    width: 50px;
  }
  
  .casestudy_wrap_bold .header-icon {
    font-size: 2rem;
  }
  
  .casestudy_wrap_bold .case-card {
    margin-bottom: 1rem;
  }
}









.process {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.process #process-title {
  color: var(--text-primary);
}

.process #process-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.process #process-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

.process .process-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
}

.process .process-card:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.process .card-number-badge {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
  z-index: 2;
}

.process .process-icon-wrapper {
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.process .process-card:hover .process-icon-wrapper {
  transform: scale(1.05);
  background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary));
}

.process .process-icon-wrapper i {
  font-size: 3rem;
  color: var(--primary-500);
}

.process .process-card-content h4 {
  color: var(--text-primary);
}

.process .process-card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Decorative Elements */
.process .decorative-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.process .shape-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 5%;
  right: -100px;
  animation: morphShape 10s ease-in-out infinite;
}

.process .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  bottom: 15%;
  left: -80px;
  animation: morphShape 12s ease-in-out infinite;
}

.process .shape-3 {
  width: 180px;
  height: 180px;
  background: var(--primary-300);
  border-radius: 50%;
  top: 50%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Tablet Styles */
@media (min-width: 768px) {
  .process .process-card {
    padding: 2.5rem;
  }

  .process .card-number-badge {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
    top: -20px;
    left: 30px;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .process .process-card {
    padding: 3rem;
  }

  .process .process-icon-wrapper {
    width: 140px;
    height: 140px;
  }

  .process .process-icon-wrapper i {
    font-size: 3.5rem;
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .process .process-card {
    padding: 3.5rem;
  }
}


/* Timeline  - Creative Purple Theme - Constellation Connected Layout */

.timeline_wrap_pro {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Cosmos Background */
.timeline_cosmos_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.timeline_stardust_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, var(--primary-300) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.2;
  animation: timeline_twinkle 10s ease-in-out infinite;
}

@keyframes timeline_twinkle {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.35;
  }
}

.timeline_nebula_glow {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, var(--primary-100), transparent 70%);
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(40px);
}

/* Content Container */
.timeline_wrap_pro .container {
  position: relative;
  z-index: 1;
}

/* Constellation Header */
.timeline_constellation_header {
  text-align: center;
  margin-bottom: 80px;
}

.timeline_cosmic_title {
  font-size: 3.125rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.timeline_cosmic_subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-style: italic;
}

.timeline_cosmic_description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 800px;
}

/* Stars Network */
.timeline_stars_network {
  position: relative;
  min-height: 1200px;
}

.timeline_connection_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.timeline_star_path {
  stroke: var(--primary-500);
  stroke-dasharray: 8 4;
}

/* Star Cluster */
.timeline_star_cluster {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Star Node */
.timeline_star_node {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.timeline_node_1 {
  margin-left: 10%;
}

.timeline_node_2 {
  margin-left: 30%;
}

.timeline_node_3 {
  margin-left: 50%;
}

.timeline_node_4 {
  margin-left: 20%;
}

.timeline_node_5 {
  margin-left: 35%;
}

/* Star Core */
.timeline_star_core {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
  transition: all 0.5s ease;
  position: relative;
}

.timeline_star_core::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.timeline_star_node:hover .timeline_star_core {
  transform: scale(1.2) rotate(360deg);
  box-shadow: 0 0 50px rgba(124, 58, 237, 0.8);
}

.timeline_star_node:hover .timeline_star_core::before {
  opacity: 1;
}

.timeline_star_core i {
  font-size: 2rem;
  color: var(--button-primary-text);
}

.timeline_core_finale {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

.timeline_core_finale i {
  font-size: 2.25rem;
}

/* Star Content */
.timeline_star_content {
  flex: 1;
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s ease;
  box-shadow: var(--shadow-sm);
}

.timeline_star_node:hover .timeline_star_content {
  transform: translateX(10px);
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

.timeline_star_label {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline_star_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Finale Node */
.timeline_node_finale .timeline_star_content {
  background: linear-gradient(135deg, var(--surface-accent), var(--surface-primary));
  border-width: 3px;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_pro {
    padding: 80px 0;
  }
  
  .timeline_constellation_header {
    margin-bottom: 60px;
  }
  
  .timeline_cosmic_title {
    font-size: 2.5rem;
  }
  
  .timeline_cosmic_subtitle {
    font-size: 1.375rem;
  }
  
  .timeline_connection_lines {
    display: none;
  }
  
  .timeline_node_1,
  .timeline_node_2,
  .timeline_node_3,
  .timeline_node_4,
  .timeline_node_5 {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_pro {
    padding: 60px 0;
  }
  
  .timeline_constellation_header {
    margin-bottom: 50px;
  }
  
  .timeline_cosmic_title {
    font-size: 2rem;
  }
  
  .timeline_cosmic_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_cosmic_description {
    font-size: 1rem;
  }
  
  .timeline_stars_network {
    min-height: auto;
  }
  
  .timeline_star_node {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .timeline_star_core {
    width: 70px;
    height: 70px;
  }
  
  .timeline_star_core i {
    font-size: 1.75rem;
  }
  
  .timeline_core_finale {
    width: 80px;
    height: 80px;
  }
  
  .timeline_core_finale i {
    font-size: 2rem;
  }
  
  .timeline_star_content {
    padding: 1.5rem;
  }
  
  .timeline_star_label {
    font-size: 1.375rem;
  }
  
  .timeline_star_description {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_pro {
    padding: 50px 0;
  }
  
  .timeline_cosmic_title {
    font-size: 1.75rem;
  }
  
  .timeline_star_core {
    width: 60px;
    height: 60px;
  }
  
  .timeline_star_core i {
    font-size: 1.5rem;
  }
  
  .timeline_core_finale {
    width: 70px;
    height: 70px;
  }
  
  .timeline_core_finale i {
    font-size: 1.75rem;
  }
  
  .timeline_star_content {
    padding: 1.25rem;
  }
  
  .timeline_star_label {
    font-size: 1.25rem;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* Career section */

.career-section-special {
  position: relative;
  padding: 80px 0;
  background: var(--bg-primary);
  overflow: hidden;
}

.career-section-special .container {
  position: relative;
  z-index: 2;
}

/* Section Header */
.career-section-special .section-header {
  margin-bottom: var(--space-12);
}

.career-section-special .creative-accent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.career-section-special .accent-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-pulse 1.5s ease-in-out infinite;
}

.career-section-special .accent-dot:nth-child(2) {
  background: var(--accent-500);
  animation-delay: 0.2s;
}

.career-section-special .accent-dot:nth-child(3) {
  background: var(--primary-700);
  animation-delay: 0.4s;
}

@keyframes dot-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.career-section-special .section-title {
  color: var(--text-primary);
  font-size: var(--font-size-4xl);
  font-weight: 800;
  margin-bottom: var(--space-3);
  line-height: var(--line-height-tight);
  letter-spacing: -0.03em;
}

.career-section-special .section-subtitle {
  color: var(--accent-600);
  font-size: var(--font-size-xl);
  font-weight: 600;
  font-style: italic;
  margin-bottom: var(--space-5);
  line-height: var(--line-height-normal);
}

.career-section-special .section-description {
  color: var(--text-tertiary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  max-width: 750px;
  margin: 0 auto;
}

/* Timeline Structure */
.career-section-special .career-timeline {
  position: relative;
  padding: var(--space-10) 0;
  max-width: 1000px;
  margin: 0 auto;
}

.career-section-special .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300), var(--accent-200), var(--primary-300));
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.career-section-special .timeline-item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.career-section-special .timeline-left {
  justify-content: flex-start;
}

.career-section-special .timeline-left .timeline-card {
  padding-right: calc(50% + 60px);
}

.career-section-special .timeline-right .timeline-card {
  padding-left: calc(50% + 60px);
}

/* Timeline Dot */
.career-section-special .timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--bg-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 0 0 6px var(--primary-100);
  transition: all 0.3s ease;
}

.career-section-special .timeline-item:hover .timeline-dot {
  transform: translate(-50%, -50%) scale(1.3);
  border-color: var(--accent-500);
  box-shadow: 0 0 0 10px var(--accent-100);
}

/* Timeline Card */
.career-section-special .timeline-card {
  position: relative;
  width: 100%;
  z-index: 2;
}

.career-section-special .timeline-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-600));
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 4;
  transition: all 0.3s ease;
}

.career-section-special .timeline-left .timeline-icon {
  right: calc(50% - 28px);
  top: 0;
}

.career-section-special .timeline-right .timeline-icon {
  left: calc(50% - 28px);
  top: 0;
}

.career-section-special .timeline-item:hover .timeline-icon {
  transform: rotate(10deg) scale(1.1);
  box-shadow: var(--shadow-2xl);
}

.career-section-special .timeline-icon i {
  font-size: 26px;
  color: var(--bg-primary);
}

/* Card Content */
.career-section-special .card-content {
  position: relative;
  background: var(--bg-secondary);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-2xl);
  padding: var(--space-7);
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.career-section-special .timeline-item:hover .card-content {
  transform: translateY(-5px);
  box-shadow: var(--shadow-2xl);
  border-color: var(--accent-300);
}

/* Decorative Corners */
.career-section-special .decorative-corner-tl,
.career-section-special .decorative-corner-br {
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: var(--primary-500);
  opacity: 0.4;
}

.career-section-special .decorative-corner-tl {
  top: -2px;
  left: -2px;
  border-width: 3px 0 0 3px;
  border-radius: var(--radius-md) 0 0 0;
}

.career-section-special .decorative-corner-br {
  bottom: -2px;
  right: -2px;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 var(--radius-md) 0;
}

/* Position Content */
.career-section-special .position-title {
  color: var(--text-primary);
  font-size: var(--font-size-2xl);
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: var(--line-height-tight);
}

.career-section-special .position-description {
  color: var(--text-tertiary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-5);
}

.career-section-special .position-info {
  padding-top: var(--space-4);
  border-top: 1px dashed var(--border-light);
}

.career-section-special .position-role {
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Creative Background Blobs */
.career-section-special .creative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
  animation: blob-float 8s ease-in-out infinite;
}

.career-section-special .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -100px;
}

.career-section-special .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-400);
  bottom: 20%;
  left: -100px;
  animation-delay: 2s;
}

.career-section-special .blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  top: 50%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes blob-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-special {
    padding: 60px 0;
  }

  .career-section-special .section-title {
    font-size: var(--font-size-3xl);
  }

  .career-section-special .section-subtitle {
    font-size: var(--font-size-lg);
  }

  .career-section-special .timeline-line {
    left: 30px;
  }

  .career-section-special .timeline-item,
  .career-section-special .timeline-left {
    justify-content: flex-start;
  }

  .career-section-special .timeline-left .timeline-card,
  .career-section-special .timeline-right .timeline-card {
    padding-left: 90px;
    padding-right: 0;
  }

  .career-section-special .timeline-dot {
    left: 30px;
  }

  .career-section-special .timeline-left .timeline-icon,
  .career-section-special .timeline-right .timeline-icon {
    left: 2px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .career-section-special {
    padding: 50px 0;
  }

  .career-section-special .section-header {
    margin-bottom: var(--space-8);
  }

  .career-section-special .section-title {
    font-size: var(--font-size-2xl);
  }

  .career-section-special .career-timeline {
    padding: var(--space-6) 0;
  }

  .career-section-special .timeline-item {
    margin-bottom: var(--space-8);
  }

  .career-section-special .card-content {
    padding: var(--space-5);
  }

  .career-section-special .position-title {
    font-size: var(--font-size-xl);
  }

  .career-section-special .creative-blob {
    display: none;
  }
}









.coreinfo-section-minimal {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.coreinfo-section-minimal .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coreinfo-section-minimal .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.coreinfo-section-minimal .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.coreinfo-section-minimal .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.coreinfo-section-minimal .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Info Cards */
.coreinfo-section-minimal .info-card {
  position: relative;
  height: 100%;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 16px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.coreinfo-section-minimal .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-color: var(--primary-500);
}

.coreinfo-section-minimal .card-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.coreinfo-section-minimal .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
}

.coreinfo-section-minimal .info-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: scale(1.1);
}

.coreinfo-section-minimal .info-card:hover .card-icon-wrapper i {
  color: var(--light);
}

.coreinfo-section-minimal .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.coreinfo-section-minimal .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.coreinfo-section-minimal .decorative-corner {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.coreinfo-section-minimal .info-card:hover .decorative-corner {
  transform: scale(1.5);
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
}

/* Decorative Blobs */
.coreinfo-section-minimal .decorative-blob {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  pointer-events: none;
  z-index: 0;
}

.coreinfo-section-minimal .blob-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.coreinfo-section-minimal .blob-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
}

.coreinfo-section-minimal .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .coreinfo-section-minimal .section-title {
    font-size: 2rem;
  }
  
  .coreinfo-section-minimal .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .coreinfo-section-minimal .section-title {
    font-size: 1.75rem;
  }
  
  .coreinfo-section-minimal .section-subtitle {
    font-size: 1.125rem;
  }
  
  .coreinfo-section-minimal .info-card {
    padding: 1.5rem;
  }
}





.contact-section-style {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.contact-section-style .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.contact-section-style .section-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.contact-section-style .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 90%;
}

/* Contact Info Section */
.contact-section-style .contact-info-section {
  position: relative;
  z-index: 2;
}

.contact-section-style .info-block {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--neutral-100);
}

.contact-section-style .info-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-section-style .info-header {
  width: 50px;
  height: 50px;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-100);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.contact-section-style .info-block:hover .info-header {
  border-color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-secondary));
}

.contact-section-style .info-header i {
  font-size: 1.5rem;
  color: var(--text-primary);
}

.contact-section-style .info-label {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.6;
  margin: 0;
}

.contact-section-style .decorative-accent {
  width: 100px;
  height: 4px;
  background: var(--primary-500);
  margin-top: 2rem;
}

/* Form Grid */
.contact-section-style .form-grid {
  background: var(--light);
  padding: 2.5rem;
  border: 1px solid var(--neutral-100);
  position: relative;
  z-index: 2;
}

.contact-section-style .form-label-minimal {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-section-style .form-control-minimal {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid var(--neutral-100);
  border-radius: 0;
  font-size: 1rem;
  background: var(--surface-primary);
  color: var(--text-primary);
  transition: all 0.2s ease;
  font-family: inherit;
}

.contact-section-style .form-control-minimal:focus {
  outline: none;
  border-color: var(--text-primary);
  background: var(--light);
}

.contact-section-style .checkbox-minimal {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border: 1px solid var(--neutral-100);
}

.contact-section-style .checkbox-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0;
}

.contact-section-style .checkbox-input:checked {
  background-color: var(--text-primary);
  border-color: var(--text-primary);
}

.contact-section-style .checkbox-label-minimal {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-style .btn-submit-minimal {
  background: linear-gradient(135deg, #475569, #334155) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact-section-style .btn-submit-minimal:hover {
  background: linear-gradient(135deg, #334155, #1e293b) !important;
  transform: translateX(4px);
}

.contact-section-style .btn-submit-minimal i {
  transition: transform 0.3s ease;
}

.contact-section-style .btn-submit-minimal:hover i {
  transform: translateX(4px);
}

/* Grid Pattern Background */
.contact-section-style .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-style {
    padding: 80px 0;
  }
  
  .contact-section-style .section-title {
    font-size: 2.5rem;
  }
  
  .contact-section-style .section-subtitle {
    font-size: 1.25rem;
  }
  
  .contact-section-style .section-description {
    max-width: 100%;
  }
  
  .contact-section-style .form-grid {
    padding: 2rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .contact-section-style {
    padding: 60px 0;
  }
  
  .contact-section-style .section-title {
    font-size: 2rem;
  }
  
  .contact-section-style .section-subtitle {
    font-size: 1.15rem;
  }
  
  .contact-section-style .form-grid {
    padding: 1.5rem;
  }
  
  .contact-section-style .info-block {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  
  .contact-section-style .btn-submit-minimal {
    width: 100%;
  }
}


/* Blog section */

.blog-section {
  background: linear-gradient(to bottom, var(--neutral-100) 0%, var(--neutral-0) 100%);
  position: relative;
}

/* Header Layered Wrapper */
.header-layered-wrapper {
  position: relative;
  padding: 3rem 2rem;
}

/* Layered Background Panels */
.layer-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  opacity: 0.4;
  pointer-events: none;
}

.layer-back {
  width: 95%;
  height: 100%;
  background: var(--primary-300);
  top: 15px;
  z-index: 0;
}

.layer-mid {
  width: 97%;
  height: 100%;
  background: var(--primary-100);
  top: 8px;
  z-index: 1;
}

.layer-front {
  width: 100%;
  height: 100%;
  background: var(--neutral-0);
  top: 0;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.header-content {
  z-index: 3;
}

/* Icon Strip */
.icon-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.icon-strip i {
  font-size: 1.8rem;
  color: var(--primary-700);
  opacity: 0.6;
}

/* Section Typography */
.section-title {
  font-size: clamp(1.9rem, 4.5vw, 2.65rem);
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.5;
}

.section-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--neutral-700);
}

/* Blog Depth Cards */
.blog-depth-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-depth-card:hover {
  transform: translateY(-12px);
}

/* Shadow Layers */
.shadow-layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--neutral-300);
  border-radius: 14px;
  opacity: 0.15;
  transition: all 0.4s ease;
}

.shadow-layer-1 {
  top: 12px;
  z-index: 0;
}

.shadow-layer-2 {
  top: 6px;
  z-index: 1;
  opacity: 0.25;
}

.blog-depth-card:hover .shadow-layer-1 {
  top: 18px;
}

.blog-depth-card:hover .shadow-layer-2 {
  top: 10px;
}

/* Card Main Panel */
.card-main-panel {
  position: relative;
  z-index: 2;
  background: var(--neutral-0);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top Accent Bar */
.top-accent-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 100%);
}

/* Icon Header Section */
.icon-header-section {
  padding: 2rem 2rem 1rem;
  display: flex;
  justify-content: center;
}

.icon-depth-box {
  width: 80px;
  height: 80px;
  background: var(--neutral-0);
  border: 3px solid var(--primary-500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.icon-depth-box::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: var(--primary-300);
  border-radius: 14px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-depth-card:hover .icon-depth-box::before {
  opacity: 1;
}

.icon-depth-box i {
  font-size: 2.2rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.blog-depth-card:hover .icon-depth-box {
  transform: translateY(-5px);
  border-color: var(--primary-700);
}

.blog-depth-card:hover .icon-depth-box i {
  color: var(--primary-700);
}

/* Text Content Area */
.text-content-area {
  padding: 0 2rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.depth-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-depth-card:hover .depth-title {
  color: var(--primary-700);
}

.depth-excerpt {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--neutral-700);
  flex-grow: 1;
}

/* Bottom Action Bar */
.bottom-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: var(--neutral-50);
  border-top: 1px solid var(--neutral-300);
  transition: background 0.3s ease;
}

.blog-depth-card:hover .bottom-action-bar {
  background: var(--primary-50);
}

.depth-link {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-700);
  text-decoration: none;
  transition: all 0.3s ease;
}

.depth-link:hover {
  color: var(--primary-900);
  letter-spacing: 0.5px;
}

.arrow-box {
  width: 36px;
  height: 36px;
  background: var(--primary-500);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.arrow-box i {
  font-size: 1.1rem;
  color: var(--neutral-0);
  transition: transform 0.3s ease;
}

.blog-depth-card:hover .arrow-box {
  background: var(--primary-700);
}

.blog-depth-card:hover .arrow-box i {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .header-layered-wrapper {
    padding: 2.5rem 1.5rem;
  }
  
  .icon-strip {
    gap: 1.5rem;
  }
  
  .icon-strip i {
    font-size: 1.6rem;
  }
  
  .icon-depth-box {
    width: 70px;
    height: 70px;
  }
  
  .icon-depth-box i {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .header-layered-wrapper {
    padding: 2rem 1.25rem;
  }
  
  .layer-panel {
    display: none;
  }
  
  .text-content-area {
    padding: 0 1.5rem 1.25rem;
  }
  
  .bottom-action-bar {
    padding: 1.25rem 1.5rem;
  }
}

/* Ensure all cards have equal height */
.row.g-4 {
  display: flex;
  flex-wrap: wrap;
}

.blog-section [class*="col-"] {
  display: flex;
}







.faq-section-clean {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.faq-section-clean .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-clean .badge-container {
  display: inline-block;
}

.faq-section-clean .section-badge {
  display: inline-block;
  padding: 0.4rem 1.25rem;
  background: var(--primary-500);
  color: var(--light);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
}

.faq-section-clean #faq-title {
  color: var(--text-primary);
  font-weight: 700;
}

.faq-section-clean #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-clean #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Alternating Container */
.faq-section-clean .faq-alternating-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Alternating Items */
.faq-section-clean .faq-alternating-item {
  width: 100%;
}

.faq-section-clean .faq-alternating-item.align-right {
  align-self: flex-end;
}

.faq-section-clean .faq-alternating-item.align-left {
  align-self: flex-start;
}

/* Card */
.faq-section-clean .faq-alternating-item .card {
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  background: var(--light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq-section-clean .faq-alternating-item:hover .card {
  border-color: var(--primary-300);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.faq-section-clean .content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
}

/* Icon Section */
.faq-section-clean .icon-section {
  flex-shrink: 0;
}

.faq-section-clean .faq-icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.faq-section-clean .faq-alternating-item:hover .faq-icon-circle {
  transform: rotate(360deg) scale(1.1);
}

.faq-section-clean .faq-icon-circle i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Text Section */
.faq-section-clean .text-section {
  flex: 1;
}

.faq-section-clean .card-header {
  background: transparent;
  border: none;
  padding: 0 0 0.75rem 0;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid var(--neutral-100);
}

.faq-section-clean .card-header h4 {
  color: var(--text-primary);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.faq-section-clean .card-body {
  padding: 0;
  background: transparent;
}

.faq-section-clean .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

/* Floating Elements */
.faq-section-clean .floating-element {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}

.faq-section-clean .floating-element i {
  color: var(--primary-500);
}

.faq-section-clean .floating-element-1 {
  top: 15%;
  left: 8%;
  font-size: 3rem;
  animation-delay: 0s;
}

.faq-section-clean .floating-element-2 {
  top: 50%;
  right: 10%;
  font-size: 2.5rem;
  animation-delay: 2s;
}

.faq-section-clean .floating-element-3 {
  bottom: 20%;
  left: 12%;
  font-size: 2rem;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-section-clean #faq-title {
    font-size: 2rem;
  }

  .faq-section-clean .content-wrapper {
    padding: 1.75rem;
  }

  .faq-section-clean .faq-alternating-item.align-right,
  .faq-section-clean .faq-alternating-item.align-left {
    align-self: stretch;
  }
}

@media (max-width: 767.98px) {
  .faq-section-clean .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }

  .faq-section-clean .card-header {
    text-align: center;
  }

  .faq-section-clean .card-body {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .faq-section-clean #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-clean .faq-icon-circle {
    width: 50px;
    height: 50px;
  }

  .faq-section-clean .faq-icon-circle i {
    font-size: 1.25rem;
  }

  .faq-section-clean .content-wrapper {
    padding: 1.25rem;
  }

  .faq-section-clean .faq-alternating-container {
    gap: 1.5rem;
  }
}





/* Gallery section */

.gallery-section-featured {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-industrial {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0;
  border: 3px solid var(--neutral-300);
}

.gallery-item {
  position: relative;
  aspect-ratio: 1;
  border: 2px solid var(--neutral-300);
  overflow: hidden;
  cursor: pointer;
  background: var(--neutral-100);
  transition: all 0.4s ease;
}

.item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(30%) contrast(1.1);
}

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 90%, transparent), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-border {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 3px solid var(--light);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover {
  border-color: var(--primary-500);
  z-index: 10;
  transform: scale(1.02);
}

.gallery-item:hover img {
  transform: scale(1.15);
  filter: grayscale(0%) contrast(1);
}

.gallery-item:hover .item-overlay {
  opacity: 0.85;
}

.gallery-item:hover .overlay-border {
  opacity: 1;
  transform: scale(1);
}

/* Large items */
.large-item {
  grid-column: span 2;
  grid-row: span 2;
}

/* Industrial corners */
.industrial-corners {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-300);
  opacity: 0.4;
}

.corner-tl {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: 20px;
  right: 20px;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: 20px;
  left: 20px;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Grid lines */
.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.1;
}

.grid-line {
  position: absolute;
  background: var(--neutral-500);
}

.grid-line.horizontal {
  height: 1px;
  left: 0;
  right: 0;
}

.grid-line.horizontal:nth-child(1) {
  top: 33.33%;
}

.grid-line.horizontal:nth-child(2) {
  top: 66.66%;
}

.grid-line.vertical {
  width: 1px;
  top: 0;
  bottom: 0;
}

.grid-line.vertical:nth-child(3) {
  left: 33.33%;
}

.grid-line.vertical:nth-child(4) {
  left: 66.66%;
}

/* Responsive adjustments */
@media (max-width: 1399px) {
  .gallery-industrial {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 1199px) {
  .gallery-industrial {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  
  .large-item {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 991px) {
  .gallery-industrial {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  
  .large-item {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .corner {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .gallery-industrial {
    grid-template-columns: repeat(2, 1fr);
    border-width: 2px;
  }
  
  .gallery-item {
    border-width: 1px;
  }
  
  .overlay-border {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-width: 2px;
  }
}

@media (max-width: 575px) {
  .gallery-industrial {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .corner {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  
  .industrial-corners .corner {
    display: none;
  }
}



/* =================================================================
   Footer v-134 - Professional Blue Theme with Background Image
   ================================================================= */

.footer-pro {
  position: relative;
  padding: 100px 0 40px;
  overflow: hidden;
  background-image: url('YAS_assets/YAS_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Background Overlay with Gradient */
.footer-pro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  );
  z-index: 1;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 50%,
    color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
    transparent 70%
  );
  z-index: 2;
}

.footer-pro .container {
  z-index: 3;
}

/* Footer Brand Section */
.footer-brand-section {
  padding-right: 20px;
}

.footer-brand-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Decorative Dots */
.footer-decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.footer-decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.footer-decorative-dots .dot:nth-child(1) {
  animation: pulse-dot 2s infinite;
}

.footer-decorative-dots .dot:nth-child(2) {
  animation: pulse-dot 2s infinite 0.3s;
}

.footer-decorative-dots .dot:nth-child(3) {
  animation: pulse-dot 2s infinite 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* Footer Links Section */
.footer-links-section {
  position: relative;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 14px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.footer-link:hover::before {
  width: 100%;
}

.footer-link-icon {
  font-size: 1rem;
  opacity: 0.8;
}

/* Shape Accent */
.footer-shape-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.footer-contact-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: color-mix(in srgb, var(--primary-700) 15%, transparent);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.footer-contact-item:hover {
  background: color-mix(in srgb, var(--primary-700) 25%, transparent);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-icon-wrapper i {
  font-size: 1.2rem;
  color: #ffffff;
}

.contact-content {
  flex: 1;
  padding-top: 8px;
}

.contact-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1.6;
  display: block;
}

/* Decorative Icons */
.footer-decorative-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer-decorative-icons i {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  animation: float-icon 3s ease-in-out infinite;
}

.footer-decorative-icons i:nth-child(1) {
  animation-delay: 0s;
}

.footer-decorative-icons i:nth-child(2) {
  animation-delay: 0.5s;
}

.footer-decorative-icons i:nth-child(3) {
  animation-delay: 1s;
}

.footer-decorative-icons i:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes float-icon {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.6;
  }
}

/* Footer Bottom Section */
.footer-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.footer-disclaimer {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 500;
}

.footer-decorative-line {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  border-radius: 2px;
}

/* Decorative Shapes */
.footer-shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent) 0%,
    transparent 70%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 2;
}

.footer-shape-circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.footer-shape-circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
  animation: float-shape 25s ease-in-out infinite reverse;
}

.footer-blob {
  position: absolute;
  border-radius: 50% 40% 60% 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent) 0%,
    transparent 70%
  );
  filter: blur(50px);
  pointer-events: none;
  z-index: 2;
}

.footer-blob-1 {
  width: 400px;
  height: 400px;
  top: 30%;
  right: 5%;
  animation: blob-morph 30s ease-in-out infinite;
}

.footer-blob-2 {
  width: 350px;
  height: 350px;
  bottom: 20%;
  left: 10%;
  animation: blob-morph 35s ease-in-out infinite reverse;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 50% 40% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 40% 60% 50% 40%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 60% 50% 40% 60%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 50% 40% 60% 40%;
    transform: rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-pro {
    padding: 80px 0 30px;
  }

  .footer-brand-title {
    font-size: 1.5rem;
  }

  .footer-brand-section {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer-section-title {
    font-size: 1.15rem;
  }

  .footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .footer-pro {
    padding: 60px 0 25px;
    background-attachment: scroll;
  }

  .footer-brand-title {
    font-size: 1.35rem;
  }

  .footer-section-title {
    font-size: 1.1rem;
  }

  .footer-contact-grid {
    gap: 15px;
  }

  .footer-contact-item {
    padding: 12px;
  }

  .contact-icon-wrapper {
    width: 36px;
    height: 36px;
  }

  .contact-icon-wrapper i {
    font-size: 1.1rem;
  }

  .footer-decorative-icons {
    gap: 12px;
  }

  .footer-decorative-icons i {
    font-size: 1.5rem;
  }

  .footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
  }

  .footer-disclaimer {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }

  .footer-copyright {
    font-size: 0.85rem;
  }

  .footer-shape-circle-1,
  .footer-shape-circle-2,
  .footer-blob-1,
  .footer-blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .footer-pro {
    padding: 50px 0 20px;
  }

  .footer-brand-title {
    font-size: 1.25rem;
  }

  .footer-brand-description {
    font-size: 0.9rem;
  }

  .footer-section-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .footer-contact-item {
    padding: 10px;
    border-radius: 10px;
  }

  .contact-text {
    font-size: 0.9rem;
  }

  .footer-decorative-icons i {
    font-size: 1.3rem;
  }

  .footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
  }

  .footer-decorative-line {
    width: 150px;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  .footer-link,
  .contact-text,
  .footer-disclaimer,
  .footer-copyright {
    color: #ffffff;
  }

  .footer-contact-item {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.4);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .footer-pro * {
    animation: none !important;
    transition: none !important;
  }
}

/* Print Styles */
@media print {
  .footer-pro {
    background: none !important;
    padding: 20px 0;
  }

  .footer-pro::before,
  .footer-background-overlay,
  .footer-shape-circle,
  .footer-blob,
  .footer-decorative-dots,
  .footer-decorative-icons,
  .footer-shape-accent {
    display: none !important;
  }

  .footer-brand-title,
  .footer-section-title,
  .footer-link,
  .contact-text,
  .footer-disclaimer,
  .footer-copyright {
    color: #000000 !important;
    text-shadow: none !important;
  }
}

/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}



/* Universal section */

.additional-universal-section {
  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 */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.deco-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.deco-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.section-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 1;
}

.content-block {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.content-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block-primary {
  background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
}

.content-block-secondary {
  background: var(--light);
  border-width: 2px;
}

.content-block-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
  border: 2px solid var(--primary-300);
  padding: 3rem;
}

.content-block-accent {
  background: var(--surface-primary);
}

.block-badge {
  width: 65px;
  height: 65px;
  background: var(--primary-500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.content-block:hover .block-badge {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.block-badge i {
  font-size: 1.875rem;
  color: var(--light);
}

.content-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.125rem;
  line-height: 1.3;
}

.content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Visuals */
.block-visual {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--neutral-100);
}

.visual-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  height: 60px;
}

.visual-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.visual-bars .bar:nth-child(1) { height: 40%; }
.visual-bars .bar:nth-child(2) { height: 70%; }
.visual-bars .bar:nth-child(3) { height: 55%; }
.visual-bars .bar:nth-child(4) { height: 85%; }

.content-block:hover .visual-bars .bar {
  opacity: 1;
  height: 100% !important;
}

.visual-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.visual-circles .circle {
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.visual-circles .circle:nth-child(2) {
  width: 60px;
  height: 60px;
  border-width: 4px;
}

.content-block:hover .visual-circles .circle {
  transform: scale(1.15);
  border-color: var(--primary-700);
}

.featured-visual {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.content-block:hover .featured-visual {
  transform: rotate(10deg) scale(1.1);
}

.featured-visual i {
  font-size: 4rem;
  color: var(--light);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: 
    linear-gradient(45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(-45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--primary-100) 75%),
    linear-gradient(-45deg, transparent 75%, var(--primary-100) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.3;
  border-radius: 0 0 20px 0;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: 15%;
  left: 8%;
  transform: rotate(15deg);
  animation: float-square 15s ease-in-out infinite;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  border-radius: 50%;
  bottom: 20%;
  right: 10%;
  animation: float-circle 20s ease-in-out infinite;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid var(--primary-500);
  top: 50%;
  right: 5%;
  animation: float-triangle 18s ease-in-out infinite;
}

@keyframes float-square {
  0%, 100% { transform: rotate(15deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(20px, -20px); }
}

@keyframes float-circle {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

@keyframes float-triangle {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, -15px) rotate(180deg); }
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.125rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .content-block {
    padding: 2rem;
  }

  .content-block-featured {
    padding: 2.25rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .featured-visual {
    width: 120px;
    height: 120px;
  }

  .featured-visual i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-block {
    padding: 1.75rem;
  }

  .content-block-featured {
    padding: 2rem;
  }

  .content-title {
    font-size: 1.375rem;
  }

  .content-description {
    font-size: 1rem;
  }

  .block-badge {
    width: 55px;
    height: 55px;
  }

  .block-badge i {
    font-size: 1.5rem;
  }

  .floating-shape {
    display: none;
  }

  .featured-visual {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block-featured {
    padding: 1.75rem;
  }

  .block-visual {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .visual-bars {
    height: 50px;
  }

  .visual-circles .circle {
    width: 40px;
    height: 40px;
  }

  .visual-circles .circle:nth-child(2) {
    width: 50px;
    height: 50px;
  }

  .featured-visual {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .featured-visual i {
    font-size: 2.5rem;
  }
}





/* Universal section */

.additional-universal-classic {
  position: relative;
  padding: 6rem 0 0;
  background: var(--neutral-0);
  overflow: hidden;
}

/* Section Header */
.additional-universal-classic .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-classic .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-classic .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 4rem;
}

/* Split Items Wrapper */
.additional-universal-classic .split-items-wrapper {
  position: relative;
}

/* Split Item */
.additional-universal-classic .split-item {
  padding: 4rem 0;
  position: relative;
}

.additional-universal-classic .split-item:nth-child(odd) {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}

.additional-universal-classic .split-item:nth-child(even) {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
}

/* Visual Column */
.additional-universal-classic .visual-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* Visual Block */
.additional-universal-classic .visual-block {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 350px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.4s ease;
}

.additional-universal-classic .split-item:hover .visual-block {
  transform: scale(1.05);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.25);
}

.additional-universal-classic .block-2 {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-classic .block-3 {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-classic .block-4 {
  background: linear-gradient(135deg, var(--accent-600), var(--primary-700));
}

.additional-universal-classic .block-5 {
  background: linear-gradient(135deg, var(--primary-700), var(--accent-500));
}

/* Visual Icon */
.additional-universal-classic .visual-icon {
  position: relative;
  z-index: 2;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.additional-universal-classic .visual-icon i {
  font-size: 4rem;
  color: var(--neutral-0);
}

/* Visual Patterns */
.additional-universal-classic .visual-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-classic .pattern-circles {
  background: radial-gradient(circle, var(--neutral-0) 2px, transparent 2px);
  background-size: 30px 30px;
}

.additional-universal-classic .pattern-grid {
  background-image: linear-gradient(var(--neutral-0) 2px, transparent 2px), linear-gradient(90deg, var(--neutral-0) 2px, transparent 2px);
  background-size: 40px 40px;
}

.additional-universal-classic .pattern-waves {
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, var(--neutral-0) 20px, var(--neutral-0) 22px);
}

.additional-universal-classic .pattern-dots {
  background: radial-gradient(circle, var(--neutral-0) 1px, transparent 1px);
  background-size: 20px 20px;
}

.additional-universal-classic .pattern-hexagon {
  background-image: repeating-linear-gradient(60deg, transparent, transparent 15px, var(--neutral-0) 15px, var(--neutral-0) 17px);
}

/* Content Column */
.additional-universal-classic .content-column {
  padding: 2rem 3rem;
}

/* Content Wrapper */
.additional-universal-classic .content-wrapper {
  max-width: 550px;
}

.additional-universal-classic .item-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-classic .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-classic .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.8;
  margin: 0;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-classic {
    padding: 4rem 0 0;
  }

  .additional-universal-classic .split-item {
    padding: 3rem 0;
  }

  .additional-universal-classic .visual-block {
    height: 300px;
    max-width: 400px;
  }

  .additional-universal-classic .visual-icon {
    width: 120px;
    height: 120px;
  }

  .additional-universal-classic .visual-icon i {
    font-size: 3.5rem;
  }

  .additional-universal-classic .content-column {
    padding: 2rem;
  }

  .additional-universal-classic .content-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-classic {
    padding: 3rem 0 0;
  }

  .additional-universal-classic .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-classic .section-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .additional-universal-classic .split-item {
    padding: 2.5rem 0;
  }

  .additional-universal-classic .visual-column {
    padding: 2rem 1rem;
  }

  .additional-universal-classic .visual-block {
    height: 250px;
    max-width: 100%;
  }

  .additional-universal-classic .visual-icon {
    width: 100px;
    height: 100px;
  }

  .additional-universal-classic .visual-icon i {
    font-size: 3rem;
  }

  .additional-universal-classic .content-column {
    padding: 2rem 1rem;
  }

  .additional-universal-classic .content-wrapper {
    max-width: 100%;
  }

  .additional-universal-classic .item-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .additional-universal-classic .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-classic .content-description {
    font-size: 0.95rem;
  }
}







/* Universal section */

.additional-universal-primary {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-primary .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-primary .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-primary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Creative Line Divider */
.additional-universal-primary .creative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-primary .line-segment {
  flex: 1;
  max-width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-primary .center-diamond {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .center-diamond i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transform: rotate(-45deg);
}

/* Mixed Content Grid */
.additional-universal-primary .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.additional-universal-primary .content-box.box-featured {
  grid-column: 1 / -1;
  grid-row: 1;
}

.additional-universal-primary .content-box.box-wide {
  grid-column: 1 / -1;
}

/* Content Box Base */
.additional-universal-primary .content-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  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;
}

.additional-universal-primary .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Featured Box */
.additional-universal-primary .box-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
  padding: 3rem;
  text-align: center;
}

.additional-universal-primary .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.additional-universal-primary .box-decoration {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.additional-universal-primary .deco-top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-primary .deco-bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Featured Alt Box */
.additional-universal-primary .box-featured-alt {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-200);
  grid-column: 1 / -1;
}

.additional-universal-primary .split-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

/* Wide Box Layout */
.additional-universal-primary .wide-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.additional-universal-primary .wide-icon {
  flex-shrink: 0;
}

.additional-universal-primary .wide-content {
  flex: 1;
}

.additional-universal-primary .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
  opacity: 0.3;
}

/* Icon Circles */
.additional-universal-primary .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-primary .circle-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-primary .circle-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-primary .circle-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-primary .circle-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-primary .box-standard .icon-circle {
  margin: 0 0 1.5rem 0;
}

.additional-universal-primary .box-wide .icon-circle {
  margin: 0;
}

/* Corner Accents */
.additional-universal-primary .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.15;
}

.additional-universal-primary .accent-tl {
  top: 12px;
  left: 12px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-primary .accent-br {
  bottom: 12px;
  right: 12px;
  border-bottom: 3px solid var(--accent-500);
  border-right: 3px solid var(--accent-500);
}

/* Content Typography */
.additional-universal-primary .content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-primary .box-standard .content-title {
  font-size: 1.35rem;
}

.additional-universal-primary .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Glow and Pulse Effects */
.additional-universal-primary .glow-effect {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-primary .box-featured:hover .glow-effect {
  opacity: 0.3;
}

.additional-universal-primary .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Abstract Shapes */
.additional-universal-primary .abstract-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-primary .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
  top: 10%;
  left: 5%;
  filter: blur(40px);
}

.additional-universal-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  top: 50%;
  right: 8%;
  filter: blur(50px);
}

.additional-universal-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
}

/* Dot Patterns */
.additional-universal-primary .dot-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 18px 18px;
}

.additional-universal-primary .pattern-1 {
  top: 25%;
  right: 10%;
}

.additional-universal-primary .pattern-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-primary {
    padding: 4rem 0;
  }

  .additional-universal-primary .mixed-content-grid {
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box {
    padding: 2rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2.5rem;
  }

  .additional-universal-primary .wide-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-primary .box-wide .icon-circle {
    margin: 0 auto 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-primary {
    padding: 3rem 0;
  }

  .additional-universal-primary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-primary .section-description {
    font-size: 1rem;
  }

  .additional-universal-primary .creative-line-wrapper {
    gap: 1rem;
  }

  .additional-universal-primary .line-segment {
    max-width: 60px;
  }

  .additional-universal-primary .center-diamond {
    width: 45px;
    height: 45px;
  }

  .additional-universal-primary .center-diamond i {
    font-size: 1.1rem;
  }

  .additional-universal-primary .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box.box-featured,
  .additional-universal-primary .content-box.box-wide,
  .additional-universal-primary .content-box.box-featured-alt {
    grid-column: 1;
  }

  .additional-universal-primary .content-box {
    padding: 1.75rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2rem;
  }

  .additional-universal-primary .icon-circle {
    width: 70px;
    height: 70px;
  }

  .additional-universal-primary .icon-circle i {
    font-size: 2rem;
  }

  .additional-universal-primary .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-primary .box-standard .content-title {
    font-size: 1.25rem;
  }

  .additional-universal-primary .content-description {
    font-size: 0.95rem;
  }

  .additional-universal-primary .abstract-shape,
  .additional-universal-primary .dot-pattern {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}





.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_timeline {
  position: relative;
  padding-left: var(--space-8);
}

.add_wrap .add_timeline:before {
  content: '';
  position: absolute;
  left: var(--space-4);
  top: 0;
  bottom: var(--space-8);
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
}

.add_wrap .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-10);
  padding-left: var(--space-8);
}

.add_wrap .add_timeline_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_timeline_marker {
  position: absolute;
  left: calc(-1 * var(--space-8) - 6px);
  top: var(--space-2);
  width: 16px;
  height: 16px;
  background-color: var(--primary-500);
  border: 3px solid var(--neutral-100);
  border-radius: 50%;
  z-index: 2;
}

.add_wrap .add_timeline_marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_timeline_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
}

.add_wrap .add_timeline_content:before {
  content: '';
  position: absolute;
  left: -8px;
  top: var(--space-4);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--neutral-200);
}

.add_wrap .add_timeline_content:after {
  content: '';
  position: absolute;
  left: -7px;
  top: calc(var(--space-4) + 1px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--neutral-50);
}

.add_wrap .add_timeline_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_timeline_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_timeline {
    padding-left: var(--space-6);
  }
  
  .add_wrap .add_timeline:before {
    left: var(--space-3);
  }
  
  .add_wrap .add_timeline_item {
    padding-left: var(--space-6);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_timeline_marker {
    left: calc(-1 * var(--space-6) - 6px);
  }
  
  .add_wrap .add_timeline_content {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.header-accent-line {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 1;
}

.content-item {
  position: relative;
  padding: 1.5rem 0;
}

.content-text {
  position: relative;
  padding: 2rem;
  background: var(--surface-primary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.content-item:hover .content-text {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-100);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.content-item:hover .item-number {
  color: var(--primary-300);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Placeholder */
.content-visual {
  position: relative;
  padding: 1rem;
}

.visual-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-secondary) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.content-item:hover .visual-placeholder {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.visual-placeholder i {
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
}

.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 3%;
}

.decorative-line {
  position: absolute;
  background: var(--primary-100);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.line-1 {
  width: 2px;
  height: 60%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .item-title {
    font-size: 1.5rem;
  }

  .content-text {
    padding: 1.5rem;
  }

  .item-number {
    font-size: 2.5rem;
  }

  .visual-placeholder i {
    font-size: 3rem;
  }

  .line-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-item {
    padding: 1rem 0;
  }

  .content-text {
    padding: 1.25rem;
  }

  .item-title {
    font-size: 1.375rem;
  }

  .item-description {
    font-size: 1rem;
  }

  .decorative-circle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .item-number {
    font-size: 2rem;
  }

  .visual-placeholder {
    aspect-ratio: 16/9;
  }

  .visual-placeholder i {
    font-size: 2.5rem;
  }
}





/* 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(--container_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(--minimal_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(--unique_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(--minimal_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(--unique_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}








.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}





/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Items */
.content-items {
  position: relative;
  z-index: 2;
}

/* Image Container */
.image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-placeholder::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Image Decorations */
.image-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-1 {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  opacity: 0.6;
  top: -20px;
  right: -20px;
}

.decoration-2 {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%);
  opacity: 0.5;
  bottom: -15px;
  left: -15px;
}

.decoration-3 {
  width: 70px;
  height: 70px;
  background: var(--primary-300);
  opacity: 0.6;
  top: -25px;
  right: -25px;
}

.decoration-4 {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%);
  opacity: 0.5;
  bottom: -30px;
  left: -30px;
}

.decoration-5 {
  width: 75px;
  height: 75px;
  background: var(--primary-500);
  opacity: 0.6;
  top: -20px;
  right: -20px;
}

/* Content Block */
.content-block {
  padding: 1rem;
}

/* Icon Badge */
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.icon-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Content Title */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

/* Content Description */
.content-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.circle-1 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  top: 100px;
  right: -50px;
  animation: float 8s ease-in-out infinite;
}

.circle-2 {
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent
  );
  bottom: 200px;
  left: -40px;
  animation: float 10s ease-in-out infinite 2s;
}

.circle-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 18%, transparent 82%),
    transparent
  );
  top: 50%;
  left: 50%;
  animation: float 12s ease-in-out infinite 4s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .content-block {
    padding: 0;
  }
  
  .content-title {
    font-size: 1.375rem;
  }
  
  .image-container {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .content-items .row {
    margin-bottom: 3rem !important;
  }
  
  .content-items .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .icon-badge {
    width: 48px;
    height: 48px;
  }
  
  .icon-badge i {
    font-size: 1.25rem;
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.header-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Feature Items */
.feature-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Large Feature Items */
.feature-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  padding: 3rem;
}

.feature-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 0 24px 0 50%;
}

.feature-large:hover .feature-bg-pattern {
  opacity: 0.5;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Feature Icons */
.feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(-10deg) scale(1.1);
}

.feature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.feature-icon-large {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.feature-large:hover .feature-icon-large {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-large i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-large .feature-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.feature-large .feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.feature-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
  opacity: 0.4;
  border-radius: 0 100% 0 24px;
  transition: opacity 0.3s ease;
}

.feature-large:hover .feature-corner-accent {
  opacity: 0.6;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 5s;
}

.circle-3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  animation: float 15s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.icon-1 {
  top: 25%;
  right: 10%;
  animation-delay: 2s;
}

.icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .feature-large {
    grid-column: span 1;
    padding: 2.5rem;
  }
  
  .feature-item {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-icon-large {
    width: 75px;
    height: 75px;
  }
  
  .feature-icon-large i {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-large .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .feature-item,
  .feature-large {
    padding: 1.75rem;
  }
  
  .header-accent {
    width: 60px;
    margin-bottom: 1rem;
  }
}









/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.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;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}









div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #00ffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(0,255,255,0.2) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #00ffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #00ffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Neon Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: #0a0a0a !important;
    border-radius: 12px !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.3), 0 10px 40px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #00ffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid #00ffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #00ffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(0,255,255,0.2) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #00ffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #00ffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - 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 - Gradient Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.newsletter-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.newsletter-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
    text-align: center;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 16px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    outline: none;
    background: white;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1), 0 0 20px rgba(255,255,255,0.8);
    transform: translateY(-1px);
}

.newsletter-button {
    padding: 14px 22px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 100%;
}

.newsletter-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.newsletter-success {
    display: none;
    margin-top: 18px;
    padding: 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 350px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: minimal
 * Toggle: 8
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 8: КОРПОРАТИВНЫЙ ===== */
.ocm-toggle.ocm-toggle-style-8 {
    border-radius: 6px !important;
    background: #2c3e50 !important;
    border: 2px solid #34495e !important;
    width: 48px !important;
    height: 48px !important;
    font-weight: bold !important;
}

.ocm-toggle.ocm-toggle-style-8:hover {
    background: #34495e !important;
    border-color: #3498db !important;
    transform: translateY(-1px) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== ТЕМА: MINIMAL ===== */
.ocm-theme-minimal {
    border-radius: 4px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
}

.ocm-theme-minimal .ocm-btn {
    border-radius: 4px !important;
    font-weight: 400 !important;
}

.ocm-theme-minimal .ocm-btn-accept {
    background: #000000 !important;
}

.ocm-theme-minimal .ocm-btn-accept:hover {
    background: #333333 !important;
}

.ocm-theme-minimal .ocm-btn-customize {
    border-color: #000000 !important;
    color: #000000 !important;
}

.ocm-theme-minimal .ocm-btn-customize:hover {
    background: #000000 !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.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;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


