: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: #059669;
  --primary-500-rgb: 5, 150, 105;
  --primary-500-rgb: 5, 150, 105;
  --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: #3abf90;
  --primary-400-rgb: 58, 191, 144;
  --primary-400-rgb: 58, 191, 144;
  --primary-600: #058760;
  --primary-600-rgb: 5, 135, 96;
  --primary-600-rgb: 5, 135, 96;
  --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: 5, 150, 105;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --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: #75c983;
  --accent-400-rgb: 117, 201, 131;
  --accent-400-rgb: 117, 201, 131;
  --accent-500: #50a660;
  --accent-500-rgb: 80, 166, 96;
  --accent-500-rgb: 80, 166, 96;
  --accent-600: #509957;
  --accent-600-rgb: 80, 153, 87;
  --accent-600-rgb: 80, 153, 87;
  --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: 80, 166, 96;
  --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 ===== */
.section_font_primary {
  font-family: var(--font-primary);
}

.new_font_secondary {
  font-family: var(--font-secondary);
}

.main_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.style_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.bold_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.dark_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 */
.clean_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);
}

.bright_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.layout_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.design_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);
}

.creative_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);
}

.business_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 */
.content_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);
}

.fresh_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.minimal_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.app_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);
}

.pro_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 */
.theme_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);
}

.web_code_block {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.brand_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.premium_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.elite_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);
}

.base_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);
}

.ui_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 */
.container_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);
}

.agency_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 */
.core_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);
}

.core_nav_link:hover,
.core_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.light_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 */
.unique_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .brand_hero_title {
    font-size: var(--text-4xl);
  }
  
  .elite_section_title {
    font-size: var(--text-3xl);
  }
  
  .style_display_1 {
    font-size: var(--text-5xl);
  }
  
  .bold_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .brand_hero_title {
    font-size: var(--text-3xl);
  }
  
  .elite_section_title {
    font-size: var(--text-2xl);
  }
  
  .style_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.company_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.custom_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.prime_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.modern_text_balance {
  text-wrap: balance;
}

.top_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .core_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .app_caption,
  .pro_overline,
  .unique_footer_text {
    color: var(--text-secondary);
  }
  
  .premium_hero_subtitle,
  .base_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .brand_hero_title,
  .elite_section_title,
  .clean_heading_1,
  .bright_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .company_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.studio_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.best_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.digital_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.smart_stack {
  display: flex;
  flex-direction: column;
}

.premium14_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand20_full_height {
  min-height: 100vh;
}

.main28_section_height {
  min-height: 80vh;
}

.digital18_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.clean35_m_0 { margin: 0; }
.creative60_m_1 { margin: var(--space-1); }
.custom27_m_2 { margin: var(--space-2); }
.fresh96_m_3 { margin: var(--space-3); }
.content97_m_4 { margin: var(--space-4); }
.fresh99_m_6 { margin: var(--space-6); }
.dark48_m_8 { margin: var(--space-8); }
.premium29_m_12 { margin: var(--space-12); }
.new53_m_16 { margin: var(--space-16); }

.top11_mx_auto { margin-left: auto; margin-right: auto; }
.style50_my_auto { margin-top: auto; margin-bottom: auto; }

.ui13_mt_0 { margin-top: 0; }
.layout76_mt_4 { margin-top: var(--space-4); }
.agency37_mt_8 { margin-top: var(--space-8); }
.theme49_mt_12 { margin-top: var(--space-12); }

.custom79_mb_0 { margin-bottom: 0; }
.fresh6_mb_4 { margin-bottom: var(--space-4); }
.bright86_mb_8 { margin-bottom: var(--space-8); }
.top33_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.theme20_p_0 { padding: 0; }
.style62_p_1 { padding: var(--space-1); }
.digital79_p_2 { padding: var(--space-2); }
.premium27_p_3 { padding: var(--space-3); }
.app32_p_4 { padding: var(--space-4); }
.core1_p_6 { padding: var(--space-6); }
.site11_p_8 { padding: var(--space-8); }

.app3_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.modern94_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.fresh35_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.core85_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.top79_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.pro1_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.core63_gap_1 { gap: var(--space-1); }
.bright27_gap_2 { gap: var(--space-2); }
.studio46_gap_3 { gap: var(--space-3); }
.core83_gap_4 { gap: var(--space-4); }
.layout8_gap_6 { gap: var(--space-6); }
.base70_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.base49_shadow_none { box-shadow: var(--shadow-none); }
.base12_shadow_xs { box-shadow: var(--shadow-xs); }
.unique11_shadow_sm { box-shadow: var(--shadow-sm); }
.container48_shadow_md { box-shadow: var(--shadow-md); }
.premium26_shadow_lg { box-shadow: var(--shadow-lg); }
.new19_shadow_xl { box-shadow: var(--shadow-xl); }
.ui3_shadow_2xl { box-shadow: var(--shadow-2xl); }
.premium60_shadow_inner { box-shadow: var(--shadow-inner); }
.custom69_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.best49_radius_none { border-radius: var(--radius-none); }
.base26_radius_xs { border-radius: var(--radius-xs); }
.business6_radius_sm { border-radius: var(--radius-sm); }
.smart39_radius_md { border-radius: var(--radius-md); }
.business44_radius_lg { border-radius: var(--radius-lg); }
.layout86_radius_xl { border-radius: var(--radius-xl); }
.content29_radius_2xl { border-radius: var(--radius-2xl); }
.smart21_radius_3xl { border-radius: var(--radius-3xl); }
.design24_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.design76_gradient_primary {
  background: var(--gradient-primary);
}

.elite94_gradient_secondary {
  background: var(--gradient-secondary);
}

.page8_gradient_hero {
  background: var(--gradient-hero);
}

.container36_gradient_card {
  background: var(--gradient-card);
}

.base8_gradient_overlay {
  position: relative;
}

.base8_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;
}

.base8_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.design0_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.design0_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.section45_hover_scale {
  transition: transform var(--transition-normal);
}

.section45_hover_scale:hover {
  transform: scale(1.02);
}

.smart80_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.smart80_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.app31_hover_fade {
  transition: opacity var(--transition-normal);
}

.app31_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.core90_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.core90_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.core7_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bold9_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.site49_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.container98_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.content65_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.fresh78_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.bold20_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.section33_timeline {
  position: relative;
}

.section33_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.base81_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.base81_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.base81_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.page77_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.section81_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;
  }
}

.bold18_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;
  }
}

.best26_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 */
.fresh78_transition_all {
  transition: var(--transition-all);
}

.pro44_transition_fast {
  transition: all var(--transition-fast);
}

.agency97_transition_normal {
  transition: all var(--transition-normal);
}

.page22_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.main35_bg_primary { background-color: var(--bg-primary); }
.brand71_bg_secondary { background-color: var(--bg-secondary); }
.new61_bg_muted { background-color: var(--bg-muted); }
.new43_bg_glass { background-color: var(--bg-glass); }

.agency86_text_primary { color: var(--text-primary); }
.page3_text_secondary { color: var(--text-secondary); }
.top53_text_muted { color: var(--text-muted); }
.agency7_text_inverse { color: var(--text-inverse); }
.prime0_text_link { color: var(--text-link); }

.site82_border_light { border-color: var(--border-light); }
.style81_border_medium { border-color: var(--border-medium); }
.new51_border_strong { border-color: var(--border-strong); }
.modern74_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .site49_services_grid,
  .content65_features_grid,
  .container98_team_grid,
  .bold20_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .fresh78_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .section33_timeline::before {
    left: 30px;
  }
  
  .base81_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .main28_section_height {
    min-height: 60vh;
  }
  
  .digital18_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .fresh78_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .base81_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.premium38_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;
}

.smart31_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.unique55_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);
}

.unique55_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .light98_no_print {
    display: none !important;
  }
  
  .brand87_print_only {
    display: block !important;
  }
  
  .base12_shadow_xs,
  .unique11_shadow_sm,
  .container48_shadow_md,
  .premium26_shadow_lg,
  .new19_shadow_xl,
  .ui3_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .page77_fade_in,
  .section81_slide_up,
  .bold18_slide_in_left,
  .best26_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .design0_hover_lift,
  .section45_hover_scale,
  .smart80_hover_shadow,
  .app31_hover_fade,
  .fresh78_transition_all,
  .pro44_transition_fast,
  .agency97_transition_normal,
  .page22_transition_slow {
    transition: none;
  }
}

/* Header section */
.undefined-header {
  position: relative;
  background: var(--light);
  border-bottom: 2px solid var(--primary-300);
  z-index: 1000;
  overflow: hidden;
}

.undefined-header .navbar {
  padding: 1.25rem 0;
  position: relative;
}

/* Brand Styling */
.undefined-header .navbar-brand {
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.undefined-header .brand-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.undefined-header .brand-leaves {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--light);
  position: relative;
  overflow: hidden;
}

.undefined-header .brand-leaves::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine-sweep 3s ease-in-out infinite;
}

@keyframes shine-sweep {
  0% { transform: translateX(-100%) translateY(-100%); }
  100% { transform: translateX(100%) translateY(100%); }
}

.undefined-header .brand-text-group {
  position: relative;
}

.undefined-header .brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.01em;
  display: block;
}

.undefined-header .brand-pulse {
  height: 2px;
  background: var(--primary-500);
  margin-top: 4px;
  border-radius: 2px;
  animation: pulse-width 2s ease-in-out infinite;
}

@keyframes pulse-width {
  0%, 100% { width: 60%; opacity: 1; }
  50% { width: 100%; opacity: 0.7; }
}

/* Custom Hamburger - Arrow Transformation */
.undefined-header .menu-checkbox {
  display: none;
}

.undefined-header .hamburger-arrow {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.undefined-header .arrow-box {
  width: 46px;
  height: 46px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.undefined-header .hamburger-arrow:hover .arrow-box {
  background: var(--primary-700);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.undefined-header .arrow-part {
  width: 26px;
  height: 2.5px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  position: relative;
}

/* Arrow Animation - Lines to Left Arrow */
.undefined-header .menu-checkbox:checked ~ .hamburger-arrow .arrow-box {
  background: var(--primary-700);
}

.undefined-header .menu-checkbox:checked ~ .hamburger-arrow .arrow-part.top {
  transform: translateX(-4px) translateY(7.5px) rotate(-45deg);
  width: 16px;
}

.undefined-header .menu-checkbox:checked ~ .hamburger-arrow .arrow-part.middle {
  transform: translateX(2px);
  width: 20px;
}

.undefined-header .menu-checkbox:checked ~ .hamburger-arrow .arrow-part.bottom {
  transform: translateX(-4px) translateY(-7.5px) rotate(45deg);
  width: 16px;
}

/* Navigation Links - Identical Styling */
.undefined-header .nav-link {
  color: var(--text);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.undefined-header .nav-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--primary-500);
  transform: translateY(-50%);
  transition: height 0.3s ease;
  border-radius: 0 2px 2px 0;
}

.undefined-header .nav-link:hover {
  color: var(--primary-700);
  padding-left: 1.25rem;
}

.undefined-header .nav-link:hover::after {
  height: 70%;
}

/* Header Background Shapes */
.undefined-header .header-bg-shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.undefined-header .shape-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  top: -40px;
  right: 8%;
  opacity: 0.5;
  animation: ring-rotate 12s linear infinite;
}

@keyframes ring-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.undefined-header .shape-arc {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-300);
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  bottom: -20px;
  right: 20%;
  opacity: 0.4;
  animation: arc-spin 8s linear infinite reverse;
}

@keyframes arc-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .undefined-header .hamburger-arrow {
    display: block;
  }

  .undefined-header .nav-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: linear-gradient(180deg, var(--light) 0%, var(--primary-50) 100%);
    box-shadow: 6px 0 24px rgba(0, 0, 0, 0.15);
    transition: left 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 999;
    overflow-y: auto;
  }

  .undefined-header .menu-checkbox:checked ~ .nav-panel {
    left: 0;
  }

  .undefined-header .nav-inner {
    padding: 5rem 2rem 2rem;
    position: relative;
  }

  .undefined-header .navbar-nav {
    flex-direction: column;
    gap: 0.875rem;
  }

  .undefined-header .nav-item {
    width: 100%;
  }

  .undefined-header .nav-link {
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 1.125rem;
    background: var(--light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
  }

  .undefined-header .nav-link::after {
    left: auto;
    right: 1rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-500);
    opacity: 0;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
  }

  .undefined-header .nav-link:hover {
    background: var(--primary-100);
    padding-left: 1.5rem;
    transform: translateX(8px);
  }

  .undefined-header .nav-link:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    height: 6px;
  }

  /* Decorative Menu Elements */
  .undefined-header .menu-decoration {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.5rem;
    opacity: 0.4;
  }

  .undefined-header .leaf-icon {
    font-size: 1.5rem;
    color: var(--primary-500);
    animation: leaf-sway 3s ease-in-out infinite;
  }

  .undefined-header .leaf-icon:nth-child(2) {
    animation-delay: 0.5s;
  }

  .undefined-header .leaf-icon:nth-child(3) {
    animation-delay: 1s;
  }

  @keyframes leaf-sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
  }

  /* Mobile Backdrop */
  .undefined-header .menu-checkbox:checked ~ .nav-panel::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    animation: fade-in-backdrop 0.3s ease;
  }

  @keyframes fade-in-backdrop {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .undefined-header .nav-panel {
    width: 400px;
  }

  .undefined-header .nav-link {
    font-size: 1.25rem;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .undefined-header .navbar-nav {
    gap: 0.5rem;
  }

  .undefined-header .menu-decoration {
    display: none;
  }
}







/* Hero section */
.hero-secondary {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* Full Width Background Image */
.hero-secondary .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-secondary .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(1.2);
}

.hero-secondary .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 70%, transparent),
    color-mix(in srgb, var(--primary-500) 60%, transparent),
    color-mix(in srgb, var(--primary-300) 50%, transparent)
  );
  mix-blend-mode: multiply;
}

.hero-secondary .container {
  position: relative;
  z-index: 2;
}

/* Text Overlay Styles */
.hero-secondary .hero-text-overlay {
  text-align: center;
  background: color-mix(in srgb, var(--surface-primary) 95%, transparent);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: 60px 50px;
  box-shadow: 0 30px 80px color-mix(in srgb, var(--neutral-900) 40%, transparent);
  border: 3px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}

.hero-secondary .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero-secondary .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-700);
  margin-bottom: 1.75rem;
}

.hero-secondary .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}

/* Nature Icons Decoration */
.hero-secondary .nature-icons-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-secondary .nature-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--surface-primary) 90%, transparent);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--primary-700) 30%, transparent);
  border: 3px solid color-mix(in srgb, var(--primary-300) 50%, transparent);
  animation: nature-icon-drift 12s ease-in-out infinite;
}

.hero-secondary .nature-icon i {
  font-size: 32px;
  color: var(--primary-700);
}

.hero-secondary .icon-1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.hero-secondary .icon-2 {
  top: 25%;
  right: 12%;
  animation-delay: 3s;
}

.hero-secondary .icon-3 {
  bottom: 20%;
  left: 8%;
  animation-delay: 6s;
}

.hero-secondary .icon-4 {
  bottom: 25%;
  right: 15%;
  animation-delay: 9s;
}

@keyframes nature-icon-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, -15px);
  }
  50% {
    transform: translate(-5px, -25px);
  }
  75% {
    transform: translate(15px, -10px);
  }
}

/* Organic Shapes */
.hero-secondary .organic-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-secondary .organic-blob {
  position: absolute;
  background: color-mix(in srgb, var(--primary-100) 40%, transparent);
  backdrop-filter: blur(30px);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: organic-morph 18s ease-in-out infinite;
}

.hero-secondary .blob-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.hero-secondary .blob-2 {
  width: 350px;
  height: 350px;
  bottom: -80px;
  left: -30px;
  animation-delay: 9s;
}

@keyframes organic-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg) scale(1);
  }
  33% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(120deg) scale(1.1);
  }
  66% {
    border-radius: 30% 70% 50% 50% / 50% 60% 40% 60%;
    transform: rotate(240deg) scale(0.95);
  }
}

/* Accessibility - Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-secondary .nature-icon,
  .hero-secondary .organic-blob {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-secondary {
    padding: 60px 0;
  }
  
  .hero-secondary .hero-text-overlay {
    padding: 50px 40px;
  }
  
  .hero-secondary .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-secondary .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .hero-secondary .hero-description {
    font-size: 1.05rem;
  }
  
  .hero-secondary .nature-icon {
    width: 60px;
    height: 60px;
  }
  
  .hero-secondary .nature-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hero-secondary .hero-text-overlay {
    padding: 40px 30px;
  }
  
  .hero-secondary .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-secondary .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-secondary .hero-description {
    font-size: 1rem;
  }
  
  .hero-secondary .nature-icon {
    width: 55px;
    height: 55px;
  }
  
  .hero-secondary .nature-icon i {
    font-size: 24px;
  }
  
  .hero-secondary .icon-3,
  .hero-secondary .icon-4 {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-secondary .hero-text-overlay {
    padding: 35px 25px;
    border-radius: 24px;
  }
  
  .hero-secondary .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-secondary .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-secondary .nature-icon {
    width: 50px;
    height: 50px;
  }
  
  .hero-secondary .nature-icon i {
    font-size: 22px;
  }
  
  .hero-secondary .organic-blob {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-secondary .hero-text-overlay {
    background: color-mix(in srgb, var(--surface-primary) 98%, transparent);
    border-width: 4px;
    border-color: var(--primary-500);
  }
  
  .hero-secondary .bg-image {
    filter: brightness(0.4) saturate(1.5);
  }
}





.about-section {
  background: linear-gradient(to bottom, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  position: relative;
  overflow: hidden;
}

/* Typography */
.about-section h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.about-section h2 {
  font-size: 0.875rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--primary-500);
}

/* Image Gallery */
.image-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gallery-row {
  display: flex;
  gap: 1rem;
}

.row-1 {
  height: 240px;
}

.row-2 {
  height: 220px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.05);
}

.item-large {
  flex: 1;
}

.item-medium {
  flex: 2;
}

.item-small {
  flex: 1;
}

/* Features Wrapper */
.features-wrapper {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 2px solid var(--neutral-100);
}

.feature-card {
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 1rem;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid var(--neutral-100);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.icon-container {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, transparent), 
    color-mix(in srgb, var(--primary-700) 10%, transparent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.feature-card:hover .icon-container {
  transform: rotate(360deg);
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, transparent), 
    color-mix(in srgb, var(--primary-700) 20%, transparent));
}

.icon-container i {
  font-size: 2rem;
  color: var(--primary-500);
}

.feature-card h3 {
  color: var(--text-primary);
}

.feature-card p {
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Leaves */
.decorative-leaf {
  position: absolute;
  font-size: 8rem;
  opacity: 0.04;
  pointer-events: none;
  color: var(--primary-500);
}

.leaf-1 {
  top: 15%;
  right: 5%;
  transform: rotate(25deg);
}

.leaf-2 {
  bottom: 10%;
  left: 3%;
  transform: rotate(-35deg);
}

/* Responsive */
@media (max-width: 991px) {
  .row-1 {
    height: 200px;
  }
  
  .row-2 {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .about-section h1 {
    font-size: 2rem;
  }
  
  .image-gallery {
    margin-top: 2rem;
  }
  
  .gallery-row {
    flex-direction: column;
    height: auto !important;
  }
  
  .gallery-item {
    height: 200px;
  }
  
  .features-wrapper {
    margin-top: 3rem;
    padding-top: 2rem;
  }
  
  .decorative-leaf {
    font-size: 4rem;
  }
}





.features-section-primary {
  position: relative;
  padding: 90px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Minimal Line Accent */
.features-section-primary .minimal-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  margin-bottom: 1.5rem;
}

/* Header Styles */
.features-section-primary .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.features-section-primary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.features-section-primary .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Minimal Feature Items */
.features-section-primary .feature-item-minimal {
  background: var(--light);
  border-color: color-mix(in srgb, var(--neutral-500) 15%, transparent) !important;
  transition: all 0.3s ease;
}

.features-section-primary .feature-item-minimal:hover {
  background: var(--surface-secondary);
  border-color: var(--primary-500) !important;
}

.features-section-primary .feature-content {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  padding: 2.5rem;
  min-height: 240px;
}

/* Minimal Icon */
.features-section-primary .minimal-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.features-section-primary .feature-item-minimal:hover .minimal-icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.features-section-primary .minimal-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.features-section-primary .feature-item-minimal:hover .minimal-icon i {
  color: var(--light);
}

/* Feature Info */
.features-section-primary .feature-info {
  flex: 1;
}

.features-section-primary .feature-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.features-section-primary .feature-description {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Minimal Elements */
.features-section-primary .minimal-circle {
  position: absolute;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.features-section-primary .circle-1 {
  top: 10%;
  right: 8%;
  width: 180px;
  height: 180px;
}

.features-section-primary .circle-2 {
  bottom: 12%;
  left: 5%;
  width: 120px;
  height: 120px;
}

.features-section-primary .minimal-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.features-section-primary .dot-1 {
  top: 15%;
  left: 10%;
}

.features-section-primary .dot-2 {
  top: 50%;
  right: 12%;
}

.features-section-primary .dot-3 {
  bottom: 20%;
  right: 20%;
}

.features-section-primary .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-primary {
    padding: 70px 0;
  }

  .features-section-primary .section-title {
    font-size: 2rem;
  }

  .features-section-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .features-section-primary .feature-item-minimal {
    border-right: none !important;
  }

  .features-section-primary .feature-content {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .features-section-primary {
    padding: 50px 0;
  }

  .features-section-primary .section-title {
    font-size: 1.75rem;
  }

  .features-section-primary .section-subtitle {
    font-size: 1.125rem;
  }

  .features-section-primary .feature-content {
    flex-direction: column;
    padding: 2rem;
    gap: 1.25rem;
  }

  .features-section-primary .minimal-icon {
    width: 55px;
    height: 55px;
  }

  .features-section-primary .minimal-icon i {
    font-size: 1.5rem;
  }

  .features-section-primary .feature-title {
    font-size: 1.25rem;
  }
}

/* Extra Small Devices */
@media (max-width: 575.98px) {
  .features-section-primary .feature-content {
    padding: 1.5rem;
  }
}





.services-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

.services-section .decorative-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

.services-section .services-asymmetric {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  position: relative;
}

/* Service Box Sizes */
.services-section .service-large {
  grid-column: span 7;
}

.services-section .service-medium {
  grid-column: span 5;
}

.services-section .service-small {
  grid-column: span 5;
}

/* Adjust asymmetric layout */
.services-section .service-box:nth-child(1) { grid-column: span 7; }
.services-section .service-box:nth-child(2) { grid-column: span 5; }
.services-section .service-box:nth-child(3) { grid-column: span 5; }
.services-section .service-box:nth-child(4) { grid-column: span 7; }
.services-section .service-box:nth-child(5) { grid-column: span 7; }
.services-section .service-box:nth-child(6) { grid-column: span 5; }

.services-section .service-box {
  position: relative;
  background: var(--light);
  padding: 2.5rem;
  border-radius: 24px;
  border: 2px solid var(--neutral-100);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section .service-box:hover {
  transform: translateY(-12px) rotate(-1deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

.services-section .service-visual {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 1.5rem;
}

.services-section .visual-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.services-section .service-box:hover .visual-circle {
  transform: rotate(180deg) scale(1.1);
}

.services-section .service-visual i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: var(--light);
  z-index: 1;
  transition: all 0.5s ease;
}

.services-section .service-box:hover .service-visual i {
  transform: translate(-50%, -50%) scale(1.15);
}

.services-section .service-content h4 {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.5rem;
}

.services-section .service-content p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.services-section .features-tag {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.6;
}

.services-section .price-tag {
  color: var(--primary-700);
  font-size: 1.75rem;
  font-weight: 800;
  margin-top: 1rem;
}

.services-section .corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, transparent 50%, color-mix(in srgb, var(--primary-500) 20%, transparent) 50%);
  border-radius: 0 24px 0 0;
  transition: all 0.3s ease;
}

.services-section .service-box:hover .corner-accent {
  transform: scale(1.5);
  opacity: 0.7;
}

/* Floating shapes */
.services-section .floating-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}

.services-section .shape-1 {
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 5%;
  left: 5%;
  animation: morph 15s ease-in-out infinite;
  filter: blur(40px);
}

.services-section .shape-2 {
  width: 250px;
  height: 250px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  top: 20%;
  right: 10%;
  animation: morph 12s ease-in-out infinite reverse;
  filter: blur(50px);
}

.services-section .shape-3 {
  width: 180px;
  height: 180px;
  background: color-mix(in srgb, var(--primary-300) 18%, transparent);
  border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  bottom: 15%;
  left: 15%;
  animation: morph 18s ease-in-out infinite;
  filter: blur(45px);
}

.services-section .shape-4 {
  width: 220px;
  height: 220px;
  background: color-mix(in srgb, var(--primary-500) 12%, transparent);
  border-radius: 50% 50% 30% 70% / 50% 50% 70% 30%;
  bottom: 10%;
  right: 5%;
  animation: morph 14s ease-in-out infinite reverse;
  filter: blur(55px);
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg) scale(1);
  }
  25% {
    border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(45deg) scale(1.1);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
    transform: rotate(90deg) scale(0.9);
  }
  75% {
    border-radius: 70% 30% 40% 60% / 60% 40% 60% 40%;
    transform: rotate(135deg) scale(1.05);
  }
}

.services-section .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .services-section .service-box {
    grid-column: span 12 !important;
  }
}

@media (max-width: 768px) {
  .services-section .service-box {
    padding: 2rem 1.5rem;
  }

  .services-section .service-visual {
    width: 75px;
    height: 75px;
  }

  .services-section .visual-circle {
    width: 75px;
    height: 75px;
  }

  .services-section .service-visual i {
    font-size: 2rem;
  }
}


.priceplan-section-style {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Background Decorations */
.priceplan-section-style .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-style .decoration-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
}

.priceplan-section-style .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -150px;
  right: -100px;
}

.priceplan-section-style .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -100px;
  left: -100px;
}

.priceplan-section-style .blob-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-100);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Section Header */
.priceplan-section-style .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-style .decorative-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--light);
}

.priceplan-section-style .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-style .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.priceplan-section-style .section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Price Card */
.priceplan-section-style .price-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-style .price-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.priceplan-section-style .price-card.featured {
  background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light) 50%) 100%);
  border: 3px solid var(--primary-500);
  padding: 3rem 2.5rem;
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.priceplan-section-style .price-card.featured:hover {
  transform: scale(1.08) translateY(-12px);
}

.priceplan-section-style .popular-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Plan Icon */
.priceplan-section-style .plan-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-100) 80%, var(--light) 20%);
  border-radius: 16px;
  font-size: 2rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.priceplan-section-style .price-card:hover .plan-icon {
  background: var(--primary-500);
  color: var(--light);
  transform: rotateY(360deg);
}

.priceplan-section-style .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1rem;
}

.priceplan-section-style .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 90px;
}

/* Price Display */
.priceplan-section-style .price-display {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-style .plan-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-500);
  margin: 0;
  line-height: 1;
}

.priceplan-section-style .plan-price span {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-style .divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

/* Features */
.priceplan-section-style .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}

.priceplan-section-style .feature-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  color: var(--text-primary);
  padding-left: 1rem;
}

.priceplan-section-style .feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1199px) {
  .priceplan-section-style .price-card.featured {
    transform: scale(1);
    margin-bottom: 2rem;
  }
  
  .priceplan-section-style .price-card.featured:hover {
    transform: scale(1.02) translateY(-12px);
  }
}

@media (max-width: 991px) {
  .priceplan-section-style .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-style .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-style .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-style .section-title {
    font-size: 2rem;
  }

  .priceplan-section-style .price-card,
  .priceplan-section-style .price-card.featured {
    padding: 2rem 1.5rem;
    transform: scale(1);
  }

  .priceplan-section-style .plan-desc {
    min-height: auto;
  }

  .priceplan-section-style .plan-price {
    font-size: 2.5rem;
  }
}





/* Team section */

.team_wrap {
  position: relative;
  padding: 120px 0;
  background: radial-gradient(ellipse at top, var(--surface-accent) 0%, var(--surface-primary) 50%);
  overflow: hidden;
}

/* Creative Header */
.team_header_creative {
  position: relative;
  text-align: center;
  padding: 70px 50px;
  background: #ffffff;
  border-radius: 40px;
  margin-bottom: 90px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(124, 58, 237, 0.15);
}

.floating_shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.shape_triangle {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 60px;
  height: 60px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--primary-300);
  opacity: 0.15;
  animation: float-shape 6s ease-in-out infinite;
}

.shape_circle {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.15;
  animation: float-shape 8s ease-in-out infinite 1s;
}

.shape_square {
  position: absolute;
  bottom: 40px;
  left: 50px;
  width: 50px;
  height: 50px;
  background: var(--primary-300);
  opacity: 0.15;
  transform: rotate(45deg);
  animation: float-shape 7s ease-in-out infinite 2s;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.header_content_artistic {
  position: relative;
  z-index: 1;
}

.artistic_badge {
  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: 30% 70% 70% 30% / 30% 30% 70% 70%;
  color: #ffffff;
  font-size: 2.2rem;
  margin-bottom: 30px;
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
  animation: morph-badge 4s ease-in-out infinite;
}

@keyframes morph-badge {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

.team_title {
  font-size: 3.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500), var(--primary-300));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.team_subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 30px;
  line-height: 1.4;
}

.creative_divider {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 35px 0;
}

.divider_dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

.divider_dot:nth-child(2) {
  animation-delay: 0.3s;
}

.divider_dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

.team_description {
  font-size: 1.08rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

/* Masonry Layout */
.team_masonry_layout {
  margin-top: 70px;
}

.team_masonry_card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}

.team_masonry_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(124, 58, 237, 0.25);
}

/* Wide Card */
.card_wide {
  height: 320px;
}

.card_inner_wide {
  display: flex;
  height: 100%;
}

.wide_image_section {
  flex: 0 0 50%;
  position: relative;
}

.image_frame_artistic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.frame_glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, var(--primary-500), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card_wide:hover .frame_glow {
  opacity: 0.3;
}

.wide_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.card_wide:hover .wide_image {
  transform: scale(1.15);
}

.wide_content_section {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.content_badge_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

.masonry_name {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 10px;
  line-height: 1.2;
}

.masonry_role {
  font-size: 1.1rem;
  color: var(--text-accent);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.role_accent_bar {
  width: 70px;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 3px;
  transition: width 0.4s ease;
}

.card_wide:hover .role_accent_bar {
  width: 120px;
}

/* Vertical Card */
.card_vertical {
  height: 320px;
}

.vertical_image_wrap {
  position: relative;
  height: 70%;
  overflow: hidden;
}

.vertical_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.card_vertical:hover .vertical_image {
  transform: scale(1.12);
}

.vertical_gradient_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(124, 58, 237, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card_vertical:hover .vertical_gradient_overlay {
  opacity: 1;
}

.vertical_icon_badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-500);
  font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card_vertical:hover .vertical_icon_badge {
  transform: scale(1);
}

.vertical_content {
  padding: 28px 25px;
  text-align: center;
}

.masonry_name_compact {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  line-height: 1.3;
}

.masonry_role_compact {
  font-size: 0.95rem;
  color: var(--text-secondary);
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

/* Square Cards */
.card_square {
  height: 400px;
}

.square_image_container {
  position: relative;
  height: 70%;
  overflow: hidden;
}

.square_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.card_square:hover .square_image {
  transform: scale(1.15) rotate(2deg);
  filter: brightness(0.85);
}

.square_hover_layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.square_hover_layer i {
  color: #ffffff;
  font-size: 3rem;
  transform: scale(0.5);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card_square:hover .square_hover_layer {
  opacity: 0.92;
}

.card_square:hover .square_hover_layer i {
  transform: scale(1);
}

.square_info {
  padding: 30px 20px;
  text-align: center;
}

/* Artistic Background */
.artistic_bg_layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bg_gradient_blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
}

.blob_1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -150px;
  background: radial-gradient(circle, var(--primary-500), transparent);
}

.blob_2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  background: radial-gradient(circle, var(--primary-300), transparent);
}

.bg_line_pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px),
    linear-gradient(0deg, var(--primary-100) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.05;
}

.container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .team_wrap {
    padding: 80px 0;
  }

  .team_header_creative {
    padding: 50px 35px;
    margin-bottom: 70px;
  }

  .team_title {
    font-size: 2.6rem;
  }

  .team_subtitle {
    font-size: 1.25rem;
  }

  .card_wide {
    height: auto;
  }

  .card_inner_wide {
    flex-direction: column;
  }

  .wide_image_section {
    flex: 0 0 auto;
    height: 250px;
  }

  .card_vertical {
    height: 350px;
  }

  .card_square {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .team_wrap {
    padding: 60px 0;
  }

  .team_header_creative {
    padding: 45px 25px;
    border-radius: 25px;
    margin-bottom: 60px;
  }

  .team_title {
    font-size: 2.2rem;
  }

  .team_subtitle {
    font-size: 1.1rem;
  }

  .team_description {
    font-size: 1rem;
  }

  .floating_shapes div {
    width: 40px !important;
    height: 40px !important;
  }

  .card_square {
    max-width: 400px;
    margin: 0 auto;
    height: 380px;
  }

  .masonry_name {
    font-size: 1.5rem;
  }

  .wide_content_section {
    padding: 35px 25px;
  }
}



.reviews-section-featured {
  position: relative;
  padding: 100px 0;
  background: var(--neutral-50);
  overflow: hidden;
}

/* Header Section */
.reviews-section-featured .reviews-header {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 0;
}

.reviews-section-featured .header-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  opacity: 0.1;
  z-index: 0;
}

.reviews-section-featured .grid-line {
  width: 2px;
  height: 100%;
  background: var(--primary-500);
}

.reviews-section-featured .header-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.reviews-section-featured .title-badge {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.reviews-section-featured .title-badge::before,
.reviews-section-featured .title-badge::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid var(--primary-500);
}

.reviews-section-featured .title-badge::before {
  top: -6px;
  left: -6px;
  border-right: none;
  border-bottom: none;
}

.reviews-section-featured .title-badge::after {
  bottom: -6px;
  right: -6px;
  border-left: none;
  border-top: none;
}

.reviews-section-featured .title-badge i {
  font-size: 28px;
  color: var(--light);
}

.reviews-section-featured .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.reviews-section-featured .section-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reviews-section-featured .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Industrial Grid */
.reviews-section-featured .reviews-industrial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.reviews-section-featured .module-wide {
  grid-column: span 2;
}

/* Review Module */
.reviews-section-featured .review-module {
  position: relative;
}

.reviews-section-featured .module-frame {
  background: var(--light);
  border: 2px solid var(--neutral-300);
  padding: 36px;
  position: relative;
  transition: all 0.3s ease;
}

.reviews-section-featured .review-module:hover .module-frame {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Frame Corners */
.reviews-section-featured .frame-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--primary-500);
  transition: all 0.3s ease;
}

.reviews-section-featured .corner-tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.reviews-section-featured .corner-tr {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.reviews-section-featured .corner-bl {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.reviews-section-featured .corner-br {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.reviews-section-featured .review-module:hover .frame-corner {
  width: 24px;
  height: 24px;
}

/* Module Content */
.reviews-section-featured .module-content {
  position: relative;
}

.reviews-section-featured .content-indicator {
  margin-bottom: 20px;
}

.reviews-section-featured .indicator-bar {
  display: block;
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  position: relative;
}

.reviews-section-featured .indicator-bar::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--primary-500);
}

.reviews-section-featured .review-text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-primary);
  margin-bottom: 28px;
  font-family: 'Courier New', monospace;
}

/* Author Block */
.reviews-section-featured .author-block {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 2px solid var(--neutral-100);
}

.reviews-section-featured .author-icon {
  flex-shrink: 0;
  position: relative;
}

.reviews-section-featured .icon-frame {
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  position: relative;
}

.reviews-section-featured .icon-frame::before,
.reviews-section-featured .icon-frame::after {
  content: '';
  position: absolute;
  background: var(--neutral-300);
}

.reviews-section-featured .icon-frame::before {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.reviews-section-featured .icon-frame::after {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.reviews-section-featured .author-info {
  flex: 1;
}

.reviews-section-featured .author-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Background Grid Pattern */
.reviews-section-featured .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .reviews-section-featured {
    padding: 80px 0;
  }

  .reviews-section-featured .section-title {
    font-size: 2.25rem;
  }

  .reviews-section-featured .reviews-industrial-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section-featured .module-wide {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .reviews-section-featured {
    padding: 60px 0;
  }

  .reviews-section-featured .section-title {
    font-size: 1.875rem;
  }

  .reviews-section-featured .module-frame {
    padding: 24px 20px;
  }

  .reviews-section-featured .review-text {
    font-family: inherit;
  }
}





.casestudy-section-primary {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
}

.casestudy-section-primary .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.casestudy-section-primary .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.casestudy-section-primary .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  font-weight: 300;
}

.casestudy-section-primary .cases-list {
  max-width: 1000px;
  margin: 0 auto;
}

.casestudy-section-primary .case-item {
  margin-bottom: 2rem;
}

.casestudy-section-primary .case-item:last-child {
  margin-bottom: 0;
}

.casestudy-section-primary .case-inner {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  background: var(--light);
  border-radius: 4px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.casestudy-section-primary .case-inner:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateX(8px);
  border-left-width: 6px;
}

.casestudy-section-primary .case-number-section {
  flex-shrink: 0;
}

.casestudy-section-primary .number-circle {
  width: 70px;
  height: 70px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
}

.casestudy-section-primary .number-circle span {
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--primary-700);
}

.casestudy-section-primary .case-main-content {
  flex: 1;
}

.casestudy-section-primary .content-header {
  margin-bottom: 1rem;
}

.casestudy-section-primary .content-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.3px;
}

.casestudy-section-primary .accent-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
}

.casestudy-section-primary .content-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
  font-weight: 300;
  margin: 0;
}

.casestudy-section-primary .case-icon-section {
  flex-shrink: 0;
}

.casestudy-section-primary .case-icon-section i {
  font-size: 3rem;
  color: var(--primary-300);
  transition: all 0.3s ease;
}

.casestudy-section-primary .case-inner:hover .case-icon-section i {
  color: var(--primary-500);
  transform: scale(1.1);
}

.casestudy-section-primary .minimal-accent {
  position: absolute;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
  opacity: 0.3;
}

.casestudy-section-primary .accent-top {
  top: 100px;
  left: 10%;
}

.casestudy-section-primary .accent-bottom {
  bottom: 100px;
  right: 10%;
}

@media (max-width: 991px) {
  .casestudy-section-primary {
    padding: 60px 0;
  }

  .casestudy-section-primary .section-title {
    font-size: 2rem;
  }

  .casestudy-section-primary .case-inner {
    gap: 1.5rem;
    padding: 2rem;
  }

  .casestudy-section-primary .number-circle {
    width: 60px;
    height: 60px;
  }

  .casestudy-section-primary .number-circle span {
    font-size: 1.5rem;
  }

  .casestudy-section-primary .content-title {
    font-size: 1.4rem;
  }

  .casestudy-section-primary .case-icon-section i {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section-primary {
    padding: 50px 0;
  }

  .casestudy-section-primary .section-title {
    font-size: 1.75rem;
  }

  .casestudy-section-primary .case-inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    text-align: center;
  }

  .casestudy-section-primary .case-number-section,
  .casestudy-section-primary .case-icon-section {
    margin: 0 auto;
  }

  .casestudy-section-primary .accent-line {
    margin: 0 auto;
  }

  .casestudy-section-primary .content-title {
    font-size: 1.3rem;
  }
}


/* Process section */

.process-section-style {
  background: radial-gradient(ellipse at center, #fefbff 0%, #ffffff 50%, #fdfaff 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

/* Constellation Icon */
.constellation-icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.star {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-500);
  animation: twinkle 2s ease-in-out infinite;
}

.star-1 {
  top: 20%;
  left: 10%;
}

.star-2 {
  top: 20%;
  right: 10%;
  animation-delay: 0.4s;
}

.star-3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 0.8s;
}

.star-4 {
  bottom: 30%;
  right: 20%;
  animation-delay: 1.2s;
}

.star-5 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.6s;
}

.connection-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  opacity: 0.5;
  animation: flow 3s ease-in-out infinite;
}

.line-1 {
  top: 25%;
  left: 15%;
  width: 70%;
}

.line-2 {
  top: 60%;
  left: 25%;
  width: 50%;
  transform: rotate(-15deg);
  animation-delay: 1.5s;
}

.center-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.center-star i {
  font-size: 1.8rem;
  color: #ffffff;
  animation: rotate 10s linear infinite;
}

/* Header Text */
.process-section-style #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -1px;
}

.process-section-style #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-style #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Constellation Network */
.constellation-network {
  position: relative;
  max-width: 1200px;
  height: 1000px;
  margin: 3rem auto;
}

/* Network Connections SVG */
.network-connections {
  position: absolute;
  inset: 0;
  color: var(--primary-500);
  z-index: 1;
}

/* Process Nodes */
.process-node {
  position: absolute;
  z-index: 5;
}

/* Node Positioning */
.node-1 {
  top: 10%;
  left: 15%;
}

.node-2 {
  top: 10%;
  right: 15%;
}

.node-3 {
  top: 45%;
  right: 10%;
}

.node-4 {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.node-5 {
  top: 45%;
  left: 10%;
}

/* Node Glow */
.node-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse-glow 3s ease-in-out infinite;
}

/* Node Core */
.node-core {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease;
}

.process-node:hover .node-core {
  transform: scale(1.15);
}

.core-pulse {
  position: absolute;
  inset: -8px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: pulse-ring 2s ease-in-out infinite;
}

.core-content {
  position: relative;
  z-index: 2;
}

.node-number {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
}

/* Final Node Core */
.node-core-final {
  border-color: var(--primary-700);
  animation: pulse-final-node 2s ease-in-out infinite;
}

.core-crown {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: var(--primary-700);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-crown 2s ease-in-out infinite;
}

.core-crown i {
  font-size: 1.2rem;
  color: #ffffff;
}

/* Node Cards */
.node-card {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
  width: 300px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--primary-300);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.node-card:hover {
  transform: translateX(-50%) translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

.card-final {
  border-color: var(--primary-700);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}

/* Card Constellation Icon */
.card-constellation {
  width: 60px;
  height: 60px;
  background: var(--primary-100);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.node-card:hover .card-constellation {
  transform: rotate(15deg) scale(1.1);
  border-color: var(--primary-700);
}

.card-constellation i {
  font-size: 1.8rem;
  color: var(--primary-700);
}

/* Card Content */
.node-card h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.node-card p {
  color: var(--neutral-700);
  line-height: 1.6;
}

/* Network Info */
.network-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 2px solid var(--primary-300);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.info-node {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-500);
}

.network-info span {
  color: var(--neutral-700);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Animations */
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

@keyframes flow {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes pulse-ring {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
}

@keyframes pulse-final-node {
  0%, 100% {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.25), 0 0 30px var(--primary-500);
  }
}

@keyframes float-crown {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .constellation-network {
    height: auto;
    padding: 2rem 0;
  }

  .network-connections {
    display: none;
  }

  .process-node {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .node-core {
    width: 70px;
    height: 70px;
  }

  .node-number {
    font-size: 1.5rem;
  }

  .node-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 350px;
    margin-top: 1.5rem;
  }

  .node-card:hover {
    transform: translateY(-5px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .constellation-network {
    height: 1200px;
  }

  .node-card {
    width: 280px;
    padding: 1.25rem;
  }

  .node-core {
    width: 80px;
    height: 80px;
  }

  .node-number {
    font-size: 1.8rem;
  }
}







.timeline-section-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-alt .section-title {
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.timeline-section-alt .section-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.timeline-section-alt .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Zigzag Timeline Structure */
.zigzag-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Block */
.timeline-block {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

/* Left Block */
.left-block {
  justify-content: flex-start;
}

.left-block .block-content {
  display: flex;
  align-items: center;
  max-width: 55%;
}

.left-block .block-number {
  position: absolute;
  right: 10%;
}

/* Right Block */
.right-block {
  justify-content: flex-end;
}

.right-block .block-content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 55%;
}

.right-block .block-number {
  position: absolute;
  left: 10%;
}

/* Block Content */
.content-inner {
  background: var(--surface-secondary);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}

.timeline-block:hover .content-inner {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.block-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Number */
.block-number {
  font-size: 6rem;
  font-weight: 900;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  line-height: 1;
  user-select: none;
  z-index: 0;
}

/* Connecting Lines */
.connecting-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    var(--primary-500)
  );
  position: relative;
  flex-shrink: 0;
}

.line-right {
  margin-left: 2rem;
}

.line-left {
  margin-right: 2rem;
}

.connecting-line::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  border: 3px solid var(--surface-primary);
}

.line-right::after {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.line-left::after {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.final-line {
  opacity: 0.3;
}

/* Creative Decorations */
.creative-shape {
  position: absolute;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}

.shape-triangle-1 {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 260px solid var(--primary-500);
  top: 15%;
  left: -50px;
  transform: rotate(30deg);
}

.shape-triangle-2 {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 210px solid var(--primary-700);
  bottom: 20%;
  right: -40px;
  transform: rotate(-45deg);
}

.shape-circle-1 {
  width: 200px;
  height: 200px;
  border: 20px solid var(--primary-300);
  border-radius: 50%;
  top: 40%;
  right: 5%;
}

.shape-circle-2 {
  width: 160px;
  height: 160px;
  border: 15px solid var(--primary-500);
  border-radius: 50%;
  bottom: 25%;
  left: 8%;
}

.floating-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.dot-1 { top: 20%; left: 15%; }
.dot-2 { top: 50%; right: 20%; }
.dot-3 { bottom: 30%; left: 25%; }
.dot-4 { top: 70%; right: 12%; }

/* Tablet Responsive */
@media (max-width: 991px) {
  .left-block .block-content,
  .right-block .block-content {
    max-width: 70%;
  }

  .connecting-line {
    width: 60px;
  }

  .block-number {
    font-size: 4.5rem;
  }

  .left-block .block-number {
    right: 5%;
  }

  .right-block .block-number {
    left: 5%;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .timeline-section-alt {
    padding: 3rem 0;
  }

  .zigzag-timeline {
    padding: 1rem 0;
  }

  .timeline-block {
    margin-bottom: 3rem;
    justify-content: center !important;
  }

  .left-block .block-content,
  .right-block .block-content {
    max-width: 100%;
    flex-direction: column !important;
  }

  .connecting-line {
    display: none;
  }

  .block-number {
    position: static;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .content-inner {
    padding: 2rem;
    text-align: center;
  }

  .icon-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
  }

  .icon-wrapper i {
    font-size: 1.75rem;
  }

  .block-title {
    font-size: 1.375rem;
  }

  .block-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .content-inner {
    padding: 1.5rem;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .icon-wrapper i {
    font-size: 1.5rem;
  }

  .block-title {
    font-size: 1.25rem;
  }
}





.career-section-bold {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Section Header */
.career-section-bold .section-header {
  position: relative;
  z-index: 2;
}

.career-section-bold .header-decorator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.career-section-bold .decorator-line {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
}

.career-section-bold .decorator-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.career-section-bold .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 16px;
}

.career-section-bold .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.career-section-bold .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Decorative Shape Stack */
.career-section-bold .decorative-shape-stack {
  display: flex;
  gap: 6px;
  margin-top: 30px;
}

.career-section-bold .shape-item {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  opacity: 0.6;
}

.career-section-bold .shape-1 {
  background: var(--primary-500);
}

.career-section-bold .shape-2 {
  background: var(--primary-300);
}

.career-section-bold .shape-3 {
  background: var(--primary-700);
}

/* Career List */
.career-section-bold .career-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Career Item */
.career-section-bold .career-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--light);
  border-radius: 12px;
  padding: 28px;
  transition: all 0.3s ease;
  border: 1px solid var(--neutral-100);
  position: relative;
}

.career-section-bold .career-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-500);
}

.career-section-bold .career-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  border-radius: 12px 0 0 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.career-section-bold .career-item:hover::before {
  opacity: 1;
}

/* Icon Wrapper */
.career-section-bold .item-icon-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.career-section-bold .career-item:hover .item-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(5deg);
}

.career-section-bold .item-icon-wrapper i {
  font-size: 24px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-bold .career-item:hover .item-icon-wrapper i {
  color: var(--light);
}

/* Item Content */
.career-section-bold .item-content {
  flex: 1;
}

.career-section-bold .item-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.career-section-bold .item-role {
  font-size: 0.9375rem;
  color: var(--primary-500);
  font-weight: 500;
  margin-bottom: 12px;
}

.career-section-bold .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Item Arrow */
.career-section-bold .item-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.career-section-bold .career-item:hover .item-arrow {
  opacity: 1;
}

.career-section-bold .item-arrow i {
  font-size: 20px;
  color: var(--primary-500);
}

/* Background Grid Pattern */
.career-section-bold .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

/* Floating Circles */
.career-section-bold .floating-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
}

.career-section-bold .circle-1 {
  width: 300px;
  height: 300px;
  top: -50px;
  right: 10%;
}

.career-section-bold .circle-2 {
  width: 200px;
  height: 200px;
  bottom: -30px;
  left: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-bold {
    padding: 70px 0;
  }

  .career-section-bold .section-title {
    font-size: 2.25rem;
  }

  .career-section-bold .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .career-section-bold {
    padding: 50px 0;
  }

  .career-section-bold .section-title {
    font-size: 2rem;
  }

  .career-section-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .career-section-bold .career-item {
    flex-direction: column;
    padding: 20px;
  }

  .career-section-bold .item-arrow {
    display: none;
  }

  .career-section-bold .career-item:hover {
    transform: translateY(-4px);
  }
}


.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Industrial Header */
.industrial-header {
  position: relative;
}

.header-line {
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--neutral-300) 20%, 
    var(--neutral-300) 80%, 
    transparent
  );
  margin: 1.5rem 0;
}

.industrial-header .display-5 {
  color: var(--primary-700);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.industrial-header h3 {
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 3px;
}

.industrial-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
  font-weight: 400;
}

/* Industrial Grid */
.industrial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .industrial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-block {
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.grid-block:hover {
  border-color: var(--primary-500);
  box-shadow: 
    0 0 0 4px var(--primary-50),
    0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--neutral-100);
}

.block-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-500);
  line-height: 1;
  font-family: 'Courier New', monospace;
}

.geometric-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-500);
  position: relative;
  transition: all 0.3s ease;
}

.grid-block:hover .geometric-icon {
  background: var(--primary-500);
  transform: rotate(45deg);
}

.geometric-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.grid-block:hover .geometric-icon i {
  color: var(--light);
  transform: rotate(-45deg);
}

.block-body {
  position: relative;
  z-index: 2;
}

.block-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.block-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Corner brackets */
.corner-bracket {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: all 0.3s ease;
}

.corner-bracket.top-left {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}

.corner-bracket.bottom-right {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
}

.grid-block:hover .corner-bracket {
  opacity: 1;
}

.grid-block:hover .corner-bracket.top-left {
  top: 4px;
  left: 4px;
}

.grid-block:hover .corner-bracket.bottom-right {
  bottom: 4px;
  right: 4px;
}

/* Geometric patterns */
.geo-pattern {
  position: absolute;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.geo-pattern.pattern-1 {
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background-image: 
    repeating-linear-gradient(45deg, var(--primary-700) 0, var(--primary-700) 2px, transparent 2px, transparent 10px),
    repeating-linear-gradient(-45deg, var(--primary-700) 0, var(--primary-700) 2px, transparent 2px, transparent 10px);
}

.geo-pattern.pattern-2 {
  bottom: 15%;
  left: 5%;
  width: 250px;
  height: 250px;
  background-image: 
    linear-gradient(var(--primary-500) 2px, transparent 2px),
    linear-gradient(90deg, var(--primary-500) 2px, transparent 2px);
  background-size: 30px 30px;
}

.tech-lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--neutral-300) 10%,
    var(--neutral-300) 20%,
    transparent 20%,
    transparent 30%,
    var(--neutral-300) 30%,
    var(--neutral-300) 35%,
    transparent 35%,
    transparent 65%,
    var(--neutral-300) 65%,
    var(--neutral-300) 70%,
    transparent 70%,
    transparent 80%,
    var(--neutral-300) 80%,
    var(--neutral-300) 90%,
    transparent
  );
  opacity: 0.3;
  z-index: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .industrial-header .display-5 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .industrial-header h3 {
    letter-spacing: 2px;
  }

  .industrial-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .grid-block {
    padding: 1.5rem;
  }

  .block-number {
    font-size: 2rem;
  }

  .geo-pattern {
    width: 120px !important;
    height: 120px !important;
  }
}

@media (min-width: 1400px) {
  .industrial-grid {
    gap: 2.5rem;
  }

  .grid-block {
    padding: 2.5rem;
  }
}





.contact-section-alt {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Left Panel - Info */
.contact-section-alt .info-panel {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

.contact-section-alt .info-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.contact-section-alt .panel-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contact-section-alt .panel-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--light) 90%, transparent);
  margin-bottom: 1.5rem;
}

.contact-section-alt .panel-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 85%, transparent);
  line-height: 1.8;
  margin-bottom: 3rem;
}

.contact-section-alt .contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-section-alt .info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.3s ease;
}

.contact-section-alt .info-item:hover {
  transform: translateX(8px);
}

.contact-section-alt .info-icon-box {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--light) 20%, transparent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
}

.contact-section-alt .info-icon-box i {
  font-size: 1.75rem;
  color: var(--light);
}

.contact-section-alt .info-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--light);
  line-height: 1.6;
  margin: 0;
}

/* Decorative Blobs */
.contact-section-alt .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.contact-section-alt .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--light);
  top: -100px;
  right: -100px;
}

.contact-section-alt .blob-2 {
  width: 300px;
  height: 300px;
  background: var(--light);
  bottom: -80px;
  left: -80px;
}

/* Right Panel - Form */
.contact-section-alt .form-panel {
  background: var(--surface-primary);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  position: relative;
}

.contact-section-alt .form-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-section-alt .form-group {
  margin-bottom: 1.75rem;
}

.contact-section-alt .form-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.contact-section-alt .form-control {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid var(--neutral-100);
  border-radius: 10px;
  font-size: 1rem;
  background: var(--light);
  color: var(--text-primary);
  transition: all 0.3s ease;
}

.contact-section-alt .form-control:focus {
  outline: none;
  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-alt .form-check-box {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-radius: 10px;
  border: 2px solid var(--neutral-100);
}

.contact-section-alt .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-section-alt .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-alt .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-alt .btn-submit {
  background: linear-gradient(135deg, #9333ea, #c026d3) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1.125rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact-section-alt .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(147, 51, 234, 0.4);
}

.contact-section-alt .btn-submit i {
  transition: transform 0.3s ease;
  font-size: 1.25rem;
}

.contact-section-alt .btn-submit:hover i {
  transform: translateX(4px);
}

/* Pattern Overlay */
.contact-section-alt .pattern-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-alt .info-panel,
  .contact-section-alt .form-panel {
    min-height: auto;
    padding: 60px 40px;
  }
  
  .contact-section-alt .panel-title {
    font-size: 2.5rem;
  }
  
  .contact-section-alt .panel-subtitle {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .contact-section-alt .info-panel,
  .contact-section-alt .form-panel {
    padding: 50px 30px;
  }
  
  .contact-section-alt .panel-title {
    font-size: 2rem;
  }
  
  .contact-section-alt .panel-subtitle {
    font-size: 1.25rem;
  }
  
  .contact-section-alt .info-item {
    gap: 1rem;
  }
  
  .contact-section-alt .info-icon-box {
    width: 50px;
    height: 50px;
  }
}


/* Blog section */

.blog-section {
  background: var(--surface-primary);
  position: relative;
}

/* Section Header */
.section-title {
  font-size: clamp(1.875rem, 4.5vw, 2.5rem);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.3;
}

.section-subtitle {
  font-size: clamp(1.0625rem, 2.5vw, 1.3125rem);
  color: var(--primary-500);
  font-weight: 600;
  line-height: 1.5;
}

.section-description {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 48rem;
  margin: 0 auto;
}

/* Eco Header Decoration */
.eco-header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.eco-header-decoration i {
  color: var(--primary-500);
  opacity: 0.6;
}

.eco-header-decoration i:nth-child(1),
.eco-header-decoration i:nth-child(3) {
  font-size: 0.5rem;
}

.eco-header-decoration i:nth-child(2) {
  font-size: 1.125rem;
}

/* Blog Eco Card */
.blog-eco-card {
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-eco-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

/* Eco Card Wave */
.eco-card-wave {
  height: 80px;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--primary-50) 100%
  );
  position: relative;
  overflow: hidden;
}

.eco-card-wave::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 30px;
  background: var(--surface-primary);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* Eco Card Content */
.eco-card-content {
  flex: 1;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -36px;
  z-index: 2;
}

/* Eco Icon Circle */
.eco-icon-circle {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  margin: 0 auto 1.5rem;
  transition: all 0.4s ease;
  border: 4px solid var(--surface-primary);
}

.eco-icon-circle i {
  font-size: 2rem;
  color: #ffffff;
  transition: transform 0.4s ease;
}

.blog-eco-card:hover .eco-icon-circle {
  transform: scale(1.1) rotate(10deg);
}

.blog-eco-card:hover .eco-icon-circle i {
  transform: rotate(-10deg);
}

/* Eco Card Title */
.eco-card-title {
  font-size: clamp(1.125rem, 2.5vw, 1.3125rem);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center;
  transition: color 0.3s ease;
}

.blog-eco-card:hover .eco-card-title {
  color: var(--primary-700);
}

/* Eco Card Excerpt */
.eco-card-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: center;
  flex: 1;
}

/* Eco Link Wrapper */
.eco-link-wrapper {
  display: flex;
  justify-content: center;
}

.eco-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.link-circle {
  width: 32px;
  height: 32px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.link-circle i {
  color: var(--primary-500);
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.eco-card-link:hover {
  color: var(--primary-700);
  gap: 1rem;
}

.eco-card-link:hover .link-circle {
  background: var(--primary-500);
  transform: rotate(45deg);
}

.eco-card-link:hover .link-circle i {
  color: #ffffff;
  transform: rotate(-45deg);
}

/* Eco Bottom Curve */
.eco-bottom-curve {
  height: 20px;
  background: var(--primary-50);
  margin-top: auto;
  clip-path: ellipse(80% 100% at 50% 0%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-eco-card:hover .eco-bottom-curve {
  opacity: 1;
}

/* Bottom Eco Leaves */
.bottom-eco-leaves {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.bottom-eco-leaves i {
  font-size: 2rem;
  color: var(--primary-300);
  opacity: 0.4;
  animation: rotate-sun 20s linear infinite;
}

@keyframes rotate-sun {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .eco-card-wave {
    height: 70px;
  }
  
  .eco-card-content {
    padding: 0 1.75rem 1.75rem;
    margin-top: -32px;
  }
  
  .eco-icon-circle {
    width: 64px;
    height: 64px;
  }
  
  .eco-icon-circle i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .eco-card-wave {
    height: 60px;
  }
  
  .eco-card-wave::after {
    height: 24px;
  }
  
  .eco-card-content {
    padding: 0 1.5rem 1.5rem;
    margin-top: -28px;
  }
  
  .eco-icon-circle {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
  
  .eco-icon-circle i {
    font-size: 1.625rem;
  }
  
  .bottom-eco-leaves {
    margin-top: 2rem;
  }
  
  .bottom-eco-leaves i {
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .eco-header-decoration {
    gap: 0.5rem;
  }
  
  .eco-card-wave {
    height: 50px;
  }
  
  .eco-card-wave::after {
    height: 20px;
  }
  
  .eco-card-content {
    padding: 0 1.25rem 1.25rem;
    margin-top: -24px;
  }
  
  .eco-icon-circle {
    width: 56px;
    height: 56px;
  }
  
  .eco-icon-circle i {
    font-size: 1.5rem;
  }
  
  .blog-eco-card:hover {
    transform: translateY(-4px);
  }
}



.faq-section-alt {
  position: relative;
  background: var(--neutral-0);
  overflow: hidden;
}

/* Header Decoration */
.faq-section-alt .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.faq-section-alt .header-decoration .deco-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.faq-section-alt .header-decoration i {
  font-size: 2.5rem;
  color: var(--primary-700);
}

.faq-section-alt #faq-title {
  color: var(--neutral-900);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.faq-section-alt #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.faq-section-alt #faq-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Tab-Style Cards */
.faq-section-alt .faq-tab-card {
  position: relative;
  padding-top: 10px;
}

.faq-section-alt .tab-indicator {
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 10px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 0 0 8px 8px;
  z-index: 2;
  transition: all 0.3s ease;
}

.faq-section-alt .faq-tab-card:hover .tab-indicator {
  width: 120px;
  background: linear-gradient(90deg, var(--primary-700), var(--primary-700));
}

.faq-section-alt .faq-tab-card .card {
  background: var(--neutral-0);
  border-radius: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-section-alt .faq-tab-card:hover .card {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.faq-section-alt .card-header {
  padding: 1.5rem;
}

.faq-section-alt .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-section-alt .tab-icon i {
  font-size: 1.5rem;
  color: var(--neutral-0);
}

.faq-section-alt .faq-tab-card:hover .tab-icon {
  transform: scale(1.1) rotate(5deg);
}

.faq-section-alt .card-header h5 {
  color: var(--neutral-900);
  font-size: 1.05rem;
  line-height: 1.4;
}

.faq-section-alt .card-body {
  padding: 1.5rem;
}

.faq-section-alt .card-body p {
  color: var(--neutral-700);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Background Elements */
.faq-section-alt .bg-element {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.faq-section-alt .element-1 {
  width: 450px;
  height: 450px;
  top: -150px;
  right: -150px;
}

.faq-section-alt .element-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
}

.faq-section-alt .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-section-alt #faq-title {
    font-size: 2.5rem;
  }

  .faq-section-alt .header-decoration i {
    font-size: 2rem;
  }

  .faq-section-alt .header-decoration .deco-line {
    width: 40px;
  }

  .faq-section-alt .tab-icon {
    width: 45px;
    height: 45px;
  }

  .faq-section-alt .tab-icon i {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .faq-section-alt #faq-title {
    font-size: 2rem;
  }

  .faq-section-alt .header-decoration {
    gap: 1rem;
  }

  .faq-section-alt .header-decoration i {
    font-size: 1.75rem;
  }

  .faq-section-alt .header-decoration .deco-line {
    width: 30px;
  }

  .faq-section-alt .tab-indicator {
    left: 15px;
    width: 60px;
    height: 8px;
  }

  .faq-section-alt .faq-tab-card:hover .tab-indicator {
    width: 90px;
  }

  .faq-section-alt .card-header {
    padding: 1rem;
  }

  .faq-section-alt .tab-icon {
    width: 40px;
    height: 40px;
    margin-right: 0.75rem !important;
  }

  .faq-section-alt .tab-icon i {
    font-size: 1.1rem;
  }

  .faq-section-alt .card-header h5 {
    font-size: 0.95rem;
  }

  .faq-section-alt .card-body {
    padding: 1rem;
  }

  .faq-section-alt .card-body p {
    font-size: 0.9rem;
  }

  .faq-section-alt .bg-element {
    width: 250px !important;
    height: 250px !important;
  }
}







/* Gallery  - Creative Floating Stacks Layout with Purple Theme */

.gallery_alt_wrap {
  position: relative;
  background: var(--bg-primary);
  overflow: hidden;
  padding: 80px 0;
}

/* Gradient Background */
.gallery_alt_gradient_bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 10% 20%, var(--primary-100) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, var(--secondary-100) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, var(--accent-50) 0%, transparent 40%);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* Main Floating Layout */
.gallery_alt_floating_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 1;
}

/* Stacks (Left & Right) */
.gallery_alt_stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  flex: 1;
  max-width: 280px;
}

.gallery_alt_stack_left {
  align-items: flex-end;
}

.gallery_alt_stack_right {
  align-items: flex-start;
}

/* Stack Cards with Staggered Effect */
.gallery_alt_stack .gallery_alt_card {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 3/4;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  position: relative;
  background: var(--bg-secondary);
  box-shadow: 
    0 8px 24px var(--shadow-md),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_alt_stack_left .gallery_alt_card_1 {
  transform: translateX(20px) rotate(-3deg);
}

.gallery_alt_stack_left .gallery_alt_card_2 {
  transform: translateX(10px) rotate(-1.5deg);
}

.gallery_alt_stack_left .gallery_alt_card_3 {
  transform: translateX(0) rotate(0deg);
}

.gallery_alt_stack_right .gallery_alt_card_1 {
  transform: translateX(-20px) rotate(3deg);
}

.gallery_alt_stack_right .gallery_alt_card_2 {
  transform: translateX(-10px) rotate(1.5deg);
}

.gallery_alt_stack_right .gallery_alt_card_3 {
  transform: translateX(0) rotate(0deg);
}

.gallery_alt_stack .gallery_alt_card:hover {
  transform: translateY(-12px) rotate(0deg) scale(1.05);
  box-shadow: 0 20px 40px var(--shadow-xl);
  z-index: 10;
}

/* Center Piece - Hero Card */
.gallery_alt_center_piece {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_alt_main_card {
  position: relative;
  width: 380px;
  aspect-ratio: 4/5;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: 
    0 20px 60px var(--shadow-xl),
    0 0 0 2px var(--primary-300);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_alt_main_card:hover {
  transform: scale(1.08) translateY(-8px);
  box-shadow: 
    0 30px 80px var(--shadow-2xl),
    0 0 0 3px var(--primary-500);
}

/* Card Images */
.gallery_alt_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_alt_card:hover .gallery_alt_image,
.gallery_alt_main_card:hover .gallery_alt_image {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.05);
}

/* Shine Effect */
.gallery_alt_shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 60%
  );
  transform: translateX(-100%) translateY(-100%);
  transition: transform 0.6s ease;
}

.gallery_alt_card:hover .gallery_alt_shine {
  transform: translateX(100%) translateY(100%);
}

/* Corner Icons */
.gallery_alt_corner_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scale(0) rotate(-180deg);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery_alt_card:hover .gallery_alt_corner_icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.gallery_alt_corner_icon i {
  font-size: 1.25rem;
  color: var(--white);
}

/* Glow Effect for Main Card */
.gallery_alt_glow_effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery_alt_main_card:hover .gallery_alt_glow_effect {
  opacity: 0.2;
}

/* Badge on Main Card */
.gallery_alt_badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: var(--accent-500);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  animation: gallery_v032_pulse 2s ease-in-out infinite;
}

.gallery_alt_badge i {
  font-size: 2rem;
  color: var(--white);
}

@keyframes gallery_v032_pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Bottom Grid */
.gallery_alt_bottom_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-4);
  position: relative;
  z-index: 1;
}

.gallery_alt_small_card {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: 0 4px 12px var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_alt_small_card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 35px var(--shadow-lg);
}

.gallery_alt_small_card .gallery_alt_image {
  filter: saturate(0.8);
}

.gallery_alt_small_card:hover .gallery_alt_image {
  filter: saturate(1.2);
}

/* Filter Overlay */
.gallery_alt_filter_overlay {
  position: absolute;
  inset: 0;
  background: var(--primary-700);
  opacity: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.4s ease;
}

.gallery_alt_small_card:hover .gallery_alt_filter_overlay {
  opacity: 0.3;
}

/* Floating Decorative Shapes */
.gallery_alt_float_shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
}

.gallery_alt_shape_1 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-300), var(--secondary-300));
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 15%;
  left: 5%;
  animation: gallery_v032_morph 12s ease-in-out infinite;
}

.gallery_alt_shape_2 {
  width: 180px;
  height: 180px;
  background: linear-gradient(225deg, var(--accent-300), var(--primary-300));
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 10%;
  right: 10%;
  animation: gallery_v032_morph 15s ease-in-out infinite reverse;
}

.gallery_alt_shape_3 {
  width: 140px;
  height: 140px;
  background: linear-gradient(315deg, var(--secondary-300), var(--accent-300));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 60%;
  right: 5%;
  animation: gallery_v032_morph 18s ease-in-out infinite;
}

@keyframes gallery_v032_morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(180deg) scale(1.1);
  }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .gallery_alt_floating_layout {
    gap: var(--space-6);
  }
  
  .gallery_alt_main_card {
    width: 320px;
  }
  
  .gallery_alt_stack {
    max-width: 220px;
  }
  
  .gallery_alt_stack .gallery_alt_card {
    max-width: 200px;
  }
}

@media (max-width: 992px) {
  .gallery_alt_floating_layout {
    flex-direction: column;
    gap: var(--space-8);
    margin-bottom: var(--space-8);
  }
  
  .gallery_alt_stack {
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
  
  .gallery_alt_stack .gallery_alt_card {
    max-width: 180px;
  }
  
  .gallery_alt_stack_left .gallery_alt_card_1,
  .gallery_alt_stack_right .gallery_alt_card_1 {
    transform: translateY(-10px) rotate(-2deg);
  }
  
  .gallery_alt_stack_left .gallery_alt_card_2,
  .gallery_alt_stack_right .gallery_alt_card_2 {
    transform: translateY(0) rotate(0deg);
  }
  
  .gallery_alt_stack_left .gallery_alt_card_3,
  .gallery_alt_stack_right .gallery_alt_card_3 {
    transform: translateY(-10px) rotate(2deg);
  }
  
  .gallery_alt_main_card {
    width: 100%;
    max-width: 400px;
  }
  
  .gallery_alt_bottom_grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 768px) {
  .gallery_alt_wrap {
    padding: 60px 0;
  }
  
  .gallery_alt_stack {
    gap: var(--space-3);
  }
  
  .gallery_alt_stack .gallery_alt_card {
    max-width: 140px;
  }
  
  .gallery_alt_main_card {
    max-width: 300px;
  }
  
  .gallery_alt_badge {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  
  .gallery_alt_badge i {
    font-size: 1.5rem;
  }
  
  .gallery_alt_bottom_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
  }
}

@media (max-width: 576px) {
  .gallery_alt_floating_layout {
    gap: var(--space-6);
  }
  
  .gallery_alt_stack {
    flex-direction: column;
    align-items: center;
  }
  
  .gallery_alt_stack .gallery_alt_card {
    max-width: 200px;
  }
  
  .gallery_alt_stack .gallery_alt_card:hover {
    transform: translateY(-8px) scale(1.02);
  }
  
  .gallery_alt_main_card {
    max-width: 280px;
  }
  
  .gallery_alt_bottom_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2);
  }
  
  .gallery_alt_small_card {
    border-radius: var(--radius-lg);
  }
}

/* Loading State */
.gallery_alt_image:not([src]),
.gallery_alt_image[src=""] {
  background: linear-gradient(
    90deg,
    var(--neutral-100) 0%,
    var(--neutral-50) 50%,
    var(--neutral-100) 100%
  );
  background-size: 200% 100%;
  animation: gallery_v032_loading 1.5s infinite;
}

@keyframes gallery_v032_loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Accessibility */
.gallery_alt_card,
.gallery_alt_main_card,
.gallery_alt_small_card {
  cursor: pointer;
}

.gallery_alt_card:focus-visible,
.gallery_alt_main_card:focus-visible,
.gallery_alt_small_card:focus-visible {
  outline: 3px solid var(--primary-500);
  outline-offset: 2px;
}

/* Performance Optimizations */
.gallery_alt_image,
.gallery_alt_shine,
.gallery_alt_glow_effect {
  will-change: transform;
}



#footer-064 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

#footer-064 .footer-background-layer {
  background: 
    linear-gradient(
      160deg, 
      color-mix(in srgb, var(--primary-700) 93%, transparent) 0%, 
      color-mix(in srgb, var(--primary-500) 88%, transparent) 45%, 
      color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%
    ), 
    url('MIZ_assets/MIZ_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

#footer-064 .footer-brand-name {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

#footer-064 .footer-brand-description {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto;
}

#footer-064 .brand-divider {
  width: 100px;
  height: 3px;
  background: linear-gradient(
    90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  border-radius: 2px;
}

#footer-064 .footer-card {
  background: color-mix(in srgb, var(--neutral-900) 15%, transparent);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  transition: all 0.3s ease;
  height: 100%;
  backdrop-filter: blur(5px);
}

#footer-064 .footer-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-300);
  background: color-mix(in srgb, var(--neutral-900) 25%, transparent);
}

#footer-064 .card-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#footer-064 .card-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-300);
}

#footer-064 .footer-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

#footer-064 .footer-policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#footer-064 .footer-policy-list li {
  margin-bottom: 0.75rem;
}

#footer-064 .footer-policy-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

#footer-064 .footer-policy-list a:hover {
  color: var(--primary-300);
  transform: translateX(3px);
}

#footer-064 .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-064 .footer-contact-list li {
  margin-bottom: 1rem;
  text-align: center;
}

#footer-064 .contact-label {
  font-size: 0.85rem;
  color: var(--primary-300);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

#footer-064 .contact-value {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  display: block;
}

#footer-064 .footer-feature-icons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

#footer-064 .feature-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#footer-064 .feature-icon-box i {
  font-size: 1.75rem;
  color: var(--primary-300);
  transition: transform 0.3s ease;
}

#footer-064 .feature-icon-box:hover {
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-color: var(--primary-300);
  transform: scale(1.1);
}

#footer-064 .feature-icon-box:hover i {
  transform: rotate(10deg);
}

#footer-064 .footer-bottom-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#footer-064 .footer-disclaimer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

#footer-064 .footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin: 0;
}

/* Decorative Blobs */
#footer-064 .footer-blob-1 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  top: -200px;
  right: -150px;
  z-index: 0;
  animation: blob-float-1 20s ease-in-out infinite;
}

#footer-064 .footer-blob-2 {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: color-mix(in srgb, var(--primary-500) 6%, transparent);
  bottom: -150px;
  left: -100px;
  z-index: 0;
  animation: blob-float-2 25s ease-in-out infinite;
}

#footer-064 .footer-blob-3 {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
  background: color-mix(in srgb, var(--primary-700) 7%, transparent);
  top: 50%;
  right: 10%;
  z-index: 0;
  animation: blob-float-3 30s ease-in-out infinite;
}

@keyframes blob-float-1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(20px, 20px) rotate(180deg); }
}

@keyframes blob-float-2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-20px, -20px) rotate(-180deg); }
}

@keyframes blob-float-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(15px, -15px) scale(1.1); }
}

/* Responsive */
@media (max-width: 991px) {
  #footer-064 .footer-brand-name {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  #footer-064 .footer-background-layer {
    background-attachment: scroll;
  }
  
  #footer-064 .footer-card {
    padding: 1.5rem;
  }
  
  #footer-064 .feature-icon-box {
    width: 50px;
    height: 50px;
  }
  
  #footer-064 .feature-icon-box i {
    font-size: 1.5rem;
  }
}





.additional-universal-classic {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-classic #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-classic #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-classic #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Timeline Container */
.additional-universal-classic .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Item */
.additional-universal-classic .timeline-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.additional-universal-classic .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.additional-universal-classic .timeline-item:last-child {
  margin-bottom: 0;
}

.additional-universal-classic .timeline-item:last-child .timeline-connector {
  display: none;
}

/* Timeline Marker */
.additional-universal-classic .timeline-marker {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-classic .marker-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-secondary));
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  z-index: 2;
}

.additional-universal-classic .timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  background: var(--primary-500);
  color: white;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.additional-universal-classic .marker-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  opacity: 0.6;
}

/* Timeline Connector */
.additional-universal-classic .timeline-connector {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% + 3rem);
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 30%, transparent)
  );
  z-index: 1;
}

.additional-universal-classic .timeline-item:nth-child(even) .timeline-connector {
  left: 50%;
}

/* Timeline Content */
.additional-universal-classic .timeline-content {
  position: relative;
  flex: 1;
  padding: 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-classic .timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-classic .timeline-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-classic .timeline-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Content Decoration */
.additional-universal-classic .content-decoration {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.05;
  pointer-events: none;
}

/* Background Blobs */
.additional-universal-classic .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-classic .blob-1 {
  top: 10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  animation: blob-float-v081 15s ease-in-out infinite;
}

.additional-universal-classic .blob-2 {
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  animation: blob-float-v081 20s ease-in-out infinite reverse;
}

.additional-universal-classic .blob-3 {
  bottom: 10%;
  left: 20%;
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  animation: blob-float-v081 18s ease-in-out infinite;
}

/* Animations */
@keyframes blob-float-v081 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-classic .timeline-item,
  .additional-universal-classic .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-classic .timeline-connector {
    left: 50%;
    transform: translateX(-50%);
  }

  .additional-universal-classic .marker-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-classic #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-classic .marker-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .marker-number {
    font-size: 1.25rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.25rem;
  }
}





/* Universal section */
/* Theme: professional-blue-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;
}

/* Decorative Divider */
.decorative-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  border-radius: 2px;
}

/* Feature Cards */
.feature-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.feature-card.featured {
  background: color-mix(in srgb, var(--primary-50) 80%, var(--surface-secondary) 20%);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}

/* Card Icon */
.card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  border-radius: 12px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Card Content */
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.card-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* 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.4;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    transparent
  );
  bottom: 100px;
  right: -50px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  top: 50%;
  left: 10%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 1.5rem;
  }
}









.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Card Styles */
.content-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-100);
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.content-card-large {
  background: linear-gradient(135deg, 
    var(--surface-secondary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%) 100%);
}

.card-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.content-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.6;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 10%;
  left: -100px;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  bottom: 15%;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-card {
    padding: 1.25rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.header-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Feature Items */
.feature-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Large Feature Items */
.feature-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  padding: 3rem;
}

.feature-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 0 24px 0 50%;
}

.feature-large:hover .feature-bg-pattern {
  opacity: 0.5;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Feature Icons */
.feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(-10deg) scale(1.1);
}

.feature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.feature-icon-large {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.feature-large:hover .feature-icon-large {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-large i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-large .feature-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.feature-large .feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.feature-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
  opacity: 0.4;
  border-radius: 0 100% 0 24px;
  transition: opacity 0.3s ease;
}

.feature-large:hover .feature-corner-accent {
  opacity: 0.6;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 5s;
}

.circle-3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  animation: float 15s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.icon-1 {
  top: 25%;
  right: 10%;
  animation-delay: 2s;
}

.icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .feature-large {
    grid-column: span 1;
    padding: 2.5rem;
  }
  
  .feature-item {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-icon-large {
    width: 75px;
    height: 75px;
  }
  
  .feature-icon-large i {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-large .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .feature-item,
  .feature-large {
    padding: 1.75rem;
  }
  
  .header-accent {
    width: 60px;
    margin-bottom: 1rem;
  }
}









/* Universal section */

.additional-universal-section.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;
  }
}





/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}





/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}





/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 2rem 0;
}

/* Timeline Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.timeline-left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.timeline-right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

/* Timeline Icon */
.timeline-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 5px solid #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .timeline-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.timeline-icon i {
  font-size: 2rem;
  color: #ffffff;
}

/* Timeline Card */
.timeline-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  flex: 1;
  max-width: 500px;
}

.timeline-item:hover .timeline-card {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.timeline-badge {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 2.5rem;
}

.timeline-left .timeline-badge {
  right: -28px;
}

.timeline-right .timeline-badge {
  left: -28px;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 10%;
  left: -5%;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--secondary-400);
  top: 50%;
  right: -5%;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: 15%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .timeline-line {
    left: 40px;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
    flex-direction: row;
  }
  
  .timeline-icon {
    left: 40px;
  }
  
  .timeline-item:hover .timeline-icon {
    transform: translateX(0) scale(1.15);
  }
  
  .timeline-left .timeline-badge,
  .timeline-right .timeline-badge {
    left: auto;
    right: -28px;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .timeline-container {
    margin-top: 3rem;
  }
  
  .timeline-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
  
  .timeline-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 2rem;
    max-width: 100%;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .timeline-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .timeline-line {
    left: 30px;
  }
  
  .timeline-icon {
    left: 30px;
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  
  .timeline-icon i {
    font-size: 1.25rem;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    padding-left: 80px;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-badge {
    width: 10px;
    height: 10px;
    right: -25px;
  }
}









/* Universal section */

.additional-universal-standard {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-standard .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-standard .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-standard .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Central Axis */
.additional-universal-standard .timeline-central-axis {
  position: absolute;
  left: 50%;
  top: 200px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Wrapper */
.additional-universal-standard .timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  z-index: 2;
}

/* Timeline Item */
.additional-universal-standard .timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
  margin-bottom: 4rem;
}

.additional-universal-standard .timeline-item.left {
  padding-right: 4rem;
  text-align: right;
}

.additional-universal-standard .timeline-item.right {
  margin-left: 50%;
  padding-left: 4rem;
  text-align: left;
}

/* Timeline Marker */
.additional-universal-standard .timeline-marker {
  position: absolute;
  top: 2rem;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.additional-universal-standard .timeline-item.left .timeline-marker {
  right: -35px;
}

.additional-universal-standard .timeline-item.right .timeline-marker {
  left: -35px;
}

.additional-universal-standard .marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.additional-universal-standard .marker-inner i {
  font-size: 1.75rem;
  color: var(--neutral-0);
}

.additional-universal-standard .marker-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
  opacity: 0;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-standard .timeline-content {
  position: relative;
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.additional-universal-standard .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Badge */
.additional-universal-standard .step-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Step Content */
.additional-universal-standard .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-standard .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corners */
.additional-universal-standard .decorative-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-300);
  opacity: 0.4;
}

.additional-universal-standard .corner-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.additional-universal-standard .corner-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* Floating Shapes */
.additional-universal-standard .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-400);
  top: 15%;
  left: 5%;
  filter: blur(50px);
}

.additional-universal-standard .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--accent-400);
  top: 45%;
  right: 8%;
  filter: blur(45px);
}

.additional-universal-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
  filter: blur(40px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-standard {
    padding: 4rem 0;
  }

  .additional-universal-standard .timeline-item {
    width: 100%;
    padding: 2rem 0 2rem 5rem !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .additional-universal-standard .timeline-central-axis {
    left: 35px;
  }

  .additional-universal-standard .timeline-marker {
    left: 0 !important;
    right: auto !important;
  }

  .additional-universal-standard .step-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-standard {
    padding: 3rem 0;
  }

  .additional-universal-standard .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-standard .section-description {
    font-size: 1rem;
  }

  .additional-universal-standard .timeline-item {
    padding: 1.5rem 0 1.5rem 4rem !important;
    margin-bottom: 2.5rem;
  }

  .additional-universal-standard .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .additional-universal-standard .marker-inner i {
    font-size: 1.25rem;
  }

  .additional-universal-standard .timeline-content {
    padding: 1.75rem;
  }

  .additional-universal-standard .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-standard .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-standard .floating-shape {
    display: none;
  }
}







/* Universal section */

.additional-universal-pro {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-pro .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-pro .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-pro .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Divider */
.additional-universal-pro .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 4rem;
  position: relative;
}

.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
  max-width: 200px;
}

.additional-universal-pro .divider-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .divider-icon i {
  font-size: 1.5rem;
}

/* FAQ Accordion */
.additional-universal-pro .faq-accordion {
  position: relative;
  z-index: 2;
}

.additional-universal-pro .accordion-item-wrapper {
  margin-bottom: 1.5rem;
}

.additional-universal-pro .accordion-item-wrapper:last-child {
  margin-bottom: 0;
}

/* Accordion Card */
.additional-universal-pro .accordion-card {
  background: var(--neutral-0);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* Accordion Header */
.additional-universal-pro .accordion-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .accordion-header {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

.additional-universal-pro .question-marker {
  width: 50px;
  height: 50px;
  min-width: 50px;
  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 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .question-marker i {
  font-size: 1.5rem;
}

.additional-universal-pro .accordion-title {
  flex: 1;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin: 0;
  line-height: 1.4;
}

.additional-universal-pro .expand-indicator {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--neutral-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.additional-universal-pro .expand-indicator i {
  font-size: 1.25rem;
  color: var(--primary-600);
  transition: transform 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .expand-indicator {
  background: var(--primary-200);
  transform: scale(1.1);
}

.additional-universal-pro .accordion-card:hover .expand-indicator i {
  transform: translateY(3px);
}

/* Accordion Content */
.additional-universal-pro .accordion-content {
  padding: 0 2rem 2rem 2rem;
  margin-left: 65px;
}

.additional-universal-pro .accordion-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--primary-300);
}

/* Background Gradients */
.additional-universal-pro .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-pro .gradient-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 5%;
  left: -100px;
}

.additional-universal-pro .gradient-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 10%;
  right: -100px;
}

/* Floating Dots */
.additional-universal-pro .floating-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-pro .dots-1 {
  top: 20%;
  right: 8%;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

.additional-universal-pro .dots-2 {
  bottom: 25%;
  left: 5%;
  background: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-pro {
    padding: 4rem 0;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.75rem;
    gap: 1.25rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
    margin-left: 60px;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.25rem;
  }

  .additional-universal-pro .question-marker {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-pro {
    padding: 3rem 0;
  }

  .additional-universal-pro .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-pro .section-description {
    font-size: 1rem;
  }

  .additional-universal-pro .section-divider::before,
  .additional-universal-pro .section-divider::after {
    max-width: 80px;
  }

  .additional-universal-pro .divider-icon {
    width: 45px;
    height: 45px;
    margin: 0 1rem;
  }

  .additional-universal-pro .divider-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .additional-universal-pro .question-marker {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.25rem;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.15rem;
    flex-basis: calc(100% - 100px);
  }

  .additional-universal-pro .expand-indicator {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .additional-universal-pro .expand-indicator i {
    font-size: 1.1rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin-left: 0;
  }

  .additional-universal-pro .accordion-description {
    font-size: 0.95rem;
    padding-left: 1rem;
  }

  .additional-universal-pro .bg-gradient,
  .additional-universal-pro .floating-dots {
    display: none;
  }
}







.additional-universal-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-modern #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-modern #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-modern #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Feature Cards */
.additional-universal-modern .feature-card {
  position: relative;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-modern .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-modern .feature-card.featured {
  background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
  border-width: 2px;
}

/* Card Icon */
.additional-universal-modern .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.additional-universal-modern .feature-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: var(--primary-500);
  color: white;
}

/* Card Content */
.additional-universal-modern .card-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-modern .card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Card Decoration */
.additional-universal-modern .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  filter: blur(30px);
  pointer-events: none;
}

/* Featured Badge */
.additional-universal-modern .featured-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  animation: pulse-v080 2s ease-in-out infinite;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  color: var(--primary-500);
}

.additional-universal-modern .shape-1 {
  top: 15%;
  left: 5%;
  font-size: 8rem;
  animation: float-v080 8s ease-in-out infinite;
}

.additional-universal-modern .shape-2 {
  top: 50%;
  right: 8%;
  font-size: 6rem;
  animation: float-v080 10s ease-in-out infinite reverse;
}

.additional-universal-modern .shape-3 {
  bottom: 20%;
  left: 10%;
  font-size: 5rem;
  animation: float-v080 12s ease-in-out infinite;
}

/* Animations */
@keyframes float-v080 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

@keyframes pulse-v080 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-modern .feature-card {
    padding: 2rem 1.5rem;
  }

  .additional-universal-modern .card-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-modern #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-modern .feature-card {
    padding: 1.5rem 1.25rem;
  }

  .additional-universal-modern .floating-shape {
    opacity: 0.03;
  }
}





.additional-universal-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-clean #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-clean #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-clean #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features List */
.additional-universal-clean .features-list {
  position: relative;
  z-index: 2;
}

.additional-universal-clean .feature-row {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--surface-secondary);
  transition: all 0.3s ease;
}

.additional-universal-clean .feature-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-clean .feature-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.additional-universal-clean .feature-row:hover::before {
  opacity: 1;
}

/* Feature Icon */
.additional-universal-clean .feature-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  margin: 0 auto;
}

.additional-universal-clean .feature-row:hover .feature-icon-wrapper {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

/* Feature Content */
.additional-universal-clean .feature-content h3 {
  color: var(--text-primary);
}

.additional-universal-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Nature Decorations */
.additional-universal-clean .nature-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
  color: var(--primary-500);
}

.additional-universal-clean .leaf-1 {
  top: 10%;
  right: 5%;
  font-size: 10rem;
  animation: float-nature-v082 8s ease-in-out infinite;
}

.additional-universal-clean .leaf-2 {
  bottom: 15%;
  left: 3%;
  font-size: 8rem;
  animation: float-nature-v082 10s ease-in-out infinite reverse;
}

.additional-universal-clean .wave-pattern {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50% 50% 0 0 / 20px 20px 0 0;
}

/* Animations */
@keyframes float-nature-v082 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateY(-25px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-clean .feature-row {
    text-align: center;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-clean .feature-row {
    padding: 1.25rem;
  }

  .additional-universal-clean .feature-row:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .additional-universal-clean #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-clean .nature-decoration {
    opacity: 0.03;
  }
}





/* Universal section */

.additional-universal-section.v-055 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-055 .section-header {
  position: relative;
  z-index: 2;
}

.v-055 .header-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 30px;
  border-radius: 2px;
}

.v-055 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-055 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-055 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Content Grid */
.v-055 .content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.v-055 .grid-item {
  position: relative;
}

.v-055 .grid-item.item-1 {
  grid-column: span 6;
}

.v-055 .grid-item.item-2 {
  grid-column: span 6;
}

.v-055 .grid-item.item-3.featured {
  grid-column: span 12;
}

.v-055 .grid-item.item-4 {
  grid-column: span 6;
}

.v-055 .grid-item.item-5 {
  grid-column: span 6;
}

.v-055 .item-inner {
  height: 100%;
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-055 .item-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Icon Wrapper */
.v-055 .icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.v-055 .icon-wrapper i {
  font-size: 28px;
  color: var(--light);
}

.v-055 .icon-wrapper.large {
  width: 80px;
  height: 80px;
}

.v-055 .icon-wrapper.large i {
  font-size: 36px;
}

/* Item Content */
.v-055 .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-055 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item Styling */
.v-055 .grid-item.featured .item-inner {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  padding: 50px;
}

.v-055 .grid-item.featured .item-title {
  color: var(--light);
  font-size: 2rem;
}

.v-055 .grid-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 90%, transparent 10%);
  font-size: 1.125rem;
}

.v-055 .grid-item.featured .icon-wrapper {
  background: color-mix(in srgb, var(--light) 20%, transparent 80%);
  backdrop-filter: blur(10px);
}

/* Item Decorations */
.v-055 .item-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  z-index: 0;
}

.v-055 .featured-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--light) 10%, transparent 90%);
  border-radius: 50%;
  z-index: 0;
}

/* Background Decorations */
.v-055 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-055 .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}

.v-055 .deco-circle.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
}

.v-055 .deco-circle.circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
}

.v-055 .deco-blob {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.v-055 .deco-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-055 .deco-line.line-1 {
  top: 20%;
  left: 15%;
}

.v-055 .deco-line.line-2 {
  bottom: 25%;
  right: 20%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-055 {
    padding: 80px 0;
  }

  .v-055 .section-title {
    font-size: 2rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-055 .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v-055 .grid-item {
    grid-column: span 1 !important;
  }

  .v-055 .item-inner {
    padding: 30px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 40px;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-055 {
    padding: 60px 0;
  }

  .v-055 .section-title {
    font-size: 1.75rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-055 .section-description {
    font-size: 1rem;
  }

  .v-055 .item-inner {
    padding: 24px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 32px;
  }

  .v-055 .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .v-055 .icon-wrapper i {
    font-size: 24px;
  }

  .v-055 .icon-wrapper.large {
    width: 64px;
    height: 64px;
  }

  .v-055 .icon-wrapper.large i {
    font-size: 28px;
  }

  .v-055 .item-title {
    font-size: 1.25rem;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.5rem;
  }
}









div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !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: 16px !important;
    font-weight: 600 !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: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !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: #333333 !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: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !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: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #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: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !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: #555555 !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: #007bff !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: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}




.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;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Friendly Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 290px !important;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(255,154,158,0.3) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !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: 16px !important;
    font-weight: 600 !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: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !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: #333333 !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: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !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: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #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: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !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: #555555 !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: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - 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 - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Neumorphic Style */
.team-social-links {
    margin-top: 21px;
    padding: 17px 0;
    background: #e8ecf1;
    border-radius: 18px;
    padding: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #e8ecf1;
    box-shadow: 8px 8px 16px rgba(163, 177, 198, 0.6),
                -8px -8px 16px rgba(255, 255, 255, 0.9);
    position: relative;
}

.social-link:active,
.social-link:hover {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.facebook-link {
    color: #1877f2;
}

.facebook-link:hover {
    color: #166fe5;
}

.linkedin-link {
    color: #0a66c2;
}

.linkedin-link:hover {
    color: #0959aa;
}

.instagram-link {
    color: #e4405f;
}

.instagram-link:hover {
    color: #d62976;
}

.x-link {
    color: #000000;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    color: inherit;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 13px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Classic Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 12px 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    background: #ffffff !important;
    color: #333333 !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

.newsletter-button {
    padding: 12px 20px !important;
    background: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    border-radius: 5px !important;
    color: #155724 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px 0;
        padding: 20px 15px;
    }
    
    .newsletter-form {
        max-width: 300px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: modern-v002
 * Toggle: 10
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.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;
    }
}


