:root {
  --primary-50: #fefce8;
  --primary-100: #fef9c3;
  --primary-300: #fde047;
  --primary-500: #ca8a04;
  --primary-700: #854d0e;
  --primary-rgb: 202, 138, 4;
  --neutral-50: #fafaf9;
  --neutral-100: #f5f5f4;
  --neutral-300: #d6d3d1;
  --neutral-500: #78716c;
  --neutral-700: #44403c;
  --neutral-900: #1c1917;
  --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-700);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --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 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-button-hover: 0 6px 12px rgba(202, 138, 4, 0.3);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
  --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 ===== */
.prime_font_primary {
  font-family: var(--font-primary);
}

.top_font_secondary {
  font-family: var(--font-secondary);
}

.digital_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.studio_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);
}

.company_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);
}

.business_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 */
.unique_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);
}

.fresh_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);
}

.smart_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);
}

.web_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);
}

.custom_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);
}

.container_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 */
.ui_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);
}

.light_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);
}

.style_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 */
.site_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);
}

.page_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 */
.creative_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);
}

.theme_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 */
.premium_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);
}

.elite_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 */
.base_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);
}

.minimal_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);
}

.layout_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 */
.content_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.agency_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.new_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);
}

.new_nav_link:hover,
.new_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.bold_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 */
.app_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) {
  .premium_hero_title {
    font-size: var(--text-4xl);
  }
  
  .base_section_title {
    font-size: var(--text-3xl);
  }
  
  .studio_display_1 {
    font-size: var(--text-5xl);
  }
  
  .company_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .premium_hero_title {
    font-size: var(--text-3xl);
  }
  
  .base_section_title {
    font-size: var(--text-2xl);
  }
  
  .studio_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 ===== */
.core_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.design_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.main_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.dark_text_balance {
  text-wrap: balance;
}

.best_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .new_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .site_caption,
  .page_overline,
  .app_footer_text {
    color: var(--text-secondary);
  }
  
  .elite_hero_subtitle,
  .minimal_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .premium_hero_title,
  .base_section_title,
  .unique_heading_1,
  .fresh_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .core_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.modern_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bright_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clean_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pro_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brand_stack {
  display: flex;
  flex-direction: column;
}

.fresh99_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.best53_full_height {
  min-height: 100vh;
}

.business44_section_height {
  min-height: 80vh;
}

.app91_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.page79_m_0 { margin: 0; }
.elite78_m_1 { margin: var(--space-1); }
.fresh86_m_2 { margin: var(--space-2); }
.fresh48_m_3 { margin: var(--space-3); }
.main95_m_4 { margin: var(--space-4); }
.layout30_m_6 { margin: var(--space-6); }
.agency31_m_8 { margin: var(--space-8); }
.premium1_m_12 { margin: var(--space-12); }
.bold47_m_16 { margin: var(--space-16); }

.ui54_mx_auto { margin-left: auto; margin-right: auto; }
.app77_my_auto { margin-top: auto; margin-bottom: auto; }

.theme40_mt_0 { margin-top: 0; }
.site98_mt_4 { margin-top: var(--space-4); }
.studio54_mt_8 { margin-top: var(--space-8); }
.dark59_mt_12 { margin-top: var(--space-12); }

.bold54_mb_0 { margin-bottom: 0; }
.company96_mb_4 { margin-bottom: var(--space-4); }
.page40_mb_8 { margin-bottom: var(--space-8); }
.light3_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.page23_p_0 { padding: 0; }
.bright75_p_1 { padding: var(--space-1); }
.elite27_p_2 { padding: var(--space-2); }
.page85_p_3 { padding: var(--space-3); }
.creative21_p_4 { padding: var(--space-4); }
.best45_p_6 { padding: var(--space-6); }
.modern49_p_8 { padding: var(--space-8); }

.pro51_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.bright53_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.base77_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.core8_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.bright5_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.best88_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.unique70_gap_1 { gap: var(--space-1); }
.elite74_gap_2 { gap: var(--space-2); }
.app33_gap_3 { gap: var(--space-3); }
.agency2_gap_4 { gap: var(--space-4); }
.section7_gap_6 { gap: var(--space-6); }
.studio77_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.prime85_shadow_none { box-shadow: var(--shadow-none); }
.fresh52_shadow_xs { box-shadow: var(--shadow-xs); }
.top42_shadow_sm { box-shadow: var(--shadow-sm); }
.new63_shadow_md { box-shadow: var(--shadow-md); }
.digital82_shadow_lg { box-shadow: var(--shadow-lg); }
.light54_shadow_xl { box-shadow: var(--shadow-xl); }
.prime46_shadow_2xl { box-shadow: var(--shadow-2xl); }
.bright80_shadow_inner { box-shadow: var(--shadow-inner); }
.agency89_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.bright95_radius_none { border-radius: var(--radius-none); }
.page66_radius_xs { border-radius: var(--radius-xs); }
.unique73_radius_sm { border-radius: var(--radius-sm); }
.creative27_radius_md { border-radius: var(--radius-md); }
.company39_radius_lg { border-radius: var(--radius-lg); }
.main90_radius_xl { border-radius: var(--radius-xl); }
.studio25_radius_2xl { border-radius: var(--radius-2xl); }
.web46_radius_3xl { border-radius: var(--radius-3xl); }
.bright93_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.app21_gradient_primary {
  background: var(--gradient-primary);
}

.pro65_gradient_secondary {
  background: var(--gradient-secondary);
}

.section75_gradient_hero {
  background: var(--gradient-hero);
}

.web37_gradient_card {
  background: var(--gradient-card);
}

.business75_gradient_overlay {
  position: relative;
}

.business75_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;
}

.business75_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.new92_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.new92_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.design21_hover_scale {
  transition: transform var(--transition-normal);
}

.design21_hover_scale:hover {
  transform: scale(1.02);
}

.modern80_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.modern80_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.bright79_hover_fade {
  transition: opacity var(--transition-normal);
}

.bright79_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.design25_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.design25_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.creative35_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.unique97_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.digital4_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.dark51_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.prime80_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.clean99_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.modern64_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.bright78_timeline {
  position: relative;
}

.bright78_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.clean9_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.clean9_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.clean9_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.unique45_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.dark22_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;
  }
}

.dark98_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;
  }
}

.layout88_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 */
.digital84_transition_all {
  transition: var(--transition-all);
}

.dark67_transition_fast {
  transition: all var(--transition-fast);
}

.modern74_transition_normal {
  transition: all var(--transition-normal);
}

.elite84_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.studio36_bg_primary { background-color: var(--bg-primary); }
.bold21_bg_secondary { background-color: var(--bg-secondary); }
.bright52_bg_muted { background-color: var(--bg-muted); }
.light59_bg_glass { background-color: var(--bg-glass); }

.bold30_text_primary { color: var(--text-primary); }
.custom95_text_secondary { color: var(--text-secondary); }
.clean74_text_muted { color: var(--text-muted); }
.design52_text_inverse { color: var(--text-inverse); }
.bright49_text_link { color: var(--text-link); }

.creative31_border_light { border-color: var(--border-light); }
.clean50_border_medium { border-color: var(--border-medium); }
.base17_border_strong { border-color: var(--border-strong); }
.theme93_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .digital4_services_grid,
  .prime80_features_grid,
  .dark51_team_grid,
  .modern64_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .clean99_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .bright78_timeline::before {
    left: 30px;
  }
  
  .clean9_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .business44_section_height {
    min-height: 60vh;
  }
  
  .app91_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .clean99_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .clean9_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.digital30_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;
}

.brand38_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pro83_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);
}

.pro83_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .pro51_no_print {
    display: none !important;
  }
  
  .bold45_print_only {
    display: block !important;
  }
  
  .fresh52_shadow_xs,
  .top42_shadow_sm,
  .new63_shadow_md,
  .digital82_shadow_lg,
  .light54_shadow_xl,
  .prime46_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .unique45_fade_in,
  .dark22_slide_up,
  .dark98_slide_in_left,
  .layout88_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .new92_hover_lift,
  .design21_hover_scale,
  .modern80_hover_shadow,
  .bright79_hover_fade,
  .digital84_transition_all,
  .dark67_transition_fast,
  .modern74_transition_normal,
  .elite84_transition_slow {
    transition: none;
  }
}

.header-special {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface-primary);
  border-top: 3px solid var(--primary-700);
  border-bottom: 2px solid var(--neutral-300);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.header-special .navbar {
  padding: 1.25rem 0;
  position: relative;
}

.header-special .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10002;
  font-family: 'Courier New', monospace;
}

.header-special .navbar-brand::before {
  content: '//';
  margin-right: 8px;
  color: var(--primary-700);
}

.header-special .navbar-brand:hover {
  color: var(--primary-700);
  letter-spacing: 3px;
}

.header-special .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  position: relative;
  border-left: 2px solid transparent;
}

.header-special .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--primary-700);
  transition: height 0.3s ease;
}

.header-special .nav-link:hover {
  color: var(--primary-700);
  padding-left: 1.5rem;
}

.header-special .nav-link:hover::before {
  height: 100%;
}

/* Industrial Custom Hamburger Toggle */
.header-special .menu-toggle-input {
  display: none;
}

.header-special .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: 2px solid #334155;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.header-special .hamburger-toggle:hover {
  border-color: var(--primary-700);
  background: color-mix(in srgb, var(--neutral-100) 50%, transparent);
}

.header-special .stripe {
  width: 24px;
  height: 3px;
  background: #334155;
  transition: all 0.4s ease;
  transform-origin: center;
}

/* Industrial Hamburger Animation - Mechanical */
.header-special .menu-toggle-input:checked ~ .hamburger-toggle {
  border-color: var(--primary-700);
}

.header-special .menu-toggle-input:checked ~ .hamburger-toggle .stripe:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background: var(--primary-700);
}

.header-special .menu-toggle-input:checked ~ .hamburger-toggle .stripe:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-special .menu-toggle-input:checked ~ .hamburger-toggle .stripe:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background: var(--primary-700);
}

/* Industrial Decorative Elements */
.header-special .industrial-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header-special .corner-accent {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0.4;
}

.header-special .corner-accent.top-left {
  top: 10px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.header-special .corner-accent.top-right {
  top: 10px;
  right: 20px;
  border-left: none;
  border-bottom: none;
}

.header-special .grid-pattern {
  position: absolute;
  top: 0;
  right: 5%;
  width: 60px;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.3;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-special .hamburger-toggle {
    display: flex;
  }

  .header-special .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 0 2rem;
    transition: right 0.4s ease;
    z-index: 10;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
    border-left: 3px solid var(--primary-700);
  }

  .header-special .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-special .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 70%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-special .menu-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-special .navbar-nav {
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .header-special .nav-link {
    padding: 1rem 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    border-left: 3px solid transparent;
    border-bottom: 1px solid var(--neutral-300);
  }

  .header-special .nav-link:hover {
    border-left-color: var(--primary-700);
    background: color-mix(in srgb, var(--neutral-100) 50%, transparent);
  }

  .header-special .nav-link::before {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-special .navbar-nav {
    flex-direction: row;
    gap: 0.25rem;
  }

  .header-special .backdrop {
    display: none;
  }
}




.hero-section-classic {
  padding: 120px 0 100px;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.hero-section-classic .minimal-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-section-classic .subtle-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--neutral-300);
  border-radius: 50%;
  opacity: 0.5;
}

.hero-section-classic .dot-1 {
  top: 20%;
  left: 10%;
}

.hero-section-classic .dot-2 {
  top: 60%;
  right: 15%;
}

.hero-section-classic .dot-3 {
  bottom: 30%;
  left: 20%;
}

.hero-section-classic .hero-content-minimal {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.hero-section-classic .minimal-badge {
  display: inline-flex;
  padding: 8px 16px;
  background: color-mix(in srgb, var(--primary-50) 50%, white);
  border-radius: 20px;
  margin-bottom: 32px;
}

.hero-section-classic .badge-indicator {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulseMinimal 2s ease-in-out infinite;
}

.hero-section-classic .hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-section-classic .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--primary-500);
  margin-bottom: 28px;
}

.hero-section-classic .hero-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 36px;
  font-weight: 300;
}

.hero-section-classic .minimal-divider {
  width: 60px;
  height: 1px;
  background: var(--neutral-300);
  margin: 0 auto 32px;
}

.hero-section-classic .icon-row-minimal {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.hero-section-classic .icon-row-minimal i {
  font-size: 1.25rem;
  color: var(--neutral-500);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.hero-section-classic .icon-row-minimal i:hover {
  opacity: 1;
  color: var(--primary-500);
}

.hero-section-classic .hero-image-minimal {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}

.hero-section-classic .image-shadow-layer {
  position: absolute;
  width: 80%;
  height: 80%;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 12px;
  filter: blur(60px);
  top: 10%;
  left: 10%;
  z-index: 0;
}

.hero-section-classic .minimal-frame {
  position: relative;
  background: white;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.hero-section-classic .hero-img-clean {
  border-radius: 8px;
  width: 100%;
  display: block;
}

.hero-section-classic .floating-minimal {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  border: 1px solid var(--neutral-300);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  z-index: 2;
  animation: floatMinimal 5s ease-in-out infinite;
}

.hero-section-classic .minimal-1 {
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.hero-section-classic .minimal-2 {
  top: 30%;
  right: 8%;
  animation-delay: 1.6s;
}

.hero-section-classic .minimal-3 {
  bottom: 20%;
  left: 10%;
  animation-delay: 3.2s;
}

.hero-section-classic .floating-minimal i {
  font-size: 1.125rem;
  color: var(--neutral-700);
}

@keyframes pulseMinimal {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes floatMinimal {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.05);
  }
}

@media (max-width: 991px) {
  .hero-section-classic {
    padding: 80px 0 60px;
  }
  
  .hero-section-classic .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-section-classic .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .hero-section-classic .hero-image-minimal {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .hero-section-classic .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-section-classic .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .hero-section-classic .hero-description {
    font-size: 1rem;
  }
  
  .hero-section-classic .floating-minimal {
    width: 40px;
    height: 40px;
  }
  
  .hero-section-classic .floating-minimal i {
    font-size: 1rem;
  }
  
  .hero-section-classic .icon-row-minimal {
    gap: 20px;
  }
}


.about-section-primary {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary)) 100%);
  position: relative;
  overflow: hidden;
}

.about-section-primary .section-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.2;
}

.about-section-primary .section-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.4;
}

.about-section-primary .section-description {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Floating Images Layout */
.about-section-primary .floating-images-container {
  position: relative;
  height: 600px;
}

.about-section-primary .floating-image {
  position: absolute;
  transition: transform 0.5s ease;
}

.about-section-primary .floating-image:hover {
  transform: translateY(-10px) rotate(2deg);
  z-index: 10;
}

.about-section-primary .img-1 {
  top: 0;
  left: 0;
  width: 65%;
  z-index: 3;
}

.about-section-primary .img-2 {
  top: 40%;
  right: 0;
  width: 55%;
  z-index: 2;
}

.about-section-primary .img-3 {
  bottom: 0;
  left: 15%;
  width: 50%;
  z-index: 1;
}

.about-section-primary .floating-image img {
  width: 100%;
  height: auto;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.about-section-primary .floating-image:hover img {
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2) !important;
  filter: brightness(1.05);
}

.about-section-primary .image-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Decorative Blobs */
.about-section-primary .decorative-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.15;
  z-index: 0;
  animation: blobFloat 10s ease-in-out infinite;
}

.about-section-primary .blob-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  top: 10%;
  right: -50px;
}

.about-section-primary .blob-2 {
  width: 180px;
  height: 180px;
  background: var(--primary-300);
  bottom: 15%;
  left: -30px;
  animation-delay: -5s;
}

@keyframes blobFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(20px, -20px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Features Grid */
.about-section-primary .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.about-section-primary .feature-card {
  background: var(--surface-primary);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.about-section-primary .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 5%, transparent), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-section-primary .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}

.about-section-primary .feature-card:hover::before {
  opacity: 1;
}

.about-section-primary .feature-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.5rem 1.5rem color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.about-section-primary .feature-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.about-section-primary .feature-text {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-section-primary .section-title {
    font-size: 2.25rem;
  }

  .about-section-primary .floating-images-container {
    height: 500px;
  }

  .about-section-primary .features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-primary .floating-images-container {
    height: 400px;
  }

  .about-section-primary .img-1 {
    width: 70%;
  }

  .about-section-primary .img-2 {
    width: 60%;
  }

  .about-section-primary .img-3 {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  .about-section-primary .section-title {
    font-size: 1.85rem;
  }

  .about-section-primary .floating-images-container {
    height: 350px;
  }

  .about-section-primary .feature-card {
    padding: 1.5rem;
  }
}


.undefined-features {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.undefined-features .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.undefined-features .section-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.undefined-features .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Creative Layout */
.undefined-features .features-creative-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* Feature Boxes */
.undefined-features .feature-box {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 24px;
  padding: 48px 36px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: visible;
}

.undefined-features .feature-box:hover {
  transform: translateY(-12px) rotate(-1deg);
  border-color: var(--primary-300);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.undefined-features .box-1:hover {
  transform: translateY(-12px) rotate(1deg);
}

.undefined-features .box-3:hover {
  transform: translateY(-12px) rotate(1deg);
}

/* Feature Decoration */
.undefined-features .feature-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.undefined-features .deco-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.2;
}

.undefined-features .deco-square {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary-700);
  opacity: 0.15;
  top: 30px;
  left: 30px;
  border-radius: 8px;
  transform: rotate(15deg);
}

.undefined-features .deco-triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid var(--primary-300);
  opacity: 0.2;
}

.undefined-features .deco-blob {
  width: 70px;
  height: 70px;
  background: var(--primary-500);
  opacity: 0.15;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.undefined-features .deco-hexagon {
  width: 60px;
  height: 52px;
  background: var(--primary-700);
  opacity: 0.2;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Feature Icon */
.undefined-features .feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.undefined-features .feature-box:hover .feature-icon {
  transform: scale(1.15) rotate(-5deg);
}

.undefined-features .feature-icon i {
  font-size: 36px;
  color: var(--light);
}

/* Feature Content */
.undefined-features .feature-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.undefined-features .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Background Shapes */
.undefined-features .bg-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
}

.undefined-features .shape-circle-1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  left: -100px;
}

.undefined-features .shape-circle-2 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  right: -80px;
}

.undefined-features .shape-blob-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 30%;
  right: 10%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: blob-float 8s ease-in-out infinite;
}

.undefined-features .shape-blob-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  bottom: 20%;
  left: 5%;
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  animation: blob-float 10s ease-in-out infinite reverse;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .undefined-features {
    padding: 80px 0;
  }

  .undefined-features .section-title {
    font-size: 2.5rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.375rem;
  }

  .undefined-features .features-creative-layout {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .undefined-features {
    padding: 60px 0;
  }

  .undefined-features .section-title {
    font-size: 2rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.25rem;
  }

  .undefined-features .section-description {
    font-size: 1rem;
  }

  .undefined-features .features-creative-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .undefined-features .feature-box {
    padding: 36px 28px;
  }

  .undefined-features .feature-name {
    font-size: 1.375rem;
  }

  .undefined-features .feature-icon {
    width: 64px;
    height: 64px;
  }

  .undefined-features .feature-icon i {
    font-size: 32px;
  }
}




/* Modern Green Tabs Theme - Services */

.services_modern_green_tabs_wrapper {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Natural Wave Background */
.natural_wave_backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.wave_layer {
  position: absolute;
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, transparent, var(--primary-200), transparent);
  opacity: 0.1;
  transform-origin: center;
}

.wave_layer_1 {
  top: 20%;
  transform: rotate(-3deg);
}

.wave_layer_2 {
  bottom: 25%;
  transform: rotate(3deg);
}

.eco_circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.08;
}

.eco_circle_1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.eco_circle_2 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  right: -150px;
}

/* Section Header */
.services_modern_green_tabs_wrapper .container {
  position: relative;
  z-index: 1;
}

.tabs_main_heading {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.tabs_sub_heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.25rem;
}

.tabs_intro_content {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Tabs Layout */
.services_tabs_layout {
  margin-top: 3.5rem;
}

/* Tab Service Items */
.tab_service_item {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.tab_service_item:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--primary-500);
  box-shadow: 0 20px 48px rgba(34, 197, 94, 0.22);
}

.tab_service_featured {
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border: 3px solid var(--primary-500);
}

.featured_eco_label {
  position: absolute;
  top: -10px;
  right: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: #ffffff;
  padding: 0.4rem 1.5rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.35);
  z-index: 10;
}

/* Tab Badge */
.tab_item_badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}

.tab_item_badge i {
  font-size: 2rem;
  color: #ffffff;
}

.tab_service_item:hover .tab_item_badge {
  transform: rotateY(180deg) scale(1.1);
}

/* Tab Content */
.tab_item_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tab_item_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.tab_item_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

/* Features Module */
.tab_features_module {
  background: var(--surface-secondary);
  border-radius: 12px;
  padding: 1.125rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--primary-500);
}

.tab_features_text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Pricing Section */
.tab_pricing_section {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 2px solid var(--border-light);
}

.tab_price_amount {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--primary-600);
}

/* Responsive Design */
@media (max-width: 1199px) {
  .tabs_main_heading {
    font-size: 2.75rem;
  }

  .tabs_sub_heading {
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .services_modern_green_tabs_wrapper {
    padding: 80px 0;
  }

  .tabs_main_heading {
    font-size: 2.5rem;
  }

  .tabs_sub_heading {
    font-size: 1.25rem;
  }

  .tabs_intro_content {
    font-size: 1rem;
  }

  .tab_service_item {
    padding: 1.75rem;
  }
}

@media (max-width: 767px) {
  .services_modern_green_tabs_wrapper {
    padding: 60px 0;
  }

  .tabs_main_heading {
    font-size: 2rem;
  }

  .tabs_sub_heading {
    font-size: 1.125rem;
  }

  .tabs_intro_content {
    font-size: 0.9375rem;
  }

  .tab_service_item {
    padding: 1.75rem;
  }

  .tab_item_badge {
    width: 60px;
    height: 60px;
  }

  .tab_item_badge i {
    font-size: 1.75rem;
  }

  .tab_item_title {
    font-size: 1.25rem;
  }

  .tab_price_amount {
    font-size: 1.625rem;
  }

  .wave_layer_1,
  .wave_layer_2,
  .eco_circle_1,
  .eco_circle_2 {
    opacity: 0.04;
  }
}



.priceplan-section-clean {
  position: relative;
  background: linear-gradient(180deg, var(--neutral-100) 0%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Industrial Grid Background */
.priceplan-section-clean .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
}

/* Section Header */
.priceplan-section-clean .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-clean .tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  background: var(--light);
  border: 2px solid var(--neutral-300);
  border-radius: 0;
  margin-bottom: 1.5rem;
  position: relative;
}

.priceplan-section-clean .tech-badge::before,
.priceplan-section-clean .tech-badge::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
}

.priceplan-section-clean .tech-badge::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid var(--neutral-300);
  border-left: 2px solid var(--neutral-300);
}

.priceplan-section-clean .tech-badge::after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid var(--neutral-300);
  border-right: 2px solid var(--neutral-300);
}

.priceplan-section-clean .tech-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.priceplan-section-clean .badge-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.priceplan-section-clean .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.priceplan-section-clean .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.priceplan-section-clean .section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Price Card */
.priceplan-section-clean .steel-card {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-300);
  border-radius: 0;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  z-index: 1;
  height: 100%;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.priceplan-section-clean .steel-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

.priceplan-section-clean .steel-card.featured {
  border-color: var(--primary-500);
  border-width: 3px;
  background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--light) 70%) 100%);
}

/* Corner Brackets */
.priceplan-section-clean .corner-bracket {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--neutral-500);
}

.priceplan-section-clean .corner-bracket.top-left {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.priceplan-section-clean .corner-bracket.top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.priceplan-section-clean .corner-bracket.bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.priceplan-section-clean .corner-bracket.bottom-right {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.priceplan-section-clean .steel-card:hover .corner-bracket {
  border-color: var(--primary-500);
}

/* Featured Stripe */
.priceplan-section-clean .featured-stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-500),
    var(--primary-500) 10px,
    var(--primary-700) 10px,
    var(--primary-700) 20px
  );
}

/* Card Header */
.priceplan-section-clean .card-header-section {
  margin-bottom: 1.5rem;
  text-align: center;
}

.priceplan-section-clean .icon-frame {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--neutral-100);
  border: 3px solid var(--neutral-300);
  font-size: 2rem;
  color: var(--primary-700);
  position: relative;
  transition: all 0.3s ease;
}

.priceplan-section-clean .icon-frame::before,
.priceplan-section-clean .icon-frame::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary-500);
}

.priceplan-section-clean .icon-frame::before {
  top: -3px;
  left: -3px;
}

.priceplan-section-clean .icon-frame::after {
  bottom: -3px;
  right: -3px;
}

.priceplan-section-clean .steel-card:hover .icon-frame {
  background: var(--primary-500);
  color: var(--light);
  border-color: var(--primary-700);
}

.priceplan-section-clean .plan-name {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Price Display */
.priceplan-section-clean .price-display {
  text-align: center;
  padding: 1.5rem;
  background: color-mix(in srgb, var(--neutral-100) 50%, var(--light) 50%);
  border: 2px solid var(--neutral-300);
  margin-bottom: 1.5rem;
  position: relative;
}

.priceplan-section-clean .price-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.priceplan-section-clean .plan-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-700);
  margin: 0;
  line-height: 1;
  font-family: monospace;
}

.priceplan-section-clean .plan-price span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-clean .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  min-height: 95px;
}

.priceplan-section-clean .divider-line {
  width: 100%;
  height: 2px;
  background: var(--neutral-300);
  margin-bottom: 1.5rem;
  position: relative;
}

.priceplan-section-clean .divider-line::before,
.priceplan-section-clean .divider-line::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  top: -2px;
}

.priceplan-section-clean .divider-line::before {
  left: 0;
}

.priceplan-section-clean .divider-line::after {
  right: 0;
}

/* Features */
.priceplan-section-clean .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-clean .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 500;
}

.priceplan-section-clean .feature-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border: 2px solid var(--primary-300);
  flex-shrink: 0;
}

.priceplan-section-clean .feature-icon i {
  font-size: 1rem;
  color: var(--primary-700);
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-clean .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-clean .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-clean .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-clean .section-title {
    font-size: 2rem;
  }

  .priceplan-section-clean .steel-card {
    padding: 2rem 1.5rem;
  }

  .priceplan-section-clean .plan-desc {
    min-height: auto;
  }

  .priceplan-section-clean .plan-price {
    font-size: 2.5rem;
  }
}




.team-section-bold {
  background: var(--surface-primary);
  position: relative;
}

.team-section-bold .minimal-line {
  width: 50px;
  height: 2px;
  background: var(--primary-500);
  margin-bottom: 1.5rem;
}

.team-section-bold #team-title {
  color: var(--text-primary);
  line-height: 1.3;
}

.team-section-bold #team-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.team-section-bold #team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 600px;
}

/* Minimal Card */
.team-section-bold .minimal-card {
  background: var(--light);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-section-bold .minimal-card:hover {
  transform: translateY(-4px);
}

.team-section-bold .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.team-section-bold .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.team-section-bold .minimal-card:hover .team-member-photo {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.team-section-bold .hover-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid var(--primary-500);
  transition: border-width 0.3s ease;
  pointer-events: none;
}

.team-section-bold .minimal-card:hover .hover-border {
  border-width: 4px;
}

.team-section-bold .content-wrapper {
  padding: 0 0.5rem 1rem;
  flex-grow: 1;
}

.team-section-bold .member-name {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.team-section-bold .member-role {
  color: var(--primary-500);
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}

/* Join Badge */
.team-section-bold .join-badge {
  width: 120px;
  height: 120px;
  border: 2px solid var(--neutral-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.team-section-bold .join-badge:hover {
  border-color: var(--primary-500);
  transform: rotate(90deg);
}

.team-section-bold .join-badge i {
  font-size: 3rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.team-section-bold .join-badge:hover i {
  color: var(--primary-500);
}

/* Subtle Accents */
.team-section-bold .subtle-accent {
  position: absolute;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.team-section-bold .accent-1 {
  top: 15%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-700), transparent);
}

.team-section-bold .accent-2 {
  bottom: 10%;
  left: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent);
}

/* Responsive */
@media (max-width: 991.98px) {
  .team-section-bold .image-wrapper {
    aspect-ratio: 1;
  }
}

@media (max-width: 767.98px) {
  .team-section-bold #team-title {
    font-size: 2rem;
  }
  
  .team-section-bold .minimal-card {
    margin-bottom: 1rem;
  }
  
  .team-section-bold .image-wrapper {
    aspect-ratio: 4/5;
  }
}


.reviews-section-secondary {
  position: relative;
  padding: 90px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.reviews-section-secondary .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reviews-section-secondary .section-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reviews-section-secondary .section-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Industrial Review Block */
.reviews-section-secondary .industrial-review-block {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.reviews-section-secondary .industrial-review-block:hover {
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

/* Block Header */
.reviews-section-secondary .block-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.reviews-section-secondary .initial-badge {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Block Review Text */
.reviews-section-secondary .block-review-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-primary);
  padding: 2rem;
  margin: 0;
  flex-grow: 1;
}

/* Block Footer */
.reviews-section-secondary .block-footer {
  padding: 1.5rem 2rem;
  background: var(--surface-secondary);
  border-top: 2px solid var(--neutral-100);
  position: relative;
}

.reviews-section-secondary .vertical-divider {
  position: absolute;
  left: 2rem;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
}

.reviews-section-secondary .block-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}

/* Featured Block */
.reviews-section-secondary .featured-block {
  border-color: var(--primary-300);
  border-width: 3px;
}

.reviews-section-secondary .featured-block .initial-badge {
  width: 70px;
  height: 70px;
  font-size: 1.5rem;
  background: var(--primary-700);
}

/* Decorative Grid Lines */
.reviews-section-secondary .grid-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
  pointer-events: none;
}

.reviews-section-secondary .line-horizontal {
  width: 100%;
  height: 2px;
  top: 30%;
  left: 0;
}

.reviews-section-secondary .line-vertical {
  width: 2px;
  height: 100%;
  top: 0;
  right: 20%;
}

/* Industrial Icons */
.reviews-section-secondary .industrial-icon {
  position: absolute;
  font-size: 5rem;
  color: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
}

.reviews-section-secondary .icon-gear {
  top: 10%;
  right: 5%;
  animation: rotateGear 30s linear infinite;
}

.reviews-section-secondary .icon-tools {
  bottom: 15%;
  left: 5%;
}

@keyframes rotateGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-secondary {
    padding: 70px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 2.2rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1.1rem;
  }

  .reviews-section-secondary .block-header {
    padding: 1.75rem 1.75rem 1.25rem;
  }

  .reviews-section-secondary .block-review-text {
    padding: 1.75rem;
  }

  .reviews-section-secondary .block-footer {
    padding: 1.25rem 1.75rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-secondary {
    padding: 50px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 1.8rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1rem;
  }

  .reviews-section-secondary .block-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .reviews-section-secondary .initial-badge {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .reviews-section-secondary .featured-block .initial-badge {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .reviews-section-secondary .block-review-text {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .reviews-section-secondary .block-footer {
    padding: 1rem 1.5rem;
  }

  .reviews-section-secondary .vertical-divider {
    left: 1.5rem;
    width: 3px;
  }

  .reviews-section-secondary .block-author {
    padding-left: 1rem;
  }

  .reviews-section-secondary .industrial-icon {
    font-size: 3.5rem;
  }
}




.casestudy-section-standard {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
}

.casestudy-section-standard .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.casestudy-section-standard .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.casestudy-section-standard .section-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.casestudy-section-standard .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.casestudy-section-standard .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-300);
  transform: translateX(-50%);
}

.casestudy-section-standard .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.casestudy-section-standard .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.casestudy-section-standard .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.casestudy-section-standard .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.casestudy-section-standard .timeline-marker i {
  font-size: 1.5rem;
  color: var(--light);
}

.casestudy-section-standard .timeline-content {
  width: calc(50% - 40px);
}

.casestudy-section-standard .timeline-card {
  background: var(--light);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.casestudy-section-standard .timeline-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
}

.casestudy-section-standard .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.casestudy-section-standard .timeline-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.casestudy-section-standard .timeline-icon-group {
  display: flex;
  gap: 1rem;
}

.casestudy-section-standard .timeline-icon-group i {
  width: 40px;
  height: 40px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary-700);
}

@media (max-width: 991px) {
  .casestudy-section-standard {
    padding: 60px 0;
  }

  .casestudy-section-standard .section-title {
    font-size: 2rem;
  }

  .casestudy-section-standard .timeline-line {
    left: 30px;
  }

  .casestudy-section-standard .timeline-marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .casestudy-section-standard .timeline-item {
    flex-direction: row !important;
    padding-left: 80px;
  }

  .casestudy-section-standard .timeline-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .casestudy-section-standard {
    padding: 50px 0;
  }

  .casestudy-section-standard .section-title {
    font-size: 1.75rem;
  }

  .casestudy-section-standard .timeline-title {
    font-size: 1.25rem;
  }

  .casestudy-section-standard .timeline-card {
    padding: 1.5rem;
  }
}


.process-section-modern {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-badge {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--surface-primary);
  background: var(--primary-500);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

.main-title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.intro-text {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Process Grid */
.process-grid {
  position: relative;
  margin-top: 3rem;
}

.process-box {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.4s ease;
}

.process-box:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Box Icon */
.box-icon-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 2rem;
}

.icon-bg {
  position: absolute;
  inset: 0;
  background: var(--primary-50);
  border-radius: 20px;
  transform: rotate(10deg);
  transition: transform 0.4s ease;
}

.process-box:hover .icon-bg {
  transform: rotate(20deg);
}

.box-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.box-icon i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

/* Box Content */
.box-content {
  text-align: center;
}

.box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.box-text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Connector Lines */
.connector-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.4;
  z-index: -1;
}

.line-horizontal {
  width: 60px;
  height: 2px;
  top: 45px;
  right: -62px;
}

.line-center {
  right: auto;
  left: 50%;
  transform: translateX(50%);
}

.line-diagonal {
  width: 2px;
  height: 80px;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
}

/* Center Connector */
.center-connector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0.4;
  z-index: 0;
}

/* Grid Pattern */
.grid-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;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .main-title {
    font-size: 2.25rem;
  }

  .connector-line {
    display: none;
  }

  .center-connector {
    display: none;
  }

  .process-box {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .process-section-modern {
    padding: 60px 0;
  }

  .main-title {
    font-size: 1.875rem;
  }

  .intro-text {
    font-size: 1rem;
  }

  .process-box {
    padding: 2rem 1.5rem;
  }

  .box-icon-wrapper {
    width: 75px;
    height: 75px;
  }

  .box-icon i {
    font-size: 2rem;
  }

  .box-title {
    font-size: 1.25rem;
  }

  .box-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .process-box {
    padding: 1.5rem 1rem;
  }

  .box-icon-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 1.5rem;
  }

  .box-icon i {
    font-size: 1.75rem;
  }
}




/* Timeline  - Modern Green Theme - Vertical Zigzag Layout */

.timeline_wrap_clean {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Organic Decorative Shapes */
.timeline_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.timeline_blob_shape_1 {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-100), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  top: 10%;
  left: 5%;
  animation: timeline_float_blob 20s ease-in-out infinite;
}

.timeline_blob_shape_2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-50), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  bottom: 15%;
  right: 5%;
  animation: timeline_float_blob 25s ease-in-out infinite reverse;
}

.timeline_leaf_pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--surface-accent);
  clip-path: ellipse(50% 30% at 50% 50%);
  top: 50%;
  right: 10%;
  opacity: 0.3;
  transform: rotate(45deg);
}

@keyframes timeline_float_blob {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  50% {
    transform: translate(-15px, 15px) rotate(-5deg);
  }
  75% {
    transform: translate(15px, 10px) rotate(3deg);
  }
}

/* Content Container */
.timeline_wrap_clean .container {
  position: relative;
  z-index: 1;
}

/* Header Section */
.timeline_section_title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline_section_subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline_section_description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 4rem;
}

/* Timeline Journey Path */
.timeline_journey_path {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline_center_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, 
    transparent, 
    var(--primary-300) 10%,
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent
  );
  border-radius: 4px;
}

/* Timeline Milestone */
.timeline_milestone {
  position: relative;
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.timeline_milestone.timeline_left {
  left: 0;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 60px;
}

.timeline_milestone.timeline_right {
  left: 50%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 60px;
}

.timeline_content_box {
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  box-shadow: var(--shadow-md);
  transition: all 0.4s ease;
}

.timeline_content_box:hover {
  transform: scale(1.03);
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

.timeline_milestone_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: 50%;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.timeline_milestone_badge i {
  font-size: 1.5rem;
  color: var(--button-primary-text);
}

.timeline_milestone_heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline_milestone_text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline_connector_dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 5px solid var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--primary-100);
  z-index: 2;
}

.timeline_left .timeline_connector_dot {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline_right .timeline_connector_dot {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_clean {
    padding: 80px 0;
  }
  
  .timeline_section_title {
    font-size: 2.5rem;
  }
  
  .timeline_section_subtitle {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_clean {
    padding: 60px 0;
  }
  
  .timeline_section_title {
    font-size: 2rem;
  }
  
  .timeline_section_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_section_description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  .timeline_center_line {
    left: 30px;
  }
  
  .timeline_milestone {
    width: 100%;
    left: 0 !important;
    padding-left: 70px !important;
    padding-right: 30px !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  
  .timeline_connector_dot {
    left: 20px !important;
    right: auto !important;
  }
  
  .timeline_content_box {
    padding: 1.5rem;
  }
  
  .timeline_milestone_badge {
    width: 50px;
    height: 50px;
  }
  
  .timeline_milestone_badge i {
    font-size: 1.25rem;
  }
  
  .timeline_milestone_heading {
    font-size: 1.25rem;
  }
  
  .timeline_milestone_text {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_clean {
    padding: 50px 0;
  }
  
  .timeline_section_title {
    font-size: 1.75rem;
  }
  
  .timeline_milestone {
    padding-left: 60px !important;
    padding-right: 20px !important;
    margin-bottom: 40px;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* Career section */
.career-section-featured {
  padding: 100px 0;
  background: var(--neutral-50);
  position: relative;
  overflow: hidden;
}

/* Spinning Hexagon */
.career-section-featured .spinning-hexagon {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
  position: relative;
}

.career-section-featured .hexagon {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  animation: spin-hexagon-v040 10s linear infinite;
}

@keyframes spin-hexagon-v040 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.career-section-featured .section-title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.career-section-featured .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  margin-bottom: 1.5rem;
}

.career-section-featured .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
}

/* Layered Cards Container */
.career-section-featured .layered-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Layered Card */
.career-section-featured .layered-card {
  background: var(--neutral-0);
  border-radius: 24px;
  padding: 2.5rem;
  border: 2px solid var(--neutral-200);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.career-section-featured .layered-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  border-color: var(--primary-500);
  z-index: 10;
}

/* Card Edge */
.career-section-featured .card-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Card Icon Badge */
.career-section-featured .card-icon-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.15);
  transition: transform 0.4s ease;
}

.career-section-featured .layered-card:hover .card-icon-badge {
  transform: scale(1.2) rotate(360deg);
}

.career-section-featured .card-icon-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.career-section-featured .layered-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.career-section-featured .layered-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* Layered Footer */
.career-section-featured .layered-footer {
  padding-top: 1.25rem;
  border-top: 2px solid var(--neutral-200);
}

.career-section-featured .footer-badge {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background: var(--primary-100);
  color: var(--primary-700);
  border-radius: 20px;
  font-size: 0.9375rem;
  font-weight: 700;
  border: 2px solid var(--primary-300);
}

/* Mesh Background */
.career-section-featured .mesh-bg {
  position: absolute;
  inset: 0;
  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.3;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .career-section-featured {
    padding: 80px 0;
  }

  .career-section-featured .section-title {
    font-size: 2.5rem;
  }

  .career-section-featured .section-subtitle {
    font-size: 1.375rem;
  }

  .career-section-featured .layered-cards-container {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .career-section-featured .layered-card {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .career-section-featured {
    padding: 60px 0;
  }

  .career-section-featured .section-title {
    font-size: 2rem;
  }

  .career-section-featured .section-subtitle {
    font-size: 1.25rem;
  }

  .career-section-featured .section-description {
    font-size: 1rem;
  }

  .career-section-featured .spinning-hexagon {
    width: 80px;
    height: 80px;
  }

  .career-section-featured .layered-card {
    padding: 1.75rem;
  }

  .career-section-featured .layered-title {
    font-size: 1.5rem;
  }

  .career-section-featured .card-icon-badge {
    width: 60px;
    height: 60px;
  }

  .career-section-featured .card-icon-badge i {
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .career-section-featured .section-title {
    font-size: 1.75rem;
  }

  .career-section-featured .layered-card {
    padding: 1.5rem;
  }

  .career-section-featured .layered-cards-container {
    gap: 1.5rem;
  }
}







.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Creative Header */
.creative-header .display-4 {
  color: var(--primary-700);
  font-weight: 700;
  line-height: 1.2;
}

.creative-header h3 {
  color: var(--primary-500);
  font-weight: 500;
}

.creative-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-700));
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* Creative Asymmetric Grid */
.creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .creative-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-large {
    grid-column: span 2;
  }
}

.grid-item {
  position: relative;
}

.item-inner {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.item-inner:hover {
  transform: translateY(-12px) rotate(-2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.item-inner:hover .icon-circle {
  transform: rotate(180deg) scale(1.1);
  background: linear-gradient(135deg, var(--primary-700), var(--primary-300));
}

.icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

.item-heading {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
}

.item-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Floating shapes inside items */
.floating-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 1;
  transition: all 0.5s ease;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  border-radius: 50%;
  bottom: -30px;
  right: -30px;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  transform: rotate(45deg);
  top: -30px;
  right: -20px;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid var(--primary-500);
  bottom: -40px;
  left: -20px;
}

.item-inner:hover .floating-shape {
  opacity: 0.15;
  transform: scale(1.2) rotate(10deg);
}

/* Background blobs */
.bg-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  z-index: 0;
  animation: blob-float 20s ease-in-out infinite;
}

.bg-blob.blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.bg-blob.blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  bottom: 15%;
  left: 8%;
  animation-delay: 7s;
}

.bg-blob.blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    transform: translate(20px, -30px) rotate(90deg);
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
    border-radius: 30% 70% 60% 40% / 60% 40% 50% 60%;
  }
  75% {
    transform: translate(30px, 10px) rotate(270deg);
    border-radius: 70% 30% 40% 60% / 40% 60% 50% 40%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .creative-header .display-4 {
    font-size: 2rem;
  }

  .creative-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .item-inner {
    padding: 1.5rem;
  }

  .bg-blob {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 1400px) {
  .creative-grid {
    gap: 2rem;
  }

  .item-inner {
    padding: 2.5rem;
  }
}




.contact-section-featured {
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

.contact-section-featured .contact-form-wrapper {
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.contact-section-featured .contact-form-wrapper:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px);
}

.contact-section-featured .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 0.75rem;
  padding: 0.875rem 1.25rem;
  transition: all 0.3s ease;
}

.contact-section-featured .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.contact-section-featured .form-label {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-section-featured .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

/* Submit Button with Protected Styles */
.contact-section-featured #site_submit_btn {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-featured #site_submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-featured #site_submit_btn:active {
  transform: translateY(0);
}

/* Contact Info Cards */
.contact-section-featured .contact-info-card {
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.contact-section-featured .contact-info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}

.contact-section-featured .icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-section-featured .icon-wrapper i {
  font-size: 1.5rem;
  color: #ffffff;
}

/* Decorative Elements */
.contact-section-featured .decorative-elements {
  position: relative;
  height: 100px;
}

.contact-section-featured .decorative-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.1;
  top: 0;
  right: 20px;
}

.contact-section-featured .decorative-dots {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.2;
  top: 20px;
  left: 20px;
}

/* Typography */
.contact-section-featured #contact-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.contact-section-featured #contact-subtitle {
  color: var(--primary-500);
}

.contact-section-featured #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-featured .contact-form-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .contact-section-featured #contact-title {
    font-size: 2rem;
  }
  
  .contact-section-featured .contact-form-wrapper {
    padding: 1.5rem !important;
  }
}




.blog-section-053 {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.blog-section-053 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.blog-section-053 .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.blog-section-053 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Blog Card */
.blog-section-053 .blog-card {
  background: var(--surface-secondary);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.blog-section-053 .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Blog Image */
.blog-section-053 .blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-section-053 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-section-053 .blog-card:hover .blog-image {
  transform: scale(1.08);
}

.blog-section-053 .blog-category-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--primary-500);
  color: var(--light);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Blog Content */
.blog-section-053 .blog-content {
  padding: 1.75rem;
}

.blog-section-053 .blog-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-section-053 .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.blog-section-053 .blog-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
  gap: 0.5rem;
}

.blog-section-053 .blog-link:hover {
  color: var(--primary-700);
  gap: 0.75rem;
}

/* Blog Meta */
.blog-section-053 .blog-meta {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--neutral-100);
}

.blog-section-053 .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.blog-section-053 .meta-item i {
  font-size: 1.125rem;
  color: var(--primary-300);
}

/* Decorative Elements */
.blog-section-053 .decorative-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, var(--primary-100) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.5;
  pointer-events: none;
}

.blog-section-053 .decorative-dots.top-left {
  top: 40px;
  left: 40px;
}

.blog-section-053 .decorative-dots.bottom-right {
  bottom: 40px;
  right: 40px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-section-053 .section-title {
    font-size: 2rem;
  }

  .blog-section-053 .section-subtitle {
    font-size: 1.125rem;
  }

  .blog-section-053 .blog-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-053 .section-title {
    font-size: 1.75rem;
  }

  .blog-section-053 .section-description {
    font-size: 1rem;
  }

  .blog-section-053 .blog-image-wrapper {
    height: 180px;
  }

  .blog-section-053 .decorative-dots {
    width: 80px;
    height: 80px;
  }
}




.faq-section-style {
  position: relative;
  background: radial-gradient(ellipse at top, var(--primary-100), var(--neutral-0));
  overflow: hidden;
  min-height: 100vh;
}

/* Floating Header Icons */
.faq-section-style .floating-header-icons {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
  height: 100px;
}

.faq-section-style .floating-header-icons i {
  font-size: 3rem;
  color: var(--primary-600);
  opacity: 0.6;
}

.faq-section-style .floating-icon-1 {
  animation: float-1 4s ease-in-out infinite;
}

.faq-section-style .floating-icon-2 {
  animation: float-2 3.5s ease-in-out infinite;
}

.faq-section-style .floating-icon-3 {
  animation: float-3 4.5s ease-in-out infinite;
}

@keyframes float-1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-8deg); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(12deg); }
}

.faq-section-style #faq-title {
  color: var(--neutral-900);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.faq-section-style #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.faq-section-style #faq-desc {
  color: var(--neutral-600);
  line-height: 1.8;
}

/* Floating Cards Container */
.faq-section-style .floating-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-section-style .floating-card {
  animation: gentle-float 6s ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}

@keyframes gentle-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.faq-section-style .floating-card .card {
  background: var(--neutral-0);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: visible;
}

.faq-section-style .floating-card:hover .card {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Float Number */
.faq-section-style .float-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--neutral-0);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.faq-section-style .floating-card:hover .float-number {
  transform: scale(1.15) rotate(10deg);
}

/* Float Icon */
.faq-section-style .float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  border-radius: 15px;
  transition: all 0.3s ease;
}

.faq-section-style .float-icon i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.faq-section-style .floating-card:hover .float-icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, var(--primary-200), var(--primary-300));
}

.faq-section-style .floating-card h5 {
  color: var(--neutral-900);
  font-size: 1.05rem;
  line-height: 1.4;
}

.faq-section-style .floating-card p {
  color: var(--neutral-700);
  line-height: 1.6;
}

/* Wave Decoration */
.faq-section-style .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, transparent, var(--primary-100));
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.faq-section-style .wave-decoration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    90deg,
    var(--primary-200) 0px,
    transparent 2px,
    transparent 50px
  );
  opacity: 0.3;
}

.faq-section-style .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-section-style #faq-title {
    font-size: 2.5rem;
  }

  .faq-section-style .floating-header-icons {
    gap: 2rem;
  }

  .faq-section-style .floating-header-icons i {
    font-size: 2.5rem;
  }

  .faq-section-style .floating-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .faq-section-style .float-number {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .faq-section-style .float-icon {
    width: 55px;
    height: 55px;
  }

  .faq-section-style .float-icon i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .faq-section-style #faq-title {
    font-size: 2rem;
  }

  .faq-section-style .floating-header-icons {
    gap: 1.5rem;
    height: 80px;
  }

  .faq-section-style .floating-header-icons i {
    font-size: 2rem;
  }

  .faq-section-style .floating-cards-container {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .faq-section-style .floating-card .card .card-body {
    padding: 1.25rem !important;
  }

  .faq-section-style .float-number {
    top: -12px;
    right: -12px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .faq-section-style .float-icon {
    width: 50px;
    height: 50px;
  }

  .faq-section-style .float-icon i {
    font-size: 1.35rem;
  }

  .faq-section-style .floating-card h5 {
    font-size: 0.95rem;
  }

  .faq-section-style .floating-card p {
    font-size: 0.85rem;
  }

  .faq-section-style .wave-decoration {
    height: 100px;
  }
}







/* Gallery section */

.gallery-section-featured {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-industrial {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0;
  border: 3px solid var(--neutral-300);
}

.gallery-item {
  position: relative;
  aspect-ratio: 1;
  border: 2px solid var(--neutral-300);
  overflow: hidden;
  cursor: pointer;
  background: var(--neutral-100);
  transition: all 0.4s ease;
}

.item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(30%) contrast(1.1);
}

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 90%, transparent), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-border {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 3px solid var(--light);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover {
  border-color: var(--primary-500);
  z-index: 10;
  transform: scale(1.02);
}

.gallery-item:hover img {
  transform: scale(1.15);
  filter: grayscale(0%) contrast(1);
}

.gallery-item:hover .item-overlay {
  opacity: 0.85;
}

.gallery-item:hover .overlay-border {
  opacity: 1;
  transform: scale(1);
}

/* Large items */
.large-item {
  grid-column: span 2;
  grid-row: span 2;
}

/* Industrial corners */
.industrial-corners {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-300);
  opacity: 0.4;
}

.corner-tl {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: 20px;
  right: 20px;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: 20px;
  left: 20px;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Grid lines */
.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.1;
}

.grid-line {
  position: absolute;
  background: var(--neutral-500);
}

.grid-line.horizontal {
  height: 1px;
  left: 0;
  right: 0;
}

.grid-line.horizontal:nth-child(1) {
  top: 33.33%;
}

.grid-line.horizontal:nth-child(2) {
  top: 66.66%;
}

.grid-line.vertical {
  width: 1px;
  top: 0;
  bottom: 0;
}

.grid-line.vertical:nth-child(3) {
  left: 33.33%;
}

.grid-line.vertical:nth-child(4) {
  left: 66.66%;
}

/* Responsive adjustments */
@media (max-width: 1399px) {
  .gallery-industrial {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 1199px) {
  .gallery-industrial {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  
  .large-item {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 991px) {
  .gallery-industrial {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  
  .large-item {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .corner {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .gallery-industrial {
    grid-template-columns: repeat(2, 1fr);
    border-width: 2px;
  }
  
  .gallery-item {
    border-width: 1px;
  }
  
  .overlay-border {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-width: 2px;
  }
}

@media (max-width: 575px) {
  .gallery-industrial {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .corner {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  
  .industrial-corners .corner {
    display: none;
  }
}



﻿/* Footer section */

.footer-minimal {
  position: relative;
  color: var(--text-inverse);
  overflow: hidden;
}

/* Top Accent */
.footer-minimal .footer-top-accent {
  padding: 2rem 0 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-minimal .accent-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.footer-minimal .accent-dots {
  display: flex;
  gap: 0.5rem;
}

.footer-minimal .accent-dots .dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  animation: pulseDot 2s ease-in-out infinite;
}

.footer-minimal .accent-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.footer-minimal .accent-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

/* Footer Content */
.footer-minimal .footer-content {
  position: relative;
  z-index: 2;
}

/* Brand Section */
.footer-minimal .footer-brand-section {
  position: relative;
}

.footer-minimal .brand-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-minimal .brand-logo-placeholder {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-minimal .brand-logo-placeholder i {
  font-size: 26px;
  color: var(--text-inverse);
}

.footer-minimal .brand-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--text-inverse);
  margin: 0;
  letter-spacing: -0.5px;
}

.footer-minimal .brand-tagline {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Icon Grid */
.footer-minimal .icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 280px;
}

.footer-minimal .icon-item {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-minimal .icon-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.footer-minimal .icon-item i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.footer-minimal .icon-item:hover i {
  color: var(--text-inverse);
}

/* Footer Cards */
.footer-minimal .footer-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}

.footer-minimal .footer-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.footer-minimal .card-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.footer-minimal .card-icon i {
  font-size: 1.35rem;
  color: var(--text-inverse);
}

.footer-minimal .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-inverse);
  margin-bottom: 1.5rem;
}

/* Policies Navigation */
.footer-minimal .policies-nav {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.footer-minimal .policy-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  padding: 0.5rem;
  border-radius: 6px;
}

.footer-minimal .policy-link:hover {
  color: var(--text-inverse);
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
}

.footer-minimal .link-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.footer-minimal .policy-link:hover .link-bullet {
  background: var(--text-inverse);
  transform: scale(1.5);
}

/* Contact List */
.footer-minimal .contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-minimal .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.footer-minimal .contact-label {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-minimal .contact-label i {
  font-size: 1rem;
  color: var(--text-inverse);
}

.footer-minimal .contact-value {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  padding-top: 0.35rem;
}

/* Footer Divider */
.footer-minimal .footer-divider {
  position: relative;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-minimal .divider-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer-minimal .divider-pattern {
  position: relative;
  display: flex;
  gap: 0.75rem;
  background: rgba(122, 23, 138, 0.96);
  padding: 0 1.5rem;
  z-index: 1;
}

.footer-minimal .pattern-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: block;
}

/* Footer Bottom */
.footer-minimal .footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-minimal .disclaimer-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 0;
}

.footer-minimal .copyright-wrapper {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-minimal .copyright-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

/* Animated Background Shapes */
.footer-minimal .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.footer-minimal .shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(50px);
}

.footer-minimal .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  animation: morphShape 25s ease-in-out infinite;
}

.footer-minimal .shape-2 {
  width: 350px;
  height: 350px;
  top: 40%;
  right: -80px;
  animation: morphShape 30s ease-in-out infinite reverse;
}

.footer-minimal .shape-3 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: 30%;
  animation: morphShape 35s ease-in-out infinite;
}

.footer-minimal .floating-circle {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.footer-minimal .circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  right: 10%;
  animation: floatCircle 20s ease-in-out infinite;
}

.footer-minimal .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 15%;
  animation: floatCircle 25s ease-in-out infinite reverse;
}

.footer-minimal .circle-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 5%;
  animation: floatCircle 30s ease-in-out infinite;
}

/* Animations */
@keyframes pulseDot {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    transform: translate(20px, -20px) rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translate(0, -40px) rotate(180deg);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    transform: translate(-20px, -20px) rotate(270deg);
  }
}

@keyframes floatCircle {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(30px, -30px) scale(1.15);
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-minimal .brand-title {
    font-size: 1.65rem;
  }
  
  .footer-minimal .card-title {
    font-size: 1.15rem;
  }
  
  .footer-minimal .icon-grid {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .footer-minimal {
    background-attachment: scroll !important;
  }
  
  .footer-minimal .brand-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-minimal .icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .footer-minimal .footer-card {
    padding: 1.5rem;
  }
  
  .footer-minimal .copyright-wrapper {
    margin-top: 1rem;
  }
  
  .footer-minimal .copyright-text {
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .footer-minimal .brand-title {
    font-size: 1.5rem;
  }
  
  .footer-minimal .brand-tagline,
  .footer-minimal .policy-link,
  .footer-minimal .contact-value {
    font-size: 0.9rem;
  }
  
  .footer-minimal .icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .footer-minimal .icon-item {
    width: 45px;
    height: 45px;
  }
  
  .footer-minimal .disclaimer-text {
    font-size: 0.8rem;
  }
}







.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_accordion {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.add_wrap .add_accordion_item {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.add_wrap .add_accordion_item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_accordion_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-6);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add_wrap .add_accordion_header:hover {
  background-color: var(--neutral-200);
}

.add_wrap .add_accordion_question {
  color: var(--text-primary);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  flex-grow: 1;
  padding-right: var(--space-4);
}

.add_wrap .add_accordion_toggle {
  width: 24px;
  height: 24px;
  background-color: var(--primary-500);
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}

.add_wrap .add_accordion_toggle:before,
.add_wrap .add_accordion_toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--neutral-100);
  transition: transform 0.3s ease;
}

.add_wrap .add_accordion_toggle:before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.add_wrap .add_accordion_toggle:after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.add_wrap .add_accordion_item.active .add_accordion_toggle {
  background-color: var(--primary-400);
  transform: rotate(45deg);
}

.add_wrap .add_accordion_item.active .add_accordion_toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.add_wrap .add_accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.add_wrap .add_accordion_item.active .add_accordion_content {
  max-height: 200px;
  padding: 0 var(--space-6) var(--space-6);
}

.add_wrap .add_accordion_answer {
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_accordion_header {
    padding: var(--space-4);
  }
  
  .add_wrap .add_accordion_question {
    font-size: 1rem;
    padding-right: var(--space-3);
  }
  
  .add_wrap .add_accordion_toggle {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_accordion_toggle:before {
    width: 10px;
  }
  
  .add_wrap .add_accordion_toggle:after {
    height: 10px;
  }
  
  .add_wrap .add_accordion_item.active .add_accordion_content {
    padding: 0 var(--space-4) var(--space-4);
  }
}


/* Universal section */

.additional-universal-section.v-057 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom right, var(--surface-primary), color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%));
  overflow: hidden;
}

/* Section Header */
.v-057 .section-header {
  position: relative;
  z-index: 2;
}

.v-057 .header-icon-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.v-057 .header-icon-group i {
  font-size: 32px;
  color: var(--primary-500);
  animation: icon-pulse 3s ease-in-out infinite;
}

.v-057 .header-icon-group i:nth-child(2) {
  animation-delay: 1s;
}

.v-057 .header-icon-group i:nth-child(3) {
  animation-delay: 2s;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
}

.v-057 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-057 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-057 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Accordion Wrapper */
.v-057 .accordion-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Accordion Item */
.v-057 .accordion-item-custom {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-057 .accordion-item-custom:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* Accordion Header */
.v-057 .accordion-header-custom {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%), var(--light));
}

.v-057 .accordion-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: transform 0.3s ease;
}

.v-057 .accordion-item-custom:hover .accordion-icon {
  transform: rotate(5deg) scale(1.05);
}

.v-057 .accordion-icon i {
  font-size: 28px;
  color: var(--light);
}

.v-057 .accordion-icon.large {
  width: 72px;
  height: 72px;
}

.v-057 .accordion-icon.large i {
  font-size: 32px;
}

.v-057 .accordion-header-content {
  flex: 1;
}

.v-057 .accordion-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.v-057 .accordion-decorator {
  position: absolute;
  right: 32px;
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent 88%);
  border-radius: 50%;
  pointer-events: none;
}

/* Accordion Body */
.v-057 .accordion-body-custom {
  padding: 0 32px 32px;
  position: relative;
}

.v-057 .accordion-body-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-300), transparent);
}

.v-057 .accordion-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  padding-top: 24px;
}

/* Featured Item Styling */
.v-057 .accordion-item-custom.featured {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border: 3px solid var(--primary-700);
}

.v-057 .accordion-item-custom.featured .accordion-header-custom {
  background: transparent;
}

.v-057 .accordion-item-custom.featured .accordion-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-057 .accordion-item-custom.featured .accordion-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-057 .accordion-item-custom.featured .accordion-icon {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-057 .accordion-item-custom.featured .accordion-decorator.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

.v-057 .accordion-item-custom.featured .accordion-body-custom::before {
  background: linear-gradient(to right, color-mix(in srgb, var(--light) 40%, transparent 60%), transparent);
}

/* Background Decorations */
.v-057 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-057 .deco-shape {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.v-057 .deco-shape.shape-1 {
  width: 350px;
  height: 350px;
  top: 10%;
  left: -100px;
  animation: shape-morph 20s ease-in-out infinite;
}

.v-057 .deco-shape.shape-2 {
  width: 300px;
  height: 300px;
  bottom: 15%;
  right: -80px;
  animation: shape-morph 25s ease-in-out infinite reverse;
}

@keyframes shape-morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

.v-057 .deco-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.2;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-057 {
    padding: 80px 0;
  }

  .v-057 .section-title {
    font-size: 2.25rem;
  }

  .v-057 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-057 .accordion-header-custom {
    padding: 28px;
  }

  .v-057 .accordion-body-custom {
    padding: 0 28px 28px;
  }

  .v-057 .accordion-body-custom::before {
    left: 28px;
    right: 28px;
  }

  .v-057 .accordion-title {
    font-size: 1.375rem;
  }

  .v-057 .accordion-item-custom.featured .accordion-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-057 {
    padding: 60px 0;
  }

  .v-057 .section-title {
    font-size: 1.875rem;
  }

  .v-057 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-057 .section-description {
    font-size: 1rem;
  }

  .v-057 .header-icon-group {
    gap: 15px;
  }

  .v-057 .header-icon-group i {
    font-size: 24px;
  }

  .v-057 .accordion-header-custom {
    padding: 24px;
    gap: 16px;
  }

  .v-057 .accordion-body-custom {
    padding: 0 24px 24px;
  }

  .v-057 .accordion-body-custom::before {
    left: 24px;
    right: 24px;
  }

  .v-057 .accordion-icon {
    width: 56px;
    height: 56px;
  }

  .v-057 .accordion-icon i {
    font-size: 24px;
  }

  .v-057 .accordion-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-057 .accordion-icon.large i {
    font-size: 28px;
  }

  .v-057 .accordion-title {
    font-size: 1.25rem;
  }

  .v-057 .accordion-item-custom.featured .accordion-title {
    font-size: 1.375rem;
  }

  .v-057 .accordion-decorator {
    right: 20px;
    width: 60px;
    height: 60px;
  }
}




/* Universal section */

.additional-universal-section.v-059 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 50%, var(--surface-primary) 50%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-059 .section-header {
  position: relative;
  z-index: 2;
}

.v-059 .header-line-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.v-059 .header-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
}

.v-059 .header-square {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-059 .header-square i {
  font-size: 36px;
  color: var(--light);
}

.v-059 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-059 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-059 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* List Container */
.v-059 .list-container {
  position: relative;
  z-index: 2;
}

/* List Item */
.v-059 .list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 36px 0;
  transition: all 0.3s ease;
}

.v-059 .list-item:hover {
  transform: translateX(8px);
}

/* Item Number */
.v-059 .item-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  line-height: 1;
  min-width: 80px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.v-059 .item-number.large {
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Item Icon */
.v-059 .item-icon {
  width: 72px;
  height: 72px;
  background: var(--light);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-059 .list-item:hover .item-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
  transform: rotate(45deg);
}

.v-059 .item-icon i {
  font-size: 32px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.v-059 .list-item:hover .item-icon i {
  color: var(--light);
  transform: rotate(-45deg);
}

.v-059 .item-icon.large {
  width: 88px;
  height: 88px;
}

.v-059 .item-icon.large i {
  font-size: 40px;
}

/* Item Content */
.v-059 .item-content {
  flex: 1;
  padding-top: 8px;
}

.v-059 .item-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-059 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Item Separator */
.v-059 .item-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--neutral-300), transparent);
}

/* Featured Item */
.v-059 .list-item.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  padding: 48px 40px;
  margin: 20px 0;
  position: relative;
}

.v-059 .list-item.featured:hover {
  transform: translateX(12px) scale(1.02);
}

.v-059 .list-item.featured .item-number {
  color: color-mix(in srgb, var(--light) 50%, transparent 50%);
}

.v-059 .list-item.featured .item-icon {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  border-color: var(--light);
  backdrop-filter: blur(10px);
}

.v-059 .list-item.featured .item-icon i {
  color: var(--light);
}

.v-059 .list-item.featured:hover .item-icon {
  background: var(--light);
  border-color: var(--light);
}

.v-059 .list-item.featured:hover .item-icon i {
  color: var(--primary-500);
}

.v-059 .list-item.featured .item-title {
  color: var(--light);
  font-size: 1.875rem;
}

.v-059 .list-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-059 .featured-badge {
  position: absolute;
  top: -15px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.v-059 .featured-badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.v-059 .item-separator.featured-sep {
  background: linear-gradient(to right, color-mix(in srgb, var(--light) 50%, transparent 50%), transparent);
}

/* Background Decorations */
.v-059 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-059 .deco-grid {
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: 
    linear-gradient(to right, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px);
  background-size: 25px 25px;
  opacity: 0.5;
}

.v-059 .deco-grid.grid-1 {
  top: 10%;
  left: 5%;
}

.v-059 .deco-grid.grid-2 {
  bottom: 15%;
  right: 5%;
}

.v-059 .deco-line {
  position: absolute;
  width: 3px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-059 .deco-line.line-v1 {
  top: 25%;
  left: 10%;
}

.v-059 .deco-line.line-v2 {
  bottom: 20%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-059 {
    padding: 80px 0;
  }

  .v-059 .section-title {
    font-size: 2.25rem;
  }

  .v-059 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-059 .list-item {
    gap: 24px;
    padding: 32px 0;
  }

  .v-059 .list-item.featured {
    padding: 40px 32px;
  }

  .v-059 .item-number {
    font-size: 2rem;
    min-width: 60px;
  }

  .v-059 .item-number.large {
    font-size: 2.5rem;
  }

  .v-059 .item-icon {
    width: 64px;
    height: 64px;
  }

  .v-059 .item-icon i {
    font-size: 28px;
  }

  .v-059 .item-icon.large {
    width: 76px;
    height: 76px;
  }

  .v-059 .item-icon.large i {
    font-size: 34px;
  }

  .v-059 .item-title {
    font-size: 1.5rem;
  }

  .v-059 .list-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-059 {
    padding: 60px 0;
  }

  .v-059 .section-title {
    font-size: 1.875rem;
  }

  .v-059 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-059 .section-description {
    font-size: 1rem;
  }

  .v-059 .header-line-group {
    gap: 20px;
  }

  .v-059 .header-line {
    width: 50px;
  }

  .v-059 .header-square {
    width: 64px;
    height: 64px;
  }

  .v-059 .header-square i {
    font-size: 28px;
  }

  .v-059 .list-item {
    flex-direction: column;
    gap: 20px;
    padding: 28px 0;
    align-items: center;
    text-align: center;
  }

  .v-059 .list-item.featured {
    padding: 32px 24px;
  }

  .v-059 .item-number {
    min-width: auto;
  }

  .v-059 .item-icon {
    width: 56px;
    height: 56px;
  }

  .v-059 .item-icon i {
    font-size: 24px;
  }

  .v-059 .item-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-059 .item-icon.large i {
    font-size: 28px;
  }

  .v-059 .item-title {
    font-size: 1.25rem;
  }

  .v-059 .list-item.featured .item-title {
    font-size: 1.5rem;
  }

  .v-059 .featured-badge {
    right: 24px;
  }
}




/* Universal section */
/* Staggered card layout with organic shapes */

.add_wrap_modern {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
  overflow: hidden;
}

/* Organic header */
.add_wrap_modern .add_header_organic {
  position: relative;
  text-align: center;
  padding: var(--space-8, 2rem);
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_modern .organic_shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  animation: morph 8s ease-in-out infinite;
}

.add_wrap_modern .shape_left {
  background: var(--primary-500, #059669);
  top: -50px;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_modern .shape_right {
  background: var(--primary-300, #6ee7b7);
  bottom: -50px;
  right: 10%;
  animation-delay: 4s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

.add_wrap_modern .header_content {
  position: relative;
  z-index: 1;
}

.add_wrap_modern .eco_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}

.add_wrap_modern .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_modern .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_modern .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  margin-top: var(--space-4, 1rem);
}

/* Staggered cards */
.add_wrap_modern .add_staggered_cards {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_modern .stagger_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
}

.add_wrap_modern .stagger_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

/* Card leaf accent */
.add_wrap_modern .card_leaf_accent {
  position: absolute;
  top: var(--space-4, 1rem);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #ecfdf5);
  color: var(--primary-500, #059669);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_modern .card_right .card_leaf_accent {
  right: var(--space-4, 1rem);
}

.add_wrap_modern .card_left .card_leaf_accent {
  left: var(--space-4, 1rem);
}

.add_wrap_modern .stagger_card:hover .card_leaf_accent {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: scale(1.1) rotate(15deg);
}

/* Card content */
.add_wrap_modern .card_content_wrapper {
  padding-top: var(--space-8, 2rem);
}

.add_wrap_modern .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_modern .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_modern .card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_modern .card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}

.add_wrap_modern .highlight_icon_cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin-bottom: var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.add_wrap_modern .icon_pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_modern .card_center {
  margin: 0 auto;
}

.add_wrap_modern .card_center .card_content_wrapper {
  padding-top: 0;
}

.add_wrap_modern .card_center .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_modern .organic_shape {
    display: none;
  }
  
  .add_wrap_modern .stagger_card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .add_wrap_modern .card_left .card_leaf_accent,
  .add_wrap_modern .card_right .card_leaf_accent {
    right: var(--space-4, 1rem);
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_modern {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_modern .add_header_organic {
    padding: var(--space-4, 1rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_modern .eco_badge {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_modern .stagger_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_modern .card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .card_leaf_accent {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_modern .card_content_wrapper {
    padding-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .highlight_icon_cluster {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_modern .icon_pulse {
    width: 90px;
    height: 90px;
  }
}



.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-modern {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .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-modern .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-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.additional-universal-modern .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-auto-rows: 250px;
  position: relative;
  z-index: 2;
}

/* Grid Items */
.additional-universal-modern .grid-item {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2rem;
  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;
  display: flex;
  flex-direction: column;
}

.additional-universal-modern .grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Grid Item Sizes */
.additional-universal-modern .item-large {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
}

.additional-universal-modern .item-medium {
  grid-row: span 2;
}

.additional-universal-modern .item-standard {
  grid-row: span 2;
}

/* Item Overlay */
.additional-universal-modern .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-modern .item-large:hover .item-overlay {
  opacity: 0.2;
}

/* Item Icon */
.additional-universal-modern .item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.additional-universal-modern .item-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-modern .grid-item:hover .item-icon {
  transform: scale(1.1) rotate(10deg);
}

/* Item Content */
.additional-universal-modern .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.additional-universal-modern .item-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-modern .item-large .item-title {
  font-size: 1.75rem;
}

.additional-universal-modern .item-description {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.additional-universal-modern .item-large .item-description {
  font-size: 1rem;
}

/* Corner Accents */
.additional-universal-modern .corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-modern .corner-accent.top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-modern .corner-accent.bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Shine Effect */
.additional-universal-modern .shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.additional-universal-modern .grid-item:hover .shine-effect {
  left: 100%;
}

/* Background Gradients */
.additional-universal-modern .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-modern .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-modern .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 15%;
  right: -130px;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.additional-universal-modern .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
  top: 25%;
  right: 10%;
  filter: blur(40px);
}

.additional-universal-modern .shape-2 {
  width: 180px;
  height: 180px;
  background: var(--accent-300);
  border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
  bottom: 20%;
  left: 12%;
  filter: blur(35px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-modern {
    padding: 4rem 0;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    grid-auto-rows: 280px;
  }

  .additional-universal-modern .item-large {
    grid-column: span 2;
  }

  .additional-universal-modern .item-medium {
    grid-column: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.75rem;
  }

  .additional-universal-modern .item-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-modern {
    padding: 3rem 0;
  }

  .additional-universal-modern .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-modern .section-description {
    font-size: 1rem;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-auto-rows: auto;
  }

  .additional-universal-modern .item-large,
  .additional-universal-modern .item-medium,
  .additional-universal-modern .item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.5rem;
  }

  .additional-universal-modern .item-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.2rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-modern .item-description {
    font-size: 0.9rem;
  }

  .additional-universal-modern .bg-gradient,
  .additional-universal-modern .floating-shape {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-066 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--neutral-100) 30%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-066 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-066 .floating-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.v-066 .floating-icons i {
  font-size: 36px;
  color: var(--primary-500);
  animation: iconFloat 3s ease-in-out infinite;
}

.v-066 .floating-icons .icon-1 {
  animation-delay: 0s;
}

.v-066 .floating-icons .icon-2 {
  animation-delay: 0.5s;
}

.v-066 .floating-icons .icon-3 {
  animation-delay: 1s;
}

.v-066 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-066 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-066 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Mixed Content Grid */
.v-066 .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Blocks */
.v-066 .content-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-066 .block-inner {
  height: 100%;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.v-066 .block-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.v-066 .content-block:hover {
  transform: translateY(-10px);
}

.v-066 .content-block:hover .block-inner {
  border-color: var(--primary-300);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.v-066 .content-block:hover .block-inner::before {
  opacity: 1;
}

/* Block Sizes */
.v-066 .block-large {
  grid-column: span 7;
  grid-row: span 2;
}

.v-066 .block-medium {
  grid-column: span 5;
}

.v-066 .block-small {
  grid-column: span 6;
}

/* Block Icon */
.v-066 .block-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.v-066 .block-icon-wrapper i {
  font-size: 34px;
  color: white;
  transition: transform 0.5s ease;
}

.v-066 .content-block:hover .block-icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.v-066 .content-block:hover .block-icon-wrapper i {
  transform: scale(1.15);
}

/* Block Content */
.v-066 .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.v-066 .block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-description {
  font-size: 1.125rem;
  line-height: 1.8;
}

/* Block Decoration */
.v-066 .block-decoration {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.v-066 .deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: circleScale 2s ease-in-out infinite;
}

.v-066 .deco-circle:nth-child(1) { animation-delay: 0s; }
.v-066 .deco-circle:nth-child(2) { animation-delay: 0.3s; }
.v-066 .deco-circle:nth-child(3) { animation-delay: 0.6s; }

/* Decorative Elements */
.v-066 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.v-066 .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
}

.v-066 .orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  right: -100px;
  animation: orbFloat 20s ease-in-out infinite;
}

.v-066 .orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  left: -80px;
  animation: orbFloat 25s ease-in-out infinite reverse;
}

.v-066 .orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: orbPulse 18s ease-in-out infinite;
}

.v-066 .mesh-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--primary-500) 10%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-300) 10%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.4;
}

/* Animations */
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

@keyframes circleScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px);
  }
}

@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.15;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-066 {
    padding: 80px 0;
  }

  .v-066 .section-title {
    font-size: 2.25rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .v-066 .block-large {
    grid-column: span 6;
    grid-row: span 1;
  }

  .v-066 .block-medium {
    grid-column: span 6;
  }

  .v-066 .block-small {
    grid-column: span 3;
  }

  .v-066 .block-title {
    font-size: 1.375rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-066 {
    padding: 60px 0;
  }

  .v-066 .section-title {
    font-size: 1.875rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-066 .floating-icons {
    gap: 20px;
  }

  .v-066 .floating-icons i {
    font-size: 28px;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v-066 .block-large,
  .v-066 .block-medium,
  .v-066 .block-small {
    grid-column: span 1;
  }

  .v-066 .block-inner {
    padding: 30px 25px;
  }

  .v-066 .block-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-066 .block-icon-wrapper i {
    font-size: 28px;
  }

  .v-066 .block-title {
    font-size: 1.25rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.375rem;
  }
}




/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.deco-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.deco-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.section-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 1;
}

.content-block {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.content-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block-primary {
  background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
}

.content-block-secondary {
  background: var(--light);
  border-width: 2px;
}

.content-block-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
  border: 2px solid var(--primary-300);
  padding: 3rem;
}

.content-block-accent {
  background: var(--surface-primary);
}

.block-badge {
  width: 65px;
  height: 65px;
  background: var(--primary-500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.content-block:hover .block-badge {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.block-badge i {
  font-size: 1.875rem;
  color: var(--light);
}

.content-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.125rem;
  line-height: 1.3;
}

.content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Visuals */
.block-visual {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--neutral-100);
}

.visual-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  height: 60px;
}

.visual-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.visual-bars .bar:nth-child(1) { height: 40%; }
.visual-bars .bar:nth-child(2) { height: 70%; }
.visual-bars .bar:nth-child(3) { height: 55%; }
.visual-bars .bar:nth-child(4) { height: 85%; }

.content-block:hover .visual-bars .bar {
  opacity: 1;
  height: 100% !important;
}

.visual-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.visual-circles .circle {
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.visual-circles .circle:nth-child(2) {
  width: 60px;
  height: 60px;
  border-width: 4px;
}

.content-block:hover .visual-circles .circle {
  transform: scale(1.15);
  border-color: var(--primary-700);
}

.featured-visual {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.content-block:hover .featured-visual {
  transform: rotate(10deg) scale(1.1);
}

.featured-visual i {
  font-size: 4rem;
  color: var(--light);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: 
    linear-gradient(45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(-45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--primary-100) 75%),
    linear-gradient(-45deg, transparent 75%, var(--primary-100) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.3;
  border-radius: 0 0 20px 0;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: 15%;
  left: 8%;
  transform: rotate(15deg);
  animation: float-square 15s ease-in-out infinite;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  border-radius: 50%;
  bottom: 20%;
  right: 10%;
  animation: float-circle 20s ease-in-out infinite;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid var(--primary-500);
  top: 50%;
  right: 5%;
  animation: float-triangle 18s ease-in-out infinite;
}

@keyframes float-square {
  0%, 100% { transform: rotate(15deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(20px, -20px); }
}

@keyframes float-circle {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

@keyframes float-triangle {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, -15px) rotate(180deg); }
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.125rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .content-block {
    padding: 2rem;
  }

  .content-block-featured {
    padding: 2.25rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .featured-visual {
    width: 120px;
    height: 120px;
  }

  .featured-visual i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-block {
    padding: 1.75rem;
  }

  .content-block-featured {
    padding: 2rem;
  }

  .content-title {
    font-size: 1.375rem;
  }

  .content-description {
    font-size: 1rem;
  }

  .block-badge {
    width: 55px;
    height: 55px;
  }

  .block-badge i {
    font-size: 1.5rem;
  }

  .floating-shape {
    display: none;
  }

  .featured-visual {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block-featured {
    padding: 1.75rem;
  }

  .block-visual {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .visual-bars {
    height: 50px;
  }

  .visual-circles .circle {
    width: 40px;
    height: 40px;
  }

  .visual-circles .circle:nth-child(2) {
    width: 50px;
    height: 50px;
  }

  .featured-visual {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .featured-visual i {
    font-size: 2.5rem;
  }
}




/* Universal section */
/* Theme: 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(--base_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(--ui_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(--light_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(--ui_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(--light_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 {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}








div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(93,64,55,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 18px 18px 0 0 !important;
    background: rgba(255,255,255,0.3) !important;
    color: #5d4037 !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: #5d4037 !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.5) !important;
    border: none !important;
    color: #5d4037 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.8) !important;
    color: #5d4037 !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: #5d4037 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.4) !important;
    border-radius: 0 0 18px 18px !important;
    color: #5d4037 !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.6) !important;
    border-radius: 12px !important;
    border: none !important;
    color: #5d4037 !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: #5d4037 !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: #d84315 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #5d4037 !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.5 !important;
    color: #6d4c41 !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: #6d4c41 !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: #d84315 !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: #d84315 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: #00ffff !important;
    font-family: inherit !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.5) !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px 35px !important;
    background: transparent !important;
    color: #00ffff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 3px solid #00ffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 0 20px rgba(0,255,255,0.3) !important;
}

.website-cta-button:hover {
    background: #00ffff !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.6) !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: 24px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Corporate Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #007bff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: 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;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #333333 !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: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.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: #ffffff !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: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !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: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}



/* CTA Section - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Retro Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-icons-grid {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 3px solid;
    background: transparent;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.social-link:hover {
    transform: translateX(3px) translateY(-3px);
    box-shadow: -3px 3px 0px currentColor;
    color: white;
}

.facebook-link {
    border-color: #1877f2;
    background: #1877f2;
}

.facebook-link:hover {
    background: transparent;
    color: #1877f2;
}

.linkedin-link {
    border-color: #0a66c2;
    background: #0a66c2;
}

.linkedin-link:hover {
    background: transparent;
    color: #0a66c2;
}

.instagram-link {
    border-color: #e4405f;
    background: #e4405f;
}

.instagram-link:hover {
    background: transparent;
    color: #e4405f;
}

.x-link {
    border-color: #000000;
    background: #000000;
    position: relative;
}

.x-link::after {
    content: 'X';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: transparent;
    color: #000000;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 10px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Classic Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 12px 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    background: #ffffff !important;
    color: #333333 !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

.newsletter-button {
    padding: 12px 20px !important;
    background: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    border-radius: 5px !important;
    color: #155724 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px 0;
        padding: 20px 15px;
    }
    
    .newsletter-form {
        max-width: 300px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: modern
 * Toggle: 16
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== ТЕМА: MODERN ===== */
.ocm-theme-modern {
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-modern .ocm-btn {
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 12px !important;
}

.ocm-theme-modern .ocm-btn-accept {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.ocm-theme-modern .ocm-btn-accept:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3) !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;
    }
}


