:root {
  --primary-50: #fefce8;
  --primary-50-rgb: 254, 252, 232;
  --primary-50-rgb: 254, 252, 232;
  --primary-100: #fef9c3;
  --primary-100-rgb: 254, 249, 195;
  --primary-100-rgb: 254, 249, 195;
  --primary-300: #fde047;
  --primary-300-rgb: 253, 224, 71;
  --primary-300-rgb: 253, 224, 71;
  --primary-500: #eab308;
  --primary-500-rgb: 234, 179, 8;
  --primary-500-rgb: 234, 179, 8;
  --primary-700: #a16207;
  --primary-700-rgb: 161, 98, 7;
  --primary-700-rgb: 161, 98, 7;
  --primary-200: #feed85;
  --primary-200-rgb: 254, 237, 133;
  --primary-200-rgb: 254, 237, 133;
  --primary-400: #f4ca28;
  --primary-400-rgb: 244, 202, 40;
  --primary-400-rgb: 244, 202, 40;
  --primary-600: #c68b08;
  --primary-600-rgb: 198, 139, 8;
  --primary-600-rgb: 198, 139, 8;
  --primary-800: #814e06;
  --primary-800-rgb: 129, 78, 6;
  --primary-800-rgb: 129, 78, 6;
  --primary-900: #6e4205;
  --primary-900-rgb: 110, 66, 5;
  --primary-900-rgb: 110, 66, 5;
  --primary-950: #4d2e04;
  --primary-950-rgb: 77, 46, 4;
  --primary-950-rgb: 77, 46, 4;
  --primary-rgb: 234, 179, 8;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: 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: #fefcd3;
  --accent-50-rgb: 254, 252, 211;
  --accent-50-rgb: 254, 252, 211;
  --accent-100: #fefab1;
  --accent-100-rgb: 254, 250, 177;
  --accent-100-rgb: 254, 250, 177;
  --accent-200: #fef079;
  --accent-200-rgb: 254, 240, 121;
  --accent-200-rgb: 254, 240, 121;
  --accent-300: #fee541;
  --accent-300-rgb: 254, 229, 65;
  --accent-300-rgb: 254, 229, 65;
  --accent-400: #f7d224;
  --accent-400-rgb: 247, 210, 36;
  --accent-400-rgb: 247, 210, 36;
  --accent-500: #f0be07;
  --accent-500-rgb: 240, 190, 7;
  --accent-500-rgb: 240, 190, 7;
  --accent-600: #d79c07;
  --accent-600-rgb: 215, 156, 7;
  --accent-600-rgb: 215, 156, 7;
  --accent-700: #bd7a06;
  --accent-700-rgb: 189, 122, 6;
  --accent-700-rgb: 189, 122, 6;
  --accent-800: #a76905;
  --accent-800-rgb: 167, 105, 5;
  --accent-800-rgb: 167, 105, 5;
  --accent-900: #9a5e05;
  --accent-900-rgb: 154, 94, 5;
  --accent-900-rgb: 154, 94, 5;
  --accent-950: #824d04;
  --accent-950-rgb: 130, 77, 4;
  --accent-950-rgb: 130, 77, 4;
  --accent-rgb: 240, 190, 7;
  --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 ===== */
.top_font_primary {
  font-family: var(--font-primary);
}

.site_font_secondary {
  font-family: var(--font-secondary);
}

.pro_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.base_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.bold_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.smart_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 */
.layout_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);
}

.content_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);
}

.company_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);
}

.dark_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);
}

.prime_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);
}

.brand_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 */
.theme_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);
}

.page_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);
}

.minimal_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 */
.premium_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);
}

.best_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 */
.new_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);
}

.light_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 */
.main_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);
}

.unique_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 */
.ui_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);
}

.clean_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);
}

.bright_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 */
.modern_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);
}

.section_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 */
.agency_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);
}

.agency_nav_link:hover,
.agency_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.creative_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 */
.custom_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) {
  .main_hero_title {
    font-size: var(--text-4xl);
  }
  
  .ui_section_title {
    font-size: var(--text-3xl);
  }
  
  .base_display_1 {
    font-size: var(--text-5xl);
  }
  
  .bold_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .main_hero_title {
    font-size: var(--text-3xl);
  }
  
  .ui_section_title {
    font-size: var(--text-2xl);
  }
  
  .base_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.container_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;background-clip: text;
  display: inline-block;
}

.elite_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.design_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.business_text_balance {
  text-wrap: balance;
}

.style_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .agency_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .premium_caption,
  .best_overline,
  .custom_footer_text {
    color: var(--text-secondary);
  }
  
  .unique_hero_subtitle,
  .clean_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .main_hero_title,
  .ui_section_title,
  .layout_heading_1,
  .content_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .container_text_gradient {
    color: var(--text-primary);}
}

/**
 * Font System - Global Application Rules
 * Applies dynamically selected font pairs to page elements
 * 
 * Font CSS variables are injected during build:
 * --font-primary: Body/paragraph font
 * --font-accent: Heading/title font
 * --font-heading: Alias for accent
 * --font-body: Alias for primary
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

h5, .h5 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ========================================
   BODY TEXT & PARAGRAPHS
   ======================================== */

p {
  font-family: var(--font-body);
  margin-bottom: 1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ========================================
   SPECIAL TEXT ELEMENTS
   ======================================== */

.text-accent,
.hero-title,
.section-title,
.card-title {
  font-family: var(--font-accent);
}

.subtitle,
.section-subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
}

blockquote {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 3px solid currentColor;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar,
.nav-link,
.navbar-brand {
  font-family: var(--font-primary);
  font-weight: 500;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* ========================================
   FORMS
   ======================================== */

input,
textarea,
select,
.form-control,
.form-label {
  font-family: var(--font-primary);
}

.form-label {
  font-weight: 500;
}

/* ========================================
   CARDS & COMPONENTS
   ======================================== */

.card {
  font-family: var(--font-primary);
}

.card-header,
.card-title {
  font-family: var(--font-accent);
  font-weight: 600;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label,
.tag {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.footer {
  font-family: var(--font-primary);
  font-size: 0.9rem;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
  font-family: var(--font-accent);
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
pre,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ========================================
   UTILITIES
   ======================================== */

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-accent {
  font-family: var(--font-accent) !important;
}

.font-heading {
  font-family: var(--font-heading) !important;
}

.font-body {
  font-family: var(--font-body) !important;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  
  .lead {
    font-size: 1.125rem;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  body {
    font-family: var(--font-primary);
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
    page-break-after: avoid;
  }
}


/* ===== LAYOUT UTILITIES ===== */
.fresh_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.core_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.digital_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.web_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.studio_stack {
  display: flex;
  flex-direction: column;
}

.company24_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top81_full_height {
  min-height: 100vh;
}

.bright21_section_height {
  min-height: 80vh;
}

.prime14_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.app10_m_0 { margin: 0; }
.creative78_m_1 { margin: var(--space-1); }
.clean10_m_2 { margin: var(--space-2); }
.theme43_m_3 { margin: var(--space-3); }
.base74_m_4 { margin: var(--space-4); }
.bright67_m_6 { margin: var(--space-6); }
.company25_m_8 { margin: var(--space-8); }
.business15_m_12 { margin: var(--space-12); }
.unique92_m_16 { margin: var(--space-16); }

.modern7_mx_auto { margin-left: auto; margin-right: auto; }
.premium77_my_auto { margin-top: auto; margin-bottom: auto; }

.light37_mt_0 { margin-top: 0; }
.theme92_mt_4 { margin-top: var(--space-4); }
.web6_mt_8 { margin-top: var(--space-8); }
.ui44_mt_12 { margin-top: var(--space-12); }

.modern4_mb_0 { margin-bottom: 0; }
.studio75_mb_4 { margin-bottom: var(--space-4); }
.minimal32_mb_8 { margin-bottom: var(--space-8); }
.layout81_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.digital29_p_0 { padding: 0; }
.theme97_p_1 { padding: var(--space-1); }
.fresh4_p_2 { padding: var(--space-2); }
.studio6_p_3 { padding: var(--space-3); }
.site20_p_4 { padding: var(--space-4); }
.main26_p_6 { padding: var(--space-6); }
.custom93_p_8 { padding: var(--space-8); }

.best99_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.style18_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.app91_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.container11_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.layout62_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.unique9_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.core54_gap_1 { gap: var(--space-1); }
.core31_gap_2 { gap: var(--space-2); }
.fresh63_gap_3 { gap: var(--space-3); }
.new73_gap_4 { gap: var(--space-4); }
.top99_gap_6 { gap: var(--space-6); }
.app81_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.premium59_shadow_none { box-shadow: var(--shadow-none); }
.main36_shadow_xs { box-shadow: var(--shadow-xs); }
.new56_shadow_sm { box-shadow: var(--shadow-sm); }
.premium19_shadow_md { box-shadow: var(--shadow-md); }
.modern68_shadow_lg { box-shadow: var(--shadow-lg); }
.top16_shadow_xl { box-shadow: var(--shadow-xl); }
.dark13_shadow_2xl { box-shadow: var(--shadow-2xl); }
.minimal56_shadow_inner { box-shadow: var(--shadow-inner); }
.minimal61_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.fresh88_radius_none { border-radius: var(--radius-none); }
.design33_radius_xs { border-radius: var(--radius-xs); }
.modern34_radius_sm { border-radius: var(--radius-sm); }
.theme42_radius_md { border-radius: var(--radius-md); }
.core30_radius_lg { border-radius: var(--radius-lg); }
.agency82_radius_xl { border-radius: var(--radius-xl); }
.section17_radius_2xl { border-radius: var(--radius-2xl); }
.custom37_radius_3xl { border-radius: var(--radius-3xl); }
.bright5_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.custom45_gradient_primary {
  background: var(--gradient-primary);
}

.agency23_gradient_secondary {
  background: var(--gradient-secondary);
}

.prime87_gradient_hero {
  background: var(--gradient-hero);
}

.clean74_gradient_card {
  background: var(--gradient-card);
}

.digital86_gradient_overlay {
  position: relative;
}

.digital86_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;
}

.digital86_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.smart39_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.smart39_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.agency10_hover_scale {
  transition: transform var(--transition-normal);
}

.agency10_hover_scale:hover {
  transform: scale(1.02);
}

.fresh46_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.fresh46_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.company35_hover_fade {
  transition: opacity var(--transition-normal);
}

.company35_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.creative4_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.creative4_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.content39_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.unique65_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.business72_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.pro21_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.container43_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.core64_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.pro96_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.company36_timeline {
  position: relative;
}

.company36_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.clean84_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.clean84_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.clean84_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.theme33_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.theme62_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;
  }
}

.modern26_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;
  }
}

.modern6_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 */
.web97_transition_all {
  transition: var(--transition-all);
}

.bold29_transition_fast {
  transition: all var(--transition-fast);
}

.smart26_transition_normal {
  transition: all var(--transition-normal);
}

.main35_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.fresh8_bg_primary { background-color: var(--bg-primary); }
.studio27_bg_secondary { background-color: var(--bg-secondary); }
.ui46_bg_muted { background-color: var(--bg-muted); }
.modern87_bg_glass { background-color: var(--bg-glass); }

.new52_text_primary { color: var(--text-primary); }
.theme54_text_secondary { color: var(--text-secondary); }
.digital43_text_muted { color: var(--text-muted); }
.smart96_text_inverse { color: var(--text-inverse); }
.business63_text_link { color: var(--text-link); }

.best62_border_light { border-color: var(--border-light); }
.bright94_border_medium { border-color: var(--border-medium); }
.section6_border_strong { border-color: var(--border-strong); }
.top84_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .business72_services_grid,
  .container43_features_grid,
  .pro21_team_grid,
  .pro96_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .core64_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .company36_timeline::before {
    left: 30px;
  }
  
  .clean84_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .bright21_section_height {
    min-height: 60vh;
  }
  
  .prime14_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .core64_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .clean84_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.ui28_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;
}

.container93_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.web8_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);
}

.web8_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .modern38_no_print {
    display: none !important;
  }
  
  .digital30_print_only {
    display: block !important;
  }
  
  .main36_shadow_xs,
  .new56_shadow_sm,
  .premium19_shadow_md,
  .modern68_shadow_lg,
  .top16_shadow_xl,
  .dark13_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .theme33_fade_in,
  .theme62_slide_up,
  .modern26_slide_in_left,
  .modern6_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .smart39_hover_lift,
  .agency10_hover_scale,
  .fresh46_hover_shadow,
  .company35_hover_fade,
  .web97_transition_all,
  .bold29_transition_fast,
  .smart26_transition_normal,
  .main35_transition_slow {
    transition: none;
  }
}

/* ========================================
   Header v-219 - Professional Blue Theme
   ======================================== */

.header-minimal {
  position: relative;
  background: var(--surface-primary);
  border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent);
  z-index: 1000;
}

.header-minimal .navbar {
  padding: 1.25rem 0;
  position: relative;
}

/* Brand Styles */
.header-minimal .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10004;
}

.header-minimal .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

/* Navigation Links - Desktop */
.header-minimal .navbar-nav {
  gap: 2rem;
  align-items: center;
}

.header-minimal .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
}

.header-minimal .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-minimal .nav-link:hover {
  color: var(--primary-500);
}

.header-minimal .nav-link:hover::after {
  width: 100%;
}

/* Custom Hamburger Toggle */
.nav-toggle-input {
  display: none;
}

.hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  position: relative;
  z-index: 10003;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.hamburger-line {
  width: 28px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Decorative Elements */
.header-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
}

.deco-circle-1 {
  width: 200px;
  height: 200px;
  top: -100px;
  right: 10%;
  animation: float 8s ease-in-out infinite;
}

.deco-circle-2 {
  width: 150px;
  height: 150px;
  bottom: -75px;
  left: 15%;
  animation: float 6s ease-in-out infinite reverse;
}

.deco-line {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300) 50%,
    transparent
  );
  opacity: 0.3;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .hamburger-toggle {
    display: flex;
  }

  .header-minimal .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    padding: 5rem 0 2rem;
    overflow-y: auto;
  }

  .nav-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop */
  .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 60%, transparent);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .nav-toggle-input:checked ~ .navbar-collapse .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  /* Mobile Navigation */
  .header-minimal .navbar-nav {
    flex-direction: column;
    gap: 0;
    padding: 0 2rem;
  }

  .header-minimal .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.4s ease forwards;
  }

  .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }

  .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }

  .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }

  .header-minimal .nav-link {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid var(--neutral-100);
    font-size: 1.125rem;
  }

  .header-minimal .nav-link::after {
    display: none;
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-minimal .navbar-collapse {
    width: 320px;
  }
}

/* Desktop Large */
@media (min-width: 1400px) {
  .header-minimal .navbar {
    padding: 1.5rem 0;
  }

  .header-minimal .navbar-brand {
    font-size: 1.75rem;
  }

  .header-minimal .navbar-nav {
    gap: 2.5rem;
  }

  .header-minimal .nav-link {
    font-size: 1.0625rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .header-minimal * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .header-minimal {
    border-bottom: 2px solid var(--neutral-900);
  }

  .header-minimal .nav-link {
    color: var(--neutral-900);
  }

  .hamburger-line {
    background: var(--neutral-900);
  }
}

/* ============================================
   Hero Section v-198 - Professional Blue Theme
   ============================================ */

.hero-variant {
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 60%, var(--surface-primary) 40%) 100%
  );
  position: relative;
  padding: 2rem 0;
}

/* Background Decorative Shapes */
.hero-variant__bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.hero-variant__bg-shape--1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: hero-variant-float 20s ease-in-out infinite;
}

.hero-variant__bg-shape--2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: -50px;
  animation: hero-variant-float 15s ease-in-out infinite reverse;
}

.hero-variant__bg-shape--3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 30%;
  animation: hero-variant-float 25s ease-in-out infinite;
}

@keyframes hero-variant-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);
  }
}

/* Content Styling */
.hero-variant__content {
  position: relative;
  z-index: 2;
}

/* Decorative Badge */
.hero-variant__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-50) 80%, transparent 20%);
  border: 2px solid var(--primary-300);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.hero-variant__badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: hero-variant-pulse-dot 2s ease-in-out infinite;
}

.hero-variant__badge-pulse {
  position: absolute;
  left: 0.5rem;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: hero-variant-pulse-ring 2s ease-in-out infinite;
}

@keyframes hero-variant-pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

@keyframes hero-variant-pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Typography */
.hero-variant__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero-variant__subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.hero-variant__desc {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 600px;
}

/* Feature Icons */
.hero-variant__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-variant__feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
}

.hero-variant__feature-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.hero-variant__feature-icon:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.hero-variant__feature-icon:hover i {
  transform: scale(1.1);
  color: var(--primary-700);
}

/* Accent Line */
.hero-variant__accent-line {
  width: 120px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    var(--primary-300) 100%
  );
  border-radius: 2px;
  margin-top: 2rem;
}

/* Image Wrapper */
.hero-variant__image-wrapper {
  position: relative;
  z-index: 1;
}

.hero-variant__image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(var(--black-rgb), 0.12),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

.hero-variant__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.hero-variant__image-container:hover .hero-variant__image {
  transform: scale(1.05);
}

.hero-variant__image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%,
    transparent 50%
  );
  pointer-events: none;
}

/* Floating Icons */
.hero-variant__float-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
  z-index: 2;
}

.hero-variant__float-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.hero-variant__float-icon--1 {
  top: 10%;
  right: -10px;
  animation: hero-variant-float-icon 4s ease-in-out infinite;
}

.hero-variant__float-icon--2 {
  bottom: 20%;
  left: -20px;
  animation: hero-variant-float-icon 5s ease-in-out infinite reverse;
}

.hero-variant__float-icon--3 {
  top: 50%;
  right: -15px;
  animation: hero-variant-float-icon 6s ease-in-out infinite;
}

@keyframes hero-variant-float-icon {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Decorative Circles */
.hero-variant__circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.3;
  z-index: 0;
}

.hero-variant__circle--1 {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -50px;
  animation: hero-variant-rotate 20s linear infinite;
}

.hero-variant__circle--2 {
  width: 150px;
  height: 150px;
  bottom: -30px;
  right: -30px;
  animation: hero-variant-rotate 15s linear infinite reverse;
}

.hero-variant__circle--3 {
  width: 100px;
  height: 100px;
  top: 40%;
  right: -20px;
  animation: hero-variant-rotate 25s linear infinite;
}

@keyframes hero-variant-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Bottom Wave */
.hero-variant__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--surface-primary);
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-variant__title {
    font-size: 2.5rem;
  }

  .hero-variant__subtitle {
    font-size: 1.5rem;
  }

  .hero-variant__image-wrapper {
    margin-bottom: 3rem;
  }

  .hero-variant__float-icon {
    width: 40px;
    height: 40px;
  }

  .hero-variant__float-icon i {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero-variant {
    padding: 1rem 0;
  }

  .hero-variant__title {
    font-size: 2rem;
  }

  .hero-variant__subtitle {
    font-size: 1.25rem;
  }

  .hero-variant__feature-icon {
    width: 50px;
    height: 50px;
  }

  .hero-variant__feature-icon i {
    font-size: 1.25rem;
  }

  .hero-variant__bg-shape--1,
  .hero-variant__bg-shape--2 {
    display: none;
  }

  .hero-variant__float-icon--2,
  .hero-variant__float-icon--3 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-variant__features {
    gap: 0.75rem;
  }

  .hero-variant__feature-icon {
    width: 45px;
    height: 45px;
  }

  .hero-variant__feature-icon i {
    font-size: 1rem;
  }
}

/* ============================================
   About Section v-197 - Professional Blue Theme
   ============================================ */

.about-section-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.about-section-alt #about-title {
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.about-section-alt #about-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.about-section-alt #about-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Image Container Wrapper */
.about-section-alt .image-container-wrapper {
  position: relative;
  z-index: 2;
}

/* Main Image Styles */
.about-section-alt .main-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.about-section-alt .main-image {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
              filter 0.4s ease;
  width: 100%;
  height: auto;
  display: block;
}

.about-section-alt .main-image-wrapper:hover .main-image {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Secondary Images */
.about-section-alt .secondary-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 180px;
}

.about-section-alt .secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.about-section-alt .secondary-image-wrapper:hover .secondary-image {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Decorative Blobs */
.about-section-alt .decorative-blob-primary {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 60% 40% 70% 30% / 60% 30% 70% 40%;
  z-index: 1;
  animation: blob-float-1 8s ease-in-out infinite;
}

.about-section-alt .decorative-blob-secondary {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent);
  border-radius: 40% 60% 30% 70% / 40% 70% 30% 60%;
  z-index: 1;
  animation: blob-float-2 10s ease-in-out infinite;
}

@keyframes blob-float-1 {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg); 
    border-radius: 60% 40% 70% 30% / 60% 30% 70% 40%;
  }
  33% { 
    transform: translate(20px, -20px) rotate(120deg); 
    border-radius: 40% 60% 50% 50% / 70% 30% 70% 30%;
  }
  66% { 
    transform: translate(-15px, 15px) rotate(240deg); 
    border-radius: 50% 50% 40% 60% / 30% 70% 30% 70%;
  }
}

@keyframes blob-float-2 {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg); 
    border-radius: 40% 60% 30% 70% / 40% 70% 30% 60%;
  }
  50% { 
    transform: translate(-15px, -15px) rotate(180deg); 
    border-radius: 60% 40% 60% 40% / 50% 50% 50% 50%;
  }
}

/* Floating Icon Badges */
.about-section-alt .floating-icon-badge {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
  z-index: 3;
  animation: badge-bounce 3s ease-in-out infinite;
}

.about-section-alt .floating-icon-badge i {
  font-size: 1.5rem;
  color: white;
}

.about-section-alt .badge-1 {
  top: 50%;
  right: -20px;
  animation-delay: 0s;
}

.about-section-alt .badge-2 {
  bottom: 100px;
  left: -20px;
  animation-delay: 1.5s;
}

@keyframes badge-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Feature Cards */
.about-section-alt .feature-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  background: var(--surface-secondary);
  border-radius: 1rem;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.about-section-alt .feature-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
  border-left-width: 6px;
}

/* Feature Icon Wrapper */
.about-section-alt .feature-icon-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-section-alt .feature-card:hover .feature-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(5deg) scale(1.05);
}

.about-section-alt .feature-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.about-section-alt .feature-card:hover .feature-icon-wrapper i {
  color: white;
}

/* Feature Content */
.about-section-alt .feature-content {
  flex: 1;
}

.about-section-alt .feature-content h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.about-section-alt .feature-content p {
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Decorative Bottom Line */
.about-section-alt .decorative-line-container {
  margin-top: 3rem;
  text-align: center;
}

.about-section-alt .decorative-line {
  height: 2px;
  background: linear-gradient(
    90deg, 
    transparent, 
    var(--primary-300) 20%, 
    var(--primary-500) 50%, 
    var(--primary-300) 80%, 
    transparent
  );
  margin: 0 auto 1rem;
  max-width: 400px;
}

.about-section-alt .decorative-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.about-section-alt .decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: inline-block;
  animation: dot-pulse 2s ease-in-out infinite;
}

.about-section-alt .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.about-section-alt .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dot-pulse {
  0%, 100% { 
    transform: scale(1); 
    opacity: 1;
  }
  50% { 
    transform: scale(1.3); 
    opacity: 0.6;
  }
}

/* Background Decorative Circles */
.about-section-alt .bg-decoration-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.about-section-alt .circle-1 {
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  top: -100px;
  left: -100px;
  animation: circle-drift-1 20s ease-in-out infinite;
}

.about-section-alt .circle-2 {
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 6%, transparent);
  bottom: -80px;
  right: -80px;
  animation: circle-drift-2 25s ease-in-out infinite;
}

@keyframes circle-drift-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, 30px); }
}

@keyframes circle-drift-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-40px, -30px); }
}

/* Background Gradient */
.about-section-alt .bg-decoration-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 20% 80%, 
    color-mix(in srgb, var(--primary-500) 4%, transparent) 0%, 
    transparent 50%
  );
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-section-alt .image-container-wrapper {
    margin-bottom: 3rem;
  }
  
  .about-section-alt .secondary-image-wrapper {
    height: 150px;
  }
  
  .about-section-alt .floating-icon-badge {
    width: 50px;
    height: 50px;
  }
  
  .about-section-alt .floating-icon-badge i {
    font-size: 1.25rem;
  }
  
  .about-section-alt .badge-1,
  .about-section-alt .badge-2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .about-section-alt #about-title {
    font-size: 2rem;
  }
  
  .about-section-alt .feature-card {
    flex-direction: column;
    text-align: center;
  }
  
  .about-section-alt .feature-icon-wrapper {
    margin: 0 auto;
  }
  
  .about-section-alt .secondary-image-wrapper {
    height: 120px;
  }
  
  .about-section-alt .decorative-blob-primary,
  .about-section-alt .decorative-blob-secondary {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-section-alt {
    padding: 3rem 0;
  }
  
  .about-section-alt .feature-card {
    padding: 1.25rem;
  }
}

/* Features section */

.features-section-standard {
  padding: 100px 0;
  background: linear-gradient(
    180deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.features-section-standard .features-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.features-section-standard .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.features-section-standard .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.features-section-standard .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Feature Cards */
.features-section-standard .feature-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.04);
}

.features-section-standard .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

.features-section-standard .feature-card:hover .feature-icon-wrapper i {
  transform: scale(1.1) rotate(5deg);
}

.features-section-standard .feature-card:hover .icon-background {
  transform: scale(1.2);
  opacity: 0.2;
}

.features-section-standard .feature-card:hover .feature-accent {
  width: 100%;
}

/* Icon Wrapper */
.features-section-standard .feature-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 50%, var(--primary-50) 50%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.features-section-standard .icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    var(--primary-300) 0%,
    transparent 70%
  );
  opacity: 0.15;
  transition: all 0.4s ease;
}

.features-section-standard .feature-icon-wrapper i {
  font-size: 2.25rem;
  color: var(--primary-500);
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Feature Content */
.features-section-standard .feature-content {
  position: relative;
  z-index: 1;
}

.features-section-standard .feature-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.features-section-standard .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Feature Accent */
.features-section-standard .feature-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px 4px 0 0;
}

/* Decorative Elements */
.features-section-standard .decorative-shape-top {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.features-section-standard .decorative-shape-bottom {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.features-section-standard .decorative-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .features-section-standard {
    padding: 80px 0;
  }

  .features-section-standard .section-title {
    font-size: 2.25rem;
  }

  .features-section-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .features-section-standard .features-header {
    margin-bottom: 50px;
  }

  .features-section-standard .feature-card {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .features-section-standard {
    padding: 60px 0;
  }

  .features-section-standard .section-title {
    font-size: 1.875rem;
  }

  .features-section-standard .section-subtitle {
    font-size: 1.125rem;
  }

  .features-section-standard .section-description {
    font-size: 1rem;
  }

  .features-section-standard .features-header {
    margin-bottom: 40px;
  }

  .features-section-standard .feature-card {
    padding: 28px;
  }

  .features-section-standard .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .features-section-standard .feature-icon-wrapper i {
    font-size: 2rem;
  }

  .features-section-standard .feature-name {
    font-size: 1.375rem;
  }

  .features-section-standard .decorative-shape-top,
  .features-section-standard .decorative-shape-bottom {
    opacity: 0.5;
  }

  .features-section-standard .decorative-dots {
    display: none;
  }
}

@media (max-width: 575px) {
  .features-section-standard .section-title {
    font-size: 1.625rem;
  }

  .features-section-standard .feature-card {
    padding: 24px;
  }

  .features-section-standard .feature-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .features-section-standard .feature-icon-wrapper i {
    font-size: 1.75rem;
  }

  .features-section-standard .feature-name {
    font-size: 1.25rem;
  }

  .features-section-standard .feature-description {
    font-size: 0.9375rem;
  }
}

/* Services section */
.services-section-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;
}

/* Section Header */
.services-section-modern .section-header {
  position: relative;
  z-index: 2;
}

.services-section-modern #services-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.services-section-modern #services-subtitle {
  color: var(--primary-500);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.services-section-modern #services-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Shapes */
.services-section-modern .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.services-section-modern .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
  );
}

.services-section-modern .shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: -50px;
  opacity: 0.5;
}

.services-section-modern .shape-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: -30px;
  opacity: 0.4;
}

.services-section-modern .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 40% 60% 60% 40%;
}

.services-section-modern .shape-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

/* Service Card */
.services-section-modern .service-card {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}

.services-section-modern .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-700)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-modern .service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
}

.services-section-modern .service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.services-section-modern .featured-card {
  border-color: var(--primary-500);
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
  );
}

.services-section-modern .featured-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: var(--primary-500);
  color: var(--light);
  padding: 8px 45px;
  transform: rotate(45deg);
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(var(--black-rgb), 0.15);
  z-index: 3;
}

.services-section-modern .featured-ribbon i {
  font-size: 0.7rem;
}

/* Service Icon */
.services-section-modern .service-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.services-section-modern .service-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.services-section-modern .service-card:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

/* Service Content */
.services-section-modern .service-content {
  position: relative;
  z-index: 2;
}

.services-section-modern .service-title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.services-section-modern .service-description {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.services-section-modern .service-features {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.8;
  padding: 1rem;
  background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
  border-radius: 8px;
  border-left: 3px solid var(--primary-500);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* Service Pricing */
.services-section-modern .service-pricing {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}

.services-section-modern .price-label {
  color: var(--text-secondary);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.services-section-modern .price-value {
  color: var(--primary-700);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Service Badge */
.services-section-modern .service-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.services-section-modern .service-badge i {
  color: var(--primary-700);
  font-size: 1.1rem;
}

.services-section-modern .service-card:hover .service-badge {
  opacity: 1;
  transform: scale(1);
}

/* Decorative Bottom Line */
.services-section-modern .decorative-line {
  width: 200px;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-500),
    transparent
  );
  margin: 4rem auto 0;
  border-radius: 2px;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .services-section-modern #services-title {
    font-size: 2.5rem;
  }

  .services-section-modern .service-card {
    padding: 2rem 1.5rem;
  }

  .services-section-modern .shape-1,
  .services-section-modern .shape-2,
  .services-section-modern .shape-3 {
    opacity: 0.3;
  }
}

@media (max-width: 767.98px) {
  .services-section-modern #services-title {
    font-size: 2rem;
  }

  .services-section-modern #services-subtitle {
    font-size: 0.8rem;
  }

  .services-section-modern .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .services-section-modern .service-icon-wrapper i {
    font-size: 1.5rem;
  }

  .services-section-modern .service-title {
    font-size: 1.3rem;
  }

  .services-section-modern .price-value {
    font-size: 1.5rem;
  }

  .services-section-modern .featured-ribbon {
    padding: 6px 40px;
    font-size: 0.65rem;
  }
}

@media (max-width: 575.98px) {
  .services-section-modern .service-card {
    padding: 1.5rem 1.25rem;
  }

  .services-section-modern .service-features {
    font-size: 0.8rem;
    padding: 0.75rem;
  }
}

/* Priceplan section */

.priceplan-section-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;
  padding: 5rem 0;
}

/* Section Header Styles */
.priceplan-section-modern .section-header {
  max-width: 800px;
  margin: 0 auto 4rem;
}

.priceplan-section-modern .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.priceplan-section-modern .header-decoration i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.priceplan-section-modern .decorative-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

.priceplan-section-modern .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.priceplan-section-modern .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.priceplan-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Pricing Card Styles */
.priceplan-section-modern .pricing-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  height: 100%;
  overflow: hidden;
}

.priceplan-section-modern .pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

/* Featured Card */
.priceplan-section-modern .pricing-card.featured {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  border: 2px solid var(--primary-500);
  transform: scale(1.05);
}

.priceplan-section-modern .pricing-card.featured:hover {
  transform: scale(1.05) translateY(-12px);
}

.priceplan-section-modern .featured-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--primary-500);
  color: var(--light);
  padding: 0.5rem 1.5rem;
  border-radius: 0 24px 0 20px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}

.priceplan-section-modern .featured-badge i {
  margin-right: 0.25rem;
}

/* Card Header Decoration */
.priceplan-section-modern .card-header-decoration {
  text-align: center;
  margin-bottom: 2rem;
}

.priceplan-section-modern .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 20px;
  position: relative;
}

.priceplan-section-modern .icon-wrapper::before {
  content: '';
  position: absolute;
  inset: -4px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 22px;
  z-index: -1;
  opacity: 0.3;
}

.priceplan-section-modern .icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-700);
}

/* Plan Details */
.priceplan-section-modern .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  text-align: center;
}

.priceplan-section-modern .plan-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
  min-height: 80px;
}

/* Price Display */
.priceplan-section-modern .price-wrapper {
  text-align: center;
  margin: 2rem 0;
  padding: 1.5rem;
  background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
  border-radius: 16px;
  border: 1px solid var(--primary-100);
}

.priceplan-section-modern .price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  display: block;
}

/* Features List */
.priceplan-section-modern .features-list {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid var(--neutral-100);
}

.priceplan-section-modern .features-content {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  text-align: left;
}

/* Decorative Shapes in Cards */
.priceplan-section-modern .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-modern .shape-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: -40px;
  right: -40px;
}

.priceplan-section-modern .shape-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-300);
  bottom: -20px;
  left: -20px;
}

.priceplan-section-modern .shape-3 {
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  top: 50%;
  right: -15px;
}

.priceplan-section-modern .card-body {
  position: relative;
  z-index: 1;
}

/* Background Decorations */
.priceplan-section-modern .background-decorations {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-modern .floating-shape {
  position: absolute;
  opacity: 0.05;
}

.priceplan-section-modern .shape-circle-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  border-radius: 50%;
  top: -100px;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.priceplan-section-modern .shape-circle-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  border-radius: 50%;
  bottom: -50px;
  right: -50px;
  animation: float 15s ease-in-out infinite reverse;
}

.priceplan-section-modern .shape-blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 50%;
  left: -200px;
  animation: morph 25s ease-in-out infinite;
}

.priceplan-section-modern .shape-blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 10%;
  right: 5%;
  animation: morph 20s ease-in-out infinite reverse;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .priceplan-section-modern {
    padding: 4rem 0;
  }

  .priceplan-section-modern .section-title {
    font-size: 2rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-modern .pricing-card.featured {
    transform: scale(1);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .priceplan-section-modern .pricing-card.featured:hover {
    transform: translateY(-8px);
  }

  .priceplan-section-modern .plan-description {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .priceplan-section-modern {
    padding: 3rem 0;
  }

  .priceplan-section-modern .section-title {
    font-size: 1.75rem;
  }

  .priceplan-section-modern .section-description {
    font-size: 1rem;
  }

  .priceplan-section-modern .pricing-card {
    padding: 2rem;
  }

  .priceplan-section-modern .plan-name {
    font-size: 1.5rem;
  }

  .priceplan-section-modern .price-amount {
    font-size: 2rem;
  }

  .priceplan-section-modern .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .priceplan-section-modern .icon-wrapper i {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .priceplan-section-modern .header-decoration .decorative-line {
    width: 40px;
  }

  .priceplan-section-modern .pricing-card {
    padding: 1.5rem;
  }
}

/* ===================================
   Team Section v-212 - Professional Blue Theme
   =================================== */

.team-section-alt {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.team-section-alt .section-header {
  position: relative;
  margin-bottom: 3rem;
}

.team-section-alt .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.team-section-alt .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-section-alt .section-subtitle {
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-alt .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Team Card */
.team-section-alt .team-card {
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
  border: 2px solid transparent;
}

.team-section-alt .team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(var(--black-rgb), 0.15);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Team Image Wrapper */
.team-section-alt .team-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 1;
}

.team-section-alt .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-alt .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Decorative Shapes */
.team-section-alt .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.team-section-alt .team-card:hover .decorative-shape {
  opacity: 1;
}

.team-section-alt .shape-1 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
  top: -15px;
  right: -15px;
}

.team-section-alt .shape-2 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  bottom: -10px;
  left: -10px;
}

.team-section-alt .shape-3 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
  top: -12px;
  left: -12px;
}

.team-section-alt .shape-4 {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  bottom: -12px;
  right: -12px;
}

.team-section-alt .shape-5 {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
  top: -10px;
  right: -10px;
}

/* Team Info */
.team-section-alt .team-info {
  text-align: center;
  padding-top: 0.5rem;
}

.team-section-alt .member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.team-section-alt .team-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-alt .member-role {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

/* Background Decorations */
.team-section-alt .background-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.team-section-alt .decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, transparent) 0%, 
    color-mix(in srgb, var(--primary-500) 10%, transparent) 100%);
  animation: float-animation 20s ease-in-out infinite;
}

.team-section-alt .circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.team-section-alt .circle-2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  left: -60px;
  animation-delay: 5s;
}

.team-section-alt .decoration-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 12%, transparent) 0%, 
    color-mix(in srgb, var(--primary-300) 8%, transparent) 100%);
  animation: blob-animation 25s ease-in-out infinite;
}

.team-section-alt .blob-1 {
  width: 400px;
  height: 400px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

/* Animations */
@keyframes float-animation {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

@keyframes blob-animation {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translateY(-50%) rotate(10deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-alt {
    padding: 80px 0;
  }

  .team-section-alt .section-title {
    font-size: 2.25rem;
  }

  .team-section-alt .section-subtitle {
    font-size: 1.2rem;
  }

  .team-section-alt .section-description {
    font-size: 1rem;
  }

  .team-section-alt .team-card {
    padding: 1.5rem;
  }

  .team-section-alt .member-name {
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-alt {
    padding: 60px 0;
  }

  .team-section-alt .section-title {
    font-size: 2rem;
  }

  .team-section-alt .section-subtitle {
    font-size: 1.1rem;
  }

  .team-section-alt .team-card {
    margin-bottom: 1rem;
  }

  .team-section-alt .decoration-circle,
  .team-section-alt .decoration-blob {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .team-section-alt .section-title {
    font-size: 1.75rem;
  }

  .team-section-alt .section-subtitle {
    font-size: 1rem;
  }

  .team-section-alt .section-description {
    font-size: 0.95rem;
  }

  .team-section-alt .team-card {
    padding: 1.25rem;
  }

  .team-section-alt .member-name {
    font-size: 1.25rem;
  }

  .team-section-alt .member-role {
    font-size: 0.95rem;
  }
}

/* ============================================
   Reviews Section v-164 - Professional Blue
   Theme: professional-blue-01
   Style: Modern Grid Testimonials (NO stars)
   ============================================ */

.reviews-section-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
  padding: 5rem 0;
}

/* Section Header */
.reviews-section-pro .section-header {
  position: relative;
  z-index: 2;
}

.reviews-section-pro #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.reviews-section-pro #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

.reviews-section-pro #reviews-desc {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Quote Icon */
.reviews-section-pro .decorative-quotes-top {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.reviews-section-pro .decorative-quotes-top i {
  font-size: 4rem;
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
  display: inline-block;
}

/* Review Cards */
.reviews-section-pro .review-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.05);
}

.reviews-section-pro .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-500);
}

/* Featured Review Card */
.reviews-section-pro .review-card-featured {
  background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
  border: 2px solid var(--primary-500);
}

/* Quote Icon in Card */
.reviews-section-pro .review-quote-icon {
  position: absolute;
  top: -15px;
  left: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.15);
}

.reviews-section-pro .review-quote-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Review Content */
.reviews-section-pro .review-content {
  flex: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.reviews-section-pro .review-text {
  color: var(--text-primary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Author Section */
.reviews-section-pro .review-author-section {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}

/* Avatar */
.reviews-section-pro .author-avatar {
  flex-shrink: 0;
}

.reviews-section-pro .avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}

.reviews-section-pro .avatar-placeholder-large {
  width: 70px;
  height: 70px;
}

.reviews-section-pro .avatar-placeholder i {
  font-size: 1.8rem;
  color: var(--light);
}

.reviews-section-pro .avatar-placeholder-large i {
  font-size: 2.2rem;
}

/* Author Info */
.reviews-section-pro .author-info {
  flex: 1;
}

.reviews-section-pro .author-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* Decorative Elements */
.reviews-section-pro .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.reviews-section-pro .decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.1;
}

.reviews-section-pro .decorative-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}

.reviews-section-pro .decorative-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  left: -80px;
}

.reviews-section-pro .decorative-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse at center, var(--primary-500) 0%, transparent 60%);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
  50% { transform: translate(-50%, -50%) rotate(180deg); }
}

/* Trust Indicators (Decorative Icons) */
.reviews-section-pro .trust-indicators {
  position: relative;
  z-index: 2;
}

.reviews-section-pro .trust-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 16px;
  background: var(--surface-secondary);
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.reviews-section-pro .trust-icon:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.1);
}

.reviews-section-pro .trust-icon i {
  font-size: 2rem;
  color: var(--primary-500);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .reviews-section-pro {
    padding: 4rem 0;
  }

  .reviews-section-pro #reviews-title {
    font-size: 2rem;
  }

  .reviews-section-pro #reviews-subtitle {
    font-size: 1.25rem;
  }

  .reviews-section-pro #reviews-desc {
    font-size: 1rem;
  }

  .reviews-section-pro .review-card {
    padding: 2rem;
  }

  .reviews-section-pro .review-text {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-pro {
    padding: 3rem 0;
  }

  .reviews-section-pro .decorative-quotes-top i {
    font-size: 3rem;
  }

  .reviews-section-pro .review-card {
    padding: 1.75rem;
  }

  .reviews-section-pro .review-quote-icon {
    width: 45px;
    height: 45px;
    top: -12px;
    left: 1.5rem;
  }

  .reviews-section-pro .review-quote-icon i {
    font-size: 1.25rem;
  }

  .reviews-section-pro .avatar-placeholder {
    width: 50px;
    height: 50px;
  }

  .reviews-section-pro .avatar-placeholder i {
    font-size: 1.5rem;
  }

  .reviews-section-pro .avatar-placeholder-large {
    width: 60px;
    height: 60px;
  }

  .reviews-section-pro .avatar-placeholder-large i {
    font-size: 1.8rem;
  }

  .reviews-section-pro .author-name {
    font-size: 0.95rem;
  }

  .reviews-section-pro .trust-icon {
    width: 70px;
    height: 70px;
  }

  .reviews-section-pro .trust-icon i {
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-pro .review-author-section {
    gap: 1rem;
  }

  .reviews-section-pro .review-text {
    font-size: 0.95rem;
    padding-left: 0.75rem;
  }

  .reviews-section-pro .trust-icon {
    width: 60px;
    height: 60px;
  }

  .reviews-section-pro .trust-icon i {
    font-size: 1.5rem;
  }
}

/* Accessibility Improvements */
.reviews-section-pro .review-card:focus-within {
  outline: 3px solid var(--primary-500);
  outline-offset: 3px;
}

/* Print Styles */
@media print {
  .reviews-section-pro .decorative-elements,
  .reviews-section-pro .decorative-quotes-top,
  .reviews-section-pro .trust-indicators {
    display: none;
  }

  .reviews-section-pro .review-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

/* ================================================
   Process Section v-150 - Professional Blue Theme
   Vertical Timeline with Alternating Cards
   ================================================ */

.process-section-primary {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Header Styles */
.process-header {
  margin-bottom: 60px;
}

.process-main-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.process-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.process-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Timeline Container */
.process-timeline {
  position: relative;
  padding: 40px 0;
}

/* Central Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--primary-300) 10%,
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent 100%
  );
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.process-timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.process-timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Content Wrapper */
.timeline-content {
  position: relative;
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* Left Aligned Items */
.process-timeline-item.left .timeline-content {
  justify-content: flex-end;
  padding-right: 60px;
}

.process-timeline-item.left .step-number {
  order: 3;
}

.process-timeline-item.left .step-icon-wrapper {
  order: 2;
}

.process-timeline-item.left .step-card {
  order: 1;
  text-align: right;
}

/* Right Aligned Items */
.process-timeline-item.right .timeline-content {
  margin-left: 50%;
  justify-content: flex-start;
  padding-left: 60px;
}

.process-timeline-item.right .step-number {
  order: 1;
}

.process-timeline-item.right .step-icon-wrapper {
  order: 2;
}

.process-timeline-item.right .step-card {
  order: 3;
  text-align: left;
}

/* Step Number */
.step-number {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 4px 15px rgba(var(--black-rgb), 0.1),
    0 0 0 8px color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  z-index: 3;
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--light);
}

/* Icon Wrapper */
.step-icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.step-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

/* Step Card */
.step-card {
  flex: 1;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 
    0 4px 20px rgba(var(--black-rgb), 0.08),
    0 0 0 1px color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-700)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Timeline Dot (Center Point) */
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  z-index: 2;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  transition: all 0.3s ease;
}

/* Hover Effects */
.process-timeline-item:hover .step-number {
  transform: scale(1.1);
  box-shadow: 
    0 6px 25px rgba(var(--black-rgb), 0.15),
    0 0 0 12px color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
}

.process-timeline-item:hover .step-icon-wrapper {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: rotate(10deg);
}

.process-timeline-item:hover .step-icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.process-timeline-item:hover .step-card {
  transform: translateY(-5px);
  box-shadow: 
    0 12px 40px rgba(var(--black-rgb), 0.12),
    0 0 0 1px var(--primary-300);
}

.process-timeline-item:hover .step-card::before {
  transform: scaleX(1);
}

.process-timeline-item:hover .timeline-dot {
  background: var(--primary-500);
  border-color: var(--primary-700);
  box-shadow: 
    0 0 0 12px color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
    0 4px 15px rgba(var(--black-rgb), 0.15);
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  left: -50px;
  animation: float 25s ease-in-out infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-100) 15%, transparent 85%),
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%)
  );
}

.shape-3 {
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  animation: blob 30s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

@keyframes blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translateY(-50%) rotate(10deg);
  }
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .process-section-primary {
    padding: 80px 0;
  }

  .process-main-title {
    font-size: 2.25rem;
  }

  .process-subtitle {
    font-size: 1.2rem;
  }

  .process-description {
    font-size: 1rem;
  }

  /* Switch to single column layout */
  .timeline-line {
    left: 30px;
  }

  .process-timeline-item {
    margin-bottom: 50px;
  }

  .timeline-content {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 80px !important;
    padding-right: 0 !important;
    justify-content: flex-start !important;
  }

  .process-timeline-item.left .step-number,
  .process-timeline-item.right .step-number {
    order: 1;
  }

  .process-timeline-item.left .step-icon-wrapper,
  .process-timeline-item.right .step-icon-wrapper {
    order: 2;
  }

  .process-timeline-item.left .step-card,
  .process-timeline-item.right .step-card {
    order: 3;
    text-align: left !important;
  }

  .timeline-dot {
    left: 30px;
  }

  .step-number {
    width: 60px;
    height: 60px;
  }

  .step-number span {
    font-size: 1.3rem;
  }

  .step-card {
    padding: 25px;
  }

  .step-title {
    font-size: 1.35rem;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .process-section-primary {
    padding: 60px 0;
  }

  .process-header {
    margin-bottom: 40px;
  }

  .process-main-title {
    font-size: 1.9rem;
  }

  .process-subtitle {
    font-size: 1.1rem;
  }

  .process-description {
    font-size: 0.95rem;
  }

  .timeline-line {
    left: 20px;
  }

  .timeline-content {
    padding-left: 60px !important;
    gap: 15px;
  }

  .timeline-dot {
    left: 20px;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 10px rgba(var(--black-rgb), 0.1);
  }

  .step-number span {
    font-size: 1.1rem;
  }

  .step-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .step-icon-wrapper i {
    font-size: 1.25rem;
  }

  .step-card {
    padding: 20px;
  }

  .step-title {
    font-size: 1.2rem;
  }

  .step-description {
    font-size: 0.95rem;
  }

  .shape-1,
  .shape-2 {
    width: 250px;
    height: 250px;
  }

  .shape-3 {
    width: 350px;
    height: 350px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .process-main-title {
    font-size: 1.65rem;
  }

  .process-subtitle {
    font-size: 1rem;
  }

  .timeline-content {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .step-number {
    width: 45px;
    height: 45px;
  }

  .step-number span {
    font-size: 1rem;
  }

  .step-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .step-icon-wrapper i {
    font-size: 1.1rem;
  }

  .step-card {
    padding: 18px;
    width: 100%;
  }

  .step-title {
    font-size: 1.1rem;
  }

  .step-description {
    font-size: 0.9rem;
  }
}

.career-section-alt {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Header Decoration */
.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.header-decoration .decorative-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.header-decoration i {
  font-size: 1.75rem;
  color: var(--primary-500);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

/* Section Typography */
.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 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;
}

.decorative-shape-top {
  width: 100px;
  height: 4px;
  background: var(--primary-500);
  margin: 2rem auto 0;
  border-radius: 2px;
  position: relative;
}

.decorative-shape-top::before,
.decorative-shape-top::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.decorative-shape-top::before {
  left: -12px;
}

.decorative-shape-top::after {
  right: -12px;
}

/* Career Cards */
.career-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.career-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.card-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
}

.icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.career-card:hover .icon-background {
  transform: rotate(10deg) scale(1.1);
}

.card-icon-wrapper i {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  color: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 1;
}

.card-header-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.career-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.career-role-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  color: var(--primary-700);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid var(--primary-300);
}

.career-card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Card Footer Decoration */
.card-footer-decoration {
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
}

.icon-group {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.icon-group i {
  font-size: 1.25rem;
  color: var(--primary-500);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.career-card:hover .icon-group i {
  opacity: 1;
  transform: translateY(-2px);
}

.icon-group i:nth-child(2) {
  transition-delay: 0.05s;
}

.icon-group i:nth-child(3) {
  transition-delay: 0.1s;
}

/* Card Hover Effect */
.card-hover-effect {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--primary-500) 5%, transparent), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.career-card:hover .card-hover-effect {
  opacity: 1;
}

/* Floating Shapes */
.floating-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 20s infinite ease-in-out;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  left: -150px;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 60%;
  right: -100px;
  animation-delay: 5s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 20%;
  left: 10%;
  animation-delay: 10s;
}

.shape-4 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  top: 30%;
  right: 5%;
  animation-delay: 15s;
}

@keyframes 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);
  }
}

/* Background Grid */
.background-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-alt {
    padding: 80px 0;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .career-card {
    padding: 1.5rem;
  }

  .career-card-title {
    font-size: 1.25rem;
  }

  .card-header-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-role-badge {
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .career-section-alt {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .header-decoration .decorative-line {
    width: 40px;
  }

  .header-decoration i {
    font-size: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }

  .career-card-description {
    font-size: 0.9375rem;
  }

  .floating-shapes .shape {
    opacity: 0.05;
  }
}

@media (max-width: 575px) {
  .career-section-alt {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.625rem;
  }

  .career-card {
    padding: 1.25rem;
  }

  .career-card-title {
    font-size: 1.125rem;
  }

  .career-role-badge {
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
  }

  .icon-group {
    gap: 0.75rem;
  }

  .icon-group i {
    font-size: 1.125rem;
  }
}

/* High Contrast for Accessibility */
@media (prefers-contrast: high) {
  .career-card {
    border-width: 3px;
  }

  .career-role-badge {
    border-width: 2px;
  }

  .section-description,
  .career-card-description {
    color: var(--text-primary);
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .career-card,
  .icon-background,
  .icon-group i,
  .header-decoration i {
    transition: none;
    animation: none;
  }

  .shape {
    animation: none;
  }
}

/* ============================================
   Contact Section v-207 - Professional Blue
   ============================================ */

.contact-section-custom {
  position: relative;
  background: linear-gradient(135deg, 
    var(--neutral-50) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%
  );
  overflow: hidden;
}

/* ============================================
   Header Section
   ============================================ */

.contact-section-custom .decorative-badge {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 2px;
  margin: 0 auto;
}

.contact-section-custom .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.contact-section-custom .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
}

.contact-section-custom .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================
   Contact Form Wrapper
   ============================================ */

.contact-section-custom .contact-form-wrapper {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.contact-section-custom .decorative-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-300);
  border-radius: 8px;
}

.contact-section-custom .decorative-corner.top-left {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.contact-section-custom .decorative-corner.bottom-right {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* ============================================
   Form Inputs
   ============================================ */

.contact-section-custom .input-icon-wrapper,
.contact-section-custom .textarea-wrapper {
  position: relative;
}

.contact-section-custom .input-icon,
.contact-section-custom .textarea-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 1.2rem;
  z-index: 2;
}

.contact-section-custom .textarea-icon {
  top: 20px;
  transform: none;
}

.contact-section-custom .custom-input,
.contact-section-custom .custom-textarea {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  font-size: 1rem;
  color: var(--text-primary);
  background: var(--surface-primary);
  transition: all 0.3s ease;
}

.contact-section-custom .custom-input:focus,
.contact-section-custom .custom-textarea:focus {
  outline: none;
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
}

.contact-section-custom .custom-input::placeholder,
.contact-section-custom .custom-textarea::placeholder {
  color: var(--neutral-500);
}

.contact-section-custom .custom-textarea {
  resize: vertical;
  min-height: 150px;
}

/* ============================================
   Custom Checkbox
   ============================================ */

.contact-section-custom .custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-custom .custom-checkbox:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-custom .form-check-label {
  margin-left: 10px;
  color: var(--text-secondary);
  cursor: pointer;
}

/* ============================================
   Submit Button - CRITICAL PROTECTED STYLES
   ============================================ */

.contact-section-custom .btn-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: var(--light) !important;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.contact-section-custom .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.4);
}

.contact-section-custom .btn-submit:active {
  transform: translateY(-1px);
}

.contact-section-custom .btn-submit .btn-icon {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.contact-section-custom .btn-submit:hover .btn-icon {
  transform: translateX(5px);
}

/* ============================================
   Form Decorations
   ============================================ */

.contact-section-custom .form-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.contact-section-custom .form-decoration.shape-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: -40px;
  right: -40px;
}

.contact-section-custom .form-decoration.shape-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-700);
  bottom: -20px;
  left: -20px;
}

/* ============================================
   Contact Info Wrapper
   ============================================ */

.contact-section-custom .contact-info-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-section-custom .info-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--surface-primary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-300);
  transition: all 0.3s ease;
  z-index: 1;
}

.contact-section-custom .info-card:hover {
  transform: translateX(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
}

/* ============================================
   Info Card Icons
   ============================================ */

.contact-section-custom .info-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-custom .info-icon-wrapper .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
  );
  border-radius: 12px;
}

.contact-section-custom .info-icon-wrapper i {
  position: relative;
  font-size: 1.8rem;
  color: var(--primary-500);
  z-index: 1;
}

/* ============================================
   Info Card Content
   ============================================ */

.contact-section-custom .info-content {
  flex: 1;
}

.contact-section-custom .info-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--neutral-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.contact-section-custom .info-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
}

/* ============================================
   Info Decorations
   ============================================ */

.contact-section-custom .info-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.contact-section-custom .info-decoration.blob-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 50px;
  right: -50px;
  filter: blur(40px);
}

.contact-section-custom .info-decoration.blob-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 50px;
  left: -30px;
  filter: blur(35px);
}

/* ============================================
   Social Icons Grid
   ============================================ */

.contact-section-custom .social-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 2rem;
}

.contact-section-custom .social-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-section-custom .social-icon-item i {
  font-size: 1.4rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.contact-section-custom .social-icon-item:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: translateY(-3px);
}

.contact-section-custom .social-icon-item:hover i {
  color: var(--light);
  transform: scale(1.1);
}

/* ============================================
   Bottom Decorative Wave
   ============================================ */

.contact-section-custom .decorative-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 25%,
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 50%,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 75%,
    transparent 100%
  );
  opacity: 0.3;
  pointer-events: none;
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 991px) {
  .contact-section-custom .section-title {
    font-size: 2rem;
  }

  .contact-section-custom .contact-form-wrapper,
  .contact-section-custom .contact-info-wrapper {
    padding: 2rem;
  }

  .contact-section-custom .info-card {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-custom .section-title {
    font-size: 1.75rem;
  }

  .contact-section-custom .section-subtitle {
    font-size: 1.1rem;
  }

  .contact-section-custom .contact-form-wrapper {
    padding: 1.5rem;
  }

  .contact-section-custom .decorative-corner {
    width: 40px;
    height: 40px;
  }

  .contact-section-custom .social-icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .contact-section-custom .section-title {
    font-size: 1.5rem;
  }

  .contact-section-custom .info-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-section-custom .btn-submit {
    font-size: 1rem;
    padding: 14px 24px;
  }
}

/* ================================
   Blog Section v-186
   Theme: Professional Blue
   ================================ */

.blog-section-classic {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* ================================
   Section Header
   ================================ */

.blog-section-classic .section-header {
  position: relative;
  z-index: 2;
}

.blog-section-classic .decorative-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.blog-section-classic .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  display: inline-block;
  animation: dotPulse 2s ease-in-out infinite;
}

.blog-section-classic .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.blog-section-classic .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

.blog-section-classic .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.blog-section-classic .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.blog-section-classic .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.blog-section-classic .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
  margin: 0 auto;
}

/* ================================
   Blog Cards
   ================================ */

.blog-section-classic .blog-card {
  background: var(--surface-primary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.blog-section-classic .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

/* ================================
   Image Container
   ================================ */

.blog-section-classic .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-100);
}

.blog-section-classic .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-classic .blog-card:hover .blog-image {
  transform: scale(1.08);
}

.blog-section-classic .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 40%, transparent 60%) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-classic .blog-card:hover .image-overlay {
  opacity: 1;
}

/* ================================
   Category Badge
   ================================ */

.blog-section-classic .category-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
  z-index: 3;
  transition: all 0.3s ease;
}

.blog-section-classic .category-badge i {
  font-size: 1.1rem;
  color: var(--primary-500);
}

.blog-section-classic .blog-card:hover .category-badge {
  transform: rotate(12deg) scale(1.1);
  background: var(--primary-500);
}

.blog-section-classic .blog-card:hover .category-badge i {
  color: var(--surface-primary);
}

/* ================================
   Card Content
   ================================ */

.blog-section-classic .blog-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ================================
   Meta Information
   ================================ */

.blog-section-classic .blog-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  flex-wrap: wrap;
}

.blog-section-classic .meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.blog-section-classic .meta-item i {
  font-size: 0.875rem;
  color: var(--primary-500);
}

.blog-section-classic .meta-divider {
  color: var(--neutral-300);
}

/* ================================
   Blog Title
   ================================ */

.blog-section-classic .blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-section-classic .blog-card:hover .blog-title {
  color: var(--primary-500);
}

/* ================================
   Blog Excerpt
   ================================ */

.blog-section-classic .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  flex: 1;
}

/* ================================
   Read More Link
   ================================ */

.blog-section-classic .read-more-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary-500);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.blog-section-classic .read-more-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.blog-section-classic .read-more-link:hover {
  color: var(--primary-700);
  gap: 0.5rem;
}

.blog-section-classic .read-more-link:hover::after {
  width: calc(100% - 2rem);
}

.blog-section-classic .read-more-link i {
  transition: transform 0.3s ease;
}

.blog-section-classic .read-more-link:hover i {
  transform: translateX(4px);
}

/* ================================
   Card Accent
   ================================ */

.blog-section-classic .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    var(--primary-300) 50%,
    var(--primary-500) 100%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-classic .blog-card:hover .card-accent {
  transform: scaleX(1);
}

/* ================================
   Background Decorations
   ================================ */

.blog-section-classic .background-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.blog-section-classic .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
    transparent 70%
  );
}

.blog-section-classic .deco-circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.blog-section-classic .deco-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.blog-section-classic .deco-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: 10%;
  right: 5%;
  background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blobMorph 15s ease-in-out infinite;
  filter: blur(40px);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, 30px) scale(1.05);
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

/* ================================
   Responsive Design
   ================================ */

@media (max-width: 991.98px) {
  .blog-section-classic .section-title {
    font-size: 2rem;
  }
  
  .blog-section-classic .section-subtitle {
    font-size: 1.125rem;
  }
  
  .blog-section-classic .blog-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section-classic .section-title {
    font-size: 1.75rem;
  }
  
  .blog-section-classic .section-subtitle {
    font-size: 1rem;
  }
  
  .blog-section-classic .blog-content {
    padding: 1.5rem;
  }
  
  .blog-section-classic .blog-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  .blog-section-classic .section-title {
    font-size: 1.5rem;
  }
  
  .blog-section-classic .blog-image-wrapper {
    height: 180px;
  }
  
  .blog-section-classic .category-badge {
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
  
  .blog-section-classic .category-badge i {
    font-size: 1rem;
  }
}

/* ================================
   FAQ Section v-168 - Professional Blue
   ================================ */

.faq-section-variant {
  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 */
.faq-header-decoration {
  position: relative;
  display: inline-block;
}

.decorative-dots {
  width: 60px;
  height: 8px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-500) 33%, 
    transparent 33%, 
    transparent 38%,
    var(--primary-500) 38%,
    var(--primary-500) 71%,
    transparent 71%,
    transparent 76%,
    var(--primary-500) 76%);
  margin: 0 auto;
  border-radius: 4px;
}

.faq-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.faq-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.faq-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Card Styles */
.faq-card {
  border: none;
  border-radius: 16px;
  background: var(--surface-primary);
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.12);
}

.faq-card-header {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary) 92%) 0%,
    var(--surface-primary) 100%);
  border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.faq-icon-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 8px rgba(var(--black-rgb), 0.1);
}

.faq-question {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
  flex: 1;
  margin-top: 0.25rem;
}

.faq-card-body {
  padding: 1.75rem 1.5rem;
  background: var(--surface-primary);
}

.faq-answer {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Decorative Shapes */
.faq-decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%, 
    transparent 70%);
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -50px;
  animation: float 25s ease-in-out infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%, 
    transparent 60%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 50% 50%;
  }
}

/* Content Layer */
.faq-section-variant .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-main-title {
    font-size: 2rem;
  }

  .faq-subtitle {
    font-size: 1.1rem;
  }

  .faq-description {
    font-size: 1rem;
  }

  .faq-question {
    font-size: 1.05rem;
  }

  .faq-card-header {
    padding: 1.5rem 1.25rem;
  }

  .faq-card-body {
    padding: 1.5rem 1.25rem;
  }

  .faq-icon-wrapper {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .faq-main-title {
    font-size: 1.75rem;
  }

  .faq-subtitle {
    font-size: 1rem;
  }

  .faq-description {
    font-size: 0.95rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.95rem;
  }

  .faq-card-header {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
  }

  .faq-card-body {
    padding: 1.25rem 1rem;
  }

  .shape-1,
  .shape-2 {
    width: 250px;
    height: 250px;
  }

  .shape-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .faq-section-variant {
    padding: 3rem 0;
  }

  .faq-main-title {
    font-size: 1.5rem;
  }

  .faq-card-header {
    padding: 1rem 0.875rem;
  }

  .faq-card-body {
    padding: 1rem 0.875rem;
  }

  .decorative-dots {
    width: 50px;
    height: 6px;
  }
}

/* High Contrast Enhancement */
@media (prefers-contrast: high) {
  .faq-card {
    border: 2px solid var(--neutral-300);
  }

  .faq-card-header {
    border-bottom-width: 3px;
  }

  .faq-question {
    font-weight: 700;
  }
}

/* Print Styles */
@media print {
  .faq-decorative-shapes {
    display: none;
  }

  .faq-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
    page-break-inside: avoid;
  }
}

/* ============================================
   Gallery Section v-117: Professional Blue
   Masonry Grid with Hover Effects
   ============================================ */

.gallery-section-custom {
  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 Accent */
.gallery-header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  opacity: 0.4;
}

.accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-500),
    transparent
  );
}

.accent-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-300);
}

/* Masonry Grid Layout */
.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .gallery-masonry-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }
}

@media (min-width: 1200px) {
  .gallery-masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
  }
}

/* Gallery Items - Different Sizes */
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

@media (min-width: 768px) {
  .gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-item-medium {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-item-small {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* Image Wrapper */
.gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--neutral-100);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover Effects */
.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 40px rgba(var(--black-rgb), 0.1),
    0 0 0 1px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

/* Overlay Effects */
.gallery-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.overlay-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 10px,
      color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 20px
    );
}

.overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 60%, transparent 40%) 100%
  );
}

/* Decorative Corners */
.gallery-decorative-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 3;
}

.corner-top-left {
  top: 12px;
  left: 12px;
  border-right: none;
  border-bottom: none;
}

.corner-top-right {
  top: 12px;
  right: 12px;
  border-left: none;
  border-bottom: none;
}

.corner-bottom-left {
  bottom: 12px;
  left: 12px;
  border-right: none;
  border-top: none;
}

.corner-bottom-right {
  bottom: 12px;
  right: 12px;
  border-left: none;
  border-top: none;
}

.gallery-item:hover .gallery-decorative-corner {
  opacity: 1;
}

.gallery-item:hover .corner-top-left,
.gallery-item:hover .corner-bottom-right {
  transform: translate(-4px, -4px);
}

.gallery-item:hover .corner-top-right,
.gallery-item:hover .corner-bottom-left {
  transform: translate(4px, 4px);
}

/* Badge Accent */
.gallery-badge-accent {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 
    0 0 0 4px color-mix(in srgb, var(--primary-500) 30%, transparent 70%),
    0 0 20px var(--primary-300);
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 3;
}

.gallery-item:hover .gallery-badge-accent {
  opacity: 1;
  transform: scale(1);
}

/* Icon Accent */
.gallery-icon-accent {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 3;
}

.gallery-icon-accent i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.gallery-item:hover .gallery-icon-accent {
  opacity: 1;
  transform: translateY(0);
}

/* Decorative Border */
.gallery-decorative-border {
  position: absolute;
  inset: 8px;
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease;
  z-index: 3;
  pointer-events: none;
}

.gallery-item:hover .gallery-decorative-border {
  opacity: 0.6;
  transform: scale(1);
}

/* Background Shapes */
.gallery-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  background: radial-gradient(
    circle,
    var(--primary-500),
    transparent 70%
  );
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -50px;
  background: radial-gradient(
    circle,
    var(--primary-700),
    transparent 70%
  );
}

.shape-3 {
  width: 200px;
  height: 200px;
  top: 40%;
  right: 10%;
  background: radial-gradient(
    circle,
    var(--primary-300),
    transparent 70%
  );
}

/* Dot Patterns */
.bg-dot-pattern {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0.05;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 15px 15px;
}

.pattern-1 {
  top: 20%;
  left: 5%;
}

.pattern-2 {
  bottom: 15%;
  right: 8%;
}

/* Icon Grid Decoration */
.gallery-icon-grid {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  opacity: 0.08;
  z-index: 1;
}

.icon-grid-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--primary-100);
}

.icon-grid-item i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .gallery-masonry-grid {
    gap: 1rem;
  }

  .gallery-item {
    min-height: 250px;
  }

  .gallery-icon-grid {
    display: none;
  }

  .accent-line {
    width: 40px;
  }

  .gallery-header-accent {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .gallery-section-custom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gallery-item {
    min-height: 220px;
  }

  .bg-shape {
    opacity: 0.02;
  }
}

/* Animation Performance */
@media (prefers-reduced-motion: reduce) {
  .gallery-item,
  .gallery-image,
  .gallery-overlay,
  .gallery-decorative-corner,
  .gallery-badge-accent,
  .gallery-icon-accent,
  .gallery-decorative-border {
    transition: none;
  }
}

/* Print Styles */
@media print {
  .gallery-section-custom {
    background: white;
  }

  .gallery-bg-shapes,
  .gallery-icon-grid,
  .gallery-header-accent {
    display: none;
  }

  .gallery-item {
    break-inside: avoid;
  }
}

/* Footer section */

.footer-special {
  position: relative;
  color: var(--light);
  padding: 5rem 0 0;
  overflow: hidden;
}

/* Background Image with Gradient Overlay */
.footer-background {
  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%
  ), url('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.footer-special .container {
  position: relative;
  z-index: 3;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 2;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: -150px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  bottom: 10%;
  left: -50px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  top: 40%;
  right: 10%;
  animation: pulse 10s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.15;
  }
}

/* Brand Section */
.footer-brand {
  padding-right: 2rem;
}

.brand-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(var(--white-rgb), 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(var(--white-rgb), 0.2);
  transition: all 0.3s ease;
}

.brand-icon-wrapper:hover {
  background: rgba(var(--white-rgb), 0.15);
  transform: translateY(-5px);
}

.brand-icon-wrapper i {
  font-size: 1.8rem;
  color: var(--light);
}

.brand-name {
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.brand-description {
  color: rgba(var(--white-rgb), 0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Section Icons */
.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(var(--white-rgb), 0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(var(--white-rgb), 0.15);
}

.section-icon i {
  font-size: 1.3rem;
  color: var(--light);
}

/* Footer Links Section */
.footer-links-section,
.footer-contact-section,
.footer-disclaimer-section {
  height: 100%;
}

.footer-heading {
  color: var(--light);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-links {
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-link {
  color: rgba(var(--white-rgb), 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1rem;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: rgba(var(--white-rgb), 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: var(--light);
  padding-left: 1.5rem;
}

.footer-link:hover::before {
  background: var(--light);
  width: 8px;
}

/* Contact Info */
.contact-info {
  padding-left: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(var(--white-rgb), 0.85);
  font-size: 0.95rem;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(var(--white-rgb), 0.05);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(var(--white-rgb), 0.1);
  transform: translateX(5px);
}

.contact-item i {
  font-size: 1.1rem;
  color: var(--light);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.contact-item span {
  flex: 1;
  line-height: 1.6;
}

/* Disclaimer Section */
.disclaimer-content {
  padding: 1.25rem;
  background: rgba(var(--white-rgb), 0.05);
  border-radius: 12px;
  border: 1px solid rgba(var(--white-rgb), 0.1);
  backdrop-filter: blur(10px);
}

.disclaimer-text {
  color: rgba(var(--white-rgb), 0.75);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(var(--white-rgb), 0.15);
  margin-top: 2rem;
}

.copyright-wrapper {
  position: relative;
}

.decorative-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg, 
    transparent 0%, 
    rgba(var(--white-rgb), 0.5) 50%, 
    transparent 100%
  );
  margin: 0 auto 1rem;
  border-radius: 2px;
}

.copyright-text {
  color: rgba(var(--white-rgb), 0.9);
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

.decorative-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.decorative-icons i {
  font-size: 1.2rem;
  color: rgba(var(--white-rgb), 0.4);
  transition: all 0.3s ease;
}

.decorative-icons i:hover {
  color: rgba(var(--white-rgb), 0.8);
  transform: scale(1.2);
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(var(--white-rgb), 0.05);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(var(--white-rgb), 0.1);
  z-index: 2;
  opacity: 0.6;
}

.floating-icon i {
  font-size: 1.3rem;
  color: rgba(var(--white-rgb), 0.6);
}

.icon-1 {
  top: 15%;
  left: 8%;
  animation: float 12s ease-in-out infinite;
}

.icon-2 {
  top: 60%;
  right: 15%;
  animation: float 15s ease-in-out infinite reverse;
}

.icon-3 {
  bottom: 20%;
  left: 20%;
  animation: pulse 10s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-special {
    padding: 4rem 0 0;
  }
  
  .footer-brand {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  
  .footer-background {
    background-attachment: scroll;
  }
  
  .shape-1,
  .shape-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-special {
    padding: 3rem 0 0;
  }
  
  .brand-name {
    font-size: 1.3rem;
  }
  
  .footer-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .floating-icon {
    width: 40px;
    height: 40px;
  }
  
  .floating-icon i {
    font-size: 1.1rem;
  }
  
  .decorative-icons {
    gap: 1rem;
  }
  
  .decorative-icons i {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .footer-special {
    padding: 2rem 0 0;
  }
  
  .brand-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .brand-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .section-icon {
    width: 40px;
    height: 40px;
  }
  
  .section-icon i {
    font-size: 1.1rem;
  }
  
  .contact-item {
    font-size: 0.875rem;
  }
  
  .disclaimer-text {
    font-size: 0.8rem;
  }
  
  .copyright-text {
    font-size: 0.85rem;
  }
}

/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  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;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 2rem 0;
}

/* Timeline Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.timeline-left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.timeline-right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

/* Timeline Icon */
.timeline-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 5px solid #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .timeline-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.timeline-icon i {
  font-size: 2rem;
  color: #ffffff;
}

/* Timeline Card */
.timeline-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  flex: 1;
  max-width: 500px;
}

.timeline-item:hover .timeline-card {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.timeline-badge {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 2.5rem;
}

.timeline-left .timeline-badge {
  right: -28px;
}

.timeline-right .timeline-badge {
  left: -28px;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 10%;
  left: -5%;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--secondary-400);
  top: 50%;
  right: -5%;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: 15%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .timeline-line {
    left: 40px;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
    flex-direction: row;
  }
  
  .timeline-icon {
    left: 40px;
  }
  
  .timeline-item:hover .timeline-icon {
    transform: translateX(0) scale(1.15);
  }
  
  .timeline-left .timeline-badge,
  .timeline-right .timeline-badge {
    left: auto;
    right: -28px;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .timeline-container {
    margin-top: 3rem;
  }
  
  .timeline-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
  
  .timeline-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 2rem;
    max-width: 100%;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .timeline-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .timeline-line {
    left: 30px;
  }
  
  .timeline-icon {
    left: 30px;
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  
  .timeline-icon i {
    font-size: 1.25rem;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    padding-left: 80px;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-badge {
    width: 10px;
    height: 10px;
    right: -25px;
  }
}


/* 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(--ui_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(--theme_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(--page_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(--theme_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(--page_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;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_accordion {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.add_wrap .add_accordion_item {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.add_wrap .add_accordion_item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_accordion_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-6);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add_wrap .add_accordion_header:hover {
  background-color: var(--neutral-200);
}

.add_wrap .add_accordion_question {
  color: var(--text-primary);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  flex-grow: 1;
  padding-right: var(--space-4);
}

.add_wrap .add_accordion_toggle {
  width: 24px;
  height: 24px;
  background-color: var(--primary-500);
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}

.add_wrap .add_accordion_toggle:before,
.add_wrap .add_accordion_toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--neutral-100);
  transition: transform 0.3s ease;
}

.add_wrap .add_accordion_toggle:before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.add_wrap .add_accordion_toggle:after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.add_wrap .add_accordion_item.active .add_accordion_toggle {
  background-color: var(--primary-400);
  transform: rotate(45deg);
}

.add_wrap .add_accordion_item.active .add_accordion_toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.add_wrap .add_accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.add_wrap .add_accordion_item.active .add_accordion_content {
  max-height: 200px;
  padding: 0 var(--space-6) var(--space-6);
}

.add_wrap .add_accordion_answer {
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_accordion_header {
    padding: var(--space-4);
  }
  
  .add_wrap .add_accordion_question {
    font-size: 1rem;
    padding-right: var(--space-3);
  }
  
  .add_wrap .add_accordion_toggle {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_accordion_toggle:before {
    width: 10px;
  }
  
  .add_wrap .add_accordion_toggle:after {
    height: 10px;
  }
  
  .add_wrap .add_accordion_item.active .add_accordion_content {
    padding: 0 var(--space-4) var(--space-4);
  }
}


.additional-universal-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-clean #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-clean #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-clean #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features List */
.additional-universal-clean .features-list {
  position: relative;
  z-index: 2;
}

.additional-universal-clean .feature-row {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--surface-secondary);
  transition: all 0.3s ease;
}

.additional-universal-clean .feature-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-clean .feature-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.additional-universal-clean .feature-row:hover::before {
  opacity: 1;
}

/* Feature Icon */
.additional-universal-clean .feature-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  margin: 0 auto;
}

.additional-universal-clean .feature-row:hover .feature-icon-wrapper {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

/* Feature Content */
.additional-universal-clean .feature-content h3 {
  color: var(--text-primary);
}

.additional-universal-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Nature Decorations */
.additional-universal-clean .nature-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
  color: var(--primary-500);
}

.additional-universal-clean .leaf-1 {
  top: 10%;
  right: 5%;
  font-size: 10rem;
  animation: float-nature-v082 8s ease-in-out infinite;
}

.additional-universal-clean .leaf-2 {
  bottom: 15%;
  left: 3%;
  font-size: 8rem;
  animation: float-nature-v082 10s ease-in-out infinite reverse;
}

.additional-universal-clean .wave-pattern {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50% 50% 0 0 / 20px 20px 0 0;
}

/* Animations */
@keyframes float-nature-v082 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateY(-25px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-clean .feature-row {
    text-align: center;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-clean .feature-row {
    padding: 1.25rem;
  }

  .additional-universal-clean .feature-row:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .additional-universal-clean #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-clean .nature-decoration {
    opacity: 0.03;
  }
}


/* Universal section */

.additional-universal-section.v-048 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-048 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-048 .minimal-accent {
  width: 80px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 32px;
  transition: width 0.6s ease;
}

.additional-universal-section.v-048 .section-header:hover .minimal-accent {
  width: 120px;
}

.additional-universal-section.v-048 .section-title {
  font-size: 2.75rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.additional-universal-section.v-048 .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.additional-universal-section.v-048 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Modern Cards */
.additional-universal-section.v-048 .modern-card {
  height: 100%;
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.additional-universal-section.v-048 .modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-section.v-048 .modern-card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.additional-universal-section.v-048 .modern-card:hover::before {
  opacity: 1;
}

.additional-universal-section.v-048 .modern-card.featured {
  border-width: 2px;
  border-color: var(--primary-500);
}

.additional-universal-section.v-048 .card-inner {
  padding: 40px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.additional-universal-section.v-048 .modern-card.featured .card-inner {
  padding: 48px;
}

.additional-universal-section.v-048 .icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper {
  background: var(--primary-500);
  transform: rotate(180deg);
}

.additional-universal-section.v-048 .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper i {
  color: var(--light);
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon {
  width: 72px;
  height: 72px;
  border-width: 3px;
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
  font-size: 32px;
}

.additional-universal-section.v-048 .modern-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.additional-universal-section.v-048 .modern-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 300;
  flex: 1;
}

.additional-universal-section.v-048 .card-divider {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  margin-top: auto;
  transition: width 0.4s ease;
}

.additional-universal-section.v-048 .modern-card:hover .card-divider {
  width: 80px;
}

.additional-universal-section.v-048 .featured-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.additional-universal-section.v-048 .text-content {
  flex: 1;
}

/* Minimal Decorations */
.additional-universal-section.v-048 .minimal-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-048 .accent-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
}

.additional-universal-section.v-048 .accent-line.line-1 {
  width: 300px;
  top: 25%;
  right: 0;
}

.additional-universal-section.v-048 .accent-line.line-2 {
  width: 250px;
  bottom: 35%;
  left: 0;
}

.additional-universal-section.v-048 .accent-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
}

.additional-universal-section.v-048 .accent-dot.dot-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-section.v-048 .accent-dot.dot-2 {
  bottom: 20%;
  left: 8%;
}

.additional-universal-section.v-048 .accent-dot.dot-3 {
  top: 60%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .additional-universal-section.v-048 .featured-content {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .additional-universal-section.v-048 {
    padding: 80px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 2.25rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 36px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-048 {
    padding: 60px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 1.875rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .additional-universal-section.v-048 .icon-wrapper i {
    font-size: 24px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon i {
    font-size: 28px;
  }

  .additional-universal-section.v-048 .modern-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section.v-048 {
    padding: 50px 0;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 24px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .featured-content {
    gap: 20px;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.add_wrap .add_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  position: relative;
}

.add_wrap .add_card_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_card_large .add_card_icon {
  width: 80px;
  height: 80px;
}

.add_wrap .add_card_large .add_card_icon:after {
  width: 32px;
  height: 32px;
}

.add_wrap .add_card_large .add_card_title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .add_wrap .add_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_card_icon {
    width: 50px;
    height: 50px;
  }
  
  .add_wrap .add_card_icon:after {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_card_large .add_card_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_card_large .add_card_icon:after {
    width: 24px;
    height: 24px;
  }
}


/* 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 */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.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;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}


/* Universal section */

.additional-universal-standard {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-standard .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-standard .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-standard .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Central Axis */
.additional-universal-standard .timeline-central-axis {
  position: absolute;
  left: 50%;
  top: 200px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Wrapper */
.additional-universal-standard .timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  z-index: 2;
}

/* Timeline Item */
.additional-universal-standard .timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
  margin-bottom: 4rem;
}

.additional-universal-standard .timeline-item.left {
  padding-right: 4rem;
  text-align: right;
}

.additional-universal-standard .timeline-item.right {
  margin-left: 50%;
  padding-left: 4rem;
  text-align: left;
}

/* Timeline Marker */
.additional-universal-standard .timeline-marker {
  position: absolute;
  top: 2rem;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.additional-universal-standard .timeline-item.left .timeline-marker {
  right: -35px;
}

.additional-universal-standard .timeline-item.right .timeline-marker {
  left: -35px;
}

.additional-universal-standard .marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.additional-universal-standard .marker-inner i {
  font-size: 1.75rem;
  color: var(--neutral-0);
}

.additional-universal-standard .marker-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
  opacity: 0;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-standard .timeline-content {
  position: relative;
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.additional-universal-standard .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Badge */
.additional-universal-standard .step-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Step Content */
.additional-universal-standard .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-standard .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corners */
.additional-universal-standard .decorative-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-300);
  opacity: 0.4;
}

.additional-universal-standard .corner-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.additional-universal-standard .corner-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* Floating Shapes */
.additional-universal-standard .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-400);
  top: 15%;
  left: 5%;
  filter: blur(50px);
}

.additional-universal-standard .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--accent-400);
  top: 45%;
  right: 8%;
  filter: blur(45px);
}

.additional-universal-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
  filter: blur(40px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-standard {
    padding: 4rem 0;
  }

  .additional-universal-standard .timeline-item {
    width: 100%;
    padding: 2rem 0 2rem 5rem !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .additional-universal-standard .timeline-central-axis {
    left: 35px;
  }

  .additional-universal-standard .timeline-marker {
    left: 0 !important;
    right: auto !important;
  }

  .additional-universal-standard .step-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-standard {
    padding: 3rem 0;
  }

  .additional-universal-standard .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-standard .section-description {
    font-size: 1rem;
  }

  .additional-universal-standard .timeline-item {
    padding: 1.5rem 0 1.5rem 4rem !important;
    margin-bottom: 2.5rem;
  }

  .additional-universal-standard .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .additional-universal-standard .marker-inner i {
    font-size: 1.25rem;
  }

  .additional-universal-standard .timeline-content {
    padding: 1.75rem;
  }

  .additional-universal-standard .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-standard .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-standard .floating-shape {
    display: none;
  }
}


/* Universal section */

.additional-universal-section.v-056 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-056 .section-header {
  position: relative;
  z-index: 2;
}

.v-056 .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.v-056 .header-badge i {
  font-size: 32px;
  color: var(--light);
}

.v-056 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-056 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-056 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.v-056 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
  z-index: 2;
}

.v-056 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Timeline Items */
.v-056 .timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.v-056 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-056 .timeline-item.left {
  justify-content: flex-start;
  padding-right: calc(50% + 50px);
}

.v-056 .timeline-item.right {
  justify-content: flex-end;
  padding-left: calc(50% + 50px);
}

.v-056 .timeline-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.v-056 .timeline-item.left .timeline-content {
  flex-direction: row;
}

.v-056 .timeline-item.right .timeline-content {
  flex-direction: row-reverse;
}

/* Timeline Icon */
.v-056 .timeline-icon {
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v-056 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.v-056 .timeline-icon.large {
  width: 80px;
  height: 80px;
  border-width: 5px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.v-056 .timeline-icon.large i {
  font-size: 36px;
  color: var(--light);
}

/* Content Box */
.v-056 .content-box {
  flex: 1;
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.v-056 .content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.v-056 .content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Timeline Content */
.v-056 .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-056 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item */
.v-056 .timeline-item.featured .content-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
  padding: 40px;
}

.v-056 .timeline-item.featured .timeline-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-056 .timeline-item.featured .timeline-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-056 .timeline-item.featured .content-box::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}

/* Timeline Decorations */
.v-056 .timeline-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
}

.v-056 .timeline-decoration.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

/* Background Decorations */
.v-056 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-056 .deco-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 0 80% 0 80%;
  animation: leaf-sway 15s ease-in-out infinite;
}

.v-056 .deco-leaf.leaf-1 {
  top: 15%;
  left: 5%;
}

.v-056 .deco-leaf.leaf-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(180deg);
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.v-056 .deco-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-056 {
    padding: 80px 0;
  }

  .v-056 .section-title {
    font-size: 2.25rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-056 .timeline-wrapper {
    padding: 20px 0;
  }

  .v-056 .timeline-line {
    left: 32px;
  }

  .v-056 .timeline-item.left,
  .v-056 .timeline-item.right {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .v-056 .timeline-item.left .timeline-content,
  .v-056 .timeline-item.right .timeline-content {
    flex-direction: row;
  }

  .v-056 .timeline-item {
    margin-bottom: 60px;
  }

  .v-056 .content-box {
    padding: 28px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .v-056 {
    padding: 60px 0;
  }

  .v-056 .section-title {
    font-size: 1.875rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-056 .section-description {
    font-size: 1rem;
  }

  .v-056 .header-badge {
    width: 64px;
    height: 64px;
  }

  .v-056 .header-badge i {
    font-size: 24px;
  }

  .v-056 .timeline-item {
    margin-bottom: 40px;
  }

  .v-056 .timeline-icon {
    width: 56px;
    height: 56px;
  }

  .v-056 .timeline-icon i {
    font-size: 24px;
  }

  .v-056 .timeline-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-056 .timeline-icon.large i {
    font-size: 28px;
  }

  .v-056 .content-box {
    padding: 24px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 28px;
  }

  .v-056 .timeline-title {
    font-size: 1.25rem;
  }

  .v-056 .timeline-item.featured .timeline-title {
    font-size: 1.5rem;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.creative-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.badge-circle:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* Timeline Styles */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%, 
    var(--primary-300) 90%, 
    transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.marker-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  background: var(--surface-secondary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
}

.marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.marker-icon i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-item:hover .timeline-content {
  border-color: var(--primary-300);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline-decoration {
  position: absolute;
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent);
  pointer-events: none;
  transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-decoration {
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-decoration {
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:hover .timeline-decoration {
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  transform: translateY(-50%) scale(1.2);
}

.timeline-item-final .marker-icon {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 15%;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
  bottom: 20%;
  left: -80px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 18s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 35px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 80px;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
  }
  
  .timeline-decoration {
    display: none;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .timeline-content {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.375rem;
  }
  
  .marker-icon {
    width: 60px;
    height: 60px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
}


/* Team Social Links - Neon Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.social-icons-grid {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 2px solid;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    filter: blur(8px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-link:hover::before {
    opacity: 0.7;
}

.social-link:hover {
    transform: scale(1.1);
    text-shadow: 0 0 20px currentColor;
    box-shadow: 0 0 20px currentColor;
}

.facebook-link {
    border-color: #1877f2;
    color: #1877f2;
    background: rgba(24, 119, 242, 0.1);
}

.linkedin-link {
    border-color: #0a66c2;
    color: #0a66c2;
    background: rgba(10, 102, 194, 0.1);
}

.instagram-link {
    border-color: #e4405f;
    color: #e4405f;
    background: rgba(228, 64, 95, 0.1);
}

.x-link {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 22px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}


/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-always-active-badge {
    display: inline-block !important;
    padding: 2px 8px !important;
    background: #e3f2fd !important;
    color: #1976d2 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #333333 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.ocm-essential-note {
    margin: 8px 0 0 0 !important;
    padding: 8px 12px !important;
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    color: #856404 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: minimal-v002 === */
.ocm-theme-minimal-v002 {
    border-radius: 6px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 2px solid #f0f0f0 !important;
    background: #fafafa !important;
}

.ocm-theme-minimal-v002 .ocm-btn {
    border-radius: 6px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

.ocm-theme-minimal-v002 .ocm-btn-accept {
    background: #2c3e50 !important;
}

.ocm-theme-minimal-v002 .ocm-btn-accept:hover {
    background: #34495e !important;
}

.ocm-theme-minimal-v002 .ocm-btn-customize {
    border-color: #2c3e50 !important;
    color: #2c3e50 !important;
}

.ocm-theme-minimal-v002 .ocm-btn-customize:hover {
    background: #2c3e50 !important;
}

.ocm-theme-minimal-v002 .ocm-category {
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
}

/* === TOGGLE STYLE 2 === */
.ocm-toggle.ocm-toggle-style-2 {
    border-radius: 15px !important;
    background: linear-gradient(45deg, #ff6b6b, #feca57) !important;
    box-shadow: 0 8px 32px rgba(255, 107, 107, 0.3) !important;
    width: 55px !important;
    height: 45px !important;
}

.ocm-toggle.ocm-toggle-style-2:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 40px rgba(255, 107, 107, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-2::before {
    content: "🍪" !important;
    font-size: 22px !important;
}