:root {
  --primary-50: #ecfdf5;
  --primary-50-rgb: 236, 253, 245;
  --primary-50-rgb: 236, 253, 245;
  --primary-100: #d1fae5;
  --primary-100-rgb: 209, 250, 229;
  --primary-100-rgb: 209, 250, 229;
  --primary-300: #6ee7b7;
  --primary-300-rgb: 110, 231, 183;
  --primary-300-rgb: 110, 231, 183;
  --primary-500: #10b981;
  --primary-500-rgb: 16, 185, 129;
  --primary-500-rgb: 16, 185, 129;
  --primary-700: #047857;
  --primary-700-rgb: 4, 120, 87;
  --primary-700-rgb: 4, 120, 87;
  --primary-200: #a0f1ce;
  --primary-200-rgb: 160, 241, 206;
  --primary-200-rgb: 160, 241, 206;
  --primary-400: #3fd09c;
  --primary-400-rgb: 63, 208, 156;
  --primary-400-rgb: 63, 208, 156;
  --primary-600: #0a996c;
  --primary-600-rgb: 10, 153, 108;
  --primary-600-rgb: 10, 153, 108;
  --primary-800: #036046;
  --primary-800-rgb: 3, 96, 70;
  --primary-800-rgb: 3, 96, 70;
  --primary-900: #03523c;
  --primary-900-rgb: 3, 82, 60;
  --primary-900-rgb: 3, 82, 60;
  --primary-950: #02392a;
  --primary-950-rgb: 2, 57, 42;
  --primary-950-rgb: 2, 57, 42;
  --primary-rgb: 16, 185, 129;
  --neutral-50: #fafaf9;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-100: #f5f5f4;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-300: #d6d3d1;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-500: #78716c;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-700: #44403c;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-900: #2e2b29;
  --neutral-900-rgb: 46, 43, 41;
  --neutral-900-rgb: 46, 43, 41;
  --neutral-200: #e6e4e3;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-400: #a7a29f;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-600: #5e5954;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-800: #363330;
  --neutral-800-rgb: 54, 51, 48;
  --neutral-800-rgb: 54, 51, 48;
  --neutral-950: #201e1d;
  --neutral-950-rgb: 32, 30, 29;
  --neutral-950-rgb: 32, 30, 29;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #f2fddf;
  --accent-50-rgb: 242, 253, 223;
  --accent-50-rgb: 242, 253, 223;
  --accent-100: #dffbd0;
  --accent-100-rgb: 223, 251, 208;
  --accent-100-rgb: 223, 251, 208;
  --accent-200: #bdf3bb;
  --accent-200-rgb: 189, 243, 187;
  --accent-200-rgb: 189, 243, 187;
  --accent-300: #9aeba7;
  --accent-300-rgb: 154, 235, 167;
  --accent-300-rgb: 154, 235, 167;
  --accent-400: #79d78e;
  --accent-400-rgb: 121, 215, 142;
  --accent-400-rgb: 121, 215, 142;
  --accent-500: #58c475;
  --accent-500-rgb: 88, 196, 117;
  --accent-500-rgb: 88, 196, 117;
  --accent-600: #54a862;
  --accent-600-rgb: 84, 168, 98;
  --accent-600-rgb: 84, 168, 98;
  --accent-700: #4f8c4f;
  --accent-700-rgb: 79, 140, 79;
  --accent-700-rgb: 79, 140, 79;
  --accent-800: #4f7840;
  --accent-800-rgb: 79, 120, 64;
  --accent-800-rgb: 79, 120, 64;
  --accent-900: #4f6c37;
  --accent-900-rgb: 79, 108, 55;
  --accent-900-rgb: 79, 108, 55;
  --accent-950: #4e5726;
  --accent-950-rgb: 78, 87, 38;
  --accent-950-rgb: 78, 87, 38;
  --accent-rgb: 88, 196, 117;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}







/* ===== FONT FAMILY UTILITIES ===== */
.dark_font_primary {
  font-family: var(--font-primary);
}

.light_font_secondary {
  font-family: var(--font-secondary);
}

.company_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);
}

.clean_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.unique_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.container_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);
}

.prime_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);
}

.bold_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);
}

.top_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);
}

.modern_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);
}

.elite_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 */
.creative_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);
}

.premium_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);
}

.app_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 */
.main_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);
}

.layout_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 */
.agency_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);
}

.new_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 */
.core_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);
}

.brand_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 */
.pro_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);
}

.custom_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);
}

.page_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 */
.section_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);
}

.studio_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 */
.ui_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);
}

.ui_nav_link:hover,
.ui_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.bright_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 */
.style_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) {
  .core_hero_title {
    font-size: var(--text-4xl);
  }
  
  .pro_section_title {
    font-size: var(--text-3xl);
  }
  
  .base_display_1 {
    font-size: var(--text-5xl);
  }
  
  .clean_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .core_hero_title {
    font-size: var(--text-3xl);
  }
  
  .pro_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 ===== */
.best_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.fresh_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.business_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.design_text_balance {
  text-wrap: balance;
}

.content_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .ui_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .main_caption,
  .layout_overline,
  .style_footer_text {
    color: var(--text-secondary);
  }
  
  .brand_hero_subtitle,
  .custom_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .core_hero_title,
  .pro_section_title,
  .container_heading_1,
  .prime_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .best_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.smart_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.site_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.digital_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.web_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.theme_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.minimal_stack {
  display: flex;
  flex-direction: column;
}

.bold15_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.base16_full_height {
  min-height: 100vh;
}

.theme94_section_height {
  min-height: 80vh;
}

.new4_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.minimal20_m_0 { margin: 0; }
.style19_m_1 { margin: var(--space-1); }
.minimal74_m_2 { margin: var(--space-2); }
.dark51_m_3 { margin: var(--space-3); }
.web15_m_4 { margin: var(--space-4); }
.agency53_m_6 { margin: var(--space-6); }
.ui83_m_8 { margin: var(--space-8); }
.layout1_m_12 { margin: var(--space-12); }
.unique64_m_16 { margin: var(--space-16); }

.pro63_mx_auto { margin-left: auto; margin-right: auto; }
.modern24_my_auto { margin-top: auto; margin-bottom: auto; }

.main97_mt_0 { margin-top: 0; }
.bright46_mt_4 { margin-top: var(--space-4); }
.bold83_mt_8 { margin-top: var(--space-8); }
.minimal19_mt_12 { margin-top: var(--space-12); }

.clean23_mb_0 { margin-bottom: 0; }
.creative32_mb_4 { margin-bottom: var(--space-4); }
.clean62_mb_8 { margin-bottom: var(--space-8); }
.agency87_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.modern39_p_0 { padding: 0; }
.top86_p_1 { padding: var(--space-1); }
.prime88_p_2 { padding: var(--space-2); }
.light35_p_3 { padding: var(--space-3); }
.fresh0_p_4 { padding: var(--space-4); }
.fresh90_p_6 { padding: var(--space-6); }
.brand97_p_8 { padding: var(--space-8); }

.page34_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.studio21_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.best26_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.modern58_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.elite36_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.creative62_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.content83_gap_1 { gap: var(--space-1); }
.bright26_gap_2 { gap: var(--space-2); }
.top78_gap_3 { gap: var(--space-3); }
.layout93_gap_4 { gap: var(--space-4); }
.ui36_gap_6 { gap: var(--space-6); }
.base90_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.base96_shadow_none { box-shadow: var(--shadow-none); }
.brand74_shadow_xs { box-shadow: var(--shadow-xs); }
.section78_shadow_sm { box-shadow: var(--shadow-sm); }
.main65_shadow_md { box-shadow: var(--shadow-md); }
.content37_shadow_lg { box-shadow: var(--shadow-lg); }
.theme15_shadow_xl { box-shadow: var(--shadow-xl); }
.theme89_shadow_2xl { box-shadow: var(--shadow-2xl); }
.ui10_shadow_inner { box-shadow: var(--shadow-inner); }
.container46_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.bright91_radius_none { border-radius: var(--radius-none); }
.web88_radius_xs { border-radius: var(--radius-xs); }
.bold33_radius_sm { border-radius: var(--radius-sm); }
.ui11_radius_md { border-radius: var(--radius-md); }
.brand34_radius_lg { border-radius: var(--radius-lg); }
.fresh76_radius_xl { border-radius: var(--radius-xl); }
.section58_radius_2xl { border-radius: var(--radius-2xl); }
.best92_radius_3xl { border-radius: var(--radius-3xl); }
.business82_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.design35_gradient_primary {
  background: var(--gradient-primary);
}

.creative32_gradient_secondary {
  background: var(--gradient-secondary);
}

.custom49_gradient_hero {
  background: var(--gradient-hero);
}

.fresh54_gradient_card {
  background: var(--gradient-card);
}

.content24_gradient_overlay {
  position: relative;
}

.content24_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;
}

.content24_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.bright60_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.bright60_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.brand16_hover_scale {
  transition: transform var(--transition-normal);
}

.brand16_hover_scale:hover {
  transform: scale(1.02);
}

.elite82_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.elite82_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.digital47_hover_fade {
  transition: opacity var(--transition-normal);
}

.digital47_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.modern44_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.modern44_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.creative26_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.base91_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.best71_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.custom66_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.minimal41_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.creative67_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.base45_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.page24_timeline {
  position: relative;
}

.page24_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.modern68_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.modern68_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.modern68_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.container32_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.modern82_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;
  }
}

.agency9_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;
  }
}

.clean53_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 */
.bold62_transition_all {
  transition: var(--transition-all);
}

.bold45_transition_fast {
  transition: all var(--transition-fast);
}

.fresh91_transition_normal {
  transition: all var(--transition-normal);
}

.container68_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.core14_bg_primary { background-color: var(--bg-primary); }
.digital18_bg_secondary { background-color: var(--bg-secondary); }
.pro8_bg_muted { background-color: var(--bg-muted); }
.company26_bg_glass { background-color: var(--bg-glass); }

.custom69_text_primary { color: var(--text-primary); }
.ui54_text_secondary { color: var(--text-secondary); }
.content97_text_muted { color: var(--text-muted); }
.design54_text_inverse { color: var(--text-inverse); }
.brand21_text_link { color: var(--text-link); }

.base6_border_light { border-color: var(--border-light); }
.studio4_border_medium { border-color: var(--border-medium); }
.style54_border_strong { border-color: var(--border-strong); }
.new99_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .best71_services_grid,
  .minimal41_features_grid,
  .custom66_team_grid,
  .base45_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .creative67_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .page24_timeline::before {
    left: 30px;
  }
  
  .modern68_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .theme94_section_height {
    min-height: 60vh;
  }
  
  .new4_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .creative67_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .modern68_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.container92_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;
}

.modern60_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.custom23_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);
}

.custom23_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .creative88_no_print {
    display: none !important;
  }
  
  .creative54_print_only {
    display: block !important;
  }
  
  .brand74_shadow_xs,
  .section78_shadow_sm,
  .main65_shadow_md,
  .content37_shadow_lg,
  .theme15_shadow_xl,
  .theme89_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .container32_fade_in,
  .modern82_slide_up,
  .agency9_slide_in_left,
  .clean53_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .bright60_hover_lift,
  .brand16_hover_scale,
  .elite82_hover_shadow,
  .digital47_hover_fade,
  .bold62_transition_all,
  .bold45_transition_fast,
  .fresh91_transition_normal,
  .container68_transition_slow {
    transition: none;
  }
}

/* ============================================
   Header v-068 - Professional Blue Theme
   ============================================ */

.header-bold {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  z-index: 1000;
}

.header-bold .navbar {
  padding: 1.25rem 0;
  position: relative;
}

/* ============================================
   Brand Styling
   ============================================ */

.header-bold .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-bold .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-1px);
}

/* ============================================
   Custom Hamburger Menu Toggle
   ============================================ */

.header-bold .menu-toggle-checkbox {
  display: none;
}

.header-bold .hamburger-icon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  transition: all 0.3s ease;
}

.header-bold .hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.header-bold .menu-toggle-checkbox:checked ~ .hamburger-icon .hamburger-line:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}

.header-bold .menu-toggle-checkbox:checked ~ .hamburger-icon .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-bold .menu-toggle-checkbox:checked ~ .hamburger-icon .hamburger-line:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* ============================================
   Navigation Links - Desktop
   ============================================ */

.header-bold .navbar-nav {
  gap: 0.5rem;
  position: relative;
  z-index: 10;
}

.header-bold .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.125rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.header-bold .nav-link::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.header-bold .nav-link:hover {
  color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-50) 60%, transparent 40%);
}

.header-bold .nav-link:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* ============================================
   Decorative Elements
   ============================================ */

.header-bold .header-decorative-dots {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0.3;
}

.header-bold .dot-accent {
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.header-bold .dot-accent:nth-child(2) {
  animation-delay: 0.3s;
}

.header-bold .dot-accent:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.7;
  }
}

.header-bold .header-wave-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-300) 0%,
    var(--primary-500) 50%,
    var(--primary-300) 100%
  );
  opacity: 0.2;
}

/* ============================================
   Menu Backdrop (Mobile)
   ============================================ */

.header-bold .menu-backdrop {
  display: none;
}

/* ============================================
   Mobile Responsive Styles
   ============================================ */

@media (max-width: 991.98px) {
  .header-bold .hamburger-icon {
    display: flex;
  }

  .header-bold .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 5rem 2rem 2rem;
    overflow-y: auto;
    z-index: 10;
  }

  .header-bold .menu-toggle-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop Overlay with correct z-index */
  .header-bold .menu-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-bold .menu-toggle-checkbox:checked ~ .navbar-collapse .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-bold .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
  }

  .header-bold .nav-link {
    padding: 0.875rem 1.25rem;
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    border-radius: 10px;
    transform: translateX(30px);
    opacity: 0;
    animation: slideInNav 0.5s ease forwards;
  }

  .header-bold .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-link:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-bold .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-link:nth-child(2) {
    animation-delay: 0.15s;
  }

  .header-bold .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-link:nth-child(3) {
    animation-delay: 0.2s;
  }

  .header-bold .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-link:nth-child(4) {
    animation-delay: 0.25s;
  }

  @keyframes slideInNav {
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .header-bold .nav-link::before {
    display: none;
  }

  .header-bold .header-decorative-dots {
    display: none;
  }
}

/* ============================================
   Tablet Optimization
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bold .navbar-collapse {
    width: 320px;
    padding: 6rem 2.5rem 2rem;
  }

  .header-bold .nav-link {
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
  }
}

/* ============================================
   Desktop Large Screens
   ============================================ */

@media (min-width: 1400px) {
  .header-bold .navbar {
    padding: 1.5rem 0;
  }

  .header-bold .navbar-brand {
    font-size: 1.625rem;
  }

  .header-bold .nav-link {
    font-size: 1.0625rem;
    padding: 0.75rem 1.375rem;
  }

  .header-bold .header-decorative-dots {
    right: -60px;
  }
}

/* ============================================
   Accessibility & Focus States
   ============================================ */

.header-bold .nav-link:focus-visible,
.header-bold .navbar-brand:focus-visible,
.header-bold .hamburger-icon:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 6px;
}

.header-bold .menu-toggle-checkbox:focus-visible ~ .hamburger-icon {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

/* ============================================
   Print Styles
   ============================================ */

@media print {
  .header-bold .hamburger-icon,
  .header-bold .header-decorative-dots,
  .header-bold .header-wave-shape {
    display: none;
  }

  .header-bold .navbar-collapse {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
  }
}

/* ============================================
   Hero Section v-105 - Professional Blue Theme
   ============================================ */

.hero-primary {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  overflow: hidden;
}

/* Content Area */
.hero-content {
  position: relative;
  z-index: 2;
}

/* Decorative Badge */
.decorative-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: var(--surface-accent);
  border-radius: 50px;
  margin-bottom: 24px;
  border: 2px solid var(--primary-100);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* Typography */
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
  line-height: 1.4;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 32px;
  max-width: 580px;
}

/* Feature Icons Row */
.feature-icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid var(--primary-100);
}

.icon-item i {
  font-size: 24px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.icon-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.icon-item:hover i {
  transform: scale(1.1);
}

/* Visual Column */
.hero-visual {
  position: relative;
  z-index: 1;
}

.image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.image-wrapper:hover .hero-image {
  transform: scale(1.05);
}

/* Decorative Shapes */
.shape-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
    transparent
  );
  top: -40px;
  right: -40px;
  animation: float-shape 6s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  bottom: -30px;
  left: -30px;
  animation: float-shape 8s ease-in-out infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
    transparent
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  animation: morph-blob 10s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
}

@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

/* Accent Elements */
.accent-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.accent-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

.accent-1 {
  top: 15%;
  left: 10%;
  animation: pulse-accent 3s ease-in-out infinite;
}

.accent-2 {
  top: 60%;
  right: 15%;
  animation: pulse-accent 3s ease-in-out infinite 1s;
}

.accent-3 {
  bottom: 20%;
  left: 20%;
  animation: pulse-accent 3s ease-in-out infinite 2s;
}

@keyframes pulse-accent {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 2px solid var(--primary-100);
  z-index: 2;
}

.floating-icon i {
  font-size: 22px;
  color: var(--primary-500);
}

.float-1 {
  top: 10%;
  right: -10px;
  animation: float-icon 4s ease-in-out infinite;
}

.float-2 {
  bottom: 15%;
  left: -10px;
  animation: float-icon 5s ease-in-out infinite 1s;
}

.float-3 {
  top: 50%;
  right: -20px;
  animation: float-icon 6s ease-in-out infinite 2s;
}

@keyframes float-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Background Decorations */
.bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}

.bg-shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: -200px;
  left: -100px;
}

.bg-shape-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    transparent
  );
  bottom: -250px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-primary {
    padding: 80px 0 60px;
  }

  .hero-visual {
    margin-bottom: 40px;
  }

  .floating-icon {
    display: none;
  }

  .shape-1,
  .shape-2 {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .hero-primary {
    padding: 60px 0 40px;
  }

  .hero-description {
    font-size: 1rem;
  }

  .feature-icons {
    gap: 12px;
  }

  .icon-item {
    width: 48px;
    height: 48px;
  }

  .icon-item i {
    font-size: 20px;
  }

  .bg-shape-1,
  .bg-shape-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .decorative-badge {
    padding: 6px 16px;
  }

  .image-wrapper {
    border-radius: 16px;
  }

  .accent-dot {
    width: 8px;
    height: 8px;
  }
}

/* ================================
   About Section v-126 Styles
   Theme: professional-blue-01
   ================================ */

.about-section-classic {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.about-section-classic .subtitle-classic {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.about-section-classic .title-classic {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.about-section-classic .description-classic {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 100%;
}

/* Images Grid Layout */
.images-grid-classic {
  position: relative;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.main-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.main-image-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.main-image-wrapper .main-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.main-image-wrapper:hover .main-img {
  transform: scale(1.05);
}

/* Secondary Images */
.secondary-images {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1rem;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

.secondary-img-wrapper {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.secondary-img-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.secondary-img-wrapper .secondary-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.secondary-img-wrapper:hover .secondary-img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

.secondary-img-wrapper.small {
  aspect-ratio: 1;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: -30px;
  right: -30px;
  opacity: 0.15;
  animation: morphShape 8s ease-in-out infinite;
}

.shape-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-300);
  border-radius: 50%;
  bottom: -20px;
  left: -20px;
  opacity: 0.2;
}

.shape-3 {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, var(--primary-500), var(--primary-300));
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  top: -15px;
  right: -15px;
  opacity: 0.25;
  animation: morphShape 6s ease-in-out infinite reverse;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary) 90%);
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-700);
  animation: floatUpDown 4s ease-in-out infinite;
  z-index: 3;
}

.icon-1 {
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.icon-2 {
  bottom: 20%;
  left: -5%;
  animation-delay: 2s;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
}

.blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -50px;
  left: -100px;
}

.blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  bottom: -80px;
  right: -80px;
}

/* Features Wrapper */
.features-wrapper-classic {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Feature Cards */
.feature-card-classic {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary) 85%);
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card-classic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
}

.feature-card-classic:hover {
  transform: translateX(8px);
  border-color: var(--primary-500);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-card-classic:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}

/* Feature Icon */
.feature-icon-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--light);
  transition: transform 0.3s ease;
}

.feature-card-classic:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

/* Feature Content */
.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.feature-description {
  font-size: 0.938rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Animations */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .about-section-classic .title-classic {
    font-size: 2rem;
  }

  .secondary-images {
    margin-top: 1rem;
  }

  .features-wrapper-classic {
    margin-top: 2rem;
  }

  .floating-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-section-classic .title-classic {
    font-size: 1.75rem;
  }

  .about-section-classic .description-classic {
    font-size: 1rem;
  }

  .secondary-images {
    grid-template-columns: 1fr;
  }

  .feature-card-classic {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }

  .feature-card-classic:hover {
    transform: translateX(0) translateY(-5px);
  }

  .feature-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .feature-title {
    font-size: 1.125rem;
  }

  .feature-description {
    font-size: 0.875rem;
  }

  .decorative-blob {
    display: none;
  }
}

@media (max-width: 575px) {
  .about-section-classic .title-classic {
    font-size: 1.5rem;
  }

  .about-section-classic .subtitle-classic {
    font-size: 0.75rem;
  }

  .feature-card-classic {
    padding: 1.25rem;
  }

  .main-image-wrapper,
  .secondary-img-wrapper {
    border-radius: 0.5rem;
  }
}

.features-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.features-pro .display-4 {
  color: var(--text-primary);
  line-height: 1.2;
}

.features-pro .h4 {
  color: var(--primary-500);
  font-weight: 600;
}

.features-pro .fs-5 {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Decorative Blob */
.features-pro .decorative-blob {
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 40%, transparent),
    color-mix(in srgb, var(--primary-500) 30%, transparent));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: blobMorph 8s ease-in-out infinite;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* Gradient Feature Cards */
.features-pro .gradient-feature-card {
  position: relative;
  height: 100%;
  padding: 2rem 1.5rem;
  background: var(--surface-secondary);
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-pro .gradient-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-500));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.features-pro .gradient-feature-card:hover::before {
  opacity: 0.05;
}

.features-pro .gradient-feature-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--primary-500);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

/* Card Glow Effect */
.features-pro .card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent), 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.features-pro .gradient-feature-card:hover .card-glow {
  opacity: 1;
}

/* Feature Icon Circle */
.features-pro .feature-icon-circle {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  margin-bottom: 1.5rem;
  z-index: 1;
  transition: transform 0.4s ease;
}

.features-pro .gradient-feature-card:hover .feature-icon-circle {
  transform: rotate(360deg) scale(1.1);
}

.features-pro .feature-icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

/* Gradient Feature Title */
.features-pro .gradient-feature-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  z-index: 1;
}

/* Gradient Feature Text */
.features-pro .gradient-feature-text {
  position: relative;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
  z-index: 1;
}

/* Background Grid Pattern */
.features-pro .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 20%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 20%, transparent) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .features-pro .decorative-blob {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .features-pro .display-4 {
    font-size: 2.5rem;
  }
  
  .features-pro .gradient-feature-card {
    padding: 1.75rem 1.25rem;
  }
  
  .features-pro .feature-icon-circle {
    width: 64px;
    height: 64px;
  }
  
  .features-pro .feature-icon-circle i {
    font-size: 1.75rem;
  }
}





.services-section-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styling */
.services-section-bold .section-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.services-section-bold .section-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.services-section-bold .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Service Module */
.services-section-bold .service-module {
  background: var(--light);
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.services-section-bold .service-module::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.services-section-bold .service-module:hover::before {
  transform: scaleY(1);
}

.services-section-bold .service-module:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);
}

/* Module Header */
.services-section-bold .module-header {
  background: linear-gradient(135deg, var(--neutral-100) 0%, var(--neutral-50) 100%);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.services-section-bold .header-bar {
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  flex-shrink: 0;
}

.services-section-bold .icon-badge {
  width: 50px;
  height: 50px;
  background: var(--light);
  border: 3px solid var(--primary-500);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.services-section-bold .service-module:hover .icon-badge {
  background: var(--primary-500);
  transform: rotate(90deg);
}

.services-section-bold .icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.services-section-bold .service-module:hover .icon-badge i {
  color: var(--light);
}

/* Module Body */
.services-section-bold .module-body {
  padding: 2rem;
}

.services-section-bold .service-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.services-section-bold .service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Spec Box */
.services-section-bold .spec-box {
  background: var(--neutral-50);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--primary-500);
  border-radius: 0 4px 4px 0;
  position: relative;
}

.services-section-bold .spec-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0, 0, 0, 0.02) 10px,
    rgba(0, 0, 0, 0.02) 20px
  );
  pointer-events: none;
}

.services-section-bold .service-features {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Price Bar */
.services-section-bold .price-bar {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 1rem 1.5rem;
  margin: -2rem -2rem 0;
  border-top: 3px solid var(--primary-300);
}

.services-section-bold .service-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--light);
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tech Grid Background */
.services-section-bold .tech-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
}

/* Circuit Patterns */
.services-section-bold .circuit-pattern {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  pointer-events: none;
}

.services-section-bold .pattern-1 {
  top: 10%;
  right: 5%;
  background: 
    linear-gradient(var(--primary-500) 2px, transparent 2px),
    linear-gradient(90deg, var(--primary-500) 2px, transparent 2px);
  background-size: 30px 30px;
}

.services-section-bold .pattern-2 {
  bottom: 15%;
  left: 8%;
  background: 
    repeating-linear-gradient(
      45deg,
      var(--primary-700),
      var(--primary-700) 10px,
      transparent 10px,
      transparent 20px
    );
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-section-bold .section-title {
    font-size: 2.2rem;
  }
  
  .services-section-bold .section-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .services-section-bold .section-title {
    font-size: 1.8rem;
  }
  
  .services-section-bold .section-subtitle {
    font-size: 1.05rem;
  }
  
  .services-section-bold .module-body {
    padding: 1.5rem;
  }
  
  .services-section-bold .module-header {
    padding: 1rem;
  }
  
  .services-section-bold .header-bar {
    width: 40px;
  }
  
  .services-section-bold .icon-badge {
    width: 40px;
    height: 40px;
  }
  
  .services-section-bold .icon-badge i {
    font-size: 1.2rem;
  }
  
  .services-section-bold .price-bar {
    margin: -1.5rem -1.5rem 0;
  }
}




/* Priceplan section */

.priceplan-section-featured {
  position: relative;
  background: linear-gradient(135deg,
    var(--neutral-50) 0%,
    var(--primary-50) 50%,
    var(--neutral-50) 100%);
  overflow: hidden;
}

/* Header */
.priceplan-section-featured .ribbon-header-content {
  position: relative;
  z-index: 2;
}

.priceplan-section-featured .ribbon-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.priceplan-section-featured .ribbon-icon-item {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-0);
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  animation: bounce-icon 2s infinite ease-in-out;
}

.priceplan-section-featured .ribbon-icon-item:nth-child(2) {
  animation-delay: 0.3s;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
}

.priceplan-section-featured .ribbon-icon-item:nth-child(3) {
  animation-delay: 0.6s;
}

.priceplan-section-featured #priceplan-title {
  color: var(--neutral-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.priceplan-section-featured #priceplan-subtitle {
  color: var(--neutral-700);
  font-weight: 500;
}

.priceplan-section-featured #priceplan-desc {
  color: var(--neutral-700);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Ribbon Plan Card */
.priceplan-section-featured .ribbon-plan-card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
}

.priceplan-section-featured .ribbon-plan-card:hover {
  transform: translateY(-16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  border-color: var(--primary-500);
}

/* Vertical Ribbon */
.priceplan-section-featured .vertical-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.priceplan-section-featured .ribbon-starter {
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
}

.priceplan-section-featured .ribbon-pro {
  background: linear-gradient(180deg, var(--accent-500), var(--accent-700));
}

.priceplan-section-featured .ribbon-enterprise {
  background: linear-gradient(180deg, var(--primary-700), var(--primary-900));
}

/* Featured Card */
.priceplan-section-featured .ribbon-featured-card {
  background: linear-gradient(180deg,
    var(--neutral-0) 0%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-500);
  transform: scale(1.03);
}

.priceplan-section-featured .ribbon-featured-card:hover {
  transform: translateY(-20px) scale(1.03);
}

.priceplan-section-featured .featured-crown-ribbon {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-0);
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

/* Card Inner */
.priceplan-section-featured .ribbon-card-inner {
  padding: 3rem 2.5rem 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Icon Top */
.priceplan-section-featured .ribbon-icon-top {
  text-align: center;
  margin-bottom: 2rem;
}

.priceplan-section-featured .ribbon-icon-top i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  color: var(--primary-700);
  font-size: 2.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.priceplan-section-featured .ribbon-plan-card:hover .ribbon-icon-top i {
  transform: scale(1.15) rotate(15deg);
}

.priceplan-section-featured .ribbon-featured-card .ribbon-icon-top i {
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-700);
}

/* Title Section */
.priceplan-section-featured .ribbon-title-section {
  text-align: center;
}

.priceplan-section-featured .ribbon-plan-title {
  color: var(--neutral-900);
}

.priceplan-section-featured [id^="priceplan-item-"][id$="-name"] {
  color: var(--neutral-900);
}

.priceplan-section-featured .ribbon-plan-description {
  color: var(--neutral-700);
  font-size: 0.95rem;
  line-height: 1.6;
  min-height: 75px;
}

.priceplan-section-featured [id^="priceplan-item-"][id$="-desc"] {
  color: var(--neutral-700);
}

/* Price Section */
.priceplan-section-featured .ribbon-price-section {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg,
    var(--primary-50),
    var(--neutral-50));
  border-radius: 16px;
}

.priceplan-section-featured .ribbon-featured-card .ribbon-price-section {
  background: linear-gradient(135deg,
    var(--accent-50),
    var(--primary-100));
}

.priceplan-section-featured .ribbon-price-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.priceplan-section-featured .ribbon-dollar {
  font-size: 1.5rem;
  color: var(--neutral-700);
  font-weight: 700;
  align-self: flex-start;
  margin-top: 0.75rem;
}

.priceplan-section-featured .ribbon-price-num {
  color: var(--primary-700);
  font-weight: 800;
  line-height: 1;
}

.priceplan-section-featured [id^="priceplan-item-"][id$="-price"] {
  color: var(--primary-700);
}

.priceplan-section-featured .ribbon-mo {
  font-size: 1rem;
  color: var(--neutral-500);
  font-weight: 500;
  align-self: flex-end;
  margin-bottom: 0.75rem;
}

/* Divider */
.priceplan-section-featured .ribbon-divider {
  height: 2px;
  background: linear-gradient(90deg,
    transparent,
    var(--primary-300),
    transparent);
  margin: 0 auto;
  width: 80%;
}

/* Features Section */
.priceplan-section-featured .ribbon-features-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.priceplan-section-featured [id^="priceplan-item-"][id$="-features"] {
  color: var(--neutral-700);
}

.priceplan-section-featured .ribbon-feature-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.75rem;
  border-radius: 12px;
  background: transparent;
  transition: all 0.2s ease;
}

.priceplan-section-featured .ribbon-feature-row:hover {
  background: var(--primary-50);
  transform: translateX(8px);
}

.priceplan-section-featured .ribbon-feature-row i {
  color: var(--primary-700);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.priceplan-section-featured .ribbon-featured-card .ribbon-feature-row i {
  color: var(--accent-600);
}

.priceplan-section-featured .ribbon-feature-row span {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.5;
}

/* Footer Decoration */
.priceplan-section-featured .ribbon-footer-deco {
  margin-top: auto;
  text-align: center;
  padding-top: 1.5rem;
}

.priceplan-section-featured .ribbon-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg,
    var(--primary-500),
    var(--primary-700));
  margin: 0 auto;
  border-radius: 2px;
}

.priceplan-section-featured .ribbon-featured-card .ribbon-line {
  background: linear-gradient(90deg,
    var(--accent-500),
    var(--accent-700));
}

/* Background Decorations */
.priceplan-section-featured .ribbon-bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.priceplan-section-featured .ribbon-bg-stripe {
  position: absolute;
  width: 100%;
  height: 150px;
  opacity: 0.1;
  transform: skewY(-3deg);
}

.priceplan-section-featured .stripe-1 {
  top: 15%;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  animation: slide-stripe 20s infinite linear;
}

.priceplan-section-featured .stripe-2 {
  bottom: 20%;
  background: linear-gradient(90deg, transparent, var(--accent-400), transparent);
  animation: slide-stripe 25s infinite linear reverse;
}

.priceplan-section-featured .ribbon-bg-dot {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  opacity: 0.2;
}

.priceplan-section-featured .dot-1 {
  top: 10%;
  left: 10%;
  animation: float-dot 15s infinite ease-in-out;
}

.priceplan-section-featured .dot-2 {
  top: 60%;
  right: 15%;
  animation: float-dot 18s infinite ease-in-out 2s;
}

.priceplan-section-featured .dot-3 {
  bottom: 15%;
  left: 20%;
  background: radial-gradient(circle, var(--accent-300), transparent);
  animation: float-dot 22s infinite ease-in-out 4s;
}

/* Animations */
@keyframes bounce-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes slide-stripe {
  from {
    transform: skewY(-3deg) translateX(-100%);
  }
  to {
    transform: skewY(-3deg) translateX(100%);
  }
}

@keyframes float-dot {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan-section-featured #priceplan-title {
    font-size: 2.5rem;
  }

  .priceplan-section-featured .ribbon-featured-card {
    transform: scale(1);
    margin: 2rem 0;
  }

  .priceplan-section-featured .ribbon-featured-card:hover {
    transform: translateY(-16px) scale(1);
  }
}

@media (max-width: 767.98px) {
  .priceplan-section-featured #priceplan-title {
    font-size: 2rem;
  }

  .priceplan-section-featured .ribbon-icon-item {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .priceplan-section-featured .ribbon-card-inner {
    padding: 2.5rem 2rem 2rem 3.5rem;
  }

  .priceplan-section-featured .ribbon-price-num {
    font-size: 2.5rem;
  }

  .priceplan-section-featured .ribbon-icon-top i {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .priceplan-section-featured .vertical-ribbon {
    width: 40px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .priceplan-section-featured .container {
    max-width: 1400px;
  }
}







/* ============================================
   Team Section v-095 - Professional Blue Theme
   ============================================ */

.team-section-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header Styles */
.team-section-modern .decorative-dot-pattern {
  width: 60px;
  height: 8px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 12px 12px;
  margin: 0 auto;
}

.team-section-modern .decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

.team-section-modern .letter-spacing-wide {
  letter-spacing: 0.15em;
  color: var(--primary-500);
  font-weight: 600;
}

/* Team Card Styles */
.team-section-modern .team-card {
  background: var(--surface-secondary);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  position: relative;
}

.team-section-modern .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

/* Team Image Styles */
.team-section-modern .team-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.team-section-modern .image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}

.team-section-modern .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-modern .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

.team-section-modern .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-700) 40%, transparent) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-modern .team-card:hover .image-overlay {
  opacity: 1;
}

/* Decorative Corners */
.team-section-modern .decorative-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-color: var(--primary-500);
  transition: all 0.4s ease;
}

.team-section-modern .decorative-corner.top-left {
  top: -8px;
  left: -8px;
  border-width: 3px 0 0 3px;
}

.team-section-modern .decorative-corner.bottom-right {
  bottom: -8px;
  right: -8px;
  border-width: 0 3px 3px 0;
}

.team-section-modern .team-card:hover .decorative-corner.top-left {
  top: -12px;
  left: -12px;
}

.team-section-modern .team-card:hover .decorative-corner.bottom-right {
  bottom: -12px;
  right: -12px;
}

/* Team Info Styles */
.team-section-modern .team-info {
  text-align: center;
}

.team-section-modern .team-name {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-modern .team-card:hover .team-name {
  color: var(--primary-500);
}

.team-section-modern .team-role {
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.team-section-modern .team-accent-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  margin: 1rem auto 0;
  transition: width 0.4s ease;
}

.team-section-modern .team-card:hover .team-accent-line {
  width: 60px;
}

/* Join Card Styles */
.team-section-modern .team-join-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%) 100%);
  border: 2px dashed var(--primary-500);
  min-height: 400px;
}

.team-section-modern .join-content {
  text-align: center;
}

.team-section-modern .join-icon-wrapper {
  width: 100px;
  height: 100px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.team-section-modern .join-icon-wrapper i {
  font-size: 3rem;
  color: var(--primary-500);
}

.team-section-modern .decorative-plus {
  font-size: 4rem;
  color: var(--primary-500);
  font-weight: 300;
  line-height: 1;
  opacity: 0.5;
}

/* Decorative Background Elements */
.team-section-modern .decorative-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.team-section-modern .decorative-shape.shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 8%, transparent) 0%, 
    transparent 70%);
  top: -200px;
  right: -200px;
}

.team-section-modern .decorative-shape.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 5%, transparent) 0%, 
    transparent 70%);
  bottom: -150px;
  left: -150px;
}

.team-section-modern .decorative-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-500) 3%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-500) 3%, transparent) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.team-section-modern .container {
  position: relative;
  z-index: 1;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .team-section-modern .team-card {
    padding: 1.5rem;
  }
  
  .team-section-modern .decorative-shape.shape-1 {
    width: 250px;
    height: 250px;
    top: -125px;
    right: -125px;
  }
  
  .team-section-modern .decorative-shape.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
  }
}

@media (max-width: 767.98px) {
  .team-section-modern .display-4 {
    font-size: 2rem;
  }
  
  .team-section-modern .team-card {
    padding: 1.25rem;
  }
  
  .team-section-modern .decorative-corner {
    width: 16px;
    height: 16px;
  }
  
  .team-section-modern .join-icon-wrapper {
    width: 80px;
    height: 80px;
  }
  
  .team-section-modern .join-icon-wrapper i {
    font-size: 2.5rem;
  }
  
  .team-section-modern .decorative-plus {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .team-section-modern {
    padding: 3rem 0;
  }
  
  .team-section-modern .display-4 {
    font-size: 1.75rem;
  }
  
  .team-section-modern .lead {
    font-size: 1rem;
  }
}

/* High Contrast Enhancements */
@media (prefers-contrast: high) {
  .team-section-modern .team-card {
    border-width: 3px;
  }
  
  .team-section-modern .team-name {
    font-weight: 800;
  }
  
  .team-section-modern .team-role {
    font-weight: 700;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-section-modern .team-card,
  .team-section-modern .team-member-photo,
  .team-section-modern .image-overlay,
  .team-section-modern .decorative-corner,
  .team-section-modern .team-name,
  .team-section-modern .team-accent-line {
    transition: none;
  }
  
  .team-section-modern .team-card:hover {
    transform: none;
  }
  
  .team-section-modern .team-card:hover .team-member-photo {
    transform: none;
  }
}

/* Reviews section */

.reviews-section-alt {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.reviews-section-alt .section-header {
  position: relative;
  z-index: 2;
}

.reviews-section-alt #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.reviews-section-alt #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.reviews-section-alt #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Review Cards */
.reviews-section-alt .review-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.reviews-section-alt .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Quote Icon */
.reviews-section-alt .quote-icon {
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
  margin-bottom: 1.5rem;
  line-height: 1;
}

.reviews-section-alt .quote-icon i {
  display: block;
}

/* Review Content */
.reviews-section-alt .review-content {
  margin-bottom: 2rem;
}

.reviews-section-alt .review-text {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
  position: relative;
}

/* Author Section */
.reviews-section-alt .review-author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.reviews-section-alt .author-avatar {
  flex-shrink: 0;
}

.reviews-section-alt .avatar-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--light);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.reviews-section-alt .author-info {
  flex: 1;
}

.reviews-section-alt .author-name {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Card Decoration */
.reviews-section-alt .card-decoration {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Shapes */
.reviews-section-alt .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.reviews-section-alt .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 6%, transparent), transparent 70%);
}

.reviews-section-alt .shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation: float-1 20s ease-in-out infinite;
}

.reviews-section-alt .shape-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: -80px;
  animation: float-2 25s ease-in-out infinite;
}

.reviews-section-alt .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 4%, transparent), transparent 60%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

/* Animations */
@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-40px, 20px) scale(0.9);
  }
}

@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% 70% 40% 60% / 50% 60% 40% 50%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 30% 70% 50% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .reviews-section-alt #reviews-title {
    font-size: 2rem;
  }

  .reviews-section-alt .review-card {
    padding: 1.75rem;
  }

  .reviews-section-alt .quote-icon {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-alt {
    padding: 3rem 0;
  }

  .reviews-section-alt #reviews-title {
    font-size: 1.75rem;
  }

  .reviews-section-alt #reviews-desc {
    font-size: 0.95rem;
  }

  .reviews-section-alt .review-card {
    padding: 1.5rem;
  }

  .reviews-section-alt .review-text {
    font-size: 0.95rem;
  }

  .reviews-section-alt .avatar-circle {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
  }

  .reviews-section-alt .author-name {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-alt .review-author-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .reviews-section-alt .shape-1,
  .reviews-section-alt .shape-2 {
    display: none;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .reviews-section-alt .review-card {
    transition: none;
  }

  .reviews-section-alt .shape-1,
  .reviews-section-alt .shape-2,
  .reviews-section-alt .shape-blob {
    animation: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .reviews-section-alt .review-card {
    border: 2px solid var(--primary-500);
  }

  .reviews-section-alt .review-card:hover {
    border-color: var(--primary-700);
  }
}

/* ===================================
   Case Study Section v-033
   Theme: modern-green-01
   Style: Timeline Layout with Organic Shapes
   =================================== */

.casestudy_wrap_variant {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.casestudy_header_wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
  position: relative;
  padding-top: 20px;
}

.decorative-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.pill {
  width: 40px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 3px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.pill-1 {
  animation: pillPulse 2s ease-in-out infinite;
}

.pill-2 {
  animation: pillPulse 2s ease-in-out infinite 0.3s;
}

.pill-3 {
  animation: pillPulse 2s ease-in-out infinite 0.6s;
}

@keyframes pillPulse {
  0%, 100% { transform: scaleX(1); opacity: 0.7; }
  50% { transform: scaleX(1.3); opacity: 1; }
}

.casestudy_section_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.casestudy_section_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.casestudy_section_desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 40px;
}

.decorative-wave {
  width: 100%;
  height: 30px;
  color: var(--primary-300);
  opacity: 0.4;
}

.decorative-wave svg {
  width: 100%;
  height: 100%;
}

/* Timeline Layout */
.casestudy_timeline {
  position: relative;
  padding: 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300), var(--primary-500), var(--primary-300));
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(5, 150, 105, 0.3);
}

.casestudy_timeline_item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}

.item-left {
  justify-content: flex-end;
  padding-right: calc(50% + 60px);
}

.item-right {
  justify-content: flex-start;
  padding-left: calc(50% + 60px);
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: 10;
}

.marker-inner {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid var(--surface-primary);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.35);
  transition: all 0.4s ease;
}

.marker-inner i {
  font-size: 32px;
  color: #ffffff;
}

.casestudy_timeline_item:hover .marker-inner {
  transform: scale(1.15);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.45);
}

.casestudy_timeline_content {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 2px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 480px;
}

.casestudy_timeline_content:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-300);
}

.timeline-decorative-icon {
  position: absolute;
  top: -15px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-300);
}

.timeline-decorative-icon i {
  font-size: 24px;
  color: var(--primary-500);
}

.casestudy_timeline_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.casestudy_timeline_desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.timeline-gradient-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300), transparent);
  border-radius: 2px;
  margin-top: 20px;
}

/* Floating Organic Shapes */
.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-organic {
  position: absolute;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  opacity: 0.5;
  animation: organicFloat 20s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 5%;
  left: -5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 10%;
  right: -3%;
  animation-delay: 2s;
}

.shape-3 {
  width: 250px;
  height: 250px;
  border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
  top: 50%;
  left: 80%;
  animation-delay: 4s;
}

@keyframes organicFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg) scale(0.95);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy_wrap_variant {
    padding: 80px 0;
  }

  .casestudy_header_wrapper {
    margin-bottom: 60px;
  }

  .timeline-line {
    left: 40px;
  }

  .casestudy_timeline_item {
    margin-bottom: 60px;
  }

  .item-left,
  .item-right {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
  }

  .timeline-marker {
    left: 40px;
  }

  .marker-inner {
    width: 70px;
    height: 70px;
    border-width: 5px;
  }

  .marker-inner i {
    font-size: 28px;
  }

  .casestudy_timeline_content {
    padding: 35px;
    max-width: 100%;
  }

  .casestudy_timeline_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .casestudy_wrap_variant {
    padding: 60px 0;
  }

  .casestudy_header_wrapper {
    padding-top: 10px;
    margin-bottom: 50px;
  }

  .decorative-pills {
    margin-bottom: 20px;
  }

  .pill {
    width: 30px;
    height: 5px;
  }

  .casestudy_section_desc {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .timeline-line {
    left: 30px;
  }

  .casestudy_timeline_item {
    margin-bottom: 50px;
  }

  .item-left,
  .item-right {
    padding-left: 85px;
  }

  .timeline-marker {
    left: 30px;
    top: 30px;
  }

  .marker-inner {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }

  .marker-inner i {
    font-size: 24px;
  }

  .casestudy_timeline_content {
    padding: 28px;
    border-radius: 16px;
  }

  .timeline-decorative-icon {
    width: 45px;
    height: 45px;
    top: -12px;
    right: 20px;
  }

  .timeline-decorative-icon i {
    font-size: 20px;
  }

  .casestudy_timeline_title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .casestudy_timeline_desc {
    font-size: 0.9rem;
  }

  .floating-shapes {
    display: none;
  }
}



/* Process section */
.process_section_primary {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Organic Background Shapes */
.decorative_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.organic_shape {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.05;
  animation: organic_float 20s ease-in-out infinite;
}

.shape_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  left: -100px;
  animation-delay: 0s;
}

.shape_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 50%;
  right: -80px;
  animation-delay: 7s;
}

.shape_3 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  bottom: 15%;
  left: 20%;
  animation-delay: 14s;
}

@keyframes organic_float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
    border-radius: 50% 50% 40% 60% / 40% 70% 50% 50%;
  }
}

/* Header Styling */
.process_eco_header {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.eco_badge_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 1.5rem;
  box-shadow: 0 15px 40px rgba(5, 150, 105, 0.25);
  animation: eco_pulse 3s ease-in-out infinite;
}

.eco_badge_wrapper i {
  font-size: 2.25rem;
  color: white;
}

@keyframes eco_pulse {
  0%, 100% {
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.25);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.35);
    transform: scale(1.05);
  }
}

.eco_process_title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.eco_process_subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.eco_process_description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Phase Cards */
.process_grid_organic {
  position: relative;
  z-index: 1;
}

.eco_phase_card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 24px;
  border: 2px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.eco_phase_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    var(--primary-500), 
    var(--primary-700));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.eco_phase_card:hover::before {
  opacity: 1;
}

.eco_phase_card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(5, 150, 105, 0.15);
}

/* Growth Indicator */
.phase_growth_indicator {
  position: absolute;
  top: -15px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.growth_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid var(--primary-500);
  background: white;
  position: relative;
  animation: growth_bloom 2s ease-in-out infinite;
}

.growth_circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-500);
}

@keyframes growth_bloom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.growth_stem {
  width: 3px;
  height: 40px;
  background: linear-gradient(180deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  margin-top: -5px;
}

/* Phase Icon */
.phase_icon_organic {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-accent);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.phase_icon_organic i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.eco_phase_card:hover .phase_icon_organic {
  background: var(--primary-500);
  transform: rotate(360deg) scale(1.1);
}

.eco_phase_card:hover .phase_icon_organic i {
  color: white;
}

/* Phase Number */
.phase_number_eco {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  transition: all 0.3s ease;
  z-index: 1;
}

.eco_phase_card:hover .phase_number_eco {
  color: var(--primary-300);
  transform: scale(1.1);
}

/* Phase Content */
.phase_eco_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.phase_eco_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Card Variations */
.card_compact .phase_eco_description {
  font-size: 0.95rem;
}

.card_wide {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.card_wide .phase_icon_organic {
  margin-bottom: 0;
}

/* Harvest Card (Finale) */
.card_harvest {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-accent) 0%, 
    var(--primary-100) 100%);
  border: 3px solid var(--primary-300);
  padding: 3rem 2.5rem;
}

.indicator_harvest .growth_circle {
  width: 40px;
  height: 40px;
  border-width: 4px;
}

.indicator_harvest .growth_circle::after {
  width: 16px;
  height: 16px;
}

.icon_harvest {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
}

.icon_harvest i {
  font-size: 2.5rem;
  color: white;
}

.card_harvest:hover .icon_harvest {
  transform: rotate(360deg) scale(1.2);
}

.number_harvest {
  font-size: 5rem;
  color: var(--primary-300);
}

.harvest_content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.title_harvest {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.desc_harvest {
  font-size: 1.1rem;
}

.harvest_glow {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, 
    rgba(5, 150, 105, 0.15) 0%, 
    transparent 70%);
  border-radius: 50%;
  animation: harvest_glow_pulse 4s ease-in-out infinite;
  z-index: 1;
}

@keyframes harvest_glow_pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .eco_process_title {
    font-size: 2.25rem;
  }

  .card_wide {
    flex-direction: column;
  }

  .card_wide .phase_icon_organic {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .process_section_primary {
    padding: 60px 0;
  }

  .eco_process_title {
    font-size: 1.85rem;
  }

  .eco_process_subtitle {
    font-size: 1.15rem;
  }

  .eco_badge_wrapper {
    width: 70px;
    height: 70px;
  }

  .eco_badge_wrapper i {
    font-size: 2rem;
  }

  .eco_phase_card {
    padding: 2rem 1.5rem;
  }

  .phase_number_eco {
    font-size: 2.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .phase_eco_title {
    font-size: 1.35rem;
  }

  .phase_eco_description {
    font-size: 0.95rem;
  }

  .title_harvest {
    font-size: 1.65rem;
  }

  .desc_harvest {
    font-size: 1rem;
  }

  .number_harvest {
    font-size: 3.5rem;
  }

  .icon_harvest {
    width: 75px;
    height: 75px;
  }

  .icon_harvest i {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .eco_process_title {
    font-size: 1.65rem;
  }

  .eco_process_description {
    font-size: 1rem;
  }

  .phase_growth_indicator {
    right: 15px;
  }

  .card_harvest {
    padding: 2rem 1.5rem;
  }
}



/* Timeline section */

.timeline-section-alt {
  background: radial-gradient(ellipse at top, var(--primary-50), var(--neutral-50));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.timeline-section-alt .header-accent-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-400));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  animation: shapeMoreph 10s ease-in-out infinite;
}

@keyframes shapeMoreph {
  0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
  50% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}

.floating-icons {
  position: relative;
  height: 80px;
  margin-bottom: 1rem;
}

.floating-icons i {
  position: absolute;
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.4;
}

.float-icon-1 {
  left: 20%;
  top: 10px;
  animation: floatIcon 4s ease-in-out infinite;
}

.float-icon-2 {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: floatIcon 5s ease-in-out infinite 1s;
}

.float-icon-3 {
  right: 20%;
  top: 15px;
  animation: floatIcon 6s ease-in-out infinite 2s;
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(15deg); }
}

.timeline-section-alt #timeline-title {
  color: var(--primary-900);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.timeline-section-alt #timeline-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  font-style: italic;
}

.timeline-section-alt #timeline-desc {
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 900px;
}

.gradient-underline {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-500), var(--accent-500), transparent);
  margin: 2rem auto 0;
  border-radius: 2px;
}

/* Cascade Timeline Wrapper */
.cascade-timeline-wrapper {
  position: relative;
  padding: 4rem 0;
  margin-top: 3rem;
}

/* Diagonal Flow Line */
.diagonal-flow-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--primary-300);
  pointer-events: none;
  z-index: 0;
}

/* Cascade Item Positioning */
.cascade-item {
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
}

.cascade-position-1 {
  padding-left: 0;
  padding-right: 40%;
}

.cascade-position-2 {
  padding-left: 35%;
  padding-right: 5%;
}

.cascade-position-3 {
  padding-left: 5%;
  padding-right: 35%;
}

.cascade-position-4 {
  padding-left: 40%;
  padding-right: 0;
}

.cascade-position-5 {
  padding-left: 20%;
  padding-right: 20%;
}

/* Cascade Card */
.cascade-card {
  background: var(--neutral-50);
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 3px solid transparent;
}

.cascade-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

/* Cascade Number */
.cascade-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 5rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  opacity: 0.4;
  z-index: 0;
}

/* Cascade Icon Wrapper */
.cascade-icon-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 1.5rem;
}

.icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: 50% 40% 50% 40%;
  animation: iconBgRotate 8s ease-in-out infinite;
}

@keyframes iconBgRotate {
  0%, 100% { border-radius: 50% 40% 50% 40%; transform: rotate(0deg); }
  50% { border-radius: 40% 50% 40% 50%; transform: rotate(180deg); }
}

.cascade-icon-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: var(--neutral-50);
  z-index: 1;
}

/* Cascade Content */
.cascade-content {
  position: relative;
  z-index: 1;
}

.cascade-content h3 {
  color: var(--primary-900);
  line-height: 1.3;
}

.cascade-content p {
  color: var(--neutral-700);
  line-height: 1.7;
}

/* Cascade Decoration */
.cascade-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0 0 25px 25px;
}

.cascade-card:hover .cascade-decoration {
  opacity: 1;
}

/* Pattern Elements */
.pattern-element {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid var(--primary-300);
  opacity: 0.15;
  pointer-events: none;
  animation: patternFloat 10s ease-in-out infinite;
}

.pattern-elem-1 {
  top: 15%;
  left: 10%;
  border-radius: 50%;
  animation-delay: 0s;
}

.pattern-elem-2 {
  top: 45%;
  right: 8%;
  border-radius: 20px;
  transform: rotate(45deg);
  animation-delay: 3s;
}

.pattern-elem-3 {
  bottom: 20%;
  left: 15%;
  border-radius: 30% 70% 70% 30%;
  animation-delay: 6s;
}

@keyframes patternFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -20px); }
}

/* Blob Backgrounds */
.blob-background {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  animation: blobMove 20s ease-in-out infinite;
}

.blob-bg-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-500);
  top: 10%;
  left: -180px;
}

.blob-bg-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-500);
  bottom: 15%;
  right: -150px;
  animation-delay: 10s;
}

@keyframes blobMove {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -40px) scale(1.1); }
  66% { transform: translate(-25px, 30px) scale(0.95); }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .cascade-position-1,
  .cascade-position-2,
  .cascade-position-3,
  .cascade-position-4,
  .cascade-position-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cascade-card {
    padding: 2rem;
  }

  .cascade-number {
    font-size: 4rem;
  }
}

@media (max-width: 991.98px) {
  .diagonal-flow-line {
    display: none;
  }

  .cascade-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .cascade-icon-wrapper i {
    font-size: 2rem;
  }

  .floating-icons {
    height: 60px;
  }

  .floating-icons i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .timeline-section-alt {
    padding: 3rem 0;
  }

  .timeline-section-alt #timeline-title {
    font-size: 2.25rem;
  }

  .cascade-timeline-wrapper {
    padding: 2rem 0;
    margin-top: 2rem;
  }

  .cascade-item {
    margin-bottom: 2rem;
  }

  .cascade-card {
    padding: 1.75rem;
  }

  .cascade-content h3 {
    font-size: 1.35rem;
  }

  .cascade-number {
    font-size: 3rem;
    top: 1rem;
    right: 1rem;
  }

  .pattern-element,
  .blob-background {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .timeline-section-alt #timeline-title {
    font-size: 1.85rem;
  }

  .cascade-card {
    padding: 1.5rem;
  }

  .cascade-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .cascade-icon-wrapper i {
    font-size: 1.75rem;
  }

  .floating-icons {
    height: 50px;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.career-section {
  padding: 80px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Leaves */
.decorative-leaf {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--primary-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.decorative-leaf i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.leaf-left {
  top: -20px;
  left: -10px;
  transform: rotate(-15deg);
}

.leaf-right {
  top: -10px;
  right: -20px;
  transform: rotate(15deg);
}

/* Section Header */
.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
  position: relative;
}

/* Horizontal Scroll Container */
.scroll-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0 40px 0;
  margin: 0 -15px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-300) var(--neutral-100);
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: var(--primary-300);
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

.scroll-wrapper {
  display: flex;
  gap: 30px;
  padding: 0 15px;
  width: max-content;
}

/* Career Cards */
.career-card {
  width: 380px;
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid var(--neutral-100);
  flex-shrink: 0;
}

.career-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.card-header-visual {
  height: 160px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.05) 20px);
}

.pattern-alt {
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.visual-icon {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.visual-icon i {
  font-size: 2.5rem;
  color: var(--light);
}

.career-card:hover .visual-icon {
  transform: scale(1.15) rotate(10deg);
}

.card-content {
  padding: 2rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-role-wrapper {
  margin-bottom: 1.25rem;
}

.role-label {
  display: inline-block;
  padding: 0.5rem 1.125rem;
  background: var(--primary-50);
  color: var(--primary-700);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.card-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-horizontal 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-indicator i {
  font-size: 1.5rem;
  color: var(--light);
}

@keyframes bounce-horizontal {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .career-card {
    width: 340px;
  }

  .scroll-indicator {
    bottom: 40px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .career-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .career-card {
    width: 300px;
  }

  .card-content {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-header-visual {
    height: 140px;
  }

  .decorative-leaf {
    width: 40px;
    height: 40px;
  }

  .decorative-leaf i {
    font-size: 1.25rem;
  }
}





.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Creative Header */
.creative-header .display-4 {
  color: var(--primary-700);
  font-weight: 700;
  line-height: 1.2;
}

.creative-header h3 {
  color: var(--primary-500);
  font-weight: 500;
}

.creative-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-700));
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* Creative Asymmetric Grid */
.creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .creative-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-large {
    grid-column: span 2;
  }
}

.grid-item {
  position: relative;
}

.item-inner {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.item-inner:hover {
  transform: translateY(-12px) rotate(-2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.item-inner:hover .icon-circle {
  transform: rotate(180deg) scale(1.1);
  background: linear-gradient(135deg, var(--primary-700), var(--primary-300));
}

.icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

.item-heading {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
}

.item-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Floating shapes inside items */
.floating-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 1;
  transition: all 0.5s ease;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  border-radius: 50%;
  bottom: -30px;
  right: -30px;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  transform: rotate(45deg);
  top: -30px;
  right: -20px;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid var(--primary-500);
  bottom: -40px;
  left: -20px;
}

.item-inner:hover .floating-shape {
  opacity: 0.15;
  transform: scale(1.2) rotate(10deg);
}

/* Background blobs */
.bg-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  z-index: 0;
  animation: blob-float 20s ease-in-out infinite;
}

.bg-blob.blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.bg-blob.blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  bottom: 15%;
  left: 8%;
  animation-delay: 7s;
}

.bg-blob.blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    transform: translate(20px, -30px) rotate(90deg);
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
    border-radius: 30% 70% 60% 40% / 60% 40% 50% 60%;
  }
  75% {
    transform: translate(30px, 10px) rotate(270deg);
    border-radius: 70% 30% 40% 60% / 40% 60% 50% 40%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .creative-header .display-4 {
    font-size: 2rem;
  }

  .creative-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .item-inner {
    padding: 1.5rem;
  }

  .bg-blob {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 1400px) {
  .creative-grid {
    gap: 2rem;
  }

  .item-inner {
    padding: 2.5rem;
  }
}





.contact-section-secondary {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

.contact-section-secondary .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.contact-section-secondary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.25rem;
}

.contact-section-secondary .section-description {
  font-size: 1.15rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Contact Cards */
.contact-section-secondary .contact-card {
  background: var(--light);
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-section-secondary .contact-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);
  transition: transform 0.4s ease;
}

.contact-section-secondary .contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.contact-section-secondary .contact-card:hover::before {
  transform: scaleX(1);
}

.contact-section-secondary .card-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.contact-section-secondary .contact-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.contact-section-secondary .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.contact-section-secondary .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-section-secondary .decorative-line {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
}

/* Form Container */
.contact-section-secondary .form-container {
  background: var(--light);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-section-secondary .form-floating > .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  background: var(--surface-primary);
  transition: all 0.3s ease;
}

.contact-section-secondary .form-floating > label {
  padding: 1.25rem 1rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.contact-section-secondary .form-floating > .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
  background: var(--light);
}

.contact-section-secondary .form-floating > .form-control:focus ~ label {
  color: var(--primary-500);
}

.contact-section-secondary .form-check-wrapper {
  background: var(--surface-primary);
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid var(--neutral-100);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-section-secondary .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-section-secondary .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-secondary .form-check-label {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-secondary .btn-submit {
  background: linear-gradient(135deg, #059669, #10b981) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1.125rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact-section-secondary .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(5, 150, 105, 0.4);
}

.contact-section-secondary .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-secondary .btn-submit:hover i {
  transform: translateX(4px);
}

/* Floating Shapes */
.contact-section-secondary .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.contact-section-secondary .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  left: -150px;
}

.contact-section-secondary .shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 15%;
  right: -100px;
}

.contact-section-secondary .shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 50%;
  right: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-secondary {
    padding: 80px 0;
  }
  
  .contact-section-secondary .section-title {
    font-size: 2.25rem;
  }
  
  .contact-section-secondary .form-container {
    padding: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-secondary {
    padding: 60px 0;
  }
  
  .contact-section-secondary .section-title {
    font-size: 1.875rem;
  }
  
  .contact-section-secondary .section-subtitle {
    font-size: 1.25rem;
  }
  
  .contact-section-secondary .form-container {
    padding: 2rem 1.5rem;
  }
  
  .contact-section-secondary .contact-card {
    padding: 2rem 1.5rem;
  }
  
  .contact-section-secondary .btn-submit {
    width: 100%;
  }
}


/* ================================
   Blog Section v-117 - Professional Blue
   ================================ */

.blog-section-custom {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Section Header */
.blog-section-custom .section-header {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.blog-section-custom .decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.blog-section-custom .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.blog-section-custom .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.blog-section-custom .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.blog-section-custom .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.blog-section-custom .section-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.blog-section-custom .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 700px;
}

.blog-section-custom .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 50%, 
    var(--primary-300) 100%
  );
  border-radius: 2px;
}

/* Blog Cards */
.blog-section-custom .blog-card {
  background: var(--surface-primary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  display: flex;
  flex-direction: column;
}

.blog-section-custom .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: color-mix(in srgb, var(--primary-300) 60%, transparent 40%);
}

/* Blog Card Image */
.blog-section-custom .blog-card-image-wrapper {
  position: relative;
  height: 220px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
}

.blog-section-custom .blog-image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-custom .blog-card:hover .blog-image {
  transform: scale(1.08);
}

.blog-section-custom .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(0, 0, 0, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-custom .blog-card:hover .image-overlay {
  opacity: 1;
}

.blog-section-custom .category-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--surface-primary);
  color: var(--primary-500);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.blog-section-custom .blog-card:hover .category-badge {
  background: var(--primary-500);
  color: var(--surface-primary);
  transform: translateY(-2px);
}

/* Blog Card Content */
.blog-section-custom .blog-card-content {
  padding: 1.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-custom .blog-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-custom .blog-card:hover .blog-card-title {
  color: var(--primary-500);
}

.blog-section-custom .blog-card-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  flex-grow: 1;
}

/* Blog Card Footer */
.blog-section-custom .blog-card-footer {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-100) 50%, transparent 50%);
}

.blog-section-custom .blog-meta {
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.blog-section-custom .meta-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-50) 60%, transparent 40%);
  border-radius: 8px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.blog-section-custom .blog-card:hover .meta-icon {
  background: var(--primary-500);
  color: var(--surface-primary);
  transform: translateY(-2px);
}

.blog-section-custom .blog-read-more {
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.blog-section-custom .blog-read-more:hover {
  color: var(--primary-700);
  gap: 4px;
}

.blog-section-custom .blog-read-more i {
  transition: transform 0.3s ease;
}

.blog-section-custom .blog-read-more:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.blog-section-custom .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.blog-section-custom .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.blog-section-custom .shape-circle-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: -150px;
  right: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.blog-section-custom .shape-circle-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  bottom: -100px;
  left: -80px;
  animation: float-shape 25s ease-in-out infinite reverse;
}

.blog-section-custom .shape-blob {
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse, var(--primary-300), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 30s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes morph-blob {
  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% 70% 40% 60% / 50% 60% 40% 50%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 30% 70% 50% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-section-custom .blog-card-image-wrapper {
    height: 200px;
  }
  
  .blog-section-custom .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section-custom {
    padding: 3rem 0;
  }
  
  .blog-section-custom .section-header {
    margin-bottom: 2.5rem;
  }
  
  .blog-section-custom .blog-card-image-wrapper {
    height: 180px;
  }
  
  .blog-section-custom .blog-card-content {
    padding: 1.5rem;
  }
  
  .blog-section-custom .blog-card-title {
    font-size: 1.2rem;
  }
  
  .blog-section-custom .blog-card-excerpt {
    font-size: 0.9rem;
  }
  
  .blog-section-custom .blog-read-more {
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .blog-section-custom .blog-card-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .blog-section-custom .shape-circle-1,
  .blog-section-custom .shape-circle-2,
  .blog-section-custom .shape-blob {
    display: none;
  }
}

.faq-section-classic {
  background: var(--light);
  position: relative;
}

/* Section Header */
.faq-section-classic .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-classic #faq-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.faq-section-classic #faq-subtitle {
  color: var(--neutral-700);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}

.faq-section-classic #faq-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Minimalist Grid */
.faq-section-classic .faq-minimalist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-100);
  max-width: 1000px;
  margin: 0 auto;
}

/* Minimalist Card */
.faq-section-classic .faq-minimal-item .card {
  border: none;
  border-radius: 0;
  background: var(--light);
  transition: all 0.3s ease;
  height: 100%;
}

.faq-section-classic .faq-minimal-item:hover .card {
  background: var(--neutral-50);
  box-shadow: inset 0 0 0 2px var(--primary-500);
}

.faq-section-classic .card-header {
  background: transparent;
  border: none;
  padding: 2rem 1.75rem 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.faq-section-classic .item-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-300);
  line-height: 1;
  flex-shrink: 0;
  font-family: 'Courier New', monospace;
  transition: color 0.3s ease;
}

.faq-section-classic .faq-minimal-item:hover .item-number {
  color: var(--primary-500);
}

.faq-section-classic .card-header h4 {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  padding-top: 0.15rem;
}

.faq-section-classic .card-body {
  padding: 0.75rem 1.75rem 2rem;
  background: transparent;
}

.faq-section-classic .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.9rem;
  margin: 0;
}

/* Decorative Line */
.faq-section-classic .decorative-minimal-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--neutral-300) 50%, transparent 100%);
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-section-classic .faq-minimalist-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .faq-section-classic #faq-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-classic .faq-minimalist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .faq-section-classic #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-classic .card-header {
    padding: 1.5rem 1.25rem 0.5rem;
    gap: 0.75rem;
  }

  .faq-section-classic .card-body {
    padding: 0.5rem 1.25rem 1.5rem;
  }

  .faq-section-classic .item-number {
    font-size: 1.25rem;
  }

  .faq-section-classic .card-header h4 {
    font-size: 0.95rem;
  }
}





/* Gallery section */

.gallery-section-minimal {
  background: linear-gradient(135deg, var(--surface-primary), var(--neutral-50));
  position: relative;
  perspective: 1500px;
}

.gallery-stacked {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.stack-group {
  position: relative;
  height: 400px;
  cursor: pointer;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}

.stack-group:hover {
  transform: translateY(-15px);
}

.gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: var(--light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stack-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* Stacked positioning */
.stack-item:nth-child(1) {
  transform: translateY(0) translateZ(0);
  z-index: 3;
}

.stack-item:nth-child(2) {
  transform: translateY(15px) translateZ(-50px) scale(0.95);
  z-index: 2;
  opacity: 0.85;
}

.stack-item:nth-child(3) {
  transform: translateY(30px) translateZ(-100px) scale(0.9);
  z-index: 1;
  opacity: 0.7;
}

/* Hover effect - fan out */
.stack-group:hover .stack-item:nth-child(1) {
  transform: translateX(-30px) translateY(-20px) translateZ(50px) rotate(-5deg);
}

.stack-group:hover .stack-item:nth-child(2) {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg);
  opacity: 1;
}

.stack-group:hover .stack-item:nth-child(3) {
  transform: translateX(30px) translateY(-20px) translateZ(50px) rotate(5deg);
  opacity: 1;
}

.stack-group:hover .gallery-item img {
  transform: scale(1.05);
}

.stack-group:hover .stack-shadow {
  opacity: 1;
}

/* Decorative lines */
.decorative-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--primary-300), transparent);
  opacity: 0.3;
  pointer-events: none;
}

.decorative-line.line-1 {
  top: 20%;
  left: 0;
  right: 0;
}

.decorative-line.line-2 {
  bottom: 20%;
  left: 0;
  right: 0;
}

/* Decorative circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.2;
  pointer-events: none;
}

.decorative-circle.circle-1 {
  width: 150px;
  height: 150px;
  top: 10%;
  right: 10%;
}

.decorative-circle.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 5%;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .gallery-stacked {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  
  .stack-group {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .gallery-stacked {
    gap: 2rem;
  }
  
  .stack-group {
    height: 320px;
  }
  
  .stack-item:nth-child(2) {
    transform: translateY(12px) translateZ(-40px) scale(0.95);
  }
  
  .stack-item:nth-child(3) {
    transform: translateY(24px) translateZ(-80px) scale(0.9);
  }
}

@media (max-width: 767px) {
  .gallery-stacked {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .stack-group {
    height: 300px;
  }
  
  /* Simplified hover for mobile */
  .stack-group:hover .stack-item:nth-child(1) {
    transform: translateX(-20px) translateY(-15px) translateZ(30px) rotate(-3deg);
  }
  
  .stack-group:hover .stack-item:nth-child(3) {
    transform: translateX(20px) translateY(-15px) translateZ(30px) rotate(3deg);
  }
}

@media (max-width: 575px) {
  .gallery-section-minimal {
    perspective: 1000px;
  }
  
  .stack-group {
    height: 280px;
  }
  
  .stack-item:nth-child(2) {
    transform: translateY(10px) translateZ(-30px) scale(0.96);
  }
  
  .stack-item:nth-child(3) {
    transform: translateY(20px) translateZ(-60px) scale(0.92);
  }
}





/* ============================================
   Footer v-121 - Professional Blue Theme
   ============================================ */

.footer-secondary {
  position: relative;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  ),
  url('WET_assets/WET_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
  padding: 0;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 5%, transparent);
  z-index: 1;
}

.footer-secondary .container {
  position: relative;
  z-index: 2;
}

/* ============================================
   Brand Section
   ============================================ */

.footer-brand-section {
  padding-right: 2rem;
}

.footer-brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.footer-brand-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
}

.footer-decorative-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.decorative-icon-item {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.decorative-icon-item i {
  font-size: 1.25rem;
  color: var(--primary-50);
}

.decorative-icon-item:hover {
  background: color-mix(in srgb, var(--primary-300) 35%, transparent);
  transform: translateY(-3px);
}

/* ============================================
   Links Section
   ============================================ */

.footer-links-section {
  padding: 0 1rem;
}

.footer-section-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--primary-300);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.footer-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer-link:hover i {
  transform: translateX(3px);
}

/* ============================================
   Contact Section
   ============================================ */

.footer-contact-section {
  padding: 0 1rem;
  position: relative;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-contact-item i {
  font-size: 1.1rem;
  color: var(--primary-300);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.footer-contact-item span {
  flex: 1;
}

.footer-decorative-shape {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  filter: blur(40px);
  z-index: -1;
}

/* ============================================
   Disclaimer Section
   ============================================ */

.footer-disclaimer-section {
  padding: 0 1rem;
}

.footer-disclaimer-card {
  background: color-mix(in srgb, var(--neutral-900) 30%, transparent);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  position: relative;
  overflow: hidden;
}

.footer-disclaimer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-300);
}

.footer-disclaimer-card i {
  font-size: 1.5rem;
  color: var(--primary-300);
  margin-bottom: 1rem;
  display: block;
}

.footer-disclaimer-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* ============================================
   Footer Bottom
   ============================================ */

.footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  padding: 2rem 0;
  margin-top: 2rem;
}

.footer-bottom-content {
  text-align: center;
  position: relative;
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.footer-decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* ============================================
   Background Decorative Blobs
   ============================================ */

.footer-blob-1,
.footer-blob-2,
.footer-blob-3 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.footer-blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 10%;
  left: -100px;
}

.footer-blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  top: 50%;
  right: -80px;
}

.footer-blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 991px) {
  .footer-brand-section {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .footer-links-section,
  .footer-contact-section,
  .footer-disclaimer-section {
    padding: 0;
    margin-bottom: 2rem;
  }

  .footer-section-title::after {
    width: 40px;
  }

  .footer-decorative-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-secondary {
    background-attachment: scroll;
  }

  .footer-brand-name {
    font-size: 1.5rem;
  }

  .footer-brand-desc {
    font-size: 0.9rem;
  }

  .footer-decorative-icons {
    justify-content: flex-start;
  }

  .decorative-icon-item {
    width: 36px;
    height: 36px;
  }

  .decorative-icon-item i {
    font-size: 1.1rem;
  }

  .footer-section-title {
    font-size: 1.05rem;
  }

  .footer-link,
  .footer-contact-item {
    font-size: 0.9rem;
  }

  .footer-disclaimer-card {
    padding: 1.25rem;
  }

  .footer-disclaimer-text {
    font-size: 0.85rem;
  }

  .footer-blob-1,
  .footer-blob-2,
  .footer-blob-3 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-brand-name {
    font-size: 1.35rem;
  }

  .footer-decorative-icons {
    gap: 0.75rem;
  }

  .footer-bottom {
    padding: 1.5rem 0;
  }

  .footer-copyright {
    font-size: 0.85rem;
  }
}

/* ============================================
   Accessibility & Print
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  .footer-secondary * {
    animation: none !important;
    transition: none !important;
  }
}

@media print {
  .footer-secondary {
    background: var(--neutral-900) !important;
    color: var(--neutral-50) !important;
  }

  .footer-blob-1,
  .footer-blob-2,
  .footer-blob-3,
  .footer-decorative-shape {
    display: none !important;
  }
}

/* ============================================
   High Contrast Mode
   ============================================ */

@media (prefers-contrast: high) {
  .footer-secondary {
    background: var(--neutral-900) !important;
  }

  .footer-brand-name,
  .footer-section-title,
  .footer-link:hover {
    color: #ffffff !important;
  }

  .footer-link,
  .footer-contact-item,
  .footer-disclaimer-text {
    color: rgba(255, 255, 255, 0.95) !important;
  }
}

/* Universal section */
/* Theme: professional-blue-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: var(--neutral-50);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--pro_section_title);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--creative_body_large);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--premium_body_base);
  font-size: 1rem;
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements List */
.add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.add_element {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  padding: var(--space-5);
  background: white;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.add_element:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.add_elem_number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
}

.add_elem_content {
  flex: 1;
}

.add_elem_title {
  font-family: var(--creative_body_large);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}

.add_elem_desc {
  font-family: var(--premium_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_element {
    flex-direction: column;
    gap: var(--space-3);
    padding: var(--space-4);
  }
  
  .add_element:hover {
    transform: translateY(-4px);
  }
  
  .add_elem_number {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .add_elem_title {
    font-size: 1.125rem;
  }
}








/* Universal section */
/* Staggered card layout with organic shapes */

.add_wrap_modern {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
  overflow: hidden;
}

/* Organic header */
.add_wrap_modern .add_header_organic {
  position: relative;
  text-align: center;
  padding: var(--space-8, 2rem);
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_modern .organic_shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  animation: morph 8s ease-in-out infinite;
}

.add_wrap_modern .shape_left {
  background: var(--primary-500, #059669);
  top: -50px;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_modern .shape_right {
  background: var(--primary-300, #6ee7b7);
  bottom: -50px;
  right: 10%;
  animation-delay: 4s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

.add_wrap_modern .header_content {
  position: relative;
  z-index: 1;
}

.add_wrap_modern .eco_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}

.add_wrap_modern .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_modern .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_modern .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  margin-top: var(--space-4, 1rem);
}

/* Staggered cards */
.add_wrap_modern .add_staggered_cards {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_modern .stagger_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
}

.add_wrap_modern .stagger_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

/* Card leaf accent */
.add_wrap_modern .card_leaf_accent {
  position: absolute;
  top: var(--space-4, 1rem);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #ecfdf5);
  color: var(--primary-500, #059669);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_modern .card_right .card_leaf_accent {
  right: var(--space-4, 1rem);
}

.add_wrap_modern .card_left .card_leaf_accent {
  left: var(--space-4, 1rem);
}

.add_wrap_modern .stagger_card:hover .card_leaf_accent {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: scale(1.1) rotate(15deg);
}

/* Card content */
.add_wrap_modern .card_content_wrapper {
  padding-top: var(--space-8, 2rem);
}

.add_wrap_modern .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_modern .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_modern .card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_modern .card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}

.add_wrap_modern .highlight_icon_cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin-bottom: var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.add_wrap_modern .icon_pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_modern .card_center {
  margin: 0 auto;
}

.add_wrap_modern .card_center .card_content_wrapper {
  padding-top: 0;
}

.add_wrap_modern .card_center .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_modern .organic_shape {
    display: none;
  }
  
  .add_wrap_modern .stagger_card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .add_wrap_modern .card_left .card_leaf_accent,
  .add_wrap_modern .card_right .card_leaf_accent {
    right: var(--space-4, 1rem);
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_modern {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_modern .add_header_organic {
    padding: var(--space-4, 1rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_modern .eco_badge {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_modern .stagger_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_modern .card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .card_leaf_accent {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_modern .card_content_wrapper {
    padding-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .highlight_icon_cluster {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_modern .icon_pulse {
    width: 90px;
    height: 90px;
  }
}



.additional-universal-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-bold #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-bold #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-bold #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Comparison Grid */
.additional-universal-bold .comparison-grid {
  position: relative;
  z-index: 2;
}

.additional-universal-bold .benefit-item {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
  transform: translateY(-5px);
}

/* Benefit Visual */
.additional-universal-bold .benefit-visual {
  position: relative;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.additional-universal-bold .metric-display {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover .metric-display {
  transform: scale(1.1);
}

.additional-universal-bold .visual-bars {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
}

.additional-universal-bold .bar-item {
  flex: 1;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.additional-universal-bold .bar-item:nth-child(1) {
  height: 40px;
}

.additional-universal-bold .bar-item:nth-child(2) {
  height: 60px;
}

.additional-universal-bold .bar-item:nth-child(3) {
  height: 50px;
}

.additional-universal-bold .benefit-item:hover .bar-item {
  background: var(--primary-700);
}

/* Benefit Content */
.additional-universal-bold .benefit-content {
  position: relative;
  padding: 1rem 0;
}

.additional-universal-bold .benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.additional-universal-bold .benefit-content h3 {
  color: var(--text-primary);
}

.additional-universal-bold .benefit-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Industrial Grid Pattern */
.additional-universal-bold .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: 
    linear-gradient(var(--neutral-900) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: 0.1;
}

.additional-universal-bold .accent-tl {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
  border-top-left-radius: 0;
}

.additional-universal-bold .accent-br {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-500);
  border-right: 4px solid var(--primary-500);
  border-bottom-right-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-bold .benefit-item {
    padding: 1.5rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 150px;
    margin-bottom: 1.5rem;
  }

  .additional-universal-bold .metric-display {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-bold #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-bold .benefit-item {
    padding: 1.25rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 120px;
  }

  .additional-universal-bold .metric-display {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}





/* Universal section */
/* Overlapping cards layout with animated particles */

.add_wrap_minimal {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Animated particles */
.add_wrap_minimal .particle_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_minimal .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300, #c4b5fd);
  border-radius: 50%;
  opacity: 0.4;
  animation: float-particle 15s ease-in-out infinite;
}

.add_wrap_minimal .p1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_minimal .p2 {
  top: 60%;
  right: 15%;
  animation-delay: 3s;
}

.add_wrap_minimal .p3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

.add_wrap_minimal .p4 {
  top: 30%;
  right: 25%;
  animation-delay: 9s;
}

@keyframes float-particle {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, -40px);
  }
  50% {
    transform: translate(-20px, -80px);
  }
  75% {
    transform: translate(20px, -40px);
  }
}

.add_wrap_minimal .container {
  position: relative;
  z-index: 1;
}

/* Header with frame */
.add_wrap_minimal .add_header_frame {
  position: relative;
  padding: var(--space-10, 2.5rem);
  margin-bottom: var(--space-12, 3rem);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg, 12px);
}

.add_wrap_minimal .frame_corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_minimal .corner_tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  border-radius: 12px 0 0 0;
}

.add_wrap_minimal .corner_tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
  border-radius: 0 12px 0 0;
}

.add_wrap_minimal .corner_bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 12px;
}

.add_wrap_minimal .corner_br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 12px 0;
}

.add_wrap_minimal .header_inner {
  text-align: center;
}

.add_wrap_minimal .creative_spark {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  animation: pulse-spark 2s ease-in-out infinite;
}

@keyframes pulse-spark {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
  }
}

.add_wrap_minimal .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--primary-700, #6d28d9) 0%, var(--primary-500, #7c3aed) 50%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_minimal .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_minimal .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  text-align: center;
}

/* Overlapping cards */
.add_wrap_minimal .add_overlap_cards {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_minimal .overlap_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-200, #ddd6fe);
  margin-bottom: var(--space-6, 1.5rem);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}

.add_wrap_minimal .overlap_card:hover {
  transform: translateX(12px) translateY(-8px);
  border-color: var(--primary-500, #7c3aed);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.2);
  z-index: 10;
}

/* Alternate positioning */
.add_wrap_minimal .card_1 {
  margin-left: 0;
}

.add_wrap_minimal .card_2 {
  margin-left: 5%;
}

.add_wrap_minimal .card_3 {
  margin-left: 10%;
}

.add_wrap_minimal .card_4 {
  margin-left: 5%;
}

/* Card header */
.add_wrap_minimal .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-4, 1rem);
}

.add_wrap_minimal .card_badge {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #f5f3ff);
  border-radius: 12px;
  color: var(--primary-500, #7c3aed);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_minimal .overlap_card:hover .card_badge {
  background: var(--primary-500, #7c3aed);
  color: #ffffff;
  transform: rotate(15deg) scale(1.1);
}

.add_wrap_minimal .card_number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100, #ede9fe);
  line-height: 1;
  transition: all 0.3s ease;
}

.add_wrap_minimal .overlap_card:hover .card_number {
  color: var(--primary-200, #ddd6fe);
  transform: scale(1.1);
}

/* Card content */
.add_wrap_minimal .card_body {
  position: relative;
  z-index: 1;
}

.add_wrap_minimal .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_minimal .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Finale card */
.add_wrap_minimal .card_finale {
  margin: var(--space-10, 2.5rem) auto 0;
  max-width: 900px;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 3px solid var(--primary-500, #7c3aed);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_minimal .card_finale:hover {
  transform: scale(1.02) translateY(-8px);
}

.add_wrap_minimal .finale_crown {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}

.add_wrap_minimal .crown_shine {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  background: var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: shine-pulse 2s ease-in-out infinite;
}

@keyframes shine-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

.add_wrap_minimal .card_body_centered {
  max-width: 850px;
  margin: 0 auto;
}

.add_wrap_minimal .card_finale .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #6d28d9);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_minimal .card_1,
  .add_wrap_minimal .card_2,
  .add_wrap_minimal .card_3,
  .add_wrap_minimal .card_4 {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_minimal {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_minimal .add_header_frame {
    padding: var(--space-6, 1.5rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_minimal .frame_corner {
    width: 30px;
    height: 30px;
  }
  
  .add_wrap_minimal .creative_spark {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_wrap_minimal .overlap_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_minimal .card_finale {
    padding: var(--space-6, 1.5rem);
    margin-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_minimal .card_badge {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_minimal .card_number {
    font-size: 2.5rem;
  }
  
  .add_wrap_minimal .finale_crown {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_minimal .crown_shine {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap_minimal .particle_bg {
    display: none;
  }
}



/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    display: none;
  }
}







/* Universal section */
/* Timeline-style layout with alternating sides */

.add_wrap_alt {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, var(--surface-primary, #fafafa) 0%, var(--primary-50, #ecfdf5) 100%);
  overflow: hidden;
}

/* Section header */
.add_wrap_alt .add_header_wrapper {
  position: relative;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_alt .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
  border-radius: 2px;
  margin: 0 auto var(--space-4, 1rem);
}

.add_wrap_alt .add_header {
  text-align: center;
  margin-bottom: var(--space-6, 1.5rem);
}

.add_wrap_alt .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_alt .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-4, 1rem);
  font-weight: 600;
  line-height: 1.4;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.add_wrap_alt .title_accent_bar {
  width: 60px;
  height: 3px;
  background: var(--primary-500, #059669);
  margin: 0 auto;
  border-radius: 2px;
}

.add_wrap_alt .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  text-align: center;
}

/* Timeline wrapper */
.add_wrap_alt .add_timeline_wrapper {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_alt .timeline_line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300, #6ee7b7) 0%, var(--primary-500, #059669) 50%, var(--primary-300, #6ee7b7) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline items */
.add_wrap_alt .timeline_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--space-6, 1.5rem);
  margin-bottom: var(--space-8, 2rem);
}

.add_wrap_alt .timeline_left {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.add_wrap_alt .timeline_right {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

.add_wrap_alt .timeline_highlight {
  justify-content: center;
  padding: 0 var(--space-6, 1.5rem);
  margin-top: var(--space-8, 2rem);
}

/* Timeline marker */
.add_wrap_alt .timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid var(--primary-500, #059669);
  border-radius: 50%;
  color: var(--primary-500, #059669);
  font-size: 1.5rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
  transition: all 0.3s ease;
}

.add_wrap_alt .timeline_marker_large {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  border-width: 5px;
}

.add_wrap_alt .timeline_item:hover .timeline_marker {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: translateX(-50%) scale(1.1);
}

/* Timeline content */
.add_wrap_alt .timeline_content {
  flex: 1;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.add_wrap_alt .timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

.add_wrap_alt .timeline_content_centered {
  text-align: center;
  max-width: 700px;
}

.add_wrap_alt .timeline_highlight .timeline_content {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
}

.add_wrap_alt .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_alt .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_alt .timeline_line {
    left: 28px;
  }
  
  .add_wrap_alt .timeline_marker {
    left: 28px;
  }
  
  .add_wrap_alt .timeline_left,
  .add_wrap_alt .timeline_right {
    padding-left: calc(28px + 2.5rem);
    padding-right: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .add_wrap_alt .timeline_highlight {
    padding-left: calc(28px + 2.5rem);
    justify-content: flex-start;
  }
  
  .add_wrap_alt .timeline_content_centered {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_alt {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_alt .add_header_wrapper {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_alt .timeline_marker {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_alt .timeline_marker_large {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
  
  .add_wrap_alt .timeline_content {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_alt .timeline_highlight .timeline_content {
    padding: var(--space-6, 1.5rem);
  }
}



/* Universal section */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes matrix-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}





/* Universal section */

.additional-universal-primary {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-primary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-primary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-primary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Creative Line Divider */
.additional-universal-primary .creative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-primary .line-segment {
  flex: 1;
  max-width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-primary .center-diamond {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .center-diamond i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transform: rotate(-45deg);
}

/* Mixed Content Grid */
.additional-universal-primary .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.additional-universal-primary .content-box.box-featured {
  grid-column: 1 / -1;
  grid-row: 1;
}

.additional-universal-primary .content-box.box-wide {
  grid-column: 1 / -1;
}

/* Content Box Base */
.additional-universal-primary .content-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-primary .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Featured Box */
.additional-universal-primary .box-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
  padding: 3rem;
  text-align: center;
}

.additional-universal-primary .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.additional-universal-primary .box-decoration {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.additional-universal-primary .deco-top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-primary .deco-bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Featured Alt Box */
.additional-universal-primary .box-featured-alt {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-200);
  grid-column: 1 / -1;
}

.additional-universal-primary .split-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

/* Wide Box Layout */
.additional-universal-primary .wide-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.additional-universal-primary .wide-icon {
  flex-shrink: 0;
}

.additional-universal-primary .wide-content {
  flex: 1;
}

.additional-universal-primary .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
  opacity: 0.3;
}

/* Icon Circles */
.additional-universal-primary .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-primary .circle-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-primary .circle-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-primary .circle-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-primary .circle-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-primary .box-standard .icon-circle {
  margin: 0 0 1.5rem 0;
}

.additional-universal-primary .box-wide .icon-circle {
  margin: 0;
}

/* Corner Accents */
.additional-universal-primary .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.15;
}

.additional-universal-primary .accent-tl {
  top: 12px;
  left: 12px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-primary .accent-br {
  bottom: 12px;
  right: 12px;
  border-bottom: 3px solid var(--accent-500);
  border-right: 3px solid var(--accent-500);
}

/* Content Typography */
.additional-universal-primary .content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-primary .box-standard .content-title {
  font-size: 1.35rem;
}

.additional-universal-primary .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Glow and Pulse Effects */
.additional-universal-primary .glow-effect {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-primary .box-featured:hover .glow-effect {
  opacity: 0.3;
}

.additional-universal-primary .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Abstract Shapes */
.additional-universal-primary .abstract-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-primary .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
  top: 10%;
  left: 5%;
  filter: blur(40px);
}

.additional-universal-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  top: 50%;
  right: 8%;
  filter: blur(50px);
}

.additional-universal-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
}

/* Dot Patterns */
.additional-universal-primary .dot-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 18px 18px;
}

.additional-universal-primary .pattern-1 {
  top: 25%;
  right: 10%;
}

.additional-universal-primary .pattern-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-primary {
    padding: 4rem 0;
  }

  .additional-universal-primary .mixed-content-grid {
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box {
    padding: 2rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2.5rem;
  }

  .additional-universal-primary .wide-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-primary .box-wide .icon-circle {
    margin: 0 auto 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-primary {
    padding: 3rem 0;
  }

  .additional-universal-primary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-primary .section-description {
    font-size: 1rem;
  }

  .additional-universal-primary .creative-line-wrapper {
    gap: 1rem;
  }

  .additional-universal-primary .line-segment {
    max-width: 60px;
  }

  .additional-universal-primary .center-diamond {
    width: 45px;
    height: 45px;
  }

  .additional-universal-primary .center-diamond i {
    font-size: 1.1rem;
  }

  .additional-universal-primary .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box.box-featured,
  .additional-universal-primary .content-box.box-wide,
  .additional-universal-primary .content-box.box-featured-alt {
    grid-column: 1;
  }

  .additional-universal-primary .content-box {
    padding: 1.75rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2rem;
  }

  .additional-universal-primary .icon-circle {
    width: 70px;
    height: 70px;
  }

  .additional-universal-primary .icon-circle i {
    font-size: 2rem;
  }

  .additional-universal-primary .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-primary .box-standard .content-title {
    font-size: 1.25rem;
  }

  .additional-universal-primary .content-description {
    font-size: 0.95rem;
  }

  .additional-universal-primary .abstract-shape,
  .additional-universal-primary .dot-pattern {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-061 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-061 .section-header {
  max-width: 800px;
  margin: 0 auto 60px;
}

.v-061 .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.v-061 .decorative-badge i {
  font-size: 28px;
  color: white;
}

.v-061 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-061 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-061 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Cards Grid */
.v-061 .cards-grid {
  position: relative;
  z-index: 2;
}

.v-061 .service-card {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.v-061 .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-061 .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.v-061 .service-card:hover::before {
  transform: scaleX(1);
}

.v-061 .service-card.featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 5%, white),
    color-mix(in srgb, var(--primary-300) 5%, white));
  border: 2px solid var(--primary-300);
}

/* Card Icon */
.v-061 .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-500) 10%, white);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.v-061 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--primary-500);
  transition: transform 0.4s ease;
}

.v-061 .service-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(10deg) scale(1.1);
}

.v-061 .service-card:hover .card-icon-wrapper i {
  color: white;
  transform: scale(1.1);
}

/* Card Content */
.v-061 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-061 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.v-061 .decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-061 .shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.15;
}

.v-061 .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.v-061 .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.v-061 .shape-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-061 {
    padding: 80px 0;
  }

  .v-061 .section-title {
    font-size: 2.25rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-061 .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .v-061 {
    padding: 60px 0;
  }

  .v-061 .section-header {
    margin-bottom: 40px;
  }

  .v-061 .section-title {
    font-size: 1.875rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-061 .service-card {
    padding: 30px 25px;
  }

  .v-061 .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-061 .card-icon-wrapper i {
    font-size: 28px;
  }
}





/* Universal section */

.additional-universal-section.v-059 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 50%, var(--surface-primary) 50%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-059 .section-header {
  position: relative;
  z-index: 2;
}

.v-059 .header-line-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.v-059 .header-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
}

.v-059 .header-square {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-059 .header-square i {
  font-size: 36px;
  color: var(--light);
}

.v-059 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-059 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-059 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* List Container */
.v-059 .list-container {
  position: relative;
  z-index: 2;
}

/* List Item */
.v-059 .list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 36px 0;
  transition: all 0.3s ease;
}

.v-059 .list-item:hover {
  transform: translateX(8px);
}

/* Item Number */
.v-059 .item-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  line-height: 1;
  min-width: 80px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.v-059 .item-number.large {
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Item Icon */
.v-059 .item-icon {
  width: 72px;
  height: 72px;
  background: var(--light);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-059 .list-item:hover .item-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
  transform: rotate(45deg);
}

.v-059 .item-icon i {
  font-size: 32px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.v-059 .list-item:hover .item-icon i {
  color: var(--light);
  transform: rotate(-45deg);
}

.v-059 .item-icon.large {
  width: 88px;
  height: 88px;
}

.v-059 .item-icon.large i {
  font-size: 40px;
}

/* Item Content */
.v-059 .item-content {
  flex: 1;
  padding-top: 8px;
}

.v-059 .item-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-059 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Item Separator */
.v-059 .item-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--neutral-300), transparent);
}

/* Featured Item */
.v-059 .list-item.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  padding: 48px 40px;
  margin: 20px 0;
  position: relative;
}

.v-059 .list-item.featured:hover {
  transform: translateX(12px) scale(1.02);
}

.v-059 .list-item.featured .item-number {
  color: color-mix(in srgb, var(--light) 50%, transparent 50%);
}

.v-059 .list-item.featured .item-icon {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  border-color: var(--light);
  backdrop-filter: blur(10px);
}

.v-059 .list-item.featured .item-icon i {
  color: var(--light);
}

.v-059 .list-item.featured:hover .item-icon {
  background: var(--light);
  border-color: var(--light);
}

.v-059 .list-item.featured:hover .item-icon i {
  color: var(--primary-500);
}

.v-059 .list-item.featured .item-title {
  color: var(--light);
  font-size: 1.875rem;
}

.v-059 .list-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-059 .featured-badge {
  position: absolute;
  top: -15px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.v-059 .featured-badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.v-059 .item-separator.featured-sep {
  background: linear-gradient(to right, color-mix(in srgb, var(--light) 50%, transparent 50%), transparent);
}

/* Background Decorations */
.v-059 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-059 .deco-grid {
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: 
    linear-gradient(to right, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px);
  background-size: 25px 25px;
  opacity: 0.5;
}

.v-059 .deco-grid.grid-1 {
  top: 10%;
  left: 5%;
}

.v-059 .deco-grid.grid-2 {
  bottom: 15%;
  right: 5%;
}

.v-059 .deco-line {
  position: absolute;
  width: 3px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-059 .deco-line.line-v1 {
  top: 25%;
  left: 10%;
}

.v-059 .deco-line.line-v2 {
  bottom: 20%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-059 {
    padding: 80px 0;
  }

  .v-059 .section-title {
    font-size: 2.25rem;
  }

  .v-059 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-059 .list-item {
    gap: 24px;
    padding: 32px 0;
  }

  .v-059 .list-item.featured {
    padding: 40px 32px;
  }

  .v-059 .item-number {
    font-size: 2rem;
    min-width: 60px;
  }

  .v-059 .item-number.large {
    font-size: 2.5rem;
  }

  .v-059 .item-icon {
    width: 64px;
    height: 64px;
  }

  .v-059 .item-icon i {
    font-size: 28px;
  }

  .v-059 .item-icon.large {
    width: 76px;
    height: 76px;
  }

  .v-059 .item-icon.large i {
    font-size: 34px;
  }

  .v-059 .item-title {
    font-size: 1.5rem;
  }

  .v-059 .list-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-059 {
    padding: 60px 0;
  }

  .v-059 .section-title {
    font-size: 1.875rem;
  }

  .v-059 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-059 .section-description {
    font-size: 1rem;
  }

  .v-059 .header-line-group {
    gap: 20px;
  }

  .v-059 .header-line {
    width: 50px;
  }

  .v-059 .header-square {
    width: 64px;
    height: 64px;
  }

  .v-059 .header-square i {
    font-size: 28px;
  }

  .v-059 .list-item {
    flex-direction: column;
    gap: 20px;
    padding: 28px 0;
    align-items: center;
    text-align: center;
  }

  .v-059 .list-item.featured {
    padding: 32px 24px;
  }

  .v-059 .item-number {
    min-width: auto;
  }

  .v-059 .item-icon {
    width: 56px;
    height: 56px;
  }

  .v-059 .item-icon i {
    font-size: 24px;
  }

  .v-059 .item-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-059 .item-icon.large i {
    font-size: 28px;
  }

  .v-059 .item-title {
    font-size: 1.25rem;
  }

  .v-059 .list-item.featured .item-title {
    font-size: 1.5rem;
  }

  .v-059 .featured-badge {
    right: 24px;
  }
}





.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--pro_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(--creative_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(--premium_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(--creative_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(--premium_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;
  }
}












div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 2px solid #34495e !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #34495e !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    color: #2c3e50 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #34495e !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #34495e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -10% !important;
    width: 300px !important;
    height: 300px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
    animation: pulseCTA 3s ease-in-out infinite !important;
}

@keyframes pulseCTA {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.95) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 40px !important;
    background: white !important;
    color: #f5576c !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25) !important;
    color: #f5576c !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Minimal Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Default Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}



/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Bordered Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #667eea !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    background: #f8f9ff !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: white !important;
    color: #667eea !important;
    border: 2px solid #667eea !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(102,126,234,0.3) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 16px !important;
    padding: 14px !important;
    background: white !important;
    border: 2px solid #10b981 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px auto;
        padding: 20px;
        max-width: 320px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: gradient-v003
 * Toggle: 5
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 5: ЯРКИЙ ГРАДИЕНТ ===== */
.ocm-toggle.ocm-toggle-style-5 {
    border-radius: 50% !important;
    background: conic-gradient(from 0deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ff6b6b) !important;
    animation: ocm-rotate 4s linear infinite !important;
    width: 52px !important;
    height: 52px !important;
}

.ocm-toggle.ocm-toggle-style-5:hover {
    animation-duration: 2s !important;
    transform: scale(1.05) !important;
}

@keyframes ocm-rotate {
    from { background-position: 0deg; }
    to { background-position: 360deg; }
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


