:root {
  --primary-50: #fefce8;
  --primary-50-rgb: 254, 252, 232;
  --primary-100: #fef9c3;
  --primary-100-rgb: 254, 249, 195;
  --primary-300: #fde047;
  --primary-300-rgb: 253, 224, 71;
  --primary-500: #eab308;
  --primary-500-rgb: 234, 179, 8;
  --primary-700: #a16207;
  --primary-700-rgb: 161, 98, 7;
  --primary-200: #feed85;
  --primary-200-rgb: 254, 237, 133;
  --primary-400: #f4ca28;
  --primary-400-rgb: 244, 202, 40;
  --primary-600: #c68b08;
  --primary-600-rgb: 198, 139, 8;
  --primary-800: #895306;
  --primary-800-rgb: 137, 83, 6;
  --primary-900: #714505;
  --primary-900-rgb: 113, 69, 5;
  --primary-950: #492d03;
  --primary-950-rgb: 73, 45, 3;

  --primary-rgb: 234, 179, 8;
  --neutral-50: #fafaf9;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-100: #f5f5f4;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-300: #d6d3d1;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-500: #78716c;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-700: #44403c;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-900: #1c1917;
  --neutral-900-rgb: 28, 25, 23;
  --neutral-200: #e6e4e3;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-400: #a7a29f;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-600: #5e5954;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-800: #3a3633;
  --neutral-800-rgb: 58, 54, 51;
  --neutral-950: #1f1d1b;
  --neutral-950-rgb: 31, 29, 27;

  --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-primary-text-rgb: 255, 255, 255;
  --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(234, 179, 8, 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;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --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 ===== */
.minimal_font_primary {
  font-family: var(--font-primary);
}

.top_font_secondary {
  font-family: var(--font-secondary);
}

.ui_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.brand_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);
}

.unique_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);
}

.style_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 */
.prime_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);
}

.web_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);
}

.pro_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);
}

.app_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);
}

.creative_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 */
.core_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);
}

.new_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);
}

.page_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 */
.dark_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);
}

.modern_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 */
.fresh_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);
}

.agency_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 */
.clean_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);
}

.theme_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 */
.bold_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);
}

.design_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.elite_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.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);
}

.section_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.studio_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);
}

.studio_nav_link:hover,
.studio_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.best_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 */
.company_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) {
  .clean_hero_title {
    font-size: var(--text-4xl);
  }
  
  .bold_section_title {
    font-size: var(--text-3xl);
  }
  
  .brand_display_1 {
    font-size: var(--text-5xl);
  }
  
  .unique_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .clean_hero_title {
    font-size: var(--text-3xl);
  }
  
  .bold_section_title {
    font-size: var(--text-2xl);
  }
  
  .brand_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 ===== */
.business_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.container_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.base_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.digital_text_balance {
  text-wrap: balance;
}

.bright_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .studio_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .dark_caption,
  .modern_overline,
  .company_footer_text {
    color: var(--text-secondary);
  }
  
  .theme_hero_subtitle,
  .design_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .clean_hero_title,
  .bold_section_title,
  .prime_heading_1,
  .web_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .business_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.smart_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.premium_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.light_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main_stack {
  display: flex;
  flex-direction: column;
}

.main63_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style84_full_height {
  min-height: 100vh;
}

.dark0_section_height {
  min-height: 80vh;
}

.site37_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.minimal31_m_0 { margin: 0; }
.style96_m_1 { margin: var(--space-1); }
.bright38_m_2 { margin: var(--space-2); }
.minimal28_m_3 { margin: var(--space-3); }
.bold19_m_4 { margin: var(--space-4); }
.light79_m_6 { margin: var(--space-6); }
.ui11_m_8 { margin: var(--space-8); }
.modern23_m_12 { margin: var(--space-12); }
.fresh54_m_16 { margin: var(--space-16); }

.best81_mx_auto { margin-left: auto; margin-right: auto; }
.design76_my_auto { margin-top: auto; margin-bottom: auto; }

.creative57_mt_0 { margin-top: 0; }
.best22_mt_4 { margin-top: var(--space-4); }
.bright94_mt_8 { margin-top: var(--space-8); }
.ui36_mt_12 { margin-top: var(--space-12); }

.smart41_mb_0 { margin-bottom: 0; }
.company40_mb_4 { margin-bottom: var(--space-4); }
.content68_mb_8 { margin-bottom: var(--space-8); }
.theme37_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.clean43_p_0 { padding: 0; }
.best63_p_1 { padding: var(--space-1); }
.web39_p_2 { padding: var(--space-2); }
.bright20_p_3 { padding: var(--space-3); }
.company2_p_4 { padding: var(--space-4); }
.layout13_p_6 { padding: var(--space-6); }
.company69_p_8 { padding: var(--space-8); }

.page16_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.smart67_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.main63_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.clean20_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.new72_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.elite35_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.bright22_gap_1 { gap: var(--space-1); }
.web33_gap_2 { gap: var(--space-2); }
.new18_gap_3 { gap: var(--space-3); }
.unique18_gap_4 { gap: var(--space-4); }
.modern9_gap_6 { gap: var(--space-6); }
.base0_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.custom91_shadow_none { box-shadow: var(--shadow-none); }
.base67_shadow_xs { box-shadow: var(--shadow-xs); }
.top31_shadow_sm { box-shadow: var(--shadow-sm); }
.base65_shadow_md { box-shadow: var(--shadow-md); }
.page13_shadow_lg { box-shadow: var(--shadow-lg); }
.main38_shadow_xl { box-shadow: var(--shadow-xl); }
.base26_shadow_2xl { box-shadow: var(--shadow-2xl); }
.minimal5_shadow_inner { box-shadow: var(--shadow-inner); }
.custom23_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.creative91_radius_none { border-radius: var(--radius-none); }
.container48_radius_xs { border-radius: var(--radius-xs); }
.site91_radius_sm { border-radius: var(--radius-sm); }
.unique73_radius_md { border-radius: var(--radius-md); }
.site84_radius_lg { border-radius: var(--radius-lg); }
.content43_radius_xl { border-radius: var(--radius-xl); }
.minimal98_radius_2xl { border-radius: var(--radius-2xl); }
.main94_radius_3xl { border-radius: var(--radius-3xl); }
.studio37_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.digital17_gradient_primary {
  background: var(--gradient-primary);
}

.digital68_gradient_secondary {
  background: var(--gradient-secondary);
}

.agency36_gradient_hero {
  background: var(--gradient-hero);
}

.digital57_gradient_card {
  background: var(--gradient-card);
}

.section83_gradient_overlay {
  position: relative;
}

.section83_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;
}

.section83_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.top23_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.top23_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.dark66_hover_scale {
  transition: transform var(--transition-normal);
}

.dark66_hover_scale:hover {
  transform: scale(1.02);
}

.pro57_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.pro57_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.digital2_hover_fade {
  transition: opacity var(--transition-normal);
}

.digital2_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.creative2_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.creative2_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.top5_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page13_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.dark77_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.prime51_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.pro85_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.style5_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.elite91_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.minimal10_timeline {
  position: relative;
}

.minimal10_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.layout17_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.layout17_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.layout17_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.site72_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.section16_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;
  }
}

.fresh42_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;
  }
}

.web29_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 */
.premium30_transition_all {
  transition: var(--transition-all);
}

.premium85_transition_fast {
  transition: all var(--transition-fast);
}

.site13_transition_normal {
  transition: all var(--transition-normal);
}

.base65_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.best64_bg_primary { background-color: var(--bg-primary); }
.layout75_bg_secondary { background-color: var(--bg-secondary); }
.new19_bg_muted { background-color: var(--bg-muted); }
.business42_bg_glass { background-color: var(--bg-glass); }

.layout73_text_primary { color: var(--text-primary); }
.style16_text_secondary { color: var(--text-secondary); }
.modern30_text_muted { color: var(--text-muted); }
.main3_text_inverse { color: var(--text-inverse); }
.unique0_text_link { color: var(--text-link); }

.style67_border_light { border-color: var(--border-light); }
.agency1_border_medium { border-color: var(--border-medium); }
.modern24_border_strong { border-color: var(--border-strong); }
.container18_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .dark77_services_grid,
  .pro85_features_grid,
  .prime51_team_grid,
  .elite91_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .style5_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .minimal10_timeline::before {
    left: 30px;
  }
  
  .layout17_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .dark0_section_height {
    min-height: 60vh;
  }
  
  .site37_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .style5_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .layout17_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.modern8_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;
}

.top82_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.best85_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);
}

.best85_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .style35_no_print {
    display: none !important;
  }
  
  .digital26_print_only {
    display: block !important;
  }
  
  .base67_shadow_xs,
  .top31_shadow_sm,
  .base65_shadow_md,
  .page13_shadow_lg,
  .main38_shadow_xl,
  .base26_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .site72_fade_in,
  .section16_slide_up,
  .fresh42_slide_in_left,
  .web29_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .top23_hover_lift,
  .dark66_hover_scale,
  .pro57_hover_shadow,
  .digital2_hover_fade,
  .premium30_transition_all,
  .premium85_transition_fast,
  .site13_transition_normal,
  .base65_transition_slow {
    transition: none;
  }
}

/* ========================================
   Header v-164 - Professional Blue Theme
   ======================================== */

.header-pro {
  background: var(--surface-primary);
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.header-pro .navbar {
  padding: 1rem 0;
  position: relative;
}

/* Logo/Brand Styling */
.header-pro .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10003;
}

.header-pro .navbar-brand:hover {
  color: var(--primary-500);
}

/* Hide Default Checkbox */
.header-pro .menu-toggle-checkbox {
  display: none;
}

/* Custom Hamburger Toggle - DARK COLOR */
.header-pro .hamburger-toggle {
  display: none;
  width: 32px;
  height: 28px;
  position: relative;
  cursor: pointer;
  z-index: 10003;
  transition: transform 0.3s ease;
}

.header-pro .hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #334155; /* CRITICAL: Dark color on light background */
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-pro .hamburger-line:nth-child(1) {
  top: 0;
}

.header-pro .hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header-pro .hamburger-line:nth-child(3) {
  bottom: 0;
}

/* Hamburger Animation - Transform to X */
.header-pro .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header-pro .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.header-pro .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* Navigation Links - Desktop */
.header-pro .navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-pro .nav-item {
  margin: 0;
}

/* ALL 4 LINKS - IDENTICAL STYLES */
.header-pro .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.header-pro .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-pro .nav-link:hover {
  color: var(--primary-500);
}

.header-pro .nav-link:hover::after {
  width: 100%;
}

/* Menu Backdrop - CORRECT Z-INDEX */
.header-pro .menu-backdrop {
  display: none;
}

/* Decorative Elements */
.header-pro .header-decoration {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.header-pro .deco-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  position: absolute;
  right: -20px;
  top: -30px;
  animation: float-v164 6s ease-in-out infinite;
}

.header-pro .deco-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--primary-500) 30%, transparent),
    transparent
  );
  position: absolute;
  right: 40px;
  top: 10px;
}

@keyframes float-v164 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* ========================================
   MOBILE STYLES (max-width: 991.98px)
   CRITICAL Z-INDEX HIERARCHY
   ======================================== */

@media (max-width: 991.98px) {
  
  /* Show Hamburger Toggle */
  .header-pro .hamburger-toggle {
    display: block;
    z-index: 10003; /* CRITICAL: Highest layer */
  }

  /* Mobile Menu Wrapper */
  .header-pro .navbar-collapse-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
    transition: right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 10; /* CRITICAL: Below toggle */
    padding: 5rem 2rem 2rem;
    overflow-y: auto;
  }

  /* Open Menu - Slide In */
  .header-pro .menu-toggle-checkbox:checked ~ .navbar-collapse-wrapper {
    right: 0;
  }

  /* Backdrop - CORRECT Z-INDEX */
  .header-pro .menu-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 50%, transparent);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1; /* CRITICAL: Below everything - doesn't block toggle */
  }

  /* Show Backdrop */
  .header-pro .menu-toggle-checkbox:checked ~ .navbar-collapse-wrapper .menu-backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 0; /* CRITICAL: Still below toggle */
  }

  /* Mobile Navigation */
  .header-pro .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .header-pro .nav-item {
    width: 100%;
    border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
    opacity: 0;
    transform: translateX(20px);
    animation: slideInNav-v164 0.4s ease forwards;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }

  @keyframes slideInNav-v164 {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* ALL 4 MOBILE LINKS - IDENTICAL STYLES */
  .header-pro .nav-link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.125rem;
    color: var(--text-primary);
    font-weight: 500;
  }

  .header-pro .nav-link::after {
    display: none;
  }

  .header-pro .nav-link:hover {
    color: var(--primary-500);
    background: color-mix(in srgb, var(--primary-50) 50%, transparent);
    padding-left: 1rem;
  }

  /* Hide Desktop Decorations on Mobile */
  .header-pro .header-decoration {
    display: none;
  }
}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-pro .navbar-collapse-wrapper {
    width: 320px;
  }
}

/* Desktop Large */
@media (min-width: 1400px) {
  .header-pro .navbar-nav {
    gap: 2.5rem;
  }

  .header-pro .nav-link {
    font-size: 1.0625rem;
  }
}

.undefined-hero {
  position: relative;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, var(--surface-accent) 100%);
}

/* Organic Wave Backgrounds */
.undefined-hero .organic-wave-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}

.undefined-hero .wave-layer-1 {
  background: 
    radial-gradient(ellipse at 20% 30%, var(--primary-100) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, var(--primary-50) 0%, transparent 50%);
  animation: waveFlow 15s ease-in-out infinite;
}

.undefined-hero .wave-layer-2 {
  background: 
    radial-gradient(ellipse at 60% 40%, var(--primary-100) 0%, transparent 40%);
  animation: waveFlow 20s ease-in-out infinite reverse;
  animation-delay: 2s;
}

.undefined-hero .wave-layer-3 {
  background: 
    radial-gradient(ellipse at 40% 80%, var(--primary-50) 0%, transparent 45%);
  animation: waveFlow 25s ease-in-out infinite;
  animation-delay: 4s;
}

/* Hero Content Organic */
.undefined-hero .hero-content-organic {
  position: relative;
}

.undefined-hero .growth-indicator {
  position: relative;
  width: 24px;
  height: 24px;
}

.undefined-hero .indicator-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(5, 150, 105, 0.4);
}

.undefined-hero .indicator-pulse {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: pulseGrow 2s ease-out infinite;
}

.undefined-hero .hero-content-organic h1 {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.undefined-hero .hero-content-organic h2 {
  color: var(--primary-700);
  font-weight: 600;
}

.undefined-hero .hero-content-organic p {
  color: var(--text-secondary);
  font-size: 1.15rem;
  line-height: 1.8;
}

/* Visual Stack */
.undefined-hero .hero-visual-stack {
  position: relative;
  z-index: 5;
}

/* Organic Image Frame */
.undefined-hero .organic-image-frame {
  position: relative;
  z-index: 10;
  border-radius: 50% 50% 10% 50% / 50% 50% 50% 10%;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
  border: 4px solid white;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.undefined-hero .organic-image-frame:hover {
  border-radius: 50% 10% 50% 50% / 10% 50% 50% 50%;
  transform: scale(1.02);
}

.undefined-hero .organic-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* Nature Icon Floats */
.undefined-hero .nature-icon-float {
  position: absolute;
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 15;
  border: 3px solid var(--primary-100);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: naturalFloat 5s ease-in-out infinite;
}

.undefined-hero .nature-icon-float:hover {
  transform: scale(1.2) rotate(-10deg);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.undefined-hero .nature-icon-float i {
  font-size: 2rem;
  color: var(--primary-700);
}

.undefined-hero .icon-1 {
  top: -15px;
  right: 10%;
  animation-delay: 0s;
}

.undefined-hero .icon-2 {
  top: 35%;
  left: -30px;
  animation-delay: 1.7s;
}

.undefined-hero .icon-3 {
  bottom: 10%;
  right: -25px;
  animation-delay: 3.4s;
}

/* Organic Blobs */
.undefined-hero .organic-blob {
  position: absolute;
  z-index: 3;
  border-radius: 50% 60% 70% 40% / 60% 50% 60% 50%;
  opacity: 0.4;
  filter: blur(40px);
  animation: blobMorph 12s ease-in-out infinite;
}

.undefined-hero .blob-1 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), var(--primary-300));
  top: -80px;
  right: -80px;
  animation-delay: 0s;
}

.undefined-hero .blob-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), var(--primary-300));
  bottom: -60px;
  left: -60px;
  animation-delay: 4s;
}

.undefined-hero .blob-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, var(--primary-300), var(--primary-100));
  top: 40%;
  right: -70px;
  animation-delay: 8s;
}

/* Floating Leaves */
.undefined-hero .floating-leaf {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50% 0 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 4;
  opacity: 0.9;
  animation: leafDrift 18s ease-in-out infinite;
}

.undefined-hero .floating-leaf i {
  font-size: 1.4rem;
  color: var(--primary-500);
}

.undefined-hero .leaf-1 {
  top: 12%;
  left: 8%;
  animation-delay: 0s;
}

.undefined-hero .leaf-2 {
  top: 35%;
  right: 12%;
  animation-delay: 4.5s;
}

.undefined-hero .leaf-3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 9s;
}

.undefined-hero .leaf-4 {
  bottom: 40%;
  right: 8%;
  animation-delay: 13.5s;
}

/* Circle Patterns */
.undefined-hero .circle-pattern {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: 
    radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 25px 25px;
  opacity: 0.15;
  z-index: 2;
}

.undefined-hero .pattern-top {
  top: 8%;
  right: 5%;
}

.undefined-hero .pattern-bottom {
  bottom: 12%;
  left: 6%;
}

/* Animations */
@keyframes waveFlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.95);
  }
}

@keyframes pulseGrow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes naturalFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-25px) rotate(5deg);
  }
  66% {
    transform: translateY(15px) rotate(-3deg);
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 50% 60% 70% 40% / 60% 50% 60% 50%;
    transform: rotate(0deg);
  }
  33% {
    border-radius: 60% 50% 40% 70% / 50% 60% 50% 60%;
    transform: rotate(120deg);
  }
  66% {
    border-radius: 70% 40% 60% 50% / 60% 70% 40% 50%;
    transform: rotate(240deg);
  }
}

@keyframes leafDrift {
  0%, 100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-40px) translateX(20px) rotate(90deg);
  }
  50% {
    transform: translateY(0px) translateX(40px) rotate(180deg);
  }
  75% {
    transform: translateY(40px) translateX(20px) rotate(270deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .undefined-hero .row {
    min-height: auto !important;
  }

  .undefined-hero .hero-content-organic h1 {
    font-size: 2.5rem;
  }

  .undefined-hero .nature-icon-float {
    width: 65px;
    height: 65px;
  }

  .undefined-hero .nature-icon-float i {
    font-size: 1.8rem;
  }

  .undefined-hero .organic-blob {
    opacity: 0.25;
  }

  .undefined-hero .floating-leaf {
    width: 45px;
    height: 45px;
  }

  .undefined-hero .floating-leaf i {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .undefined-hero .hero-content-organic h1 {
    font-size: 2rem;
  }

  .undefined-hero .hero-content-organic h2 {
    font-size: 1.3rem;
  }

  .undefined-hero .hero-content-organic p {
    font-size: 1rem;
  }

  .undefined-hero .nature-icon-float {
    width: 55px;
    height: 55px;
  }

  .undefined-hero .nature-icon-float i {
    font-size: 1.5rem;
  }

  .undefined-hero .icon-1 {
    top: -10px;
    right: 5%;
  }

  .undefined-hero .icon-2 {
    left: -20px;
  }

  .undefined-hero .icon-3 {
    right: -20px;
  }

  .undefined-hero .organic-blob,
  .undefined-hero .floating-leaf,
  .undefined-hero .circle-pattern {
    display: none;
  }
}



/* ================================================
   About Section v-103 - Professional Blue Theme
   ================================================ */

.about-section-special {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Decorations */
.about-section-special .bg-decoration {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.about-section-special .decoration-top {
  top: -200px;
  right: -100px;
  background: var(--primary-500);
}

.about-section-special .decoration-bottom {
  bottom: -200px;
  left: -100px;
  background: var(--primary-700);
}

/* ===========================
   Image Grid Section
   =========================== */

.about-images-grid {
  position: relative;
  height: 500px;
}

.about-images-grid .image-wrapper {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-images-grid .image-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.about-images-grid .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.about-images-grid .image-wrapper:hover img {
  transform: scale(1.05);
}

/* Main Image */
.about-images-grid .main-image {
  top: 0;
  left: 0;
  width: 65%;
  height: 320px;
  z-index: 3;
}

.about-images-grid .main-image .image-accent {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  border-radius: 12px;
  z-index: -1;
}

/* Secondary Image */
.about-images-grid .secondary-image {
  bottom: 50px;
  right: 0;
  width: 50%;
  height: 240px;
  z-index: 2;
}

/* Tertiary Image */
.about-images-grid .tertiary-image {
  bottom: 0;
  left: 10%;
  width: 45%;
  height: 180px;
  z-index: 1;
}

/* Decorative Blob */
.about-images-grid .decorative-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-700) 10%, transparent)
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
  animation: morphBlob 8s ease-in-out infinite;
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* Decorative Shapes */
.about-images-grid .decorative-shape {
  position: absolute;
  border-radius: 12px;
  opacity: 0.6;
}

.about-images-grid .shape-1 {
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  animation: float 6s ease-in-out infinite;
}

.about-images-grid .shape-2 {
  bottom: 100px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* ===========================
   Content Section
   =========================== */

.about-content {
  padding: 20px 0;
}

/* Header */
.about-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary-500);
  margin-bottom: 0.5rem;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.about-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Features Grid */
.about-features-grid {
  margin-top: 2rem;
}

.about-features-grid .feature-card {
  background: var(--surface-secondary);
  padding: 1.75rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
  height: 100%;
}

.about-features-grid .feature-card:hover {
  background: var(--light);
  border-color: var(--primary-300);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

/* Feature Icon */
.feature-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.feature-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Feature Content */
.feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.feature-description {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* ===========================
   Responsive Design
   =========================== */

@media (max-width: 991.98px) {
  .about-images-grid {
    height: 400px;
    margin-bottom: 3rem;
  }

  .about-images-grid .main-image {
    height: 260px;
  }

  .about-images-grid .secondary-image {
    height: 200px;
  }

  .about-images-grid .tertiary-image {
    height: 150px;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .about-images-grid {
    height: 350px;
  }

  .about-images-grid .main-image {
    width: 70%;
    height: 220px;
  }

  .about-images-grid .secondary-image {
    width: 55%;
    height: 180px;
    bottom: 30px;
  }

  .about-images-grid .tertiary-image {
    width: 50%;
    height: 140px;
  }

  .about-title {
    font-size: 1.75rem;
  }

  .about-subtitle {
    font-size: 0.8125rem;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .feature-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .feature-icon-wrapper i {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .about-section-special {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-images-grid {
    height: 300px;
    margin-bottom: 2rem;
  }

  .about-images-grid .main-image {
    width: 75%;
    height: 180px;
  }

  .about-images-grid .secondary-image {
    width: 60%;
    height: 150px;
    bottom: 20px;
  }

  .about-images-grid .tertiary-image {
    width: 55%;
    height: 120px;
  }

  .about-images-grid .decorative-blob {
    width: 350px;
    height: 350px;
  }

  .about-title {
    font-size: 1.5rem;
  }

  .about-description {
    font-size: 0.9375rem;
  }

  .about-features-grid .row {
    gap: 1rem;
  }

  .feature-card {
    padding: 1.25rem;
  }
}

/* ===========================
   High Contrast & Accessibility
   =========================== */

@media (prefers-contrast: high) {
  .about-features-grid .feature-card {
    border-width: 2px;
    border-color: var(--neutral-500);
  }

  .about-images-grid .image-wrapper {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }

  .feature-icon-wrapper {
    border: 2px solid var(--primary-700);
  }
}

/* Print Styles */
@media print {
  .about-section-special .bg-decoration,
  .about-images-grid .decorative-blob,
  .about-images-grid .decorative-shape {
    display: none;
  }

  .about-images-grid .image-wrapper {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

.features-section-primary {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.features-section-primary .features-header {
  margin-bottom: 60px;
}

.features-section-primary .decorative-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.features-section-primary .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.features-section-primary .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.features-section-primary .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.features-section-primary .features-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.features-section-primary .title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    var(--primary-300) 100%
  );
  margin: 0 auto 24px;
  border-radius: 2px;
}

.features-section-primary .features-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  line-height: 1.4;
}

.features-section-primary .features-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Feature Cards */
.features-section-primary .features-grid {
  margin-top: 60px;
}

.features-section-primary .feature-card {
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-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-300) 5%, transparent 95%) 0%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section-primary .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.features-section-primary .feature-card:hover::before {
  opacity: 1;
}

.features-section-primary .feature-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    var(--primary-500) 0%,
    var(--primary-700) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-primary .feature-card:hover .feature-icon-wrapper {
  transform: rotate(5deg) scale(1.1);
}

.features-section-primary .icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 18px;
  animation: icon-pulse 3s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.15);
    opacity: 0;
  }
}

.features-section-primary .feature-icon {
  font-size: 2rem;
  color: var(--light);
  position: relative;
  z-index: 1;
}

.features-section-primary .feature-content {
  position: relative;
  z-index: 1;
}

.features-section-primary .feature-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.features-section-primary .feature-card:hover .feature-name {
  color: var(--primary-700);
}

.features-section-primary .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.features-section-primary .feature-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    var(--primary-300) 100%
  );
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px 4px 0 0;
}

.features-section-primary .feature-card:hover .feature-accent-line {
  width: 100%;
}

/* Decorative Shapes */
.features-section-primary .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.features-section-primary .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.features-section-primary .shape-circle-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -100px;
  right: -80px;
  animation: float-shape 20s ease-in-out infinite;
}

.features-section-primary .shape-circle-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: -50px;
  left: -60px;
  animation: float-shape 15s ease-in-out infinite reverse;
}

.features-section-primary .shape-blob {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 10s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
  }
  50% {
    transform: translate(0, -40px) rotate(180deg);
  }
  75% {
    transform: translate(-20px, -20px) rotate(270deg);
  }
}

@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .features-section-primary {
    padding: 80px 0;
  }

  .features-section-primary .features-title {
    font-size: 2.25rem;
  }

  .features-section-primary .features-subtitle {
    font-size: 1.25rem;
  }

  .features-section-primary .features-desc {
    font-size: 1rem;
  }

  .features-section-primary .feature-card {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .features-section-primary {
    padding: 60px 0;
  }

  .features-section-primary .features-header {
    margin-bottom: 40px;
  }

  .features-section-primary .features-title {
    font-size: 1.875rem;
  }

  .features-section-primary .features-subtitle {
    font-size: 1.125rem;
  }

  .features-section-primary .features-desc {
    font-size: 0.9375rem;
  }

  .features-section-primary .feature-card {
    padding: 28px;
  }

  .features-section-primary .feature-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .features-section-primary .feature-icon {
    font-size: 1.75rem;
  }

  .features-section-primary .feature-name {
    font-size: 1.25rem;
  }

  .features-section-primary .feature-description {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575px) {
  .features-section-primary .features-title {
    font-size: 1.625rem;
  }

  .features-section-primary .feature-card {
    padding: 24px;
  }

  .features-section-primary .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .features-section-primary .feature-icon {
    font-size: 1.5rem;
  }
}

/* ================================================
   Services Section v-140 - Professional Blue Theme
   ================================================ */

.services-section-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Decorative Elements */
.services-section-modern .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  z-index: 0;
}

.services-section-modern .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  right: -100px;
}

.services-section-modern .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -80px;
  left: -80px;
}

.services-section-modern .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
}

.services-section-modern .circle-1 {
  width: 250px;
  height: 250px;
  top: 15%;
  left: 5%;
}

.services-section-modern .circle-2 {
  width: 180px;
  height: 180px;
  bottom: 20%;
  right: 8%;
}

.services-section-modern .decorative-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  opacity: 0.3;
  z-index: 0;
}

.services-section-modern .line-1 {
  width: 300px;
  top: 30%;
  right: 10%;
  transform: rotate(-15deg);
}

.services-section-modern .line-2 {
  width: 250px;
  bottom: 25%;
  left: 5%;
  transform: rotate(25deg);
}

/* Container */
.services-section-modern .container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.services-section-modern .section-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: 16px;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
}

.services-section-modern #services-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.services-section-modern #services-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.services-section-modern #services-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Service Cards */
.services-section-modern .service-card {
  position: relative;
  height: 100%;
  background: var(--surface-primary);
  border-radius: 24px;
  padding: 40px 32px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-modern .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-modern .service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.services-section-modern .service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.services-section-modern .service-card.featured {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
  );
  border-color: var(--primary-500);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
}

.services-section-modern .featured-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Service Icon */
.services-section-modern .service-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.services-section-modern .service-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  z-index: 1;
  transition: all 0.4s ease;
}

.services-section-modern .service-card:hover .service-icon {
  transform: rotate(10deg) scale(1.05);
}

.services-section-modern .icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--primary-300);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: 0;
  transition: all 0.4s ease;
}

.services-section-modern .service-card:hover .icon-bg {
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 0.3;
}

/* Service Content */
.services-section-modern .service-content h3 {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.services-section-modern .service-card:hover .service-content h3 {
  color: var(--primary-700);
}

.services-section-modern .service-content p {
  line-height: 1.7;
}

.services-section-modern #services-item-1-desc,
.services-section-modern #services-item-2-desc,
.services-section-modern #services-item-3-desc,
.services-section-modern #services-item-4-desc,
.services-section-modern #services-item-5-desc,
.services-section-modern #services-item-6-desc {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

/* Service Features */
.services-section-modern .service-features {
  padding: 16px;
  background: color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%);
  border-radius: 12px;
  border-left: 3px solid var(--primary-500);
}

.services-section-modern #services-item-1-features,
.services-section-modern #services-item-2-features,
.services-section-modern #services-item-3-features,
.services-section-modern #services-item-4-features,
.services-section-modern #services-item-5-features,
.services-section-modern #services-item-6-features {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

/* Price Wrapper */
.services-section-modern .service-price-wrapper {
  position: relative;
  padding: 20px 24px;
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    color-mix(in srgb, var(--primary-100) 50%, var(--primary-50) 50%) 100%
  );
  border-radius: 16px;
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.services-section-modern .price-tag {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-section-modern .price-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
}

.services-section-modern #services-item-1-price,
.services-section-modern #services-item-2-price,
.services-section-modern #services-item-3-price,
.services-section-modern #services-item-4-price,
.services-section-modern #services-item-5-price,
.services-section-modern #services-item-6-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1;
}

.services-section-modern .decorative-corner {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  opacity: 0.1;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-modern {
    padding: 80px 0;
  }

  .services-section-modern #services-title {
    font-size: 2.5rem;
  }

  .services-section-modern .blob-1,
  .services-section-modern .blob-2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .services-section-modern {
    padding: 60px 0;
  }

  .services-section-modern #services-title {
    font-size: 2rem;
  }

  .services-section-modern #services-desc {
    font-size: 1rem;
  }

  .services-section-modern .service-card {
    padding: 32px 24px;
  }

  .services-section-modern .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .services-section-modern .service-icon {
    font-size: 1.75rem;
  }

  .services-section-modern #services-item-1-price,
  .services-section-modern #services-item-2-price,
  .services-section-modern #services-item-3-price,
  .services-section-modern #services-item-4-price,
  .services-section-modern #services-item-5-price,
  .services-section-modern #services-item-6-price {
    font-size: 1.75rem;
  }

  .services-section-modern .decorative-circle,
  .services-section-modern .decorative-line {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-section-modern .section-badge {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .services-section-modern #services-title {
    font-size: 1.75rem;
  }

  .services-section-modern #services-subtitle {
    font-size: 1.125rem;
  }

  .services-section-modern .featured-badge {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.priceplan-section-bold {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Minimal Background */
.priceplan-section-bold .minimal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-bold .subtle-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--neutral-100);
  opacity: 0.5;
}

.priceplan-section-bold .circle-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -150px;
}

.priceplan-section-bold .circle-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
}

/* Section Header */
.priceplan-section-bold .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-bold .simple-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.priceplan-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.priceplan-section-bold .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.3;
}

.priceplan-section-bold .section-desc {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* Price Card */
.priceplan-section-bold .minimal-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 8px;
  padding: 3rem 2.5rem;
  transition: all 0.3s ease;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

/* Minimal Icon */
.priceplan-section-bold .minimal-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.priceplan-section-bold .minimal-card:hover .minimal-icon {
  color: var(--primary-700);
  transform: scale(1.1);
}

.priceplan-section-bold .plan-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Price Box */
.priceplan-section-bold .price-box {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--neutral-100);
}

.priceplan-section-bold .plan-price {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}

.priceplan-section-bold .plan-price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-bold .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
  min-height: 85px;
  flex-shrink: 0;
}

/* Features Container */
.priceplan-section-bold .features-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.priceplan-section-bold .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 400;
  transition: all 0.2s ease;
}

.priceplan-section-bold .feature-item:hover {
  color: var(--primary-700);
  padding-left: 0.5rem;
}

.priceplan-section-bold .feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-bold .section-title {
    font-size: 2.125rem;
  }

  .priceplan-section-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-bold .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-bold .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-bold .minimal-card {
    padding: 2.5rem 2rem;
  }

  .priceplan-section-bold .plan-desc {
    min-height: auto;
  }

  .priceplan-section-bold .plan-price {
    font-size: 2.75rem;
  }
}





/* ================================================
   Team Section v-109 - Professional Blue Theme
   ================================================ */

.team-section-style {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.team-section-style .section-header {
  position: relative;
  z-index: 2;
}

.team-section-style .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.team-section-style .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.team-section-style .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Dots */
.team-section-style .decorative-dots {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
  z-index: 1;
}

/* Team Card */
.team-section-style .team-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-section-style .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.team-section-style .team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-style .team-card:hover::before {
  transform: scaleX(1);
}

/* Team Image */
.team-section-style .team-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--neutral-100);
}

.team-section-style .team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-style .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

.team-section-style .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--primary-700) 20%, transparent) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-style .team-card:hover .image-overlay {
  opacity: 1;
}

/* Team Info */
.team-section-style .team-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.team-section-style .member-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-style .team-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-style .member-role {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Decorative Line */
.team-section-style .decorative-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 1.25rem auto 0;
  border-radius: 2px;
  transform: scaleX(0.5);
  transition: transform 0.3s ease;
}

.team-section-style .team-card:hover .decorative-line {
  transform: scaleX(1);
}

/* Decorative Card */
.team-section-style .decorative-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border: 2px dashed var(--primary-300);
  min-height: 400px;
}

.team-section-style .join-team-content {
  text-align: center;
  position: relative;
}

.team-section-style .icon-wrapper {
  width: 100px;
  height: 100px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.team-section-style .decorative-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.team-section-style .icon-wrapper i {
  font-size: 3rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.team-section-style .decorative-card:hover .icon-wrapper i {
  transform: scale(1.1);
}

.team-section-style .decorative-badge {
  width: 24px;
  height: 24px;
  background: var(--primary-500);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Background Decorations */
.team-section-style .bg-decoration-circle {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.team-section-style .bg-decoration-shape {
  position: absolute;
  top: 20%;
  right: -50px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-style .section-title {
    font-size: 2rem;
  }

  .team-section-style .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-style .team-card {
    padding: 1.5rem;
  }

  .team-section-style .decorative-dots {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .team-section-style .section-title {
    font-size: 1.75rem;
  }

  .team-section-style .section-subtitle {
    font-size: 1rem;
  }

  .team-section-style .section-description {
    font-size: 1rem;
  }

  .team-section-style .team-card {
    padding: 1.25rem;
  }

  .team-section-style .member-name {
    font-size: 1.125rem;
  }

  .team-section-style .member-role {
    font-size: 0.875rem;
  }

  .team-section-style .bg-decoration-circle,
  .team-section-style .bg-decoration-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .team-section-style .section-title {
    font-size: 1.5rem;
  }

  .team-section-style .team-image-wrapper {
    margin-bottom: 1rem;
  }

  .team-section-style .icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .team-section-style .icon-wrapper i {
    font-size: 2.5rem;
  }
}

/* =================================================================
   Reviews Section v-102 - Professional Blue Design
   Theme: professional-blue-01
   ================================================================= */

.reviews-section-custom {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.reviews-section-custom .section-header {
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.reviews-section-custom .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

.reviews-section-custom .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.2;
}

.reviews-section-custom .section-subtitle {
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.reviews-section-custom .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Reviews Grid */
.reviews-section-custom .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Review Card */
.reviews-section-custom .review-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.05),
    0 10px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.reviews-section-custom .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 8px 12px rgba(0, 0, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Quote Icon */
.reviews-section-custom .quote-icon {
  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;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.reviews-section-custom .quote-icon i {
  font-size: 24px;
  color: var(--light);
}

/* Review Text */
.reviews-section-custom .review-text {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

/* Author Wrapper */
.reviews-section-custom .review-author-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}

/* Author Avatar */
.reviews-section-custom .author-avatar {
  width: 56px;
  height: 56px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reviews-section-custom .avatar-initials {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--light);
  letter-spacing: 0.5px;
}

/* Author Info */
.reviews-section-custom .author-info {
  flex: 1;
}

.reviews-section-custom .author-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

/* Card Decorative Element */
.reviews-section-custom .card-decorative-element {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Decorative Grid Item */
.reviews-section-custom .decorative-grid-item {
  display: none;
  position: relative;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.reviews-section-custom .decorative-shape {
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500)
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  animation: morphShape 8s ease-in-out infinite;
}

.reviews-section-custom .decorative-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  top: 20%;
  right: 20%;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

.reviews-section-custom .decorative-accent-line {
  position: absolute;
  width: 100px;
  height: 4px;
  background: var(--primary-500);
  bottom: 30%;
  left: 10%;
  opacity: 0.2;
  border-radius: 2px;
}

/* Background Decorations */
.reviews-section-custom .background-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.reviews-section-custom .deco-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.reviews-section-custom .deco-circle-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    var(--primary-300),
    transparent 70%
  );
  top: -100px;
  left: -100px;
  animation: pulse 10s ease-in-out infinite;
}

.reviews-section-custom .deco-circle-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    var(--primary-500),
    transparent 70%
  );
  bottom: -80px;
  right: -80px;
  animation: pulse 12s ease-in-out infinite reverse;
}

.reviews-section-custom .deco-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  animation: morphBlob 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.08;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.12;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 50% 50% / 55% 45% 55% 45%;
  }
  50% {
    border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
  }
  75% {
    border-radius: 45% 55% 60% 40% / 50% 60% 40% 50%;
  }
}

/* Responsive Design */
@media (min-width: 992px) {
  .reviews-section-custom .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews-section-custom .decorative-grid-item {
    display: flex;
    grid-column: 2;
    grid-row: 2;
  }

  .reviews-section-custom .review-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .reviews-section-custom .review-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .reviews-section-custom .review-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .reviews-section-custom .review-card:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .reviews-section-custom .review-card:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (max-width: 991px) {
  .reviews-section-custom {
    padding: 80px 0;
  }

  .reviews-section-custom .section-title {
    font-size: 2.25rem;
  }

  .reviews-section-custom .section-subtitle {
    font-size: 1.2rem;
  }

  .reviews-section-custom .reviews-grid {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 767px) {
  .reviews-section-custom {
    padding: 60px 0;
  }

  .reviews-section-custom .section-header {
    margin-bottom: 40px;
  }

  .reviews-section-custom .section-title {
    font-size: 1.85rem;
  }

  .reviews-section-custom .section-subtitle {
    font-size: 1.1rem;
  }

  .reviews-section-custom .section-description {
    font-size: 1rem;
  }

  .reviews-section-custom .review-card {
    padding: 32px 24px;
  }

  .reviews-section-custom .review-text {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .reviews-section-custom .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section-custom .deco-circle-1,
  .reviews-section-custom .deco-circle-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .reviews-section-custom .section-title {
    font-size: 1.65rem;
  }

  .reviews-section-custom .quote-icon {
    width: 44px;
    height: 44px;
  }

  .reviews-section-custom .quote-icon i {
    font-size: 20px;
  }

  .reviews-section-custom .author-avatar {
    width: 48px;
    height: 48px;
  }

  .reviews-section-custom .avatar-initials {
    font-size: 1rem;
  }

  .reviews-section-custom .author-name {
    font-size: 1rem;
  }
}

/* Study section */

.casestudy-section-featured {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Icon Wrapper */
.casestudy-section-featured .decorative-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
}

.casestudy-section-featured .decorative-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

/* Decorative Line */
.casestudy-section-featured .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
  margin: 0 auto;
}

/* Case Study Card */
.casestudy-section-featured .casestudy-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid var(--neutral-100);
}

.casestudy-section-featured .casestudy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.casestudy-section-featured .casestudy-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: var(--neutral-100);
}

.casestudy-section-featured .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--neutral-100) 0%,
    var(--neutral-50) 100%
  );
  position: relative;
}

.casestudy-section-featured .image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  opacity: 0.1;
  border-radius: 50%;
}

.casestudy-section-featured .decorative-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 30%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.casestudy-section-featured .casestudy-card:hover .decorative-overlay {
  opacity: 1;
}

/* Card Content */
.casestudy-section-featured .casestudy-content {
  padding: 2rem;
  position: relative;
}

.casestudy-section-featured .icon-badge {
  position: absolute;
  top: -25px;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.casestudy-section-featured .icon-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.casestudy-section-featured .casestudy-item-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.casestudy-section-featured .casestudy-item-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Shapes */
.casestudy-section-featured .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.casestudy-section-featured .shape {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.03;
}

.casestudy-section-featured .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -50px;
}

.casestudy-section-featured .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: 10%;
}

.casestudy-section-featured .shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  right: -30px;
}

/* Typography */
.casestudy-section-featured #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-featured #casestudy-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.casestudy-section-featured #casestudy-desc {
  color: var(--text-secondary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-featured .casestudy-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-featured .casestudy-card {
    margin-bottom: 1.5rem;
  }
  
  .casestudy-section-featured .casestudy-content {
    padding: 1.5rem;
  }
  
  .casestudy-section-featured .icon-badge {
    right: 1.5rem;
  }
}





/* ================================
   Process Section v-089 Styles
   Theme: Professional Blue
   ================================ */

.process-section-pro {
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  position: relative;
  isolation: isolate;
}

/* ================================
   Decorative Background Elements
   ================================ */

.decorative-blob-top {
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  animation: float 20s ease-in-out infinite;
}

.decorative-blob-bottom {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  animation: float 25s ease-in-out infinite reverse;
}

.decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  opacity: 0.3;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* ================================
   Section Header
   ================================ */

.decorative-accent-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

.subtitle-text {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-500);
}

#process-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

#process-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
}

.decorative-icons-cluster i {
  font-size: 2rem;
  color: var(--primary-500);
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ================================
   Process Timeline
   ================================ */

.process-timeline {
  position: relative;
  z-index: 1;
}

.timeline-line-decorator {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    var(--primary-300) 10%,
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent 100%
  );
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 991.98px) {
  .timeline-line-decorator {
    left: 30px;
  }
}

/* ================================
   Process Timeline Items
   ================================ */

.process-timeline-item {
  position: relative;
  z-index: 1;
}

.process-content-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 
    0 4px 6px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%),
    0 10px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.process-content-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 8px 12px color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.step-number-badge {
  position: absolute;
  top: -20px;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.step-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light);
}

.process-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 80%, var(--surface-primary) 20%),
    color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}

.process-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
}

.process-item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.process-item-description {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.decorative-card-accent {
  position: absolute;
  bottom: -10px;
  left: 2rem;
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    transparent
  );
  border-radius: 2px;
}

/* ================================
   Process Visual Placeholders
   ================================ */

.process-visual-placeholder {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 60%, var(--surface-primary) 40%),
    color-mix(in srgb, var(--primary-100) 40%, var(--surface-primary) 60%)
  );
  border-radius: 16px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.process-visual-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.visual-icon-large {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

.visual-icon-large i {
  font-size: 3rem;
  color: var(--primary-500);
}

.process-visual-placeholder:hover .visual-icon-large {
  transform: scale(1.1) rotate(5deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================
   Bottom Decorative Elements
   ================================ */

.decorative-icons-bottom {
  margin-top: 3rem;
}

.decorative-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.decorative-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

/* ================================
   Responsive Design
   ================================ */

@media (max-width: 991.98px) {
  .process-timeline-item .col-lg-6 {
    order: 2 !important;
  }

  .process-content-card {
    padding: 2rem;
    margin-left: 60px;
  }

  .step-number-badge {
    left: -80px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .timeline-line-decorator {
    left: 30px;
  }

  .process-visual-placeholder {
    margin-top: 2rem;
    margin-left: 60px;
    min-height: 250px;
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .decorative-blob-top,
  .decorative-blob-bottom {
    width: 300px;
    height: 300px;
  }

  #process-title {
    font-size: 2rem;
  }

  .process-item-title {
    font-size: 1.5rem;
  }

  .process-content-card {
    padding: 1.5rem;
  }

  .step-number-badge {
    width: 50px;
    height: 50px;
    left: -65px;
  }

  .step-number {
    font-size: 1rem;
  }

  .process-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .process-icon-wrapper i {
    font-size: 1.5rem;
  }

  .visual-icon-large {
    width: 100px;
    height: 100px;
  }

  .visual-icon-large i {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .process-content-card {
    margin-left: 50px;
  }

  .process-visual-placeholder {
    margin-left: 50px;
  }

  .timeline-line-decorator {
    left: 25px;
  }

  .step-number-badge {
    left: -55px;
    width: 45px;
    height: 45px;
  }
}

/* ================================
   Accessibility & Print
   ================================ */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .process-section-pro {
    background: var(--light);
  }

  .decorative-blob-top,
  .decorative-blob-bottom,
  .decorative-grid {
    display: none;
  }

  .process-content-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

.timeline-section-minimal {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-minimal .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-minimal .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-minimal .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Arrow Timeline Container */
.arrow-timeline {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Arrow Step */
.arrow-step {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* Step Container */
.step-container {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 35px;
  background: white;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 2px 15px color-mix(in srgb, var(--neutral-900) 6%, transparent);
  transition: all 0.3s ease;
  flex: 1;
}

.step-container:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 25px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-left-width: 6px;
}

/* Step Icon Box */
.step-icon-box {
  width: 60px;
  height: 60px;
  background: var(--primary-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.step-container:hover .step-icon-box {
  background: var(--primary-500);
  transform: scale(1.1);
}

.step-icon-box i {
  font-size: 1.75rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.step-container:hover .step-icon-box i {
  color: white;
}

/* Step Content */
.step-content {
  flex: 1;
  position: relative;
}

.step-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.step-content[data-number] .step-number::before {
  content: attr(data-number);
}

.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Arrow Connector */
.arrow-connector {
  width: 50px;
  height: 50px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.arrow-connector i {
  font-size: 1.5rem;
  color: var(--primary-700);
  transition: transform 0.3s ease;
}

.arrow-step:hover .arrow-connector {
  background: var(--primary-500);
}

.arrow-step:hover .arrow-connector i {
  color: white;
  transform: translateX(5px);
}

.arrow-final {
  background: var(--primary-500);
}

.arrow-final i {
  color: white;
  animation: check-pulse 2s ease-in-out infinite;
}

@keyframes check-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Minimal Background Lines */
.minimal-bg-line {
  position: absolute;
  background: linear-gradient(90deg, 
    transparent, 
    var(--primary-100), 
    transparent
  );
  opacity: 0.3;
  pointer-events: none;
}

.line-1 {
  width: 80%;
  height: 2px;
  top: 20%;
  left: 10%;
  transform: rotate(-3deg);
}

.line-2 {
  width: 70%;
  height: 2px;
  bottom: 15%;
  right: 10%;
  transform: rotate(2deg);
}

/* Responsive Design */
@media (max-width: 991px) {
  .arrow-step {
    flex-direction: column;
    gap: 20px;
  }

  .arrow-connector {
    transform: rotate(90deg);
  }

  .step-container:hover {
    transform: translateY(-5px);
  }

  .arrow-step:hover .arrow-connector i {
    transform: translateY(5px);
  }
}

@media (max-width: 767px) {
  .timeline-section-minimal {
    padding: 60px 0;
  }

  .timeline-section-minimal .section-title {
    font-size: 2rem;
  }

  .timeline-section-minimal .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-minimal .section-description {
    font-size: 1rem;
  }

  .step-container {
    padding: 25px;
    flex-direction: column;
    gap: 20px;
  }

  .step-icon-box {
    width: 50px;
    height: 50px;
  }

  .step-icon-box i {
    font-size: 1.5rem;
  }

  .step-title {
    font-size: 1.2rem;
  }

  .step-description {
    font-size: 0.95rem;
  }

  .arrow-connector {
    width: 40px;
    height: 40px;
  }

  .arrow-connector i {
    font-size: 1.25rem;
  }
}


/* Career section */

.career-section-standard {
  position: relative;
  padding: 80px 0;
  background: var(--bg-primary);
  overflow: hidden;
}

/* Decorative Background Elements */
.career-section-standard .decorative-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.career-section-standard .decorative-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.career-section-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-100);
  top: 10%;
  right: -100px;
  opacity: 0.3;
}

.career-section-standard .shape-2 {
  width: 200px;
  height: 200px;
  background: var(--accent-100);
  bottom: 15%;
  left: -50px;
  opacity: 0.3;
}

.career-section-standard .container {
  position: relative;
  z-index: 2;
}

/* Section Header */
.career-section-standard .section-header {
  margin-bottom: var(--space-10);
}

.career-section-standard .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  margin: 0 auto var(--space-4);
  border-radius: var(--radius-full);
}

.career-section-standard .section-title {
  color: var(--text-primary);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  margin-bottom: var(--space-3);
  line-height: var(--line-height-tight);
}

.career-section-standard .section-subtitle {
  color: var(--text-secondary);
  font-size: var(--font-size-xl);
  font-weight: 500;
  margin-bottom: var(--space-4);
  line-height: var(--line-height-normal);
}

.career-section-standard .section-description {
  color: var(--text-tertiary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  max-width: 700px;
  margin: 0 auto;
}

/* Career Card */
.career-section-standard .career-card {
  position: relative;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.career-section-standard .career-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-300);
}

.career-section-standard .career-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: var(--success-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--success-100);
}

.career-section-standard .career-card-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  box-shadow: var(--shadow-md);
}

.career-section-standard .career-card-icon i {
  font-size: 28px;
  color: var(--bg-primary);
}

.career-section-standard .career-card-content {
  position: relative;
}

.career-section-standard .career-title {
  color: var(--text-primary);
  font-size: var(--font-size-2xl);
  font-weight: 700;
  margin-bottom: var(--space-3);
  line-height: var(--line-height-tight);
}

.career-section-standard .career-role {
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: var(--space-4);
  display: block;
}

.career-section-standard .career-description {
  color: var(--text-tertiary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-standard {
    padding: 60px 0;
  }

  .career-section-standard .section-title {
    font-size: var(--font-size-2xl);
  }

  .career-section-standard .section-subtitle {
    font-size: var(--font-size-lg);
  }

  .career-section-standard .career-card {
    padding: var(--space-6);
  }
}

@media (max-width: 767px) {
  .career-section-standard {
    padding: 50px 0;
  }

  .career-section-standard .section-header {
    margin-bottom: var(--space-8);
  }

  .career-section-standard .career-card-icon {
    width: 56px;
    height: 56px;
  }

  .career-section-standard .career-card-icon i {
    font-size: 24px;
  }

  .career-section-standard .career-title {
    font-size: var(--font-size-xl);
  }
}









.coreinfo_minimal_wrap {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

.coreinfo_minimal_bg_shape {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  z-index: 0;
}

.coreinfo_minimal_shape_1 {
  top: 5%;
  right: -50px;
  background: var(--primary-500);
}

.coreinfo_minimal_shape_2 {
  bottom: 10%;
  left: -80px;
  background: var(--primary-700);
  width: 250px;
  height: 250px;
}

.coreinfo_minimal_header {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.coreinfo_minimal_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px;
}

.coreinfo_minimal_accent_line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.coreinfo_minimal_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
  line-height: 1.2;
}

.coreinfo_minimal_subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coreinfo_minimal_desc {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Features List */
.coreinfo_minimal_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.coreinfo_minimal_item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: var(--neutral-50);
  border-radius: 16px;
  padding: 32px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.coreinfo_minimal_item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-left-width: 6px;
}

.coreinfo_minimal_number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-300);
  line-height: 1;
  min-width: 80px;
  text-align: center;
  transition: all 0.3s ease;
}

.coreinfo_minimal_item:hover .coreinfo_minimal_number {
  color: var(--primary-500);
  transform: scale(1.1);
}

.coreinfo_minimal_content {
  flex: 1;
}

.coreinfo_minimal_icon_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--neutral-50);
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.coreinfo_minimal_item_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 12px;
  line-height: 1.3;
}

.coreinfo_minimal_item_desc {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .coreinfo_minimal_wrap {
    padding: 80px 0;
  }

  .coreinfo_minimal_title {
    font-size: 2rem;
  }

  .coreinfo_minimal_subtitle {
    font-size: 1rem;
  }

  .coreinfo_minimal_desc {
    font-size: 1rem;
  }

  .coreinfo_minimal_list {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .coreinfo_minimal_wrap {
    padding: 60px 0;
  }

  .coreinfo_minimal_header {
    margin-bottom: 50px;
  }

  .coreinfo_minimal_title_wrapper {
    gap: 16px;
  }

  .coreinfo_minimal_accent_line {
    width: 40px;
  }

  .coreinfo_minimal_title {
    font-size: 1.75rem;
  }

  .coreinfo_minimal_item {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }

  .coreinfo_minimal_number {
    font-size: 2.5rem;
    min-width: auto;
    text-align: left;
  }

  .coreinfo_minimal_item_title {
    font-size: 1.25rem;
  }

  .coreinfo_minimal_item:hover {
    transform: translateX(4px);
  }
}







/* Contact section */

:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-300: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-500: #60a5fa;
  --primary-500: #3b82f6;
  --primary-700: #2563eb;
  --primary-700: #1d4ed8;
  --primary-900: #1e40af;
  --primary-rgb: 37, 99, 235;
  --accent-50: #f0f9ff;
  --accent-100: #e0f2fe;
  --accent-200: #bae6fd;
  --accent-300: #7dd3fc;
  --accent-400: #38bdf8;
  --accent-500: #0ea5e9;
  --accent-600: #0284c7;
  --accent-700: #0369a1;
  --accent-rgb: 2, 132, 199;
  --neutral-50: #f9fafb;
  --neutral-700: #374151;
  --neutral-900: #111827;
  --light: #ffffff;
  --dark: #000000;
}

.contact-section-clean {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* Header Block */
.contact-section-clean .header-block {
  position: relative;
  padding: 2rem 0;
}

.contact-section-clean .header-icon-stack {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-clean .header-icon-stack > i {
  font-size: 3rem;
  color: var(--primary-700);
  position: relative;
  z-index: 2;
}

.contact-section-clean .icon-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.contact-section-clean #contact-title {
  color: var(--neutral-900);
  letter-spacing: -0.02em;
}

.contact-section-clean #contact-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.contact-section-clean #contact-desc {
  color: var(--neutral-700);
  line-height: 1.85;
}

/* Contact Method Cards */
.contact-section-clean .contact-method-card {
  background: linear-gradient(135deg, #ffffff, var(--primary-50));
  border: 2px solid var(--primary-300);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-clean .contact-method-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: left 0.6s ease;
}

.contact-section-clean .contact-method-card:hover::before {
  left: 100%;
}

.contact-section-clean .contact-method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--accent-400);
}

.contact-section-clean .method-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.3);
  transition: all 0.3s ease;
}

.contact-section-clean .contact-method-card:hover .method-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.contact-section-clean .method-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.contact-section-clean .method-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.contact-section-clean .method-accent-line {
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  border-radius: 2px;
  margin-top: 1rem;
}

/* Form Card */
.contact-section-clean .form-card {
  background: #ffffff;
  border: 2px solid var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
}

.contact-section-clean .form-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Form Fields */
.contact-section-clean .form-field-block {
  position: relative;
}

.contact-section-clean .field-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--neutral-700);
  margin-bottom: 0.5rem;
}

.contact-section-clean .field-input {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 10px;
  background: var(--neutral-50);
  font-size: 1rem;
  color: var(--neutral-900);
  transition: all 0.3s ease;
}

.contact-section-clean .field-input:focus {
  outline: none;
  border-color: var(--primary-500);
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.15);
}

.contact-section-clean .field-input::placeholder {
  color: var(--neutral-500);
}

/* Consent Area */
.contact-section-clean .consent-area {
  background: var(--primary-50);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.contact-section-clean .consent-area:hover {
  background: var(--primary-100);
}

.contact-section-clean .consent-checkbox {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.contact-section-clean .consent-checkbox:checked {
  background: var(--primary-700);
  border-color: var(--primary-700);
}

.contact-section-clean .consent-checkbox:checked::after {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0.875rem;
}

.contact-section-clean .consent-label {
  color: var(--neutral-700);
  font-size: 0.95rem;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}

/* Submit Button */
.contact-section-clean .submit-button-primary {
  padding: 1.25rem 4rem;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.35);
  position: relative;
  overflow: hidden;
  z-index: 10; /* Ensure button is visible above all backgrounds */
}

.contact-section-clean .submit-button-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.contact-section-clean .submit-button-primary:hover::before {
  width: 400px;
  height: 400px;
}

.contact-section-clean .submit-button-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(var(--primary-rgb), 0.45);
}

.contact-section-clean .submit-button-primary:active {
  transform: translateY(-2px);
}

/* Form Mini Icons */
.contact-section-clean .form-mini-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.contact-section-clean .form-mini-icon i {
  font-size: 1.2rem;
  color: var(--primary-700);
}

.contact-section-clean .form-mini-icon:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.05);
}

/* Background Graphics */
.contact-section-clean .bg-graphic {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.contact-section-clean .bg-graphic-left {
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 10%;
  left: -150px;
}

.contact-section-clean .bg-graphic-right {
  background: radial-gradient(circle, var(--accent-300), transparent);
  bottom: 10%;
  right: -150px;
}

.contact-section-clean .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

/* Ensure content above backgrounds */
.contact-section-clean .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-section-clean .contact-method-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-clean .form-card {
    padding: 2rem !important;
  }
  
  .contact-section-clean .submit-button-primary {
    padding: 1.25rem 2rem;
    width: 100%;
  }
  
  .contact-section-clean .form-mini-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-section-clean .form-mini-icon i {
    font-size: 1rem;
  }
}







.blog-section-secondary {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Ultra Modern Header */
.blog-section-secondary .modern-header {
  position: relative;
  padding-bottom: 2rem;
}

.blog-section-secondary .gradient-line {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.blog-section-secondary .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--text-primary) 0%, color-mix(in srgb, var(--primary-500) 50%, var(--text-primary)) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-section-secondary .section-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
}

.blog-section-secondary .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 85%;
}

.blog-section-secondary .floating-orbs {
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.blog-section-secondary .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.15;
  animation: float-orbs 15s ease-in-out infinite;
}

.blog-section-secondary .orb-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 0;
  right: 10%;
  animation-delay: 0s;
}

.blog-section-secondary .orb-2 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: 50%;
  right: 30%;
  animation-delay: 3s;
}

.blog-section-secondary .orb-3 {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  top: 20%;
  left: 15%;
  animation-delay: 6s;
}

@keyframes float-orbs {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(20px, -20px); }
  66% { transform: translate(-15px, 15px); }
}

/* Ultra Modern Blog Cards */
.blog-section-secondary .blog-card-modern {
  background: var(--surface-primary);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.blog-section-secondary .blog-card-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.blog-section-secondary .gradient-border {
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500), var(--primary-700));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-secondary .blog-card-modern:hover .gradient-border {
  opacity: 1;
}

.blog-section-secondary .card-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--surface-primary);
  border-radius: 24px;
  position: relative;
}

/* Blog Image - Modern */
.blog-section-secondary .blog-image-modern {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-section-secondary .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.blog-section-secondary .blog-card-modern:hover .blog-image {
  transform: scale(1.12);
}

.blog-section-secondary .gradient-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  mix-blend-mode: overlay;
}

.blog-section-secondary .gradient-1 {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
}

.blog-section-secondary .gradient-2 {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

.blog-section-secondary .gradient-3 {
  background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
}

.blog-section-secondary .blog-card-modern:hover .gradient-overlay {
  opacity: 0.3;
}

/* Blog Content - Modern */
.blog-section-secondary .blog-content-modern {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-section-secondary .floating-badge {
  position: absolute;
  top: -25px;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

.blog-section-secondary .blog-card-modern:hover .floating-badge {
  transform: rotate(360deg) scale(1.1);
}

.blog-section-secondary .blog-title-modern {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  margin-top: 1rem;
}

.blog-section-secondary .blog-excerpt-modern {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.blog-section-secondary .blog-link-modern {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-500);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-section-secondary .blog-link-modern:hover {
  color: var(--primary-700);
  gap: 1rem;
}

.blog-section-secondary .blog-link-modern i {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.blog-section-secondary .blog-link-modern:hover i {
  transform: rotate(90deg);
}

/* Modern Background Effects */
.blog-section-secondary .gradient-mesh {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 20% 30%, color-mix(in srgb, var(--primary-300) 8%, transparent) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, color-mix(in srgb, var(--primary-500) 6%, transparent) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, color-mix(in srgb, var(--primary-700) 4%, transparent) 0%, transparent 50%);
  pointer-events: none;
}

.blog-section-secondary .floating-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  pointer-events: none;
  animation: morph-shapes 20s ease-in-out infinite;
}

.blog-section-secondary .shape-1 {
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent);
  top: 10%;
  right: -50px;
  animation-delay: 0s;
}

.blog-section-secondary .shape-2 {
  width: 180px;
  height: 180px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  bottom: 20%;
  left: -40px;
  animation-delay: 5s;
}

.blog-section-secondary .shape-3 {
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-700) 4%, transparent);
  top: 50%;
  left: 50%;
  animation-delay: 10s;
}

@keyframes morph-shapes {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translate(30px, -30px) rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 20% 80% / 25% 75% 25% 75%;
    transform: translate(-20px, 20px) rotate(180deg);
  }
  75% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    transform: translate(20px, -10px) rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-secondary .section-title {
    font-size: 2.5rem;
  }
  
  .blog-section-secondary .section-subtitle {
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) {
  .blog-section-secondary .section-title {
    font-size: 2rem;
  }
  
  .blog-section-secondary .blog-image-modern {
    height: 200px;
  }
  
  .blog-section-secondary .blog-content-modern {
    padding: 1.5rem;
  }
  
  .blog-section-secondary .floating-badge {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  
  .blog-section-secondary .floating-orbs,
  .blog-section-secondary .floating-shape {
    display: none;
  }
}





/* Faq section */

.faq-section-075 {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Vertical Lines */
.faq-section-075 .vertical-line {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom,
    transparent,
    var(--primary-500) 20%,
    var(--primary-500) 80%,
    transparent
  );
  margin: 0 auto;
}

/* Section Header */
.faq-section-075 .metal-badge {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.faq-section-075 .metal-badge span {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  display: block;
}

.faq-section-075 .metal-badge span:nth-child(2) {
  width: 60px;
}

.faq-section-075 #faq-title {
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.faq-section-075 #faq-subtitle {
  color: var(--text-secondary);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.faq-section-075 #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1rem;
}

/* FAQ Grid */
.faq-section-075 .faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.faq-section-075 .faq-card {
  position: relative;
  padding: 8px;
}

.faq-section-075 .card-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--primary-500);
  z-index: 2;
  transition: all 0.3s ease;
}

.faq-section-075 .card-corner.top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.faq-section-075 .card-corner.top-right {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.faq-section-075 .card-corner.bottom-left {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.faq-section-075 .card-corner.bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.faq-section-075 .faq-card:hover .card-corner {
  border-color: var(--primary-700);
}

.faq-section-075 .faq-card:hover .card-corner.top-left {
  top: -4px;
  left: -4px;
}

.faq-section-075 .faq-card:hover .card-corner.top-right {
  top: -4px;
  right: -4px;
}

.faq-section-075 .faq-card:hover .card-corner.bottom-left {
  bottom: -4px;
  left: -4px;
}

.faq-section-075 .faq-card:hover .card-corner.bottom-right {
  bottom: -4px;
  right: -4px;
}

.faq-section-075 .card {
  border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
  border-radius: 0;
  background: var(--surface-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.faq-section-075 .faq-card:hover .card {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.faq-section-075 .card-header {
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary)),
    var(--surface-primary)
  );
  border-bottom: 2px solid var(--primary-500);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0 !important;
}

.faq-section-075 .icon-box {
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.faq-section-075 .icon-box::before,
.faq-section-075 .icon-box::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--surface-primary);
}

.faq-section-075 .icon-box::before {
  top: 4px;
  left: 4px;
}

.faq-section-075 .icon-box::after {
  bottom: 4px;
  right: 4px;
}

.faq-section-075 .icon-box i {
  color: var(--light);
  font-size: 1.5rem;
  z-index: 1;
}

.faq-section-075 .card-header h3 {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.faq-section-075 .card-body {
  padding: 1.5rem;
  background: var(--surface-primary);
}

.faq-section-075 .card-body p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .faq-section-075 .faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .faq-section-075 {
    padding: 80px 0;
  }

  .faq-section-075 #faq-title {
    font-size: 2.5rem;
  }

  .faq-section-075 .faq-grid {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-075 {
    padding: 60px 0;
  }

  .faq-section-075 #faq-title {
    font-size: 2rem;
  }

  .faq-section-075 #faq-subtitle {
    font-size: 1.125rem;
  }

  .faq-section-075 .faq-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .faq-section-075 .card-header {
    padding: 1.25rem;
  }

  .faq-section-075 .card-body {
    padding: 1.25rem;
  }

  .faq-section-075 .icon-box {
    width: 44px;
    height: 44px;
  }

  .faq-section-075 .icon-box i {
    font-size: 1.25rem;
  }

  .faq-section-075 .card-header h3 {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .faq-section-075 {
    padding: 50px 0;
  }

  .faq-section-075 .faq-card {
    padding: 6px;
  }

  .faq-section-075 .card-header {
    padding: 1rem;
    gap: 0.875rem;
  }

  .faq-section-075 .card-body {
    padding: 1rem;
  }

  .faq-section-075 .icon-box {
    width: 40px;
    height: 40px;
  }

  .faq-section-075 .icon-box i {
    font-size: 1.125rem;
  }

  .faq-section-075 .card-corner {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .faq-section-075 .metal-badge span {
    width: 30px;
    height: 2px;
  }

  .faq-section-075 .metal-badge span:nth-child(2) {
    width: 50px;
  }
}





.gallery-section-pro {
  background: radial-gradient(circle at 30% 20%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 0%, 
    var(--surface-primary) 50%);
  position: relative;
  overflow: hidden;
}

.gallery-zigzag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 40px 0;
  position: relative;
}

.zigzag-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.line-left {
  align-items: flex-start;
  padding-right: 40px;
}

.line-right {
  align-items: flex-end;
  padding-left: 40px;
  margin-top: 100px;
}

.zigzag-item {
  position: relative;
  z-index: 1;
}

.zigzag-card {
  position: relative;
  width: 320px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--light);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.card-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, 
    color-mix(in srgb, var(--primary-500) 60%, transparent) 0%,
    transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 0.4s ease;
}

.corner-tl {
  top: -8px;
  left: -8px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
  border-radius: 4px 0 0 0;
}

.corner-tr {
  top: -8px;
  right: -8px;
  border-top: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
  border-radius: 0 4px 0 0;
}

.corner-bl {
  bottom: -8px;
  left: -8px;
  border-bottom: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
  border-radius: 0 0 0 4px;
}

.corner-br {
  bottom: -8px;
  right: -8px;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
  border-radius: 0 0 4px 0;
}

.zigzag-connector {
  width: 2px;
  height: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.connector-line {
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 30%, 
    var(--primary-300) 70%, 
    transparent 100%);
  opacity: 0.5;
}

.connector-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent);
}

.zigzag-card:hover {
  transform: translateY(-15px) scale(1.05);
}

.zigzag-card:hover .card-inner {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.zigzag-card:hover .card-inner img {
  transform: scale(1.15) rotate(2deg);
}

.zigzag-card:hover .card-glow {
  opacity: 0.3;
}

.zigzag-card:hover .card-corner {
  opacity: 1;
  transform: scale(1.2);
}

.gallery-bottom-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.highlight-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.highlight-inner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  background: var(--light);
}

.highlight-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.highlight-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 92%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 92%, transparent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.highlight-overlay i {
  font-size: 4rem;
  color: var(--light);
  transform: rotate(0deg) scale(0.5);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.highlight-card:hover {
  transform: scale(1.05);
}

.highlight-card:hover .highlight-inner img {
  transform: scale(1.2);
  filter: brightness(1.1);
}

.highlight-card:hover .highlight-overlay {
  opacity: 1;
}

.highlight-card:hover .highlight-overlay i {
  transform: rotate(90deg) scale(1);
}

.diagonal-stripe {
  position: absolute;
  height: 200px;
  transform: rotate(-15deg);
  opacity: 0.04;
  pointer-events: none;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

.stripe-1 {
  width: 600px;
  top: 15%;
  left: -100px;
}

.stripe-2 {
  width: 800px;
  top: 50%;
  right: -150px;
  height: 250px;
}

.stripe-3 {
  width: 500px;
  bottom: 10%;
  left: 20%;
  height: 150px;
}

@media (max-width: 992px) {
  .gallery-zigzag {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .line-right {
    margin-top: 0;
  }
  
  .line-left,
  .line-right {
    align-items: center;
    padding: 0;
  }
  
  .zigzag-card {
    width: 280px;
  }
  
  .gallery-bottom-highlights {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .zigzag-card {
    width: 100%;
    max-width: 320px;
  }
  
  .zigzag-connector {
    height: 60px;
    margin: 15px 0;
  }
  
  .highlight-overlay i {
    font-size: 3rem;
  }
}





/* Footer section */
/* Background: footer_bg.webp with gradient overlay */

.footer-style {
  position: relative;
  background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
      color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
      color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
    ),
    url('AI5_assets/AI5_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

/* Background Decorative Elements */
.footer-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.decorative-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0px,
      transparent 1px,
      transparent 40px,
      rgba(255, 255, 255, 0.03) 41px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0px,
      transparent 1px,
      transparent 40px,
      rgba(255, 255, 255, 0.03) 41px
    );
  opacity: 0.5;
}

.decorative-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  animation: float-shape 20s ease-in-out infinite;
}

.decorative-shape.shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.decorative-shape.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  left: -50px;
  animation-delay: -10s;
}

.decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-dot 3s ease-in-out infinite;
}

.decorative-dot.dot-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.decorative-dot.dot-2 {
  top: 60%;
  right: 20%;
  animation-delay: 1s;
}

.decorative-dot.dot-3 {
  bottom: 30%;
  left: 40%;
  animation-delay: 2s;
}

@keyframes float-shape {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.5);
  }
}

/* Footer Content */
.footer-content {
  position: relative;
  z-index: 2;
}

/* Company Info Section */
.footer-company-info {
  padding-right: 2rem;
}

.company-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.decorative-icon-bg {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.decorative-icon-bg:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(5deg) scale(1.05);
}

.company-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}

.company-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
}

.company-decorative-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.6) 0%,
    transparent 100%
  );
  border-radius: 2px;
}

/* Footer Links Section */
.footer-links-section {
  padding-left: 1rem;
}

.section-header-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.section-header-wrapper i {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
}

.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-item {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.footer-link-item i {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.footer-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.footer-link-item:hover .footer-link {
  color: #ffffff;
  padding-left: 5px;
}

.footer-link-item:hover .footer-link::after {
  width: 100%;
}

.footer-link-item:hover i {
  color: #ffffff;
  transform: translateX(3px);
}

/* Contact Section */
.footer-contact-section {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(10px);
}

.contact-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-card.full-width {
  grid-column: 1 / -1;
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #ffffff;
  flex-shrink: 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.contact-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.contact-value {
  font-size: 0.95rem;
  color: #ffffff;
  font-weight: 500;
}

/* Footer Bottom Section */
.footer-bottom {
  margin-top: 3rem;
}

.footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.divider-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.divider-line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
}

.disclaimer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.disclaimer-wrapper i {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  margin-top: 2px;
}

.disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  text-align: right;
}

.copyright-wrapper i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.copyright-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-style {
    background-attachment: scroll;
  }

  .footer-company-info {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .footer-links-section {
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .contact-info-cards {
    grid-template-columns: 1fr;
  }

  .contact-card.full-width {
    grid-column: 1;
  }

  .copyright-wrapper {
    justify-content: flex-start;
    text-align: left;
  }

  .decorative-shape.shape-1 {
    width: 250px;
    height: 250px;
  }

  .decorative-shape.shape-2 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .footer-style {
    padding: 0;
  }

  .company-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-name {
    font-size: 1.3rem;
  }

  .footer-contact-section {
    padding: 1.5rem;
  }

  .disclaimer-wrapper,
  .copyright-wrapper {
    padding: 1rem;
  }

  .contact-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .decorative-shape {
    display: none;
  }

  .decorative-dot {
    width: 6px;
    height: 6px;
  }

  .company-description {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.1rem;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .contact-value {
    font-size: 0.9rem;
    word-break: break-word;
  }
}

/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  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-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    font-size: 1.5rem;
  }
}





/* 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;
  }
}







/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}



/* Universal section */

.additional-universal-variant {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at center, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-variant .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-variant .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-variant .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Comparison Grid */
.additional-universal-variant .comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

/* Comparison Card */
.additional-universal-variant .comparison-card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-variant .comparison-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Emphasis Card */
.additional-universal-variant .card-emphasis {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-400);
}

.additional-universal-variant .card-emphasis:hover {
  border-color: var(--accent-500);
}

/* Special Card */
.additional-universal-variant .card-special {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-300);
}

/* Card Ribbon */
.additional-universal-variant .card-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 3rem;
  transform: rotate(45deg);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

/* Card Header */
.additional-universal-variant .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.additional-universal-variant .card-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-variant .card-icon i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-variant .comparison-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
}

.additional-universal-variant .icon-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-variant .icon-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-variant .icon-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-variant .icon-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-variant .icon-special {
  background: linear-gradient(135deg, var(--accent-600), var(--primary-700));
}

/* Tier Badges */
.additional-universal-variant .tier-badge {
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.additional-universal-variant .badge-gold {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #5A3600;
}

.additional-universal-variant .badge-silver {
  background: linear-gradient(135deg, var(--neutral-300), var(--neutral-400));
  color: var(--neutral-900);
}

.additional-universal-variant .badge-bronze {
  background: linear-gradient(135deg, var(--accent-200), var(--accent-300));
  color: var(--accent-900);
}

.additional-universal-variant .badge-tech {
  background: linear-gradient(135deg, var(--primary-200), var(--primary-300));
  color: var(--primary-900);
}

.additional-universal-variant .badge-special {
  background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
  color: var(--neutral-0);
}

/* Card Content */
.additional-universal-variant .card-content {
  margin-bottom: 2rem;
}

.additional-universal-variant .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-variant .card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Card Features */
.additional-universal-variant .card-features {
  padding-top: 2rem;
  border-top: 2px solid var(--neutral-100);
}

.additional-universal-variant .feature-icon-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}

.additional-universal-variant .feature-icon-row i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.additional-universal-variant .comparison-card:hover .feature-icon-row i {
  color: var(--accent-600);
  transform: scale(1.2);
}

/* Special Glow */
.additional-universal-variant .special-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, var(--accent-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-variant .card-special:hover .special-glow {
  opacity: 0.3;
}

/* Abstract Backgrounds */
.additional-universal-variant .abstract-bg {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-variant .bg-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-400);
  border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
  top: 10%;
  left: 5%;
  filter: blur(60px);
}

.additional-universal-variant .bg-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  border-radius: 60% 40% 40% 60% / 60% 40% 60% 40%;
  top: 50%;
  right: 8%;
  filter: blur(70px);
}

.additional-universal-variant .bg-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  border-radius: 50% 50% 50% 50% / 40% 60% 40% 60%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(50px);
}

/* Grid Pattern */
.additional-universal-variant .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background-image: 
    linear-gradient(var(--primary-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-300) 1px, transparent 1px);
  background-size: 50px 50px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-variant {
    padding: 4rem 0;
  }

  .additional-universal-variant .comparison-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
  }

  .additional-universal-variant .comparison-card {
    padding: 2rem;
  }

  .additional-universal-variant .card-icon {
    width: 70px;
    height: 70px;
  }

  .additional-universal-variant .card-icon i {
    font-size: 2rem;
  }

  .additional-universal-variant .card-title {
    font-size: 1.35rem;
  }

  .additional-universal-variant .feature-icon-row i {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-variant {
    padding: 3rem 0;
  }

  .additional-universal-variant .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-variant .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-variant .section-description {
    font-size: 1rem;
  }

  .additional-universal-variant .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-variant .comparison-card {
    padding: 1.75rem;
  }

  .additional-universal-variant .card-ribbon {
    font-size: 0.75rem;
    padding: 0.4rem 2.5rem;
  }

  .additional-universal-variant .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .additional-universal-variant .card-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-variant .card-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-variant .tier-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .additional-universal-variant .card-title {
    font-size: 1.25rem;
  }

  .additional-universal-variant .card-description {
    font-size: 0.95rem;
  }

  .additional-universal-variant .card-features {
    padding-top: 1.5rem;
  }

  .additional-universal-variant .feature-icon-row {
    gap: 0.75rem;
  }

  .additional-universal-variant .feature-icon-row i {
    font-size: 1.35rem;
  }

  .additional-universal-variant .abstract-bg,
  .additional-universal-variant .grid-pattern {
    display: none;
  }
}







.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.modern-accent {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: accent-pulse 3s ease-in-out infinite;
}

.accent-dot::before,
.accent-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300));
}

.accent-dot::before {
  right: 100%;
  margin-right: 8px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
}

.accent-dot::after {
  left: 100%;
  margin-left: 8px;
}

@keyframes accent-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 50%, transparent);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px transparent;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Mixed Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.content-block {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.content-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.content-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block:hover::before {
  transform: scaleX(1);
}

/* Block Sizes */
.block-full {
  grid-column: span 12;
}

.block-half {
  grid-column: span 6;
}

.block-large {
  grid-column: span 8;
}

.block-small {
  grid-column: span 4;
}

/* Full Width Block */
.block-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.block-visual {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 24px;
  opacity: 0.15;
  transform: rotate(10deg);
  transition: all 0.3s ease;
}

.content-block:hover .visual-bg {
  transform: rotate(20deg) scale(1.1);
  opacity: 0.25;
}

.block-visual i {
  font-size: 3rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
}

/* Half Width Cards */
.mini-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.content-block:hover .mini-icon {
  background: var(--primary-300);
  transform: rotate(-5deg);
}

.mini-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

/* Large Block Horizontal */
.block-inner-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

.block-icon-circle {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.content-block:hover .block-icon-circle {
  transform: scale(1.1) rotate(10deg);
}

.block-icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

/* Small Block Compact */
.compact-visual {
  margin-bottom: 1.25rem;
}

.icon-stack {
  display: flex;
  gap: 0.25rem;
}

.icon-stack i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Typography Variations */
.block-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-small {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.block-title-medium {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-compact {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.block-description-small,
.block-description-medium,
.block-description-compact {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.5;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
  top: 20%;
  right: 5%;
  animation: float-1 15s ease-in-out infinite;
}

.element-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
  bottom: 25%;
  left: 8%;
  animation: float-2 18s ease-in-out infinite;
}

.element-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 60%;
  right: 10%;
  animation: float-3 20s ease-in-out infinite;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 300px;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent);
  pointer-events: none;
  z-index: 0;
}

@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, -40px);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -30px);
  }
}

@keyframes float-3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 35px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 6;
  }
  
  .block-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-grid {
    grid-template-columns: 1fr;
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 1;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-title {
    font-size: 1.5rem;
  }
  
  .block-title-small,
  .block-title-medium {
    font-size: 1.25rem;
  }
}





.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_timeline {
  position: relative;
  padding-left: var(--space-8);
}

.add_wrap .add_timeline:before {
  content: '';
  position: absolute;
  left: var(--space-4);
  top: 0;
  bottom: var(--space-8);
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
}

.add_wrap .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-10);
  padding-left: var(--space-8);
}

.add_wrap .add_timeline_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_timeline_marker {
  position: absolute;
  left: calc(-1 * var(--space-8) - 6px);
  top: var(--space-2);
  width: 16px;
  height: 16px;
  background-color: var(--primary-500);
  border: 3px solid var(--neutral-100);
  border-radius: 50%;
  z-index: 2;
}

.add_wrap .add_timeline_marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_timeline_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
}

.add_wrap .add_timeline_content:before {
  content: '';
  position: absolute;
  left: -8px;
  top: var(--space-4);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--neutral-200);
}

.add_wrap .add_timeline_content:after {
  content: '';
  position: absolute;
  left: -7px;
  top: calc(var(--space-4) + 1px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--neutral-50);
}

.add_wrap .add_timeline_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_timeline_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_timeline {
    padding-left: var(--space-6);
  }
  
  .add_wrap .add_timeline:before {
    left: var(--space-3);
  }
  
  .add_wrap .add_timeline_item {
    padding-left: var(--space-6);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_timeline_marker {
    left: calc(-1 * var(--space-6) - 6px);
  }
  
  .add_wrap .add_timeline_content {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 2rem 0;
}

/* Timeline Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.timeline-left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.timeline-right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

/* Timeline Icon */
.timeline-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 5px solid #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .timeline-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.timeline-icon i {
  font-size: 2rem;
  color: #ffffff;
}

/* Timeline Card */
.timeline-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  flex: 1;
  max-width: 500px;
}

.timeline-item:hover .timeline-card {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.timeline-badge {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 2.5rem;
}

.timeline-left .timeline-badge {
  right: -28px;
}

.timeline-right .timeline-badge {
  left: -28px;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 10%;
  left: -5%;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--secondary-400);
  top: 50%;
  right: -5%;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: 15%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .timeline-line {
    left: 40px;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
    flex-direction: row;
  }
  
  .timeline-icon {
    left: 40px;
  }
  
  .timeline-item:hover .timeline-icon {
    transform: translateX(0) scale(1.15);
  }
  
  .timeline-left .timeline-badge,
  .timeline-right .timeline-badge {
    left: auto;
    right: -28px;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .timeline-container {
    margin-top: 3rem;
  }
  
  .timeline-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
  
  .timeline-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 2rem;
    max-width: 100%;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .timeline-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .timeline-line {
    left: 30px;
  }
  
  .timeline-icon {
    left: 30px;
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  
  .timeline-icon i {
    font-size: 1.25rem;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    padding-left: 80px;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-badge {
    width: 10px;
    height: 10px;
    right: -25px;
  }
}









/* Universal section */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}








/* Live Chat FAQ Widget - Rounded Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 320px !important;
    background: #2c3e50 !important;
    border-radius: 25px !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 25px 25px 0 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1) !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: 20px !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: 18px 22px 22px !important;
    max-height: 420px !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: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #ffffff !important;
    padding-bottom: 14px !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: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !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;
    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: #74b9ff !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: 15px !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.5 !important;
    color: rgba(255,255,255,0.85) !important;
    display: none !important;
    padding-top: 8px !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: rgba(255,255,255,0.85) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 14px !important;
    color: #74b9ff !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: #74b9ff !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 - Sharp Style */
.website-cta-section {
    padding: 50px 0 !important;
    background: #1a1a1a !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
    border-top: 4px solid #00ffff !important;
    border-bottom: 4px solid #00ffff !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;
    }
}



/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !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;
    }
}



/* Floating Decorative Icons - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Split Style */
.newsletter-section {
    margin: 28px 0;
    padding: 0;
}

.newsletter-split-container {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.newsletter-info {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: white !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form-container {
    flex: 1.2;
    background: white;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1) !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: #667eea !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #5a6fd8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102,126,234,0.3) !important;
    color: white !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #d1f2eb !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-split-container {
        flex-direction: column;
        max-width: 350px;
    }
    
    .newsletter-info {
        padding: 25px 20px;
    }
    
    .newsletter-form-container {
        padding: 25px 20px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #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;
}

/* === THEME: minimal === */
.ocm-theme-minimal {
    border-radius: 4px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
}

.ocm-theme-minimal .ocm-btn {
    border-radius: 4px !important;
    font-weight: 400 !important;
}

.ocm-theme-minimal .ocm-btn-accept {
    background: #000000 !important;
}

.ocm-theme-minimal .ocm-btn-accept:hover {
    background: #333333 !important;
}

.ocm-theme-minimal .ocm-btn-customize {
    border-color: #000000 !important;
    color: #000000 !important;
}

.ocm-theme-minimal .ocm-btn-customize:hover {
    background: #000000 !important;
}

/* === TOGGLE STYLE 16 === */
.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%; }
}