:root {
  --primary-50: #fdf4ff;
  --primary-50-rgb: 253, 244, 255;
  --primary-50-rgb: 253, 244, 255;
  --primary-100: #fae8ff;
  --primary-100-rgb: 250, 232, 255;
  --primary-100-rgb: 250, 232, 255;
  --primary-300: #f0abfc;
  --primary-300-rgb: 240, 171, 252;
  --primary-300-rgb: 240, 171, 252;
  --primary-500: #c026d3;
  --primary-500-rgb: 192, 38, 211;
  --primary-500-rgb: 192, 38, 211;
  --primary-700: #a21caf;
  --primary-700-rgb: 162, 28, 175;
  --primary-700-rgb: 162, 28, 175;
  --primary-200: #f5cafe;
  --primary-200-rgb: 245, 202, 254;
  --primary-200-rgb: 245, 202, 254;
  --primary-400: #d869e8;
  --primary-400-rgb: 216, 105, 232;
  --primary-400-rgb: 216, 105, 232;
  --primary-600: #b121c1;
  --primary-600-rgb: 177, 33, 193;
  --primary-600-rgb: 177, 33, 193;
  --primary-800: #82168c;
  --primary-800-rgb: 130, 22, 140;
  --primary-800-rgb: 130, 22, 140;
  --primary-900: #6f1377;
  --primary-900-rgb: 111, 19, 119;
  --primary-900-rgb: 111, 19, 119;
  --primary-950: #4e0d53;
  --primary-950-rgb: 78, 13, 83;
  --primary-950-rgb: 78, 13, 83;
  --primary-rgb: 192, 38, 211;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #fef6e8;
  --accent-50-rgb: 254, 246, 232;
  --accent-50-rgb: 254, 246, 232;
  --accent-100: #fcebe8;
  --accent-100-rgb: 252, 235, 232;
  --accent-100-rgb: 252, 235, 232;
  --accent-200: #f8d2e7;
  --accent-200-rgb: 248, 210, 231;
  --accent-200-rgb: 248, 210, 231;
  --accent-300: #f5b8e5;
  --accent-300-rgb: 245, 184, 229;
  --accent-300-rgb: 245, 184, 229;
  --accent-400: #e480d3;
  --accent-400-rgb: 228, 128, 211;
  --accent-400-rgb: 228, 128, 211;
  --accent-500: #d347c0;
  --accent-500-rgb: 211, 71, 192;
  --accent-500-rgb: 211, 71, 192;
  --accent-600: #c842b0;
  --accent-600-rgb: 200, 66, 176;
  --accent-600-rgb: 200, 66, 176;
  --accent-700: #be3e9f;
  --accent-700-rgb: 190, 62, 159;
  --accent-700-rgb: 190, 62, 159;
  --accent-800: #a8397f;
  --accent-800-rgb: 168, 57, 127;
  --accent-800-rgb: 168, 57, 127;
  --accent-900: #9a366c;
  --accent-900-rgb: 154, 54, 108;
  --accent-900-rgb: 154, 54, 108;
  --accent-950: #83314c;
  --accent-950-rgb: 131, 49, 76;
  --accent-950-rgb: 131, 49, 76;
  --accent-rgb: 211, 71, 192;
  --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 ===== */
.creative_font_primary {
  font-family: var(--font-primary);
}

.smart_font_secondary {
  font-family: var(--font-secondary);
}

.dark_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.new_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);
}

.main_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);
}

.app_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 */
.content_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);
}

.top_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);
}

.business_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.pro_heading_4 {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.best_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);
}

.agency_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.minimal_body_large {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.brand_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);
}

.ui_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 */
.section_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);
}

.base_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 */
.clean_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);
}

.bold_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 */
.studio_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);
}

.style_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.bright_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.prime_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.elite_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.fresh_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);
}

.custom_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 */
.light_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);
}

.light_nav_link:hover,
.light_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.web_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) {
  .studio_hero_title {
    font-size: var(--text-4xl);
  }
  
  .bright_section_title {
    font-size: var(--text-3xl);
  }
  
  .new_display_1 {
    font-size: var(--text-5xl);
  }
  
  .main_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .studio_hero_title {
    font-size: var(--text-3xl);
  }
  
  .bright_section_title {
    font-size: var(--text-2xl);
  }
  
  .new_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 ===== */
.premium_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.company_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.modern_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.container_text_balance {
  text-wrap: balance;
}

.page_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .light_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .section_caption,
  .base_overline,
  .unique_footer_text {
    color: var(--text-secondary);
  }
  
  .style_hero_subtitle,
  .prime_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .studio_hero_title,
  .bright_section_title,
  .content_heading_1,
  .top_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .premium_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.layout_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.core_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.design_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.digital_stack {
  display: flex;
  flex-direction: column;
}

.modern92_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.elite32_full_height {
  min-height: 100vh;
}

.best53_section_height {
  min-height: 80vh;
}

.unique56_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.custom53_m_0 { margin: 0; }
.new0_m_1 { margin: var(--space-1); }
.best71_m_2 { margin: var(--space-2); }
.design69_m_3 { margin: var(--space-3); }
.clean83_m_4 { margin: var(--space-4); }
.unique47_m_6 { margin: var(--space-6); }
.content59_m_8 { margin: var(--space-8); }
.company61_m_12 { margin: var(--space-12); }
.clean2_m_16 { margin: var(--space-16); }

.top87_mx_auto { margin-left: auto; margin-right: auto; }
.unique76_my_auto { margin-top: auto; margin-bottom: auto; }

.studio31_mt_0 { margin-top: 0; }
.unique38_mt_4 { margin-top: var(--space-4); }
.company75_mt_8 { margin-top: var(--space-8); }
.unique55_mt_12 { margin-top: var(--space-12); }

.base61_mb_0 { margin-bottom: 0; }
.ui18_mb_4 { margin-bottom: var(--space-4); }
.core75_mb_8 { margin-bottom: var(--space-8); }
.brand17_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.prime25_p_0 { padding: 0; }
.app50_p_1 { padding: var(--space-1); }
.bright53_p_2 { padding: var(--space-2); }
.smart44_p_3 { padding: var(--space-3); }
.top46_p_4 { padding: var(--space-4); }
.company19_p_6 { padding: var(--space-6); }
.page2_p_8 { padding: var(--space-8); }

.light34_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.elite53_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.unique24_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.base54_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.dark59_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.unique65_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.clean29_gap_1 { gap: var(--space-1); }
.clean72_gap_2 { gap: var(--space-2); }
.layout8_gap_3 { gap: var(--space-3); }
.app1_gap_4 { gap: var(--space-4); }
.dark20_gap_6 { gap: var(--space-6); }
.business81_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.pro50_shadow_none { box-shadow: var(--shadow-none); }
.premium42_shadow_xs { box-shadow: var(--shadow-xs); }
.modern17_shadow_sm { box-shadow: var(--shadow-sm); }
.smart50_shadow_md { box-shadow: var(--shadow-md); }
.app71_shadow_lg { box-shadow: var(--shadow-lg); }
.studio71_shadow_xl { box-shadow: var(--shadow-xl); }
.page54_shadow_2xl { box-shadow: var(--shadow-2xl); }
.core45_shadow_inner { box-shadow: var(--shadow-inner); }
.bright60_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.agency68_radius_none { border-radius: var(--radius-none); }
.creative30_radius_xs { border-radius: var(--radius-xs); }
.premium95_radius_sm { border-radius: var(--radius-sm); }
.custom38_radius_md { border-radius: var(--radius-md); }
.design30_radius_lg { border-radius: var(--radius-lg); }
.digital92_radius_xl { border-radius: var(--radius-xl); }
.top96_radius_2xl { border-radius: var(--radius-2xl); }
.unique13_radius_3xl { border-radius: var(--radius-3xl); }
.creative4_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.agency8_gradient_primary {
  background: var(--gradient-primary);
}

.ui41_gradient_secondary {
  background: var(--gradient-secondary);
}

.creative96_gradient_hero {
  background: var(--gradient-hero);
}

.premium69_gradient_card {
  background: var(--gradient-card);
}

.prime79_gradient_overlay {
  position: relative;
}

.prime79_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;
}

.prime79_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.unique68_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.unique68_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.smart20_hover_scale {
  transition: transform var(--transition-normal);
}

.smart20_hover_scale:hover {
  transform: scale(1.02);
}

.light60_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.light60_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.bold34_hover_fade {
  transition: opacity var(--transition-normal);
}

.bold34_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.site7_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.site7_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.web48_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.digital28_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.premium30_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.new78_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.app5_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.page95_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.web73_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.pro19_timeline {
  position: relative;
}

.pro19_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.pro90_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.pro90_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.pro90_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.bold98_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.studio49_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;
  }
}

.content45_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;
  }
}

.best99_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 */
.smart62_transition_all {
  transition: var(--transition-all);
}

.smart4_transition_fast {
  transition: all var(--transition-fast);
}

.fresh21_transition_normal {
  transition: all var(--transition-normal);
}

.main37_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.light89_bg_primary { background-color: var(--bg-primary); }
.section77_bg_secondary { background-color: var(--bg-secondary); }
.business89_bg_muted { background-color: var(--bg-muted); }
.bold55_bg_glass { background-color: var(--bg-glass); }

.base22_text_primary { color: var(--text-primary); }
.base18_text_secondary { color: var(--text-secondary); }
.site2_text_muted { color: var(--text-muted); }
.pro49_text_inverse { color: var(--text-inverse); }
.section1_text_link { color: var(--text-link); }

.creative87_border_light { border-color: var(--border-light); }
.elite17_border_medium { border-color: var(--border-medium); }
.minimal30_border_strong { border-color: var(--border-strong); }
.elite57_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .premium30_services_grid,
  .app5_features_grid,
  .new78_team_grid,
  .web73_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .page95_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .pro19_timeline::before {
    left: 30px;
  }
  
  .pro90_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .best53_section_height {
    min-height: 60vh;
  }
  
  .unique56_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .page95_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .pro90_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.site88_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;
}

.new64_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.minimal16_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);
}

.minimal16_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .digital54_no_print {
    display: none !important;
  }
  
  .style45_print_only {
    display: block !important;
  }
  
  .premium42_shadow_xs,
  .modern17_shadow_sm,
  .smart50_shadow_md,
  .app71_shadow_lg,
  .studio71_shadow_xl,
  .page54_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .bold98_fade_in,
  .studio49_slide_up,
  .content45_slide_in_left,
  .best99_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .unique68_hover_lift,
  .smart20_hover_scale,
  .light60_hover_shadow,
  .bold34_hover_fade,
  .smart62_transition_all,
  .smart4_transition_fast,
  .fresh21_transition_normal,
  .main37_transition_slow {
    transition: none;
  }
}

.header-featured {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface-primary);
  border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  transition: all 0.3s ease;
}

.header-featured .navbar {
  padding: 1rem 0;
}

.header-featured .navbar-brand {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10002;
}

.header-featured .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

.header-featured .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  margin: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.header-featured .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-100) 60%, transparent);
}

/* Custom Hamburger Toggle */
.header-featured .menu-toggle-input {
  display: none;
}

.header-featured .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.header-featured .hamburger-toggle:hover {
  background: color-mix(in srgb, var(--neutral-100) 60%, transparent);
}

.header-featured .hamburger-bar {
  width: 26px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

/* Hamburger Animation - Arrow Transform */
.header-featured .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-bar:nth-child(1) {
  transform: translateY(9px) rotate(135deg);
}

.header-featured .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.header-featured .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}

/* Decorative Elements */
.header-featured .header-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header-featured .decoration-blob {
  position: absolute;
  top: -30px;
  left: 15%;
  width: 100px;
  height: 100px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  animation: blobMove 8s ease-in-out infinite;
}

.header-featured .decoration-dots {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
}

.header-featured .decoration-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.4;
  animation: dotPulse 2s ease-in-out infinite;
}

.header-featured .decoration-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.header-featured .decoration-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes blobMove {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% { 
    transform: translate(15px, 10px) rotate(180deg);
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

@keyframes dotPulse {
  0%, 100% { 
    opacity: 0.4;
    transform: scale(1);
  }
  50% { 
    opacity: 0.8;
    transform: scale(1.3);
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-featured .hamburger-toggle {
    display: flex;
  }

  .header-featured .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 2rem 2rem;
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  }

  .header-featured .menu-toggle-input:checked ~ .navbar-collapse {
    left: 0;
  }

  .header-featured .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
    backdrop-filter: blur(4px);
  }

  .header-featured .menu-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-featured .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
    position: relative;
    z-index: 1;
  }

  .header-featured .nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header-featured .navbar-nav {
    flex-direction: row;
    gap: 0.25rem;
  }

  .header-featured .backdrop {
    display: none;
  }
}





.hero-section-style {
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary), color-mix(in srgb, var(--primary-50) 40%, white));
  position: relative;
  overflow: hidden;
}

.hero-section-style .organic-wave {
  position: absolute;
  width: 100%;
  height: 150px;
  opacity: 0.15;
  z-index: 0;
}

.hero-section-style .wave-top {
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at top, var(--primary-300) 0%, transparent 70%);
}

.hero-section-style .wave-bottom {
  bottom: 0;
  right: 0;
  background: radial-gradient(ellipse at bottom, var(--primary-500) 0%, transparent 70%);
}

.hero-section-style .hero-content-asymmetric {
  padding: 60px 40px 60px 80px;
  position: relative;
  z-index: 1;
}

.hero-section-style .nature-accents {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.hero-section-style .leaf-shape {
  width: 30px;
  height: 30px;
  background: var(--primary-300);
  border-radius: 0 100% 0 100%;
  transform: rotate(45deg);
  opacity: 0.6;
}

.hero-section-style .hero-title {
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero-section-style .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
}

.hero-section-style .hero-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 600px;
}

.hero-section-style .organic-icon-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-section-style .organic-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-50) 80%, white);
  border-radius: 50% 20% 50% 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.hero-section-style .organic-icon:hover {
  transform: rotate(20deg) scale(1.1);
  border-radius: 20% 50% 20% 50%;
}

.hero-section-style .organic-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.hero-section-style .hero-image-asymmetric {
  position: relative;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 1;
}

.hero-section-style .nature-blob {
  position: absolute;
  border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
  filter: blur(50px);
  z-index: 0;
  opacity: 0.3;
}

.hero-section-style .blob-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 10%;
  right: 10%;
}

.hero-section-style .blob-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  bottom: 20%;
  left: 10%;
}

.hero-section-style .image-container-organic {
  position: relative;
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-section-style .hero-img-organic {
  width: 100%;
  display: block;
}

.hero-section-style .floating-nature {
  position: absolute;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 3;
  animation: floatOrganic 6s ease-in-out infinite;
}

.hero-section-style .nature-1 {
  top: 20px;
  right: -15px;
  animation-delay: 0s;
}

.hero-section-style .nature-2 {
  bottom: 30px;
  left: -15px;
  animation-delay: 2s;
}

.hero-section-style .nature-3 {
  top: 50%;
  right: -20px;
  animation-delay: 4s;
}

.hero-section-style .floating-nature i {
  font-size: 1.375rem;
  color: var(--primary-500);
}

@keyframes floatOrganic {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  33% {
    transform: translate(5px, -10px) rotate(5deg);
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
  66% {
    transform: translate(-5px, -15px) rotate(-5deg);
    border-radius: 50% 50% 20% 80% / 80% 20% 50% 50%;
  }
}

@media (max-width: 991px) {
  .hero-section-style {
    padding: 60px 0;
  }
  
  .hero-section-style .hero-content-asymmetric {
    padding: 40px 20px;
  }
  
  .hero-section-style .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-section-style .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .hero-section-style .hero-image-asymmetric {
    min-height: 400px;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-section-style .hero-title {
    font-size: 2rem;
  }
  
  .hero-section-style .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .hero-section-style .hero-description {
    font-size: 1rem;
  }
  
  .hero-section-style .floating-nature {
    width: 45px;
    height: 45px;
  }
  
  .hero-section-style .floating-nature i {
    font-size: 1.125rem;
  }
}


.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 */
/* Layered Cards Stack Layout */

.features-special-wrap {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.features-special-header {
  margin-bottom: 5rem;
  position: relative;
}

.features-special-bars {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 2rem;
}

.features-special-bars span {
  width: 4px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 2px;
  animation: features-special-bars-pulse 1.5s infinite ease-in-out;
}

.features-special-bars span:nth-child(1) {
  animation-delay: 0s;
}

.features-special-bars span:nth-child(2) {
  animation-delay: 0.2s;
  height: 50px;
}

.features-special-bars span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes features-special-bars-pulse {
  0%, 100% {
    opacity: 1;
    transform: scaleY(1);
  }
  50% {
    opacity: 0.5;
    transform: scaleY(0.7);
  }
}

.features-special-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.features-special-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.features-special-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Layered Cards */
.features-special-layers {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.features-special-layer {
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-special-layer:hover {
  transform: translateX(20px);
  z-index: 10;
}

/* Feature Cards */
.features-special-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid var(--border-light);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
}

.features-special-layer:hover .features-special-card {
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

/* Card Header */
.features-special-card-header {
  padding: 2rem 2.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(90deg, var(--surface-secondary), transparent);
}

/* Icon Box */
.features-special-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px -6px var(--primary-500);
}

.features-special-layer:hover .features-special-icon-box {
  transform: rotate(-5deg) scale(1.1);
  box-shadow: 0 12px 30px -6px var(--primary-500);
}

.features-special-icon-box i {
  font-size: 1.75rem;
  color: #ffffff;
  transition: transform 0.4s ease;
}

.features-special-layer:hover .features-special-icon-box i {
  transform: scale(1.15);
}

/* Card Title */
.features-special-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
  flex: 1;
  transition: color 0.3s ease;
}

.features-special-layer:hover .features-special-card-title {
  color: var(--primary-500);
}

/* Card Body */
.features-special-card-body {
  padding: 0 2.5rem 2rem;
}

.features-special-card-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Corner Accent */
.features-special-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent var(--primary-100) transparent transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-special-layer:hover .features-special-corner {
  opacity: 1;
}

/* Background Lines */
.features-special-bg-lines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 49px,
    var(--border-light) 49px,
    var(--border-light) 50px
  );
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* Background Squares */
.features-special-bg-square {
  position: absolute;
  border: 2px solid var(--primary-300);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
  animation: features-v043-square-rotate 30s infinite linear;
}

.features-special-square-1 {
  width: 150px;
  height: 150px;
  top: 12%;
  left: 8%;
  animation-delay: 0s;
}

.features-special-square-2 {
  width: 120px;
  height: 120px;
  bottom: 15%;
  right: 10%;
  animation-delay: 15s;
}

@keyframes features-v043-square-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .features-special-wrap {
    padding: 80px 0;
  }

  .features-special-title {
    font-size: 2.5rem;
  }

  .features-special-layer:hover {
    transform: translateY(-8px);
  }

  .features-special-card-header {
    padding: 2rem;
  }

  .features-special-card-body {
    padding: 0 2rem 2rem;
  }
}

@media (max-width: 767px) {
  .features-special-wrap {
    padding: 60px 0;
  }

  .features-special-title {
    font-size: 1.875rem;
  }

  .features-special-subtitle {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .features-special-desc {
    font-size: 1rem;
  }

  .features-special-card-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
  }

  .features-special-card-body {
    padding: 0 1.75rem 1.75rem;
  }

  .features-special-icon-box {
    width: 55px;
    height: 55px;
  }

  .features-special-icon-box i {
    font-size: 1.5rem;
  }

  .features-special-card-title {
    font-size: 1.25rem;
  }

  .features-special-layers {
    gap: 1.25rem;
  }
}







/* Modern Green Theme - Services */

.services_modern_green_wrapper {
  position: relative;
  padding: 120px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Organic Decorative Shapes */
.organic_shapes_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.organic_blob {
  position: absolute;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  opacity: 0.35;
  filter: blur(60px);
}

.organic_blob_1 {
  width: 450px;
  height: 450px;
  top: 10%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
}

.organic_blob_2 {
  width: 350px;
  height: 350px;
  bottom: 15%;
  left: 10%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.organic_blob_3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50% 50% 50% 50% / 60% 40% 60% 40%;
}

.decorative_dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--primary-300) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.1;
}

/* Container */
.services_modern_green_wrapper .container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.modern_green_title {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
}

.modern_green_subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.5rem;
}

.modern_green_description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

/* Masonry Layout */
.services_masonry_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  grid-auto-flow: dense;
}

/* Service Cards */
.masonry_service_card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  border: 2px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.masonry_card_large {
  grid-row: span 2;
}

.masonry_card_medium {
  grid-row: span 1;
}

.masonry_service_card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px rgba(5, 150, 105, 0.15);
}

.masonry_card_highlight {
  border-color: var(--primary-500);
  background: linear-gradient(135deg, #ffffff, var(--primary-50));
}

.highlight_ribbon {
  position: absolute;
  top: 20px;
  right: -8px;
  background: var(--primary-500);
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8% 50%);
  box-shadow: var(--shadow-md);
}

/* Card Visual Header */
.card_visual_header {
  margin-bottom: 1.5rem;
}

.service_icon_circle {
  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 8px 16px rgba(5, 150, 105, 0.2);
  transition: all 0.3s ease;
}

.service_icon_circle i {
  font-size: 2.5rem;
  color: #ffffff;
}

.masonry_service_card:hover .service_icon_circle {
  transform: rotate(360deg) scale(1.1);
}

/* Card Content */
.card_text_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.masonry_service_title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.masonry_service_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Features Container */
.masonry_features_container {
  background: var(--surface-accent);
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--primary-500);
}

.masonry_features_text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Pricing */
.masonry_price_tag {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 2px dashed var(--border-light);
}

.masonry_price_value {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--primary-500);
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .services_masonry_container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 991px) {
  .services_modern_green_wrapper {
    padding: 80px 0;
  }

  .modern_green_title {
    font-size: 2.5rem;
  }

  .modern_green_subtitle {
    font-size: 1.25rem;
  }

  .masonry_card_large {
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
  .services_modern_green_wrapper {
    padding: 60px 0;
  }

  .modern_green_title {
    font-size: 2rem;
  }

  .modern_green_subtitle {
    font-size: 1.125rem;
  }

  .modern_green_description {
    font-size: 1rem;
  }

  .services_masonry_container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .masonry_service_card {
    padding: 2rem;
  }

  .service_icon_circle {
    width: 75px;
    height: 75px;
  }

  .service_icon_circle i {
    font-size: 2rem;
  }

  .masonry_service_title {
    font-size: 1.375rem;
  }

  .organic_blob_1,
  .organic_blob_2,
  .organic_blob_3 {
    display: none;
  }
}



.priceplan-section-bold {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Minimal Background */
.priceplan-section-bold .minimal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-bold .subtle-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--neutral-100);
  opacity: 0.5;
}

.priceplan-section-bold .circle-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -150px;
}

.priceplan-section-bold .circle-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
}

/* Section Header */
.priceplan-section-bold .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-bold .simple-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.priceplan-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.priceplan-section-bold .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.3;
}

.priceplan-section-bold .section-desc {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* Price Card */
.priceplan-section-bold .minimal-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 8px;
  padding: 3rem 2.5rem;
  transition: all 0.3s ease;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

/* Minimal Icon */
.priceplan-section-bold .minimal-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.priceplan-section-bold .minimal-card:hover .minimal-icon {
  color: var(--primary-700);
  transform: scale(1.1);
}

.priceplan-section-bold .plan-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Price Box */
.priceplan-section-bold .price-box {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--neutral-100);
}

.priceplan-section-bold .plan-price {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}

.priceplan-section-bold .plan-price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-bold .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
  min-height: 85px;
  flex-shrink: 0;
}

/* Features Container */
.priceplan-section-bold .features-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.priceplan-section-bold .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 400;
  transition: all 0.2s ease;
}

.priceplan-section-bold .feature-item:hover {
  color: var(--primary-700);
  padding-left: 0.5rem;
}

.priceplan-section-bold .feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-bold .section-title {
    font-size: 2.125rem;
  }

  .priceplan-section-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-bold .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-bold .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-bold .minimal-card {
    padding: 2.5rem 2rem;
  }

  .priceplan-section-bold .plan-desc {
    min-height: auto;
  }

  .priceplan-section-bold .plan-price {
    font-size: 2.75rem;
  }
}





/* Team section */

.team-section-classic {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Section Introduction */
.team-section-classic .section-intro {
  position: relative;
  z-index: 2;
}

.team-section-classic .decorative-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.team-section-classic .decorative-badge i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.team-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.15;
}

.team-section-classic .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.team-section-classic .section-description {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--neutral-700);
  margin-bottom: 0;
}

/* Intro Decorations */
.team-section-classic .intro-decoration {
  position: absolute;
  pointer-events: none;
}

.team-section-classic .decoration-circle {
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  bottom: -40px;
  left: -40px;
  opacity: 0.4;
}

.team-section-classic .decoration-line {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-400), transparent);
  top: 50%;
  right: -100px;
  border-radius: 2px;
}

/* Asymmetric Team Grid */
.team-section-classic .team-grid-asymmetric {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  position: relative;
}

.team-section-classic .team-featured {
  grid-column: 1 / -1;
}

/* Team Card */
.team-section-classic .team-card-classic {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
}

.team-section-classic .team-card-classic::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-400));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-classic .team-card-classic:hover::before {
  opacity: 1;
}

.team-section-classic .team-card-classic:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

/* Image Container */
.team-section-classic .team-image-container {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-50), var(--accent-50));
  overflow: hidden;
}

.team-section-classic .team-featured .team-image-container {
  aspect-ratio: 16 / 9;
}

.team-section-classic .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section-classic .image-placeholder i {
  font-size: 5rem;
  color: var(--primary-300);
  opacity: 0.5;
  transition: all 0.4s ease;
}

.team-section-classic .team-featured .image-placeholder i {
  font-size: 7rem;
}

.team-section-classic .team-card-classic:hover .image-placeholder i {
  transform: scale(1.1);
  opacity: 0.7;
}

/* Status Indicator */
.team-section-classic .status-indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-section-classic .status-indicator i {
  font-size: 1.25rem;
  color: var(--primary-700);
}

/* Team Content */
.team-section-classic .team-content {
  padding: 1.75rem 1.5rem;
}

.team-section-classic .team-featured .team-content {
  padding: 2rem 2rem;
}

.team-section-classic .member-name {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-classic .team-featured .member-name {
  font-size: 1.75rem;
}

.team-section-classic .team-card-classic:hover .member-name {
  color: var(--primary-700);
}

.team-section-classic .member-role {
  font-size: 1rem;
  color: var(--neutral-700);
  margin: 0;
  font-weight: 500;
}

.team-section-classic .team-featured .member-role {
  font-size: 1.125rem;
}

/* Contact Icons */
.team-section-classic .contact-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

.team-section-classic .contact-icons i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: var(--primary-700);
  background: var(--primary-50);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.team-section-classic .contact-icons i:hover {
  background: var(--primary-700);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Grid Decorations */
.team-section-classic .grid-decoration {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.team-section-classic .grid-decoration i {
  font-size: 4rem;
  color: var(--primary-500);
}

.team-section-classic .deco-1 {
  top: 10%;
  right: 5%;
  animation: float 6s ease-in-out infinite;
}

.team-section-classic .deco-2 {
  bottom: 15%;
  left: 10%;
  animation: float 8s ease-in-out infinite reverse;
}

/* Background Shapes */
.team-section-classic .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.team-section-classic .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -150px;
  left: -150px;
}

.team-section-classic .shape-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-500);
  bottom: -120px;
  right: -120px;
}

.team-section-classic .bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-classic {
    padding: 80px 0;
  }

  .team-section-classic .section-title {
    font-size: 2.25rem;
  }

  .team-section-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-classic .team-grid-asymmetric {
    grid-template-columns: 1fr;
  }

  .team-section-classic .team-featured {
    grid-column: 1;
  }
}

@media (max-width: 767px) {
  .team-section-classic {
    padding: 60px 0;
  }

  .team-section-classic .section-title {
    font-size: 1.875rem;
  }

  .team-section-classic .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-classic .section-description {
    font-size: 1rem;
  }

  .team-section-classic .decorative-badge {
    width: 50px;
    height: 50px;
  }

  .team-section-classic .decorative-badge i {
    font-size: 1.5rem;
  }

  .team-section-classic .member-name,
  .team-section-classic .team-featured .member-name {
    font-size: 1.25rem;
  }

  .team-section-classic .member-role,
  .team-section-classic .team-featured .member-role {
    font-size: 0.9375rem;
  }

  .team-section-classic .contact-icons i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .team-section-classic .team-content,
  .team-section-classic .team-featured .team-content {
    padding: 1.5rem 1.25rem;
  }

  .team-section-classic .contact-icons {
    gap: 0.75rem;
  }
}







/* Reviews section */
.reviews-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.reviews-section-variant .section-header {
  position: relative;
  z-index: 2;
}

.reviews-section-variant .decorative-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto;
  border-radius: 2px;
}

.reviews-section-variant #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
}

.reviews-section-variant #reviews-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.reviews-section-variant #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Review Cards */
.reviews-section-variant .review-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid var(--neutral-100);
}

.reviews-section-variant .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Quote Icon */
.reviews-section-variant .quote-icon {
  font-size: 2.5rem;
  color: var(--primary-500);
  opacity: 0.3;
}

/* Review Text */
.reviews-section-variant .review-text {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
}

/* Reviewer Info */
.reviews-section-variant .reviewer-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
}

.reviews-section-variant .avatar-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reviews-section-variant .avatar-circle .initials {
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}

.reviews-section-variant .reviewer-name {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Decorative Blobs */
.reviews-section-variant .decorative-blob-1,
.reviews-section-variant .decorative-blob-2 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.reviews-section-variant .decorative-blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -100px;
  right: -50px;
}

.reviews-section-variant .decorative-blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -150px;
  left: -100px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-variant .review-card {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-variant #reviews-title {
    font-size: 2rem;
  }
  
  .reviews-section-variant #reviews-subtitle {
    font-size: 1.25rem;
  }
  
  .reviews-section-variant .review-card {
    padding: 1.25rem;
  }
  
  .reviews-section-variant .avatar-circle {
    width: 48px;
    height: 48px;
  }
  
  .reviews-section-variant .avatar-circle .initials {
    font-size: 1.1rem;
  }
}





/* Study section */

.casestudy-section-featured {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Icon Wrapper */
.casestudy-section-featured .decorative-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
}

.casestudy-section-featured .decorative-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

/* Decorative Line */
.casestudy-section-featured .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
  margin: 0 auto;
}

/* Case Study Card */
.casestudy-section-featured .casestudy-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid var(--neutral-100);
}

.casestudy-section-featured .casestudy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.casestudy-section-featured .casestudy-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: var(--neutral-100);
}

.casestudy-section-featured .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--neutral-100) 0%,
    var(--neutral-50) 100%
  );
  position: relative;
}

.casestudy-section-featured .image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  opacity: 0.1;
  border-radius: 50%;
}

.casestudy-section-featured .decorative-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 30%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.casestudy-section-featured .casestudy-card:hover .decorative-overlay {
  opacity: 1;
}

/* Card Content */
.casestudy-section-featured .casestudy-content {
  padding: 2rem;
  position: relative;
}

.casestudy-section-featured .icon-badge {
  position: absolute;
  top: -25px;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.casestudy-section-featured .icon-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.casestudy-section-featured .casestudy-item-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.casestudy-section-featured .casestudy-item-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Shapes */
.casestudy-section-featured .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.casestudy-section-featured .shape {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.03;
}

.casestudy-section-featured .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -50px;
}

.casestudy-section-featured .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: 10%;
}

.casestudy-section-featured .shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  right: -30px;
}

/* Typography */
.casestudy-section-featured #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-featured #casestudy-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.casestudy-section-featured #casestudy-desc {
  color: var(--text-secondary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-featured .casestudy-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-featured .casestudy-card {
    margin-bottom: 1.5rem;
  }
  
  .casestudy-section-featured .casestudy-content {
    padding: 1.5rem;
  }
  
  .casestudy-section-featured .icon-badge {
    right: 1.5rem;
  }
}





/* 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-variant {
  position: relative;
  background: linear-gradient(to bottom,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.timeline-section-variant .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.timeline-section-variant .section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.timeline-section-variant .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Horizontal Timeline Wrapper */
.horizontal-timeline-wrapper {
  position: relative;
  padding: 3rem 0;
  overflow-x: auto;
  overflow-y: visible;
}

.horizontal-timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}

.horizontal-timeline-wrapper::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 4px;
}

.horizontal-timeline-wrapper::-webkit-scrollbar-thumb {
  background: var(--primary-300);
  border-radius: 4px;
}

.horizontal-timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

/* Timeline Rail */
.timeline-rail {
  display: flex;
  gap: 3rem;
  padding: 2rem 1rem 1rem;
  position: relative;
  min-width: max-content;
}

.rail-track {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 2px;
}

/* Timeline Point */
.timeline-point {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 280px;
  max-width: 280px;
}

/* Point Marker */
.point-marker {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 2rem;
  z-index: 3;
}

.marker-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.6;
}

.marker-core {
  position: relative;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: all 0.3s ease;
  z-index: 2;
}

.marker-core i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-point:hover .marker-core {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

.timeline-point:hover .marker-ring {
  animation: ring-pulse 1.5s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.3;
  }
}

/* Point Card */
.point-card {
  position: relative;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  width: 100%;
}

.point-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.card-header-accent {
  height: 5px;
  width: 50px;
  background: var(--primary-500);
  border-radius: 3px;
  margin-bottom: 1.25rem;
  transition: width 0.3s ease;
}

.point-card:hover .card-header-accent {
  width: 80px;
}

.point-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.point-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Organic Decorative Elements */
.organic-element {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  border-radius: 50% 40% 60% 50%;
}

.leaf-1 {
  width: 150px;
  height: 200px;
  background: var(--primary-500);
  top: 15%;
  left: 5%;
  transform: rotate(-30deg);
}

.leaf-2 {
  width: 180px;
  height: 220px;
  background: var(--primary-700);
  bottom: 20%;
  right: 8%;
  transform: rotate(45deg);
}

.leaf-3 {
  width: 120px;
  height: 160px;
  background: var(--primary-300);
  top: 50%;
  right: 15%;
  transform: rotate(-60deg);
}

.wave-accent {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
}

.wave-top {
  top: 0;
  background: repeating-linear-gradient(
    90deg,
    var(--primary-500) 0px,
    transparent 10px,
    transparent 20px,
    var(--primary-500) 30px
  );
  clip-path: ellipse(100% 100% at 50% 0%);
}

.wave-bottom {
  bottom: 0;
  background: repeating-linear-gradient(
    -90deg,
    var(--primary-700) 0px,
    transparent 10px,
    transparent 20px,
    var(--primary-700) 30px
  );
  clip-path: ellipse(100% 100% at 50% 100%);
}

/* Desktop: Show Horizontal Layout */
@media (min-width: 992px) {
  .horizontal-timeline-wrapper {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Tablet: Vertical Stack */
@media (max-width: 991px) {
  .horizontal-timeline-wrapper {
    overflow-x: visible;
  }

  .timeline-rail {
    flex-direction: column;
    gap: 3rem;
    min-width: 100%;
    padding: 1rem;
  }

  .rail-track {
    top: 0;
    bottom: 0;
    left: 35px;
    width: 4px;
    height: auto;
    background: linear-gradient(to bottom,
      var(--primary-300),
      var(--primary-500),
      var(--primary-700)
    );
  }

  .timeline-point {
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .point-marker {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .point-card {
    flex-grow: 1;
  }
}

/* Mobile Responsive */
@media (max-width: 575px) {
  .timeline-section-variant {
    padding: 3rem 0;
  }

  .timeline-rail {
    gap: 2.5rem;
  }

  .rail-track {
    left: 25px;
    width: 3px;
  }

  .point-marker {
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
  }

  .marker-ring {
    inset: -8px;
    border-width: 2px;
  }

  .marker-core {
    width: 50px;
    height: 50px;
  }

  .marker-core i {
    font-size: 1.5rem;
  }

  .point-card {
    padding: 1.5rem;
  }

  .point-title {
    font-size: 1.25rem;
  }

  .point-description {
    font-size: 0.9rem;
  }
}





/* Career section */
.career-section-alt {
  padding: 100px 0;
  background: var(--neutral-50);
  position: relative;
  overflow: hidden;
}

/* Header Badge */
.career-section-alt .header-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.career-section-alt .header-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.career-section-alt .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.career-section-alt .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.career-section-alt .section-description {
  font-size: 1.0625rem;
  color: var(--neutral-700);
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
}

/* Horizontal Scroll Container */
.career-section-alt .career-scroll-wrapper {
  position: relative;
  padding: 2rem 0;
}

.career-section-alt .career-scroll-container {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 1rem 2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-500) var(--neutral-300);
}

.career-section-alt .career-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.career-section-alt .career-scroll-container::-webkit-scrollbar-track {
  background: var(--neutral-300);
  border-radius: 4px;
}

.career-section-alt .career-scroll-container::-webkit-scrollbar-thumb {
  background: var(--primary-500);
  border-radius: 4px;
  transition: background 0.3s ease;
}

.career-section-alt .career-scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

/* Career Scroll Card */
.career-section-alt .career-scroll-card {
  min-width: 380px;
  max-width: 380px;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-300);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.career-section-alt .career-scroll-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  border-color: var(--primary-500);
}

/* Card Number */
.career-section-alt .card-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100);
  line-height: 1;
  transition: color 0.3s ease;
}

.career-section-alt .career-scroll-card:hover .card-number {
  color: var(--primary-300);
}

/* Card Icon Circle */
.career-section-alt .card-icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.career-section-alt .career-scroll-card:hover .card-icon-circle {
  transform: scale(1.1) rotate(5deg);
}

.career-section-alt .card-icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

/* Card Content */
.career-section-alt .card-content {
  position: relative;
  z-index: 2;
}

.career-section-alt .card-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.career-section-alt .card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Card Footer */
.career-section-alt .card-footer {
  padding-top: 1.25rem;
  border-top: 2px solid var(--neutral-300);
}

.career-section-alt .card-role {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: var(--neutral-700);
  font-weight: 600;
}

.career-section-alt .card-role i {
  color: var(--primary-500);
  font-size: 1rem;
}

/* Card Glow Effect */
.career-section-alt .card-glow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 40px;
  background: radial-gradient(ellipse, var(--primary-300), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  filter: blur(20px);
  z-index: 0;
}

.career-section-alt .career-scroll-card:hover .card-glow {
  opacity: 0.6;
}

/* Decorative Grid */
.career-section-alt .deco-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.career-section-alt .grid-dot {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  border-radius: 50%;
  filter: blur(50px);
  animation: pulse-dot-v032 4s ease-in-out infinite;
}

.career-section-alt .grid-dot:nth-child(1) {
  animation-delay: 0s;
}

.career-section-alt .grid-dot:nth-child(2) {
  animation-delay: 1s;
}

.career-section-alt .grid-dot:nth-child(3) {
  animation-delay: 2s;
}

.career-section-alt .grid-dot:nth-child(4) {
  animation-delay: 3s;
}

@keyframes pulse-dot-v032 {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .career-section-alt {
    padding: 80px 0;
  }

  .career-section-alt .section-title {
    font-size: 2.25rem;
  }

  .career-section-alt .section-subtitle {
    font-size: 1.25rem;
  }

  .career-section-alt .career-scroll-card {
    min-width: 340px;
    max-width: 340px;
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .career-section-alt {
    padding: 60px 0;
  }

  .career-section-alt .section-title {
    font-size: 1.875rem;
  }

  .career-section-alt .section-subtitle {
    font-size: 1.125rem;
  }

  .career-section-alt .section-description {
    font-size: 1rem;
  }

  .career-section-alt .career-scroll-card {
    min-width: 300px;
    max-width: 300px;
    padding: 1.75rem;
  }

  .career-section-alt .card-title {
    font-size: 1.375rem;
  }

  .career-section-alt .card-icon-circle {
    width: 64px;
    height: 64px;
  }

  .career-section-alt .card-icon-circle i {
    font-size: 1.875rem;
  }

  .career-section-alt .card-number {
    font-size: 2.5rem;
  }

  .career-section-alt .header-badge {
    width: 60px;
    height: 60px;
  }

  .career-section-alt .header-badge i {
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .career-section-alt .section-title {
    font-size: 1.625rem;
  }

  .career-section-alt .career-scroll-card {
    min-width: 280px;
    max-width: 280px;
    padding: 1.5rem;
  }

  .career-section-alt .career-scroll-container {
    padding: 1rem;
  }
}







.coreinfo-section-custom {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.coreinfo-section-custom .header-content {
  position: relative;
}

.coreinfo-section-custom .icon-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.coreinfo-section-custom .icon-cluster i {
  font-size: 1.2rem;
  color: var(--primary-500);
  animation: bounce 2s ease-in-out infinite;
}

.coreinfo-section-custom .icon-cluster i:nth-child(2) {
  animation-delay: 0.4s;
}

.coreinfo-section-custom .icon-cluster i:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.coreinfo-section-custom .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.coreinfo-section-custom .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.coreinfo-section-custom .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
}

/* Info Items */
.coreinfo-section-custom .info-item {
  height: 100%;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 20px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.coreinfo-section-custom .info-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300))
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.coreinfo-section-custom .info-item:hover::before {
  transform: scaleX(1);
}

.coreinfo-section-custom .info-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--primary-500) 18%, transparent);
  border-color: var(--primary-500);
}

/* Icon Container */
.coreinfo-section-custom .icon-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
}

.coreinfo-section-custom .icon-bg {
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.coreinfo-section-custom .icon-bg i {
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.coreinfo-section-custom .info-item:hover .icon-bg {
  background: var(--primary-500);
  transform: scale(1.1) rotate(10deg);
}

.coreinfo-section-custom .info-item:hover .icon-bg i {
  color: var(--light);
  transform: scale(1.1);
}

.coreinfo-section-custom .icon-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-radius: 50%;
  z-index: 1;
  animation: ring-pulse 2s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
}

/* Info Content */
.coreinfo-section-custom .info-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.coreinfo-section-custom .info-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Grid Background */
.coreinfo-section-custom .decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-300) 5%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 5%, transparent) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* Floating Shapes */
.coreinfo-section-custom .floating-shape {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  pointer-events: none;
  z-index: 0;
  animation: float-shape 10s ease-in-out infinite;
}

.coreinfo-section-custom .shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
}

.coreinfo-section-custom .shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 3s;
}

.coreinfo-section-custom .shape-3 {
  width: 180px;
  height: 180px;
  bottom: 15%;
  left: 15%;
  animation-delay: 6s;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(20px, -20px) scale(1.1);
  }
  66% {
    transform: translate(-15px, 15px) scale(0.9);
  }
}

.coreinfo-section-custom .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .coreinfo-section-custom .section-title {
    font-size: 2rem;
  }
  
  .coreinfo-section-custom .section-subtitle {
    font-size: 1.25rem;
  }
  
  .coreinfo-section-custom .icon-container {
    width: 90px;
    height: 90px;
  }
  
  .coreinfo-section-custom .icon-bg i {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .coreinfo-section-custom .section-title {
    font-size: 1.75rem;
  }
  
  .coreinfo-section-custom .section-subtitle {
    font-size: 1.125rem;
  }
  
  .coreinfo-section-custom .info-item {
    padding: 1.5rem;
  }
  
  .coreinfo-section-custom .icon-container {
    width: 80px;
    height: 80px;
  }
  
  .coreinfo-section-custom .icon-bg i {
    font-size: 2rem;
  }
}





/* Contact section */

:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-300: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-500: #60a5fa;
  --primary-500: #3b82f6;
  --primary-700: #2563eb;
  --primary-700: #1d4ed8;
  --primary-900: #1e40af;
  --primary-rgb: 37, 99, 235;
  --accent-50: #f0f9ff;
  --accent-100: #e0f2fe;
  --accent-200: #bae6fd;
  --accent-300: #7dd3fc;
  --accent-400: #38bdf8;
  --accent-500: #0ea5e9;
  --accent-600: #0284c7;
  --accent-700: #0369a1;
  --accent-rgb: 2, 132, 199;
  --neutral-50: #f9fafb;
  --neutral-700: #374151;
  --neutral-900: #111827;
  --light: #ffffff;
  --dark: #000000;
}

.contact-section-clean {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* Header Block */
.contact-section-clean .header-block {
  position: relative;
  padding: 2rem 0;
}

.contact-section-clean .header-icon-stack {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-clean .header-icon-stack > i {
  font-size: 3rem;
  color: var(--primary-700);
  position: relative;
  z-index: 2;
}

.contact-section-clean .icon-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.contact-section-clean #contact-title {
  color: var(--neutral-900);
  letter-spacing: -0.02em;
}

.contact-section-clean #contact-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.contact-section-clean #contact-desc {
  color: var(--neutral-700);
  line-height: 1.85;
}

/* Contact Method Cards */
.contact-section-clean .contact-method-card {
  background: linear-gradient(135deg, #ffffff, var(--primary-50));
  border: 2px solid var(--primary-300);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-clean .contact-method-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: left 0.6s ease;
}

.contact-section-clean .contact-method-card:hover::before {
  left: 100%;
}

.contact-section-clean .contact-method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--accent-400);
}

.contact-section-clean .method-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.3);
  transition: all 0.3s ease;
}

.contact-section-clean .contact-method-card:hover .method-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.contact-section-clean .method-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.contact-section-clean .method-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.contact-section-clean .method-accent-line {
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  border-radius: 2px;
  margin-top: 1rem;
}

/* Form Card */
.contact-section-clean .form-card {
  background: #ffffff;
  border: 2px solid var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
}

.contact-section-clean .form-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Form Fields */
.contact-section-clean .form-field-block {
  position: relative;
}

.contact-section-clean .field-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--neutral-700);
  margin-bottom: 0.5rem;
}

.contact-section-clean .field-input {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 10px;
  background: var(--neutral-50);
  font-size: 1rem;
  color: var(--neutral-900);
  transition: all 0.3s ease;
}

.contact-section-clean .field-input:focus {
  outline: none;
  border-color: var(--primary-500);
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.15);
}

.contact-section-clean .field-input::placeholder {
  color: var(--neutral-500);
}

/* Consent Area */
.contact-section-clean .consent-area {
  background: var(--primary-50);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.contact-section-clean .consent-area:hover {
  background: var(--primary-100);
}

.contact-section-clean .consent-checkbox {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.contact-section-clean .consent-checkbox:checked {
  background: var(--primary-700);
  border-color: var(--primary-700);
}

.contact-section-clean .consent-checkbox:checked::after {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0.875rem;
}

.contact-section-clean .consent-label {
  color: var(--neutral-700);
  font-size: 0.95rem;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}

/* Submit Button */
.contact-section-clean .submit-button-primary {
  padding: 1.25rem 4rem;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.35);
  position: relative;
  overflow: hidden;
  z-index: 10; /* Ensure button is visible above all backgrounds */
}

.contact-section-clean .submit-button-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.contact-section-clean .submit-button-primary:hover::before {
  width: 400px;
  height: 400px;
}

.contact-section-clean .submit-button-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(var(--primary-rgb), 0.45);
}

.contact-section-clean .submit-button-primary:active {
  transform: translateY(-2px);
}

/* Form Mini Icons */
.contact-section-clean .form-mini-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.contact-section-clean .form-mini-icon i {
  font-size: 1.2rem;
  color: var(--primary-700);
}

.contact-section-clean .form-mini-icon:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.05);
}

/* Background Graphics */
.contact-section-clean .bg-graphic {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.contact-section-clean .bg-graphic-left {
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 10%;
  left: -150px;
}

.contact-section-clean .bg-graphic-right {
  background: radial-gradient(circle, var(--accent-300), transparent);
  bottom: 10%;
  right: -150px;
}

.contact-section-clean .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

/* Ensure content above backgrounds */
.contact-section-clean .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-section-clean .contact-method-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-clean .form-card {
    padding: 2rem !important;
  }
  
  .contact-section-clean .submit-button-primary {
    padding: 1.25rem 2rem;
    width: 100%;
  }
  
  .contact-section-clean .form-mini-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-section-clean .form-mini-icon i {
    font-size: 1rem;
  }
}







/* Blog section */

.blog-section {
  background: linear-gradient(135deg, 
    var(--neutral-50) 0%, 
    var(--primary-50) 25%, 
    var(--secondary-50) 50%, 
    var(--primary-50) 75%, 
    var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Prismatic Background Lights */
.prism-light {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  animation: prism-float 20s ease-in-out infinite;
}

.prism-1 {
  background: var(--primary-500);
  top: 10%;
  left: 10%;
}

.prism-2 {
  background: var(--secondary-500);
  top: 50%;
  right: 10%;
  animation-delay: 7s;
}

.prism-3 {
  background: var(--primary-700);
  bottom: 20%;
  left: 50%;
  animation-delay: 14s;
}

@keyframes prism-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, -50px) scale(1.2); }
}

/* Prismatic Header */
.prismatic-header {
  position: relative;
  z-index: 1;
}

/* Spectrum Bar */
.spectrum-bar {
  height: 6px;
  width: 200px;
  margin: 0 auto;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 25%, 
    var(--secondary-500) 50%, 
    var(--primary-700) 75%, 
    var(--primary-500) 100%);
  border-radius: 10px;
  animation: spectrum-shift 5s ease-in-out infinite;
}

@keyframes spectrum-shift {
  0%, 100% { transform: scaleX(1); }
  50% { transform: scaleX(1.2); }
}

/* Section Typography */
.section-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--neutral-900);
  line-height: 1.1;
  letter-spacing: -1px;
}

.section-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  background: linear-gradient(90deg, var(--primary-700) 0%, var(--primary-900) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.5;
}

.section-description {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--neutral-700);
}

/* Prism Icon Array */
.prism-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.prism-icon-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.3s ease;
}

.prism-icon-item i {
  font-size: 1.2rem;
  color: var(--neutral-0);
}

.prism-icon-item:hover {
  transform: rotate(45deg) scale(1.1);
}

/* Blog Prism Cards */
.blog-prism-card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.blog-prism-card:hover {
  transform: translateY(-16px) rotateX(2deg);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
}

/* Split Color Panels */
.split-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.split-left {
  left: 0;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
}

.split-right {
  right: 0;
  background: linear-gradient(135deg, var(--secondary-500) 0%, var(--primary-700) 100%);
}

.blog-prism-card:hover .split-panel {
  opacity: 0.05;
}

/* Prism Inner Container */
.prism-inner-container {
  position: relative;
  z-index: 1;
  padding: 2.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Polygon Icon Wrapper */
.polygon-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.polygon-shape {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-900) 100%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.polygon-shape i {
  font-size: 2.5rem;
  color: var(--neutral-0);
  animation: icon-rotate 10s linear infinite;
}

@keyframes icon-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.polygon-glow {
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: glow-pulse 3s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

.blog-prism-card:hover .polygon-shape {
  transform: scale(1.15) rotate(45deg);
}

.blog-prism-card:hover .polygon-glow {
  opacity: 0.8;
}

/* Prism Content Area */
.prism-content-area {
  text-align: center;
  flex-grow: 1;
  margin-bottom: 2rem;
}

.prism-headline {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.4;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.blog-prism-card:hover .prism-headline {
  background: linear-gradient(90deg, var(--primary-700) 0%, var(--primary-900) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prism-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--neutral-700);
}

/* Prism Footer Action */
.prism-footer-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 2rem;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%) 1;
}

.prism-action-link {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.prism-action-link:hover {
  color: var(--primary-900);
  letter-spacing: 1.5px;
}

.action-prism {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-900) 100%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.action-prism i {
  font-size: 1.3rem;
  color: var(--neutral-0);
  transition: transform 0.3s ease;
}

.blog-prism-card:hover .action-prism {
  transform: rotate(180deg);
}

.blog-prism-card:hover .action-prism i {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .prism-icons {
    gap: 1.5rem;
  }
  
  .prism-icon-item {
    width: 45px;
    height: 45px;
  }
  
  .polygon-shape {
    width: 90px;
    height: 90px;
  }
  
  .polygon-shape i {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .prism-inner-container {
    padding: 2rem 1.75rem 1.75rem;
  }
  
  .polygon-shape {
    width: 80px;
    height: 80px;
  }
  
  .polygon-shape i {
    font-size: 2rem;
  }
  
  .prism-light {
    display: none;
  }
}

/* Ensure all cards have equal height */
.row.g-4 {
  display: flex;
  flex-wrap: wrap;
}

.blog-section [class*="col-"] {
  display: flex;
}







/* Faq section */
.faq-section-modern {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f8fafb 100%);
  overflow: hidden;
}

/* Section Badge */
.faq-section-modern .section-badge {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  transition: transform 0.3s ease;
}

.faq-section-modern .section-badge:hover {
  transform: rotate(0deg) scale(1.05);
}

/* Section Header */
.faq-section-modern #faq-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.faq-section-modern #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.faq-section-modern #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Decorative Background */
.faq-section-modern .decorative-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.faq-section-modern .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-100);
  opacity: 0.3;
}

.faq-section-modern .circle-1 {
  width: 250px;
  height: 250px;
  top: 10%;
  right: 5%;
}

.faq-section-modern .circle-2 {
  width: 180px;
  height: 180px;
  bottom: 20%;
  left: 8%;
}

.faq-section-modern .circle-3 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 15%;
}

/* FAQ Cards Wrapper */
.faq-section-modern .faq-cards-wrapper {
  position: relative;
  z-index: 1;
}

/* FAQ Card */
.faq-section-modern .faq-card {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid transparent;
  background: #ffffff;
}

.faq-section-modern .faq-card:hover {
  border-left-color: var(--primary-500);
  transform: translateX(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
}

/* FAQ Number */
.faq-section-modern .faq-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 12px;
  color: var(--primary-700);
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.faq-section-modern .faq-card:hover .faq-number {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: #ffffff;
  transform: scale(1.1);
}

/* FAQ Icon */
.faq-section-modern .faq-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 10px;
  color: var(--primary-700);
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.faq-section-modern .faq-card:hover .faq-icon {
  background: var(--primary-700);
  color: #ffffff;
  transform: rotate(10deg);
}

/* Question */
.faq-section-modern [id^="faq-question-"] {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.faq-section-modern .faq-card:hover [id^="faq-question-"] {
  color: var(--primary-700);
}

/* Answer */
.faq-section-modern [id^="faq-answer-"] {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Card Body */
.faq-section-modern .card-body {
  padding-top: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-modern #faq-title {
    font-size: 2.5rem;
  }
  
  .faq-section-modern .section-badge {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
  
  .faq-section-modern .faq-number {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-modern #faq-title {
    font-size: 2rem;
  }
  
  .faq-section-modern #faq-subtitle {
    font-size: 1.25rem;
  }
  
  .faq-section-modern .bg-circle {
    display: none;
  }
  
  .faq-section-modern .faq-card:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .faq-section-modern #faq-title {
    font-size: 1.75rem;
  }
  
  .faq-section-modern .section-badge {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  
  .faq-section-modern .faq-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
  }
  
  .faq-section-modern .faq-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 1.1rem;
  }
  
  .faq-section-modern .card-header,
  .faq-section-modern .card-body {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  
  .faq-section-modern [id^="faq-answer-"] {
    padding-left: 0 !important;
  }
  
  .faq-section-modern [id^="faq-question-"] {
    font-size: 1rem;
  }
  
  .faq-section-modern [id^="faq-answer-"] {
    font-size: 0.9rem;
  }
}

/* Animation Support */
.faq-section-modern .faq-card[data-aos] {
  opacity: 0;
  transition-property: transform, opacity, box-shadow, border-left-color;
}

.faq-section-modern .faq-card[data-aos].aos-animate {
  opacity: 1;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .faq-section-modern *,
  .faq-section-modern *::before {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}



.gallery-section-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-section-style .industrial-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.gallery-section-style .header-line {
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
  position: relative;
}

.gallery-section-style .header-line::before,
.gallery-section-style .header-line::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  top: 50%;
  transform: translateY(-50%);
}

.gallery-section-style .header-line::before {
  left: 0;
}

.gallery-section-style .header-line::after {
  right: 0;
}

.gallery-section-style .header-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.gallery-section-style .header-icons i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.gallery-section-style .header-icons i:hover {
  transform: rotate(90deg);
}

.gallery-section-style .geometric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .gallery-section-style .geometric-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }
}

.gallery-section-style .item-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-section-style .item-wide {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .gallery-section-style .item-featured,
  .gallery-section-style .item-wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gallery-section-style .grid-item {
  position: relative;
  transition: transform 0.3s ease;
}

.gallery-section-style .grid-item:hover {
  transform: scale(1.02);
  z-index: 10;
}

.gallery-section-style .item-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--light);
  border: 3px solid var(--neutral-100);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gallery-section-style .grid-item:hover .item-container {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 1px var(--primary-500), 0 12px 40px rgba(0, 0, 0, 0.15);
}

.gallery-section-style .geometric-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-section-style .geometric-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--neutral-100);
  margin: 10px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-section-style .grid-item:hover .geometric-frame::before {
  opacity: 1;
}

.gallery-section-style .geometric-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-section-style .grid-item:hover .geometric-frame img {
  transform: scale(1.05);
  filter: grayscale(0.3);
}

.gallery-section-style .industrial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--neutral-900) 75%, transparent),
    color-mix(in srgb, var(--primary-700) 80%, transparent));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-style .grid-item:hover .industrial-overlay {
  opacity: 1;
}

.gallery-section-style .overlay-bars {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.gallery-section-style .overlay-bars .bar {
  width: 4px;
  background: var(--light);
  display: block;
  animation: bar-pulse 1s ease-in-out infinite;
}

.gallery-section-style .overlay-bars .bar:nth-child(1) {
  height: 20px;
  animation-delay: 0s;
}

.gallery-section-style .overlay-bars .bar:nth-child(2) {
  height: 30px;
  animation-delay: 0.2s;
}

.gallery-section-style .overlay-bars .bar:nth-child(3) {
  height: 25px;
  animation-delay: 0.4s;
}

@keyframes bar-pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.gallery-section-style .industrial-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.gallery-section-style .grid-item:hover .industrial-overlay i {
  transform: scale(1);
}

.gallery-section-style .corner-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gallery-section-style .marker {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-section-style .marker-tl {
  top: 5px;
  left: 5px;
  border-right: none;
  border-bottom: none;
}

.gallery-section-style .marker-tr {
  top: 5px;
  right: 5px;
  border-left: none;
  border-bottom: none;
}

.gallery-section-style .marker-bl {
  bottom: 5px;
  left: 5px;
  border-right: none;
  border-top: none;
}

.gallery-section-style .marker-br {
  bottom: 5px;
  right: 5px;
  border-left: none;
  border-top: none;
}

.gallery-section-style .item-featured:hover .marker {
  opacity: 1;
}

.gallery-section-style .item-featured:hover .marker-tl {
  transform: translate(-3px, -3px);
}

.gallery-section-style .item-featured:hover .marker-tr {
  transform: translate(3px, -3px);
}

.gallery-section-style .item-featured:hover .marker-bl {
  transform: translate(-3px, 3px);
}

.gallery-section-style .item-featured:hover .marker-br {
  transform: translate(3px, 3px);
}

.gallery-section-style .industrial-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-style .shape-square {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid var(--neutral-100);
  opacity: 0.5;
  animation: rotate-industrial 15s linear infinite;
}

.gallery-section-style .square-1 {
  top: 10%;
  left: 5%;
}

.gallery-section-style .square-2 {
  bottom: 15%;
  right: 8%;
  animation-direction: reverse;
}

@keyframes rotate-industrial {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gallery-section-style .shape-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
}

.gallery-section-style .line-1 {
  width: 200px;
  height: 2px;
  top: 30%;
  right: 10%;
  transform: rotate(-45deg);
}

.gallery-section-style .line-2 {
  width: 150px;
  height: 2px;
  bottom: 25%;
  left: 5%;
  transform: rotate(45deg);
}

.gallery-section-style .shape-circle {
  position: absolute;
  border: 2px solid var(--neutral-100);
  border-radius: 50%;
  opacity: 0.3;
}

.gallery-section-style .circle-1 {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 10%;
}

.gallery-section-style .circle-2 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  right: 15%;
}





/* Footer  - Modern Green Theme */

.footer-variant {
  position: relative;
  overflow: hidden;
  color: var(--text-inverse, #ffffff);
  padding: 0;
  margin: 0;
}

/* Background layer with image and green gradient */
.footer-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url('BON_assets/BON_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-eco-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    155deg,
    color-mix(in srgb, var(--primary-700) 92%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 87%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 91%, transparent) 100%
  );
}

.footer-variant .container {
  position: relative;
  z-index: 1;
}

/* Brand Section */
.brand-section-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.brand-visual-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.brand-visual-badge::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.brand-visual-badge i {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
}

.brand-text-content {
  flex: 1;
}

.site-brand-name {
  font-size: 1.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 0.75rem;
  letter-spacing: -0.4px;
  line-height: 1.3;
}

.site-brand-desc {
  font-size: 0.97rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* Contact Section */
.contact-section-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.75rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-title-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.section-title-bar i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.88);
}

.section-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
}

.contact-list-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-item-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border-left: 3px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

.list-item-row:hover {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: rgba(255, 255, 255, 0.5);
  transform: translateX(5px);
}

.list-item-row i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
  flex-shrink: 0;
}

.row-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
}

/* Policies Section */
.policies-section-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.75rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
}

.policies-link-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.policy-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.policy-link-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px 0 0 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.policy-link-row:hover::before {
  opacity: 1;
}

.policy-link-row:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.link-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.link-number {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  flex-shrink: 0;
}

.link-text {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.link-arrow {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.policy-link-row:hover .link-arrow {
  color: rgba(255, 255, 255, 1);
  transform: translateX(4px);
}

/* Footer Legal Bar */
.footer-legal-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

.legal-bar-content {
  max-width: 100%;
}

.legal-text-disclaimer {
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.77);
}

.legal-text-copyright {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

/* Wave Pattern */
.wave-pattern-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  opacity: 0.4;
  pointer-events: none;
}

.wave-pattern-bottom svg {
  width: 100%;
  height: 100%;
}

/* Floating Leaves Decoration */
.floating-leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.leaf {
  position: absolute;
  opacity: 0.15;
  animation: float-leaf 12s ease-in-out infinite;
}

.leaf i {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
}

.leaf-1 {
  top: 10%;
  right: 12%;
  animation-delay: 0s;
}

.leaf-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 4s;
}

.leaf-3 {
  top: 50%;
  right: 35%;
  animation-delay: 8s;
}

@keyframes float-leaf {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.15;
  }
  25% {
    transform: translateY(-20px) rotate(10deg);
    opacity: 0.25;
  }
  50% {
    transform: translateY(-10px) rotate(-10deg);
    opacity: 0.2;
  }
  75% {
    transform: translateY(-15px) rotate(5deg);
    opacity: 0.18;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .site-brand-name {
    font-size: 1.6rem;
  }
  
  .section-heading {
    font-size: 1.2rem;
  }
  
  .brand-section-wrapper {
    padding-bottom: 1.5rem;
  }
  
  .contact-section-box,
  .policies-section-box {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .footer-image-layer {
    background-attachment: scroll;
  }
  
  .brand-section-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .brand-visual-badge {
    width: 65px;
    height: 65px;
  }
  
  .brand-visual-badge i {
    font-size: 30px;
  }
  
  .site-brand-name {
    font-size: 1.4rem;
  }
  
  .contact-section-box,
  .policies-section-box {
    padding: 1.25rem;
  }
  
  .list-item-row {
    padding: 0.875rem;
  }
  
  .policy-link-row {
    padding: 1rem;
  }
  
  .link-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  .policy-link-row:hover {
    transform: translateX(3px);
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_stat_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  text-align: center;
  height: 100%;
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap .add_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_stat_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_stat_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_stat_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  position: relative;
}

.add_wrap .add_stat_card_large .add_stat_icon {
  width: 100px;
  height: 100px;
}

.add_wrap .add_stat_icon_users:after {
  content: '👥';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_projects:after {
  content: '📊';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_awards:after {
  content: '🏆';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_growth:after {
  content: '📈';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_icon_satisfaction:after {
  content: '⭐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1;
}

.add_wrap .add_stat_card_large .add_stat_number {
  font-size: 3.5rem;
}

.add_wrap .add_stat_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_stat_card_large .add_stat_title {
  font-size: 1.5rem;
}

.add_wrap .add_stat_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_stat_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_stat_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_stat_card_large .add_stat_icon {
    width: 80px;
    height: 80px;
  }
  
  .add_wrap .add_stat_icon_users:after,
  .add_wrap .add_stat_icon_projects:after,
  .add_wrap .add_stat_icon_awards:after {
    font-size: 24px;
  }
  
  .add_wrap .add_stat_icon_growth:after,
  .add_wrap .add_stat_icon_satisfaction:after {
    font-size: 28px;
  }
  
  .add_wrap .add_stat_number {
    font-size: 2.5rem;
  }
  
  .add_wrap .add_stat_card_large .add_stat_number {
    font-size: 3rem;
  }
}


/* 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 */

.additional-universal-primary {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-primary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-primary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-primary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Creative Line Divider */
.additional-universal-primary .creative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-primary .line-segment {
  flex: 1;
  max-width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-primary .center-diamond {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .center-diamond i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transform: rotate(-45deg);
}

/* Mixed Content Grid */
.additional-universal-primary .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.additional-universal-primary .content-box.box-featured {
  grid-column: 1 / -1;
  grid-row: 1;
}

.additional-universal-primary .content-box.box-wide {
  grid-column: 1 / -1;
}

/* Content Box Base */
.additional-universal-primary .content-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-primary .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Featured Box */
.additional-universal-primary .box-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
  padding: 3rem;
  text-align: center;
}

.additional-universal-primary .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.additional-universal-primary .box-decoration {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.additional-universal-primary .deco-top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-primary .deco-bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Featured Alt Box */
.additional-universal-primary .box-featured-alt {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-200);
  grid-column: 1 / -1;
}

.additional-universal-primary .split-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

/* Wide Box Layout */
.additional-universal-primary .wide-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.additional-universal-primary .wide-icon {
  flex-shrink: 0;
}

.additional-universal-primary .wide-content {
  flex: 1;
}

.additional-universal-primary .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
  opacity: 0.3;
}

/* Icon Circles */
.additional-universal-primary .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-primary .circle-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-primary .circle-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-primary .circle-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-primary .circle-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-primary .box-standard .icon-circle {
  margin: 0 0 1.5rem 0;
}

.additional-universal-primary .box-wide .icon-circle {
  margin: 0;
}

/* Corner Accents */
.additional-universal-primary .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.15;
}

.additional-universal-primary .accent-tl {
  top: 12px;
  left: 12px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-primary .accent-br {
  bottom: 12px;
  right: 12px;
  border-bottom: 3px solid var(--accent-500);
  border-right: 3px solid var(--accent-500);
}

/* Content Typography */
.additional-universal-primary .content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-primary .box-standard .content-title {
  font-size: 1.35rem;
}

.additional-universal-primary .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Glow and Pulse Effects */
.additional-universal-primary .glow-effect {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-primary .box-featured:hover .glow-effect {
  opacity: 0.3;
}

.additional-universal-primary .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Abstract Shapes */
.additional-universal-primary .abstract-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-primary .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
  top: 10%;
  left: 5%;
  filter: blur(40px);
}

.additional-universal-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  top: 50%;
  right: 8%;
  filter: blur(50px);
}

.additional-universal-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
}

/* Dot Patterns */
.additional-universal-primary .dot-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 18px 18px;
}

.additional-universal-primary .pattern-1 {
  top: 25%;
  right: 10%;
}

.additional-universal-primary .pattern-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-primary {
    padding: 4rem 0;
  }

  .additional-universal-primary .mixed-content-grid {
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box {
    padding: 2rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2.5rem;
  }

  .additional-universal-primary .wide-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-primary .box-wide .icon-circle {
    margin: 0 auto 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-primary {
    padding: 3rem 0;
  }

  .additional-universal-primary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-primary .section-description {
    font-size: 1rem;
  }

  .additional-universal-primary .creative-line-wrapper {
    gap: 1rem;
  }

  .additional-universal-primary .line-segment {
    max-width: 60px;
  }

  .additional-universal-primary .center-diamond {
    width: 45px;
    height: 45px;
  }

  .additional-universal-primary .center-diamond i {
    font-size: 1.1rem;
  }

  .additional-universal-primary .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box.box-featured,
  .additional-universal-primary .content-box.box-wide,
  .additional-universal-primary .content-box.box-featured-alt {
    grid-column: 1;
  }

  .additional-universal-primary .content-box {
    padding: 1.75rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2rem;
  }

  .additional-universal-primary .icon-circle {
    width: 70px;
    height: 70px;
  }

  .additional-universal-primary .icon-circle i {
    font-size: 2rem;
  }

  .additional-universal-primary .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-primary .box-standard .content-title {
    font-size: 1.25rem;
  }

  .additional-universal-primary .content-description {
    font-size: 0.95rem;
  }

  .additional-universal-primary .abstract-shape,
  .additional-universal-primary .dot-pattern {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-061 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-061 .section-header {
  max-width: 800px;
  margin: 0 auto 60px;
}

.v-061 .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.v-061 .decorative-badge i {
  font-size: 28px;
  color: white;
}

.v-061 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-061 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-061 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Cards Grid */
.v-061 .cards-grid {
  position: relative;
  z-index: 2;
}

.v-061 .service-card {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.v-061 .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-061 .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.v-061 .service-card:hover::before {
  transform: scaleX(1);
}

.v-061 .service-card.featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 5%, white),
    color-mix(in srgb, var(--primary-300) 5%, white));
  border: 2px solid var(--primary-300);
}

/* Card Icon */
.v-061 .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-500) 10%, white);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.v-061 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--primary-500);
  transition: transform 0.4s ease;
}

.v-061 .service-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(10deg) scale(1.1);
}

.v-061 .service-card:hover .card-icon-wrapper i {
  color: white;
  transform: scale(1.1);
}

/* Card Content */
.v-061 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-061 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.v-061 .decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-061 .shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.15;
}

.v-061 .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.v-061 .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.v-061 .shape-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-061 {
    padding: 80px 0;
  }

  .v-061 .section-title {
    font-size: 2.25rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-061 .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .v-061 {
    padding: 60px 0;
  }

  .v-061 .section-header {
    margin-bottom: 40px;
  }

  .v-061 .section-title {
    font-size: 1.875rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-061 .service-card {
    padding: 30px 25px;
  }

  .v-061 .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-061 .card-icon-wrapper i {
    font-size: 28px;
  }
}





/* Universal section */

.additional-universal-section.v-065 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-065 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-065 .badge-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.v-065 .badge-item {
  width: 40px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
  animation: badgeGrow 2s ease-in-out infinite;
}

.v-065 .badge-item:nth-child(1) { animation-delay: 0s; }
.v-065 .badge-item:nth-child(2) { animation-delay: 0.2s; }
.v-065 .badge-item:nth-child(3) { animation-delay: 0.4s; }
.v-065 .badge-item:nth-child(4) { animation-delay: 0.6s; }
.v-065 .badge-item:nth-child(5) { animation-delay: 0.8s; }

.v-065 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-065 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-065 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Steps Grid */
.v-065 .steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.v-065 .step-card {
  display: flex;
  gap: 30px;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-065 .step-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.v-065 .step-card:hover::before {
  opacity: 1;
}

/* Step Left - Number Section */
.v-065 .step-left {
  flex-shrink: 0;
}

.v-065 .step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.v-065 .step-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.v-065 .step-number::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 3px solid var(--primary-300);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover .step-number {
  transform: scale(1.1) rotate(-5deg);
}

.v-065 .step-card:hover .step-number::before {
  opacity: 1;
}

.v-065 .step-number span {
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.v-065 .step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.v-065 .step-final .step-connector {
  display: none;
}

/* Step Right - Content Section */
.v-065 .step-right {
  flex: 1;
  display: flex;
  gap: 25px;
}

.v-065 .step-icon-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.v-065 .step-icon-badge i {
  font-size: 28px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-065 .step-card:hover .step-icon-badge {
  background: var(--primary-500);
  transform: rotate(360deg);
}

.v-065 .step-card:hover .step-icon-badge i {
  color: white;
}

/* Step Content */
.v-065 .step-content {
  flex: 1;
}

.v-065 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-065 .step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-065 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.v-065 .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

.v-065 .corner-accent {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  opacity: 0.2;
}

.v-065 .corner-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
}

.v-065 .corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

/* Animations */
@keyframes badgeGrow {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-065 {
    padding: 80px 0;
  }

  .v-065 .section-title {
    font-size: 2.25rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-065 .step-card {
    padding: 30px;
    gap: 25px;
  }

  .v-065 .step-right {
    gap: 20px;
  }

  .v-065 .step-number {
    width: 70px;
    height: 70px;
  }

  .v-065 .step-number span {
    font-size: 2rem;
  }

  .v-065 .step-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-065 {
    padding: 60px 0;
  }

  .v-065 .section-title {
    font-size: 1.875rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-065 .badge-item {
    width: 30px;
    height: 6px;
  }

  .v-065 .step-card {
    flex-direction: column;
    padding: 25px 20px;
    gap: 20px;
  }

  .v-065 .step-left {
    display: flex;
    justify-content: center;
  }

  .v-065 .step-number-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .v-065 .step-connector {
    width: 60px;
    height: 3px;
  }

  .v-065 .step-number {
    width: 60px;
    height: 60px;
  }

  .v-065 .step-number span {
    font-size: 1.75rem;
  }

  .v-065 .step-right {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .v-065 .step-icon-badge {
    margin: 0 auto;
  }

  .v-065 .step-title {
    font-size: 1.25rem;
  }
}





.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: white;
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--bright_section_title);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--minimal_body_large);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--brand_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Card Styles */
.add_card {
  height: 100%;
  padding: var(--space-6);
  background: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.add_card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: white;
}

.add_card_featured {
  background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
  border: 2px solid var(--primary-500);
}

.add_card_featured:hover {
  background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}

.add_card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  color: white;
  border-radius: 50%;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.add_card_featured .add_card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}

.add_card_title {
  font-family: var(--minimal_body_large);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.add_card_featured .add_card_title {
  font-size: 1.5rem;
}

.add_card_desc {
  font-family: var(--brand_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

.add_card_featured .add_card_desc {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_card {
    padding: var(--space-5);
  }
  
  .add_card_icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_card_featured .add_card_icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_card:hover {
    transform: translateY(-4px);
  }
}








/* Universal section */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes matrix-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}





/* Universal section */

.additional-universal-section.v-056 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-056 .section-header {
  position: relative;
  z-index: 2;
}

.v-056 .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.v-056 .header-badge i {
  font-size: 32px;
  color: var(--light);
}

.v-056 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-056 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-056 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.v-056 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
  z-index: 2;
}

.v-056 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Timeline Items */
.v-056 .timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.v-056 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-056 .timeline-item.left {
  justify-content: flex-start;
  padding-right: calc(50% + 50px);
}

.v-056 .timeline-item.right {
  justify-content: flex-end;
  padding-left: calc(50% + 50px);
}

.v-056 .timeline-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.v-056 .timeline-item.left .timeline-content {
  flex-direction: row;
}

.v-056 .timeline-item.right .timeline-content {
  flex-direction: row-reverse;
}

/* Timeline Icon */
.v-056 .timeline-icon {
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v-056 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.v-056 .timeline-icon.large {
  width: 80px;
  height: 80px;
  border-width: 5px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.v-056 .timeline-icon.large i {
  font-size: 36px;
  color: var(--light);
}

/* Content Box */
.v-056 .content-box {
  flex: 1;
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.v-056 .content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.v-056 .content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Timeline Content */
.v-056 .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-056 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item */
.v-056 .timeline-item.featured .content-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
  padding: 40px;
}

.v-056 .timeline-item.featured .timeline-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-056 .timeline-item.featured .timeline-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-056 .timeline-item.featured .content-box::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}

/* Timeline Decorations */
.v-056 .timeline-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
}

.v-056 .timeline-decoration.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

/* Background Decorations */
.v-056 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-056 .deco-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 0 80% 0 80%;
  animation: leaf-sway 15s ease-in-out infinite;
}

.v-056 .deco-leaf.leaf-1 {
  top: 15%;
  left: 5%;
}

.v-056 .deco-leaf.leaf-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(180deg);
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.v-056 .deco-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-056 {
    padding: 80px 0;
  }

  .v-056 .section-title {
    font-size: 2.25rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-056 .timeline-wrapper {
    padding: 20px 0;
  }

  .v-056 .timeline-line {
    left: 32px;
  }

  .v-056 .timeline-item.left,
  .v-056 .timeline-item.right {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .v-056 .timeline-item.left .timeline-content,
  .v-056 .timeline-item.right .timeline-content {
    flex-direction: row;
  }

  .v-056 .timeline-item {
    margin-bottom: 60px;
  }

  .v-056 .content-box {
    padding: 28px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .v-056 {
    padding: 60px 0;
  }

  .v-056 .section-title {
    font-size: 1.875rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-056 .section-description {
    font-size: 1rem;
  }

  .v-056 .header-badge {
    width: 64px;
    height: 64px;
  }

  .v-056 .header-badge i {
    font-size: 24px;
  }

  .v-056 .timeline-item {
    margin-bottom: 40px;
  }

  .v-056 .timeline-icon {
    width: 56px;
    height: 56px;
  }

  .v-056 .timeline-icon i {
    font-size: 24px;
  }

  .v-056 .timeline-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-056 .timeline-icon.large i {
    font-size: 28px;
  }

  .v-056 .content-box {
    padding: 24px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 28px;
  }

  .v-056 .timeline-title {
    font-size: 1.25rem;
  }

  .v-056 .timeline-item.featured .timeline-title {
    font-size: 1.5rem;
  }
}





.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_content {
  padding-right: var(--space-6);
}

.add_wrap .add_elem_item {
  margin-bottom: var(--space-8);
}

.add_wrap .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  padding-left: var(--space-6);
}

.add_wrap .add_elem_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--space-4);
  height: var(--space-4);
  background-color: var(--primary-500);
  border-radius: 50%;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
  padding-left: var(--space-6);
}

.add_wrap .add_image_container {
  position: relative;
}

.add_wrap .add_main_image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
}

.add_wrap .add_extra_content .add_elem_item {
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_extra_content .add_elem_title {
  font-size: 1.1rem;
  padding-left: var(--space-5);
}

.add_wrap .add_extra_content .add_elem_title:before {
  width: var(--space-3);
  height: var(--space-3);
  background-color: var(--primary-400);
}

.add_wrap .add_extra_content .add_elem_desc {
  padding-left: var(--space-5);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .add_wrap .add_content {
    padding-right: 0;
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_elem_item {
    margin-bottom: var(--space-6);
  }
  
  .add_wrap .add_extra_content {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}





/* 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;
  }
}











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: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !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;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Neon Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: #0a0a0a !important;
    border-radius: 12px !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.3), 0 10px 40px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #00ffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid #00ffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #00ffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(0,255,255,0.2) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #00ffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #00ffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - 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 - Bold Style */
.website-cta-section {
    padding: 50px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
}



/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}



/* Floating Decorative Icons - 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 - Colorful Style */
.team-social-links {
    margin-top: 22px;
    padding: 16px 0;
}

.social-icons-grid {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.social-link:hover::before {
    width: 100px;
    height: 100px;
}

.social-link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(45deg, #1877f2, #42a5f5, #64b5f6);
}

.linkedin-link {
    background: linear-gradient(45deg, #0a66c2, #2196f3, #42a5f5);
}

.instagram-link {
    background: linear-gradient(45deg, #e4405f, #f77737, #fcaf45, #ffdc80);
}

.x-link {
    background: linear-gradient(45deg, #000000, #424242, #666666);
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: 900;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 10px;
    }
    
    .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 - Gradient Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.newsletter-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.newsletter-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
    text-align: center;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 16px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    outline: none;
    background: white;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1), 0 0 20px rgba(255,255,255,0.8);
    transform: translateY(-1px);
}

.newsletter-button {
    padding: 14px 22px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 100%;
}

.newsletter-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.newsletter-success {
    display: none;
    margin-top: 18px;
    padding: 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 350px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: rounded-v002
 * Toggle: 1
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 1: КРУГЛАЯ КНОПКА ===== */
.ocm-toggle.ocm-toggle-style-1 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-1:hover {
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !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;
    }
}


